]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Fix gdb_spawn_with_cmdline_opts with non-empty GDBFLAGS
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
0bbeccb1
PA
12015-04-01 Pedro Alves <palves@redhat.com>
2
3 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
4 GDBFLAGS if not empty.
5
3c724c8c
PMR
62015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7
8 * gdb.ada/complete.exp: Remove "multi_line".
9 * gdb.ada/info_exc.exp: Remove "multi_line".
10 * gdb.ada/packed_tagged.exp: Remove "multi_line".
11 * gdb.ada/ptype_field.exp: Remove "multi_line".
12 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13 * gdb.ada/tagged.exp: Remove "multi_line".
14 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15 [multi_line ...]
16 * gdb.btrace/delta.exp: Likewise.
17 * gdb.btrace/exception.exp: Likewise.
18 * gdb.btrace/function_call_history.exp: Likewise.
19 * gdb.btrace/instruction_history.exp: Likewise.
20 * gdb.btrace/nohist.exp: Likewise.
21 * gdb.btrace/record_goto.exp: Likewise.
22 * gdb.btrace/segv.exp: Likewise.
23 * gdb.btrace/stepi.exp: Likewise.
24 * gdb.btrace/tailcall.exp: Likewise.
25 * gdb.btrace/unknown_functions.exp: Likewise.
26 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
27 * lib/gdb.exp: Add the "multi_line" helper.
28
4eec2deb
PA
292015-04-01 Pedro Alves <palves@redhat.com>
30
31 * gdb.threads/tid-reuse.c: New file.
32 * gdb.threads/tid-reuse.exp: New file.
33
df8411da
SDJ
342015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
35
36 PR corefiles/16092
37 * gdb.base/coredump-filter.c: New file.
38 * gdb.base/coredump-filter.exp: Likewise.
39
6ef37366
PM
402015-03-27 Petr Machata <pmachata@redhat.com>
41
42 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
43 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
44 (Dwarf::assemble): Initialize them.
45 (Dwarf::lines): New function.
46
7ec911b0
JT
472015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
48
49 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
50 SYMBOL_PREFIX for x86_64-*-cygwin.
51
ff908ebf
AW
522015-03-26 Andy Wingo <wingo@igalia.com>
53
54 PR symtab/18148
55 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
56 const_value but not a location.
57 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
58 location defined in non-main CUs are visible.
59
6d5f0679
YQ
602015-03-26 Yao Qi <yao.qi@linaro.org>
61
62 PR testsuite/18139
63 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
64 Add a line number entry for the same line.
65 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
66 Add a line number entry for the same line.
67
2898689b
YQ
682015-03-26 Yao Qi <yao.qi@linaro.org>
69
70 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
71 .int 0.
72 (func): Likewise. Add .Lfunc_1 label.
73 Use .Lfunc_1 label.
74 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
75 .int 0.
76 (func): Likewise.
77 Use .Lfunc_1 label.
78
85180498
YQ
792015-03-26 Yao Qi <yao.qi@linaro.org>
80
81 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
82 Call gdb_compile instead to compile each .s files without debug
83 information.
84
8aa08a8d
YQ
852015-03-26 Yao Qi <yao.qi@linaro.org>
86
87 * gdb.base/savedregs.exp (process_saved_regs): Make
88 "Saved registers:" optional in the pattern.
89
66849923
MM
902015-03-25 Markus Metzger <markus.t.metzger@intel.com>
91
92 * gdb.btrace/next.exp: Merged into step.exp.
93 * gdb.btrace/finish.exp: Merged into step.exp.
94 * gdb.btrace/nexti.exp: Merged into stepi.exp.
95 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
96 "record goto" and checking the exact replay position.
97 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
98 check for "Recording format" in "info record" output.
99 * gdb.btrace/record_goto.exp: Choose test file based on target.
100 * gdb.btrace/x86-record_goto.S: Renamed into ...
101 * gdb.btrace/x86_64-record_goto.S: ... this.
102 * gdb.btrace/i686-record_goto.S: New.
103 * gdb.btrace/x86-tailcall.S: Renamed into ...
104 * gdb.btrace/x86_64-tailcall.S: ... this.
105 * gdb.btrace/i686-tailcall.S: New.
106 * gdb.btrace/x86-tailcall.c: Renamed into ...
107 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
108 separate statements. Update test.
109 * gdb.btrace/delta.exp: Use record_goto.c as test file.
110 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
111 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
112 * gdb.btrace/tailcall.exp: Choose test file based on target.
113 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
114
11cc1b74
MM
1152015-03-25 Markus Metzger <markus.t.metzger@intel.com>
116
117 * gdb.btrace/exception.exp: Increase BTS buffer size.
118
a25d8bf9
PA
1192015-03-24 Pedro Alves <palves@redhat.com>
120
121 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
122
856e7dd6
PA
1232015-03-24 Pedro Alves <palves@redhat.com>
124
125 * gdb.threads/schedlock.exp (test_step): No longer expect that
126 "set scheduler-locking step" with "next" over a function call runs
127 threads unlocked.
128
ad235a41
AT
1292015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
130
131 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
132
15630549
AT
1332015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
134
135 PR breakpoints/16466
136 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
137 * gdb.mi/mi-pending.c (thread_func): New function.
138 (int main): Add threading support required.
139 * gdb.mi/mi-pending.exp: Add tests for this issue.
140 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
141 (pendfunc2): Remove stdio dependency.
142 * gdb.mi/mi-pendshr2.c: New file.
143
693dca06
KS
1442015-03-23 Keith Seitz <keiths@redhat.com>
145
146 * gdb.linespec/keywords.c: New file.
147 * gdb.linespec/keywords.exp: New file.
148
7e993ebf
KS
1492015-03-23 Keith Seitz <keiths@redhat.com>
150
151 PR gdb/18021
152 * gdb.dwarf2/staticvirtual.exp: New test.
153
bc23328c
JK
1542015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
155
156 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
157 * README: Remove HP-UX and gdb.hp.
158 (configuration):
159 * configure: Regenerate.
160 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
161 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
162 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
163 gdb.hp/gdb.defects/Makefile.
164 * gdb.hp/Makefile.in: File deleted.
165 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
166 * gdb.hp/gdb.aCC/optimize.c: File deleted.
167 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
168 * gdb.hp/gdb.aCC/run.c: File deleted.
169 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
170 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
171 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
172 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
173 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
174 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
175 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
176 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
177 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
178 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
179 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
180 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
181 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
182 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
183 * gdb.hp/gdb.base-hp/reg.s: File deleted.
184 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
185 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
186 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
187 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
188 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
189 * gdb.hp/gdb.compat/Makefile.in: File deleted.
190 * gdb.hp/gdb.compat/average.c: File deleted.
191 * gdb.hp/gdb.compat/sum.c: File deleted.
192 * gdb.hp/gdb.compat/xdb.c: File deleted.
193 * gdb.hp/gdb.compat/xdb0.c: File deleted.
194 * gdb.hp/gdb.compat/xdb0.h: File deleted.
195 * gdb.hp/gdb.compat/xdb1.c: File deleted.
196 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
197 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
198 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
199 * gdb.hp/gdb.defects/Makefile.in: File deleted.
200 * gdb.hp/gdb.defects/bs14602.c: File deleted.
201 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
202 * gdb.hp/gdb.defects/solib-d.c: File deleted.
203 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
204 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
205 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
206 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
207 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
208 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
209 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
210 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
211 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
212 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
213 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
214 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
215 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
216 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
217 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
218 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
219 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
220 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
221 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
222 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
223 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
224 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
225 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
226 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
227 * gdb.hp/tools/odump: File deleted.
228
8bf3b159
PA
2292015-03-19 Pedro Alves <palves@redhat.com>
230
231 * gdb.threads/continue-pending-status.exp (saw_thread_2)
232 (saw_thread_3): New globals.
233 (top level): Increment them when an event for the corresponding
234 thread is seen.
235 (no thread starvation): New test.
236
eb54c8bf
PA
2372015-03-19 Pedro Alves <palves@redhat.com>
238
239 * gdb.threads/continue-pending-status.c: New file.
240 * gdb.threads/continue-pending-status.exp: New file.
241
32d2e5d6
PA
2422015-03-18 Pedro Alves <palves@redhat.com>
243
244 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
245 Use gdb_is_target_remote instead of is_remote. Use
246 gdb_test_multiple instead of gdb_expect. Exit early if
247 gdb_test_multiple hits its internal matches. Tighten stepi tests
248 expected output. Fail on exit with any signal, instead of just
249 SIGILL.
250
f68f11b7
YQ
2512015-03-18 Yao Qi <yao.qi@linaro.org>
252
253 PR tdep/18107
254 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
255 variable.
256 * gdb.base/catch-syscall.exp: Don't skip it on
257 aarch64*-*-linux* target. Remove elements in all_syscalls.
258 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
259 target.
260 (setup_all_syscalls): New proc.
261
ca5fd19b
YQ
2622015-03-16 Yao Qi <yao.qi@linaro.org>
263
264 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
265 (top level): Skip tests if valid_addr_p returns false for
266 $cmd1 or $cmd2.
267
85642ba0
AW
2682015-03-11 Andy Wingo <wingo@igalia.com>
269
270 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
271
e03f9645
YQ
2722015-03-11 Yao Qi <yao.qi@linaro.org>
273
274 * gdb.base/catch-syscall.exp: Fix typo in comments.
275
5d0962b2
YQ
2762015-03-11 Yao Qi <yao.qi@linaro.org>
277
278 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
279
b2df3cef
PA
2802015-03-09 Pedro Alves <palves@redhat.com>
281
282 * dg-extract-results.py: Delete.
283
ef878e53
PA
2842015-03-09 Pedro Alves <palves@redhat.com>
285
286 Merge dg-extract-results.sh from GCC upstream (r218843).
287
288 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
289 * dg-extract-results.sh: Use --text with grep to avoid issues with
290 binary files. Fall back to cat -v, if that doesn't work.
291
9494d219
PA
2922015-03-05 Pedro Alves <palves@redhat.com>
293
294 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
295
a8d9763a
SM
2962015-03-04 Simon Marchi <simon.marchi@ericsson.com>
297
298 * lib/mi-support.exp (mi_expect_interrupt): Accept
299 alternative event for when in all-stop mode.
300
be9957b8
PA
3012015-03-04 Pedro Alves <palves@redhat.com>
302
303 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
304
d57be0f4 3052015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
306
307 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
308
c214c7cf
AA
3092015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
310
311 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
312 regexps for GDB's current line display, accept a hex address
313 preceding the line number.
314
6d74a497
AA
3152015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
316
317 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
318 the 'arch1' variable for "s390*-linux*" targets.
319
511aee7c
PA
3202015-03-04 Pedro Alves <palves@redhat.com>
321
322 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
323 (main): Pass missing retval argument to pthread_join call.
324
95e50b27
PA
3252015-03-02 Pedro Alves <palves@redhat.com>
326
327 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
328 (top level): Call do_test with non-stop as well.
329
28054d69
PA
3302015-03-02 Pedro Alves <palves@redhat.com>
331
332 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
333 -1.
334
4fa5d7b4
AA
3352015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
336
337 * gdb.arch/s390-vregs.exp: New test.
338 * gdb.arch/s390-vregs.S: New file.
339
97c18565
PA
3402015-02-27 Pedro Alves <palves@redhat.com>
341
342 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
343 call to catch_command_errors.
344 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
345 catch_command_errors.
346
a37bfa30
PA
3472015-02-27 Pedro Alves <palves@redhat.com>
348
349 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
350 "true" for boolean result.
351 * gdb.gdb/selftest.exp (test_with_self): Also accept full
352 prototype of main.
353
6f98576f
PA
3542015-02-27 Pedro Alves <palves@redhat.com>
355
356 * lib/unbuffer_output.c: New file.
357 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
358 (main): Call gdb_unbuffer_output.
359
eba5ab56
YQ
3602015-02-27 Yao Qi <yao.qi@linaro.org>
361
362 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
363 target.
364
0def5aaa
DE
3652015-02-26 Doug Evans <dje@google.com>
366
367 * gdb.cp/class2.cc (Dbase, D): New classes.
368 (main): New local delta.
369 * gdb.cp/class2.exp: Test printing delta.
370 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
371 (dynbar): New global.
372 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
373
081a1c2c
JK
3742015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
375
376 * gdb.compile/compile-ifunc.c: New file.
377 * gdb.compile/compile-ifunc.exp: New file.
378
2f41223f
AT
3792015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
380
381 * gdb.base/structs.exp: Check for correct struct on finish.
382
03eddd80
YQ
3832015-02-26 Yao Qi <yao.qi@linaro.org>
384
385 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
386 is zero.
387
80c57053
JK
3882015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
389
390 * gdb.arch/cordic.ko.bz2: New file.
391 * gdb.arch/cordic.ko.debug.bz2: New file.
392 * gdb.arch/ppc64-symtab-cordic.exp: New file.
393
21613c12
YQ
3942015-02-25 Yao Qi <yao.qi@linaro.org>
395
396 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
397 aarch64*-*-* target.
398
d8b901ed
PA
3992015-02-23 Pedro Alves <palves@redhat.com>
400
401 * lib/gdb.exp (delete_breakpoints): Rewrite using
402 gdb_test_multiple.
403
e5b85ead
PA
4042015-02-23 Pedro Alves <palves@redhat.com>
405
406 * gdb.base/info-os.c: Include stdlib.h.
407
85c3a371
DE
4082015-02-22 Doug Evans <xdje42@gmail.com>
409
410 PR symtab/17855
411 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
412 is read after symbols have been re-read.
413 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
414 * gdb.ada/exec_changed/second.adb (Second): Ditto.
415
96553a0c
DE
4162015-02-21 Doug Evans <dje@google.com>
417
418 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
419
97a0c697
JK
4202015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
421
422 PR corefiles/17808
423 * gdb.arch/i386-biarch-core.core.bz2: New file.
424 * gdb.arch/i386-biarch-core.exp: New file.
425
a47cd6e9
PA
4262015-02-21 Pedro Alves <palves@redhat.com>
427
428 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
429 runto_main fails.
430
c5facdc4
PA
4312015-02-20 Pedro Alves <palves@redhat.com>
432
433 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
434 info probes.
435
2db9a427
PA
4362015-02-20 Pedro Alves <palves@redhat.com>
437
438 * gdb.threads/multi-create-ns-info-thr.exp: New file.
439
60fb7e9e
PA
4402015-02-20 Pedro Alves <palves@redhat.com>
441
442 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
443 clean_restart before gdb_target_supports_trace.
444
5c5019c2
PA
4452015-02-20 Pedro Alves <palves@redhat.com>
446
447 PR threads/18006
448 * gdb.threads/clone-thread_db.c: New file.
449 * gdb.threads/clone-thread_db.exp: New file.
450
c9587f88
AT
4512015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
452
453 PR breakpoints/16812
454 * gdb.base/catch-gdb-caused-signals.c: New file.
455 * gdb.base/catch-gdb-caused-signals.exp: New file.
456
f6a88844
JM
4572015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
458
459 * configure: Regenerated.
460 * configure.ac: Use GDB_AC_TRANSFORM.
461 * aclocal.m4: sinclude ../transform.m4.
462
497c491b
JM
4632015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
464
465 * lib/dtrace.exp: New file.
466 * gdb.base/dtrace-probe.exp: Likewise.
467 * gdb.base/dtrace-probe.d: Likewise.
468 * gdb.base/dtrace-probe.c: Likewise.
469 * lib/pdtrace.in: Likewise.
470 * configure.ac: Output variables with the transformed names of
471 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
472 * configure: Regenerated.
473
03e98035
JM
4742015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
475
476 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
477 expected message when trying to access $_probe_* convenience
478 variables while not on a probe.
479
63cc30e9
JK
4802015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
481
482 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
483
0703599a
PA
4842015-02-11 Pedro Alves <pedro@codesourcery.com>
485
486 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
487 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
488
7e60a48e
DE
4892015-02-10 Doug Evans <xdje42@gmail.com>
490
491 * lib/gdb.exp (gdb_load): Always return a result.
492
01b088bc
PA
4932015-02-10 Pedro Alves <palves@redhat.com>
494
495 * gdb.threads/signal-sigtrap.c: New file.
496 * gdb.threads/signal-sigtrap.exp: New file.
497
b05ec7a5
AT
4982015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
499
500 * gdb.trace/no-attach-trace.c: New file.
501 * gdb.trace/no-attach-trace.exp: New file.
502
a2c2acaf
MW
5032015-02-09 Mark Wielaard <mjw@redhat.com>
504
505 * gdb.dwarf2/atomic.c: New file.
506 * gdb.dwarf2/atomic-type.exp: Likewise.
507
31fd9caa
MM
5082015-02-09 Markus Metzger <markus.t.metzger@intel.com>
509
510 * gdb.btrace/buffer-size.exp: Update "info record" output.
511 * gdb.btrace/delta.exp: Update "info record" output.
512 * gdb.btrace/enable.exp: Update "info record" output.
513 * gdb.btrace/finish.exp: Update "info record" output.
514 * gdb.btrace/instruction_history.exp: Update "info record" output.
515 * gdb.btrace/next.exp: Update "info record" output.
516 * gdb.btrace/nexti.exp: Update "info record" output.
517 * gdb.btrace/step.exp: Update "info record" output.
518 * gdb.btrace/stepi.exp: Update "info record" output.
519 * gdb.btrace/nohist.exp: Update "info record" output.
520
d33501a5
MM
5212015-02-09 Markus Metzger <markus.t.metzger@intel.com>
522
523 * gdb.btrace/buffer-size: New.
524
f4abbc16
MM
5252015-02-09 Markus Metzger <markus.t.metzger@intel.com>
526
527 * gdb.btrace/delta.exp: Update "info record" output.
528 * gdb.btrace/enable.exp: Update "info record" output.
529 * gdb.btrace/finish.exp: Update "info record" output.
530 * gdb.btrace/instruction_history.exp: Update "info record" output.
531 * gdb.btrace/next.exp: Update "info record" output.
532 * gdb.btrace/nexti.exp: Update "info record" output.
533 * gdb.btrace/step.exp: Update "info record" output.
534 * gdb.btrace/stepi.exp: Update "info record" output.
535 * gdb.btrace/nohist.exp: Update "info record" output.
536
b9d61307
SM
5372015-02-06 Simon Marchi <simon.marchi@ericsson.com>
538
539 PR gdb/15678
540 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
541
e584fdbc
PA
5422015-02-06 Pedro Alves <palves@redhat.com>
543
544 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
545 macro.
546 (seconds_left, again): New globals.
547 (main): Wait seconds_left in a 1-second sleep loop instead of
548 sleeping 180 seconds. If 'again' is set, reset the seconds
549 counter.
550 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
551 'again' in the inferior before detaching. Print the seconds left.
552 (options): New global.
553 (top level): Build program with -DTIMEOUT=$timeout.
554
77f41761
PA
5552015-02-06 Pedro Alves <palves@redhat.com>
556
557 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
558 determine how many seconds to pass to 'alarm'.
559 * gdb.base/gdb-sigterm.exp (top level): Build program with
560 -DTIMEOUT=$timeout.
561 (do_test): Return success/failure indication. Add more verbose
562 logging. Don't fail if 200 single steps are seen. Instead, fail
563 when the test times out.
564 (passes): New global.
565 (top level): Break the testing loop if testing fails on any
566 iteration. Use gdb_assert.
567
b9394193
DB
5682015-02-04 Don Breazeal <donb@codesourcery.com>
569
570 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
571 and initialize them.
572 (ipc_cleanup): New function.
573 (main): Don't declare shmid, semid, and msqid. Add a call to
574 atexit so that we call ipc_cleanup on exit.
575
42d9e528
PA
5762015-02-04 Pedro Alves <palves@redhat.com>
577
578 * boards/native-extended-gdbserver.exp: Remove any target variant
579 specifications from the board name before clearing the isremote
580 flag from board_info.
581
ae6ae975
DE
5822015-01-31 Doug Evans <xdje42@gmail.com>
583
584 * gdb.base/maint.exp <maint print type argc>: Update expected output.
585
cfb069a8
GB
5862015-01-31 Gary Benson <gbenson@redhat.com>
587
588 * gdb.base/completion.exp: Disable completion limiting for
589 existing tests. Add new tests to check completion limiting.
590 * gdb.linespec/ls-errs.exp: Disable completion limiting.
591
5dd31d79
DE
5922015-01-31 Doug Evans <xdje42@gmail.com>
593
594 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
595
9f050062
DE
5962015-01-31 Doug Evans <xdje42@gmail.com>
597
598 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
599 entries. Duplicate file section script entries.
600 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
601 inlined entries. Add test for safe-path rejection.
602 * gdb.python/py-section-script.c: Add duplicate inlined section script
603 entries. Duplicate file section script entries.
604 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
605 inlined entries. Add test for safe-path rejection.
606
df25ebbd
JB
6072015-01-29 Joel Brobecker <brobecker@adacore.com>
608
609 * gdb.ada/disc_arr_bound: New testcase.
610
4a0ca9ec
JB
6112015-01-29 Joel Brobecker <brobecker@adacore.com>
612
613 * gdb.ada/mi_var_array: New testcase.
614
3a8b707a
DE
6152015-01-27 Doug Evans <dje@google.com>
616
617 * gdb.python/py-objfile.exp: Add tests for objfile.username.
618 Add test for objfile.filename, objfile.username after objfile
619 has been unloaded.
620
f8313f6e
JB
6212015-01-26 Joel Brobecker <brobecker@adacore.com>
622
623 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
624 the second test to print the name attribute of value
625 returned by the call to gdb.lookup_type, and adjust
626 the expected output accordingly.
627
37bc665e
MW
6282015-01-25 Mark Wielaard <mjw@redhat.com>
629
630 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
631 * gdb.base/disp-step-fork.c: Include unistd.h.
632 * gdb.base/siginfo-obj.c: Include stdio.h.
633 * gdb.base/siginfo-thread.c: Likewise.
634 * gdb.mi/non-stop.c: Include unistd.h.
635 * gdb.mi/nsthrexec.c: Include stdio.h.
636 * gdb.mi/pthreads.c: Include unistd.h.
637 * gdb.modula2/unbounded1.c (main): Declare returns int.
638 * gdb.reverse/consecutive-reverse.c: Likewise.
639 * gdb.threads/create-fail.c: Include unistd.h.
640 * gdb.threads/killed.c: Likewise.
641 * gdb.threads/linux-dp.c: Likewise.
642 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
643 * gdb.threads/non-ldr-exc-2.c: Likewise.
644 * gdb.threads/non-ldr-exc-3.c: Likewise.
645 * gdb.threads/non-ldr-exc-4.c: Likewise.
646 * gdb.threads/pthreads.c: Include unistd.h.
647 (main): Declare returns int.
648 * gdb.threads/tls-main.c (foo): New declaration.
649 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
650
f7e5394d
SM
6512015-01-23 Simon Marchi <simon.marchi@ericsson.com>
652
653 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
654 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
655
743649fd
MW
6562015-01-15 Mark Wielaard <mjw@redhat.com>
657
658 * gdb.base/noreturn-return.c: New file.
659 * gdb.base/noreturn-return.exp: New file.
660 * gdb.base/noreturn-finish.c: New file.
661 * gdb.base/noreturn-finish.exp: New file.
662
198297aa
PA
6632015-01-23 Pedro Alves <palves@redhat.com>
664
665 * gdb.threads/continue-pending-after-query.c: New file.
666 * gdb.threads/continue-pending-after-query.exp: New file.
667
717cf30c
AG
6682015-01-22 Anders Granlund <anders.granlund@ericsson.com>
669 Simon Marchi <simon.marchi@ericsson.com>
670
671 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
672 * gdb.base/valgrind-db-attach.exp: Same.
673 * gdb.base/valgrind-infcall.exp: Same.
674 * lib/mi-support.exp (default_mi_gdb_start): Same.
675 * lib/prompt.exp (default_prompt_gdb_start): Same.
676 * lib/gdb.exp (default_gdb_spawn): Same.
677 (gdb_interact): New.
678
679
4b62a76e
JK
6802015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
681
682 * gdb.compile/compile.exp (pointer to jit function): New test.
683
b4cdae6f
WW
6842015-01-17 Wei-cheng Wang <cole945@gmail.com>
685
686 * lib/gdb.exp (supports_process_record): Return true for
687 powerpc*-*-linux*.
688 (supports_reverse): Likewise.
689
d221e7ef
DB
6902015-01-15 Don Breazeal <donb@codesourcery.com>
691
692 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
693 instead of checking whether the target board is remote and
694 use spawn_wait_for_attach instead of exec/sleep.
695 * gdb.base/attach-twice.exp: Likewise.
696
bafffb51
JB
6972015-01-15 Joel Brobecker <brobecker@adacore.com>
698
699 * gdb.ada/var_arr_attrs: New testcase.
700
5589af0e
PA
7012015-01-14 Pedro Alves <palves@redhat.com>
702 Joel Brobecker <brobecker@adacore.com>
703
704 PR gdb/17525
705 * gdb.base/bp-cmds-execution-x-script.c: New file.
706 * gdb.base/bp-cmds-execution-x-script.exp: New file.
707 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
708
6c400b59
PA
7092015-01-14 Pedro Alves <palves@redhat.com>
710
711 PR cli/17828
712 * gdb.base/batch-preserve-term-settings.c: New file.
713 * gdb.base/batch-preserve-term-settings.exp: New file.
714
e02c96a7
DE
7152015-01-13 Doug Evans <dje@google.com>
716
717 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
718 binary.
719
576fd14c
JB
7202015-01-13 Joel Brobecker <brobecker@adacore.com>
721
722 * Makefile.in (clean mostlyclean): Do not delete *.py.
723
04dccad0
JB
7242015-01-13 Joel Brobecker <brobecker@adacore.com>
725
726 * gdb.python/py-lookup-type.exp: New file.
727
3d230f71
PA
7282015-01-12 Pedro Alves <palves@redhat.com>
729
730 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
731 restore GDBFLAGS before returning.
732
7e67715d
JK
7332015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
734
735 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
736 is_amd64_regs_target and is_x86_like_target.
737
f2e0d4b4
DE
7382015-01-11 Doug Evans <xdje42@gmail.com>
739
740 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
741 is given without an explicit form.
742 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
743 attributes.
744 * gdb.dwarf/corrupt.exp: Ditto.
745 * gdb.dwarf2/enum-type.exp: Ditto.
746 * gdb.trace/entry-values.exp: Ditto.
747 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
748
439250fb
DE
7492015-01-11 Doug Evans <xdje42@gmail.com>
750
751 PR gdb/15830
752 * gdb.base/maint.exp: Remove references to "maint demangle".
753 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
754 Add tests for explicitly specifying language to demangle.
755 * gdb.dlang/demangle.exp: Ditto.
756
ede9f622
PA
7572015-01-09 Pedro Alves <palves@redhat.com>
758
759 * gdb.threads/non-stop-fair-events.c: New file.
760 * gdb.threads/non-stop-fair-events.exp: New file.
761
a7b796db
PA
7622015-01-09 Pedro Alves <palves@redhat.com>
763
764 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
765 the global scope. Set a breakpoint after all threads are started
766 rather than stepping over two source lines. Expect the prompt.
767 * gdb.base/watch_thread_num.c (threads_started_barrier): New
768 global.
769 (NUM): Now 15.
770 (main): Use threads_started_barrier to wait for all threads to
771 start. Main thread no longer calls thread_function. Exit after
772 180 seconds.
773 (loop): New function.
774 (thread_function): Wait on threads_started_barrier barrier. Call
775 'loop' at each iteration.
776 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
777 threads have started, instead of hardcoding number of "next"
778 steps. Use an access watchpoint instead of a write watchpoint.
779
9665ffdd
PA
7802015-01-09 Pedro Alves <palves@redhat.com>
781
782 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
783 (thread_func): Wait on barrier.
784 (main): Wait for all threads to start before stopping GDB.
785 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
786 global.
787 (thread1_func, thread2_func): Wait on barrier.
788 (main): Wait for all threads to start before stopping GDB.
789 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
790 New global.
791 (thread1_func, thread2_func): Wait on barrier.
792 (main): Wait for all threads to start before stopping GDB.
793
c945a99f
PA
7942015-01-09 Pedro Alves <palves@redhat.com>
795
796 * gdb.threads/attach-many-short-lived-threads.c: New file.
797 * gdb.threads/attach-many-short-lived-threads.exp: New file.
798
c1a747c1
PA
7992014-01-09 Pedro Alves <palves@redhat.com>
800
801 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
802 instead of to thread 2.
803 * gdb.threads/signal-command-multiple-signals-pending.c (main):
804 Add barrier around each pthread_create call instead of around all
805 calls.
806 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
807 Set a break on thread_function and have the child threads hit it
808 one at at a time.
809
60b3033e
PA
8102015-01-09 Pedro Alves <palves@redhat.com>
811
812 * lib/gdb.exp (can_spawn_for_attach): New procedure.
813 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
814 false.
815 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
816 checking whether the target board is remote.
817 * gdb.multi/multi-attach.exp: Likewise.
818 * gdb.python/py-sync-interp.exp: Likewise.
819 * gdb.server/ext-attach.exp: Likewise.
820 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
821 tests that need to attach, instead of checking whether the target
822 board is remote at the top of the file.
823
acc018ac
YQ
8242015-01-08 Yao Qi <yao@codesourcery.com>
825
826 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
827
50a18af8
JK
8282015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
829
830 Fix testcase compilation.
831 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
832
8503d6e1
JB
8332015-01-06 Joel Brobecker <brobecker@adacore.com>
834
835 * gdb.python/py-type.exp: Add a couple test about empty
836 array creation, and negative-length array creation.
837
cc73dbcc
DE
8382015-01-02 Doug Evans <xdje42@gmail.com>
839
840 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
841
0300bbc7
DE
8422015-01-02 Doug Evans <dje@google.com>
843
844 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
845
9d85a0ec
YQ
8462014-12-29 Yao Qi <yao@codesourcery.com>
847
848 * gdb.trace/entry-values.exp: Update comments. Rename variable
849 bar_call_foo to returned_from_foo.
850
87186c6a
MMN
8512014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
852
853 PR gdb/17394
854 * gdb.linespec/break-asm-file.c: New file.
855 * gdb.linespec/break-asm-file.exp: New file.
856 * gdb.linespec/break-asm-file0.s: New file.
857 * gdb.linespec/break-asm-file1.s: New file.
858
1bab7383
YQ
8592014-12-18 Nigel Stephens <nigel@mips.com>
860 Maciej W. Rozycki <macro@codesourcery.com>
861
862 * gdb.base/float.exp: Handle the new output from "info float" on
863 MIPS targets.
864
1bc1068a
JK
8652014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
866
867 Fix MinGW compilation.
868 * gdb.compile/compile-ops.exp: Update untested message if
869 !skip_compile_feature_tests.
870 * gdb.compile/compile-setjmp.exp: Likewise.
871 * gdb.compile/compile-tls.exp: Likewise.
872 * gdb.compile/compile.exp: Likewise.
873 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
874 supported on this host".
875
b6615d10
DE
8762014-12-16 Doug Evans <xdje42@gmail.com>
877
878 * boards/stabs.exp: New file.
879
25dda427
AA
8802014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
881
882 * gdb.base/completion.exp: Adjust to format changes of "maint
883 print user-registers".
884
bf330350
CU
8852014-12-16 Catalin Udma <catalin.udma@freescale.com>
886
887 PR server/17457
888 * gdb.arch/aarch64-fp.c: New file.
889 * gdb.arch/aarch64-fp.exp: New file.
890
395cf596
SDJ
8912014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
892
893 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
894 r210637, r210913, r211666, r215400, r215817).
895
896 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
897 * dg-extract-results.py: New file.
898 * dg-extract-results.sh: Use it if the environment seems
899 suitable.
900
901 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
902
903 * dg-extract-results.py (parse_run): Handle warnings that
904 are printed before a test harness is run.
905
906 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
907
908 * dg-extract-results.py (Named): Remove __cmp__ method.
909 (output_variation): Use a key to sort variation.harnesses.
910
911 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
912
913 * dg-extract-results.py: For Python 3, force sys.stdout to
914 handle surrogate escape sequences.
915 (safe_open): New function.
916 (output_segment, main): Use it.
917
918 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
919
920 * dg-extract-results.py (Prog.result_re): Include options
921 in test name.
922
923 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
924
925 * dg-extract-results.py (output_variation): Always sort if
926 do_sum.
927
e882ef3c
SM
9282014-12-15 Simon Marchi <simon.marchi@ericsson.com>
929
930 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
931 as long as we get pagination notifications.
932
4992aa20
JM
9332014-12-15 Jason Merrill <jason@redhat.com>
934
935 * Makefile.in (check-gdb.%): Restore.
936 * README: Mention it.
937
c1b5a1a6
JB
9382014-12-13 Joel Brobecker <brobecker@adacore.com>
939
940 * gdb.ada/str_uninit: New testcase.
941
5537b577
JK
9422014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
943
944 PR symtab/17642
945 * gdb.base/vla-stub-define.c: New file.
946 * gdb.base/vla-stub.c: New file.
947 * gdb.base/vla-stub.exp: New file.
948
bb2ec1b3
TT
9492014-12-12 Phil Muldoon <pmuldoon@redhat.com>
950 Jan Kratochvil <jan.kratochvil@redhat.com>
951 Tom Tromey <tromey@redhat.com>
952
953 * configure.ac: Add gdb.compile/.
954 * configure: Regenerate.
955 * gdb.compile/Makefile.in: New file.
956 * gdb.compile/compile-ops.exp: New file.
957 * gdb.compile/compile-ops.c: New file.
958 * gdb.compile/compile-tls.c: New file.
959 * gdb.compile/compile-tls.exp: New file.
960 * gdb.compile/compile-constvar.S: New file.
961 * gdb.compile/compile-constvar.c: New file.
962 * gdb.compile/compile-mod.c: New file.
963 * gdb.compile/compile-nodebug.c: New file.
964 * gdb.compile/compile-setjmp-mod.c: New file.
965 * gdb.compile/compile-setjmp.c: New file.
966 * gdb.compile/compile-setjmp.exp: New file.
967 * gdb.compile/compile-shlib.c: New file.
968 * gdb.compile/compile.c: New file.
969 * gdb.compile/compile.exp: New file.
970 * lib/gdb.exp (skip_compile_feature_tests): New proc.
971
4ff709eb
TT
9722014-12-12 Tom Tromey <tromey@redhat.com>
973
974 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
975 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
976
6dddd6a5
DE
9772014-12-12 Doug Evans <dje@google.com>
978
979 * lib/gdb-python.exp (get_python_valueof): New function.
980 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
981
71c24708
AA
9822014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
983
984 * gdb.base/completion.exp: Add test for completion of "info
985 registers ".
986
3e29f34a
MR
9872014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
988
989 * gdb.base/func-ptrs.c: New file.
990 * gdb.base/func-ptrs.exp: New file.
991
fc126975
SM
9922014-12-10 Simon Marchi <simon.marchi@ericsson.com>
993
994 PR breakpoints/17012
995 * gdb.base/dprintf-detach.c: New file.
996 * gdb.base/dprintf-detach.exp: New file.
997
0a46d518
SM
9982014-12-10 Simon Marchi <simon.marchi@ericsson.com>
999
1000 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1001 * lib/gdb.exp (target_is_gdbserver): New procedure.
1002
a0be3e44
DE
10032014-12-08 Doug Evans <dje@google.com>
1004
1005 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1006
df1b803a
YQ
10072014-12-05 Yao Qi <yao@codesourcery.com>
1008
1009 * gdb.guile/scm-error.exp: Remove the third argument to
1010 gdb_remote_download.
1011 * gdb.guile/scm-frame-args.exp: Likewise.
1012 * gdb.guile/scm-section-script.exp: Likewise.
1013
ddb9f679
YQ
10142014-12-05 Yao Qi <yao@codesourcery.com>
1015
1016 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1017
86e4ed39
DE
10182014-12-04 Doug Evans <dje@google.com>
1019
1020 * gdb.python/py-objfile.exp: Add tests for
1021 objfile.add_separate_debug_file.
1022
7c50a931
DE
10232014-12-04 Doug Evans <dje@google.com>
1024
1025 * lib/gdb.exp (get_build_id): New function.
1026 (build_id_debug_filename_get): Rewrite to use it.
1027 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1028
621661e3
MR
10292014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1030
1031 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1032 `method(long)', not just 0x0.
1033 * gdb.cp/nsalias.exp: Align code labels to 4.
1034 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1035 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1036 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1037 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1038 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1039 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1040
29f0c3b7
DE
10412014-12-02 Doug Evans <dje@google.com>
1042
e1e061e7 1043 PR symtab/17602
29f0c3b7 1044 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 1045 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
1046 * gdb.cp/anon-ns.exp: Update.
1047
162078c8
NB
10482014-12-02 Nick Bull <nicholaspbull@gmail.com>
1049
1050 * gdb.python/py-events.py (inferior_call_handler): New.
1051 (register_changed_handler, memory_changed_handler): New.
1052 (test_events.invoke): Register new handlers.
1053 * gdb.python/py-events.exp: Add tests for inferior call,
1054 memory_changed and register_changed events.
1055
fdb09caf
AA
10562014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1057
1058 * gdb.base/execl-update-breakpoints.exp: Specify the link address
1059 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
1060 if the linker doesn't understand this.
1061
55cfb2c4
SM
10622014-12-01 Simon Marchi <simon.marchi@ericsson.com>
1063
1064 * gdb.python/python.exp: Change expected reply to help().
1065
9e8cd6df
YQ
10662014-12-01 Yao Qi <yao@codesourcery.com>
1067
1068 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
1069 AC_CONFIG_SUBDIRS(gdb.gdbtk).
1070 * configure: Re-generated.
1071
6c659fc2
SC
10722014-11-28 Siva Chandra Reddy <sivachandra@google.com>
1073
1074 * gdb.cp/chained-calls.cc: New file.
1075 * gdb.cp/chained-calls.exp: New file.
1076 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1077
d7fc3181
SM
10782014-11-28 Simon Marchi <simon.marchi@ericsson.com>
1079
1080 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1081 * gdb.dwarf2/symtab-producer.exp: Same.
1082 * gdb.gdb/python-interrupts.exp: Same.
1083 * gdb.gdb/python-selftest.exp: Same.
1084 * gdb.python/py-linetable.exp: Same.
1085 * gdb.python/py-type.exp: Same.
1086 * gdb.python/py-value-cc.exp: Same.
1087 * gdb.python/py-value.exp: Same.
1088
10e79639
YQ
10892014-11-28 Yao Qi <yao@codesourcery.com>
1090
1091 * gdb.base/break-probes.exp: Match library name prefixed with
1092 sysroot.
1093
f28a0564
SM
10942014-11-27 Simon Marchi <simon.marchi@ericsson.com>
1095
1096 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
1097 test expected output. Add parentheses for the call to print.
1098 Remove L suffix from integers.
1099
3fe1ce1d
DE
11002014-11-26 Doug Evans <dje@google.com>
1101
1102 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
1103
84429e27
YQ
11042014-11-22 Yao Qi <yao@codesourcery.com>
1105
1106 * gdb.trace/entry-values.c: Remove asms.
1107 (foo): Add foo_label.
1108 (bar): Add bar_label.
1109 * gdb.trace/entry-values.exp: Remove code computing foo's
1110 length and bar's length.
1111 (Dwarf::assemble): Invoke function_range for bar and use
1112 MACRO_AT_func for foo.
1113
26741859
YQ
11142014-11-22 Yao Qi <yao@codesourcery.com>
1115
1116 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
1117 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
1118 Use .Lgcc43_procstart instead of gcc43.
1119
45e44d27
JB
11202014-11-21 Joel Brobecker <brobecker@adacore.com>
1121
1122 * gdb.ada/n_arr_bound: New testcase.
1123
458c8db8
SDJ
11242014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1125
1126 PR breakpoints/10737
1127 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
1128 test_catch_syscall_multi_arch.
1129 (test_catch_syscall_multi_arch): New function.
1130
43f3e411
DE
11312014-11-20 Doug Evans <xdje42@gmail.com>
1132
1133 * gdb.base/maint.exp: Update expected output.
1134
0d7b2549
AA
11352014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1136
1137 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
1138 4-byte instruction on S390.
1139
8908fca5
JB
11402014-11-19 Joel Brobecker <brobecker@adacore.com>
1141
1142 * gdb.ada/arr_arr: New testcase.
1143
4a46959e
JB
11442014-11-19 Joel Brobecker <brobecker@adacore.com>
1145
1146 * gdb.ada/pkd_arr_elem: New Testcase.
1147
470e2f4e
LM
11482014-11-18 Luis Machado <lgustavo@codesourcery.com>
1149
1150 * gdb.reverse/break-precsave: Expect completion message for
1151 core file reads.
1152 * gdb.reverse/consecutive-precsave.exp: Likewise.
1153 * gdb.reverse/finish-precsave.exp: Likewise.
1154 * gdb.reverse/i386-precsave.exp: Likewise.
1155 * gdb.reverse/machinestate-precsave.exp: Likewise.
1156 * gdb.reverse/sigall-precsave.exp: Likewise.
1157 * gdb.reverse/solib-precsave.exp: Likewise.
1158 * gdb.reverse/step-precsave.exp: Likewise.
1159 * gdb.reverse/until-precsave.exp: Likewise.
1160 * gdb.reverse/watch-precsave.exp: Likewise.
1161
a267f3ad
AA
11622014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1163
1164 * gdb.base/bp-permanent.c: Include unistd.h.
1165 * gdb.python/py-framefilter-mi.c (main): Add return type.
1166 * gdb.python/py-framefilter.c (main): Likewise.
1167 * gdb.trace/actions-changed.c (main): Likewise.
1168
12084a9a
AA
11692014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1170
1171 * gdb.mi/until.c: Add eye-catchers.
1172 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
1173 line numbers.
1174
dc7e1a77
AA
11752014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1176
1177 * gdb.base/condbreak.exp: Drop references to removed non-prototype
1178 function header variants in break1.c.
1179 * gdb.base/ena-dis-br.exp: Likewise.
1180 * gdb.base/hbreak2.exp: Likewise.
1181 * gdb.reverse/until-precsave.exp: Drop references to removed
1182 non-prototype function header variants in ur1.c.
1183 * gdb.reverse/until-reverse.exp: Likewise.
1184
41c77605
PM
11852014-11-17 Petr Machata <pmachata@redhat.com>
1186
1187 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
1188 ${_cu_offset_size} bytes abbrev offset.
1189
34248c3a
DE
11902014-11-15 Doug Evans <xdje42@gmail.com>
1191
1192 PR symtab/17559
1193 * gdb.base/line-symtabs.exp: New file.
1194 * gdb.base/line-symtabs.c: New file.
1195 * gdb.base/line-symtabs.h: New file.
1196
646da059
YQ
11972014-11-14 Yao Qi <yao@codesourcery.com>
1198
1199 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
1200 (func): Add label func_label.
1201 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
1202 Replace low_pc and high_pc with MACRO_AT_range.
1203 Replace name, low_pc and high_pc with MACRO_AT_func.
1204
9301ebe6
YQ
12052014-11-14 Yao Qi <yao@codesourcery.com>
1206
1207 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
1208 Replace name, low_pc and high_pc with MACRO_AT_func.
1209
f166b542
YQ
12102014-11-14 Yao Qi <yao@codesourcery.com>
1211
1212 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
1213 produce debug information.
1214 * gdb.dwarf2/implptr-optimized-out.S: Removed.
1215
0f6e71e3
YQ
12162014-11-14 Yao Qi <yao@codesourcery.com>
1217
1218 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
1219 object and get function length.
1220 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
1221 with MACRO_AT_func.
1222 (top-level): Replace gdb_compile and clean_restart with
1223 prepare_for_testing.
1224 * gdb.dwarf2/main.c (main): Add label main_label.
1225
876c4df9
YQ
12262014-11-14 Yao Qi <yao@codesourcery.com>
1227
1228 * lib/dwarf.exp (function_range): New procedure.
1229 (Dwarf::_handle_macro_at_func): New procedure.
1230 (Dwarf::_handle_macro_at_range): New procedure.
1231 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
1232
02ad9cf1
YQ
12332014-11-14 Yao Qi <yao@codesourcery.com>
1234
1235 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
1236 (_handle_attribute): New procedure.
1237
a59add0c
AA
12382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1239
1240 * gdb.ada/cond_lang/foo.c (callme): Add return type.
1241 * gdb.base/call-sc.c (zed): Likewise.
1242 * gdb.base/checkpoint.c (main): Likewise.
1243 * gdb.base/dump.c (main): Likewise.
1244 * gdb.base/gcore.c (main): Likewise.
1245 * gdb.base/huge.c (main): Likewise.
1246 * gdb.base/multi-forks.c (main): Likewise.
1247 * gdb.base/pr10179-a.c (main): Likewise.
1248 * gdb.base/savedregs.c (main): Likewise.
1249 * gdb.base/sigaltstack.c (main): Likewise.
1250 * gdb.base/siginfo.c (main): Likewise.
1251 * gdb.base/structs.c (zed): Likewise.
1252 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
1253 * gdb.mi/mi-syn-frame.c (main): Likewise.
1254 * gdb.mi/until.c (foo, main): Likewise.
1255 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
1256 * gdb.base/solib-weak.c (foo): Declare.
1257 * gdb.base/attach-twice.c: Include stdio.h.
1258 * gdb.base/weaklib1.c: Likewise.
1259 * gdb.base/weaklib2.c: Likewise.
1260 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
1261 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
1262 unistd.h.
1263 * gdb.base/attach-pie-misread.c: Include stdlib.h.
1264 * gdb.mi/mi-exit-code.c: Likewise.
1265 * gdb.base/break-interp-lib.c: Include string.h.
1266 * gdb.base/coremaker.c: Likewise.
1267 * gdb.base/testenv.c: Likewise.
1268 * gdb.python/py-finish-breakpoint.c: Likewise.
1269 * gdb.base/inferior-died.c: Include sys/wait.h.
1270 * gdb.base/fileio.c: Include time.h.
1271 * gdb.base/async-shell.c: Include unistd.h.
1272 * gdb.base/dprintf-non-stop.c: Likewise.
1273 * gdb.base/info-os.c: Likewise.
1274 * gdb.mi/mi-console.c: Likewise.
1275 * gdb.mi/watch-nonstop.c: Likewise.
1276 * gdb.python/py-events.c: Likewise.
1277 * gdb.base/async.c (baz): Move up before its invocation.
1278 * gdb.base/code_elim2.c (my_global_func): Likewise.
1279 * gdb.base/skip-solib-lib.c (multiply): Likewise.
1280 * gdb.base/advance.c (func2): Likewise.
1281
3b5d5997
AA
12822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1283
1284 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
1285 variant.
1286 * gdb.base/annota3.c: Likewise.
1287 * gdb.base/async.c: Likewise.
1288 * gdb.base/average.c: Likewise.
1289 * gdb.base/call-ar-st.c: Likewise.
1290 * gdb.base/call-rt-st.c: Likewise.
1291 * gdb.base/call-sc.c: Likewise.
1292 * gdb.base/call-strs.c: Likewise.
1293 * gdb.base/ending-run.c: Likewise.
1294 * gdb.base/execd-prog.c: Likewise.
1295 * gdb.base/exprs.c: Likewise.
1296 * gdb.base/foll-exec.c: Likewise.
1297 * gdb.base/foll-fork.c: Likewise.
1298 * gdb.base/foll-vfork.c: Likewise.
1299 * gdb.base/funcargs.c: Likewise.
1300 * gdb.base/gcore.c: Likewise.
1301 * gdb.base/jump.c: Likewise.
1302 * gdb.base/langs0.c: Likewise.
1303 * gdb.base/langs1.c: Likewise.
1304 * gdb.base/langs2.c: Likewise.
1305 * gdb.base/mips_pro.c: Likewise.
1306 * gdb.base/nodebug.c: Likewise.
1307 * gdb.base/opaque0.c: Likewise.
1308 * gdb.base/opaque1.c: Likewise.
1309 * gdb.base/recurse.c: Likewise.
1310 * gdb.base/run.c: Likewise.
1311 * gdb.base/scope0.c: Likewise.
1312 * gdb.base/scope1.c: Likewise.
1313 * gdb.base/setshow.c: Likewise.
1314 * gdb.base/setvar.c: Likewise.
1315 * gdb.base/shmain.c: Likewise.
1316 * gdb.base/shr1.c: Likewise.
1317 * gdb.base/shr2.c: Likewise.
1318 * gdb.base/sigall.c: Likewise.
1319 * gdb.base/signals.c: Likewise.
1320 * gdb.base/so-indr-cl.c: Likewise.
1321 * gdb.base/solib2.c: Likewise.
1322 * gdb.base/structs.c: Likewise.
1323 * gdb.base/sum.c: Likewise.
1324 * gdb.base/vforked-prog.c: Likewise.
1325 * gdb.base/watchpoint.c: Likewise.
1326 * gdb.reverse/shr2.c: Likewise.
1327 * gdb.reverse/until-reverse.c: Likewise.
1328 * gdb.reverse/ur1.c: Likewise.
1329 * gdb.reverse/watch-reverse.c: Likewise.
1330
066a77c5
AA
13312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1332
1333 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
1334 variant.
1335 * gdb.base/sepdebug.exp: Drop references to removed code.
1336
4f204ea5
AA
13372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1338
1339 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
1340 variant. Preserve original line numbering.
1341 * gdb.base/list1.c: Likewise.
1342
3b377a3a
AA
13432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1344
1345 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
1346 variant.
1347 * gdb.base/break1.c: Likewise.
1348 * gdb.base/break.exp: Drop references to removed code.
1349
e444df73
AA
13502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1351
1352 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
1353 variant.
1354
8008f2a7
AA
13552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1356
1357 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
1358
a5a06887
AA
13592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1360
1361 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
1362 logic into perform_all_tests() and invoke it with and without
1363 function header prototypes.
1364 (do_function_calls): Remove conditional XFAIL for PR 5318.
1365 (rerun_and_prepare): Remove duplicate code.
1366 (perform_all_tests): New. Main logic moved here.
1367
44dba9b9
AA
13682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1369
1370 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
1371 code guarded by #ifdef NO_PROTOTYPES.
1372 (t_double_many_args): Likewise.
1373 (DEF_FUNC_MANY_ARGS_1): Likewise.
1374 (DEF_FUNC_VALUES_1): Likewise.
1375 (t_structs_ldc): Renamed from t_structs_fc in conditional code
1376 guarded by #ifdef PROTOTYPES.
1377
d1fbcd56
AA
13782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1379
1380 * gdb.mi/mi-console.c: Add eye-catcher.
1381 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
1382 instead of literal line number.
1383
b0e59b8f
AA
13842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1385
1386 * gdb.base/shr2.c: Add eye-catcher.
1387 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
1388 line number.
1389
78f98cca
AA
13902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1391
1392 * gdb.base/jump.c: Add eye-catchers.
1393 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
1394 numbers.
1395
58fa2af0
AA
13962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1397
1398 * gdb.base/execd-prog.c: Add eye-catchers.
1399 * gdb.base/foll-exec.c: Likewise.
1400 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
1401 line numbers.
1402
04e5059b
AA
14032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1404
1405 * gdb.base/ending-run.c: Add eye-catchers.
1406 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
1407 literal line numbers.
1408
dbfdb174
AA
14092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1410
1411 * gdb.base/call-rt-st.c: Add eye-catchers.
1412 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
1413 literal line numbers.
1414
888a2ade
AA
14152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1416
1417 * gdb.base/call-ar-st.c: Add eye-catchers.
1418 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
1419 literal line numbers.
1420
6acc2dde
AA
14212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1422
1423 * gdb.base/average.c: Add eye-catchers.
1424 * gdb.base/sum.c: Likewise.
1425 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
1426 regexps dynamically.
1427
9ecfcd1d
AA
14282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1429
1430 * gdb.base/solib1.c: Add eye-catchers.
1431 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
1432 literal line numbers.
1433
78708b7c
PA
14342014-11-12 Pedro Alves <palves@redhat.com>
1435
1436 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
1437 leader has exited.
1438
af48d08f
PA
14392014-11-12 Pedro Alves <palves@redhat.com>
1440
1441 * gdb.arch/i386-bp_permanent.c: New file.
1442 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
1443 (srcfile): Set to i386-bp_permanent.c.
1444 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
1445 that stepi does not execute the 'leave' instruction, instead of
1446 testing it does execute.
1447 * gdb.base/bp-permanent.c: New file.
1448 * gdb.base/bp-permanent.exp: New file.
1449
af3768e9
DE
14502014-11-10 Doug Evans <xdje42@gmail.com>
1451
1452 PR symtab/17564
1453 * gdb.base/symtab-search-order.exp: New file.
1454 * gdb.base/symtab-search-order.c: New file.
1455 * gdb.base/symtab-search-order-1.c: New file.
1456 * gdb.base/symtab-search-order-shlib-1.c: New file.
1457
9de00a4a
PA
14582014-11-07 Pedro Alves <palves@redhat.com>
1459
1460 PR gdb/17511
1461 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
1462 i?86-*-linux*.
1463
e0f52461
SC
14642014-11-03 Siva Chandra Reddy <sivachandra@google.com>
1465
1466 PR c++/17494
1467 * gdb.cp/pr17494.cc: New file.
1468 * gdb.cp/pr17494.exp: New file.
1469
6ce8c980
YQ
14702014-11-02 Yao Qi <yao@codesourcery.com>
1471
1472 * gdb.python/python.exp: Get working directory and match the
1473 output of "set extended-prompt \\w " with it.
1474
02be9a71
DE
14752014-10-30 Doug Evans <dje@google.com>
1476
1477 * gdb.python/py-objfile.exp: Add tests for setting random attributes
1478 in objfiles.
1479 * gdb.python/py-progspace.exp: Add tests for setting random attributes
1480 in progspaces.
1481
3bdff46b
LM
14822014-10-30 Janis Johnson <janisjo@codesourcery.com>
1483
1484 * gdb.base/fullpath-expand.exp: Skip for a remote host.
1485 * gdb.base/realname-expand.exp: Likewise.
1486 * gdb.linespec/macro-relative.exp: Likewise.
1487
ab917dfb
PA
14882014-10-29 Pedro Alves <palves@redhat.com>
1489
1490 PR gdb/17408
1491 * gdb.threads/schedlock.c (some_function): New function.
1492 (call_function): New global.
1493 (MAYBE_CALL_SOME_FUNCTION): New macro.
1494 (thread_function): Call it.
1495 * gdb.threads/schedlock.exp (get_args): Add description parameter,
1496 and use it instead of a global counter. Adjust all callers.
1497 (get_current_thread): Use "find current thread" for test message
1498 here rather than having all callers pass down the same string.
1499 (goto_loop): New procedure, factored out from ...
1500 (my_continue): ... this.
1501 (step_ten_loops): Change parameter from test message to command to
1502 use. Adjust.
1503 (list_count): Delete global.
1504 (check_result): New procedure, factored out from duplicate top
1505 level code.
1506 (continue tests): Wrap in with_test_prefix.
1507 (test_step): New procedure, factored out from duplicate top level
1508 code.
1509 (top level): Test "step" in combination with all scheduler-locking
1510 modes. Test "next" in combination with all scheduler-locking
1511 modes, and in combination with stepping over a function call or
1512 not.
1513 * gdb.threads/next-bp-other-thread.c: New file.
1514 * gdb.threads/next-bp-other-thread.exp: New file.
1515
d3d4baed
PA
15162014-10-29 Pedro Alves <palves@redhat.com>
1517
1518 PR python/17372
1519 * gdb.python/python.exp: Test a multi-line command that spawns
1520 interactive Python.
1521 * gdb.base/multi-line-starts-subshell.exp: New file.
1522
563e8d85
YQ
15232014-10-29 Yao Qi <yao@codesourcery.com>
1524
1525 * gdb.base/fileio.exp: Make directories on host.
1526
0ea4d52e
YQ
15272014-10-29 Yao Qi <yao@codesourcery.com>
1528
1529 * gdb.base/fileio.c (test_write): Close the file.
1530
7f5ef605
PA
15312014-10-28 Pedro Alves <palves@redhat.com>
1532
1533 PR gdb/12623
1534 * gdb.base/sigstep.c (no_handler): New global.
1535 (main): If 'no_handler is true, set the signal handlers to
1536 SIG_IGN.
1537 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
1538 with_sw_watch and no_handler parameters. Handle them.
1539 (top level) <stepping over handler when stopped at a breakpoint
1540 test>: Add a test axis for testing with a software watchpoint, and
1541 another for testing with the signal handler set to SIG_IGN.
1542 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
1543 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
1544
abbdbd03
PA
15452014-10-28 Pedro Alves <palves@redhat.com>
1546
1547 PR gdb/17511
1548 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
1549 * gdb.base/sigstep.exp (other_handler_location): New global.
1550 (advance): Support stepping into the signal handler, and running
1551 commands while in the handler.
1552 (in_handler_map): New global.
1553 (top level): In the advance test, add combinations for getting
1554 into the handler with stepping commands, and for running commands
1555 in the handler. Add comment descripting the advancei tests.
1556
1df4399f
PA
15572014-10-28 Pedro Alves <palves@redhat.com>
1558
1559 * gdb.base/sigstep.exp: Use build_executable instead of
1560 prepare_for_testing.
1561 (top level): Move code that starts GDB, runs to main and creates a
1562 display to ...
1563 (restart): ... this new procedure.
1564 (top level): Move backtrace from signal handler test to ...
1565 (validate_backtrace): ... this new procedure.
1566 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
1567 with_test_prefix. Always restart GDB.
1568 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
1569 with_test_prefix. Always restart GDB. No need to delete
1570 breakpoints after the test.
1571 (test_skip_handler): Remove prefix parameter.
1572 (skip_over_handler, breakpoint_to_handler)
1573 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
1574 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
1575 restart GDB. No need to delete breakpoints after the test.
1576 (top level): Use foreach to call the test procedures with
1577 different commands.
1578
a5b6e449
PA
15792014-10-28 Pedro Alves <palves@redhat.com>
1580
1581 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
1582 instead of GNATS numbers.
1583 * gdb.base/sigbpt.exp: Likewise.
1584 * gdb.base/siginfo.exp: Likewise.
1585 * gdb.base/sigstep.exp: Likewise.
1586
e5f8a7cc
PA
15872014-10-27 Pedro Alves <palves@redhat.com>
1588
1589 * gdb.base/sigstep.c (dummy): New global.
1590 (main): Issue a couple writes to the new global.
1591 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
1592 procedures.
1593 (skip_over_handler): Use test_skip_handler.
1594 (top level): Call skip_over_handler for stepi and nexti too.
1595 (breakpoint_over_handler): Use test_skip_handler.
1596 (top level): Call breakpoint_over_handler for stepi and nexti too.
1597
763905a3
YQ
15982014-10-27 Yao Qi <yao@codesourcery.com>
1599
1600 * gdb.trace/tfile.c (adjust_function_address)
1601 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
1602 function descriptor.
1603
6f259a23
DB
16042014-10-24 Don Breazeal <donb@codesourcery.com>
1605
1606 * gdb.base/foll-fork.exp (test_follow_fork,
1607 catch_fork_child_follow): Check for updated fork messages emitted
1608 from infrun.c.
1609 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
1610 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
1611 vfork_and_exec_child_follow_through_step): Check for updated vfork
1612 messages emitted from infrun.c.
1613
09dd9a69
PA
16142014-10-24 Pedro Alves <palves@redhat.com>
1615
1616 * gdb.base/corefile.exp: Remove references to ultrix.
1617 * gdb.base/interrupt.exp: Likewise.
1618 * gdb.base/whatis.exp: Likewise.
1619 * gdb.gdb/selftest.exp: Likewise.
1620 * gdb.threads/manythreads.exp: Likewise.
1621 * gdb.threads/print-threads.exp: Likewise.
1622 * gdb.threads/pthreads.exp:: Likewise.
1623 * gdb.threads/schedlock.exp: Likewise.
1624
3433cfa5
SC
16252014-10-24 Siva Chandra Reddy <sivachandra@google.com>
1626
1627 * gdb.cp/non-trivial-retval.cc: Add a test case.
1628 * gdb.cp/non-trivial-retval.exp: Add a test.
1629
092f880b
YQ
16302014-10-20 Yao Qi <yao@codesourcery.com>
1631
1632 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
1633 * gdb.python/py-objfile-script-gdb.py: New file.
1634 * gdb.python/py-objfile-script.exp: Update reference to
1635 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
1636 of remote_download. Remove the dest file.
1637
acbdb7f3
YQ
16382014-10-20 Yao Qi <yao@codesourcery.com>
1639
1640 * gdb.base/checkpoint.exp: Don't remove file copied on host.
1641 * gdb.base/step-line.exp: Likewise.
1642 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1643 * gdb.dwarf2/dw2-basic.exp: Likewise.
1644 * gdb.dwarf2/dw2-compressed.exp: Likewise.
1645 * gdb.dwarf2/dw2-filename.exp: Likewise.
1646 * gdb.dwarf2/dw2-intercu.exp: Likewise.
1647 * gdb.dwarf2/dw2-intermix.exp: Likewise.
1648 * gdb.dwarf2/dw2-producer.exp: Likewise.
1649 * gdb.dwarf2/mac-fileno.exp: Likewise.
1650 * gdb.python/py-frame-args.exp: Likewise.
1651 * gdb.python/py-framefilter.exp: Likewise.
1652 * gdb.python/py-mi.exp: Likewise.
1653 * gdb.python/py-objfile-script.exp: Likewise
1654 * gdb.python/py-pp-integral.exp: Likewise.
1655 * gdb.python/py-pp-re-notag.exp: Likewise.
1656 * gdb.python/py-prettyprint.exp: Likewise.
1657 * gdb.python/py-section-script.exp: Likewise.
1658 * gdb.python/py-typeprint.exp: Likewise.
1659 * gdb.python/py-xmethods.exp: Likewise.
1660 * gdb.stabs/weird.exp: Likewise.
1661 * gdb.xml/tdesc-regs.exp: Likewise.
1662
bd286a29
KCY
16632014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
1664
1665 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
1666 (out_cu): Use addr_len for the size of addresses.
1667 (out_line): Likewise. Size DW_LNE_set_address instruction
1668 according to addr_len.
1669 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
1670 (FUNC): Add START_INSNS to definition.
1671
673dc4a0
YQ
16722014-10-18 Yao Qi <yao@codesourcery.com>
1673
1674 * gdb.base/argv0-symlink.exp: Check argv[0] value if
1675 gdb_has_argv0 return true.
1676 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
1677 check [target_info exists noargs], check [gdb_has_argv0]
1678 instead.
1679 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1680 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
1681 procedures.
1682
4ffbba72
DE
16832014-10-17 Doug Evans <dje@google.com>
1684
1685 * gdb.python/py-events.exp: Update expected output for clear_objfiles
1686 event.
1687 * gdb.python/py-events.py: Add clear_objfiles event.
1688
d096d8c1
DE
16892014-10-17 Doug Evans <dje@google.com>
1690
1691 * gdb.python/py-objfile.exp: Test progspace attribute.
1692
a80db015
LM
16932014-10-17 Luis Machado <lgustavo@codesourcery.com>
1694
1695 * gdb.guile/scm-breakpoint.exp: Do not assume any
1696 directory separators when matching source file paths.
1697 * gdb.python/py-breakpoint.exp: Likewise.
1698 * gdb.reverse/break-precsave.exp: Likewise.
1699 * gdb.reverse/break-reverse.exp: Likewise.
1700 * gdb.reverse/consecutive-precsave.exp: Likewise.
1701 * gdb.reverse/finish-precsave.exp: Likewise.
1702 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
1703 * gdb.reverse/finish-reverse.exp: Likewise.
1704 * gdb.reverse/i386-precsave.exp: Likewise.
1705 * gdb.reverse/i387-env-reverse.exp: Likewise.
1706 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1707 * gdb.reverse/machinestate-precsave.exp: Likewise.
1708 * gdb.reverse/machinestate.exp: Likewise.
1709 * gdb.reverse/sigall-precsave.exp: Likewise.
1710 * gdb.reverse/solib-precsave.exp: Likewise.
1711 * gdb.reverse/step-precsave.exp: Likewise.
1712 * gdb.reverse/until-precsave.exp: Likewise.
1713 * gdb.reverse/watch-precsave.exp: Likewise.
1714 * gdb.reverse/watch-reverse.exp: Likewise.
1715
b22089ab
YQ
17162014-10-17 Yao Qi <yao@codesourcery.com>
1717
1718 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
1719 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
1720
6c4486e6
PA
17212014-10-17 Pedro Alves <palves@redhat.com>
1722
1723 PR gdb/17471
1724 * gdb.base/bg-execution-repeat.c: New file.
1725 * gdb.base/bg-execution-repeat.exp: New file.
1726
0ff33695
PA
17272014-10-17 Pedro Alves <palves@redhat.com>
1728
1729 PR gdb/17300
1730 * gdb.base/continue-all-already-running.c: New file.
1731 * gdb.base/continue-all-already-running.exp: New file.
1732
6fdebc3d
PA
17332014-10-17 Pedro Alves <palves@redhat.com>
1734
1735 PR gdb/17472
1736 * gdb.base/annota-input-while-running.c: New file.
1737 * gdb.base/annota-input-while-running.exp: New file.
1738
32a8097b
PA
17392014-10-17 Pedro Alves <palves@redhat.com>
1740
1741 * gdb.base/callfuncs.exp: emove references to osf.
1742 * gdb.base/sigall.exp: Likewise.
1743 * gdb.gdb/selftest.exp: Likewise.
1744 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1745 * gdb.mi/non-stop.c: Likewise.
1746 * gdb.mi/pthreads.c: Likewise.
1747 * gdb.reverse/sigall-precsave.exp: Likewise.
1748 * gdb.reverse/sigall-reverse.exp: Likewise.
1749 * gdb.threads/pthreads.c: Likewise.
1750 * gdb.threads/pthreads.exp: Likewise.
1751
7a3517ff
YQ
17522014-10-17 Yao Qi <yao@codesourcery.com>
1753
1754 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
1755 check 'target_info exists noargs'.
1756 (test_command_prompt_position): Likewise.
1757 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
1758 Remove "set args".
1759 (progvar_simple_while_test): Likewise.
1760 (progvar_complex_if_while_test): Likewise.
1761 (if_while_breakpoint_command_test): Likewise.
1762 (infrun_breakpoint_command_test): Likewise.
1763 (breakpoint_command_test): Likewise.
1764 (watchpoint_command_test): Likewise.
1765 (bp_deleted_in_command_test): Likewise.
1766 (temporary_breakpoint_commands): Likewise.
1767
bb99c472
YQ
17682014-10-16 Yao Qi <yao@codesourcery.com>
1769
1770 * gdb.base/remotetimeout.exp: Remove noargs checking.
1771
7c16b83e
PA
17722014-10-15 Pedro Alves <palves@redhat.com>
1773
1774 PR breakpoints/9649
1775 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
1776 * gdb.base/breakpoint-in-ro-region.exp
1777 (probe_target_hardware_step): New procedure.
1778 (top level): Probe hardware stepping and hardware breakpoint
1779 support. Test stepping through a read-only region, with both
1780 "breakpoint auto-hw" on and off and both "always-inserted" on and
1781 off.
1782
35a49624
IB
17832014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
1784
1785 * gdb.dlang/demangle.exp: Update for demangling changes.
1786
2d1c107c
SC
17872014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1788
1789 * gdb.cp/non-trivial-retval.cc: Add new test cases.
1790 * gdb.cp/non-trivial-retval.exp: Add new tests.
1791
778811d5
SC
17922014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1793
1794 PR c++/13403
1795 PR c++/15154
1796 * gdb.cp/non-trivial-retval.cc: New file.
1797 * gdb.cp/non-trivial-retval.exp: New file.
1798
10c5f0a8
YQ
17992014-10-15 Yao Qi <yao@codesourcery.com>
1800
1801 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
1802 remote host.
1803
65d7b369
YQ
18042014-10-15 Yao Qi <yao@codesourcery.com>
1805
1806 * gdb.python/py-symbol.exp: Match file base name if host is
1807 remote, otherwise match file name with dir name.
1808 * gdb.python/py-symtab.exp: Likewise.
1809 * gdb.python/python.exp: Likewise.
1810
46dc1394
YQ
18112014-10-15 Yao Qi <yao@codesourcery.com>
1812
1813 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
1814 pattern.
1815 * gdb.python/py-symtab.exp: Likewise.
1816 * gdb.python/python.exp: Remove trailing ".*". Fix typo
1817 locationn.
1818
c40cc657
JB
18192014-10-14 Joel Brobecker <brobecker@adacore.com>
1820
1821 * gdb.ada/addr_arith: New testcase.
1822
2abf49e1
MR
18232014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
1824
1825 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
1826 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
1827 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
1828 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
1829
f7088df3
SDJ
18302014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
1831
1832 * gdb.arch/stap-eval-lang-ada.S: Likewise.
1833 * gdb.arch/stap-eval-lang-ada.c: Likewise.
1834 * gdb.arch/stap-eval-lang-ada.exp: New file.
1835
4dc06805
YQ
18362014-10-14 Yao Qi <yao@codesourcery.com>
1837
1838 * gdb.mi/mi-var-child.c (nothing1): New function.
1839 (nothing2): New function.
1840 (do_children_tests): Set function pointers by nothing1 and
1841 nothing2.
1842 * gdb.mi/mi-var-child.exp: Step over new added statements.
1843 Update test to match the new output.
1844 * gdb.mi/var-cmd.c (nothing1): New function.
1845 (nothing2): New function.
1846 (do_children_tests): Set function pointers by nothing1 and
1847 nothing2.
1848 * gdb.mi/mi-var-display.exp: Update test to match output.
1849 Step to the line specified by $line_dct_nothing.
1850 Increase the number of lines to step.
1851
46a93de2
YQ
18522014-10-14 Yao Qi <yao@codesourcery.com>
1853
1854 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
1855 tests.
1856 * gdb.mi/mi2-var-child.exp: Likewise.
1857
14ea52ee
DE
18582014-10-13 Doug Evans <dje@google.com>
1859
1860 * gdb.python/py-objfile.exp: Change name of file name test.
1861
e5c6e92b
DE
18622014-10-13 Doug Evans <dje@google.com>
1863
1864 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
1865 from the start of the CU.
1866
c780cc2f
JK
18672014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1868 Yao Qi <yao@codesourcery.com>
1869
1870 Fix "save breakpoints" for "catch" command.
1871 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
1872 Remove -nonewline. Match also the added "main" line.
1873
99894e11
JK
18742014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1875
1876 Fix "save breakpoints" for "disable $bpnum" command.
1877 * gdb.base/save-bp.c (main): Add label.
1878 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
1879
6e1ac5a3
JK
18802014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1881
1882 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
1883
754dd2b0
YQ
18842014-10-11 Yao Qi <yao@codesourcery.com>
1885
1886 * gdb.server/server-kill.exp: Execute command
1887 "set remote trace-status-packet on" before "tstatus".
1888
f90183d7
YQ
18892014-10-11 Yao Qi <yao@codesourcery.com>
1890
1891 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
1892 (main): Call getppid.
1893 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
1894 and continue to it. Read variable "server_pid".
1895
bf40a607
YQ
18962014-10-11 Yao Qi <yao@codesourcery.com>
1897
1898 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
1899
052ca370
YQ
19002014-10-11 Yao Qi <yao@codesourcery.com>
1901
1902 * gdb.threads/thread-find.exp: Don't execute command
1903 "info threads".
1904 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
1905 * gdb.threads/linux-dp.exp: Don't check the condition
1906 $threads_created equals to zero.
1907
3831839c
PA
19082014-10-10 Pedro Alves <palves@redhat.com>
1909
1910 * gdb.base/bigcore.exp: Remove references to IRIX.
1911 * gdb.base/funcargs.exp: Likewise.
1912 * gdb.base/interrupt.exp: Likewise.
1913 * gdb.base/mips_pro.exp: Likewise.
1914 * gdb.base/nodebug.exp: Likewise.
1915 * gdb.base/setvar.exp: Likewise.
1916 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
1917
8b9a549d
PA
19182014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1919 Pedro Alves <palves@redhat.com>
1920
1921 PR symtab/14466
1922 * gdb.base/vdso-warning.c: New file.
1923 * gdb.base/vdso-warning.exp: New file.
1924
d48ba5e8
DE
19252014-10-02 Doug Evans <dje@google.com>
1926
1927 * gdb.base/structs.c (main): Don't run forever.
1928
2278c276
PA
19292014-10-02 Pedro Alves <palves@redhat.com>
1930
1931 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
1932 (top level) <stop threads 1, stop threads 2>: Use it.
1933
b57bacec
PA
19342014-10-02 Pedro Alves <palves@redhat.com>
1935
1936 * gdb.threads/break-while-running.exp (test): Add new
1937 'update_thread_list' argument. Skip "info threads" if false.
1938 (top level): Add new 'update_thread_list' axis.
1939
13fd3ff3
PA
19402014-10-02 Pedro Alves <palves@redhat.com>
1941
1942 PR breakpoints/17431
1943 * gdb.base/execl-update-breakpoints.c: New file.
1944 * gdb.base/execl-update-breakpoints.exp: New file.
1945
0fec99e8
PA
19462014-10-01 Pedro Alves <palves@redhat.com>
1947
1948 * gdb.base/breakpoint-in-ro-region.c: New file.
1949 * gdb.base/breakpoint-in-ro-region.exp: New file.
1950
2ddf4301
SM
19512014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1952
1953 * gdb.mi/mi-exit-code.exp: New file.
1954 * gdb.mi/mi-exit-code.c: New file.
1955
6a5f3f43
YQ
19562014-09-30 Yao Qi <yao@codesourcery.com>
1957
1958 * lib/prelink-support.exp (build_executable_own_libs): Error if
1959 the target isn't native.
1960
345bcc73
YQ
19612014-09-30 Yao Qi <yao@codesourcery.com>
1962
1963 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
1964 false.
1965
a25a5a45
PA
19662014-09-22 Pedro Alves <palves@redhat.com>
1967
1968 * gdb.threads/break-while-running.exp: New file.
1969 * gdb.threads/break-while-running.c: New file.
1970
00ba3162
YQ
19712014-09-19 Yao Qi <yao@codesourcery.com>
1972
1973 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
1974 Invoke test. Restart GDB with --readnow and invoke test again.
1975
c3b7b696
YQ
19762014-09-19 Yao Qi <yao@codesourcery.com>
1977
1978 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
1979 proc set_breakpoint_on_gcd_function. Invoke
1980 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
1981 invoke set_breakpoint_on_gcd_function again.
1982
2b4fd423
DE
19832014-09-18 Doug Evans <dje@google.com>
1984
1985 * gdb.dwarf2/symtab-producer.exp: New file.
1986
a5947601
SDJ
19872014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1988
1989 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
1990 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
1991 * gdb.base/global-var-nested-by-dso.c: Likewise.
1992 * gdb.base/global-var-nested-by-dso.exp: Likewise.
1993
91c19059
SDJ
19942014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1995 Pedro Alves <palves@redhat.com>
1996
1997 * gdb.base/watch-bitfields.exp: Pass string other than test file
1998 name to prepare_for_testing.
1999 (watch): New procedure.
2000 (expect_watchpoint): Use with_test_prefix.
2001 (top level): Factor out tests to ...
2002 (test_watch_location, test_regular_watch): ... these new
2003 procedures, and use with_test_prefix and gdb_continue_to_end.
2004
bb9d5f81
PP
20052014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2006
2007 PR breakpoints/12526
2008 * gdb.base/watch-bitfields.exp: New file.
2009 * gdb.base/watch-bitfields.c: New file.
2010
635856f5
PA
20112014-09-16 Pedro Alves <palves@redhat.com>
2012
2013 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2014 software and hardware addresses, not software address against
2015 itself.
2016
7280ceea
PA
20172014-09-16 Pedro Alves <palves@redhat.com>
2018
2019 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2020 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2021
428b16bd
PA
20222014-09-16 Pedro Alves <palves@redhat.com>
2023
2024 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2025 files.
2026 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2027 "*-*-vxworks*" throughout.
2028 * gdb.base/break.exp: Likewise.
2029 * gdb.base/default.exp: Likewise.
2030 * gdb.base/scope.exp: Likewise.
2031 * gdb.base/sepdebug.exp: Likewise.
2032 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2033 throughout.
2034 * gdb.base/run.c: Likewise.
2035 * gdb.base/sepdebug.c: Likewise.
2036 * gdb.hp/gdb.aCC/run.c: Likewise.
2037 * gdb.reverse/until-reverse.c: Likewise.
2038 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2039
666d413c
YQ
20402014-09-16 Yao Qi <yao@codesourcery.com>
2041
2042 * boards/local-remote-host-native.exp: New file.
2043
57cbd724
DE
20442014-09-14 Doug Evans <xdje42@gmail.com>
2045
2046 * gdb.threads/queue-signal.c (thread_count): New variable.
2047 (thread_count_mutex, thread_count_condvar): New variables.
2048 (incr_thread_count, wait_all_threads_running): New functions.
2049 (main): Wait for all threads to be in their thread functions.
2050
81219e53
DE
20512014-09-13 Doug Evans <xdje42@gmail.com>
2052
2053 * gdb.threads/queue-signal.c: New file.
2054 * gdb.threads/queue-signal.exp: New file.
2055
3714cea7
DE
20562014-09-13 Doug Evans <xdje42@gmail.com>
2057
2058 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2059 be consistent with what default_gdb_init uses.
2060 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2061 the plain text of the prompt. Add some logging printfs.
2062 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2063
fa43b1d7
PA
20642014-09-12 Pedro Alves <palves@redhat.com>
2065
2066 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2067 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2068 * gdb.arch/i386-size-overlap.exp: Likewise.
2069 * gdb.arch/i386-size.exp: Likewise.
2070 * gdb.arch/i386-unwind.exp: Likewise.
2071 * gdb.base/a2-run.exp: Likewise.
2072 * gdb.base/break.exp: Likewise.
2073 * gdb.base/charset.exp: Likewise.
2074 * gdb.base/chng-syms.exp: Likewise.
2075 * gdb.base/commands.exp: Likewise.
2076 * gdb.base/dbx.exp: Likewise.
2077 * gdb.base/find.exp: Likewise.
2078 * gdb.base/funcargs.exp: Likewise.
2079 * gdb.base/jit-simple.exp: Likewise.
2080 * gdb.base/reread.exp: Likewise.
2081 * gdb.base/sepdebug.exp: Likewise.
2082 * gdb.base/step-bt.exp: Likewise.
2083 * gdb.cp/mb-inline.exp: Likewise.
2084 * gdb.cp/mb-templates.exp: Likewise.
2085 * gdb.objc/basicclass.exp: Likewise.
2086 * gdb.threads/killed.exp: Likewise.
2087
9d9bf2df
EBM
20882014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2089
2090 PR tdep/17379
2091 * gdb.arch/powerpc-stackless.S: New file.
2092 * gdb.arch/powerpc-stackless.exp: New file.
2093
1cf2f1b0
JK
20942014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2095
2096 * gdb.base/attach.c: Include unistd.h.
2097 (main): Call alarm. Add label postloop.
2098 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
2099 gdb_breakpoint, gdb_continue_to_breakpoint.
2100 (test_command_line_attach_run): Kill ${testpid} in one exit path.
2101
98880d46
PA
21022014-09-11 Pedro Alves <palves@redhat.com>
2103
2104 PR gdb/17347
2105 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
2106 * gdb.base/attach.exp (test_command_line_attach_run): New
2107 procedure.
2108 (top level): Call it.
2109
4c92ff2c
PA
21102014-09-11 Pedro Alves <palves@redhat.com>
2111
2112 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
2113 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
2114 (do_command_attach_tests): Use spawn_wait_for_attach.
2115 * gdb.base/solib-overlap.exp: Likewise.
2116 * gdb.multi/multi-attach.exp: Likewise.
2117 * gdb.python/py-prompt.exp: Likewise.
2118 * gdb.python/py-sync-interp.exp: Likewise.
2119 * gdb.server/ext-attach.exp: Likewise.
2120
3adc1a7d
GKB
21212014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
2122
2123 * gdb.fortran/array-element.exp: Remove unexpected "continue"
2124 command in testcase. Simplify testcase.
2125
96334934
JB
21262014-09-10 Joel Brobecker <brobecker@adacore.com>
2127
2128 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
2129
eb479039
JB
21302014-09-10 Joel Brobecker <brobecker@adacore.com>
2131
2132 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
2133
deede10c
JB
21342014-09-10 Joel Brobecker <brobecker@adacore.com>
2135
2136 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
2137
7828a5f5
JB
21382014-09-10 Joel Brobecker <brobecker@adacore.com>
2139
2140 * gdb.dwarf2/dynarr-ptr.c: New file.
2141 * gdb.dwarf2/dynarr-ptr.exp: New file.
2142
33aeebcf
MR
21432014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2144
2145 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
2146 of 30 rather than hardcoding 120 for a slow test case. Take the
2147 `gdb,timeout' target setting into account for this calculation.
2148 Don't extend the timeout for the test cases that don't need it.
2149
7b415901
MR
21502014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2151
2152 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
2153 a factor of 2 for a slow test case. Take the `gdb,timeout'
2154 target setting into account for this calculation.
2155 * gdb.reverse/until-precsave.exp: Increase the timeout by
2156 a factor of 15 and 3 respectively rather than adding 120
2157 for a pair of slow test cases. Take the `gdb,timeout'
2158 target setting into account for this calculation.
2159
4a40f85a
MR
21602014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2161
2162 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
2163 timeout, don't pass one down to gdb_expect.
2164 (gdb_expect): Rework timeout selection.
2165
09635af7
MR
21662014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2167
2168 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
2169 exception on timeout.
2170 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
2171 (gdbserver_start_extended): Catch any `gdbserver_start' error
2172 exceptions.
2173 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
2174 * lib/mi-support.exp (mi_gdb_target_load): Catch any
2175 `gdbserver_gdb_load' error exceptions.
2176
2bdd10b7
MR
21772014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2178
2179 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
2180 120 on waiting for the TCP socket to open.
2181
316935f0
DE
21822014-09-09 Doug Evans <xdje42@gmail.com>
2183
2184 * gdb.base/default.exp (show_conv_list): Add _caller_is,
2185 _caller_matches, _any_caller_is, _any_caller_matches.
2186
83740597
DE
21872014-09-09 Doug Evans <xdje42@gmail.com>
2188
2189 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
2190
4c122fc3
YQ
21912014-09-09 Yao Qi <yao@codesourcery.com>
2192
2193 * gdb.mi/mi-var-display.exp: Set print symbol off.
2194
a9f116cb
GKB
21952014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
2196
2197 PR gdb/17035
2198 * gdb.base/commands.exp: Add tests to verify user-defined
2199 commands with empty bodies.
2200 * gdb.python/py-cmd.exp: Test that we don't show user-defined
2201 python commands in `show user command`.
2202 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
2203 scheme commands in `show user command`.
2204
c75bd3a2
JK
22052014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2206
2207 PR python/17355
2208 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
2209 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
2210 * gdb.python/py-framefilter-invalidarg.exp: New file.
2211 * gdb.python/py-framefilter-invalidarg.py: New file.
2212
faa42425
DE
22132014-09-06 Doug Evans <xdje42@gmail.com>
2214
2215 PR 15276
2216 * gdb.python/py-caller-is.c: New file.
2217 * gdb.python/py-caller-is.exp: New file.
2218
474ca4f6
SDJ
22192014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
2220
2221 PR gdb/17235
2222 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
2223 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
2224
eb0b0463
SDJ
22252014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
2226
2227 PR fortran/17237
2228 * gdb.fortran/print-formatted.exp: New file.
2229 * gdb.fortran/print-formatted.f90: Likewise.
2230
5f3b99cf
SS
22312014-09-03 Sasha Smundak <asmundak@google.com>
2232
2233 * gdb.python/py-frame.exp: Test Frame.read_register.
2234
7d793aa9
SDJ
22352014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
2236
2237 PR python/16699
2238 * gdb.python/py-completion.exp: New file.
2239 * gdb.python/py-completion.py: Likewise.
2240
fb0576e9
DE
22412014-08-28 Doug Evans <dje@google.com>
2242
2243 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
2244 eax,etc. are live with values set by gdb and thus the compiler can't
2245 use them.
2246 * gdb.arch/i386-pseudo.c (main): Ditto.
2247
ee92b0dd
DE
22482014-08-27 Doug Evans <dje@google.com>
2249
2250 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
2251
6649db35
DE
22522014-08-25 Doug Evans <dje@google.com>
2253
2254 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
2255 (main): Ditto.
2256
564b7600
DE
22572014-08-25 Doug Evans <dje@google.com>
2258
2259 * gdb.threads/thread-execl.exp: #include <stdio.h>.
2260
3881fb67
YQ
22612014-08-24 Yao Qi <yao@codesourcery.com>
2262
2263 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
2264 symbol off.
2265 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
2266
a05a36a5
DE
22672014-08-22 Doug Evans <dje@google.com>
2268
2269 PR 17276
2270 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
2271 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
2272 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
2273
7c343b48
YQ
22742014-08-22 Yao Qi <yao@codesourcery.com>
2275
2276 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
2277 * gdb.python/py-finish-breakpoint2.exp: Likewise.
2278 * gdb.python/python.exp: Likewise. Use .py file on the host
2279 instead of the build.
2280
22fd09ae
JK
22812014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2282
2283 * gdb.threads/gcore-stale-thread.c: New file.
2284 * gdb.threads/gcore-stale-thread.exp: New file.
2285
a8454a7c
PA
22862014-08-21 Pedro Alves <palves@redhat.com>
2287
2288 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
2289 * gdb.base/gcore-relro-pie.exp: Likewise.
2290 * gdb.base/gcore-relro.exp: Likewise.
2291 * gdb.base/gcore.exp: Likewise.
2292 * gdb.base/print-symbol-loading.exp: Likewise.
2293 * gdb.threads/gcore-thread.exp: Likewise.
2294 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
2295
2a31c623
PA
22962014-08-20 Pedro Alves <palves@redhat.com>
2297 Jan Kratochvil <jan.kratochvil@redhat.com>
2298
2299 * Makefile.in (EXTRA_RULES, CC): New variables, get from
2300 configure.
2301 (EXPECT): Handle READ1 being set.
2302 (all): Depend on EXTRA_RULES.
2303 (check-read1, expect-read1, read1.so, read1): New rules.
2304 * README (Testsuite Parameters): Document the READ1 make variable.
2305 (Race detection): New section.
2306 * configure: Regenerate.
2307 * configure.ac: If build==host==target, and running under a
2308 GNU/glibc system, add read1 to the extra Makefile rules.
2309 (EXTRA_RULES): AC_SUBST it.
2310 * lib/read1.c: New file.
2311
d36430db
JB
23122014-08-20 Joel Brobecker <brobecker@adacore.com>
2313
2314 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
2315 the handling of variables declared as a typedef to an array
2316 which a DW_AT_data_location attribute.
2317
9a0dc9e3
PA
23182014-08-19 Andrew Burgess <aburgess@broadcom.com>
2319 Pedro Alves <palves@redhat.com>
2320
2321 PR symtab/14604
2322 PR symtab/14605
2323 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
2324 gdb_test.
2325
0718a8da
PA
23262014-08-19 Pedro Alves <palves@redhat.com>
2327
2328 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
2329
13b448cd
YQ
23302014-08-19 Yao Qi <yao@codesourcery.com>
2331
2332 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
2333 right line.
2334
1cbf5077
DB
23352014-08-18 David Blaikie <dblaikie@gmail.com>
2336
2337 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
2338
bf0fae19
JB
23392014-08-18 Joel Brobecker <brobecker@adacore.com>
2340
2341 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
2342 attribute in array range.
2343
3c8c5dcc
JB
23442014-08-18 Joel Brobecker <brobecker@adacore.com>
2345
2346 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
2347
e66d4446
SC
23482014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2349
2350 PR c++/17132
2351 * gdb.cp/pr17132.cc: New file.
2352 * gdb.cp/pr17132.exp: New file.
2353
940df408
SC
23542014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2355
2356 * gdb.python/py-xmethods.py (A_getarrayind)
2357 (E_method_char_worker.__call__, E_method_int_worker.__call__):
2358 Use 'print' with function call syntax.
2359 (E_method_matcher.match): Fix tab vs space indentation mixup.
2360
ebcc6c3a
YQ
23612014-08-15 Yao Qi <yao@codesourcery.com>
2362
2363 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
2364 false.
2365
775e0f04
YQ
23662014-08-15 Yao Qi <yao@codesourcery.com>
2367
2368 * gdb.cp/casts.exp: Set print symbol off.
2369 * gdb.cp/class2.exp: Likewise.
2370 * gdb.cp/overload.exp: Likewise.
2371 * gdb.cp/templates.exp: Likewise.
2372
d769e349
DE
23732014-08-11 Doug Evans <dje@google.com>
2374
2375 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2376 (test_load_shlib): Update.
2377
20c6f1e1
YQ
23782014-08-09 Yao Qi <yao@codesourcery.com>
2379
2380 * gdb.base/display.exp: Invoke is_address_zero_readable.
2381 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
2382 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2383 * gdb.base/hbreak-unmapped.exp: Return if
2384 is_address_zero_readable returns true.
2385 * gdb.base/signest.exp: Likewise.
2386 * gdb.base/signull.exp: Likewise.
2387 * gdb.base/sigbpt.exp: Likewise.
2388 * gdb.guile/scm-disasm.exp: Do the test if
2389 is_address_zero_readable returns false.
2390 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
2391 * gdb.python/py-arch.exp: Likewise.
2392 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
2393 * lib/gdb.exp (is_address_zero_readable): New proc.
2394
5792e8e3
YQ
23952014-08-09 Yao Qi <yao@codesourcery.com>
2396
2397 PR testsuite/13443
2398 * gdb.mi/mi-var-display.exp: Make test messages unique.
2399
3cecbbbe
TT
24002014-08-04 Tom Tromey <tromey@redhat.com>
2401
2402 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
2403 target 0".
2404
00b51ff5
TT
24052014-08-04 Tom Tromey <tromey@redhat.com>
2406
2407 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
2408 "target_resume".
2409
6908c509
JB
24102014-08-01 Joel Brobecker <brobecker@adacore.com>
2411
2412 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
2413 inner_vla_struct_object_size.
2414 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
2415 as xfail.
2416
cc6563d2
PA
24172014-07-30 Pedro Alves <palves@redhat.com>
2418
2419 * gdb.threads/signal-command-handle-nopass.exp (test): Add
2420 comment.
2421
7e09a223
YQ
24222014-07-29 Yao Qi <yao@codesourcery.com>
2423
2424 PR gdb/17206
2425 * gdb.base/until-nodebug.exp: New.
2426
7ebdbe92
DE
24272014-07-28 Doug Evans <xdje42@gmail.com>
2428
2429 PR guile/17203
2430 * gdb.guile/scm-parameter.exp: Add tests for trying to create
2431 previously existing parameter, and previously ambiguously spelled
2432 parameter.
2433
fdb1adc6
WN
24342014-07-28 Will Newton <will.newton@linaro.org>
2435
2436 * gdb.base/varargs.exp: Remove KFAILs for ARM.
2437
186fcde0
DE
24382014-07-26 Ludovic Courtès <ludo@gnu.org>
2439 Doug Evans <xdje42@gmail.com>
2440
2441 PR guile/17146
2442 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
2443
70509625
PA
24442014-07-25 Pedro Alves <palves@redhat.com>
2445
2446 * gdb.threads/signal-command-handle-nopass.c: New file.
2447 * gdb.threads/signal-command-handle-nopass.exp: New file.
2448 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
2449 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
2450 * gdb.threads/signal-delivered-right-thread.c: New file.
2451 * gdb.threads/signal-delivered-right-thread.exp: New file.
2452
c3f814a1
PA
24532014-07-25 Pedro Alves <palves@redhat.com>
2454
2455 * gdb.base/double-prompt-target-event-error.exp
2456 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
2457 match.
2458 (cancel_pagination_in_target_event): Rework double prompt
2459 detection.
2460 * gdb.base/paginate-after-ctrl-c-running.exp
2461 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
2462 <return>' match.
2463 * gdb.base/paginate-bg-execution.exp
2464 (test_bg_execution_pagination_return)
2465 (test_bg_execution_pagination_cancel): Remove '-notransfer
2466 <return>' matches.
2467 * gdb.base/paginate-execution-startup.exp
2468 (test_fg_execution_pagination_return)
2469 (test_fg_execution_pagination_cancel): Remove '-notransfer
2470 <return>' matches.
2471 * gdb.base/paginate-inferior-exit.exp
2472 (test_paginate_inferior_exited): Remove '-notransfer <return>'
2473 match.
2474 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
2475 * lib/gdb.exp (pagination_prompt): Run text through
2476 string_to_regexp.
2477 (gdb_test_multiple): Match $pagination_prompt instead of
2478 "<return>".
2479 (string_to_regexp): Move to lib/gdb-utils.exp.
2480
e214cf6c
JK
24812014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2482
2483 * gdb.arch/amd64-entry-value-paramref.S: New file.
2484 * gdb.arch/amd64-entry-value-paramref.cc: New file.
2485 * gdb.arch/amd64-entry-value-paramref.exp: New file.
2486 * gdb.arch/amd64-optimout-repeat.S: New file.
2487 * gdb.arch/amd64-optimout-repeat.c: New file.
2488 * gdb.arch/amd64-optimout-repeat.exp: New file.
2489
17d0c5c8
JK
24902014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2491
2492 PR gdb/17170
2493 * gdb.base/statistics.exp: New file.
2494
b8b8facf
DE
24952014-07-17 Doug Evans <dje@google.com>
2496
74b49205 2497 PR gdb/17170
b8b8facf
DE
2498 * gdb.base/maint.exp: Update testing of per-command stats.
2499
1b5d0ab3
PA
25002014-07-16 Pedro Alves <palves@redhat.com>
2501
2502 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
2503 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
2504 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
2505 (tfile_write_buf): New functions.
2506 (add_memory_block): Rewrite using the above.
2507 (adjust_function_address): New function.
2508 (FUNCTION_ADDRESS): New macro.
2509 (write_basic_trace_file): Remove short_x local, and use
2510 tfile_write_16. Change type of func_addr local to unsigned long
2511 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
2512 here. Cast argument of add_memory_block to char pointer.
2513 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
2514 (main): Remove parameters.
2515 * gdb.trace/tfile.exp: Remove nowarnings.
2516
4d974e88
SM
25172014-07-15 Simon Marchi <simon.marchi@ericsson.com>
2518
2519 * gdb.base/debug-expr.exp: Test string evaluation with
2520 "debug expression" on.
2521
41e99568
PA
25222014-07-15 Pedro Alves <palves@redhat.com>
2523
2524 * gdb.base/reread.exp: Use clean_restart.
2525
487d9753
PL
25262014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
2527
2528 * gdb.arch/avr-flash-qualifer.c: New.
2529 * gdb.arch/avr-flash-qualifer.exp: New.
2530
cc1c52ad
PA
25312014-07-14 Pedro Alves <palves@redhat.com>
2532
2533 * gdb.base/paginate-after-ctrl-c-running.c: New file.
2534 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
2535
1e973570
PA
25362014-07-14 Pedro Alves <palves@redhat.com>
2537
2538 * gdb.base/double-prompt-target-event-error.c: New file.
2539 * gdb.base/double-prompt-target-event-error.exp: New file.
2540
93d6eb10
PA
25412014-07-14 Pedro Alves <palves@redhat.com>
2542
2543 PR gdb/17072
2544 * gdb.base/paginate-inferior-exit.c: New file.
2545 * gdb.base/paginate-inferior-exit.exp: New file.
2546
0017922d
PA
25472014-07-14 Pedro Alves <palves@redhat.com>
2548
2549 PR gdb/17072
2550 * gdb.base/paginate-bg-execution.c: New file.
2551 * gdb.base/paginate-bg-execution.exp: New file.
2552
94696ad3
PA
25532014-07-14 Pedro Alves <palves@redhat.com>
2554
2555 PR gdb/17072
2556 * gdb.base/paginate-execution-startup.c: New file.
2557 * gdb.base/paginate-execution-startup.exp: New file.
2558 * lib/gdb.exp (pagination_prompt): New global.
2559 (default_gdb_spawn): New procedure, factored out from
2560 default_gdb_spawn.
2561 (default_gdb_start): Adjust to call default_gdb_spawn.
2562 (gdb_spawn): New procedure.
2563
bd293940
PA
25642014-07-14 Pedro Alves <palves@redhat.com>
2565
2566 * lib/gdb.exp (gdb_assert): New procedure.
2567 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
2568
c933f875
PA
25692014-07-14 Pedro Alves <palves@redhat.com>
2570
2571 * gdb.base/execution-termios.c: New file.
2572 * gdb.base/execution-termios.exp: New file.
2573
d98b7a16
TT
25742014-07-14 Tom Tromey <tromey@redhat.com>
2575
2576 * gdb.cp/vla-cxx.cc: New file.
2577 * gdb.cp/vla-cxx.exp: New file.
2578
548740d6
TT
25792014-07-14 Tom Tromey <tromey@redhat.com>
2580
2581 * gdb.reverse/rerun-prec.c: New file.
2582 * gdb.reverse/rerun-prec.exp: New file.
2583
a25eb028
MR
25842014-07-12 Maciej W. Rozycki <macro@mips.com>
2585 Maciej W. Rozycki <macro@codesourcery.com>
2586
2587 * lib/gdb-utils.exp: New file.
2588 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
2589 inline `gdb_init_command' processing.
2590 (gdb_start_cmd): Likewise.
2591 * lib/mi-support.exp (mi_run_cmd): Likewise.
2592 * README: Document `gdb_init_command' and `gdb_init_commands'.
2593
218c2655
JK
25942014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2595
2596 Fix false FAIL running under a very long directory name.
2597 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
2598 and "set print elements 10000". Twice.
2599
5401fde3
YQ
26002014-07-11 Yao Qi <yao@codesourcery.com>
2601
2602 * gdb.base/exprs.exp: "set print symbol off".
2603
e76126e8
PA
26042014-07-11 Pedro Alves <palves@redhat.com>
2605
2606 * gdb.threads/kill.c: New file.
2607 * gdb.threads/kill.exp: New file.
2608
2d6f0de6
YQ
26092014-07-10 Yao Qi <yao@codesourcery.com>
2610
2611 * gdb.trace/tfile.c (write_basic_trace_file)
2612 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
2613 address written to trace file.
2614
7180e04a
PA
26152014-07-09 Pedro Alves <palves@redhat.com>
2616
2617 * gdb.base/attach-wait-input.exp: New file.
2618 * gdb.base/attach-wait-input.c: New file.
2619
9a9a7608
AB
26202014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2621
2622 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
2623 setting up test structures.
2624 (main): Call new test function.
2625 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
2626 test function, continue into test function and walk test
2627 structures.
2628
161ac41e
YQ
26292014-07-02 Yao Qi <yao@codesourcery.com>
2630
2631 * gdb.trace/entry-values.c: Define labels 'foo_start' and
2632 'bar_start' at the beginning of functions 'foo' and 'bar'
2633 respectively.
2634 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
2635 instead of 'foo' and 'bar'.
2636
1f267ae3
MM
26372014-07-08 Markus Metzger <markus.t.metzger@intel.com>
2638
2639 * gdb.btrace/segv.exp: New.
2640 * gdb.btrace/segv.c: New.
2641
2b239efb
LM
26422014-07-02 Luis Machado <lgustavo@codesourcery.com>
2643
2644 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
2645 instruction.
2646
cf363f18
MW
26472014-06-30 Mark Wielaard <mjw@redhat.com>
2648
2649 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
2650 vulture, vilify, villar): New volatile array constants.
2651 (vindictive, vegetation): New const volatile array constants.
2652 * gdb.base/volatile.exp: Test volatile and const volatile array
2653 types.
2654
aebf9d24
AA
26552014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2656
2657 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
2658 target lacks support for awatch, rwatch, or hbreak.
2659
b67a2c6f
YQ
26602014-06-27 Yao Qi <yao@codesourcery.com>
2661
2662 * gdb.multi/dummy-frame-restore.exp: New.
2663 * gdb.multi/dummy-frame-restore.c: New.
2664
aef92902
MM
26652014-06-25 Markus Metzger <markus.t.metzger@intel.com>
2666
2667 * gdb.btrace/gcore.exp: New.
2668
8e9db26e
PA
26692014-06-23 Pedro Alves <palves@redhat.com>
2670
2671 * gdb.base/watchpoint-reuse-slot.c: New file.
2672 * gdb.base/watchpoint-reuse-slot.exp: New file.
2673
70afc5b7
SC
26742014-06-23 Siva Chandra Reddy <sivachandra@google.com>
2675
2676 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
2677 progspace's filename in 'info', 'enable' and 'disable' command
2678 tests.
2679
b972bd9c
JK
26802014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2681
2682 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
2683 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2684 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
2685
125f8a3d
GB
26862014-06-20 Gary Benson <gbenson@redhat.com>
2687
2688 * gdb.arch/i386-avx.exp: Fix include file location.
2689 * gdb.arch/i386-sse.exp: Likewise.
2690
3ed9baed
IB
26912014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
2692
2693 * gdb.dlang/expression.exp: New file.
2694
034f788c
PA
26952014-06-19 Pedro Alves <palves@redhat.com>
2696
2697 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
2698 out from ...
2699 (top level): ... here. Iterate running tests under different
2700 scheduler-locking settings.
2701
45371d0c
LM
27022014-06-18 Luis Machado <lgustavo@codesourcery.com>
2703
2704 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
2705 to DW_FORM_addr and use non-zero addresses.
2706
5d376983
SC
27072014-06-18 Siva Chandra Reddy <sivachandra@google.com>
2708
2709 PR gdb/17017
2710 * gdb.python/py-xmethods.cc: Add global function call counters and
2711 increment them in their respective functions. Remove "cout"
2712 statements.
2713 * gdb.python/py-xmethods.exp: Make tests check the global function
2714 call counters instead of depending on inferior IO.
2715
a1aa2221
LM
27162014-06-18 Don Breazeal <donb@codesourcery.com>
2717
2718 * gdb.base/foll-fork.exp (default_fork_parent_follow):
2719 Deleted procedure.
2720 (explicit_fork_parent_follow): Deleted procedure.
2721 (explicit_fork_child_follow): Deleted procedure.
2722 (test_follow_fork): New procedure.
2723 (do_fork_tests): Replace calls to deleted procedures with
2724 calls to test_follow_fork and reset GDB for subsequent
2725 procedure calls.
2726
0fc05997
YQ
27272014-06-17 Yao Qi <yao@codesourcery.com>
2728
2729 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
2730 CP1252.
2731
70795c52
LM
27322014-06-17 Luis Machado <lgustavo@codesourcery.com>
2733
2734 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
2735 Initialize ptr and S explicitly.
2736 (skip_type_update_when_not_use_rtti_test): Likewise.
2737
6be47f0c
KS
27382014-06-16 Keith Seitz <keiths@redhat.com>
2739
2740 PR mi/15863
2741 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
2742 the inferior is started.
2743
d03de421
PA
27442014-06-16 Pedro Alves <palves@redhat.com>
2745
2746 * gdb.base/break-main-file-remove-fail.c: New file.
2747 * gdb.base/break-main-file-remove-fail.exp: New file.
2748 * gdb.base/break-unload-file.exp: Use build_executable instead of
2749 prepare_for_testing.
2750 (test_break): New parameter "initial_load". Handle it.
2751 (top level): Add initial_load cmdline/file axis.
2752
f9579b99
TT
27532014-06-12 Tom Tromey <tromey@redhat.com>
2754
2755 * gdb.base/completion.exp: Don't use directory name in test.
2756
3657956b
GB
27572014-06-09 Gary Benson <gbenson@redhat.com>
2758
2759 * gdb.base/sigall.c [Functions to send signals]: Reorder to
2760 separate the always-available ANSI-standard signals from the
2761 signals that require checking.
2762 (main): Likewise.
2763 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
2764 Likewise.
2765 (main): Likewise.
2766
4186eb54
KS
27672014-06-07 Keith Seitz <keiths@redhat.com>
2768
2769 Revert:
2770 PR c++/16253
2771 * gdb.cp/var-tag.cc: New file.
2772 * gdb.cp/var-tag.exp: New file.
2773 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2774 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2775 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2776 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2777
25326a28 27782014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
2779
2780 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
2781
829155c9
PA
27822014-06-06 Pedro Alves <palves@redhat.com>
2783
2784 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
2785 in target debug output instead of looking at RSP packets,
2786 disabling the test on any target that uses hardware stepping.
2787 Update comments.
2788
61c8d22e
PA
27892014-06-06 Pedro Alves <palves@redhat.com>
2790
2791 * gdb.base/break-unload-file.exp: Fix typo.
2792
d9a47287
YQ
27932014-06-06 Yao Qi <yao@codesourcery.com>
2794
2795 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
2796 from "jit_function" to "^jit_function".
2797
e5e01dbf
YQ
27982014-06-06 Yao Qi <yao@codesourcery.com>
2799
2800 * gdb.base/async.c (foo): Add one statement.
2801 * gdb.base/async.exp: Get the next instruction address and
2802 match the output of "nexti" by instruction address. Match
2803 the hex address in the output of "finish".
2804
73ba372c
GB
28052014-06-06 Gary Benson <gbenson@redhat.com>
2806
2807 * gdb.base/call-signals.c: Remove preprocessor conditionals
2808 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
2809 SIGSEGV and SIGTERM.
2810 * gdb.base/sigall.c: Likewise.
2811 * gdb.base/unwindonsignal.c: Likewise.
2812 * gdb.reverse/sigall-reverse.c: Likewise.
2813
831517df
YQ
28142014-06-06 Yao Qi <yao@codesourcery.com>
2815
2816 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
2817 readable, skip the test.
2818
b8b91e98
YQ
28192014-06-06 Yao Qi <yao@codesourcery.com>
2820
2821 * gdb.threads/staticthreads.c (thread_function): Move the line
2822 setting breakpoint on forward.
2823 * gdb.threads/staticthreads.exp: Update comments.
2824
fb934770
LC
28252014-06-05 Ludovic Courtès <ludo@gnu.org>
2826
2827 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
2828 "history-append! type error".
2829
6ef284bd
SM
28302014-06-05 Simon Marchi <simon.marchi@ericsson.com>
2831
2832 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
2833 erroneous dprintf expected input.
2834
a872e241
DE
28352014-06-04 Doug Evans <xdje42@gmail.com>
2836
2837 * gdb.guile/scm-generics.exp: Delete.
2838
16f691fb
DE
28392014-06-04 Doug Evans <xdje42@gmail.com>
2840
2841 * gdb.guile/scm-breakpoint.exp: Update.
2842 Add tests for breakpoint registration.
2843
012370f6
TT
28442014-06-04 Tom Tromey <tromey@redhat.com>
2845
2846 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
2847 VLA-in-union.
2848 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
2849 inner_vla_struct, vla_union types. Initialize objects of those
2850 types and compute their sizes.
2851
9f5a4cef
HZ
28522014-06-04 Nathan Sidwell <nathan@codesourcery.com>
2853 Hui Zhu <hui@codesourcery.com>
2854
2855 * gdb.base/fileio.exp: Add test for shell not available as well as
2856 available.
2857 * gdb.base/fileio.c (test_system): Check for shell twice.
2858
90a45c4d
YQ
28592014-06-04 Yao Qi <yao@codesourcery.com>
2860
2861 * gdb.base/auto-connect-native-target.exp: Remove redundant
2862 space from the regexp pattern.
2863
70017e41
YQ
28642014-06-04 Yao Qi <yao@codesourcery.com>
2865
2866 * gdb.base/default.exp: Replace "child" with "native" in
2867 regexp pattern.
2868
883964a7
SC
28692014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2870
2871 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
2872 * gdb.python/py-xmethods.exp: New tests to test xmethods.
2873 * gdb.python/py-xmethods.py: Python script supporting the
2874 new testcase and tests.
2875
ef370185
JB
28762014-06-03 Joel Brobecker <brobecker@adacore.com>
2877 Pedro Alves <palves@redhat.com>
2878
2879 PR breakpoints/17000
2880 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
2881 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
2882
1e2ccb61
BM
28832014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
2884
2885 * gdb.base/subst.exp: Add tests to verify partial path matching
2886 output.
2887
c6ec5ab2
PA
28882014-06-03 Pedro Alves <palves@redhat.com>
2889
2890 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
2891 target that doesn't use software single-stepping.
2892
835c559f
PA
28932014-06-03 Pedro Alves <palves@redhat.com>
2894
2895 PR breakpoints/17000
2896 * gdb.base/sss-bp-on-user-bp-2.c: New file.
2897 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
2898
06eb1586
DE
28992014-06-02 Doug Evans <xdje42@gmail.com>
2900
2901 * gdb.guile/scm-parameter.exp: New file.
2902
e698b8c4
DE
29032014-06-02 Doug Evans <xdje42@gmail.com>
2904
2905 * gdb.guile/scm-cmd.c: New file.
2906 * gdb.guile/scm-cmd.exp: New file.
2907
ded03782
DE
29082014-06-02 Doug Evans <xdje42@gmail.com>
2909
2910 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
2911 pretty-printer lookup.
2912 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
2913 (make-pp_s-printer): Call it.
2914 (make-pretty-printer-from-dict): New function.
2915 (lookup-pretty-printer-maker-from-dict): New function.
2916 (*pretty-printer*): Simplify.
2917 (make-objfile-pp_s-printer): New function.
2918 (install-objfile-pretty-printers!): New function.
2919 (make-progspace-pp_s-printer): New function.
2920 (install-progspace-pretty-printers!): New function.
2921 * gdb.guile/scm-progspace.c: New file.
2922 * gdb.guile/scm-progspace.exp: New file.
2923
41fac0cf
PA
29242014-06-02 Pedro Alves <palves@redhat.com>
2925
2926 * gdb.base/dprintf-bp-same-addr.c: New file.
2927 * gdb.base/dprintf-bp-same-addr.exp: New file.
2928
96ae5695
EBM
29292014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2930
2931 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
2932 * gdb.arch/powerpc-power.s: Likewise.
2933
da02b3a8
JB
29342014-06-02 Joel Brobecker <brobecker@adacore.com>
2935
2936 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
2937
c72b2e7b
YQ
29382014-06-01 Yao Qi <yao@codesourcery.com>
2939
2940 * gdb.base/watchpoint.exp (test_watch_location): Check null
2941 pointer can be dereferenced. If not, do the test, otherwise
2942 skip it.
2943
53e8a631
AB
29442014-05-30 Andrew Burgess <aburgess@broadcom.com>
2945
2946 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
2947 results.
2948 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
2949
938f0e2f
AB
29502014-05-30 Andrew Burgess <aburgess@broadcom.com>
2951
2952 * gdb.arch/amd64-invalid-stack-middle.S: New file.
2953 * gdb.arch/amd64-invalid-stack-middle.c: New file.
2954 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
2955 * gdb.arch/amd64-invalid-stack-top.c: New file.
2956 * gdb.arch/amd64-invalid-stack-top.exp: New file.
2957
9ba6657a
PA
29582014-05-30 Pedro Alves <palves@redhat.com>
2959
2960 PR breakpoints/17000
2961 * gdb.base/sss-bp-on-user-bp.c: New file.
2962 * gdb.base/sss-bp-on-user-bp.exp: New file.
2963
522c09bf
DB
29642014-05-30 David Blaikie <dblaikie@gmail.com>
2965
2966 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
2967 gnu_inline semantics via attribute.
2968 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
2969 source explicitly specifies the required semantics.
2970
bf4ef81e
MR
29712014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
2972
2973 * gdb.reverse/sigall-reverse.exp: Fix a typo.
2974
329ea579
PA
29752014-05-29 Pedro Alves <palves@redhat.com>
2976 Tom Tromey <tromey@redhat.com>
2977
2978 * gdb.base/async-shell.exp: Don't enable target-async.
2979 * gdb.base/async.exp
2980 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
2981 parameter. Adjust.
2982 (top level): Don't test with "target-async".
2983 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
2984 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
2985 * gdb.base/inferior-died.exp: Don't enable target-async.
2986 * gdb.base/interrupt-noterm.exp: Likewise.
2987 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
2988 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2989 * gdb.mi/mi-nonstop.exp: Likewise.
2990 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2991 * gdb.mi/mi-nsintrall.exp: Likewise.
2992 * gdb.mi/mi-nsmoribund.exp: Likewise.
2993 * gdb.mi/mi-nsthrexec.exp: Likewise.
2994 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2995 * gdb.multi/watchpoint-multi.exp: Adjust comment.
2996 * gdb.python/py-evsignal.exp: Don't enable target-async.
2997 * gdb.python/py-evthreads.exp: Likewise.
2998 * gdb.python/py-prompt.exp: Likewise.
2999 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3000 * gdb.server/solib-list.exp: Don't enable target-async.
3001 * gdb.threads/thread-specific-bp.exp: Likewise.
3002 * lib/mi-support.exp: Adjust to use mi-async.
3003
fd664c91
PA
30042014-05-29 Pedro Alves <palves@redhat.com>
3005
3006 PR gdb/13860
3007 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3008 reason, even in sync mode.
3009
251bde03
PA
30102014-05-29 Pedro Alves <palves@redhat.com>
3011 Hui Zhu <hui@codesourcery.com>
3012
3013 PR PR15693
3014 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3015 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3016 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3017 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3018
7f3c0343
JB
30192014-05-28 Joel Brobecker <brobecker@adacore.com>
3020
3021 * config/monitor.exp (gdb_target_monitor): Replace use of
3022 "set remotebaud" by "set serial baud".
3023
b2715b27
AW
30242014-05-26 Andy Wingo <wingo@igalia.com>
3025
3026 * gdb.guile/scm-breakpoint.exp:
3027 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3028 properties instead of gdb-object-properties.
3029
498a4489
YQ
30302014-05-26 Yao Qi <yao@codesourcery.com>
3031
3032 * gdb.server/no-thread-db.exp: Specify source file name
3033 explicitly when setting a breakpoint.
3034
589fdceb
MM
30352014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3036
3037 * gdb.btrace/vdso.c: New.
3038 * gdb.btrace/vdso.exp: New.
3039
e9089e05
MM
30402014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3041
3042 * gdb.base/gcore.exp (capture_command_output): Move ...
3043 * lib/gdb.exp (capture_command_output): ... here.
3044
67b5c0c1
MM
30452014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3046
3047 * gdb.btrace/data.exp: Test memory access during btrace replay.
3048
a2199296
SM
30492014-05-22 Simon Marchi <simon.marchi@ericsson.com>
3050
3051 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3052
17b2616c
PA
30532014-05-21 Pedro Alves <palves@redhat.com>
3054
3055 PR gdb/13860
3056 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3057 (top level): Test that output related to execution commands is
3058 sent to the console with CLI commands, but not with MI commands.
3059 Test that breakpoint events are always mirrored to the console.
3060 Also expect the new source line to be output after a "next" in
3061 async mode too. Make it a pass/fail test.
3062 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3063 output.
3064 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3065
5166082f
PA
30662014-05-21 Pedro Alves <palves@redhat.com>
3067
3068 * gdb.base/list.exp (build_pattern, test_list): New procedures.
3069 Use them to test variations of "list" after reaching a breakpoint.
3070 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3071 Test "list" with listsize 10 after reaching a breakpoint.
3072 * gdb.python/python.exp (decode_line current location line
3073 number): Adjust expected line number.
3074
2f25d70f
SM
30752014-05-21 Simon Marchi <simon.marchi@ericsson.com>
3076
3077 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3078 behavior for $args, pass it directly to "run".
3079
ff604a67
MR
30802014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3081
3082 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3083 30000 to 65536.
3084
6a3cb8e8
PA
30852014-05-21 Pedro Alves <palves@redhat.com>
3086
3087 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
3088 auto-connect-native-target off".
3089 * gdb.base/auto-connect-native-target.c: New file.
3090 * gdb.base/auto-connect-native-target.exp: New file.
3091
4ebfc96e
PA
30922014-05-21 Pedro Alves <palves@redhat.com>
3093
3094 * gdb.base/default.exp: Test "target native" instead of "target
3095 child".
3096
36d46afb
MW
30972014-05-21 Mark Wielaard <mjw@redhat.com>
3098
3099 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3100
5876f503
JK
31012014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3102
3103 Fix TLS access for -static -pthread.
3104 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
3105 <HAVE_TLS> (thread_function, main): Initialize it.
3106 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
3107 Add clean_restart.
3108 <$have_tls != "">: Check TLSVAR.
3109
0256a6ac
PA
31102014-05-21 Pedro Alves <palves@redhat.com>
3111
3112 * gdb.base/dcache-line-read-error.c: New.
3113 * gdb.base/dcache-line-read-error.exp: New.
3114
936d2992
PA
31152014-05-20 Pedro Alves <palves@redhat.com>
3116
3117 * gdb.base/compare-sections.c: New file.
3118 * gdb.base/compare-sections.exp: New file.
3119
802e8e6d
PA
31202014-05-20 Pedro Alves <palves@redhat.com>
3121
3122 * gdb.base/break-idempotent.c: New file.
3123 * gdb.base/break-idempotent.exp: New file.
3124
e59fa00f
MM
31252014-05-20 Markus Metzger <markus.t.metzger@intel.com>
3126
3127 * gdb.btrace/nohist.exp: New.
3128
8b696e31
YQ
31292014-05-20 Yao Qi <yao@codesourcery.com>
3130
3131 * lib/gdb.exp (gdb_init): Set timeout if test file is under
3132 gdb.reverse directory and gdb_reverse_timeout exists in board
3133 setting.
3134 * README: Document gdb_reverse_timeout.
3135
73c9764f
YQ
31362014-05-20 Yao Qi <yao@codesourcery.com>
3137
3138 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
3139 'test_file_name'. Treat args as a string instead of a list.
3140 (gdb_init): Rename argument 'args' by 'test_file_name'.
3141
f1f4348a
JK
31422014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3143
3144 * gdb.arch/powerpc-power.exp: New file.
3145 * gdb.arch/powerpc-power.s: New file.
3146
0dbe70ce
DE
31472014-05-16 Doug Evans <dje@google.com>
3148
3149 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
3150 * gdb.base/completion.exp: Check that all expected files exist
3151 before doing file completion.
0dbe70ce 3152
8d551b02
DE
31532014-05-16 Doug Evans <dje@google.com>
3154
3155 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
3156 Update.
3157 (do_syscall_tests_without_xml): Update.
3158
73eb7709
PA
31592014-05-16 Pedro Alves <palves@redhat.com>
3160
3161 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
3162 instead of "unknown output after running".
3163
3fae92fc
YQ
31642014-05-16 Yao Qi <yao@codesourcery.com>
3165
3166 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
3167 file1.txt from host at the end.
3168 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3169
c2b2ccc5
DE
31702014-05-15 Doug Evans <dje@google.com>
3171
3172 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
3173 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
3174 loading file. Add test for TU lookup.
3175
8c217a4b
SM
31762014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3177
3178 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
3179 calling "-exec-arguments" or "set args" before running the
3180 inferior.
3181
3deb39c6
SM
31822014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3183
3184 * lib/mi-support.exp (mi_expect_stop): Expect message for
3185 inferiors that exit with non-zero exit code.
3186
71a79f8c
YQ
31872014-05-14 Yao Qi <yao@codesourcery.com>
3188
3189 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
3190 match absolute path on remote host.
3191 (test_file_list_exec_source_files): Remove "/" from the
3192 pattern.
3193
f23fcd46
YQ
31942014-05-14 Yao Qi <yao@codesourcery.com>
3195
3196 * boards/local-remote-host-notty.exp (${board}_file): New
3197 proc.
3198
9404b58f
KM
31992014-05-07 Kyle McMartin <kyle@redhat.com>
3200
3201 Pushed by Joel Brobecker <brobecker@adacore.com>.
3202 * gdb.arch/aarch64-atomic-inst.c: New file.
3203 * gdb.arch/aarch64-atomic-inst.exp: New file.
3204
5e45f04c
YQ
32052014-05-07 Yao Qi <yao@codesourcery.com>
3206
3207 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
3208 in current context" too.
3209
c888a17d
KS
32102014-05-05 Keith Seitz <keiths@redhat.com>
3211
3212 * gdb.linespec/ls-dollar.exp: Add test for linespec
3213 file:convenience_variable.
3214
290a839c
YQ
32152014-05-05 Yao Qi <yao@codesourcery.com>
3216
3217 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
3218 traceframes into tfile and ctf trace files. Read data from
3219 trace file and test collected data.
3220 (gdb_collect_locals_test): Likewise.
3221 (gdb_unavailable_registers_test): Likewise.
3222 (gdb_unavailable_floats): Likewise.
3223 (gdb_collect_globals_test): Likewise.
3224 (top-level): Append "ctf" to trace_file_targets if GDB
3225 supports.
3226
b5262cd0
YQ
32272014-05-05 Yao Qi <yao@codesourcery.com>
3228
3229 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
3230 code to ...
3231 (gdb_collect_args_test_1): ... it. New proc.
3232 (gdb_collect_locals_test): Move some code to ...
3233 (gdb_collect_locals_test_1): ... it. New proc.
3234 (gdb_unavailable_registers_test): Move some code to ...
3235 (gdb_unavailable_registers_test_1): ... it. New proc.
3236 (gdb_unavailable_floats): Move some code to ...
3237 (gdb_unavailable_floats_1): ... it. New proc.
3238
30a1e6cc
SDJ
32392014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3240
3241 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
3242 probes to test for bitness recognition.
3243 * gdb.arch/amd64-stap-optional-prefix.exp
3244 (test_probe_value_without_reg): New procedure.
3245 Add code to test for different kinds of bitness.
3246
f33da99a
SDJ
32472014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3248
3249 PR breakpoints/16889
3250 * gdb.arch/amd64-stap-optional-prefix.S: New file.
3251 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3252
5b80f00d
PA
32532014-05-01 Pedro Alves <palves@redhat.com>
3254
3255 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
3256 gdb_file_cmd if no file is specified.
3257 * boards/native-extended-gdbserver.exp (gdb_load): Use the
3258 last_loaded_file to set the remote exec-file.
3259
f8c2a73c
PA
32602014-05-01 Pedro Alves <palves@redhat.com>
3261
3262 * boards/local-remote-host.exp: New file.
3263
be6e8ac7
PA
32642014-05-01 Pedro Alves <palves@redhat.com>
3265
3266 * boards/local-remote-host.exp: Rename to ...
3267 * boards/local-remote-host-notty.exp: ... this.
3268
cac0dc8f
JB
32692014-04-28 Joel Brobecker <brobecker@adacore.com>
3270
3271 * gdb.ada/dyn_arrayidx: New testcase.
3272
9730e6cc
YQ
32732014-04-26 Yao Qi <yao@codesourcery.com>
3274
3275 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
3276 and compute the length of function main. Save it in
3277 $main_length.
3278 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
3279 (top-level): Use gdb_compile to compile objects into
3280 executable and restart GDB. Remove invocation to
3281 prepare_for_testing.
3282
7ae1a6a6
PA
32832014-04-25 Simon Marchi <simon.marchi@ericsson.com>
3284 Pedro Alves <palves@redhat.com>
3285
3286 PR server/16255
3287 * gdb.multi/multi-attach.c: New file.
3288 * gdb.multi/multi-attach.exp: New file.
3289
4082afcc
PA
32902014-04-25 Pedro Alves <palves@redhat.com>
3291
3292 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
3293 user.
3294 (top level): Test that "set remote conditional-breakpoints-packet
3295 off" works as intended.
3296 * gdb.base/dprintf.exp: Test that "set remote
3297 breakpoint-commands-packet off" works as intended.
3298 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
3299 New function.
3300 (top level): Call it.
3301 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
3302 remote fast-tracepoints-packet off" works as intended.
3303 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
3304 * lib/gdb.exp (gdb_is_target_remote): ... here.
3305
2abc3f8d
DB
33062014-04-24 David Blaikie <dblaikie@gmail.com>
3307
3308 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
3309 ensure clang would not discard them.
3310 * gdb.base/gdbvars.c: Ditto.
3311 * gdb.base/memattr.c: Ditto.
3312 * gdb.base/whatis.c: Ditto.
3313 * gdb.python/py-prettyprint.c: Ditto.
3314 * gdb.trace/actions.c: Ditto.
3315 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
3316 ensure clang would not discard it.
3317
bfd39632
DB
33182014-04-24 David Blaikie <dblaikie@gmail.com>
3319
3320 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
3321 clang to emit the full definition of type required by the test
3322 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
3323
22842ff6
DB
33242014-04-24 David Blaikie <dblaikie@gmail.com>
3325
3326 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
3327 coax Clang into emitting the definition of the type.
3328 * gdb.cp/pr10728-x.h (y): Ditto.
3329 * gdb.cp/pr10728-y.cc (y): Ditto.
3330
c2e827ad
DB
33312014-04-24 David Blaikie <dblaikie@gmail.com>
3332
3333 * gdb.base/label.exp: XFAIL label related tests under Clang.
3334 * gdb.cp/cplabel.exp: Ditto.
3335 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
3336 under Clang those using labels.
3337
4c2d33e7
YQ
33382014-04-25 Yao Qi <yao@codesourcery.com>
3339
3340 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
3341 double_label.
3342 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
3343 partial_label and double_label.
3344
56083b99
DB
33452014-04-24 David Blaikie <dblaikie@gmail.com>
3346
3347 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
3348
25d4e99d
DB
33492014-04-24 David Blaikie <dblaikie@gmail.com>
3350
3351 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
3352 of the function to work across GCC and Clang.
3353 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
3354 pointer types (const void ** const V void **).
3355
01f9f808
MS
33562014-04-24 Michael Sturm <michael.sturm@mintel.com>
3357 Walfred Tedeschi <walfred.tedeschi@intel.com>
3358
3359 * Makefile.in (EXECUTABLES): Added i386-avx512.
3360 * gdb.arch/i386-avx512.c: New file.
3361 * gdb.arch/i386-avx512.exp: Likewise.
3362
4b48d439
KS
33632014-04-23 Keith Seitz <keiths@redhat.com>
3364
3365 * lib/mi-support.exp (mi_list_breakpoints): Delete.
3366 (mi_make_breakpoint_table): New procedure.
3367 (mi_create_breakpoint): Use mi_make_breakpoint
3368 and return the result.
3369 (mi_make_breakpoint): New procedure.
3370 (mi_build_kv_pairs): New procedure.
3371
3372 * gdb.mi/mi-break.exp: Remove unused globals,
3373 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
3374 All callers updated.
3375 * gdb.mi/mi-dprintf.exp: Use variable to track command
3376 number.
3377 Update all callers of mi_create_breakpoint and use
3378 mi_make_breakpoint_table.
3379 Remove any unused global variables.
3380 * gdb.mi/mi-nonstop.exp: Likewise.
3381 * gdb.mi/mi-nsintrall.exp: Likewise.
3382 * gdb.mi/mi-nsmoribund.exp: Likewise.
3383 * gdb.mi/mi-nsthrexec.exp: Likewise.
3384 * gdb.mi/mi-reverse.exp: Likewise.
3385 * gdb.mi/mi-simplerun.exp: Likewise.
3386 * gdb.mi/mi-stepn.exp: Likewise.
3387 * gdb.mi/mi-syn-frame.exp: Likewise.
3388 * gdb.mi/mi-until.exp: Likewise.
3389 * gdb.mi/mi-var-cp.exp: Likewise.
3390 * gdb.mi/mi-var-display.exp: Likewise.
3391 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3392 * gdb.mi/mi2-var-child.exp: Likewise.
3393 * gdb.mi/mi-vla-c99.exp: Likewise.
3394 * lib/mi-support.exp: Likewise.
3395
3396 From Ian Lance Taylor <iant@cygnus.com>:
3397 * lib/gdb.exp (parse_args): New procedure.
3398
08351840
PA
33992014-04-23 Pedro Alves <palves@redhat.com>
3400
3401 * gdb.base/break-unload-file.c: New file.
3402 * gdb.base/break-unload-file.exp: New file.
3403 * gdb.base/sym-file-lib.c (baz): New function.
3404 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
3405 field.
3406 (load): Store the segment's mapped size.
3407 (unload): New function.
3408 (unload_shlib): New function.
3409 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
3410 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
3411 set a breakpoint at baz, and call it.
3412 * gdb.base/sym-file.exp: New tests for stale breakpoint
3413 instructions.
3414
076855f9
PA
34152014-04-23 Pedro Alves <palves@redhat.com>
3416
3417 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
3418 * gdb.base/hbreak-in-shr-unsupported.c: New file.
3419 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
3420 * gdb.base/hbreak-unmapped.c: New file.
3421 * gdb.base/hbreak-unmapped.exp: New file.
3422 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
3423 * lib/gdb.exp (gdb_is_target_remote): ... here.
3424
483805cf
PA
34252014-04-22 Pedro Alves <palves@redhat.com>
3426
3427 * gdb.base/consecutive-step-over.c: New file.
3428 * gdb.base/consecutive-step-over.exp: New file.
3429
06d97543
PA
34302014-04-22 Pedro Alves <palves@redhat.com>
3431
3432 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
3433 instead of send_gdb/gdb_expect.
3434
b4429ea2
YQ
34352014-04-22 Yao Qi <yao@codesourcery.com>
3436
3437 * lib/trace-support.exp (generate_tracefile): New procedure.
3438 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
3439 return 0.
3440 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
3441 if generate_tracefile returns 1.
3442
51d48146
PA
34432014-04-18 Tom Tromey <palves@redhat.com>
3444 Pedro alves <tromey@redhat.com>
3445
3446 PR backtrace/15558
3447 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
3448 with a backtrace limit.
3449 * gdb.python/py-frame-inline.exp: Test running to an inline
3450 function with a backtrace limit, and printing the newest frame.
3451 * gdb.python/py-frame-inline.c (main): Call f.
3452
bd1dce5f
MS
34532014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3454
3455 * gdb.java/jnpe.exp: Drop srcdir from untested path.
3456
40d1a503
MS
34572014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3458
3459 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
3460 Drop prefix from unsupported source file path.
3461
389b98f7
YQ
34622014-04-17 Yao Qi <yao@codesourcery.com>
3463
3464 * lib/gdb.exp (with_target_charset): New proc.
3465 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
3466 with_target_charset.
3467 (test_print_strings): Likewise.
3468 (test_repeat_bytes): Likewise.
3469 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
3470 for some tests.
3471
22869d73
KS
34722014-04-16 Keith Seitz <keiths@redhat.com>
3473
3474 PR gdb/15827
3475 * gdb.dwarf2/corrupt.c: New file.
3476 * gdb.dwarf2/corrupt.exp: New file.
3477
c4f87ca6
KS
34782014-04-16 Keith Seitz <keiths@redhat.com>
3479
3480 PR c++/16597
3481 * gdb.cp/namelessclass.cc: New file.
3482 * gdb.cp/namelessclass.exp: New file.
3483 * gdb.cp/namelessclass.S: New file.
3484
ab19de87
DE
34852014-04-16 Doug Evans <dje@google.com>
3486
3487 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
3488 Add comment.
3489 (gdbserver_default_get_comm_port): New function.
3490 (gdbserver_start): Check if board file provided
3491 "gdbserver,get_comm_port" and use it if so.
3492 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
3493 (gdb,socketport): Set to "stdio".
3494 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
3495 (stdio_gdbserver_template): Delete.
3496 (${board}_get_remote_address): Update.
3497 (${board}_build_remote_cmd): Delete.
3498 (${board}_get_comm_port): New function.
3499 (${board}_spawn): Update.
3500 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
3501 Delete.
3502 (${board}_get_remote_address): Update.
3503 (${board}_get_comm_port): New function.
3504
fc98a809
AB
35052014-04-16 Andrew Burgess <aburgess@broadcom.com>
3506
3507 * gdb.base/memattr.exp: Improve regexps to handle memory regions
3508 appearing in any order.
3509
87fd9e6e
DE
35102014-04-15 Doug Evans <dje@google.com>
3511
3512 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
3513 uninitialized value of "description".
3514
099fc3ea
KS
35152014-04-15 Keith Seitz <keiths@redhat.com>
3516
3517 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
3518 Remove unused globals.
3519 (test_running_the_program): Likewise.
3520 (test_controlled_execution): Likewise.
3521 (test_controlling_breakpoints): Likewise.
3522 (test_program_termination): Likewise.
3523
5da151d4
KS
35242014-04-15 Keith Seitz <keiths@redhat.com>
3525
3526 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
3527 unused globals.
3528 (test_rbreak_creation_and_listing): Likewise.
3529 (test_ignore_count): Likewise.
3530 (test_error): Likewise.
3531
35e5d2f0
PA
35322014-04-15 Pedro Alves <palves@redhat.com>
3533
3534 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
3535 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
3536 sym-file-loader.c.
3537 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3538 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3539 to sym-file-loader.c.
3540 (struct library): Forward declare.
3541 (load_shlib, lookup_function): Change prototypes.
3542 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3543 (translate_offset): Remove declarations.
3544 (get_text_addr): New declaration.
3545 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
3546 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
3547 sym-file-loader.h.
3548 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3549 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3550 here from sym-file-loader.h.
3551 (struct library): New structure.
3552 (load_shlib, lookup_function): Change prototypes and adjust to
3553 work with a struct library.
3554 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3555 (translate_offset): Make static.
3556 (get_text_addr): New function.
3557 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
3558
eb4c1710
PA
35592014-04-15 Pedro Alves <palves@redhat.com>
3560
3561 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
3562
2d1baf52
PA
35632014-04-15 Pedro Alves <palves@redhat.com>
3564
3565 * gdb.base/sym-file-loader.c: Include <limits.h>.
3566 (SELF_LINK): New define.
3567 (get_origin): New function.
3568 (load_shlib): Use it.
3569 * gdb.base/sym-file.exp: Don't early return if the target is
3570 remote. Use runto_main, and issue fail is that fails. Use
3571 gdb_load_shlibs.
3572 (shlib_name): Delete.
3573 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
3574
7dd6df01
PA
35752014-04-15 Pedro Alves <palves@redhat.com>
3576
3577 * gdb.base/sym-file.exp: Remove regex characters from test
3578 message. Don't refer to breakpoint numbers in test messages.
3579
b50c8614
KS
35802014-04-14 Keith Seitz <keiths@redhat.com>
3581
3582 PR c++/16253
3583 * gdb.cp/var-tag.cc: New file.
3584 * gdb.cp/var-tag.exp: New file.
3585 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3586 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3587 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3588 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3589
3d567982
TT
35902014-04-14 Tom Tromey <tromey@redhat.com>
3591
3592 * gdb.cp/classes.exp (test_enums): Handle underlying type.
3593 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
3594 type.
3595 * gdb.cp/enum-class.exp: New file.
3596 * gdb.cp/enum-class.cc: New file.
3597
0626fc76
TT
35982014-04-14 Tom Tromey <tromey@redhat.com>
3599
3600 * gdb.dwarf2/enum-type.exp: New file.
3601
dca325b3
SA
36022014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3603
3604 * gdb.mi/mi-vla-c99.exp: New file.
3605 * gdb.mi/vla.c: New file.
3606
5854b38a
SA
36072014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3608
3609 * gdb.base/vla-datatypes.c: New file.
3610 * gdb.base/vla-datatypes.exp: New file.
3611
463bb957
SA
36122014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3613
3614 * gdb.base/vla-ptr.c: New file.
3615 * gdb.base/vla-ptr.exp: New file.
3616
3dd170be
SA
36172014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3618
3619 * gdb.dwarf2/count.exp: New file.
3620
5ecaaa66
SA
36212014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3622
3623 * gdb.base/vla-sideeffect.c: New file.
3624 * gdb.base/vla-sideeffect.exp: New file.
3625
41f1ada5
DB
36262014-04-14 David Blaikie <dblaikie@gmail.com>
3627
3628 * gdb.mi/non-stop.c: Add return value for non-void function return
3629 statement.
3630 * gdb.threads/staticthreads.c: Ditto.
3631
0be03e84
DE
36322014-04-12 Siva Chandra Reddy <sivachandra@google.com>
3633 Doug Evans <xdje42@gmail.com>
3634
3635 * gdb.guile/scm-value.c: Improve test case.
3636 * gdb.guile/scm-value.exp: Add new test.
3637
f180a1fb
DB
36382014-04-11 David Blaikie <dblaikie@gmail.com>
3639
3640 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
3641 override Clang's default.
3642
6b662e19
JB
36432014-04-11 Joel Brobecker <brobecker@adacore.com>
3644
3645 Revert the following changes (regressions):
3646
3647 * gdb.base/vla-sideeffect.c: New file.
3648 * gdb.base/vla-sideeffect.exp: New file.
3649
3650 * gdb.dwarf2/count.exp: New file.
3651
3652 * gdb.base/vla-multi.c: New file.
3653 * gdb.base/vla-multi.exp: New file.
3654
3655 * gdb.base/vla-ptr.c: New file.
3656 * gdb.base/vla-ptr.exp: New file.
3657
3658 * gdb.base/vla-datatypes.c: New file.
3659 * gdb.base/vla-datatypes.exp: New file.
3660
3661 * gdb.mi/mi-vla-c99.exp: New file.
3662 * gdb.mi/vla.c: New file.
3663
245a5f0b
KS
36642014-04-11 Keith Seitz <keiths@redhat.com>
3665
3666 PR c++/16675
3667 * gdb.cp/cpsizeof.exp: New file.
3668 * gdb.cp/cpsizeof.cc: New file.
3669
58a84dcf
SA
36702014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3671
191a8a90
JB
3672 * gdb.mi/mi-vla-c99.exp: New file.
3673 * gdb.mi/vla.c: New file.
58a84dcf 3674
c8655f75
SA
36752014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3676
3677 * gdb.base/vla-datatypes.c: New file.
3678 * gdb.base/vla-datatypes.exp: New file.
3679
024e13b4
SA
36802014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3681
3682 * gdb.base/vla-ptr.c: New file.
3683 * gdb.base/vla-ptr.exp: New file.
3684
1a237e0e
SA
36852014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3686
3687 * gdb.base/vla-multi.c: New file.
3688 * gdb.base/vla-multi.exp: New file.
3689
504f3432
SA
36902014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3691
3692 * gdb.dwarf2/count.exp: New file.
3693
3bce8237
SA
36942014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3695
191a8a90
JB
3696 * gdb.base/vla-sideeffect.c: New file.
3697 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 3698
322f9c21
YQ
36992014-04-11 Yao Qi <yao@codesourcery.com>
3700
3701 * gdb.base/completion.exp: Check file exists before running tests
3702 on file completion.
3703
d708bcd1
PA
37042014-04-10 Pedro Alves <palves@redhat.com>
3705
3706 * gdb.base/cond-eval-mode.c: New file.
3707 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
3708 prepare_for_testing to build the new file. Check result of
3709 runto_main.
3710 (test_break, test_watch): New procedures.
3711 (top level): Use them.
3712
ae1d2761
PM
37132014-04-08 Pierre Muller <muller@sourceware.org>
3714
3715 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
3716 Ctrl-V use for mingw hosts.
3717
7af389b8
SC
37182014-04-07 Siva Chandra Reddy <sivachandra@google.com>
3719
3720 * gdb.python/py-value.c: Improve test case.
3721 * gdb.python/py-value.exp: Add new test.
3722
5e703181
DE
37232014-04-07 David Blaikie <dblaikie@gmail.com>
3724
3725 * lib/compiler.c: Identify the clang compiler.
3726 * lib/compiler.cc: Ditto.
3727
9810b410
YQ
37282014-04-03 Yao Qi <yao@codesourcery.com>
3729
3730 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
3731
98d1b8dc
AB
37322014-04-01 Anton Blanchard <anton@samba.org>
3733
3734 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
3735 messages unique.
3736
3114cea1
AB
37372014-04-01 Anton Blanchard <anton@samba.org>
3738
3739 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
3740 prepare_for_testing.
3741
62f7182c
AB
37422014-04-01 Anton Blanchard <anton@samba.org>
3743
3744 * gdb.arch/ppc64-atomic-inst.c: Remove.
3745 * gdb.arch/ppc64-atomic-inst.S: New file.
3746 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
3747
770e7fc7
DE
37482014-03-31 Doug Evans <dje@google.com>
3749
3750 * gdb.base/print-symbol-loading-lib.c: New file.
3751 * gdb.base/print-symbol-loading-main.c: New file.
3752 * gdb.base/print-symbol-loading.exp: New file.
3753
46e2bafa
YQ
37542014-03-31 Yao Qi <yao@codesourcery.com>
3755
3756 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
3757
8776cfe9
JB
37582014-03-28 Joel Brobecker <brobecker@adacore.com>
3759
3760 * gdb.ada/mi_dyn_arr: New testcase.
3761
5d1ef361
DE
37622014-03-27 Doug Evans <dje@google.com>
3763
3764 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
3765
b5bee914
YQ
37662014-03-27 Yao Qi <yao@codesourcery.com>
3767
3768 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
3769 if target is nios2-*-*.
3770
0d4d0e77
YQ
37712014-03-26 Yao Qi <yao@codesourcery.com>
3772
3773 * lib/gdb.exp (readline_is_used): New proc.
3774 * gdb.base/completion.exp: Move tests on command complete up.
3775 Skip the rest of tests if readline is not used.
3776 * gdb.ada/complete.exp: Skp the test if readline is not
3777 used.
3778 * gdb.base/filesym.exp: Likewise.
3779 * gdb.base/macscp.exp: Likewise.
3780 * gdb.base/readline-ask.exp: Likewise.
3781 * gdb.base/readline.exp: Likewise.
3782 * gdb.python/py-cmd.exp: Likewise.
3783 * gdb.trace/tfile.exp: Likewise.
3784
29361eee
YQ
37852014-03-26 Yao Qi <yao@codesourcery.com>
3786
3787 * gdb.base/macscp.exp: Fix code format issues.
3788
bc9a5525
UW
37892014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
3790
3791 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
3792 * gdb.asm/powerpc64le.inc: New file.
3793
d3839ede
PA
37942014-03-25 Pedro Alves <palves@redhat.com>
3795 Doug Evans <dje@google.com>
3796
3797 * gdb.base/source-execution.c: New file.
3798 * gdb.base/source-execution.exp: New file.
3799 * gdb.base/source-execution.gdb: New file.
3800
01672a57
DE
38012014-03-24 Doug Evans <dje@google.com>
3802
3803 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
3804 using fission.
3805
88bbeca9
HZ
38062014-03-24 Hui Zhu <hui@codesourcery.com>
3807 Pedro Alves <palves@redhat.com>
3808
3809 PR breakpoints/16101
3810 * gdb.base/dprintf.exp: Use unsupported rather than changing the
3811 test pass/fail messages. Detect missing support for dprintf when
3812 breakpoints are actually inserted.
3813 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
3814 breakpoints are actually inserted.
3815 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
3816 fails.
3817
d2348791
JK
38182014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3819
3820 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
3821
feef67ab
DE
38222014-03-22 Doug Evans <xdje42@gmail.com>
3823
3824 * gdb.python/python.exp (python not supported): Verify multi-line
3825 python command issues an error.
25d743f9 3826 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 3827 guile command issues an error.
feef67ab 3828
ecebef6a
MR
38292014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
3830
3831 * gdb.threads/thread-specific.exp: Handle the lack of usable
3832 $this_breakpoint and $this_thread.
3833
ccdd1909
HZ
38342014-03-21 Hui Zhu <hui@codesourcery.com>
3835
3836 * gdb.base/attach.exp (do_command_attach_tests): New.
3837
beb460e8
PA
38382014-03-20 Tom Tromey <tromey@redhat.com>
3839 Pedro Alves <palves@redhat.com>
3840
3841 PR cli/15718
3842 * gdb.base/condbreak-call-false.c: New file.
3843 * gdb.base/condbreak-call-false.exp: New file.
3844
40acf43a
PA
38452014-03-20 Pedro Alves <palves@redhat.com>
3846
3847 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
3848 Delete.
3849 (block_signals, unblock_signals): Delete.
3850 (child_function_2, main): Remove references to deleted variable
3851 and functions.
3852
9f5e1e02
PA
38532014-03-20 Pedro Alves <palves@redhat.com>
3854
3855 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
3856 Use pthread_kill to signal thread 2.
3857 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3858 Adjust to make the test send itself a signal rather than using the
3859 host's "kill" command.
3860
99619bea
PA
38612014-03-20 Pedro Alves <palves@redhat.com>
3862
3863 * gdb.threads/multiple-step-overs.c: New file.
3864 * gdb.threads/multiple-step-overs.exp: New file.
3865 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3866 Adjust expected infrun debug output.
3867
2adfaa28
PA
38682014-03-20 Pedro Alves <palves@redhat.com>
3869
3870 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
3871 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
3872
31e77af2
PA
38732014-03-20 Pedro Alves <palves@redhat.com>
3874
3875 PR breakpoints/7143
3876 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
3877 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
3878 of gdb_test_multiple.
3879 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
3880 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
3881
b9f437de
PA
38822014-03-20 Pedro Alves <palves@redhat.com>
3883
3884 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
3885 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
3886
05adc73e
PA
38872014-03-19 Pedro Alves <palves@redhat.com>
3888
3889 * gdb.base/async.exp: Remove early return.
3890
6048b950
PA
38912014-03-19 Pedro Alves <palves@redhat.com>
3892
3893 * gdb.base/async.exp (step& tests): Pass explicit test messages.
3894
8bcfb00a
PA
38952014-03-19 Pedro Alves <palves@redhat.com>
3896
3897 * gdb.base/async.exp (test_background): Expect \r\n after
3898 "completed." in the fail pattern.
3899
884e37dc
PA
39002014-03-19 Pedro Alves <palves@redhat.com>
3901
3902 * gdb.base/async.exp (test_background): New procedure.
3903 Use it for all background execution command tests.
3904
148e57e2
PA
39052014-03-19 Pedro Alves <palves@redhat.com>
3906
3907 * gdb.base/async.exp: Use prepare_for_testing.
3908
f48088c7
PA
39092014-03-19 Pedro Alves <palves@redhat.com>
3910
3911 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
3912 the same line.
3913
e2f6c966
PA
39142014-03-19 Pedro Alves <palves@redhat.com>
3915
3916 * gdb.base/async.c (main): Add "jump here" and "until here" line
3917 marker comments.
3918 * gdb.base/async.exp (jump_here): New global.
3919 (jump& test): Use it.
3920 (until_here): New global.
3921 (until& test): Use it.
3922
c30568d4
PA
39232014-03-19 Pedro Alves <palves@redhat.com>
3924
3925 * gdb.base/async.exp: Don't frob gdb_protocol.
3926
0172b6a7
DE
39272014-03-18 Doug Evans <xdje42@gmail.com>
3928
3929 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
3930 Fix spelling of exec-done-display.
3931
06c868a8
JK
39322014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3933
3934 PR gdb/15358
3935 * gdb.base/gdb-sigterm.c: New file.
3936 * gdb.base/gdb-sigterm.exp: New file.
3937
0c7e1a46
PA
39382014-03-18 Pedro Alves <palves@redhat.com>
3939
3940 PR gdb/13860
3941 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
3942 * lib/mi-support.exp (mi_expect_stop): Add special handling for
3943 solib-event.
3944
f7c77d93
JB
39452014-03-17 Joel Brobecker <brobecker@adacore.com>
3946
3947 * gdb.ada/pckd_arr_ren: New testcase.
3948
5a1e8c7a
DE
39492014-03-13 Doug Evans <xdje42@gmail.com>
3950
3951 PR guile/16612
3952 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
3953 collect after discarding symbols.
3954
350e1a76
DE
39552014-03-13 Ludovic Courtès <ludo@gnu.org>
3956 Doug Evans <xdje42@gmail.com>
3957
3958 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
3959 to history survives a gc.
3960
a69900ae
PA
39612014-03-13 Pedro Alves <palves@redhat.com>
3962
3963 * gdb.base/default.exp: Don't test "target procfs".
3964
5db9f0bd
PA
39652014-03-13 Pedro Alves <palves@redhat.com>
3966
3967 * gdb.base/default.exp: Update "target child" and "target procfs"
3968 tests to not expect "Unix".
3969
b3ccfe11
TT
39702014-03-12 Tom Tromey <tromey@redhat.com>
3971
3972 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
3973 New procs. Add target-async tests.
3974 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
3975 Add target-async tests.
3976
646f4417
AA
39772014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3978
3979 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
3980 'func_start' and 'func_end' for the beginning and end of the
3981 function code, respectively.
3982 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
3983 'func_end' instead of 'func' and 'main'.
3984
288c211f
AA
39852014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3986
3987 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
3988 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
3989 generate the debug info assembler source.
3990
e0c0f156
AA
39912014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3992
3993 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
3994 * gdb.dwarf2/arr-subrange.exp: Likewise.
3995 * gdb.dwarf2/dwz.exp: Likewise.
3996 * gdb.dwarf2/method-ptr.exp: Likewise.
3997 * gdb.dwarf2/missing-sig-type.exp: Likewise.
3998 * gdb.dwarf2/subrange.exp: Likewise.
3999 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4000 * gdb.dwarf2/implptrpiece.exp: Likewise.
4001 * gdb.dwarf2/nostaticblock.exp: Likewise.
4002
0e5c4555
AA
40032014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4004
4005 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4006 directory to absolute path name arguments.
4007
5ec18f2b
JG
40082014-03-10 Joel Brobecker <brobecker@adacore.com>
4009
4010 * gdb.ada/tagged_access: New testcase.
4011
847fc4f2
MM
40122014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4013
4014 * gdb.btrace/data.exp: Update expected output.
4015
cc3da688
YQ
40162014-03-06 Yao Qi <yao@codesourcery.com>
4017
4018 * gdb.trace/pr16508.exp: New file.
4019
0f26cec1
PA
40202014-03-05 Pedro Alves <palves@redhat.com>
4021
4022 PR gdb/16575
4023 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4024 procedure.
4025 (top level): Adjust to use it. Add tests that exercise breakpoint
4026 interaction with the code-cache.
4027
7a5a839f
LC
40282014-02-26 Ludovic Courtès <ludo@gnu.org>
4029
4030 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4031 test for 'history-append!'.
4032
31aa7e4e
JB
40332014-02-26 Joel Brobecker <brobecker@adacore.com>
4034
4035 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4036 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4037 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4038 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4039 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4040 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4041
1b588015
JB
40422014-02-26 Joel Brobecker <brobecker@adacore.com>
4043
4044 * testsuite/gdb.python/py-pp-re-notag.c: New file.
4045 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4046 * testsuite/gdb.python/py-pp-re-notag.p: New file.
4047
55426c9d
JB
40482014-02-26 Joel Brobecker <brobecker@adacore.com>
4049
4050 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4051
dc53a7ad
JB
40522014-02-26 Joel Brobecker <brobecker@adacore.com>
4053
4054 * gdb.dwarf2/arr-stride.c: New file.
4055 * gdb.dwarf2/arr-stride.exp: New file.
4056
12ab52e9
PA
40572014-02-26 Pedro Alves <palves@redhat.com>
4058
4059 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4060 that won't ever trigger. Make sure that GDB reports the correct
4061 breakpoint that caused the stop.
4062
849c862e
JK
40632014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4064
4065 PR gdb/16626
4066 * gdb.base/auto-load-script: New file.
4067 * gdb.base/auto-load.c: New file.
4068 * gdb.base/auto-load.exp: New file.
4069
71b7d793
JK
4070 PR gdb/16626
4071 * gdb.base/auto-load.exp: Fix out-of-srctree run.
4072
e2f0d509
JK
40732014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4074
4075 Fix dw2-icycle.exp -fsanitize=address GDB crash.
4076 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4077
50cc37c8
DE
40782014-02-24 Doug Evans <dje@google.com>
4079
4080 * lib/gdb.exp (run_on_host): Log error output if program fails.
4081
ea4758f2
PA
40822014-02-21 Pedro Alves <palves@redhat.com>
4083
4084 * gdb.threads/step-after-sr-lock.c: Rename to ...
4085 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4086 * gdb.threads/step-after-sr-lock.exp: Rename to ...
4087 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4088 ... this.
4089
d7b30f67
SDJ
40902014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
4091
4092 PR tdep/16397
4093 * gdb.arch/amd64-stap-special-operands.exp: New file.
4094 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
4095 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
4096 * gdb.arch/amd64-stap-triplet.S: Likewise.
4097 * gdb.arch/amd64-stap-triplet.c: Likewise.
4098
83deb43f
JB
40992014-02-20 Joel Brobecker <brobecker@adacore.com>
4100
4101 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
4102 in .section pseudo-op.
4103
adde2bff
DE
41042014-02-20 lin zuojian <manjian2006@gmail.com>
4105 Joel Brobecker <brobecker@adacore.com>
4106 Doug Evans <xdje42@gmail.com>
4107
4108 PR symtab/16581
4109 * gdb.dwarf2/dw2-icycle.S: New file.
4110 * gdb.dwarf2/dw2-icycle.c: New file.
4111 * gdb.dwarf2/dw2-icycle.exp: New file.
4112
f7bd0f78
SC
41132014-02-19 Siva Chandra Reddy <sivachandra@google.com>
4114
4115 * gdb.python/py-value-cc.cc: Improve test case to enable testing
4116 operations on gdb.Value objects.
4117 * gdb.python/py-value-cc.exp: Add new test to test operations on
4118 gdb.Value objects.
4119
c17ef0d5
DE
41202014-02-18 Doug Evans <dje@google.com>
4121
4122 * Makefile.in (TESTS): New variable.
4123 (expanded_tests, expanded_tests_or_none): New variables
4124 (check-single): Pass $(expanded_tests_or_none) to runtest.
4125 (check-parallel): Only run tests in $(TESTS) if non-empty.
4126 (check/no-matching-tests-found): New rule.
4127 * README: Document TESTS makefile variable.
4128
5dd3176f
DE
41292014-02-18 Doug Evans <dje@google.com>
4130
4131 * Makefile.in (check-parallel): rm -rf outputs temp.
4132
0b10be4f
JK
41332014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4134
4135 Fix "ERROR: no fileid for" in the testsuite.
4136 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
4137
85f224e7
DE
41382014-02-12 Doug Evans <dje@google.com>
4139
4140 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
4141 (MISCELLANEOUS): New variable.
4142 (clean): rm -rf $(MISCELLANEOUS).
4143 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
4144 dwp live in the same directory as symlinks, with each symlink pointed
4145 to a differently named file in a different directory.
4146
149b30ff
DE
41472014-02-11 Doug Evans <dje@google.com>
4148
4149 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
4150 of Tcl file commands.
4151
1dfdac32
MK
41522014-02-10 Mark Kettenis <kettenis@gnu.org>
4153
4154 * gdb.threads/step-after-sr-lock.exp: Avoid executing
4155 "kill -SIGUSR1 -1".
4156
aa4fb036
JB
41572014-02-10 Joel Brobecker <brobecker@adacore.com>
4158
4159 * gdb.ada/tick_length_array_enum_idx: New testcase.
4160
ed3ef339
DE
41612014-02-10 Doug Evans <xdje42@gmail.com>
4162
4163 * configure.ac (AC_OUTPUT): Add gdb.guile.
4164 * configure: Regenerate.
4165 * lib/gdb-guile.exp: New file.
4166 * lib/gdb.exp (get_target_charset): New function.
4167 * gdb.base/help.exp: Update expected output from "apropos apropos".
4168 * gdb.guile/Makefile.in: New file.
4169 * gdb.guile/guile.exp: New file.
4170 * gdb.guile/scm-arch.c: New file.
4171 * gdb.guile/scm-arch.exp: New file.
4172 * gdb.guile/scm-block.c: New file.
4173 * gdb.guile/scm-block.exp: New file.
4174 * gdb.guile/scm-breakpoint.c: New file.
4175 * gdb.guile/scm-breakpoint.exp: New file.
4176 * gdb.guile/scm-disasm.c: New file.
4177 * gdb.guile/scm-disasm.exp: New file.
4178 * gdb.guile/scm-equal.c: New file.
4179 * gdb.guile/scm-equal.exp: New file.
4180 * gdb.guile/scm-error.exp: New file.
4181 * gdb.guile/scm-error.scm: New file.
4182 * gdb.guile/scm-frame-args.c: New file.
4183 * gdb.guile/scm-frame-args.exp: New file.
4184 * gdb.guile/scm-frame-args.scm: New file.
4185 * gdb.guile/scm-frame-inline.c: New file.
4186 * gdb.guile/scm-frame-inline.exp: New file.
4187 * gdb.guile/scm-frame.c: New file.
4188 * gdb.guile/scm-frame.exp: New file.
4189 * gdb.guile/scm-generics.exp: New file.
4190 * gdb.guile/scm-gsmob.exp: New file.
4191 * gdb.guile/scm-iterator.c: New file.
4192 * gdb.guile/scm-iterator.exp: New file.
4193 * gdb.guile/scm-math.c: New file.
4194 * gdb.guile/scm-math.exp: New file.
4195 * gdb.guile/scm-objfile-script-gdb.in: New file.
4196 * gdb.guile/scm-objfile-script.c: New file.
4197 * gdb.guile/scm-objfile-script.exp: New file.
4198 * gdb.guile/scm-objfile.c: New file.
4199 * gdb.guile/scm-objfile.exp: New file.
4200 * gdb.guile/scm-ports.exp: New file.
4201 * gdb.guile/scm-pretty-print.c: New file.
4202 * gdb.guile/scm-pretty-print.exp: New file.
4203 * gdb.guile/scm-pretty-print.scm: New file.
4204 * gdb.guile/scm-section-script.c: New file.
4205 * gdb.guile/scm-section-script.exp: New file.
4206 * gdb.guile/scm-section-script.scm: New file.
4207 * gdb.guile/scm-symbol.c: New file.
4208 * gdb.guile/scm-symbol.exp: New file.
4209 * gdb.guile/scm-symtab-2.c: New file.
4210 * gdb.guile/scm-symtab.c: New file.
4211 * gdb.guile/scm-symtab.exp: New file.
4212 * gdb.guile/scm-type.c: New file.
4213 * gdb.guile/scm-type.exp: New file.
4214 * gdb.guile/scm-value-cc.cc: New file.
4215 * gdb.guile/scm-value-cc.exp: New file.
4216 * gdb.guile/scm-value.c: New file.
4217 * gdb.guile/scm-value.exp: New file.
4218 * gdb.guile/source2.scm: New file.
4219 * gdb.guile/types-module.cc: New file.
4220 * gdb.guile/types-module.exp: New file.
4221
7026a7c1
YQ
42222014-02-10 Yao Qi <yao@codesourcery.com>
4223
4224 PR testsuite/16543
4225 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
4226 * configure: Regenerated.
4227 * Makefile.in: New file.
4228
6c466447
AS
42292014-02-08 Andreas Schwab <schwab@linux-m68k.org>
4230
4231 * gdb.python/py-framefilter.exp: Fix typo.
4232
6e854735
YQ
42332014-02-08 Yao Qi <yao@codesourcery.com>
4234
4235 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
4236 that no =breakpoint-modified is emitted when breakpoints are
4237 modified through MI commands.
4238
d137e6dc
PA
42392014-02-07 Pedro Alves <pedro@codesourcery.com>
4240 Pedro Alves <palves@redhat.com>
4241
4242 * gdb.threads/step-after-sr-lock.c: New file.
4243 * gdb.threads/step-after-sr-lock.exp: New file.
4244
b5ee5a50
PA
42452014-02-07 Pedro Alves <palves@redhat.com>
4246
4247 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
4248
3c77faf3
JK
42492014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4250
4251 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
4252 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
4253
6dddc817
DE
42542014-02-06 Doug Evans <xdje42@gmail.com>
4255
4256 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
4257 output.
4258
4259 * gdb.gdb/python-interrupts.exp: New file.
4260
de7b2893
YQ
42612014-02-05 Yao Qi <yao@codesourcery.com>
4262
4263 * gdb.trace/report.exp (use_collected_data): Test the output
4264 of "info threads" and "info inferiors".
4265
66d032ac
YQ
42662014-02-05 Yao Qi <yao@codesourcery.com>
4267
4268 Revert this patch:
4269
4270 2013-05-24 Yao Qi <yao@codesourcery.com>
4271
4272 * gdb.trace/tfile.exp: Test inferior and thread.
4273
591a12a1
UW
42742014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4275
4276 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
4277 on a function.
4278 * gdb.base/step-bt.c: Call hello via function pointer to make
4279 sure its first instruction is executed on powerpc64le-linux.
4280
0ff3e01f
UW
42812014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4282
4283 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
4284
084ee545
UW
42852014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4286
4287 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
4288 of the test patterns for use on little-endian systems.
4289
6ed14ff3
UW
42902014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4291
4292 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
4293 (decimal_vector): Fix for little-endian.
4294
401e27fd
JM
42952014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
4296
4297 * gdb.arch/sparc-sysstep.exp: New file.
4298 * gdb.arch/sparc-sysstep.c: Likewise.
4299
4300 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
4301
8b924729
EBM
43022014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4303
4304 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
4305
fb151210
JB
43062014-01-23 Tom Tromey <tromey@redhat.com>
4307
4308 * gdb.ada/array_char_idx: New testcase.
4309
0740f8d8
TT
43102014-01-23 Tom Tromey <tromey@redhat.com>
4311
4312 PR python/16487:
4313 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
4314 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
4315 classes.
4316
21909fa1
TT
43172014-01-23 Tom Tromey <tromey@redhat.com>
4318
4319 PR python/16491:
4320 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
4321 string from an inferior frame.
4322 * gdb.python/py-framefilter-mi.exp: Update.
4323
87ce2a04
DE
43242014-01-22 Doug Evans <dje@google.com>
4325
4326 * gdb.server/server-mon.exp: Add tests for "set debug-format".
4327
237b092b
AA
43282014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4329
4330 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
4331
d674a709
AA
43322014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4333
4334 * gdb.trace/entry-values.exp: Remove excess space character from
4335 regex patterns. Handle s390 call instruction.
4336
20fa3390
AA
43372014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4338
4339 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
4340 define "*_start" label. Make "name" static.
4341 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
4342 ${name} by references to ${name}_start.
4343
78466714
AA
43442014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4345
4346 * gdb.base/info-macros.exp: Remove "debug" from the compile
4347 options.
4348
ec9f644a
IB
43492014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4350
4351 * gdb.dlang/demangle.exp: New file.
4352
94b1b47e
IB
43532014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4354
4355 * gdb.dlang/primitive-types.exp: New file.
4356
7f420862
IB
43572014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4358
4359 * configure.ac: Create gdb.dlang/Makefile.
4360 * configure: Regenerate.
4361 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
4362 * gdb.dlang/Makefile.in: New file.
4363 * lib/d-support.exp: New file.
4364 * lib/gdb.exp (skip_d_tests): New proc.
4365
52834460
MM
43662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4367
4368 * gdb.btrace/delta.exp: Check reverse stepi.
4369 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
4370 * gdb.btrace/finish.exp: New.
4371 * gdb.btrace/next.exp: New.
4372 * gdb.btrace/nexti.exp: New.
4373 * gdb.btrace/record_goto.c: Add comments.
4374 * gdb.btrace/step.exp: New.
4375 * gdb.btrace/stepi.exp: New.
4376 * gdb.btrace/multi-thread-step.c: New.
4377 * gdb.btrace/multi-thread-step.exp: New.
4378 * gdb.btrace/rn-dl-bind.c: New.
4379 * gdb.btrace/rn-dl-bind.exp: New.
4380 * gdb.btrace/data.c: New.
4381 * gdb.btrace/data.exp: New.
4382 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4383
6e07b1d2
MM
43842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4385
4386 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
4387 * gdb.btrace/exception.exp: Update.
4388 * gdb.btrace/instruction_history.exp: Update.
4389 * gdb.btrace/record_goto.exp: Update.
4390 * gdb.btrace/tailcall.exp: Update.
4391 * gdb.btrace/unknown_functions.exp: Update.
4392 * gdb.btrace/delta.exp: New.
4393
0b722aec
MM
43942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4395
4396 * gdb.btrace/record_goto.exp: Add backtrace test.
4397 * gdb.btrace/tailcall.exp: Add backtrace test.
4398
066ce621
MM
43992014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4400
4401 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
4402 * gdb.btrace/record_goto.c: New.
4403 * gdb.btrace/record_goto.exp: New.
4404 * gdb.btrace/x86-record_goto.S: New.
4405
0688d04e
MM
44062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4407
4408 * gdb.btrace/function_call_history.exp: Update tests.
4409 * gdb.btrace/instruction_history.exp: Update tests.
4410
8710b709
MM
44112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4412
4413 * gdb.btrace/function_call_history.exp: Fix expected field
4414 order for "record function-call-history".
4415 Add new tests for "record function-call-history /c".
4416 * gdb.btrace/exception.cc: New.
4417 * gdb.btrace/exception.exp: New.
4418 * gdb.btrace/tailcall.exp: New.
4419 * gdb.btrace/x86-tailcall.S: New.
4420 * gdb.btrace/x86-tailcall.c: New.
4421 * gdb.btrace/unknown_functions.c: New.
4422 * gdb.btrace/unknown_functions.exp: New.
4423 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4424
5de9129b
MM
44252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4426
4427 * gdb.btrace/instruction_history.exp: Update.
4428 * gdb.btrace/function_call_history.exp: Update.
4429
23a7fe75
MM
44302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4431
4432 * gdb.btrace/function_call_history.exp: Fix expected function
4433 trace.
4434 * gdb.btrace/instruction_history.exp: Initialize traced.
4435 Remove traced_functions.
4436
724c7dd8
MM
44372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4438
4439 * gdb.btrace/function_call_history.exp: Update
4440 * gdb.btrace/instruction_history.exp: Update.
4441
6d78d93b
MM
44422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4443
4444 * gdb.btrace/enable.exp: Update expected text.
4445
93a360cc
OJ
44462014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
4447
4448 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
4449 bytes.
4450
3772b53f
MR
44512014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
4452
4453 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
4454
596662fa
OJ
44552014-01-15 Omair Javaid <omair.javaid@linaro.org>
4456
4457 * lib/gdb.exp (supports_process_record): Return true for
4458 arm*-linux*. (supports_reverse): Likewise.
4459
b5b08fb4
SC
44602014-01-13 Siva Chandra Reddy <sivachandra@google.com>
4461
4462 PR python/15464
4463 PR python/16113
4464 * gdb.python/py-type.c: Enhance test case.
4465 * gdb.python/py-value-cc.cc: Likewise
4466 * gdb.python/py-type.exp: Add new tests.
4467 * gdb.python/py-value-cc.exp: Likewise
4468
52d7fb13
AA
44692014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
4470 Pedro Alves <palves@redhat.com>
4471
4472 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
4473 Make "name" extern.
4474 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
4475 references to ${name}_start by references to ${name}.
4476
a2cd8cfe
JB
44772014-01-10 Joel Brobecker <brobecker@adacore.com>
4478
4479 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
4480
4e23fced
JB
44812014-01-10 Joel Brobecker <brobecker@adacore.com>
4482
4483 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
4484
c6a9e42c
PA
44852014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
4486 Pedro Alves <palves@redhat.com>
4487
4488 * gdb.mi/mi-info-os.exp: Connect to the target with
4489 mi_gdb_target_load.
4490
b7ea362b
PA
44912014-01-08 Pedro Alves <palves@redhat.com>
4492
4493 * gdb.threads/reconnect-signal.c: New file.
4494 * gdb.threads/reconnect-signal.exp: New file.
4495
5e3f4fab
EBM
44962014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4497
4498 * gdb.base/source-dir.exp: New file.
4499
79301218
JB
45002014-01-07 Joel Brobecker <brobecker@adacore.com>
4501
4502 * gdb.ada/mi_interface: New testcase.
4503
8e355c5d
JB
45042014-01-07 Joel Brobecker <brobecker@adacore.com>
4505
4506 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
4507 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
4508 gdb.ada/pp-rec-component/pck.ads: New files.
4509
c0d48811
JB
45102014-01-07 Joel Brobecker <brobecker@adacore.com>
4511
4512 * gdb.python/py-pp-integral.c: New file.
4513 * gdb.python/py-pp-integral.py: New file.
4514 * gdb.python/py-pp-integral.exp: New file.
4515
17b609c3 4516For older changes see ChangeLog-1993-2013.
c906108c 4517\f
8d8cb839
EZ
4518;; Local Variables:
4519;; mode: change-log
4520;; left-margin: 8
4521;; fill-column: 74
4522;; version-control: never
4523;; End:
902f2ccb 4524
32d0add0 4525 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
4526 Copying and distribution of this file, with or without modification,
4527 are permitted provided the copyright notice and this notice are preserved.