]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Update exec_file_attach to cope with "target:" filenames
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
d11916aa
SS
12015-04-01 Sasha Smundak <asmundak@google.com>
2
3 * gdb.python/py-unwind-maint.c: New file.
4 * gdb.python/py-unwind-maint.exp: New test.
5 * gdb.python/py-unwind-maint.py: New file.
6 * gdb.python/py-unwind.c: New file.
7 * gdb.python/py-unwind.exp: New test.
8 * gdb.python/py-unwind.py: New test.
9
a1471180
PA
102015-04-01 Pedro Alves <palves@redhat.com>
11
12 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13 to fail instead of non-existent $test.
14
0bbeccb1
PA
152015-04-01 Pedro Alves <palves@redhat.com>
16
17 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
18 GDBFLAGS if not empty.
19
3c724c8c
PMR
202015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
21
22 * gdb.ada/complete.exp: Remove "multi_line".
23 * gdb.ada/info_exc.exp: Remove "multi_line".
24 * gdb.ada/packed_tagged.exp: Remove "multi_line".
25 * gdb.ada/ptype_field.exp: Remove "multi_line".
26 * gdb.ada/sym_print_name.exp: Remove "multi_line".
27 * gdb.ada/tagged.exp: Remove "multi_line".
28 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
29 [multi_line ...]
30 * gdb.btrace/delta.exp: Likewise.
31 * gdb.btrace/exception.exp: Likewise.
32 * gdb.btrace/function_call_history.exp: Likewise.
33 * gdb.btrace/instruction_history.exp: Likewise.
34 * gdb.btrace/nohist.exp: Likewise.
35 * gdb.btrace/record_goto.exp: Likewise.
36 * gdb.btrace/segv.exp: Likewise.
37 * gdb.btrace/stepi.exp: Likewise.
38 * gdb.btrace/tailcall.exp: Likewise.
39 * gdb.btrace/unknown_functions.exp: Likewise.
40 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
41 * lib/gdb.exp: Add the "multi_line" helper.
42
4eec2deb
PA
432015-04-01 Pedro Alves <palves@redhat.com>
44
45 * gdb.threads/tid-reuse.c: New file.
46 * gdb.threads/tid-reuse.exp: New file.
47
df8411da
SDJ
482015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
49
50 PR corefiles/16092
51 * gdb.base/coredump-filter.c: New file.
52 * gdb.base/coredump-filter.exp: Likewise.
53
6ef37366
PM
542015-03-27 Petr Machata <pmachata@redhat.com>
55
56 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
57 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
58 (Dwarf::assemble): Initialize them.
59 (Dwarf::lines): New function.
60
7ec911b0
JT
612015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
62
63 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
64 SYMBOL_PREFIX for x86_64-*-cygwin.
65
ff908ebf
AW
662015-03-26 Andy Wingo <wingo@igalia.com>
67
68 PR symtab/18148
69 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
70 const_value but not a location.
71 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
72 location defined in non-main CUs are visible.
73
6d5f0679
YQ
742015-03-26 Yao Qi <yao.qi@linaro.org>
75
76 PR testsuite/18139
77 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
78 Add a line number entry for the same line.
79 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
80 Add a line number entry for the same line.
81
2898689b
YQ
822015-03-26 Yao Qi <yao.qi@linaro.org>
83
84 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
85 .int 0.
86 (func): Likewise. Add .Lfunc_1 label.
87 Use .Lfunc_1 label.
88 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
89 .int 0.
90 (func): Likewise.
91 Use .Lfunc_1 label.
92
85180498
YQ
932015-03-26 Yao Qi <yao.qi@linaro.org>
94
95 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
96 Call gdb_compile instead to compile each .s files without debug
97 information.
98
8aa08a8d
YQ
992015-03-26 Yao Qi <yao.qi@linaro.org>
100
101 * gdb.base/savedregs.exp (process_saved_regs): Make
102 "Saved registers:" optional in the pattern.
103
66849923
MM
1042015-03-25 Markus Metzger <markus.t.metzger@intel.com>
105
106 * gdb.btrace/next.exp: Merged into step.exp.
107 * gdb.btrace/finish.exp: Merged into step.exp.
108 * gdb.btrace/nexti.exp: Merged into stepi.exp.
109 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
110 "record goto" and checking the exact replay position.
111 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
112 check for "Recording format" in "info record" output.
113 * gdb.btrace/record_goto.exp: Choose test file based on target.
114 * gdb.btrace/x86-record_goto.S: Renamed into ...
115 * gdb.btrace/x86_64-record_goto.S: ... this.
116 * gdb.btrace/i686-record_goto.S: New.
117 * gdb.btrace/x86-tailcall.S: Renamed into ...
118 * gdb.btrace/x86_64-tailcall.S: ... this.
119 * gdb.btrace/i686-tailcall.S: New.
120 * gdb.btrace/x86-tailcall.c: Renamed into ...
121 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
122 separate statements. Update test.
123 * gdb.btrace/delta.exp: Use record_goto.c as test file.
124 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
125 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
126 * gdb.btrace/tailcall.exp: Choose test file based on target.
127 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
128
11cc1b74
MM
1292015-03-25 Markus Metzger <markus.t.metzger@intel.com>
130
131 * gdb.btrace/exception.exp: Increase BTS buffer size.
132
a25d8bf9
PA
1332015-03-24 Pedro Alves <palves@redhat.com>
134
135 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
136
856e7dd6
PA
1372015-03-24 Pedro Alves <palves@redhat.com>
138
139 * gdb.threads/schedlock.exp (test_step): No longer expect that
140 "set scheduler-locking step" with "next" over a function call runs
141 threads unlocked.
142
ad235a41
AT
1432015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
144
145 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
146
15630549
AT
1472015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
148
149 PR breakpoints/16466
150 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
151 * gdb.mi/mi-pending.c (thread_func): New function.
152 (int main): Add threading support required.
153 * gdb.mi/mi-pending.exp: Add tests for this issue.
154 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
155 (pendfunc2): Remove stdio dependency.
156 * gdb.mi/mi-pendshr2.c: New file.
157
693dca06
KS
1582015-03-23 Keith Seitz <keiths@redhat.com>
159
160 * gdb.linespec/keywords.c: New file.
161 * gdb.linespec/keywords.exp: New file.
162
7e993ebf
KS
1632015-03-23 Keith Seitz <keiths@redhat.com>
164
165 PR gdb/18021
166 * gdb.dwarf2/staticvirtual.exp: New test.
167
bc23328c
JK
1682015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
169
170 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
171 * README: Remove HP-UX and gdb.hp.
172 (configuration):
173 * configure: Regenerate.
174 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
175 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
176 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
177 gdb.hp/gdb.defects/Makefile.
178 * gdb.hp/Makefile.in: File deleted.
179 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
180 * gdb.hp/gdb.aCC/optimize.c: File deleted.
181 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
182 * gdb.hp/gdb.aCC/run.c: File deleted.
183 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
184 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
185 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
186 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
187 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
188 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
189 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
190 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
191 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
192 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
193 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
194 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
195 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
196 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
197 * gdb.hp/gdb.base-hp/reg.s: File deleted.
198 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
199 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
200 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
201 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
202 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
203 * gdb.hp/gdb.compat/Makefile.in: File deleted.
204 * gdb.hp/gdb.compat/average.c: File deleted.
205 * gdb.hp/gdb.compat/sum.c: File deleted.
206 * gdb.hp/gdb.compat/xdb.c: File deleted.
207 * gdb.hp/gdb.compat/xdb0.c: File deleted.
208 * gdb.hp/gdb.compat/xdb0.h: File deleted.
209 * gdb.hp/gdb.compat/xdb1.c: File deleted.
210 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
211 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
212 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
213 * gdb.hp/gdb.defects/Makefile.in: File deleted.
214 * gdb.hp/gdb.defects/bs14602.c: File deleted.
215 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
216 * gdb.hp/gdb.defects/solib-d.c: File deleted.
217 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
218 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
219 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
220 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
221 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
222 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
223 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
224 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
225 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
226 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
227 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
228 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
229 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
230 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
231 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
232 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
233 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
234 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
235 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
236 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
237 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
238 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
239 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
240 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
241 * gdb.hp/tools/odump: File deleted.
242
8bf3b159
PA
2432015-03-19 Pedro Alves <palves@redhat.com>
244
245 * gdb.threads/continue-pending-status.exp (saw_thread_2)
246 (saw_thread_3): New globals.
247 (top level): Increment them when an event for the corresponding
248 thread is seen.
249 (no thread starvation): New test.
250
eb54c8bf
PA
2512015-03-19 Pedro Alves <palves@redhat.com>
252
253 * gdb.threads/continue-pending-status.c: New file.
254 * gdb.threads/continue-pending-status.exp: New file.
255
32d2e5d6
PA
2562015-03-18 Pedro Alves <palves@redhat.com>
257
258 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
259 Use gdb_is_target_remote instead of is_remote. Use
260 gdb_test_multiple instead of gdb_expect. Exit early if
261 gdb_test_multiple hits its internal matches. Tighten stepi tests
262 expected output. Fail on exit with any signal, instead of just
263 SIGILL.
264
f68f11b7
YQ
2652015-03-18 Yao Qi <yao.qi@linaro.org>
266
267 PR tdep/18107
268 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
269 variable.
270 * gdb.base/catch-syscall.exp: Don't skip it on
271 aarch64*-*-linux* target. Remove elements in all_syscalls.
272 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
273 target.
274 (setup_all_syscalls): New proc.
275
ca5fd19b
YQ
2762015-03-16 Yao Qi <yao.qi@linaro.org>
277
278 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
279 (top level): Skip tests if valid_addr_p returns false for
280 $cmd1 or $cmd2.
281
85642ba0
AW
2822015-03-11 Andy Wingo <wingo@igalia.com>
283
284 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
285
e03f9645
YQ
2862015-03-11 Yao Qi <yao.qi@linaro.org>
287
288 * gdb.base/catch-syscall.exp: Fix typo in comments.
289
5d0962b2
YQ
2902015-03-11 Yao Qi <yao.qi@linaro.org>
291
292 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
293
b2df3cef
PA
2942015-03-09 Pedro Alves <palves@redhat.com>
295
296 * dg-extract-results.py: Delete.
297
ef878e53
PA
2982015-03-09 Pedro Alves <palves@redhat.com>
299
300 Merge dg-extract-results.sh from GCC upstream (r218843).
301
302 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
303 * dg-extract-results.sh: Use --text with grep to avoid issues with
304 binary files. Fall back to cat -v, if that doesn't work.
305
9494d219
PA
3062015-03-05 Pedro Alves <palves@redhat.com>
307
308 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
309
a8d9763a
SM
3102015-03-04 Simon Marchi <simon.marchi@ericsson.com>
311
312 * lib/mi-support.exp (mi_expect_interrupt): Accept
313 alternative event for when in all-stop mode.
314
be9957b8
PA
3152015-03-04 Pedro Alves <palves@redhat.com>
316
317 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
318
d57be0f4 3192015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
320
321 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
322
c214c7cf
AA
3232015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
324
325 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
326 regexps for GDB's current line display, accept a hex address
327 preceding the line number.
328
6d74a497
AA
3292015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
330
331 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
332 the 'arch1' variable for "s390*-linux*" targets.
333
511aee7c
PA
3342015-03-04 Pedro Alves <palves@redhat.com>
335
336 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
337 (main): Pass missing retval argument to pthread_join call.
338
95e50b27
PA
3392015-03-02 Pedro Alves <palves@redhat.com>
340
341 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
342 (top level): Call do_test with non-stop as well.
343
28054d69
PA
3442015-03-02 Pedro Alves <palves@redhat.com>
345
346 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
347 -1.
348
4fa5d7b4
AA
3492015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
350
351 * gdb.arch/s390-vregs.exp: New test.
352 * gdb.arch/s390-vregs.S: New file.
353
97c18565
PA
3542015-02-27 Pedro Alves <palves@redhat.com>
355
356 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
357 call to catch_command_errors.
358 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
359 catch_command_errors.
360
a37bfa30
PA
3612015-02-27 Pedro Alves <palves@redhat.com>
362
363 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
364 "true" for boolean result.
365 * gdb.gdb/selftest.exp (test_with_self): Also accept full
366 prototype of main.
367
6f98576f
PA
3682015-02-27 Pedro Alves <palves@redhat.com>
369
370 * lib/unbuffer_output.c: New file.
371 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
372 (main): Call gdb_unbuffer_output.
373
eba5ab56
YQ
3742015-02-27 Yao Qi <yao.qi@linaro.org>
375
376 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
377 target.
378
0def5aaa
DE
3792015-02-26 Doug Evans <dje@google.com>
380
381 * gdb.cp/class2.cc (Dbase, D): New classes.
382 (main): New local delta.
383 * gdb.cp/class2.exp: Test printing delta.
384 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
385 (dynbar): New global.
386 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
387
081a1c2c
JK
3882015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
389
390 * gdb.compile/compile-ifunc.c: New file.
391 * gdb.compile/compile-ifunc.exp: New file.
392
2f41223f
AT
3932015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
394
395 * gdb.base/structs.exp: Check for correct struct on finish.
396
03eddd80
YQ
3972015-02-26 Yao Qi <yao.qi@linaro.org>
398
399 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
400 is zero.
401
80c57053
JK
4022015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
403
404 * gdb.arch/cordic.ko.bz2: New file.
405 * gdb.arch/cordic.ko.debug.bz2: New file.
406 * gdb.arch/ppc64-symtab-cordic.exp: New file.
407
21613c12
YQ
4082015-02-25 Yao Qi <yao.qi@linaro.org>
409
410 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
411 aarch64*-*-* target.
412
d8b901ed
PA
4132015-02-23 Pedro Alves <palves@redhat.com>
414
415 * lib/gdb.exp (delete_breakpoints): Rewrite using
416 gdb_test_multiple.
417
e5b85ead
PA
4182015-02-23 Pedro Alves <palves@redhat.com>
419
420 * gdb.base/info-os.c: Include stdlib.h.
421
85c3a371
DE
4222015-02-22 Doug Evans <xdje42@gmail.com>
423
424 PR symtab/17855
425 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
426 is read after symbols have been re-read.
427 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
428 * gdb.ada/exec_changed/second.adb (Second): Ditto.
429
96553a0c
DE
4302015-02-21 Doug Evans <dje@google.com>
431
432 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
433
97a0c697
JK
4342015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
435
436 PR corefiles/17808
437 * gdb.arch/i386-biarch-core.core.bz2: New file.
438 * gdb.arch/i386-biarch-core.exp: New file.
439
a47cd6e9
PA
4402015-02-21 Pedro Alves <palves@redhat.com>
441
442 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
443 runto_main fails.
444
c5facdc4
PA
4452015-02-20 Pedro Alves <palves@redhat.com>
446
447 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
448 info probes.
449
2db9a427
PA
4502015-02-20 Pedro Alves <palves@redhat.com>
451
452 * gdb.threads/multi-create-ns-info-thr.exp: New file.
453
60fb7e9e
PA
4542015-02-20 Pedro Alves <palves@redhat.com>
455
456 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
457 clean_restart before gdb_target_supports_trace.
458
5c5019c2
PA
4592015-02-20 Pedro Alves <palves@redhat.com>
460
461 PR threads/18006
462 * gdb.threads/clone-thread_db.c: New file.
463 * gdb.threads/clone-thread_db.exp: New file.
464
c9587f88
AT
4652015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
466
467 PR breakpoints/16812
468 * gdb.base/catch-gdb-caused-signals.c: New file.
469 * gdb.base/catch-gdb-caused-signals.exp: New file.
470
f6a88844
JM
4712015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
472
473 * configure: Regenerated.
474 * configure.ac: Use GDB_AC_TRANSFORM.
475 * aclocal.m4: sinclude ../transform.m4.
476
497c491b
JM
4772015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
478
479 * lib/dtrace.exp: New file.
480 * gdb.base/dtrace-probe.exp: Likewise.
481 * gdb.base/dtrace-probe.d: Likewise.
482 * gdb.base/dtrace-probe.c: Likewise.
483 * lib/pdtrace.in: Likewise.
484 * configure.ac: Output variables with the transformed names of
485 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
486 * configure: Regenerated.
487
03e98035
JM
4882015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
489
490 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
491 expected message when trying to access $_probe_* convenience
492 variables while not on a probe.
493
63cc30e9
JK
4942015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
495
496 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
497
0703599a
PA
4982015-02-11 Pedro Alves <pedro@codesourcery.com>
499
500 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
501 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
502
7e60a48e
DE
5032015-02-10 Doug Evans <xdje42@gmail.com>
504
505 * lib/gdb.exp (gdb_load): Always return a result.
506
01b088bc
PA
5072015-02-10 Pedro Alves <palves@redhat.com>
508
509 * gdb.threads/signal-sigtrap.c: New file.
510 * gdb.threads/signal-sigtrap.exp: New file.
511
b05ec7a5
AT
5122015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
513
514 * gdb.trace/no-attach-trace.c: New file.
515 * gdb.trace/no-attach-trace.exp: New file.
516
a2c2acaf
MW
5172015-02-09 Mark Wielaard <mjw@redhat.com>
518
519 * gdb.dwarf2/atomic.c: New file.
520 * gdb.dwarf2/atomic-type.exp: Likewise.
521
31fd9caa
MM
5222015-02-09 Markus Metzger <markus.t.metzger@intel.com>
523
524 * gdb.btrace/buffer-size.exp: Update "info record" output.
525 * gdb.btrace/delta.exp: Update "info record" output.
526 * gdb.btrace/enable.exp: Update "info record" output.
527 * gdb.btrace/finish.exp: Update "info record" output.
528 * gdb.btrace/instruction_history.exp: Update "info record" output.
529 * gdb.btrace/next.exp: Update "info record" output.
530 * gdb.btrace/nexti.exp: Update "info record" output.
531 * gdb.btrace/step.exp: Update "info record" output.
532 * gdb.btrace/stepi.exp: Update "info record" output.
533 * gdb.btrace/nohist.exp: Update "info record" output.
534
d33501a5
MM
5352015-02-09 Markus Metzger <markus.t.metzger@intel.com>
536
537 * gdb.btrace/buffer-size: New.
538
f4abbc16
MM
5392015-02-09 Markus Metzger <markus.t.metzger@intel.com>
540
541 * gdb.btrace/delta.exp: Update "info record" output.
542 * gdb.btrace/enable.exp: Update "info record" output.
543 * gdb.btrace/finish.exp: Update "info record" output.
544 * gdb.btrace/instruction_history.exp: Update "info record" output.
545 * gdb.btrace/next.exp: Update "info record" output.
546 * gdb.btrace/nexti.exp: Update "info record" output.
547 * gdb.btrace/step.exp: Update "info record" output.
548 * gdb.btrace/stepi.exp: Update "info record" output.
549 * gdb.btrace/nohist.exp: Update "info record" output.
550
b9d61307
SM
5512015-02-06 Simon Marchi <simon.marchi@ericsson.com>
552
553 PR gdb/15678
554 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
555
e584fdbc
PA
5562015-02-06 Pedro Alves <palves@redhat.com>
557
558 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
559 macro.
560 (seconds_left, again): New globals.
561 (main): Wait seconds_left in a 1-second sleep loop instead of
562 sleeping 180 seconds. If 'again' is set, reset the seconds
563 counter.
564 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
565 'again' in the inferior before detaching. Print the seconds left.
566 (options): New global.
567 (top level): Build program with -DTIMEOUT=$timeout.
568
77f41761
PA
5692015-02-06 Pedro Alves <palves@redhat.com>
570
571 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
572 determine how many seconds to pass to 'alarm'.
573 * gdb.base/gdb-sigterm.exp (top level): Build program with
574 -DTIMEOUT=$timeout.
575 (do_test): Return success/failure indication. Add more verbose
576 logging. Don't fail if 200 single steps are seen. Instead, fail
577 when the test times out.
578 (passes): New global.
579 (top level): Break the testing loop if testing fails on any
580 iteration. Use gdb_assert.
581
b9394193
DB
5822015-02-04 Don Breazeal <donb@codesourcery.com>
583
584 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
585 and initialize them.
586 (ipc_cleanup): New function.
587 (main): Don't declare shmid, semid, and msqid. Add a call to
588 atexit so that we call ipc_cleanup on exit.
589
42d9e528
PA
5902015-02-04 Pedro Alves <palves@redhat.com>
591
592 * boards/native-extended-gdbserver.exp: Remove any target variant
593 specifications from the board name before clearing the isremote
594 flag from board_info.
595
ae6ae975
DE
5962015-01-31 Doug Evans <xdje42@gmail.com>
597
598 * gdb.base/maint.exp <maint print type argc>: Update expected output.
599
cfb069a8
GB
6002015-01-31 Gary Benson <gbenson@redhat.com>
601
602 * gdb.base/completion.exp: Disable completion limiting for
603 existing tests. Add new tests to check completion limiting.
604 * gdb.linespec/ls-errs.exp: Disable completion limiting.
605
5dd31d79
DE
6062015-01-31 Doug Evans <xdje42@gmail.com>
607
608 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
609
9f050062
DE
6102015-01-31 Doug Evans <xdje42@gmail.com>
611
612 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
613 entries. Duplicate file section script entries.
614 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
615 inlined entries. Add test for safe-path rejection.
616 * gdb.python/py-section-script.c: Add duplicate inlined section script
617 entries. Duplicate file section script entries.
618 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
619 inlined entries. Add test for safe-path rejection.
620
df25ebbd
JB
6212015-01-29 Joel Brobecker <brobecker@adacore.com>
622
623 * gdb.ada/disc_arr_bound: New testcase.
624
4a0ca9ec
JB
6252015-01-29 Joel Brobecker <brobecker@adacore.com>
626
627 * gdb.ada/mi_var_array: New testcase.
628
3a8b707a
DE
6292015-01-27 Doug Evans <dje@google.com>
630
631 * gdb.python/py-objfile.exp: Add tests for objfile.username.
632 Add test for objfile.filename, objfile.username after objfile
633 has been unloaded.
634
f8313f6e
JB
6352015-01-26 Joel Brobecker <brobecker@adacore.com>
636
637 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
638 the second test to print the name attribute of value
639 returned by the call to gdb.lookup_type, and adjust
640 the expected output accordingly.
641
37bc665e
MW
6422015-01-25 Mark Wielaard <mjw@redhat.com>
643
644 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
645 * gdb.base/disp-step-fork.c: Include unistd.h.
646 * gdb.base/siginfo-obj.c: Include stdio.h.
647 * gdb.base/siginfo-thread.c: Likewise.
648 * gdb.mi/non-stop.c: Include unistd.h.
649 * gdb.mi/nsthrexec.c: Include stdio.h.
650 * gdb.mi/pthreads.c: Include unistd.h.
651 * gdb.modula2/unbounded1.c (main): Declare returns int.
652 * gdb.reverse/consecutive-reverse.c: Likewise.
653 * gdb.threads/create-fail.c: Include unistd.h.
654 * gdb.threads/killed.c: Likewise.
655 * gdb.threads/linux-dp.c: Likewise.
656 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
657 * gdb.threads/non-ldr-exc-2.c: Likewise.
658 * gdb.threads/non-ldr-exc-3.c: Likewise.
659 * gdb.threads/non-ldr-exc-4.c: Likewise.
660 * gdb.threads/pthreads.c: Include unistd.h.
661 (main): Declare returns int.
662 * gdb.threads/tls-main.c (foo): New declaration.
663 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
664
f7e5394d
SM
6652015-01-23 Simon Marchi <simon.marchi@ericsson.com>
666
667 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
668 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
669
743649fd
MW
6702015-01-15 Mark Wielaard <mjw@redhat.com>
671
672 * gdb.base/noreturn-return.c: New file.
673 * gdb.base/noreturn-return.exp: New file.
674 * gdb.base/noreturn-finish.c: New file.
675 * gdb.base/noreturn-finish.exp: New file.
676
198297aa
PA
6772015-01-23 Pedro Alves <palves@redhat.com>
678
679 * gdb.threads/continue-pending-after-query.c: New file.
680 * gdb.threads/continue-pending-after-query.exp: New file.
681
717cf30c
AG
6822015-01-22 Anders Granlund <anders.granlund@ericsson.com>
683 Simon Marchi <simon.marchi@ericsson.com>
684
685 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
686 * gdb.base/valgrind-db-attach.exp: Same.
687 * gdb.base/valgrind-infcall.exp: Same.
688 * lib/mi-support.exp (default_mi_gdb_start): Same.
689 * lib/prompt.exp (default_prompt_gdb_start): Same.
690 * lib/gdb.exp (default_gdb_spawn): Same.
691 (gdb_interact): New.
692
693
4b62a76e
JK
6942015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
695
696 * gdb.compile/compile.exp (pointer to jit function): New test.
697
b4cdae6f
WW
6982015-01-17 Wei-cheng Wang <cole945@gmail.com>
699
700 * lib/gdb.exp (supports_process_record): Return true for
701 powerpc*-*-linux*.
702 (supports_reverse): Likewise.
703
d221e7ef
DB
7042015-01-15 Don Breazeal <donb@codesourcery.com>
705
706 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
707 instead of checking whether the target board is remote and
708 use spawn_wait_for_attach instead of exec/sleep.
709 * gdb.base/attach-twice.exp: Likewise.
710
bafffb51
JB
7112015-01-15 Joel Brobecker <brobecker@adacore.com>
712
713 * gdb.ada/var_arr_attrs: New testcase.
714
5589af0e
PA
7152015-01-14 Pedro Alves <palves@redhat.com>
716 Joel Brobecker <brobecker@adacore.com>
717
718 PR gdb/17525
719 * gdb.base/bp-cmds-execution-x-script.c: New file.
720 * gdb.base/bp-cmds-execution-x-script.exp: New file.
721 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
722
6c400b59
PA
7232015-01-14 Pedro Alves <palves@redhat.com>
724
725 PR cli/17828
726 * gdb.base/batch-preserve-term-settings.c: New file.
727 * gdb.base/batch-preserve-term-settings.exp: New file.
728
e02c96a7
DE
7292015-01-13 Doug Evans <dje@google.com>
730
731 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
732 binary.
733
576fd14c
JB
7342015-01-13 Joel Brobecker <brobecker@adacore.com>
735
736 * Makefile.in (clean mostlyclean): Do not delete *.py.
737
04dccad0
JB
7382015-01-13 Joel Brobecker <brobecker@adacore.com>
739
740 * gdb.python/py-lookup-type.exp: New file.
741
3d230f71
PA
7422015-01-12 Pedro Alves <palves@redhat.com>
743
744 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
745 restore GDBFLAGS before returning.
746
7e67715d
JK
7472015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
748
749 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
750 is_amd64_regs_target and is_x86_like_target.
751
f2e0d4b4
DE
7522015-01-11 Doug Evans <xdje42@gmail.com>
753
754 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
755 is given without an explicit form.
756 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
757 attributes.
758 * gdb.dwarf/corrupt.exp: Ditto.
759 * gdb.dwarf2/enum-type.exp: Ditto.
760 * gdb.trace/entry-values.exp: Ditto.
761 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
762
439250fb
DE
7632015-01-11 Doug Evans <xdje42@gmail.com>
764
765 PR gdb/15830
766 * gdb.base/maint.exp: Remove references to "maint demangle".
767 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
768 Add tests for explicitly specifying language to demangle.
769 * gdb.dlang/demangle.exp: Ditto.
770
ede9f622
PA
7712015-01-09 Pedro Alves <palves@redhat.com>
772
773 * gdb.threads/non-stop-fair-events.c: New file.
774 * gdb.threads/non-stop-fair-events.exp: New file.
775
a7b796db
PA
7762015-01-09 Pedro Alves <palves@redhat.com>
777
778 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
779 the global scope. Set a breakpoint after all threads are started
780 rather than stepping over two source lines. Expect the prompt.
781 * gdb.base/watch_thread_num.c (threads_started_barrier): New
782 global.
783 (NUM): Now 15.
784 (main): Use threads_started_barrier to wait for all threads to
785 start. Main thread no longer calls thread_function. Exit after
786 180 seconds.
787 (loop): New function.
788 (thread_function): Wait on threads_started_barrier barrier. Call
789 'loop' at each iteration.
790 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
791 threads have started, instead of hardcoding number of "next"
792 steps. Use an access watchpoint instead of a write watchpoint.
793
9665ffdd
PA
7942015-01-09 Pedro Alves <palves@redhat.com>
795
796 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
797 (thread_func): Wait on barrier.
798 (main): Wait for all threads to start before stopping GDB.
799 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
800 global.
801 (thread1_func, thread2_func): Wait on barrier.
802 (main): Wait for all threads to start before stopping GDB.
803 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
804 New global.
805 (thread1_func, thread2_func): Wait on barrier.
806 (main): Wait for all threads to start before stopping GDB.
807
c945a99f
PA
8082015-01-09 Pedro Alves <palves@redhat.com>
809
810 * gdb.threads/attach-many-short-lived-threads.c: New file.
811 * gdb.threads/attach-many-short-lived-threads.exp: New file.
812
c1a747c1
PA
8132014-01-09 Pedro Alves <palves@redhat.com>
814
815 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
816 instead of to thread 2.
817 * gdb.threads/signal-command-multiple-signals-pending.c (main):
818 Add barrier around each pthread_create call instead of around all
819 calls.
820 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
821 Set a break on thread_function and have the child threads hit it
822 one at at a time.
823
60b3033e
PA
8242015-01-09 Pedro Alves <palves@redhat.com>
825
826 * lib/gdb.exp (can_spawn_for_attach): New procedure.
827 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
828 false.
829 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
830 checking whether the target board is remote.
831 * gdb.multi/multi-attach.exp: Likewise.
832 * gdb.python/py-sync-interp.exp: Likewise.
833 * gdb.server/ext-attach.exp: Likewise.
834 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
835 tests that need to attach, instead of checking whether the target
836 board is remote at the top of the file.
837
acc018ac
YQ
8382015-01-08 Yao Qi <yao@codesourcery.com>
839
840 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
841
50a18af8
JK
8422015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
843
844 Fix testcase compilation.
845 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
846
8503d6e1
JB
8472015-01-06 Joel Brobecker <brobecker@adacore.com>
848
849 * gdb.python/py-type.exp: Add a couple test about empty
850 array creation, and negative-length array creation.
851
cc73dbcc
DE
8522015-01-02 Doug Evans <xdje42@gmail.com>
853
854 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
855
0300bbc7
DE
8562015-01-02 Doug Evans <dje@google.com>
857
858 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
859
9d85a0ec
YQ
8602014-12-29 Yao Qi <yao@codesourcery.com>
861
862 * gdb.trace/entry-values.exp: Update comments. Rename variable
863 bar_call_foo to returned_from_foo.
864
87186c6a
MMN
8652014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
866
867 PR gdb/17394
868 * gdb.linespec/break-asm-file.c: New file.
869 * gdb.linespec/break-asm-file.exp: New file.
870 * gdb.linespec/break-asm-file0.s: New file.
871 * gdb.linespec/break-asm-file1.s: New file.
872
1bab7383
YQ
8732014-12-18 Nigel Stephens <nigel@mips.com>
874 Maciej W. Rozycki <macro@codesourcery.com>
875
876 * gdb.base/float.exp: Handle the new output from "info float" on
877 MIPS targets.
878
1bc1068a
JK
8792014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
880
881 Fix MinGW compilation.
882 * gdb.compile/compile-ops.exp: Update untested message if
883 !skip_compile_feature_tests.
884 * gdb.compile/compile-setjmp.exp: Likewise.
885 * gdb.compile/compile-tls.exp: Likewise.
886 * gdb.compile/compile.exp: Likewise.
887 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
888 supported on this host".
889
b6615d10
DE
8902014-12-16 Doug Evans <xdje42@gmail.com>
891
892 * boards/stabs.exp: New file.
893
25dda427
AA
8942014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
895
896 * gdb.base/completion.exp: Adjust to format changes of "maint
897 print user-registers".
898
bf330350
CU
8992014-12-16 Catalin Udma <catalin.udma@freescale.com>
900
901 PR server/17457
902 * gdb.arch/aarch64-fp.c: New file.
903 * gdb.arch/aarch64-fp.exp: New file.
904
395cf596
SDJ
9052014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
906
907 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
908 r210637, r210913, r211666, r215400, r215817).
909
910 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
911 * dg-extract-results.py: New file.
912 * dg-extract-results.sh: Use it if the environment seems
913 suitable.
914
915 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
916
917 * dg-extract-results.py (parse_run): Handle warnings that
918 are printed before a test harness is run.
919
920 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
921
922 * dg-extract-results.py (Named): Remove __cmp__ method.
923 (output_variation): Use a key to sort variation.harnesses.
924
925 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
926
927 * dg-extract-results.py: For Python 3, force sys.stdout to
928 handle surrogate escape sequences.
929 (safe_open): New function.
930 (output_segment, main): Use it.
931
932 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
933
934 * dg-extract-results.py (Prog.result_re): Include options
935 in test name.
936
937 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
938
939 * dg-extract-results.py (output_variation): Always sort if
940 do_sum.
941
e882ef3c
SM
9422014-12-15 Simon Marchi <simon.marchi@ericsson.com>
943
944 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
945 as long as we get pagination notifications.
946
4992aa20
JM
9472014-12-15 Jason Merrill <jason@redhat.com>
948
949 * Makefile.in (check-gdb.%): Restore.
950 * README: Mention it.
951
c1b5a1a6
JB
9522014-12-13 Joel Brobecker <brobecker@adacore.com>
953
954 * gdb.ada/str_uninit: New testcase.
955
5537b577
JK
9562014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
957
958 PR symtab/17642
959 * gdb.base/vla-stub-define.c: New file.
960 * gdb.base/vla-stub.c: New file.
961 * gdb.base/vla-stub.exp: New file.
962
bb2ec1b3
TT
9632014-12-12 Phil Muldoon <pmuldoon@redhat.com>
964 Jan Kratochvil <jan.kratochvil@redhat.com>
965 Tom Tromey <tromey@redhat.com>
966
967 * configure.ac: Add gdb.compile/.
968 * configure: Regenerate.
969 * gdb.compile/Makefile.in: New file.
970 * gdb.compile/compile-ops.exp: New file.
971 * gdb.compile/compile-ops.c: New file.
972 * gdb.compile/compile-tls.c: New file.
973 * gdb.compile/compile-tls.exp: New file.
974 * gdb.compile/compile-constvar.S: New file.
975 * gdb.compile/compile-constvar.c: New file.
976 * gdb.compile/compile-mod.c: New file.
977 * gdb.compile/compile-nodebug.c: New file.
978 * gdb.compile/compile-setjmp-mod.c: New file.
979 * gdb.compile/compile-setjmp.c: New file.
980 * gdb.compile/compile-setjmp.exp: New file.
981 * gdb.compile/compile-shlib.c: New file.
982 * gdb.compile/compile.c: New file.
983 * gdb.compile/compile.exp: New file.
984 * lib/gdb.exp (skip_compile_feature_tests): New proc.
985
4ff709eb
TT
9862014-12-12 Tom Tromey <tromey@redhat.com>
987
988 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
989 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
990
6dddd6a5
DE
9912014-12-12 Doug Evans <dje@google.com>
992
993 * lib/gdb-python.exp (get_python_valueof): New function.
994 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
995
71c24708
AA
9962014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
997
998 * gdb.base/completion.exp: Add test for completion of "info
999 registers ".
1000
3e29f34a
MR
10012014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1002
1003 * gdb.base/func-ptrs.c: New file.
1004 * gdb.base/func-ptrs.exp: New file.
1005
fc126975
SM
10062014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1007
1008 PR breakpoints/17012
1009 * gdb.base/dprintf-detach.c: New file.
1010 * gdb.base/dprintf-detach.exp: New file.
1011
0a46d518
SM
10122014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1013
1014 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1015 * lib/gdb.exp (target_is_gdbserver): New procedure.
1016
a0be3e44
DE
10172014-12-08 Doug Evans <dje@google.com>
1018
1019 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1020
df1b803a
YQ
10212014-12-05 Yao Qi <yao@codesourcery.com>
1022
1023 * gdb.guile/scm-error.exp: Remove the third argument to
1024 gdb_remote_download.
1025 * gdb.guile/scm-frame-args.exp: Likewise.
1026 * gdb.guile/scm-section-script.exp: Likewise.
1027
ddb9f679
YQ
10282014-12-05 Yao Qi <yao@codesourcery.com>
1029
1030 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1031
86e4ed39
DE
10322014-12-04 Doug Evans <dje@google.com>
1033
1034 * gdb.python/py-objfile.exp: Add tests for
1035 objfile.add_separate_debug_file.
1036
7c50a931
DE
10372014-12-04 Doug Evans <dje@google.com>
1038
1039 * lib/gdb.exp (get_build_id): New function.
1040 (build_id_debug_filename_get): Rewrite to use it.
1041 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1042
621661e3
MR
10432014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1044
1045 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1046 `method(long)', not just 0x0.
1047 * gdb.cp/nsalias.exp: Align code labels to 4.
1048 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1049 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1050 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1051 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1052 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1053 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1054
29f0c3b7
DE
10552014-12-02 Doug Evans <dje@google.com>
1056
e1e061e7 1057 PR symtab/17602
29f0c3b7 1058 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 1059 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
1060 * gdb.cp/anon-ns.exp: Update.
1061
162078c8
NB
10622014-12-02 Nick Bull <nicholaspbull@gmail.com>
1063
1064 * gdb.python/py-events.py (inferior_call_handler): New.
1065 (register_changed_handler, memory_changed_handler): New.
1066 (test_events.invoke): Register new handlers.
1067 * gdb.python/py-events.exp: Add tests for inferior call,
1068 memory_changed and register_changed events.
1069
fdb09caf
AA
10702014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1071
1072 * gdb.base/execl-update-breakpoints.exp: Specify the link address
1073 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
1074 if the linker doesn't understand this.
1075
55cfb2c4
SM
10762014-12-01 Simon Marchi <simon.marchi@ericsson.com>
1077
1078 * gdb.python/python.exp: Change expected reply to help().
1079
9e8cd6df
YQ
10802014-12-01 Yao Qi <yao@codesourcery.com>
1081
1082 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
1083 AC_CONFIG_SUBDIRS(gdb.gdbtk).
1084 * configure: Re-generated.
1085
6c659fc2
SC
10862014-11-28 Siva Chandra Reddy <sivachandra@google.com>
1087
1088 * gdb.cp/chained-calls.cc: New file.
1089 * gdb.cp/chained-calls.exp: New file.
1090 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1091
d7fc3181
SM
10922014-11-28 Simon Marchi <simon.marchi@ericsson.com>
1093
1094 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1095 * gdb.dwarf2/symtab-producer.exp: Same.
1096 * gdb.gdb/python-interrupts.exp: Same.
1097 * gdb.gdb/python-selftest.exp: Same.
1098 * gdb.python/py-linetable.exp: Same.
1099 * gdb.python/py-type.exp: Same.
1100 * gdb.python/py-value-cc.exp: Same.
1101 * gdb.python/py-value.exp: Same.
1102
10e79639
YQ
11032014-11-28 Yao Qi <yao@codesourcery.com>
1104
1105 * gdb.base/break-probes.exp: Match library name prefixed with
1106 sysroot.
1107
f28a0564
SM
11082014-11-27 Simon Marchi <simon.marchi@ericsson.com>
1109
1110 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
1111 test expected output. Add parentheses for the call to print.
1112 Remove L suffix from integers.
1113
3fe1ce1d
DE
11142014-11-26 Doug Evans <dje@google.com>
1115
1116 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
1117
84429e27
YQ
11182014-11-22 Yao Qi <yao@codesourcery.com>
1119
1120 * gdb.trace/entry-values.c: Remove asms.
1121 (foo): Add foo_label.
1122 (bar): Add bar_label.
1123 * gdb.trace/entry-values.exp: Remove code computing foo's
1124 length and bar's length.
1125 (Dwarf::assemble): Invoke function_range for bar and use
1126 MACRO_AT_func for foo.
1127
26741859
YQ
11282014-11-22 Yao Qi <yao@codesourcery.com>
1129
1130 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
1131 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
1132 Use .Lgcc43_procstart instead of gcc43.
1133
45e44d27
JB
11342014-11-21 Joel Brobecker <brobecker@adacore.com>
1135
1136 * gdb.ada/n_arr_bound: New testcase.
1137
458c8db8
SDJ
11382014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1139
1140 PR breakpoints/10737
1141 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
1142 test_catch_syscall_multi_arch.
1143 (test_catch_syscall_multi_arch): New function.
1144
43f3e411
DE
11452014-11-20 Doug Evans <xdje42@gmail.com>
1146
1147 * gdb.base/maint.exp: Update expected output.
1148
0d7b2549
AA
11492014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1150
1151 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
1152 4-byte instruction on S390.
1153
8908fca5
JB
11542014-11-19 Joel Brobecker <brobecker@adacore.com>
1155
1156 * gdb.ada/arr_arr: New testcase.
1157
4a46959e
JB
11582014-11-19 Joel Brobecker <brobecker@adacore.com>
1159
1160 * gdb.ada/pkd_arr_elem: New Testcase.
1161
470e2f4e
LM
11622014-11-18 Luis Machado <lgustavo@codesourcery.com>
1163
1164 * gdb.reverse/break-precsave: Expect completion message for
1165 core file reads.
1166 * gdb.reverse/consecutive-precsave.exp: Likewise.
1167 * gdb.reverse/finish-precsave.exp: Likewise.
1168 * gdb.reverse/i386-precsave.exp: Likewise.
1169 * gdb.reverse/machinestate-precsave.exp: Likewise.
1170 * gdb.reverse/sigall-precsave.exp: Likewise.
1171 * gdb.reverse/solib-precsave.exp: Likewise.
1172 * gdb.reverse/step-precsave.exp: Likewise.
1173 * gdb.reverse/until-precsave.exp: Likewise.
1174 * gdb.reverse/watch-precsave.exp: Likewise.
1175
a267f3ad
AA
11762014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1177
1178 * gdb.base/bp-permanent.c: Include unistd.h.
1179 * gdb.python/py-framefilter-mi.c (main): Add return type.
1180 * gdb.python/py-framefilter.c (main): Likewise.
1181 * gdb.trace/actions-changed.c (main): Likewise.
1182
12084a9a
AA
11832014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1184
1185 * gdb.mi/until.c: Add eye-catchers.
1186 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
1187 line numbers.
1188
dc7e1a77
AA
11892014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1190
1191 * gdb.base/condbreak.exp: Drop references to removed non-prototype
1192 function header variants in break1.c.
1193 * gdb.base/ena-dis-br.exp: Likewise.
1194 * gdb.base/hbreak2.exp: Likewise.
1195 * gdb.reverse/until-precsave.exp: Drop references to removed
1196 non-prototype function header variants in ur1.c.
1197 * gdb.reverse/until-reverse.exp: Likewise.
1198
41c77605
PM
11992014-11-17 Petr Machata <pmachata@redhat.com>
1200
1201 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
1202 ${_cu_offset_size} bytes abbrev offset.
1203
34248c3a
DE
12042014-11-15 Doug Evans <xdje42@gmail.com>
1205
1206 PR symtab/17559
1207 * gdb.base/line-symtabs.exp: New file.
1208 * gdb.base/line-symtabs.c: New file.
1209 * gdb.base/line-symtabs.h: New file.
1210
646da059
YQ
12112014-11-14 Yao Qi <yao@codesourcery.com>
1212
1213 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
1214 (func): Add label func_label.
1215 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
1216 Replace low_pc and high_pc with MACRO_AT_range.
1217 Replace name, low_pc and high_pc with MACRO_AT_func.
1218
9301ebe6
YQ
12192014-11-14 Yao Qi <yao@codesourcery.com>
1220
1221 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
1222 Replace name, low_pc and high_pc with MACRO_AT_func.
1223
f166b542
YQ
12242014-11-14 Yao Qi <yao@codesourcery.com>
1225
1226 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
1227 produce debug information.
1228 * gdb.dwarf2/implptr-optimized-out.S: Removed.
1229
0f6e71e3
YQ
12302014-11-14 Yao Qi <yao@codesourcery.com>
1231
1232 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
1233 object and get function length.
1234 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
1235 with MACRO_AT_func.
1236 (top-level): Replace gdb_compile and clean_restart with
1237 prepare_for_testing.
1238 * gdb.dwarf2/main.c (main): Add label main_label.
1239
876c4df9
YQ
12402014-11-14 Yao Qi <yao@codesourcery.com>
1241
1242 * lib/dwarf.exp (function_range): New procedure.
1243 (Dwarf::_handle_macro_at_func): New procedure.
1244 (Dwarf::_handle_macro_at_range): New procedure.
1245 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
1246
02ad9cf1
YQ
12472014-11-14 Yao Qi <yao@codesourcery.com>
1248
1249 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
1250 (_handle_attribute): New procedure.
1251
a59add0c
AA
12522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1253
1254 * gdb.ada/cond_lang/foo.c (callme): Add return type.
1255 * gdb.base/call-sc.c (zed): Likewise.
1256 * gdb.base/checkpoint.c (main): Likewise.
1257 * gdb.base/dump.c (main): Likewise.
1258 * gdb.base/gcore.c (main): Likewise.
1259 * gdb.base/huge.c (main): Likewise.
1260 * gdb.base/multi-forks.c (main): Likewise.
1261 * gdb.base/pr10179-a.c (main): Likewise.
1262 * gdb.base/savedregs.c (main): Likewise.
1263 * gdb.base/sigaltstack.c (main): Likewise.
1264 * gdb.base/siginfo.c (main): Likewise.
1265 * gdb.base/structs.c (zed): Likewise.
1266 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
1267 * gdb.mi/mi-syn-frame.c (main): Likewise.
1268 * gdb.mi/until.c (foo, main): Likewise.
1269 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
1270 * gdb.base/solib-weak.c (foo): Declare.
1271 * gdb.base/attach-twice.c: Include stdio.h.
1272 * gdb.base/weaklib1.c: Likewise.
1273 * gdb.base/weaklib2.c: Likewise.
1274 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
1275 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
1276 unistd.h.
1277 * gdb.base/attach-pie-misread.c: Include stdlib.h.
1278 * gdb.mi/mi-exit-code.c: Likewise.
1279 * gdb.base/break-interp-lib.c: Include string.h.
1280 * gdb.base/coremaker.c: Likewise.
1281 * gdb.base/testenv.c: Likewise.
1282 * gdb.python/py-finish-breakpoint.c: Likewise.
1283 * gdb.base/inferior-died.c: Include sys/wait.h.
1284 * gdb.base/fileio.c: Include time.h.
1285 * gdb.base/async-shell.c: Include unistd.h.
1286 * gdb.base/dprintf-non-stop.c: Likewise.
1287 * gdb.base/info-os.c: Likewise.
1288 * gdb.mi/mi-console.c: Likewise.
1289 * gdb.mi/watch-nonstop.c: Likewise.
1290 * gdb.python/py-events.c: Likewise.
1291 * gdb.base/async.c (baz): Move up before its invocation.
1292 * gdb.base/code_elim2.c (my_global_func): Likewise.
1293 * gdb.base/skip-solib-lib.c (multiply): Likewise.
1294 * gdb.base/advance.c (func2): Likewise.
1295
3b5d5997
AA
12962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1297
1298 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
1299 variant.
1300 * gdb.base/annota3.c: Likewise.
1301 * gdb.base/async.c: Likewise.
1302 * gdb.base/average.c: Likewise.
1303 * gdb.base/call-ar-st.c: Likewise.
1304 * gdb.base/call-rt-st.c: Likewise.
1305 * gdb.base/call-sc.c: Likewise.
1306 * gdb.base/call-strs.c: Likewise.
1307 * gdb.base/ending-run.c: Likewise.
1308 * gdb.base/execd-prog.c: Likewise.
1309 * gdb.base/exprs.c: Likewise.
1310 * gdb.base/foll-exec.c: Likewise.
1311 * gdb.base/foll-fork.c: Likewise.
1312 * gdb.base/foll-vfork.c: Likewise.
1313 * gdb.base/funcargs.c: Likewise.
1314 * gdb.base/gcore.c: Likewise.
1315 * gdb.base/jump.c: Likewise.
1316 * gdb.base/langs0.c: Likewise.
1317 * gdb.base/langs1.c: Likewise.
1318 * gdb.base/langs2.c: Likewise.
1319 * gdb.base/mips_pro.c: Likewise.
1320 * gdb.base/nodebug.c: Likewise.
1321 * gdb.base/opaque0.c: Likewise.
1322 * gdb.base/opaque1.c: Likewise.
1323 * gdb.base/recurse.c: Likewise.
1324 * gdb.base/run.c: Likewise.
1325 * gdb.base/scope0.c: Likewise.
1326 * gdb.base/scope1.c: Likewise.
1327 * gdb.base/setshow.c: Likewise.
1328 * gdb.base/setvar.c: Likewise.
1329 * gdb.base/shmain.c: Likewise.
1330 * gdb.base/shr1.c: Likewise.
1331 * gdb.base/shr2.c: Likewise.
1332 * gdb.base/sigall.c: Likewise.
1333 * gdb.base/signals.c: Likewise.
1334 * gdb.base/so-indr-cl.c: Likewise.
1335 * gdb.base/solib2.c: Likewise.
1336 * gdb.base/structs.c: Likewise.
1337 * gdb.base/sum.c: Likewise.
1338 * gdb.base/vforked-prog.c: Likewise.
1339 * gdb.base/watchpoint.c: Likewise.
1340 * gdb.reverse/shr2.c: Likewise.
1341 * gdb.reverse/until-reverse.c: Likewise.
1342 * gdb.reverse/ur1.c: Likewise.
1343 * gdb.reverse/watch-reverse.c: Likewise.
1344
066a77c5
AA
13452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1346
1347 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
1348 variant.
1349 * gdb.base/sepdebug.exp: Drop references to removed code.
1350
4f204ea5
AA
13512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1352
1353 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
1354 variant. Preserve original line numbering.
1355 * gdb.base/list1.c: Likewise.
1356
3b377a3a
AA
13572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1358
1359 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
1360 variant.
1361 * gdb.base/break1.c: Likewise.
1362 * gdb.base/break.exp: Drop references to removed code.
1363
e444df73
AA
13642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1365
1366 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
1367 variant.
1368
8008f2a7
AA
13692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1370
1371 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
1372
a5a06887
AA
13732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1374
1375 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
1376 logic into perform_all_tests() and invoke it with and without
1377 function header prototypes.
1378 (do_function_calls): Remove conditional XFAIL for PR 5318.
1379 (rerun_and_prepare): Remove duplicate code.
1380 (perform_all_tests): New. Main logic moved here.
1381
44dba9b9
AA
13822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1383
1384 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
1385 code guarded by #ifdef NO_PROTOTYPES.
1386 (t_double_many_args): Likewise.
1387 (DEF_FUNC_MANY_ARGS_1): Likewise.
1388 (DEF_FUNC_VALUES_1): Likewise.
1389 (t_structs_ldc): Renamed from t_structs_fc in conditional code
1390 guarded by #ifdef PROTOTYPES.
1391
d1fbcd56
AA
13922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1393
1394 * gdb.mi/mi-console.c: Add eye-catcher.
1395 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
1396 instead of literal line number.
1397
b0e59b8f
AA
13982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1399
1400 * gdb.base/shr2.c: Add eye-catcher.
1401 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
1402 line number.
1403
78f98cca
AA
14042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1405
1406 * gdb.base/jump.c: Add eye-catchers.
1407 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
1408 numbers.
1409
58fa2af0
AA
14102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1411
1412 * gdb.base/execd-prog.c: Add eye-catchers.
1413 * gdb.base/foll-exec.c: Likewise.
1414 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
1415 line numbers.
1416
04e5059b
AA
14172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1418
1419 * gdb.base/ending-run.c: Add eye-catchers.
1420 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
1421 literal line numbers.
1422
dbfdb174
AA
14232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1424
1425 * gdb.base/call-rt-st.c: Add eye-catchers.
1426 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
1427 literal line numbers.
1428
888a2ade
AA
14292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1430
1431 * gdb.base/call-ar-st.c: Add eye-catchers.
1432 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
1433 literal line numbers.
1434
6acc2dde
AA
14352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1436
1437 * gdb.base/average.c: Add eye-catchers.
1438 * gdb.base/sum.c: Likewise.
1439 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
1440 regexps dynamically.
1441
9ecfcd1d
AA
14422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1443
1444 * gdb.base/solib1.c: Add eye-catchers.
1445 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
1446 literal line numbers.
1447
78708b7c
PA
14482014-11-12 Pedro Alves <palves@redhat.com>
1449
1450 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
1451 leader has exited.
1452
af48d08f
PA
14532014-11-12 Pedro Alves <palves@redhat.com>
1454
1455 * gdb.arch/i386-bp_permanent.c: New file.
1456 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
1457 (srcfile): Set to i386-bp_permanent.c.
1458 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
1459 that stepi does not execute the 'leave' instruction, instead of
1460 testing it does execute.
1461 * gdb.base/bp-permanent.c: New file.
1462 * gdb.base/bp-permanent.exp: New file.
1463
af3768e9
DE
14642014-11-10 Doug Evans <xdje42@gmail.com>
1465
1466 PR symtab/17564
1467 * gdb.base/symtab-search-order.exp: New file.
1468 * gdb.base/symtab-search-order.c: New file.
1469 * gdb.base/symtab-search-order-1.c: New file.
1470 * gdb.base/symtab-search-order-shlib-1.c: New file.
1471
9de00a4a
PA
14722014-11-07 Pedro Alves <palves@redhat.com>
1473
1474 PR gdb/17511
1475 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
1476 i?86-*-linux*.
1477
e0f52461
SC
14782014-11-03 Siva Chandra Reddy <sivachandra@google.com>
1479
1480 PR c++/17494
1481 * gdb.cp/pr17494.cc: New file.
1482 * gdb.cp/pr17494.exp: New file.
1483
6ce8c980
YQ
14842014-11-02 Yao Qi <yao@codesourcery.com>
1485
1486 * gdb.python/python.exp: Get working directory and match the
1487 output of "set extended-prompt \\w " with it.
1488
02be9a71
DE
14892014-10-30 Doug Evans <dje@google.com>
1490
1491 * gdb.python/py-objfile.exp: Add tests for setting random attributes
1492 in objfiles.
1493 * gdb.python/py-progspace.exp: Add tests for setting random attributes
1494 in progspaces.
1495
3bdff46b
LM
14962014-10-30 Janis Johnson <janisjo@codesourcery.com>
1497
1498 * gdb.base/fullpath-expand.exp: Skip for a remote host.
1499 * gdb.base/realname-expand.exp: Likewise.
1500 * gdb.linespec/macro-relative.exp: Likewise.
1501
ab917dfb
PA
15022014-10-29 Pedro Alves <palves@redhat.com>
1503
1504 PR gdb/17408
1505 * gdb.threads/schedlock.c (some_function): New function.
1506 (call_function): New global.
1507 (MAYBE_CALL_SOME_FUNCTION): New macro.
1508 (thread_function): Call it.
1509 * gdb.threads/schedlock.exp (get_args): Add description parameter,
1510 and use it instead of a global counter. Adjust all callers.
1511 (get_current_thread): Use "find current thread" for test message
1512 here rather than having all callers pass down the same string.
1513 (goto_loop): New procedure, factored out from ...
1514 (my_continue): ... this.
1515 (step_ten_loops): Change parameter from test message to command to
1516 use. Adjust.
1517 (list_count): Delete global.
1518 (check_result): New procedure, factored out from duplicate top
1519 level code.
1520 (continue tests): Wrap in with_test_prefix.
1521 (test_step): New procedure, factored out from duplicate top level
1522 code.
1523 (top level): Test "step" in combination with all scheduler-locking
1524 modes. Test "next" in combination with all scheduler-locking
1525 modes, and in combination with stepping over a function call or
1526 not.
1527 * gdb.threads/next-bp-other-thread.c: New file.
1528 * gdb.threads/next-bp-other-thread.exp: New file.
1529
d3d4baed
PA
15302014-10-29 Pedro Alves <palves@redhat.com>
1531
1532 PR python/17372
1533 * gdb.python/python.exp: Test a multi-line command that spawns
1534 interactive Python.
1535 * gdb.base/multi-line-starts-subshell.exp: New file.
1536
563e8d85
YQ
15372014-10-29 Yao Qi <yao@codesourcery.com>
1538
1539 * gdb.base/fileio.exp: Make directories on host.
1540
0ea4d52e
YQ
15412014-10-29 Yao Qi <yao@codesourcery.com>
1542
1543 * gdb.base/fileio.c (test_write): Close the file.
1544
7f5ef605
PA
15452014-10-28 Pedro Alves <palves@redhat.com>
1546
1547 PR gdb/12623
1548 * gdb.base/sigstep.c (no_handler): New global.
1549 (main): If 'no_handler is true, set the signal handlers to
1550 SIG_IGN.
1551 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
1552 with_sw_watch and no_handler parameters. Handle them.
1553 (top level) <stepping over handler when stopped at a breakpoint
1554 test>: Add a test axis for testing with a software watchpoint, and
1555 another for testing with the signal handler set to SIG_IGN.
1556 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
1557 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
1558
abbdbd03
PA
15592014-10-28 Pedro Alves <palves@redhat.com>
1560
1561 PR gdb/17511
1562 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
1563 * gdb.base/sigstep.exp (other_handler_location): New global.
1564 (advance): Support stepping into the signal handler, and running
1565 commands while in the handler.
1566 (in_handler_map): New global.
1567 (top level): In the advance test, add combinations for getting
1568 into the handler with stepping commands, and for running commands
1569 in the handler. Add comment descripting the advancei tests.
1570
1df4399f
PA
15712014-10-28 Pedro Alves <palves@redhat.com>
1572
1573 * gdb.base/sigstep.exp: Use build_executable instead of
1574 prepare_for_testing.
1575 (top level): Move code that starts GDB, runs to main and creates a
1576 display to ...
1577 (restart): ... this new procedure.
1578 (top level): Move backtrace from signal handler test to ...
1579 (validate_backtrace): ... this new procedure.
1580 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
1581 with_test_prefix. Always restart GDB.
1582 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
1583 with_test_prefix. Always restart GDB. No need to delete
1584 breakpoints after the test.
1585 (test_skip_handler): Remove prefix parameter.
1586 (skip_over_handler, breakpoint_to_handler)
1587 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
1588 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
1589 restart GDB. No need to delete breakpoints after the test.
1590 (top level): Use foreach to call the test procedures with
1591 different commands.
1592
a5b6e449
PA
15932014-10-28 Pedro Alves <palves@redhat.com>
1594
1595 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
1596 instead of GNATS numbers.
1597 * gdb.base/sigbpt.exp: Likewise.
1598 * gdb.base/siginfo.exp: Likewise.
1599 * gdb.base/sigstep.exp: Likewise.
1600
e5f8a7cc
PA
16012014-10-27 Pedro Alves <palves@redhat.com>
1602
1603 * gdb.base/sigstep.c (dummy): New global.
1604 (main): Issue a couple writes to the new global.
1605 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
1606 procedures.
1607 (skip_over_handler): Use test_skip_handler.
1608 (top level): Call skip_over_handler for stepi and nexti too.
1609 (breakpoint_over_handler): Use test_skip_handler.
1610 (top level): Call breakpoint_over_handler for stepi and nexti too.
1611
763905a3
YQ
16122014-10-27 Yao Qi <yao@codesourcery.com>
1613
1614 * gdb.trace/tfile.c (adjust_function_address)
1615 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
1616 function descriptor.
1617
6f259a23
DB
16182014-10-24 Don Breazeal <donb@codesourcery.com>
1619
1620 * gdb.base/foll-fork.exp (test_follow_fork,
1621 catch_fork_child_follow): Check for updated fork messages emitted
1622 from infrun.c.
1623 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
1624 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
1625 vfork_and_exec_child_follow_through_step): Check for updated vfork
1626 messages emitted from infrun.c.
1627
09dd9a69
PA
16282014-10-24 Pedro Alves <palves@redhat.com>
1629
1630 * gdb.base/corefile.exp: Remove references to ultrix.
1631 * gdb.base/interrupt.exp: Likewise.
1632 * gdb.base/whatis.exp: Likewise.
1633 * gdb.gdb/selftest.exp: Likewise.
1634 * gdb.threads/manythreads.exp: Likewise.
1635 * gdb.threads/print-threads.exp: Likewise.
1636 * gdb.threads/pthreads.exp:: Likewise.
1637 * gdb.threads/schedlock.exp: Likewise.
1638
3433cfa5
SC
16392014-10-24 Siva Chandra Reddy <sivachandra@google.com>
1640
1641 * gdb.cp/non-trivial-retval.cc: Add a test case.
1642 * gdb.cp/non-trivial-retval.exp: Add a test.
1643
092f880b
YQ
16442014-10-20 Yao Qi <yao@codesourcery.com>
1645
1646 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
1647 * gdb.python/py-objfile-script-gdb.py: New file.
1648 * gdb.python/py-objfile-script.exp: Update reference to
1649 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
1650 of remote_download. Remove the dest file.
1651
acbdb7f3
YQ
16522014-10-20 Yao Qi <yao@codesourcery.com>
1653
1654 * gdb.base/checkpoint.exp: Don't remove file copied on host.
1655 * gdb.base/step-line.exp: Likewise.
1656 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1657 * gdb.dwarf2/dw2-basic.exp: Likewise.
1658 * gdb.dwarf2/dw2-compressed.exp: Likewise.
1659 * gdb.dwarf2/dw2-filename.exp: Likewise.
1660 * gdb.dwarf2/dw2-intercu.exp: Likewise.
1661 * gdb.dwarf2/dw2-intermix.exp: Likewise.
1662 * gdb.dwarf2/dw2-producer.exp: Likewise.
1663 * gdb.dwarf2/mac-fileno.exp: Likewise.
1664 * gdb.python/py-frame-args.exp: Likewise.
1665 * gdb.python/py-framefilter.exp: Likewise.
1666 * gdb.python/py-mi.exp: Likewise.
1667 * gdb.python/py-objfile-script.exp: Likewise
1668 * gdb.python/py-pp-integral.exp: Likewise.
1669 * gdb.python/py-pp-re-notag.exp: Likewise.
1670 * gdb.python/py-prettyprint.exp: Likewise.
1671 * gdb.python/py-section-script.exp: Likewise.
1672 * gdb.python/py-typeprint.exp: Likewise.
1673 * gdb.python/py-xmethods.exp: Likewise.
1674 * gdb.stabs/weird.exp: Likewise.
1675 * gdb.xml/tdesc-regs.exp: Likewise.
1676
bd286a29
KCY
16772014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
1678
1679 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
1680 (out_cu): Use addr_len for the size of addresses.
1681 (out_line): Likewise. Size DW_LNE_set_address instruction
1682 according to addr_len.
1683 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
1684 (FUNC): Add START_INSNS to definition.
1685
673dc4a0
YQ
16862014-10-18 Yao Qi <yao@codesourcery.com>
1687
1688 * gdb.base/argv0-symlink.exp: Check argv[0] value if
1689 gdb_has_argv0 return true.
1690 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
1691 check [target_info exists noargs], check [gdb_has_argv0]
1692 instead.
1693 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1694 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
1695 procedures.
1696
4ffbba72
DE
16972014-10-17 Doug Evans <dje@google.com>
1698
1699 * gdb.python/py-events.exp: Update expected output for clear_objfiles
1700 event.
1701 * gdb.python/py-events.py: Add clear_objfiles event.
1702
d096d8c1
DE
17032014-10-17 Doug Evans <dje@google.com>
1704
1705 * gdb.python/py-objfile.exp: Test progspace attribute.
1706
a80db015
LM
17072014-10-17 Luis Machado <lgustavo@codesourcery.com>
1708
1709 * gdb.guile/scm-breakpoint.exp: Do not assume any
1710 directory separators when matching source file paths.
1711 * gdb.python/py-breakpoint.exp: Likewise.
1712 * gdb.reverse/break-precsave.exp: Likewise.
1713 * gdb.reverse/break-reverse.exp: Likewise.
1714 * gdb.reverse/consecutive-precsave.exp: Likewise.
1715 * gdb.reverse/finish-precsave.exp: Likewise.
1716 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
1717 * gdb.reverse/finish-reverse.exp: Likewise.
1718 * gdb.reverse/i386-precsave.exp: Likewise.
1719 * gdb.reverse/i387-env-reverse.exp: Likewise.
1720 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1721 * gdb.reverse/machinestate-precsave.exp: Likewise.
1722 * gdb.reverse/machinestate.exp: Likewise.
1723 * gdb.reverse/sigall-precsave.exp: Likewise.
1724 * gdb.reverse/solib-precsave.exp: Likewise.
1725 * gdb.reverse/step-precsave.exp: Likewise.
1726 * gdb.reverse/until-precsave.exp: Likewise.
1727 * gdb.reverse/watch-precsave.exp: Likewise.
1728 * gdb.reverse/watch-reverse.exp: Likewise.
1729
b22089ab
YQ
17302014-10-17 Yao Qi <yao@codesourcery.com>
1731
1732 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
1733 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
1734
6c4486e6
PA
17352014-10-17 Pedro Alves <palves@redhat.com>
1736
1737 PR gdb/17471
1738 * gdb.base/bg-execution-repeat.c: New file.
1739 * gdb.base/bg-execution-repeat.exp: New file.
1740
0ff33695
PA
17412014-10-17 Pedro Alves <palves@redhat.com>
1742
1743 PR gdb/17300
1744 * gdb.base/continue-all-already-running.c: New file.
1745 * gdb.base/continue-all-already-running.exp: New file.
1746
6fdebc3d
PA
17472014-10-17 Pedro Alves <palves@redhat.com>
1748
1749 PR gdb/17472
1750 * gdb.base/annota-input-while-running.c: New file.
1751 * gdb.base/annota-input-while-running.exp: New file.
1752
32a8097b
PA
17532014-10-17 Pedro Alves <palves@redhat.com>
1754
1755 * gdb.base/callfuncs.exp: emove references to osf.
1756 * gdb.base/sigall.exp: Likewise.
1757 * gdb.gdb/selftest.exp: Likewise.
1758 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1759 * gdb.mi/non-stop.c: Likewise.
1760 * gdb.mi/pthreads.c: Likewise.
1761 * gdb.reverse/sigall-precsave.exp: Likewise.
1762 * gdb.reverse/sigall-reverse.exp: Likewise.
1763 * gdb.threads/pthreads.c: Likewise.
1764 * gdb.threads/pthreads.exp: Likewise.
1765
7a3517ff
YQ
17662014-10-17 Yao Qi <yao@codesourcery.com>
1767
1768 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
1769 check 'target_info exists noargs'.
1770 (test_command_prompt_position): Likewise.
1771 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
1772 Remove "set args".
1773 (progvar_simple_while_test): Likewise.
1774 (progvar_complex_if_while_test): Likewise.
1775 (if_while_breakpoint_command_test): Likewise.
1776 (infrun_breakpoint_command_test): Likewise.
1777 (breakpoint_command_test): Likewise.
1778 (watchpoint_command_test): Likewise.
1779 (bp_deleted_in_command_test): Likewise.
1780 (temporary_breakpoint_commands): Likewise.
1781
bb99c472
YQ
17822014-10-16 Yao Qi <yao@codesourcery.com>
1783
1784 * gdb.base/remotetimeout.exp: Remove noargs checking.
1785
7c16b83e
PA
17862014-10-15 Pedro Alves <palves@redhat.com>
1787
1788 PR breakpoints/9649
1789 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
1790 * gdb.base/breakpoint-in-ro-region.exp
1791 (probe_target_hardware_step): New procedure.
1792 (top level): Probe hardware stepping and hardware breakpoint
1793 support. Test stepping through a read-only region, with both
1794 "breakpoint auto-hw" on and off and both "always-inserted" on and
1795 off.
1796
35a49624
IB
17972014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
1798
1799 * gdb.dlang/demangle.exp: Update for demangling changes.
1800
2d1c107c
SC
18012014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1802
1803 * gdb.cp/non-trivial-retval.cc: Add new test cases.
1804 * gdb.cp/non-trivial-retval.exp: Add new tests.
1805
778811d5
SC
18062014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1807
1808 PR c++/13403
1809 PR c++/15154
1810 * gdb.cp/non-trivial-retval.cc: New file.
1811 * gdb.cp/non-trivial-retval.exp: New file.
1812
10c5f0a8
YQ
18132014-10-15 Yao Qi <yao@codesourcery.com>
1814
1815 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
1816 remote host.
1817
65d7b369
YQ
18182014-10-15 Yao Qi <yao@codesourcery.com>
1819
1820 * gdb.python/py-symbol.exp: Match file base name if host is
1821 remote, otherwise match file name with dir name.
1822 * gdb.python/py-symtab.exp: Likewise.
1823 * gdb.python/python.exp: Likewise.
1824
46dc1394
YQ
18252014-10-15 Yao Qi <yao@codesourcery.com>
1826
1827 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
1828 pattern.
1829 * gdb.python/py-symtab.exp: Likewise.
1830 * gdb.python/python.exp: Remove trailing ".*". Fix typo
1831 locationn.
1832
c40cc657
JB
18332014-10-14 Joel Brobecker <brobecker@adacore.com>
1834
1835 * gdb.ada/addr_arith: New testcase.
1836
2abf49e1
MR
18372014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
1838
1839 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
1840 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
1841 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
1842 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
1843
f7088df3
SDJ
18442014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
1845
1846 * gdb.arch/stap-eval-lang-ada.S: Likewise.
1847 * gdb.arch/stap-eval-lang-ada.c: Likewise.
1848 * gdb.arch/stap-eval-lang-ada.exp: New file.
1849
4dc06805
YQ
18502014-10-14 Yao Qi <yao@codesourcery.com>
1851
1852 * gdb.mi/mi-var-child.c (nothing1): New function.
1853 (nothing2): New function.
1854 (do_children_tests): Set function pointers by nothing1 and
1855 nothing2.
1856 * gdb.mi/mi-var-child.exp: Step over new added statements.
1857 Update test to match the new output.
1858 * gdb.mi/var-cmd.c (nothing1): New function.
1859 (nothing2): New function.
1860 (do_children_tests): Set function pointers by nothing1 and
1861 nothing2.
1862 * gdb.mi/mi-var-display.exp: Update test to match output.
1863 Step to the line specified by $line_dct_nothing.
1864 Increase the number of lines to step.
1865
46a93de2
YQ
18662014-10-14 Yao Qi <yao@codesourcery.com>
1867
1868 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
1869 tests.
1870 * gdb.mi/mi2-var-child.exp: Likewise.
1871
14ea52ee
DE
18722014-10-13 Doug Evans <dje@google.com>
1873
1874 * gdb.python/py-objfile.exp: Change name of file name test.
1875
e5c6e92b
DE
18762014-10-13 Doug Evans <dje@google.com>
1877
1878 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
1879 from the start of the CU.
1880
c780cc2f
JK
18812014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1882 Yao Qi <yao@codesourcery.com>
1883
1884 Fix "save breakpoints" for "catch" command.
1885 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
1886 Remove -nonewline. Match also the added "main" line.
1887
99894e11
JK
18882014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1889
1890 Fix "save breakpoints" for "disable $bpnum" command.
1891 * gdb.base/save-bp.c (main): Add label.
1892 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
1893
6e1ac5a3
JK
18942014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1895
1896 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
1897
754dd2b0
YQ
18982014-10-11 Yao Qi <yao@codesourcery.com>
1899
1900 * gdb.server/server-kill.exp: Execute command
1901 "set remote trace-status-packet on" before "tstatus".
1902
f90183d7
YQ
19032014-10-11 Yao Qi <yao@codesourcery.com>
1904
1905 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
1906 (main): Call getppid.
1907 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
1908 and continue to it. Read variable "server_pid".
1909
bf40a607
YQ
19102014-10-11 Yao Qi <yao@codesourcery.com>
1911
1912 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
1913
052ca370
YQ
19142014-10-11 Yao Qi <yao@codesourcery.com>
1915
1916 * gdb.threads/thread-find.exp: Don't execute command
1917 "info threads".
1918 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
1919 * gdb.threads/linux-dp.exp: Don't check the condition
1920 $threads_created equals to zero.
1921
3831839c
PA
19222014-10-10 Pedro Alves <palves@redhat.com>
1923
1924 * gdb.base/bigcore.exp: Remove references to IRIX.
1925 * gdb.base/funcargs.exp: Likewise.
1926 * gdb.base/interrupt.exp: Likewise.
1927 * gdb.base/mips_pro.exp: Likewise.
1928 * gdb.base/nodebug.exp: Likewise.
1929 * gdb.base/setvar.exp: Likewise.
1930 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
1931
8b9a549d
PA
19322014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1933 Pedro Alves <palves@redhat.com>
1934
1935 PR symtab/14466
1936 * gdb.base/vdso-warning.c: New file.
1937 * gdb.base/vdso-warning.exp: New file.
1938
d48ba5e8
DE
19392014-10-02 Doug Evans <dje@google.com>
1940
1941 * gdb.base/structs.c (main): Don't run forever.
1942
2278c276
PA
19432014-10-02 Pedro Alves <palves@redhat.com>
1944
1945 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
1946 (top level) <stop threads 1, stop threads 2>: Use it.
1947
b57bacec
PA
19482014-10-02 Pedro Alves <palves@redhat.com>
1949
1950 * gdb.threads/break-while-running.exp (test): Add new
1951 'update_thread_list' argument. Skip "info threads" if false.
1952 (top level): Add new 'update_thread_list' axis.
1953
13fd3ff3
PA
19542014-10-02 Pedro Alves <palves@redhat.com>
1955
1956 PR breakpoints/17431
1957 * gdb.base/execl-update-breakpoints.c: New file.
1958 * gdb.base/execl-update-breakpoints.exp: New file.
1959
0fec99e8
PA
19602014-10-01 Pedro Alves <palves@redhat.com>
1961
1962 * gdb.base/breakpoint-in-ro-region.c: New file.
1963 * gdb.base/breakpoint-in-ro-region.exp: New file.
1964
2ddf4301
SM
19652014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1966
1967 * gdb.mi/mi-exit-code.exp: New file.
1968 * gdb.mi/mi-exit-code.c: New file.
1969
6a5f3f43
YQ
19702014-09-30 Yao Qi <yao@codesourcery.com>
1971
1972 * lib/prelink-support.exp (build_executable_own_libs): Error if
1973 the target isn't native.
1974
345bcc73
YQ
19752014-09-30 Yao Qi <yao@codesourcery.com>
1976
1977 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
1978 false.
1979
a25a5a45
PA
19802014-09-22 Pedro Alves <palves@redhat.com>
1981
1982 * gdb.threads/break-while-running.exp: New file.
1983 * gdb.threads/break-while-running.c: New file.
1984
00ba3162
YQ
19852014-09-19 Yao Qi <yao@codesourcery.com>
1986
1987 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
1988 Invoke test. Restart GDB with --readnow and invoke test again.
1989
c3b7b696
YQ
19902014-09-19 Yao Qi <yao@codesourcery.com>
1991
1992 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
1993 proc set_breakpoint_on_gcd_function. Invoke
1994 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
1995 invoke set_breakpoint_on_gcd_function again.
1996
2b4fd423
DE
19972014-09-18 Doug Evans <dje@google.com>
1998
1999 * gdb.dwarf2/symtab-producer.exp: New file.
2000
a5947601
SDJ
20012014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2002
2003 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2004 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2005 * gdb.base/global-var-nested-by-dso.c: Likewise.
2006 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2007
91c19059
SDJ
20082014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2009 Pedro Alves <palves@redhat.com>
2010
2011 * gdb.base/watch-bitfields.exp: Pass string other than test file
2012 name to prepare_for_testing.
2013 (watch): New procedure.
2014 (expect_watchpoint): Use with_test_prefix.
2015 (top level): Factor out tests to ...
2016 (test_watch_location, test_regular_watch): ... these new
2017 procedures, and use with_test_prefix and gdb_continue_to_end.
2018
bb9d5f81
PP
20192014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2020
2021 PR breakpoints/12526
2022 * gdb.base/watch-bitfields.exp: New file.
2023 * gdb.base/watch-bitfields.c: New file.
2024
635856f5
PA
20252014-09-16 Pedro Alves <palves@redhat.com>
2026
2027 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2028 software and hardware addresses, not software address against
2029 itself.
2030
7280ceea
PA
20312014-09-16 Pedro Alves <palves@redhat.com>
2032
2033 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2034 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2035
428b16bd
PA
20362014-09-16 Pedro Alves <palves@redhat.com>
2037
2038 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2039 files.
2040 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2041 "*-*-vxworks*" throughout.
2042 * gdb.base/break.exp: Likewise.
2043 * gdb.base/default.exp: Likewise.
2044 * gdb.base/scope.exp: Likewise.
2045 * gdb.base/sepdebug.exp: Likewise.
2046 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2047 throughout.
2048 * gdb.base/run.c: Likewise.
2049 * gdb.base/sepdebug.c: Likewise.
2050 * gdb.hp/gdb.aCC/run.c: Likewise.
2051 * gdb.reverse/until-reverse.c: Likewise.
2052 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2053
666d413c
YQ
20542014-09-16 Yao Qi <yao@codesourcery.com>
2055
2056 * boards/local-remote-host-native.exp: New file.
2057
57cbd724
DE
20582014-09-14 Doug Evans <xdje42@gmail.com>
2059
2060 * gdb.threads/queue-signal.c (thread_count): New variable.
2061 (thread_count_mutex, thread_count_condvar): New variables.
2062 (incr_thread_count, wait_all_threads_running): New functions.
2063 (main): Wait for all threads to be in their thread functions.
2064
81219e53
DE
20652014-09-13 Doug Evans <xdje42@gmail.com>
2066
2067 * gdb.threads/queue-signal.c: New file.
2068 * gdb.threads/queue-signal.exp: New file.
2069
3714cea7
DE
20702014-09-13 Doug Evans <xdje42@gmail.com>
2071
2072 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2073 be consistent with what default_gdb_init uses.
2074 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2075 the plain text of the prompt. Add some logging printfs.
2076 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2077
fa43b1d7
PA
20782014-09-12 Pedro Alves <palves@redhat.com>
2079
2080 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2081 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2082 * gdb.arch/i386-size-overlap.exp: Likewise.
2083 * gdb.arch/i386-size.exp: Likewise.
2084 * gdb.arch/i386-unwind.exp: Likewise.
2085 * gdb.base/a2-run.exp: Likewise.
2086 * gdb.base/break.exp: Likewise.
2087 * gdb.base/charset.exp: Likewise.
2088 * gdb.base/chng-syms.exp: Likewise.
2089 * gdb.base/commands.exp: Likewise.
2090 * gdb.base/dbx.exp: Likewise.
2091 * gdb.base/find.exp: Likewise.
2092 * gdb.base/funcargs.exp: Likewise.
2093 * gdb.base/jit-simple.exp: Likewise.
2094 * gdb.base/reread.exp: Likewise.
2095 * gdb.base/sepdebug.exp: Likewise.
2096 * gdb.base/step-bt.exp: Likewise.
2097 * gdb.cp/mb-inline.exp: Likewise.
2098 * gdb.cp/mb-templates.exp: Likewise.
2099 * gdb.objc/basicclass.exp: Likewise.
2100 * gdb.threads/killed.exp: Likewise.
2101
9d9bf2df
EBM
21022014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2103
2104 PR tdep/17379
2105 * gdb.arch/powerpc-stackless.S: New file.
2106 * gdb.arch/powerpc-stackless.exp: New file.
2107
1cf2f1b0
JK
21082014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2109
2110 * gdb.base/attach.c: Include unistd.h.
2111 (main): Call alarm. Add label postloop.
2112 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
2113 gdb_breakpoint, gdb_continue_to_breakpoint.
2114 (test_command_line_attach_run): Kill ${testpid} in one exit path.
2115
98880d46
PA
21162014-09-11 Pedro Alves <palves@redhat.com>
2117
2118 PR gdb/17347
2119 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
2120 * gdb.base/attach.exp (test_command_line_attach_run): New
2121 procedure.
2122 (top level): Call it.
2123
4c92ff2c
PA
21242014-09-11 Pedro Alves <palves@redhat.com>
2125
2126 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
2127 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
2128 (do_command_attach_tests): Use spawn_wait_for_attach.
2129 * gdb.base/solib-overlap.exp: Likewise.
2130 * gdb.multi/multi-attach.exp: Likewise.
2131 * gdb.python/py-prompt.exp: Likewise.
2132 * gdb.python/py-sync-interp.exp: Likewise.
2133 * gdb.server/ext-attach.exp: Likewise.
2134
3adc1a7d
GKB
21352014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
2136
2137 * gdb.fortran/array-element.exp: Remove unexpected "continue"
2138 command in testcase. Simplify testcase.
2139
96334934
JB
21402014-09-10 Joel Brobecker <brobecker@adacore.com>
2141
2142 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
2143
eb479039
JB
21442014-09-10 Joel Brobecker <brobecker@adacore.com>
2145
2146 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
2147
deede10c
JB
21482014-09-10 Joel Brobecker <brobecker@adacore.com>
2149
2150 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
2151
7828a5f5
JB
21522014-09-10 Joel Brobecker <brobecker@adacore.com>
2153
2154 * gdb.dwarf2/dynarr-ptr.c: New file.
2155 * gdb.dwarf2/dynarr-ptr.exp: New file.
2156
33aeebcf
MR
21572014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2158
2159 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
2160 of 30 rather than hardcoding 120 for a slow test case. Take the
2161 `gdb,timeout' target setting into account for this calculation.
2162 Don't extend the timeout for the test cases that don't need it.
2163
7b415901
MR
21642014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2165
2166 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
2167 a factor of 2 for a slow test case. Take the `gdb,timeout'
2168 target setting into account for this calculation.
2169 * gdb.reverse/until-precsave.exp: Increase the timeout by
2170 a factor of 15 and 3 respectively rather than adding 120
2171 for a pair of slow test cases. Take the `gdb,timeout'
2172 target setting into account for this calculation.
2173
4a40f85a
MR
21742014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2175
2176 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
2177 timeout, don't pass one down to gdb_expect.
2178 (gdb_expect): Rework timeout selection.
2179
09635af7
MR
21802014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2181
2182 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
2183 exception on timeout.
2184 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
2185 (gdbserver_start_extended): Catch any `gdbserver_start' error
2186 exceptions.
2187 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
2188 * lib/mi-support.exp (mi_gdb_target_load): Catch any
2189 `gdbserver_gdb_load' error exceptions.
2190
2bdd10b7
MR
21912014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2192
2193 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
2194 120 on waiting for the TCP socket to open.
2195
316935f0
DE
21962014-09-09 Doug Evans <xdje42@gmail.com>
2197
2198 * gdb.base/default.exp (show_conv_list): Add _caller_is,
2199 _caller_matches, _any_caller_is, _any_caller_matches.
2200
83740597
DE
22012014-09-09 Doug Evans <xdje42@gmail.com>
2202
2203 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
2204
4c122fc3
YQ
22052014-09-09 Yao Qi <yao@codesourcery.com>
2206
2207 * gdb.mi/mi-var-display.exp: Set print symbol off.
2208
a9f116cb
GKB
22092014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
2210
2211 PR gdb/17035
2212 * gdb.base/commands.exp: Add tests to verify user-defined
2213 commands with empty bodies.
2214 * gdb.python/py-cmd.exp: Test that we don't show user-defined
2215 python commands in `show user command`.
2216 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
2217 scheme commands in `show user command`.
2218
c75bd3a2
JK
22192014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2220
2221 PR python/17355
2222 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
2223 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
2224 * gdb.python/py-framefilter-invalidarg.exp: New file.
2225 * gdb.python/py-framefilter-invalidarg.py: New file.
2226
faa42425
DE
22272014-09-06 Doug Evans <xdje42@gmail.com>
2228
2229 PR 15276
2230 * gdb.python/py-caller-is.c: New file.
2231 * gdb.python/py-caller-is.exp: New file.
2232
474ca4f6
SDJ
22332014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
2234
2235 PR gdb/17235
2236 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
2237 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
2238
eb0b0463
SDJ
22392014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
2240
2241 PR fortran/17237
2242 * gdb.fortran/print-formatted.exp: New file.
2243 * gdb.fortran/print-formatted.f90: Likewise.
2244
5f3b99cf
SS
22452014-09-03 Sasha Smundak <asmundak@google.com>
2246
2247 * gdb.python/py-frame.exp: Test Frame.read_register.
2248
7d793aa9
SDJ
22492014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
2250
2251 PR python/16699
2252 * gdb.python/py-completion.exp: New file.
2253 * gdb.python/py-completion.py: Likewise.
2254
fb0576e9
DE
22552014-08-28 Doug Evans <dje@google.com>
2256
2257 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
2258 eax,etc. are live with values set by gdb and thus the compiler can't
2259 use them.
2260 * gdb.arch/i386-pseudo.c (main): Ditto.
2261
ee92b0dd
DE
22622014-08-27 Doug Evans <dje@google.com>
2263
2264 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
2265
6649db35
DE
22662014-08-25 Doug Evans <dje@google.com>
2267
2268 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
2269 (main): Ditto.
2270
564b7600
DE
22712014-08-25 Doug Evans <dje@google.com>
2272
2273 * gdb.threads/thread-execl.exp: #include <stdio.h>.
2274
3881fb67
YQ
22752014-08-24 Yao Qi <yao@codesourcery.com>
2276
2277 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
2278 symbol off.
2279 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
2280
a05a36a5
DE
22812014-08-22 Doug Evans <dje@google.com>
2282
2283 PR 17276
2284 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
2285 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
2286 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
2287
7c343b48
YQ
22882014-08-22 Yao Qi <yao@codesourcery.com>
2289
2290 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
2291 * gdb.python/py-finish-breakpoint2.exp: Likewise.
2292 * gdb.python/python.exp: Likewise. Use .py file on the host
2293 instead of the build.
2294
22fd09ae
JK
22952014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2296
2297 * gdb.threads/gcore-stale-thread.c: New file.
2298 * gdb.threads/gcore-stale-thread.exp: New file.
2299
a8454a7c
PA
23002014-08-21 Pedro Alves <palves@redhat.com>
2301
2302 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
2303 * gdb.base/gcore-relro-pie.exp: Likewise.
2304 * gdb.base/gcore-relro.exp: Likewise.
2305 * gdb.base/gcore.exp: Likewise.
2306 * gdb.base/print-symbol-loading.exp: Likewise.
2307 * gdb.threads/gcore-thread.exp: Likewise.
2308 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
2309
2a31c623
PA
23102014-08-20 Pedro Alves <palves@redhat.com>
2311 Jan Kratochvil <jan.kratochvil@redhat.com>
2312
2313 * Makefile.in (EXTRA_RULES, CC): New variables, get from
2314 configure.
2315 (EXPECT): Handle READ1 being set.
2316 (all): Depend on EXTRA_RULES.
2317 (check-read1, expect-read1, read1.so, read1): New rules.
2318 * README (Testsuite Parameters): Document the READ1 make variable.
2319 (Race detection): New section.
2320 * configure: Regenerate.
2321 * configure.ac: If build==host==target, and running under a
2322 GNU/glibc system, add read1 to the extra Makefile rules.
2323 (EXTRA_RULES): AC_SUBST it.
2324 * lib/read1.c: New file.
2325
d36430db
JB
23262014-08-20 Joel Brobecker <brobecker@adacore.com>
2327
2328 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
2329 the handling of variables declared as a typedef to an array
2330 which a DW_AT_data_location attribute.
2331
9a0dc9e3
PA
23322014-08-19 Andrew Burgess <aburgess@broadcom.com>
2333 Pedro Alves <palves@redhat.com>
2334
2335 PR symtab/14604
2336 PR symtab/14605
2337 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
2338 gdb_test.
2339
0718a8da
PA
23402014-08-19 Pedro Alves <palves@redhat.com>
2341
2342 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
2343
13b448cd
YQ
23442014-08-19 Yao Qi <yao@codesourcery.com>
2345
2346 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
2347 right line.
2348
1cbf5077
DB
23492014-08-18 David Blaikie <dblaikie@gmail.com>
2350
2351 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
2352
bf0fae19
JB
23532014-08-18 Joel Brobecker <brobecker@adacore.com>
2354
2355 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
2356 attribute in array range.
2357
3c8c5dcc
JB
23582014-08-18 Joel Brobecker <brobecker@adacore.com>
2359
2360 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
2361
e66d4446
SC
23622014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2363
2364 PR c++/17132
2365 * gdb.cp/pr17132.cc: New file.
2366 * gdb.cp/pr17132.exp: New file.
2367
940df408
SC
23682014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2369
2370 * gdb.python/py-xmethods.py (A_getarrayind)
2371 (E_method_char_worker.__call__, E_method_int_worker.__call__):
2372 Use 'print' with function call syntax.
2373 (E_method_matcher.match): Fix tab vs space indentation mixup.
2374
ebcc6c3a
YQ
23752014-08-15 Yao Qi <yao@codesourcery.com>
2376
2377 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
2378 false.
2379
775e0f04
YQ
23802014-08-15 Yao Qi <yao@codesourcery.com>
2381
2382 * gdb.cp/casts.exp: Set print symbol off.
2383 * gdb.cp/class2.exp: Likewise.
2384 * gdb.cp/overload.exp: Likewise.
2385 * gdb.cp/templates.exp: Likewise.
2386
d769e349
DE
23872014-08-11 Doug Evans <dje@google.com>
2388
2389 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2390 (test_load_shlib): Update.
2391
20c6f1e1
YQ
23922014-08-09 Yao Qi <yao@codesourcery.com>
2393
2394 * gdb.base/display.exp: Invoke is_address_zero_readable.
2395 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
2396 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2397 * gdb.base/hbreak-unmapped.exp: Return if
2398 is_address_zero_readable returns true.
2399 * gdb.base/signest.exp: Likewise.
2400 * gdb.base/signull.exp: Likewise.
2401 * gdb.base/sigbpt.exp: Likewise.
2402 * gdb.guile/scm-disasm.exp: Do the test if
2403 is_address_zero_readable returns false.
2404 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
2405 * gdb.python/py-arch.exp: Likewise.
2406 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
2407 * lib/gdb.exp (is_address_zero_readable): New proc.
2408
5792e8e3
YQ
24092014-08-09 Yao Qi <yao@codesourcery.com>
2410
2411 PR testsuite/13443
2412 * gdb.mi/mi-var-display.exp: Make test messages unique.
2413
3cecbbbe
TT
24142014-08-04 Tom Tromey <tromey@redhat.com>
2415
2416 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
2417 target 0".
2418
00b51ff5
TT
24192014-08-04 Tom Tromey <tromey@redhat.com>
2420
2421 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
2422 "target_resume".
2423
6908c509
JB
24242014-08-01 Joel Brobecker <brobecker@adacore.com>
2425
2426 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
2427 inner_vla_struct_object_size.
2428 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
2429 as xfail.
2430
cc6563d2
PA
24312014-07-30 Pedro Alves <palves@redhat.com>
2432
2433 * gdb.threads/signal-command-handle-nopass.exp (test): Add
2434 comment.
2435
7e09a223
YQ
24362014-07-29 Yao Qi <yao@codesourcery.com>
2437
2438 PR gdb/17206
2439 * gdb.base/until-nodebug.exp: New.
2440
7ebdbe92
DE
24412014-07-28 Doug Evans <xdje42@gmail.com>
2442
2443 PR guile/17203
2444 * gdb.guile/scm-parameter.exp: Add tests for trying to create
2445 previously existing parameter, and previously ambiguously spelled
2446 parameter.
2447
fdb1adc6
WN
24482014-07-28 Will Newton <will.newton@linaro.org>
2449
2450 * gdb.base/varargs.exp: Remove KFAILs for ARM.
2451
186fcde0
DE
24522014-07-26 Ludovic Courtès <ludo@gnu.org>
2453 Doug Evans <xdje42@gmail.com>
2454
2455 PR guile/17146
2456 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
2457
70509625
PA
24582014-07-25 Pedro Alves <palves@redhat.com>
2459
2460 * gdb.threads/signal-command-handle-nopass.c: New file.
2461 * gdb.threads/signal-command-handle-nopass.exp: New file.
2462 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
2463 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
2464 * gdb.threads/signal-delivered-right-thread.c: New file.
2465 * gdb.threads/signal-delivered-right-thread.exp: New file.
2466
c3f814a1
PA
24672014-07-25 Pedro Alves <palves@redhat.com>
2468
2469 * gdb.base/double-prompt-target-event-error.exp
2470 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
2471 match.
2472 (cancel_pagination_in_target_event): Rework double prompt
2473 detection.
2474 * gdb.base/paginate-after-ctrl-c-running.exp
2475 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
2476 <return>' match.
2477 * gdb.base/paginate-bg-execution.exp
2478 (test_bg_execution_pagination_return)
2479 (test_bg_execution_pagination_cancel): Remove '-notransfer
2480 <return>' matches.
2481 * gdb.base/paginate-execution-startup.exp
2482 (test_fg_execution_pagination_return)
2483 (test_fg_execution_pagination_cancel): Remove '-notransfer
2484 <return>' matches.
2485 * gdb.base/paginate-inferior-exit.exp
2486 (test_paginate_inferior_exited): Remove '-notransfer <return>'
2487 match.
2488 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
2489 * lib/gdb.exp (pagination_prompt): Run text through
2490 string_to_regexp.
2491 (gdb_test_multiple): Match $pagination_prompt instead of
2492 "<return>".
2493 (string_to_regexp): Move to lib/gdb-utils.exp.
2494
e214cf6c
JK
24952014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2496
2497 * gdb.arch/amd64-entry-value-paramref.S: New file.
2498 * gdb.arch/amd64-entry-value-paramref.cc: New file.
2499 * gdb.arch/amd64-entry-value-paramref.exp: New file.
2500 * gdb.arch/amd64-optimout-repeat.S: New file.
2501 * gdb.arch/amd64-optimout-repeat.c: New file.
2502 * gdb.arch/amd64-optimout-repeat.exp: New file.
2503
17d0c5c8
JK
25042014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2505
2506 PR gdb/17170
2507 * gdb.base/statistics.exp: New file.
2508
b8b8facf
DE
25092014-07-17 Doug Evans <dje@google.com>
2510
74b49205 2511 PR gdb/17170
b8b8facf
DE
2512 * gdb.base/maint.exp: Update testing of per-command stats.
2513
1b5d0ab3
PA
25142014-07-16 Pedro Alves <palves@redhat.com>
2515
2516 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
2517 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
2518 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
2519 (tfile_write_buf): New functions.
2520 (add_memory_block): Rewrite using the above.
2521 (adjust_function_address): New function.
2522 (FUNCTION_ADDRESS): New macro.
2523 (write_basic_trace_file): Remove short_x local, and use
2524 tfile_write_16. Change type of func_addr local to unsigned long
2525 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
2526 here. Cast argument of add_memory_block to char pointer.
2527 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
2528 (main): Remove parameters.
2529 * gdb.trace/tfile.exp: Remove nowarnings.
2530
4d974e88
SM
25312014-07-15 Simon Marchi <simon.marchi@ericsson.com>
2532
2533 * gdb.base/debug-expr.exp: Test string evaluation with
2534 "debug expression" on.
2535
41e99568
PA
25362014-07-15 Pedro Alves <palves@redhat.com>
2537
2538 * gdb.base/reread.exp: Use clean_restart.
2539
487d9753
PL
25402014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
2541
2542 * gdb.arch/avr-flash-qualifer.c: New.
2543 * gdb.arch/avr-flash-qualifer.exp: New.
2544
cc1c52ad
PA
25452014-07-14 Pedro Alves <palves@redhat.com>
2546
2547 * gdb.base/paginate-after-ctrl-c-running.c: New file.
2548 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
2549
1e973570
PA
25502014-07-14 Pedro Alves <palves@redhat.com>
2551
2552 * gdb.base/double-prompt-target-event-error.c: New file.
2553 * gdb.base/double-prompt-target-event-error.exp: New file.
2554
93d6eb10
PA
25552014-07-14 Pedro Alves <palves@redhat.com>
2556
2557 PR gdb/17072
2558 * gdb.base/paginate-inferior-exit.c: New file.
2559 * gdb.base/paginate-inferior-exit.exp: New file.
2560
0017922d
PA
25612014-07-14 Pedro Alves <palves@redhat.com>
2562
2563 PR gdb/17072
2564 * gdb.base/paginate-bg-execution.c: New file.
2565 * gdb.base/paginate-bg-execution.exp: New file.
2566
94696ad3
PA
25672014-07-14 Pedro Alves <palves@redhat.com>
2568
2569 PR gdb/17072
2570 * gdb.base/paginate-execution-startup.c: New file.
2571 * gdb.base/paginate-execution-startup.exp: New file.
2572 * lib/gdb.exp (pagination_prompt): New global.
2573 (default_gdb_spawn): New procedure, factored out from
2574 default_gdb_spawn.
2575 (default_gdb_start): Adjust to call default_gdb_spawn.
2576 (gdb_spawn): New procedure.
2577
bd293940
PA
25782014-07-14 Pedro Alves <palves@redhat.com>
2579
2580 * lib/gdb.exp (gdb_assert): New procedure.
2581 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
2582
c933f875
PA
25832014-07-14 Pedro Alves <palves@redhat.com>
2584
2585 * gdb.base/execution-termios.c: New file.
2586 * gdb.base/execution-termios.exp: New file.
2587
d98b7a16
TT
25882014-07-14 Tom Tromey <tromey@redhat.com>
2589
2590 * gdb.cp/vla-cxx.cc: New file.
2591 * gdb.cp/vla-cxx.exp: New file.
2592
548740d6
TT
25932014-07-14 Tom Tromey <tromey@redhat.com>
2594
2595 * gdb.reverse/rerun-prec.c: New file.
2596 * gdb.reverse/rerun-prec.exp: New file.
2597
a25eb028
MR
25982014-07-12 Maciej W. Rozycki <macro@mips.com>
2599 Maciej W. Rozycki <macro@codesourcery.com>
2600
2601 * lib/gdb-utils.exp: New file.
2602 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
2603 inline `gdb_init_command' processing.
2604 (gdb_start_cmd): Likewise.
2605 * lib/mi-support.exp (mi_run_cmd): Likewise.
2606 * README: Document `gdb_init_command' and `gdb_init_commands'.
2607
218c2655
JK
26082014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2609
2610 Fix false FAIL running under a very long directory name.
2611 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
2612 and "set print elements 10000". Twice.
2613
5401fde3
YQ
26142014-07-11 Yao Qi <yao@codesourcery.com>
2615
2616 * gdb.base/exprs.exp: "set print symbol off".
2617
e76126e8
PA
26182014-07-11 Pedro Alves <palves@redhat.com>
2619
2620 * gdb.threads/kill.c: New file.
2621 * gdb.threads/kill.exp: New file.
2622
2d6f0de6
YQ
26232014-07-10 Yao Qi <yao@codesourcery.com>
2624
2625 * gdb.trace/tfile.c (write_basic_trace_file)
2626 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
2627 address written to trace file.
2628
7180e04a
PA
26292014-07-09 Pedro Alves <palves@redhat.com>
2630
2631 * gdb.base/attach-wait-input.exp: New file.
2632 * gdb.base/attach-wait-input.c: New file.
2633
9a9a7608
AB
26342014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2635
2636 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
2637 setting up test structures.
2638 (main): Call new test function.
2639 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
2640 test function, continue into test function and walk test
2641 structures.
2642
161ac41e
YQ
26432014-07-02 Yao Qi <yao@codesourcery.com>
2644
2645 * gdb.trace/entry-values.c: Define labels 'foo_start' and
2646 'bar_start' at the beginning of functions 'foo' and 'bar'
2647 respectively.
2648 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
2649 instead of 'foo' and 'bar'.
2650
1f267ae3
MM
26512014-07-08 Markus Metzger <markus.t.metzger@intel.com>
2652
2653 * gdb.btrace/segv.exp: New.
2654 * gdb.btrace/segv.c: New.
2655
2b239efb
LM
26562014-07-02 Luis Machado <lgustavo@codesourcery.com>
2657
2658 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
2659 instruction.
2660
cf363f18
MW
26612014-06-30 Mark Wielaard <mjw@redhat.com>
2662
2663 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
2664 vulture, vilify, villar): New volatile array constants.
2665 (vindictive, vegetation): New const volatile array constants.
2666 * gdb.base/volatile.exp: Test volatile and const volatile array
2667 types.
2668
aebf9d24
AA
26692014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2670
2671 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
2672 target lacks support for awatch, rwatch, or hbreak.
2673
b67a2c6f
YQ
26742014-06-27 Yao Qi <yao@codesourcery.com>
2675
2676 * gdb.multi/dummy-frame-restore.exp: New.
2677 * gdb.multi/dummy-frame-restore.c: New.
2678
aef92902
MM
26792014-06-25 Markus Metzger <markus.t.metzger@intel.com>
2680
2681 * gdb.btrace/gcore.exp: New.
2682
8e9db26e
PA
26832014-06-23 Pedro Alves <palves@redhat.com>
2684
2685 * gdb.base/watchpoint-reuse-slot.c: New file.
2686 * gdb.base/watchpoint-reuse-slot.exp: New file.
2687
70afc5b7
SC
26882014-06-23 Siva Chandra Reddy <sivachandra@google.com>
2689
2690 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
2691 progspace's filename in 'info', 'enable' and 'disable' command
2692 tests.
2693
b972bd9c
JK
26942014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2695
2696 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
2697 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2698 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
2699
125f8a3d
GB
27002014-06-20 Gary Benson <gbenson@redhat.com>
2701
2702 * gdb.arch/i386-avx.exp: Fix include file location.
2703 * gdb.arch/i386-sse.exp: Likewise.
2704
3ed9baed
IB
27052014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
2706
2707 * gdb.dlang/expression.exp: New file.
2708
034f788c
PA
27092014-06-19 Pedro Alves <palves@redhat.com>
2710
2711 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
2712 out from ...
2713 (top level): ... here. Iterate running tests under different
2714 scheduler-locking settings.
2715
45371d0c
LM
27162014-06-18 Luis Machado <lgustavo@codesourcery.com>
2717
2718 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
2719 to DW_FORM_addr and use non-zero addresses.
2720
5d376983
SC
27212014-06-18 Siva Chandra Reddy <sivachandra@google.com>
2722
2723 PR gdb/17017
2724 * gdb.python/py-xmethods.cc: Add global function call counters and
2725 increment them in their respective functions. Remove "cout"
2726 statements.
2727 * gdb.python/py-xmethods.exp: Make tests check the global function
2728 call counters instead of depending on inferior IO.
2729
a1aa2221
LM
27302014-06-18 Don Breazeal <donb@codesourcery.com>
2731
2732 * gdb.base/foll-fork.exp (default_fork_parent_follow):
2733 Deleted procedure.
2734 (explicit_fork_parent_follow): Deleted procedure.
2735 (explicit_fork_child_follow): Deleted procedure.
2736 (test_follow_fork): New procedure.
2737 (do_fork_tests): Replace calls to deleted procedures with
2738 calls to test_follow_fork and reset GDB for subsequent
2739 procedure calls.
2740
0fc05997
YQ
27412014-06-17 Yao Qi <yao@codesourcery.com>
2742
2743 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
2744 CP1252.
2745
70795c52
LM
27462014-06-17 Luis Machado <lgustavo@codesourcery.com>
2747
2748 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
2749 Initialize ptr and S explicitly.
2750 (skip_type_update_when_not_use_rtti_test): Likewise.
2751
6be47f0c
KS
27522014-06-16 Keith Seitz <keiths@redhat.com>
2753
2754 PR mi/15863
2755 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
2756 the inferior is started.
2757
d03de421
PA
27582014-06-16 Pedro Alves <palves@redhat.com>
2759
2760 * gdb.base/break-main-file-remove-fail.c: New file.
2761 * gdb.base/break-main-file-remove-fail.exp: New file.
2762 * gdb.base/break-unload-file.exp: Use build_executable instead of
2763 prepare_for_testing.
2764 (test_break): New parameter "initial_load". Handle it.
2765 (top level): Add initial_load cmdline/file axis.
2766
f9579b99
TT
27672014-06-12 Tom Tromey <tromey@redhat.com>
2768
2769 * gdb.base/completion.exp: Don't use directory name in test.
2770
3657956b
GB
27712014-06-09 Gary Benson <gbenson@redhat.com>
2772
2773 * gdb.base/sigall.c [Functions to send signals]: Reorder to
2774 separate the always-available ANSI-standard signals from the
2775 signals that require checking.
2776 (main): Likewise.
2777 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
2778 Likewise.
2779 (main): Likewise.
2780
4186eb54
KS
27812014-06-07 Keith Seitz <keiths@redhat.com>
2782
2783 Revert:
2784 PR c++/16253
2785 * gdb.cp/var-tag.cc: New file.
2786 * gdb.cp/var-tag.exp: New file.
2787 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2788 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2789 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2790 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2791
25326a28 27922014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
2793
2794 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
2795
829155c9
PA
27962014-06-06 Pedro Alves <palves@redhat.com>
2797
2798 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
2799 in target debug output instead of looking at RSP packets,
2800 disabling the test on any target that uses hardware stepping.
2801 Update comments.
2802
61c8d22e
PA
28032014-06-06 Pedro Alves <palves@redhat.com>
2804
2805 * gdb.base/break-unload-file.exp: Fix typo.
2806
d9a47287
YQ
28072014-06-06 Yao Qi <yao@codesourcery.com>
2808
2809 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
2810 from "jit_function" to "^jit_function".
2811
e5e01dbf
YQ
28122014-06-06 Yao Qi <yao@codesourcery.com>
2813
2814 * gdb.base/async.c (foo): Add one statement.
2815 * gdb.base/async.exp: Get the next instruction address and
2816 match the output of "nexti" by instruction address. Match
2817 the hex address in the output of "finish".
2818
73ba372c
GB
28192014-06-06 Gary Benson <gbenson@redhat.com>
2820
2821 * gdb.base/call-signals.c: Remove preprocessor conditionals
2822 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
2823 SIGSEGV and SIGTERM.
2824 * gdb.base/sigall.c: Likewise.
2825 * gdb.base/unwindonsignal.c: Likewise.
2826 * gdb.reverse/sigall-reverse.c: Likewise.
2827
831517df
YQ
28282014-06-06 Yao Qi <yao@codesourcery.com>
2829
2830 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
2831 readable, skip the test.
2832
b8b91e98
YQ
28332014-06-06 Yao Qi <yao@codesourcery.com>
2834
2835 * gdb.threads/staticthreads.c (thread_function): Move the line
2836 setting breakpoint on forward.
2837 * gdb.threads/staticthreads.exp: Update comments.
2838
fb934770
LC
28392014-06-05 Ludovic Courtès <ludo@gnu.org>
2840
2841 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
2842 "history-append! type error".
2843
6ef284bd
SM
28442014-06-05 Simon Marchi <simon.marchi@ericsson.com>
2845
2846 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
2847 erroneous dprintf expected input.
2848
a872e241
DE
28492014-06-04 Doug Evans <xdje42@gmail.com>
2850
2851 * gdb.guile/scm-generics.exp: Delete.
2852
16f691fb
DE
28532014-06-04 Doug Evans <xdje42@gmail.com>
2854
2855 * gdb.guile/scm-breakpoint.exp: Update.
2856 Add tests for breakpoint registration.
2857
012370f6
TT
28582014-06-04 Tom Tromey <tromey@redhat.com>
2859
2860 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
2861 VLA-in-union.
2862 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
2863 inner_vla_struct, vla_union types. Initialize objects of those
2864 types and compute their sizes.
2865
9f5a4cef
HZ
28662014-06-04 Nathan Sidwell <nathan@codesourcery.com>
2867 Hui Zhu <hui@codesourcery.com>
2868
2869 * gdb.base/fileio.exp: Add test for shell not available as well as
2870 available.
2871 * gdb.base/fileio.c (test_system): Check for shell twice.
2872
90a45c4d
YQ
28732014-06-04 Yao Qi <yao@codesourcery.com>
2874
2875 * gdb.base/auto-connect-native-target.exp: Remove redundant
2876 space from the regexp pattern.
2877
70017e41
YQ
28782014-06-04 Yao Qi <yao@codesourcery.com>
2879
2880 * gdb.base/default.exp: Replace "child" with "native" in
2881 regexp pattern.
2882
883964a7
SC
28832014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2884
2885 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
2886 * gdb.python/py-xmethods.exp: New tests to test xmethods.
2887 * gdb.python/py-xmethods.py: Python script supporting the
2888 new testcase and tests.
2889
ef370185
JB
28902014-06-03 Joel Brobecker <brobecker@adacore.com>
2891 Pedro Alves <palves@redhat.com>
2892
2893 PR breakpoints/17000
2894 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
2895 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
2896
1e2ccb61
BM
28972014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
2898
2899 * gdb.base/subst.exp: Add tests to verify partial path matching
2900 output.
2901
c6ec5ab2
PA
29022014-06-03 Pedro Alves <palves@redhat.com>
2903
2904 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
2905 target that doesn't use software single-stepping.
2906
835c559f
PA
29072014-06-03 Pedro Alves <palves@redhat.com>
2908
2909 PR breakpoints/17000
2910 * gdb.base/sss-bp-on-user-bp-2.c: New file.
2911 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
2912
06eb1586
DE
29132014-06-02 Doug Evans <xdje42@gmail.com>
2914
2915 * gdb.guile/scm-parameter.exp: New file.
2916
e698b8c4
DE
29172014-06-02 Doug Evans <xdje42@gmail.com>
2918
2919 * gdb.guile/scm-cmd.c: New file.
2920 * gdb.guile/scm-cmd.exp: New file.
2921
ded03782
DE
29222014-06-02 Doug Evans <xdje42@gmail.com>
2923
2924 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
2925 pretty-printer lookup.
2926 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
2927 (make-pp_s-printer): Call it.
2928 (make-pretty-printer-from-dict): New function.
2929 (lookup-pretty-printer-maker-from-dict): New function.
2930 (*pretty-printer*): Simplify.
2931 (make-objfile-pp_s-printer): New function.
2932 (install-objfile-pretty-printers!): New function.
2933 (make-progspace-pp_s-printer): New function.
2934 (install-progspace-pretty-printers!): New function.
2935 * gdb.guile/scm-progspace.c: New file.
2936 * gdb.guile/scm-progspace.exp: New file.
2937
41fac0cf
PA
29382014-06-02 Pedro Alves <palves@redhat.com>
2939
2940 * gdb.base/dprintf-bp-same-addr.c: New file.
2941 * gdb.base/dprintf-bp-same-addr.exp: New file.
2942
96ae5695
EBM
29432014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2944
2945 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
2946 * gdb.arch/powerpc-power.s: Likewise.
2947
da02b3a8
JB
29482014-06-02 Joel Brobecker <brobecker@adacore.com>
2949
2950 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
2951
c72b2e7b
YQ
29522014-06-01 Yao Qi <yao@codesourcery.com>
2953
2954 * gdb.base/watchpoint.exp (test_watch_location): Check null
2955 pointer can be dereferenced. If not, do the test, otherwise
2956 skip it.
2957
53e8a631
AB
29582014-05-30 Andrew Burgess <aburgess@broadcom.com>
2959
2960 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
2961 results.
2962 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
2963
938f0e2f
AB
29642014-05-30 Andrew Burgess <aburgess@broadcom.com>
2965
2966 * gdb.arch/amd64-invalid-stack-middle.S: New file.
2967 * gdb.arch/amd64-invalid-stack-middle.c: New file.
2968 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
2969 * gdb.arch/amd64-invalid-stack-top.c: New file.
2970 * gdb.arch/amd64-invalid-stack-top.exp: New file.
2971
9ba6657a
PA
29722014-05-30 Pedro Alves <palves@redhat.com>
2973
2974 PR breakpoints/17000
2975 * gdb.base/sss-bp-on-user-bp.c: New file.
2976 * gdb.base/sss-bp-on-user-bp.exp: New file.
2977
522c09bf
DB
29782014-05-30 David Blaikie <dblaikie@gmail.com>
2979
2980 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
2981 gnu_inline semantics via attribute.
2982 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
2983 source explicitly specifies the required semantics.
2984
bf4ef81e
MR
29852014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
2986
2987 * gdb.reverse/sigall-reverse.exp: Fix a typo.
2988
329ea579
PA
29892014-05-29 Pedro Alves <palves@redhat.com>
2990 Tom Tromey <tromey@redhat.com>
2991
2992 * gdb.base/async-shell.exp: Don't enable target-async.
2993 * gdb.base/async.exp
2994 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
2995 parameter. Adjust.
2996 (top level): Don't test with "target-async".
2997 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
2998 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
2999 * gdb.base/inferior-died.exp: Don't enable target-async.
3000 * gdb.base/interrupt-noterm.exp: Likewise.
3001 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3002 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3003 * gdb.mi/mi-nonstop.exp: Likewise.
3004 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3005 * gdb.mi/mi-nsintrall.exp: Likewise.
3006 * gdb.mi/mi-nsmoribund.exp: Likewise.
3007 * gdb.mi/mi-nsthrexec.exp: Likewise.
3008 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3009 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3010 * gdb.python/py-evsignal.exp: Don't enable target-async.
3011 * gdb.python/py-evthreads.exp: Likewise.
3012 * gdb.python/py-prompt.exp: Likewise.
3013 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3014 * gdb.server/solib-list.exp: Don't enable target-async.
3015 * gdb.threads/thread-specific-bp.exp: Likewise.
3016 * lib/mi-support.exp: Adjust to use mi-async.
3017
fd664c91
PA
30182014-05-29 Pedro Alves <palves@redhat.com>
3019
3020 PR gdb/13860
3021 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3022 reason, even in sync mode.
3023
251bde03
PA
30242014-05-29 Pedro Alves <palves@redhat.com>
3025 Hui Zhu <hui@codesourcery.com>
3026
3027 PR PR15693
3028 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3029 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3030 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3031 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3032
7f3c0343
JB
30332014-05-28 Joel Brobecker <brobecker@adacore.com>
3034
3035 * config/monitor.exp (gdb_target_monitor): Replace use of
3036 "set remotebaud" by "set serial baud".
3037
b2715b27
AW
30382014-05-26 Andy Wingo <wingo@igalia.com>
3039
3040 * gdb.guile/scm-breakpoint.exp:
3041 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3042 properties instead of gdb-object-properties.
3043
498a4489
YQ
30442014-05-26 Yao Qi <yao@codesourcery.com>
3045
3046 * gdb.server/no-thread-db.exp: Specify source file name
3047 explicitly when setting a breakpoint.
3048
589fdceb
MM
30492014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3050
3051 * gdb.btrace/vdso.c: New.
3052 * gdb.btrace/vdso.exp: New.
3053
e9089e05
MM
30542014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3055
3056 * gdb.base/gcore.exp (capture_command_output): Move ...
3057 * lib/gdb.exp (capture_command_output): ... here.
3058
67b5c0c1
MM
30592014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3060
3061 * gdb.btrace/data.exp: Test memory access during btrace replay.
3062
a2199296
SM
30632014-05-22 Simon Marchi <simon.marchi@ericsson.com>
3064
3065 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3066
17b2616c
PA
30672014-05-21 Pedro Alves <palves@redhat.com>
3068
3069 PR gdb/13860
3070 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3071 (top level): Test that output related to execution commands is
3072 sent to the console with CLI commands, but not with MI commands.
3073 Test that breakpoint events are always mirrored to the console.
3074 Also expect the new source line to be output after a "next" in
3075 async mode too. Make it a pass/fail test.
3076 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3077 output.
3078 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3079
5166082f
PA
30802014-05-21 Pedro Alves <palves@redhat.com>
3081
3082 * gdb.base/list.exp (build_pattern, test_list): New procedures.
3083 Use them to test variations of "list" after reaching a breakpoint.
3084 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3085 Test "list" with listsize 10 after reaching a breakpoint.
3086 * gdb.python/python.exp (decode_line current location line
3087 number): Adjust expected line number.
3088
2f25d70f
SM
30892014-05-21 Simon Marchi <simon.marchi@ericsson.com>
3090
3091 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3092 behavior for $args, pass it directly to "run".
3093
ff604a67
MR
30942014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3095
3096 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3097 30000 to 65536.
3098
6a3cb8e8
PA
30992014-05-21 Pedro Alves <palves@redhat.com>
3100
3101 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
3102 auto-connect-native-target off".
3103 * gdb.base/auto-connect-native-target.c: New file.
3104 * gdb.base/auto-connect-native-target.exp: New file.
3105
4ebfc96e
PA
31062014-05-21 Pedro Alves <palves@redhat.com>
3107
3108 * gdb.base/default.exp: Test "target native" instead of "target
3109 child".
3110
36d46afb
MW
31112014-05-21 Mark Wielaard <mjw@redhat.com>
3112
3113 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3114
5876f503
JK
31152014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3116
3117 Fix TLS access for -static -pthread.
3118 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
3119 <HAVE_TLS> (thread_function, main): Initialize it.
3120 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
3121 Add clean_restart.
3122 <$have_tls != "">: Check TLSVAR.
3123
0256a6ac
PA
31242014-05-21 Pedro Alves <palves@redhat.com>
3125
3126 * gdb.base/dcache-line-read-error.c: New.
3127 * gdb.base/dcache-line-read-error.exp: New.
3128
936d2992
PA
31292014-05-20 Pedro Alves <palves@redhat.com>
3130
3131 * gdb.base/compare-sections.c: New file.
3132 * gdb.base/compare-sections.exp: New file.
3133
802e8e6d
PA
31342014-05-20 Pedro Alves <palves@redhat.com>
3135
3136 * gdb.base/break-idempotent.c: New file.
3137 * gdb.base/break-idempotent.exp: New file.
3138
e59fa00f
MM
31392014-05-20 Markus Metzger <markus.t.metzger@intel.com>
3140
3141 * gdb.btrace/nohist.exp: New.
3142
8b696e31
YQ
31432014-05-20 Yao Qi <yao@codesourcery.com>
3144
3145 * lib/gdb.exp (gdb_init): Set timeout if test file is under
3146 gdb.reverse directory and gdb_reverse_timeout exists in board
3147 setting.
3148 * README: Document gdb_reverse_timeout.
3149
73c9764f
YQ
31502014-05-20 Yao Qi <yao@codesourcery.com>
3151
3152 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
3153 'test_file_name'. Treat args as a string instead of a list.
3154 (gdb_init): Rename argument 'args' by 'test_file_name'.
3155
f1f4348a
JK
31562014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3157
3158 * gdb.arch/powerpc-power.exp: New file.
3159 * gdb.arch/powerpc-power.s: New file.
3160
0dbe70ce
DE
31612014-05-16 Doug Evans <dje@google.com>
3162
3163 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
3164 * gdb.base/completion.exp: Check that all expected files exist
3165 before doing file completion.
0dbe70ce 3166
8d551b02
DE
31672014-05-16 Doug Evans <dje@google.com>
3168
3169 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
3170 Update.
3171 (do_syscall_tests_without_xml): Update.
3172
73eb7709
PA
31732014-05-16 Pedro Alves <palves@redhat.com>
3174
3175 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
3176 instead of "unknown output after running".
3177
3fae92fc
YQ
31782014-05-16 Yao Qi <yao@codesourcery.com>
3179
3180 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
3181 file1.txt from host at the end.
3182 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3183
c2b2ccc5
DE
31842014-05-15 Doug Evans <dje@google.com>
3185
3186 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
3187 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
3188 loading file. Add test for TU lookup.
3189
8c217a4b
SM
31902014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3191
3192 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
3193 calling "-exec-arguments" or "set args" before running the
3194 inferior.
3195
3deb39c6
SM
31962014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3197
3198 * lib/mi-support.exp (mi_expect_stop): Expect message for
3199 inferiors that exit with non-zero exit code.
3200
71a79f8c
YQ
32012014-05-14 Yao Qi <yao@codesourcery.com>
3202
3203 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
3204 match absolute path on remote host.
3205 (test_file_list_exec_source_files): Remove "/" from the
3206 pattern.
3207
f23fcd46
YQ
32082014-05-14 Yao Qi <yao@codesourcery.com>
3209
3210 * boards/local-remote-host-notty.exp (${board}_file): New
3211 proc.
3212
9404b58f
KM
32132014-05-07 Kyle McMartin <kyle@redhat.com>
3214
3215 Pushed by Joel Brobecker <brobecker@adacore.com>.
3216 * gdb.arch/aarch64-atomic-inst.c: New file.
3217 * gdb.arch/aarch64-atomic-inst.exp: New file.
3218
5e45f04c
YQ
32192014-05-07 Yao Qi <yao@codesourcery.com>
3220
3221 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
3222 in current context" too.
3223
c888a17d
KS
32242014-05-05 Keith Seitz <keiths@redhat.com>
3225
3226 * gdb.linespec/ls-dollar.exp: Add test for linespec
3227 file:convenience_variable.
3228
290a839c
YQ
32292014-05-05 Yao Qi <yao@codesourcery.com>
3230
3231 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
3232 traceframes into tfile and ctf trace files. Read data from
3233 trace file and test collected data.
3234 (gdb_collect_locals_test): Likewise.
3235 (gdb_unavailable_registers_test): Likewise.
3236 (gdb_unavailable_floats): Likewise.
3237 (gdb_collect_globals_test): Likewise.
3238 (top-level): Append "ctf" to trace_file_targets if GDB
3239 supports.
3240
b5262cd0
YQ
32412014-05-05 Yao Qi <yao@codesourcery.com>
3242
3243 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
3244 code to ...
3245 (gdb_collect_args_test_1): ... it. New proc.
3246 (gdb_collect_locals_test): Move some code to ...
3247 (gdb_collect_locals_test_1): ... it. New proc.
3248 (gdb_unavailable_registers_test): Move some code to ...
3249 (gdb_unavailable_registers_test_1): ... it. New proc.
3250 (gdb_unavailable_floats): Move some code to ...
3251 (gdb_unavailable_floats_1): ... it. New proc.
3252
30a1e6cc
SDJ
32532014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3254
3255 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
3256 probes to test for bitness recognition.
3257 * gdb.arch/amd64-stap-optional-prefix.exp
3258 (test_probe_value_without_reg): New procedure.
3259 Add code to test for different kinds of bitness.
3260
f33da99a
SDJ
32612014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3262
3263 PR breakpoints/16889
3264 * gdb.arch/amd64-stap-optional-prefix.S: New file.
3265 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3266
5b80f00d
PA
32672014-05-01 Pedro Alves <palves@redhat.com>
3268
3269 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
3270 gdb_file_cmd if no file is specified.
3271 * boards/native-extended-gdbserver.exp (gdb_load): Use the
3272 last_loaded_file to set the remote exec-file.
3273
f8c2a73c
PA
32742014-05-01 Pedro Alves <palves@redhat.com>
3275
3276 * boards/local-remote-host.exp: New file.
3277
be6e8ac7
PA
32782014-05-01 Pedro Alves <palves@redhat.com>
3279
3280 * boards/local-remote-host.exp: Rename to ...
3281 * boards/local-remote-host-notty.exp: ... this.
3282
cac0dc8f
JB
32832014-04-28 Joel Brobecker <brobecker@adacore.com>
3284
3285 * gdb.ada/dyn_arrayidx: New testcase.
3286
9730e6cc
YQ
32872014-04-26 Yao Qi <yao@codesourcery.com>
3288
3289 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
3290 and compute the length of function main. Save it in
3291 $main_length.
3292 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
3293 (top-level): Use gdb_compile to compile objects into
3294 executable and restart GDB. Remove invocation to
3295 prepare_for_testing.
3296
7ae1a6a6
PA
32972014-04-25 Simon Marchi <simon.marchi@ericsson.com>
3298 Pedro Alves <palves@redhat.com>
3299
3300 PR server/16255
3301 * gdb.multi/multi-attach.c: New file.
3302 * gdb.multi/multi-attach.exp: New file.
3303
4082afcc
PA
33042014-04-25 Pedro Alves <palves@redhat.com>
3305
3306 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
3307 user.
3308 (top level): Test that "set remote conditional-breakpoints-packet
3309 off" works as intended.
3310 * gdb.base/dprintf.exp: Test that "set remote
3311 breakpoint-commands-packet off" works as intended.
3312 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
3313 New function.
3314 (top level): Call it.
3315 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
3316 remote fast-tracepoints-packet off" works as intended.
3317 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
3318 * lib/gdb.exp (gdb_is_target_remote): ... here.
3319
2abc3f8d
DB
33202014-04-24 David Blaikie <dblaikie@gmail.com>
3321
3322 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
3323 ensure clang would not discard them.
3324 * gdb.base/gdbvars.c: Ditto.
3325 * gdb.base/memattr.c: Ditto.
3326 * gdb.base/whatis.c: Ditto.
3327 * gdb.python/py-prettyprint.c: Ditto.
3328 * gdb.trace/actions.c: Ditto.
3329 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
3330 ensure clang would not discard it.
3331
bfd39632
DB
33322014-04-24 David Blaikie <dblaikie@gmail.com>
3333
3334 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
3335 clang to emit the full definition of type required by the test
3336 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
3337
22842ff6
DB
33382014-04-24 David Blaikie <dblaikie@gmail.com>
3339
3340 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
3341 coax Clang into emitting the definition of the type.
3342 * gdb.cp/pr10728-x.h (y): Ditto.
3343 * gdb.cp/pr10728-y.cc (y): Ditto.
3344
c2e827ad
DB
33452014-04-24 David Blaikie <dblaikie@gmail.com>
3346
3347 * gdb.base/label.exp: XFAIL label related tests under Clang.
3348 * gdb.cp/cplabel.exp: Ditto.
3349 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
3350 under Clang those using labels.
3351
4c2d33e7
YQ
33522014-04-25 Yao Qi <yao@codesourcery.com>
3353
3354 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
3355 double_label.
3356 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
3357 partial_label and double_label.
3358
56083b99
DB
33592014-04-24 David Blaikie <dblaikie@gmail.com>
3360
3361 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
3362
25d4e99d
DB
33632014-04-24 David Blaikie <dblaikie@gmail.com>
3364
3365 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
3366 of the function to work across GCC and Clang.
3367 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
3368 pointer types (const void ** const V void **).
3369
01f9f808
MS
33702014-04-24 Michael Sturm <michael.sturm@mintel.com>
3371 Walfred Tedeschi <walfred.tedeschi@intel.com>
3372
3373 * Makefile.in (EXECUTABLES): Added i386-avx512.
3374 * gdb.arch/i386-avx512.c: New file.
3375 * gdb.arch/i386-avx512.exp: Likewise.
3376
4b48d439
KS
33772014-04-23 Keith Seitz <keiths@redhat.com>
3378
3379 * lib/mi-support.exp (mi_list_breakpoints): Delete.
3380 (mi_make_breakpoint_table): New procedure.
3381 (mi_create_breakpoint): Use mi_make_breakpoint
3382 and return the result.
3383 (mi_make_breakpoint): New procedure.
3384 (mi_build_kv_pairs): New procedure.
3385
3386 * gdb.mi/mi-break.exp: Remove unused globals,
3387 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
3388 All callers updated.
3389 * gdb.mi/mi-dprintf.exp: Use variable to track command
3390 number.
3391 Update all callers of mi_create_breakpoint and use
3392 mi_make_breakpoint_table.
3393 Remove any unused global variables.
3394 * gdb.mi/mi-nonstop.exp: Likewise.
3395 * gdb.mi/mi-nsintrall.exp: Likewise.
3396 * gdb.mi/mi-nsmoribund.exp: Likewise.
3397 * gdb.mi/mi-nsthrexec.exp: Likewise.
3398 * gdb.mi/mi-reverse.exp: Likewise.
3399 * gdb.mi/mi-simplerun.exp: Likewise.
3400 * gdb.mi/mi-stepn.exp: Likewise.
3401 * gdb.mi/mi-syn-frame.exp: Likewise.
3402 * gdb.mi/mi-until.exp: Likewise.
3403 * gdb.mi/mi-var-cp.exp: Likewise.
3404 * gdb.mi/mi-var-display.exp: Likewise.
3405 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3406 * gdb.mi/mi2-var-child.exp: Likewise.
3407 * gdb.mi/mi-vla-c99.exp: Likewise.
3408 * lib/mi-support.exp: Likewise.
3409
3410 From Ian Lance Taylor <iant@cygnus.com>:
3411 * lib/gdb.exp (parse_args): New procedure.
3412
08351840
PA
34132014-04-23 Pedro Alves <palves@redhat.com>
3414
3415 * gdb.base/break-unload-file.c: New file.
3416 * gdb.base/break-unload-file.exp: New file.
3417 * gdb.base/sym-file-lib.c (baz): New function.
3418 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
3419 field.
3420 (load): Store the segment's mapped size.
3421 (unload): New function.
3422 (unload_shlib): New function.
3423 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
3424 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
3425 set a breakpoint at baz, and call it.
3426 * gdb.base/sym-file.exp: New tests for stale breakpoint
3427 instructions.
3428
076855f9
PA
34292014-04-23 Pedro Alves <palves@redhat.com>
3430
3431 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
3432 * gdb.base/hbreak-in-shr-unsupported.c: New file.
3433 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
3434 * gdb.base/hbreak-unmapped.c: New file.
3435 * gdb.base/hbreak-unmapped.exp: New file.
3436 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
3437 * lib/gdb.exp (gdb_is_target_remote): ... here.
3438
483805cf
PA
34392014-04-22 Pedro Alves <palves@redhat.com>
3440
3441 * gdb.base/consecutive-step-over.c: New file.
3442 * gdb.base/consecutive-step-over.exp: New file.
3443
06d97543
PA
34442014-04-22 Pedro Alves <palves@redhat.com>
3445
3446 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
3447 instead of send_gdb/gdb_expect.
3448
b4429ea2
YQ
34492014-04-22 Yao Qi <yao@codesourcery.com>
3450
3451 * lib/trace-support.exp (generate_tracefile): New procedure.
3452 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
3453 return 0.
3454 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
3455 if generate_tracefile returns 1.
3456
51d48146
PA
34572014-04-18 Tom Tromey <palves@redhat.com>
3458 Pedro alves <tromey@redhat.com>
3459
3460 PR backtrace/15558
3461 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
3462 with a backtrace limit.
3463 * gdb.python/py-frame-inline.exp: Test running to an inline
3464 function with a backtrace limit, and printing the newest frame.
3465 * gdb.python/py-frame-inline.c (main): Call f.
3466
bd1dce5f
MS
34672014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3468
3469 * gdb.java/jnpe.exp: Drop srcdir from untested path.
3470
40d1a503
MS
34712014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3472
3473 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
3474 Drop prefix from unsupported source file path.
3475
389b98f7
YQ
34762014-04-17 Yao Qi <yao@codesourcery.com>
3477
3478 * lib/gdb.exp (with_target_charset): New proc.
3479 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
3480 with_target_charset.
3481 (test_print_strings): Likewise.
3482 (test_repeat_bytes): Likewise.
3483 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
3484 for some tests.
3485
22869d73
KS
34862014-04-16 Keith Seitz <keiths@redhat.com>
3487
3488 PR gdb/15827
3489 * gdb.dwarf2/corrupt.c: New file.
3490 * gdb.dwarf2/corrupt.exp: New file.
3491
c4f87ca6
KS
34922014-04-16 Keith Seitz <keiths@redhat.com>
3493
3494 PR c++/16597
3495 * gdb.cp/namelessclass.cc: New file.
3496 * gdb.cp/namelessclass.exp: New file.
3497 * gdb.cp/namelessclass.S: New file.
3498
ab19de87
DE
34992014-04-16 Doug Evans <dje@google.com>
3500
3501 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
3502 Add comment.
3503 (gdbserver_default_get_comm_port): New function.
3504 (gdbserver_start): Check if board file provided
3505 "gdbserver,get_comm_port" and use it if so.
3506 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
3507 (gdb,socketport): Set to "stdio".
3508 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
3509 (stdio_gdbserver_template): Delete.
3510 (${board}_get_remote_address): Update.
3511 (${board}_build_remote_cmd): Delete.
3512 (${board}_get_comm_port): New function.
3513 (${board}_spawn): Update.
3514 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
3515 Delete.
3516 (${board}_get_remote_address): Update.
3517 (${board}_get_comm_port): New function.
3518
fc98a809
AB
35192014-04-16 Andrew Burgess <aburgess@broadcom.com>
3520
3521 * gdb.base/memattr.exp: Improve regexps to handle memory regions
3522 appearing in any order.
3523
87fd9e6e
DE
35242014-04-15 Doug Evans <dje@google.com>
3525
3526 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
3527 uninitialized value of "description".
3528
099fc3ea
KS
35292014-04-15 Keith Seitz <keiths@redhat.com>
3530
3531 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
3532 Remove unused globals.
3533 (test_running_the_program): Likewise.
3534 (test_controlled_execution): Likewise.
3535 (test_controlling_breakpoints): Likewise.
3536 (test_program_termination): Likewise.
3537
5da151d4
KS
35382014-04-15 Keith Seitz <keiths@redhat.com>
3539
3540 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
3541 unused globals.
3542 (test_rbreak_creation_and_listing): Likewise.
3543 (test_ignore_count): Likewise.
3544 (test_error): Likewise.
3545
35e5d2f0
PA
35462014-04-15 Pedro Alves <palves@redhat.com>
3547
3548 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
3549 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
3550 sym-file-loader.c.
3551 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3552 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3553 to sym-file-loader.c.
3554 (struct library): Forward declare.
3555 (load_shlib, lookup_function): Change prototypes.
3556 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3557 (translate_offset): Remove declarations.
3558 (get_text_addr): New declaration.
3559 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
3560 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
3561 sym-file-loader.h.
3562 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3563 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3564 here from sym-file-loader.h.
3565 (struct library): New structure.
3566 (load_shlib, lookup_function): Change prototypes and adjust to
3567 work with a struct library.
3568 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3569 (translate_offset): Make static.
3570 (get_text_addr): New function.
3571 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
3572
eb4c1710
PA
35732014-04-15 Pedro Alves <palves@redhat.com>
3574
3575 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
3576
2d1baf52
PA
35772014-04-15 Pedro Alves <palves@redhat.com>
3578
3579 * gdb.base/sym-file-loader.c: Include <limits.h>.
3580 (SELF_LINK): New define.
3581 (get_origin): New function.
3582 (load_shlib): Use it.
3583 * gdb.base/sym-file.exp: Don't early return if the target is
3584 remote. Use runto_main, and issue fail is that fails. Use
3585 gdb_load_shlibs.
3586 (shlib_name): Delete.
3587 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
3588
7dd6df01
PA
35892014-04-15 Pedro Alves <palves@redhat.com>
3590
3591 * gdb.base/sym-file.exp: Remove regex characters from test
3592 message. Don't refer to breakpoint numbers in test messages.
3593
b50c8614
KS
35942014-04-14 Keith Seitz <keiths@redhat.com>
3595
3596 PR c++/16253
3597 * gdb.cp/var-tag.cc: New file.
3598 * gdb.cp/var-tag.exp: New file.
3599 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3600 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3601 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3602 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3603
3d567982
TT
36042014-04-14 Tom Tromey <tromey@redhat.com>
3605
3606 * gdb.cp/classes.exp (test_enums): Handle underlying type.
3607 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
3608 type.
3609 * gdb.cp/enum-class.exp: New file.
3610 * gdb.cp/enum-class.cc: New file.
3611
0626fc76
TT
36122014-04-14 Tom Tromey <tromey@redhat.com>
3613
3614 * gdb.dwarf2/enum-type.exp: New file.
3615
dca325b3
SA
36162014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3617
3618 * gdb.mi/mi-vla-c99.exp: New file.
3619 * gdb.mi/vla.c: New file.
3620
5854b38a
SA
36212014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3622
3623 * gdb.base/vla-datatypes.c: New file.
3624 * gdb.base/vla-datatypes.exp: New file.
3625
463bb957
SA
36262014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3627
3628 * gdb.base/vla-ptr.c: New file.
3629 * gdb.base/vla-ptr.exp: New file.
3630
3dd170be
SA
36312014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3632
3633 * gdb.dwarf2/count.exp: New file.
3634
5ecaaa66
SA
36352014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3636
3637 * gdb.base/vla-sideeffect.c: New file.
3638 * gdb.base/vla-sideeffect.exp: New file.
3639
41f1ada5
DB
36402014-04-14 David Blaikie <dblaikie@gmail.com>
3641
3642 * gdb.mi/non-stop.c: Add return value for non-void function return
3643 statement.
3644 * gdb.threads/staticthreads.c: Ditto.
3645
0be03e84
DE
36462014-04-12 Siva Chandra Reddy <sivachandra@google.com>
3647 Doug Evans <xdje42@gmail.com>
3648
3649 * gdb.guile/scm-value.c: Improve test case.
3650 * gdb.guile/scm-value.exp: Add new test.
3651
f180a1fb
DB
36522014-04-11 David Blaikie <dblaikie@gmail.com>
3653
3654 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
3655 override Clang's default.
3656
6b662e19
JB
36572014-04-11 Joel Brobecker <brobecker@adacore.com>
3658
3659 Revert the following changes (regressions):
3660
3661 * gdb.base/vla-sideeffect.c: New file.
3662 * gdb.base/vla-sideeffect.exp: New file.
3663
3664 * gdb.dwarf2/count.exp: New file.
3665
3666 * gdb.base/vla-multi.c: New file.
3667 * gdb.base/vla-multi.exp: New file.
3668
3669 * gdb.base/vla-ptr.c: New file.
3670 * gdb.base/vla-ptr.exp: New file.
3671
3672 * gdb.base/vla-datatypes.c: New file.
3673 * gdb.base/vla-datatypes.exp: New file.
3674
3675 * gdb.mi/mi-vla-c99.exp: New file.
3676 * gdb.mi/vla.c: New file.
3677
245a5f0b
KS
36782014-04-11 Keith Seitz <keiths@redhat.com>
3679
3680 PR c++/16675
3681 * gdb.cp/cpsizeof.exp: New file.
3682 * gdb.cp/cpsizeof.cc: New file.
3683
58a84dcf
SA
36842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3685
191a8a90
JB
3686 * gdb.mi/mi-vla-c99.exp: New file.
3687 * gdb.mi/vla.c: New file.
58a84dcf 3688
c8655f75
SA
36892014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3690
3691 * gdb.base/vla-datatypes.c: New file.
3692 * gdb.base/vla-datatypes.exp: New file.
3693
024e13b4
SA
36942014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3695
3696 * gdb.base/vla-ptr.c: New file.
3697 * gdb.base/vla-ptr.exp: New file.
3698
1a237e0e
SA
36992014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3700
3701 * gdb.base/vla-multi.c: New file.
3702 * gdb.base/vla-multi.exp: New file.
3703
504f3432
SA
37042014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3705
3706 * gdb.dwarf2/count.exp: New file.
3707
3bce8237
SA
37082014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3709
191a8a90
JB
3710 * gdb.base/vla-sideeffect.c: New file.
3711 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 3712
322f9c21
YQ
37132014-04-11 Yao Qi <yao@codesourcery.com>
3714
3715 * gdb.base/completion.exp: Check file exists before running tests
3716 on file completion.
3717
d708bcd1
PA
37182014-04-10 Pedro Alves <palves@redhat.com>
3719
3720 * gdb.base/cond-eval-mode.c: New file.
3721 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
3722 prepare_for_testing to build the new file. Check result of
3723 runto_main.
3724 (test_break, test_watch): New procedures.
3725 (top level): Use them.
3726
ae1d2761
PM
37272014-04-08 Pierre Muller <muller@sourceware.org>
3728
3729 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
3730 Ctrl-V use for mingw hosts.
3731
7af389b8
SC
37322014-04-07 Siva Chandra Reddy <sivachandra@google.com>
3733
3734 * gdb.python/py-value.c: Improve test case.
3735 * gdb.python/py-value.exp: Add new test.
3736
5e703181
DE
37372014-04-07 David Blaikie <dblaikie@gmail.com>
3738
3739 * lib/compiler.c: Identify the clang compiler.
3740 * lib/compiler.cc: Ditto.
3741
9810b410
YQ
37422014-04-03 Yao Qi <yao@codesourcery.com>
3743
3744 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
3745
98d1b8dc
AB
37462014-04-01 Anton Blanchard <anton@samba.org>
3747
3748 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
3749 messages unique.
3750
3114cea1
AB
37512014-04-01 Anton Blanchard <anton@samba.org>
3752
3753 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
3754 prepare_for_testing.
3755
62f7182c
AB
37562014-04-01 Anton Blanchard <anton@samba.org>
3757
3758 * gdb.arch/ppc64-atomic-inst.c: Remove.
3759 * gdb.arch/ppc64-atomic-inst.S: New file.
3760 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
3761
770e7fc7
DE
37622014-03-31 Doug Evans <dje@google.com>
3763
3764 * gdb.base/print-symbol-loading-lib.c: New file.
3765 * gdb.base/print-symbol-loading-main.c: New file.
3766 * gdb.base/print-symbol-loading.exp: New file.
3767
46e2bafa
YQ
37682014-03-31 Yao Qi <yao@codesourcery.com>
3769
3770 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
3771
8776cfe9
JB
37722014-03-28 Joel Brobecker <brobecker@adacore.com>
3773
3774 * gdb.ada/mi_dyn_arr: New testcase.
3775
5d1ef361
DE
37762014-03-27 Doug Evans <dje@google.com>
3777
3778 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
3779
b5bee914
YQ
37802014-03-27 Yao Qi <yao@codesourcery.com>
3781
3782 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
3783 if target is nios2-*-*.
3784
0d4d0e77
YQ
37852014-03-26 Yao Qi <yao@codesourcery.com>
3786
3787 * lib/gdb.exp (readline_is_used): New proc.
3788 * gdb.base/completion.exp: Move tests on command complete up.
3789 Skip the rest of tests if readline is not used.
3790 * gdb.ada/complete.exp: Skp the test if readline is not
3791 used.
3792 * gdb.base/filesym.exp: Likewise.
3793 * gdb.base/macscp.exp: Likewise.
3794 * gdb.base/readline-ask.exp: Likewise.
3795 * gdb.base/readline.exp: Likewise.
3796 * gdb.python/py-cmd.exp: Likewise.
3797 * gdb.trace/tfile.exp: Likewise.
3798
29361eee
YQ
37992014-03-26 Yao Qi <yao@codesourcery.com>
3800
3801 * gdb.base/macscp.exp: Fix code format issues.
3802
bc9a5525
UW
38032014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
3804
3805 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
3806 * gdb.asm/powerpc64le.inc: New file.
3807
d3839ede
PA
38082014-03-25 Pedro Alves <palves@redhat.com>
3809 Doug Evans <dje@google.com>
3810
3811 * gdb.base/source-execution.c: New file.
3812 * gdb.base/source-execution.exp: New file.
3813 * gdb.base/source-execution.gdb: New file.
3814
01672a57
DE
38152014-03-24 Doug Evans <dje@google.com>
3816
3817 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
3818 using fission.
3819
88bbeca9
HZ
38202014-03-24 Hui Zhu <hui@codesourcery.com>
3821 Pedro Alves <palves@redhat.com>
3822
3823 PR breakpoints/16101
3824 * gdb.base/dprintf.exp: Use unsupported rather than changing the
3825 test pass/fail messages. Detect missing support for dprintf when
3826 breakpoints are actually inserted.
3827 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
3828 breakpoints are actually inserted.
3829 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
3830 fails.
3831
d2348791
JK
38322014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3833
3834 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
3835
feef67ab
DE
38362014-03-22 Doug Evans <xdje42@gmail.com>
3837
3838 * gdb.python/python.exp (python not supported): Verify multi-line
3839 python command issues an error.
25d743f9 3840 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 3841 guile command issues an error.
feef67ab 3842
ecebef6a
MR
38432014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
3844
3845 * gdb.threads/thread-specific.exp: Handle the lack of usable
3846 $this_breakpoint and $this_thread.
3847
ccdd1909
HZ
38482014-03-21 Hui Zhu <hui@codesourcery.com>
3849
3850 * gdb.base/attach.exp (do_command_attach_tests): New.
3851
beb460e8
PA
38522014-03-20 Tom Tromey <tromey@redhat.com>
3853 Pedro Alves <palves@redhat.com>
3854
3855 PR cli/15718
3856 * gdb.base/condbreak-call-false.c: New file.
3857 * gdb.base/condbreak-call-false.exp: New file.
3858
40acf43a
PA
38592014-03-20 Pedro Alves <palves@redhat.com>
3860
3861 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
3862 Delete.
3863 (block_signals, unblock_signals): Delete.
3864 (child_function_2, main): Remove references to deleted variable
3865 and functions.
3866
9f5e1e02
PA
38672014-03-20 Pedro Alves <palves@redhat.com>
3868
3869 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
3870 Use pthread_kill to signal thread 2.
3871 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3872 Adjust to make the test send itself a signal rather than using the
3873 host's "kill" command.
3874
99619bea
PA
38752014-03-20 Pedro Alves <palves@redhat.com>
3876
3877 * gdb.threads/multiple-step-overs.c: New file.
3878 * gdb.threads/multiple-step-overs.exp: New file.
3879 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3880 Adjust expected infrun debug output.
3881
2adfaa28
PA
38822014-03-20 Pedro Alves <palves@redhat.com>
3883
3884 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
3885 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
3886
31e77af2
PA
38872014-03-20 Pedro Alves <palves@redhat.com>
3888
3889 PR breakpoints/7143
3890 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
3891 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
3892 of gdb_test_multiple.
3893 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
3894 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
3895
b9f437de
PA
38962014-03-20 Pedro Alves <palves@redhat.com>
3897
3898 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
3899 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
3900
05adc73e
PA
39012014-03-19 Pedro Alves <palves@redhat.com>
3902
3903 * gdb.base/async.exp: Remove early return.
3904
6048b950
PA
39052014-03-19 Pedro Alves <palves@redhat.com>
3906
3907 * gdb.base/async.exp (step& tests): Pass explicit test messages.
3908
8bcfb00a
PA
39092014-03-19 Pedro Alves <palves@redhat.com>
3910
3911 * gdb.base/async.exp (test_background): Expect \r\n after
3912 "completed." in the fail pattern.
3913
884e37dc
PA
39142014-03-19 Pedro Alves <palves@redhat.com>
3915
3916 * gdb.base/async.exp (test_background): New procedure.
3917 Use it for all background execution command tests.
3918
148e57e2
PA
39192014-03-19 Pedro Alves <palves@redhat.com>
3920
3921 * gdb.base/async.exp: Use prepare_for_testing.
3922
f48088c7
PA
39232014-03-19 Pedro Alves <palves@redhat.com>
3924
3925 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
3926 the same line.
3927
e2f6c966
PA
39282014-03-19 Pedro Alves <palves@redhat.com>
3929
3930 * gdb.base/async.c (main): Add "jump here" and "until here" line
3931 marker comments.
3932 * gdb.base/async.exp (jump_here): New global.
3933 (jump& test): Use it.
3934 (until_here): New global.
3935 (until& test): Use it.
3936
c30568d4
PA
39372014-03-19 Pedro Alves <palves@redhat.com>
3938
3939 * gdb.base/async.exp: Don't frob gdb_protocol.
3940
0172b6a7
DE
39412014-03-18 Doug Evans <xdje42@gmail.com>
3942
3943 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
3944 Fix spelling of exec-done-display.
3945
06c868a8
JK
39462014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3947
3948 PR gdb/15358
3949 * gdb.base/gdb-sigterm.c: New file.
3950 * gdb.base/gdb-sigterm.exp: New file.
3951
0c7e1a46
PA
39522014-03-18 Pedro Alves <palves@redhat.com>
3953
3954 PR gdb/13860
3955 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
3956 * lib/mi-support.exp (mi_expect_stop): Add special handling for
3957 solib-event.
3958
f7c77d93
JB
39592014-03-17 Joel Brobecker <brobecker@adacore.com>
3960
3961 * gdb.ada/pckd_arr_ren: New testcase.
3962
5a1e8c7a
DE
39632014-03-13 Doug Evans <xdje42@gmail.com>
3964
3965 PR guile/16612
3966 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
3967 collect after discarding symbols.
3968
350e1a76
DE
39692014-03-13 Ludovic Courtès <ludo@gnu.org>
3970 Doug Evans <xdje42@gmail.com>
3971
3972 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
3973 to history survives a gc.
3974
a69900ae
PA
39752014-03-13 Pedro Alves <palves@redhat.com>
3976
3977 * gdb.base/default.exp: Don't test "target procfs".
3978
5db9f0bd
PA
39792014-03-13 Pedro Alves <palves@redhat.com>
3980
3981 * gdb.base/default.exp: Update "target child" and "target procfs"
3982 tests to not expect "Unix".
3983
b3ccfe11
TT
39842014-03-12 Tom Tromey <tromey@redhat.com>
3985
3986 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
3987 New procs. Add target-async tests.
3988 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
3989 Add target-async tests.
3990
646f4417
AA
39912014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3992
3993 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
3994 'func_start' and 'func_end' for the beginning and end of the
3995 function code, respectively.
3996 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
3997 'func_end' instead of 'func' and 'main'.
3998
288c211f
AA
39992014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4000
4001 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4002 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4003 generate the debug info assembler source.
4004
e0c0f156
AA
40052014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4006
4007 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4008 * gdb.dwarf2/arr-subrange.exp: Likewise.
4009 * gdb.dwarf2/dwz.exp: Likewise.
4010 * gdb.dwarf2/method-ptr.exp: Likewise.
4011 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4012 * gdb.dwarf2/subrange.exp: Likewise.
4013 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4014 * gdb.dwarf2/implptrpiece.exp: Likewise.
4015 * gdb.dwarf2/nostaticblock.exp: Likewise.
4016
0e5c4555
AA
40172014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4018
4019 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4020 directory to absolute path name arguments.
4021
5ec18f2b
JG
40222014-03-10 Joel Brobecker <brobecker@adacore.com>
4023
4024 * gdb.ada/tagged_access: New testcase.
4025
847fc4f2
MM
40262014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4027
4028 * gdb.btrace/data.exp: Update expected output.
4029
cc3da688
YQ
40302014-03-06 Yao Qi <yao@codesourcery.com>
4031
4032 * gdb.trace/pr16508.exp: New file.
4033
0f26cec1
PA
40342014-03-05 Pedro Alves <palves@redhat.com>
4035
4036 PR gdb/16575
4037 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4038 procedure.
4039 (top level): Adjust to use it. Add tests that exercise breakpoint
4040 interaction with the code-cache.
4041
7a5a839f
LC
40422014-02-26 Ludovic Courtès <ludo@gnu.org>
4043
4044 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4045 test for 'history-append!'.
4046
31aa7e4e
JB
40472014-02-26 Joel Brobecker <brobecker@adacore.com>
4048
4049 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4050 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4051 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4052 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4053 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4054 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4055
1b588015
JB
40562014-02-26 Joel Brobecker <brobecker@adacore.com>
4057
4058 * testsuite/gdb.python/py-pp-re-notag.c: New file.
4059 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4060 * testsuite/gdb.python/py-pp-re-notag.p: New file.
4061
55426c9d
JB
40622014-02-26 Joel Brobecker <brobecker@adacore.com>
4063
4064 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4065
dc53a7ad
JB
40662014-02-26 Joel Brobecker <brobecker@adacore.com>
4067
4068 * gdb.dwarf2/arr-stride.c: New file.
4069 * gdb.dwarf2/arr-stride.exp: New file.
4070
12ab52e9
PA
40712014-02-26 Pedro Alves <palves@redhat.com>
4072
4073 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4074 that won't ever trigger. Make sure that GDB reports the correct
4075 breakpoint that caused the stop.
4076
849c862e
JK
40772014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4078
4079 PR gdb/16626
4080 * gdb.base/auto-load-script: New file.
4081 * gdb.base/auto-load.c: New file.
4082 * gdb.base/auto-load.exp: New file.
4083
71b7d793
JK
4084 PR gdb/16626
4085 * gdb.base/auto-load.exp: Fix out-of-srctree run.
4086
e2f0d509
JK
40872014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4088
4089 Fix dw2-icycle.exp -fsanitize=address GDB crash.
4090 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4091
50cc37c8
DE
40922014-02-24 Doug Evans <dje@google.com>
4093
4094 * lib/gdb.exp (run_on_host): Log error output if program fails.
4095
ea4758f2
PA
40962014-02-21 Pedro Alves <palves@redhat.com>
4097
4098 * gdb.threads/step-after-sr-lock.c: Rename to ...
4099 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4100 * gdb.threads/step-after-sr-lock.exp: Rename to ...
4101 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4102 ... this.
4103
d7b30f67
SDJ
41042014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
4105
4106 PR tdep/16397
4107 * gdb.arch/amd64-stap-special-operands.exp: New file.
4108 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
4109 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
4110 * gdb.arch/amd64-stap-triplet.S: Likewise.
4111 * gdb.arch/amd64-stap-triplet.c: Likewise.
4112
83deb43f
JB
41132014-02-20 Joel Brobecker <brobecker@adacore.com>
4114
4115 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
4116 in .section pseudo-op.
4117
adde2bff
DE
41182014-02-20 lin zuojian <manjian2006@gmail.com>
4119 Joel Brobecker <brobecker@adacore.com>
4120 Doug Evans <xdje42@gmail.com>
4121
4122 PR symtab/16581
4123 * gdb.dwarf2/dw2-icycle.S: New file.
4124 * gdb.dwarf2/dw2-icycle.c: New file.
4125 * gdb.dwarf2/dw2-icycle.exp: New file.
4126
f7bd0f78
SC
41272014-02-19 Siva Chandra Reddy <sivachandra@google.com>
4128
4129 * gdb.python/py-value-cc.cc: Improve test case to enable testing
4130 operations on gdb.Value objects.
4131 * gdb.python/py-value-cc.exp: Add new test to test operations on
4132 gdb.Value objects.
4133
c17ef0d5
DE
41342014-02-18 Doug Evans <dje@google.com>
4135
4136 * Makefile.in (TESTS): New variable.
4137 (expanded_tests, expanded_tests_or_none): New variables
4138 (check-single): Pass $(expanded_tests_or_none) to runtest.
4139 (check-parallel): Only run tests in $(TESTS) if non-empty.
4140 (check/no-matching-tests-found): New rule.
4141 * README: Document TESTS makefile variable.
4142
5dd3176f
DE
41432014-02-18 Doug Evans <dje@google.com>
4144
4145 * Makefile.in (check-parallel): rm -rf outputs temp.
4146
0b10be4f
JK
41472014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4148
4149 Fix "ERROR: no fileid for" in the testsuite.
4150 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
4151
85f224e7
DE
41522014-02-12 Doug Evans <dje@google.com>
4153
4154 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
4155 (MISCELLANEOUS): New variable.
4156 (clean): rm -rf $(MISCELLANEOUS).
4157 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
4158 dwp live in the same directory as symlinks, with each symlink pointed
4159 to a differently named file in a different directory.
4160
149b30ff
DE
41612014-02-11 Doug Evans <dje@google.com>
4162
4163 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
4164 of Tcl file commands.
4165
1dfdac32
MK
41662014-02-10 Mark Kettenis <kettenis@gnu.org>
4167
4168 * gdb.threads/step-after-sr-lock.exp: Avoid executing
4169 "kill -SIGUSR1 -1".
4170
aa4fb036
JB
41712014-02-10 Joel Brobecker <brobecker@adacore.com>
4172
4173 * gdb.ada/tick_length_array_enum_idx: New testcase.
4174
ed3ef339
DE
41752014-02-10 Doug Evans <xdje42@gmail.com>
4176
4177 * configure.ac (AC_OUTPUT): Add gdb.guile.
4178 * configure: Regenerate.
4179 * lib/gdb-guile.exp: New file.
4180 * lib/gdb.exp (get_target_charset): New function.
4181 * gdb.base/help.exp: Update expected output from "apropos apropos".
4182 * gdb.guile/Makefile.in: New file.
4183 * gdb.guile/guile.exp: New file.
4184 * gdb.guile/scm-arch.c: New file.
4185 * gdb.guile/scm-arch.exp: New file.
4186 * gdb.guile/scm-block.c: New file.
4187 * gdb.guile/scm-block.exp: New file.
4188 * gdb.guile/scm-breakpoint.c: New file.
4189 * gdb.guile/scm-breakpoint.exp: New file.
4190 * gdb.guile/scm-disasm.c: New file.
4191 * gdb.guile/scm-disasm.exp: New file.
4192 * gdb.guile/scm-equal.c: New file.
4193 * gdb.guile/scm-equal.exp: New file.
4194 * gdb.guile/scm-error.exp: New file.
4195 * gdb.guile/scm-error.scm: New file.
4196 * gdb.guile/scm-frame-args.c: New file.
4197 * gdb.guile/scm-frame-args.exp: New file.
4198 * gdb.guile/scm-frame-args.scm: New file.
4199 * gdb.guile/scm-frame-inline.c: New file.
4200 * gdb.guile/scm-frame-inline.exp: New file.
4201 * gdb.guile/scm-frame.c: New file.
4202 * gdb.guile/scm-frame.exp: New file.
4203 * gdb.guile/scm-generics.exp: New file.
4204 * gdb.guile/scm-gsmob.exp: New file.
4205 * gdb.guile/scm-iterator.c: New file.
4206 * gdb.guile/scm-iterator.exp: New file.
4207 * gdb.guile/scm-math.c: New file.
4208 * gdb.guile/scm-math.exp: New file.
4209 * gdb.guile/scm-objfile-script-gdb.in: New file.
4210 * gdb.guile/scm-objfile-script.c: New file.
4211 * gdb.guile/scm-objfile-script.exp: New file.
4212 * gdb.guile/scm-objfile.c: New file.
4213 * gdb.guile/scm-objfile.exp: New file.
4214 * gdb.guile/scm-ports.exp: New file.
4215 * gdb.guile/scm-pretty-print.c: New file.
4216 * gdb.guile/scm-pretty-print.exp: New file.
4217 * gdb.guile/scm-pretty-print.scm: New file.
4218 * gdb.guile/scm-section-script.c: New file.
4219 * gdb.guile/scm-section-script.exp: New file.
4220 * gdb.guile/scm-section-script.scm: New file.
4221 * gdb.guile/scm-symbol.c: New file.
4222 * gdb.guile/scm-symbol.exp: New file.
4223 * gdb.guile/scm-symtab-2.c: New file.
4224 * gdb.guile/scm-symtab.c: New file.
4225 * gdb.guile/scm-symtab.exp: New file.
4226 * gdb.guile/scm-type.c: New file.
4227 * gdb.guile/scm-type.exp: New file.
4228 * gdb.guile/scm-value-cc.cc: New file.
4229 * gdb.guile/scm-value-cc.exp: New file.
4230 * gdb.guile/scm-value.c: New file.
4231 * gdb.guile/scm-value.exp: New file.
4232 * gdb.guile/source2.scm: New file.
4233 * gdb.guile/types-module.cc: New file.
4234 * gdb.guile/types-module.exp: New file.
4235
7026a7c1
YQ
42362014-02-10 Yao Qi <yao@codesourcery.com>
4237
4238 PR testsuite/16543
4239 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
4240 * configure: Regenerated.
4241 * Makefile.in: New file.
4242
6c466447
AS
42432014-02-08 Andreas Schwab <schwab@linux-m68k.org>
4244
4245 * gdb.python/py-framefilter.exp: Fix typo.
4246
6e854735
YQ
42472014-02-08 Yao Qi <yao@codesourcery.com>
4248
4249 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
4250 that no =breakpoint-modified is emitted when breakpoints are
4251 modified through MI commands.
4252
d137e6dc
PA
42532014-02-07 Pedro Alves <pedro@codesourcery.com>
4254 Pedro Alves <palves@redhat.com>
4255
4256 * gdb.threads/step-after-sr-lock.c: New file.
4257 * gdb.threads/step-after-sr-lock.exp: New file.
4258
b5ee5a50
PA
42592014-02-07 Pedro Alves <palves@redhat.com>
4260
4261 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
4262
3c77faf3
JK
42632014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4264
4265 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
4266 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
4267
6dddc817
DE
42682014-02-06 Doug Evans <xdje42@gmail.com>
4269
4270 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
4271 output.
4272
4273 * gdb.gdb/python-interrupts.exp: New file.
4274
de7b2893
YQ
42752014-02-05 Yao Qi <yao@codesourcery.com>
4276
4277 * gdb.trace/report.exp (use_collected_data): Test the output
4278 of "info threads" and "info inferiors".
4279
66d032ac
YQ
42802014-02-05 Yao Qi <yao@codesourcery.com>
4281
4282 Revert this patch:
4283
4284 2013-05-24 Yao Qi <yao@codesourcery.com>
4285
4286 * gdb.trace/tfile.exp: Test inferior and thread.
4287
591a12a1
UW
42882014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4289
4290 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
4291 on a function.
4292 * gdb.base/step-bt.c: Call hello via function pointer to make
4293 sure its first instruction is executed on powerpc64le-linux.
4294
0ff3e01f
UW
42952014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4296
4297 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
4298
084ee545
UW
42992014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4300
4301 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
4302 of the test patterns for use on little-endian systems.
4303
6ed14ff3
UW
43042014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4305
4306 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
4307 (decimal_vector): Fix for little-endian.
4308
401e27fd
JM
43092014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
4310
4311 * gdb.arch/sparc-sysstep.exp: New file.
4312 * gdb.arch/sparc-sysstep.c: Likewise.
4313
4314 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
4315
8b924729
EBM
43162014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4317
4318 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
4319
fb151210
JB
43202014-01-23 Tom Tromey <tromey@redhat.com>
4321
4322 * gdb.ada/array_char_idx: New testcase.
4323
0740f8d8
TT
43242014-01-23 Tom Tromey <tromey@redhat.com>
4325
4326 PR python/16487:
4327 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
4328 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
4329 classes.
4330
21909fa1
TT
43312014-01-23 Tom Tromey <tromey@redhat.com>
4332
4333 PR python/16491:
4334 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
4335 string from an inferior frame.
4336 * gdb.python/py-framefilter-mi.exp: Update.
4337
87ce2a04
DE
43382014-01-22 Doug Evans <dje@google.com>
4339
4340 * gdb.server/server-mon.exp: Add tests for "set debug-format".
4341
237b092b
AA
43422014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4343
4344 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
4345
d674a709
AA
43462014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4347
4348 * gdb.trace/entry-values.exp: Remove excess space character from
4349 regex patterns. Handle s390 call instruction.
4350
20fa3390
AA
43512014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4352
4353 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
4354 define "*_start" label. Make "name" static.
4355 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
4356 ${name} by references to ${name}_start.
4357
78466714
AA
43582014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4359
4360 * gdb.base/info-macros.exp: Remove "debug" from the compile
4361 options.
4362
ec9f644a
IB
43632014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4364
4365 * gdb.dlang/demangle.exp: New file.
4366
94b1b47e
IB
43672014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4368
4369 * gdb.dlang/primitive-types.exp: New file.
4370
7f420862
IB
43712014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4372
4373 * configure.ac: Create gdb.dlang/Makefile.
4374 * configure: Regenerate.
4375 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
4376 * gdb.dlang/Makefile.in: New file.
4377 * lib/d-support.exp: New file.
4378 * lib/gdb.exp (skip_d_tests): New proc.
4379
52834460
MM
43802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4381
4382 * gdb.btrace/delta.exp: Check reverse stepi.
4383 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
4384 * gdb.btrace/finish.exp: New.
4385 * gdb.btrace/next.exp: New.
4386 * gdb.btrace/nexti.exp: New.
4387 * gdb.btrace/record_goto.c: Add comments.
4388 * gdb.btrace/step.exp: New.
4389 * gdb.btrace/stepi.exp: New.
4390 * gdb.btrace/multi-thread-step.c: New.
4391 * gdb.btrace/multi-thread-step.exp: New.
4392 * gdb.btrace/rn-dl-bind.c: New.
4393 * gdb.btrace/rn-dl-bind.exp: New.
4394 * gdb.btrace/data.c: New.
4395 * gdb.btrace/data.exp: New.
4396 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4397
6e07b1d2
MM
43982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4399
4400 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
4401 * gdb.btrace/exception.exp: Update.
4402 * gdb.btrace/instruction_history.exp: Update.
4403 * gdb.btrace/record_goto.exp: Update.
4404 * gdb.btrace/tailcall.exp: Update.
4405 * gdb.btrace/unknown_functions.exp: Update.
4406 * gdb.btrace/delta.exp: New.
4407
0b722aec
MM
44082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4409
4410 * gdb.btrace/record_goto.exp: Add backtrace test.
4411 * gdb.btrace/tailcall.exp: Add backtrace test.
4412
066ce621
MM
44132014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4414
4415 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
4416 * gdb.btrace/record_goto.c: New.
4417 * gdb.btrace/record_goto.exp: New.
4418 * gdb.btrace/x86-record_goto.S: New.
4419
0688d04e
MM
44202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4421
4422 * gdb.btrace/function_call_history.exp: Update tests.
4423 * gdb.btrace/instruction_history.exp: Update tests.
4424
8710b709
MM
44252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4426
4427 * gdb.btrace/function_call_history.exp: Fix expected field
4428 order for "record function-call-history".
4429 Add new tests for "record function-call-history /c".
4430 * gdb.btrace/exception.cc: New.
4431 * gdb.btrace/exception.exp: New.
4432 * gdb.btrace/tailcall.exp: New.
4433 * gdb.btrace/x86-tailcall.S: New.
4434 * gdb.btrace/x86-tailcall.c: New.
4435 * gdb.btrace/unknown_functions.c: New.
4436 * gdb.btrace/unknown_functions.exp: New.
4437 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4438
5de9129b
MM
44392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4440
4441 * gdb.btrace/instruction_history.exp: Update.
4442 * gdb.btrace/function_call_history.exp: Update.
4443
23a7fe75
MM
44442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4445
4446 * gdb.btrace/function_call_history.exp: Fix expected function
4447 trace.
4448 * gdb.btrace/instruction_history.exp: Initialize traced.
4449 Remove traced_functions.
4450
724c7dd8
MM
44512014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4452
4453 * gdb.btrace/function_call_history.exp: Update
4454 * gdb.btrace/instruction_history.exp: Update.
4455
6d78d93b
MM
44562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4457
4458 * gdb.btrace/enable.exp: Update expected text.
4459
93a360cc
OJ
44602014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
4461
4462 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
4463 bytes.
4464
3772b53f
MR
44652014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
4466
4467 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
4468
596662fa
OJ
44692014-01-15 Omair Javaid <omair.javaid@linaro.org>
4470
4471 * lib/gdb.exp (supports_process_record): Return true for
4472 arm*-linux*. (supports_reverse): Likewise.
4473
b5b08fb4
SC
44742014-01-13 Siva Chandra Reddy <sivachandra@google.com>
4475
4476 PR python/15464
4477 PR python/16113
4478 * gdb.python/py-type.c: Enhance test case.
4479 * gdb.python/py-value-cc.cc: Likewise
4480 * gdb.python/py-type.exp: Add new tests.
4481 * gdb.python/py-value-cc.exp: Likewise
4482
52d7fb13
AA
44832014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
4484 Pedro Alves <palves@redhat.com>
4485
4486 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
4487 Make "name" extern.
4488 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
4489 references to ${name}_start by references to ${name}.
4490
a2cd8cfe
JB
44912014-01-10 Joel Brobecker <brobecker@adacore.com>
4492
4493 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
4494
4e23fced
JB
44952014-01-10 Joel Brobecker <brobecker@adacore.com>
4496
4497 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
4498
c6a9e42c
PA
44992014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
4500 Pedro Alves <palves@redhat.com>
4501
4502 * gdb.mi/mi-info-os.exp: Connect to the target with
4503 mi_gdb_target_load.
4504
b7ea362b
PA
45052014-01-08 Pedro Alves <palves@redhat.com>
4506
4507 * gdb.threads/reconnect-signal.c: New file.
4508 * gdb.threads/reconnect-signal.exp: New file.
4509
5e3f4fab
EBM
45102014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4511
4512 * gdb.base/source-dir.exp: New file.
4513
79301218
JB
45142014-01-07 Joel Brobecker <brobecker@adacore.com>
4515
4516 * gdb.ada/mi_interface: New testcase.
4517
8e355c5d
JB
45182014-01-07 Joel Brobecker <brobecker@adacore.com>
4519
4520 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
4521 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
4522 gdb.ada/pp-rec-component/pck.ads: New files.
4523
c0d48811
JB
45242014-01-07 Joel Brobecker <brobecker@adacore.com>
4525
4526 * gdb.python/py-pp-integral.c: New file.
4527 * gdb.python/py-pp-integral.py: New file.
4528 * gdb.python/py-pp-integral.exp: New file.
4529
17b609c3 4530For older changes see ChangeLog-1993-2013.
c906108c 4531\f
8d8cb839
EZ
4532;; Local Variables:
4533;; mode: change-log
4534;; left-margin: 8
4535;; fill-column: 74
4536;; version-control: never
4537;; End:
902f2ccb 4538
32d0add0 4539 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
4540 Copying and distribution of this file, with or without modification,
4541 are permitted provided the copyright notice and this notice are preserved.