List inferiors/threads/pspaces in ascending order
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
7e0aa6aa
PA
12015-11-24 Pedro Alves <palves@redhat.com>
2
3 PR 17539
4 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
5 threads in ascending order.
6 * gdb.base/foll-fork.exp: Likewise.
7 * gdb.base/foll-vfork.exp: Likewise.
8 * gdb.base/multi-forks.exp: Likewise.
9 * gdb.mi/mi-nonstop.exp: Likewise.
10 * gdb.mi/mi-nsintrall.exp: Likewise.
11 * gdb.multi/base.exp: Likewise.
12 * gdb.multi/multi-arch.exp: Likewise.
13 * gdb.python/py-inferior.exp: Likewise.
14 * gdb.threads/break-while-running.exp: Likewise.
15 * gdb.threads/execl.exp: Likewise.
16 * gdb.threads/gcore-thread.exp: Likewise.
17 * gdb.threads/info-threads-cur-sal.exp: Likewise.
18 * gdb.threads/kill.exp: Likewise.
19 * gdb.threads/linux-dp.exp: Likewise.
20 * gdb.threads/multiple-step-overs.exp: Likewise.
21 * gdb.threads/next-bp-other-thread.exp: Likewise.
22 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
23 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
24 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
25 * gdb.threads/thread-find.exp: Likewise.
26 * gdb.threads/tls.exp: Likewise.
27 * lib/mi-support.exp (mi_reverse_list): Delete.
28 (mi_check_thread_states): No longer reverse list.
29
2cc57ad8
PA
302015-11-24 Pedro Alves <palves@redhat.com>
31
32 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
33 use lowercase.
34
c93e8391
SM
352015-11-23 Simon Marchi <simon.marchi@ericsson.com>
36
37 * gdb.trace/actions.c: Include trace-common.h.
38 (main): Add a location for a fast tracepoint.
39 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
40 the normal tracepoints.
41 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
42
045ccf91
SM
432015-11-23 Simon Marchi <simon.marchi@ericsson.com>
44
45 * save-trace.exp: Factor out code to these...
46 (gdb_save_tracepoints): New.
47 (gdb_load_tracepoints): New.
48 (do_save_load_test): New.
49
5506f9f6
KB
502015-11-23 Kevin Buettner <kevinb@redhat.com>
51
52 * gdb.base/asmlabel.exp: New test.
53 * gdb.base/asmlabel.c: New test case.
54
16c3b12f
JB
552015-11-23 Joel Brobecker <brobecker@adacore.com>
56
57 * gdb.base/wrong_frame_bt_full-main.c: New file.
58 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
59 * gdb.base/wrong_frame_bt_full.exp: New file.
60
155bfbd3
JB
612015-11-23 Joel Brobecker <brobecker@adacore.com>
62
63 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
64
bb097445
JM
652015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
66
206853a0 67 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
68 pstate register when comparing registers values in
69 sparc64-*-linux-gnu targets to avoid spurious differences.
70
9c88ed8f
JM
712015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
72
206853a0 73 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 74
96161e25
SL
752015-11-19 Sandra Loosemore <sandra@codesourcery.com>
76
77 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
78 as type argument to gdb_compile.
79 * gdb.base/nested-subp2.exp: Likewise.
80 * gdb.base/nested-subp3.exp: Likewise.
81
340c2830
DV
822015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
83
84 * lib/dwarf.exp (_note): Fix left shift of negative value.
85 * gdb.trace/trace-condition.exp: Likewise.
86
c1862d0f
YQ
872015-11-13 Yao Qi <yao.qi@linaro.org>
88
89 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
90 comments about d10v.
91 (test_scalar_returns): Likewise.
92 * gdb.base/d10v.ld: Remove.
93 * gdb.base/overlays.exp: Remove the target triplet checking for
94 d10v-*-*.
95 * gdb.base/structs.exp (test_struct_returns): Remove the
96 comments about d10v.
97 (test_struct_calls): Likewise.
98
77ae9c19
YQ
992015-11-13 Yao Qi <yao.qi@linaro.org>
100
101 * gdb.base/gnu_vector.exp: Check the return value by "p res".
102 * gdb.base/gnu_vector.c: Don't include stdio.h.
103 (main): Don't print res and call add_some_intvecs.
104
430e004e
MK
1052015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
106
107 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
108 macro.
109 (func5): Removed.
110 (func4): Use FAST_TRACEPOINT_LABEL.
111 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
112 macro.
113 (func): Removed.
114 (thread_function): Use FAST_TRACEPOINT_LABEL.
115 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
116 (func): Remove.
117 (marker): Use FAST_TRACEPOINT_LABEL.
118 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
119 (pendfunc1): Remove.
120 (pendfunc): Use FAST_TRACEPOINT_LABEL.
121 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
122 (foo): Remove.
123 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
124 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
125 macro.
126 (func): Remove.
127 (marker): Use FAST_TRACEPOINT_LABEL.
128 * gdb.trace/trace-common.h: New header.
129 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
130 macro.
131 (func): Remove.
132 (marker): Use FAST_TRACEPOINT_LABEL.
133 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
134 (func): Remove.
135 (thread_function): Use FAST_TRACEPOINT_LABEL.
136
6e7675a7
MK
1372015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
138
139 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
140 in front.
141 * gdb.trace/change-loc.exp: Use global pcreg definition.
142 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
143 * gdb.trace/entry-values.exp: Use global spreg definition, add $
144 in front.
145 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
146 * gdb.trace/pending.exp: Likewise.
147 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
148 * gdb.trace/trace-break.exp: Likewise.
149 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
150 in front.
151 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
152 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
153 in front.
154 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
155
dddc0e16
JB
1562015-11-09 Joel Brobecker <brobecker@adacore.com>
157
158 * gdb.ada/fin_fun_out: New testcase.
159
c6f0b406
KB
1602015-11-07 Kevin Buettner <kevinb@redhat.com>
161
162 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
163 value associated with DW_AT_byte_size.
164 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
165 constants for DW_AT_byte_size, DW_AT_lower_bound, and
166 DW_AT_upper_bound.
167
f01dcfd9
KB
1682015-11-07 Kevin Buettner <kevinb@redhat.com>
169
170 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
171 (gdb_target_symbol_prefix_flags): Define in terms of _asm
172 version.
173 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
174 gdb.dwarf2/dw2-canonicalize-type.exp,
175 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
176 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
177 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
178 provided by gdb_target_symbol_prefix_flags_asm.
179 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
180 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
181 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
182 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
183 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
184 macros where needed). Use this macro for symbols which require
185 the prefix provided by SYMBOL_PREFIX.
186
2223449a
KB
1872015-11-05 Kevin Buettner <kevinb@redhat.com>
188
189 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
190 New procs.
191 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
192 representing expressions, of more than one list element.
193 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
194 to prepend linker symbol prefix to f.
195 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
196 table_1 and table_2.
197 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
198 Likewise, for f and g.
199 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
200 for ptr.
201 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
202 for main.
203 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
204 table_1_ptr and table_2_ptr.
205
6f2f1a3a
JK
2062015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
207 Joel Brobecker <brobecker@adacore.com>
208
209 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
210
566c56c9
MK
2112015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
212
213 * gdb.reverse/s390-mvcle.c: New test.
214 * gdb.reverse/s390-mvcle.exp: New file.
215 * lib/gdb.exp: Enable reverse tests on s390*-linux.
216
d5f0636b
MK
2172015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
218
219 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
220
7ad8b86c
MK
2212015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
222
223 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
224 reaching marker2.
225 * gdb.reverse/getresuid-reverse.exp: Likewise.
226 * gdb.reverse/pipe-reverse.exp: Likewise.
227 * gdb.reverse/readv-reverse.exp: Likewise.
228 * gdb.reverse/recvmsg-reverse.exp: Likewise.
229 * gdb.reverse/time-reverse.exp: Likewise.
230 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
231
4081c0f1
YQ
2322015-10-30 Yao Qi <yao.qi@linaro.org>
233
234 * gdb.threads/wp-replication.c (watch_count_done): Remove.
235 (empty_cycle): Remove.
236 (main): Don't call empty_cycle. Don't use watch_count_done.
237 * gdb.threads/wp-replication.exp: Don't set breakpoint on
238 empty_cycle. Rewrite the code counting HW watchpoints.
239
452b4ba5
MK
2402015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
241
242 * gdb.reverse/fstatat-reverse.c: New test.
243 * gdb.reverse/fstatat-reverse.exp: New file.
244 * gdb.reverse/getresuid-reverse.c: New test.
245 * gdb.reverse/getresuid-reverse.exp: New file.
246 * gdb.reverse/pipe-reverse.c: New test.
247 * gdb.reverse/pipe-reverse.exp: New file.
248 * gdb.reverse/readv-reverse.c: New test.
249 * gdb.reverse/readv-reverse.exp: New file.
250 * gdb.reverse/recvmsg-reverse.c: New test.
251 * gdb.reverse/recvmsg-reverse.exp: New file.
252 * gdb.reverse/time-reverse.c: New test.
253 * gdb.reverse/time-reverse.exp: New file.
254 * gdb.reverse/waitpid-reverse.c: New test.
255 * gdb.reverse/waitpid-reverse.exp: New file.
256
5e2e7507
JK
2572015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
258
259 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
260
0fde2c53
DE
2612015-10-26 Doug Evans <dje@google.com>
262
263 PR symtab/17391
264 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
265 * gdb.dwarf2/bad-regnum.c: New file.
266 * gdb.dwarf2/bad-regnum.exp: New file.
267
1a70ae97
DE
2682015-10-26 Doug Evans <dje@google.com>
269
270 PR python/18938
271 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
272 file.
273
27dc26ab
JK
2742015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
275
276 * gdb.compile/compile.exp (compile code globalvar): Update expectation
277 for a change by "Mention language in compile error message".
278
bed91f4d
SM
2792015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
280
281 PR python/18073
282 * gdb.python/py-type.c (C::a_method): New.
283 (C::a_const_method): New.
284 (C::a_static_method): New.
285 (a_function): New.
286 * gdb.python/py-type.exp (test_fields): Test getting fields
287 from function and method.
288
3f2f83dd
KB
2892015-10-21 Keven Boell <keven.boell@intel.com>
290
291 * gdb.fortran/vla-alloc-assoc.exp: New file.
292 * gdb.fortran/vla-datatypes.exp: New file.
293 * gdb.fortran/vla-datatypes.f90: New file.
294 * gdb.fortran/vla-history.exp: New file.
295 * gdb.fortran/vla-ptype-sub.exp: New file.
296 * gdb.fortran/vla-ptype.exp: New file.
297 * gdb.fortran/vla-sizeof.exp: New file.
298 * gdb.fortran/vla-sub.f90: New file.
299 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
300 * gdb.fortran/vla-value-sub-finish.exp: New file.
301 * gdb.fortran/vla-value-sub.exp: New file.
302 * gdb.fortran/vla-value.exp: New file.
303 * gdb.fortran/vla-ptr-info.exp: New file.
304 * gdb.mi/mi-vla-fortran.exp: New file.
305 * gdb.mi/vla.f90: New file.
306
27145d50
SL
3072015-10-21 Sandra Loosemore <sandra@codesourcery.com>
308
309 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
310 of hardwired timeout value.
311
5f3ff4f8
JK
3122015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
313 Pedro Alves <palves@redhat.com>
314
315 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
316 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
317
bfd09d20
JS
3182015-10-19 Josh Stone <jistone@redhat.com>
319
320 * gdb.base/catch-syscall.c: Include <sched.h>.
321 (unknown_syscall): New variable.
322 (main): Trigger a vfork and an unknown syscall.
323 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
324 (unknown_syscall_number): Likewise.
325 (check_call_to_syscall): Accept an optional syscall pattern.
326 (check_return_from_syscall): Likewise.
327 (check_continue): Likewise.
328 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
329 (test_catch_syscall_skipping_return): New test toggling off 'catch
330 syscall' to step over the syscall return, then toggling back on.
331 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
332 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
333 (do_syscall_tests): Call test_catch_syscall_without_args and
334 test_catch_syscall_mid_vfork.
335 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
336 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
337
b32b93c6
AS
3382015-10-19 Andrew Stubbs <ams@codesourcery.com>
339
340 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
341 print g_vE): Add new pass patterns.
342 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
343 print various symbol names for vptr fields.
344
9d622bda
AB
3452015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
346
347 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
348 results.
349
0fd8ac1c
YQ
3502015-10-12 Yao Qi <yao.qi@linaro.org>
351
352 * gdb.arch/disp-step-insn-reloc.exp: New test case.
353
34240514
YQ
3542015-10-12 Yao Qi <yao.qi@linaro.org>
355
356 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
357 is aarch64*-*-linux*.
358
8240f442
YQ
3592015-10-12 Yao Qi <yao.qi@linaro.org>
360
361 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
362 (can_relocate_bcond_true): ... it.
363 (can_relocate_bcond_false): New function.
364 (foo): Likewise.
365 (can_relocate_bl): Likewise.
366 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
367 can_relocate_bl.
368
2520f728
PMR
3692015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
370
371 * gdb.base/nested-addr.c: New file.
372 * gdb.base/nested-addr.exp: New testcase.
373
abcef95a
MM
3742015-10-09 Markus Metzger <markus.t.metzger@intel.com>
375
376 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
377 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
378 its output. Ignore the output of "record goto begin" and instead
379 check that GDB is replaying.
380
145e3ddb
PA
3812015-10-09 Pedro Alves <palves@redhat.com>
382
383 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
384 (top level): Use it in the run with no args test.
385
d5d8c4e1
IB
3862015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
387
388 * gdb.dlang/properties.exp: New file.
389
06e635ef
SL
3902015-10-02 Sandra Loosemore <sandra@codesourcery.com>
391
392 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
393 whether or not address 0x1000 is mapped on the target.
394
e019fd1d
SM
3952015-09-30 Simon Marchi <simon.marchi@ericsson.com>
396
397 * gdb.python/py-type.exp: Do not run tests if binaries fail to
398 build.
399
77ba2a67
MM
4002015-09-30 Markus Metzger <markus.t.metzger@intel.com>
401
402 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
403 instruction-history test.
404
c60eb31f
DE
4052015-09-28 Doug Evans <dje@google.com>
406
407 * gdb.base/gcore.c (array_func): Add reference to static_array.
408
9a3c8263
SM
4092015-09-25 Simon Marchi <simon.marchi@ericsson.com>
410
411 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
412 source line.
413
9720e656
SL
4142015-09-24 Sandra Loosemore <sandra@codesourcery.com>
415
416 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
417 short or char as base type.
418
938d3bf2
SL
4192015-09-23 Sandra Loosemore <sandra@codesourcery.com>
420
421 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
422 to allow any size enum.
423
e6c2c623
PMR
4242015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
425
426 * gdb.ada/array_ptr_renaming.exp: New testcase.
427 * gdb.ada/array_ptr_renaming/foo.adb: New file.
428 * gdb.ada/array_ptr_renaming/pack.ads: New file.
429
06da0f77
PL
4302015-09-21 Pierre Langlois <pierre.langlois@arm.com>
431
432 * gdb.trace/ftrace-lock.c: New file.
433 * gdb.trace/ftrace-lock.exp: New file.
434
4f51c22a
PL
4352015-09-21 Pierre Langlois <pierre.langlois@arm.com>
436
437 * gdb.arch/insn-reloc.c: New file.
438 * gdb.arch/ftrace-insn-reloc.exp: New file.
439
7041adf4
PL
4402015-09-21 Pierre Langlois <pierre.langlois@arm.com>
441
442 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
443 instruction.
444 * gdb.trace/pendshr1.c (pendfunc): Likewise.
445 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
446 * gdb.trace/range-stepping.c: Likewise.
447 * gdb.trace/trace-break.c: Likewise.
448 * gdb.trace/trace-mt.c (thread_function): Likewise.
449 * gdb.trace/ftrace.c (marker): Likewise.
450 * gdb.trace/trace-condition.c (marker): Likewise.
451 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
452 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
453 is_aarch64_target.
454
015d2e7e
DE
4552015-09-18 Doug Evans <xdje42@gmail.com>
456
457 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
458 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
459
26b188a2
SL
4602015-09-18 Sandra Loosemore <sandra@codesourcery.com>
461
462 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
463 the breakpoint.
464
79dc332b
SL
4652015-09-18 Sandra Loosemore <sandra@codesourcery.com>
466
467 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
468 the pending breakpoint. Remove timeout override for "Run till
469 MI pending breakpoint on pendfunc3 on thread 2" test.
470
f57929f2
SL
4712015-09-18 Sandra Loosemore <sandra@codesourcery.com>
472
473 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
474 filename pattern.
475
3f469b17
SL
4762015-09-18 Sandra Loosemore <sandra@codesourcery.com>
477
478 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
479 in breakpoint filename pattern.
480
515b89b3
SL
4812015-09-18 Sandra Loosemore <sandra@codesourcery.com>
482
7800dbe4
SL
483 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
484
4852015-09-18 Sandra Loosemore <sandra@codesourcery.com>
486
515b89b3
SL
487 * gdb.linespec/explicit.exp: Check for readline support for
488 tab-completion tests. Fix obvious typo.
489
d2939ba2
MM
4902015-09-18 Markus Metzger <markus.t.metzger@intel.com>
491
492 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
493 and replay.
494
cbb55fa7
MM
4952015-09-18 Markus Metzger <markus.t.metzger@intel.com>
496
497 * gdb.btrace/non-stop.c: New.
498 * gdb.btrace/non-stop.exp: New.
499
43691ca1
PL
5002015-09-17 Pierre Langlois <pierre.langlois@arm.com>
501 Yao Qi <yao.qi@linaro.org>
502
503 * gdb.trace/trace-condition.c: New file.
504 * gdb.trace/trace-condition.exp: New file.
505
d78908cf
WW
5062015-09-16 Wei-cheng Wang <cole945@gmail.com>
507
508 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
509 for testing bytecode compilation.
510
1ed415e2
PA
5112015-09-16 Pedro Alves <palves@redhat.com>
512 Sandra Loosemore <sandra@codesourcery.com>
513
514 * gdb.threads/non-stop-fair-events.c (timeout): New global.
515 (SECONDS): Redefine.
516 (main): Call pthread_kill and alarm early.
517 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
518 support.
519 (test): If the target can't hardware step and doesn't support
520 displaced stepping, increase the timeout.
521
d136eff5
PA
5222015-09-16 Pedro Alves <palves@redhat.com>
523
524 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
525 (enable_debug): New procedures.
526 (test): Use them. Bail out if waiting for threads fails.
527 (top level): Bail out if a test fails.
528
991f019c
YQ
5292015-09-16 Yao Qi <yao.qi@linaro.org>
530
531 * gdb.asm/asm-source.exp: Set asm-arch for
532 aarch64*-*-* target.
533 * gdb.asm/aarch64.inc: New file.
534
bfca584f
PMR
5352015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
536
537 * gdb.ada/array_of_variable_length.exp: New testcase.
538 * gdb.ada/array_of_variable_length/foo.adb: New file.
539 * gdb.ada/array_of_variable_length/pck.adb: New file.
540 * gdb.ada/array_of_variable_length/pck.ads: New file.
541
b326e587
DE
5422015-09-15 Doug Evans <dje@google.com>
543
544 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
545 of function static local variable.
546
5382cfab
PW
5472015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
548
549 * gdb.threads/tls-so_extern.exp: New test file.
550 * gdb.threads/tls-so_extern.c: New test file.
551 * gdb.threads/tls-so_extern_main.c: New test file.
552
141c5cc4
JK
5532015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
554
555 * gdb.opt/solib-intra-step-lib.c: New file.
556 * gdb.opt/solib-intra-step-main.c: New file.
557 * gdb.opt/solib-intra-step.exp: New file.
558
d15dcecd
PA
5592015-09-15 Pedro Alves <palves@redhat.com>
560
561 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
562 gdb_continue_to_breakpoint instead of gdb_test_multiple.
563
4c2f2a79
PA
5642015-09-14 Pedro Alves <palves@redhat.com>
565
566 * gdb.base/hook-stop-continue.c: Delete.
567 * gdb.base/hook-stop-continue.exp: Delete.
568 * gdb.base/hook-stop-frame.c: Delete.
569 * gdb.base/hook-stop-frame.exp: Delete.
570 * gdb.base/hook-stop.c: New file.
571 * gdb.base/hook-stop.exp: New file.
572
919e6dbe
PMR
5732015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
574
575 * gdb.ada/access_to_packed_array.exp: New testcase.
576 * gdb.ada/access_to_packed_array/foo.adb: New file.
577 * gdb.ada/access_to_packed_array/pack.adb: New file.
578 * gdb.ada/access_to_packed_array/pack.ads: New file.
579
157280a4
MM
5802015-09-14 Markus Metzger <markus.t.metzger@intel.com>
581
582 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
583 buffer size test.
584
2fd33e94
DB
5852015-09-11 Don Breazeal <donb@codesourcery.com>
586
587 * gdb.base/foll-exec.c: Add copyright header. Fix
588 formatting issues.
589 * gdb.base/foll-exec.exp (zap_session): Delete proc.
590 (do_exec_tests): Use clean_restart in place of zap_session,
591 and for test initialization. Fix formatting issues. Use
592 fail in place of perror.
593 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
594 an expect statement to match an expression with output from
595 the program under debug.
596 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
597 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
598 * gdb.threads/non-ldr-exc-2.exp: Likewise.
599 * gdb.threads/non-ldr-exc-3.exp: Likewise.
600 * gdb.threads/non-ldr-exc-4.exp: Likewise.
601
e70b6e8e
DE
6022015-09-09 Doug Evans <dje@google.com>
603
604 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
605
7a551a51
DE
6062015-09-09 Doug Evans <dje@google.com>
607
608 * gdb.base/pie-execl.exp: Fix result test of build_executable.
609
4c666f84
DE
6102015-09-09 Doug Evans <dje@google.com>
611
612 * gdb.base/savedregs.exp: Fix typo.
613
243a9253
PA
6142015-09-09 Pedro Alves <palves@redhat.com>
615
616 * gdb.mi/mi-cli.exp: Add CLI finish tests.
617
c0fa8fbd
SL
6182015-09-08 Sandra Loosemore <sandra@codesourcery.com>
619
620 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
621 command actually switches threads. Give up on remaining
622 tests if target fails to stop at breakpoint.
623
cd7c1778
PMR
6242015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
625
626 * gdb.ada/funcall_char.exp: New testcase.
627 * gdb.ada/funcall_char/foo.adb: New file.
628
dc5c8746
PMR
6292015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
630
631 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
632 expected outputs. Add two testcases for completing ambiguous
633 functions.
634 * gdb.ada/complete/aux_pck.adb: New file.
635 * gdb.ada/complete/aux_pck.ads: New file.
636 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
637 Ambiguous_Func functions.
638 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
639 * gdb.ada/complete/pck.adb: Likewise.
640
4e83a1e7
UW
6412015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
642
643 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
644 failures to run the test program under GDB.
645
8ce74153
LM
6462015-08-26 Luis Machado <lgustavo@codesourcery.com>
647
648 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
649 to C.
650
e9756d52
PP
6512015-08-26 Patrick Palka <patrick@parcs.ath.cx>
652
653 * gdb.base/run-after-attach.exp: New test file.
654 * gdb.base/run-after-attach.c: New test file.
655
8d37573b
DB
6562015-08-26 Don Breazeal <donb@codesourcery.com>
657
658 * gdb.base/foll-exec-2.c: New test program.
659 * gdb.base/foll-exec-2.exp: New test.
660
63e43d3a
PMR
6612015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
662
663 * gdb.base/nested-subp1.exp: New file.
664 * gdb.base/nested-subp1.c: New file.
665 * gdb.base/nested-subp2.exp: New file.
666 * gdb.base/nested-subp2.c: New file.
667 * gdb.base/nested-subp3.exp: New file.
668 * gdb.base/nested-subp3.c: New file.
669
3d40fbb5
PA
6702015-08-24 Pedro Alves <palves@redhat.com>
671
672 * gdb.server/connect-without-multi-process.c: New file.
673 * gdb.server/connect-without-multi-process.exp: New file.
674
4422ac93
LM
6752015-08-24 Luis Machado <lgustavo@codesourcery.com>
676
677 * gdb.opt/inline-markers.c: Make z int.
678
91dddb86
LM
6792015-08-24 Luis Machado <lgustavo@codesourcery.com>
680
681 * gdb.opt/inline-markers.c: Make z volatile.
682
a48847ee
LM
6832015-08-24 Luis Machado <lgustavo@codesourcery.com>
684
685 * gdb.opt/inline-bt.c: New volatile global z.
686 * gdb.opt/inline-cmds.c: Likewise.
687 * gdb.opt/inline-locals.c: Likewise.
688 * gdb.opt/inline-markers.c: New extern global z.
689 (marker): Use z.
690 (inline_fn): Likewise.
691
0ebbc52b
PA
6922015-08-24 Pedro Alves <palves@redhat.com>
693
694 * config/m32r-stub.exp: Remove file.
695 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
696 * gdb.base/call-rt-st.exp: Likewise.
697 * gdb.base/call-strs.exp: Likewise.
698 * gdb.base/default.exp: Remove references to h8300-*-hms and
699 *-*-udi*.
700 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
701
77c365df
AA
7022015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
703
704 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
705 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
706 and "return" use KFAIL when GDB can not read/write the vector
707 return value.
708
4313b8c0
GB
7092015-08-21 Gary Benson <gbenson@redhat.com>
710
711 * gdb.trace/pending.exp: Cope with remote transfer warnings.
712
0e433b32
PA
7132015-08-20 Pedro Alves <palves@redhat.com>
714
715 * gdb.server/solib-list.exp: No longer expect an interior stop in
716 non-stop mode.
717
221e1a37
PA
7182015-08-20 Pedro Alves <palves@redhat.com>
719
720 * gdb.server/connect-stopped-target.c: New file.
721 * gdb.server/connect-stopped-target.exp: New file.
722
40e3ad0e
PA
7232015-08-20 Pedro Alves <palves@redhat.com>
724
725 * gdb.dwarf2/comp-unit-lang.exp: New file.
726 * gdb.dwarf2/comp-unit-lang.c: New file.
727
af39b327
PMR
7282015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
729
730 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
731 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
732
7d45c7c3 7332015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 734
7d45c7c3
KB
735 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
736 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
737
4d6cceb4
DE
7382015-08-18 Doug Evans <dje@google.com>
739 Adrian Sendroiu <adrian.sendroiu@freescale.com>
740
741 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
742 skip_python_tests. New arg prompt_regexp.
743 (skip_python_tests): New function.
744 * lib/mi-support.exp (mi_skip_python_tests): New function.
745 * gdb.python/py-mi-objfile-gdb.py: New file.
746 * gdb.python/py-mi-objfile.c: New file.
747 * gdb.python/py-mi-objfile.exp: New file.
748
ad89c2aa
KS
7492015-08-17 Keith Seitz <keiths@redhat.com>
750
751 * gdb.linespec/explicit.exp: Move strace test from here ...
752 * gdb.trace/strace.exp: ... to here.
753
e3ae3c43
PP
7542015-08-15 Patrick Palka <patrick@parcs.ath.cx>
755
756 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
757 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
758
604b2636
DE
7592015-08-14 Doug Evans <xdje42@gmail.com>
760
761 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
762 inferior before selecting a new file.
763
6ff0ba5f
DE
7642015-08-14 Doug Evans <xdje42@gmail.com>
765
766 * gdb.mi/mi-disassemble.exp: Update.
767 * gdb.base/disasm-optim.S: New file.
768 * gdb.base/disasm-optim.c: New file.
769 * gdb.base/disasm-optim.h: New file.
770 * gdb.base/disasm-optim.exp: New file.
771
9ca98f92
KS
7722015-08-14 Keith Seitz <keiths@redhat.com>
773
774 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
775 "evaluated-by".
776
52bbc560
JB
7772015-08-13 Joel Brobecker <brobecker@adacore.com>
778
779 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
780
5d8c3ed3
PMR
7812015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
782
783 * gdb.ada/fun_renaming.exp: New testcase.
784 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
785 * gdb.ada/fun_renaming/pack.adb: New file.
786 * gdb.ada/fun_renaming/pack.ads: New file.
787
ea8812bc
KS
7882015-08-12 Keith Seitz <keiths@redhat.com>
789
790 * gdb.base/dso2dso.exp: Pass basename of source file in call to
791 gdb_get_line_number.
792
4dafcdeb
JB
7932015-08-12 Joel Brobecker <brobecker@adacore.com>
794
795 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
796 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
797 gdb.base/dso2dso.exp: New files.
798
5ba32597
SDJ
7992015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
800 Pedro Alves <palves@redhat.com>
801 Keith Seitz <keiths@redhat.com>
802
803 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
804 GDBFLAGS.
805
b6dafabf
PP
8062015-08-12 Patrick Palka <patrick@parcs.ath.cx>
807
808 * gdb.base/gdbhistsize-history.exp
809 (test_histsize_history_setting): Use save_vars.
810 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
811 Use save_vars.
812 (test_no_truncation_of_unlimited_history_file): Use save_vars.
813 * gdb.base/readline.exp: Use save_vars.
814
abe8e607
PP
8152015-08-12 Patrick Palka <patrick@parcs.ath.cx>
816
817 * lib/gdb.exp (save_vars): New proc.
818
629500fa
KS
8192015-08-11 Keith Seitz <keiths@redhat.com>
820
821 * gdb.base/help.exp: Update help_breakpoint_text.
822
eb8c4e2e
KS
8232015-08-11 Keith Seitz <keiths@redhat.com>
824
825 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
826 (at toplevel): Call test_explicit_breakpoints.
827 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
828 breakpoints.
829 * lib/mi-support.exp (mi_make_breakpoint): Add support for
830 breakpoint conditions, "-cond".
831
87f0e720
KS
8322015-08-11 Keith Seitz <keiths@redhat.com>
833
834 * gdb.linespec/3explicit.c: New file.
835 * gdb.linespec/cpexplicit.cc: New file.
836 * gdb.linespec/cpexplicit.exp: New file.
837 * gdb.linespec/explicit.c: New file.
838 * gdb.linespec/explicit.exp: New file.
839 * gdb.linespec/explicit2.c: New file.
840 * gdb.linespec/ls-errs.exp: Add explicit location tests.
841 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
842 before using in the matching pattern.
843 Clarify that `prefix' is a regular expression.
844
f00aae0f
KS
8452015-08-11 Keith Seitz <keiths@redhat.com>
846
847 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
848 test.
849 Add tests for missing ",FMT" and ",".
850
e27852be
DE
8512015-08-10 Doug Evans <dje@google.com>
852 Keith Seitz <keiths@redhat.com>
853
854 PR gdb/17960
855 * gdb.base/completion.exp: Add location completer tests.
856
7f03bd92
PA
8572015-08-07 Pedro Alves <palves@redhat.com>
858
859 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
860 tests here.
861 (top level): Run do_test with and without displaced stepping.
862
3fc8eb30
PA
8632015-08-07 Pedro Alves <palves@redhat.com>
864
865 * gdb.base/valgrind-disp-step.c: New file.
866 * gdb.base/valgrind-disp-step.exp: New file.
867
d4569d7b
PA
8682015-08-07 Pedro Alves <palves@redhat.com>
869
870 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
871 Delete function.
872 (main): Add alarm. Run an infinite loop instead of calling
873 wait_threads.
874 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
875 comment.
876 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
877 Delete function.
878 (main): Add alarm. Run an infinite loop instead of calling
879 wait_threads.
880 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
881 comment.
882
e1316e60
PA
8832015-08-07 Pedro Alves <palves@redhat.com>
884
885 * gdb.base/checkpoint-ns.exp: New file.
886 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
887 standard_testfile.
888
da8c46d2
MM
8892015-08-07 Markus Metzger <markus.t.metzger@intel.com>
890
891 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
892 * gdb.btrace/instruction_history.exp: Update.
893 * gdb.btrace/tsx.exp: New.
894 * gdb.btrace/tsx.c: New.
895
de1c2c52
PA
8962015-08-06 Pedro Alves <palves@redhat.com>
897
898 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
899 increase timeout.
900 * gdb.reverse/until-precsave.exp: Bump timeouts.
901
782e0bf4
PA
9022015-08-06 Pedro Alves <palves@redhat.com>
903
904 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
905
83e97ed0
PA
9062015-08-06 Pedro Alves <palves@redhat.com>
907
908 PR gdb/18749
909 * gdb.threads/process-dies-while-handling-bp.c: New file.
910 * gdb.threads/process-dies-while-handling-bp.exp: New file.
911
863d01bd
PA
9122015-08-06 Pedro Alves <palves@redhat.com>
913
914 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
915 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
916
0a39bb32
PA
9172015-08-05 Pedro Alves <palves@redhat.com>
918
919 * gdb.threads/next-while-other-thread-longjmps.c: New file.
920 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
921
ee2d2b10
SL
9222015-08-03 Sandra Loosemore <sandra@codesourcery.com>
923
924 * gdb.base/bp-permanent.exp: Report test as unsupported if
925 the target cannot stop at the permanent breakpoint.
926
4e1bdb00
DE
9272015-08-03 Doug Evans <dje@google.com>
928
929 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
930 10000.
931
3d338901
DE
9322015-08-03 Doug Evans <dje@google.com>
933
934 * Makefile.in (workers/%.worker, build-perf): New rule.
935 (GDB_PERFTEST_MODE): New variable.
936 (check-perf): Use it.
937 (clean): Clean up gdb.perf parallel build subdirs.
938 * lib/build-piece.exp: New file.
939 * lib/gdb.exp (make_gdb_parallel_path): New function
940 (standard_output_file, standard_temp_file): Call it.
941 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
942 of $GDB_PARALLEL.
943 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
944
af061d3e
DE
9452015-08-03 Doug Evans <dje@google.com>
946
8e1afc81 947 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
948 (LOG_FILE_NAME): New global.
949 (TextReporter.__init__): Initialize self.txt_sum.
950 (TextReporter.report): Add support for multiple data-points.
951 Move report to perftest.sum, put raw data in perftest.log.
952 (TextReporter.start): Open sum and log files.
953 (TextReporter.end): Close sum and log files.
8e1afc81
DE
954 * gdb.perf/lib/perftest/testresult.py
955 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 956
2c8c5d37
PA
9572015-07-31 Pedro Alves <palves@redhat.com>
958
959 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
960 Use spawn_id_get_pid. Wait for spawn id after eof. Use
961 kill_wait_spawned_process instead of explicit "kill -9".
962 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
963 returning a spawn id instead of a pid. Use spawn_id_get_pid and
964 kill_wait_spawned_process.
965 * gdb.base/attach-twice.exp: Likewise.
966 * gdb.base/attach.exp: Likewise.
967 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
968 gdb_test_multiple.
969 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
970 returning a spawn id instead of a pid. Use spawn_id_get_pid and
971 kill_wait_spawned_process.
972 * gdb.base/valgrind-infcall.exp: Likewise.
973 * gdb.multi/multi-attach.exp: Likewise.
974 * gdb.python/py-prompt.exp: Likewise.
975 * gdb.python/py-sync-interp.exp: Likewise.
976 * gdb.server/ext-attach.exp: Likewise.
977 * gdb.threads/attach-into-signal.exp (corefunc): Use
978 spawn_wait_for_attach, spawn_id_get_pid and
979 kill_wait_spawned_process.
980 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
981 spawn_wait_for_attach returning a spawn id instead of a pid. Use
982 spawn_id_get_pid and kill_wait_spawned_process.
983 * gdb.threads/attach-stopped.exp (corefunc): Use
984 spawn_wait_for_attach, spawn_id_get_pid and
985 kill_wait_spawned_process.
986 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
987 Use spawn_id_get_pid. Wait for spawn id after eof. Use
988 kill_wait_spawned_process instead of explicit "kill -9".
989 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
990 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
991 (spawn_wait_for_attach): Use spawn instead of exec to spawn
992 processes. Don't map cygwin/windows pids here. Now returns a
993 spawn id list.
994
032a0fca
SL
9952015-07-30 Sandra Loosemore <sandra@codesourcery.com>
996
997 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
998 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
999 correct patch.
1000
61a934ca
SL
10012015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1002
1003 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
1004
4bc4d428
SL
10052015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1006
1007 Reapply:
1008 2014-05-21 Mark Wielaard <mjw@redhat.com>
1009
1010 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
1011
998d452a
PA
10122015-07-30 Pedro Alves <palves@redhat.com>
1013
1014 * linux-low.c (handle_extended_wait): Set the child's last
1015 reported status to TARGET_WAITKIND_STOPPED.
1016
69dde7dc
PA
10172015-07-30 Pedro Alves <palves@redhat.com>
1018
1019 PR threads/18600
1020 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
1021 only shows inferior 1.
1022
4dd63d48
PA
10232015-07-30 Simon Marchi <simon.marchi@ericsson.com>
1024 Pedro Alves <palves@redhat.com>
1025
1026 PR threads/18600
1027 * gdb.threads/fork-plus-threads.c: New file.
1028 * gdb.threads/fork-plus-threads.exp: New file.
1029
d618e4c5
PP
10302015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1031
1032 * gdb.base/batch-preserve-term-settings.exp
1033 (test_terminal_settings_preserved_after_cli_exit): Use
1034 send_quit_command.
1035
1eef6428
PA
10362015-07-29 Pedro Alves <palves@redhat.com>
1037 Don Breazeal <donb@codesourcery.com>
1038
1039 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
1040 output from both inferior_spawn_id and gdb_spawn_id.
1041
7da5b897
SDJ
10422015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
1043
1044 * gdb.threads/attach-into-signal.exp (corefunc): Use
1045 with_test_prefix on nested loops, uniquefying the test messages.
1046
dac804df
SDJ
10472015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
1048
1049 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
1050 commit.
1051
06265e53
PP
10522015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1053
1054 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
1055 New proc.
1056 (test_terminal_settings_preserved_after_sigterm): New test.
1057
18206ca3
PP
10582015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1059
1060 * gdb.base/batch-preserve-term-settings.exp
1061 (test_terminal_settings_preserved_after_cli_exit): New test.
1062
90074d11
PP
10632015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1064
1065 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
1066 manipulation of saved_gdbflags.
1067 (test_terminal_settings_preserved): Remove global declaration of
1068 the unused variable pagination_prompt. Remove manipulation of
1069 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
1070 GDBFLAGS.
1071
eb1a7902
PA
10722015-07-29 Pedro Alves <palves@redhat.com>
1073
1074 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
1075
8b75dd3b
PA
10762015-07-29 Pedro Alves <palves@redhat.com>
1077
1078 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
1079 at the top.
1080
dedad4e3
PA
10812015-07-29 Pedro Alves <palves@redhat.com>
1082
1083 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
1084 (main): Call gdb_unbuffer_output.
1085 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
1086 (main): Call gdb_unbuffer_output.
1087 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
1088 (main): Call gdb_unbuffer_output.
1089 * gdb.base/call-strs.exp: Adjust to step over the
1090 gdb_unbuffer_output call.
1091 * gdb.base/catch-gdb-caused-signals.c: Include
1092 "../lib/unbuffer_output.c".
1093 (main): Call gdb_unbuffer_output.
1094 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
1095 (main): Call gdb_unbuffer_output.
1096 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
1097 (main): Call gdb_unbuffer_output.
1098 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
1099 (main): Call gdb_unbuffer_output.
1100 * gdb.base/shlib-call.exp: Adjust to step over the
1101 gdb_unbuffer_output call.
1102 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
1103 (main): Call gdb_unbuffer_output.
1104 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
1105 (main): Call gdb_unbuffer_output.
1106 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
1107 (main): Rename to ...
1108 (test): ... this.
1109 (main): Reimplement.
1110 * gdb.base/varargs.exp: Run to test instead of to main.
1111 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
1112 (main): Call gdb_unbuffer_output.
1113
58789a91
PA
11142015-07-29 Pedro Alves <palves@redhat.com>
1115
1116 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
1117 factore out from mi_continue_dprintf. For call-style dprintfs,
1118 expect dprintf output out of $inferior_spawn_id.
1119 (mi_continue_dprintf): Use mi_expect_dprintf.
1120 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
1121 (main): Call gdb_unbuffer_output.
1122
e8376742
PA
11232015-07-29 Pedro Alves <palves@redhat.com>
1124
1125 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
1126 (default_mi_gdb_start): Set inferior_spawn_id instead of
1127 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
1128 gdb_spawn_id.
1129 (mi_gdb_test): Always expect inferior output from both
1130 $inferior_spawn_id and $gdb_spawn_id.
1131
08280010
PA
11322015-07-29 Pedro Alves <palves@redhat.com>
1133
1134 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
1135 send_inferior and $inferior_spawn_id.
1136
4d30e432
PA
11372015-07-29 Pedro Alves <palves@redhat.com>
1138
1139 * gdb.gdb/complaints.exp (test_initial_complaints)
1140 (test_serial_complaints, test_short_complaints): Use
1141 gdb_test_stdio.
1142 (test_empty_complaint): Handle $inferior_spawn_id !=
1143 $gdb_spawn_id.
1144
0d30a335
PA
11452015-07-29 Pedro Alves <palves@redhat.com>
1146
1147 * gdb.base/varargs.exp: Use gdb_test_stdio.
1148
39413b29
PA
11492015-07-29 Pedro Alves <palves@redhat.com>
1150
1151 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
1152
7cb000a9
PA
11532015-07-29 Pedro Alves <palves@redhat.com>
1154
1155 * gdb.base/ending-run.exp: Use gdb_test_stdio.
1156
d7b8ac82
PA
11572015-07-29 Pedro Alves <palves@redhat.com>
1158
1159 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
1160 parameter into two new parameters, "inf_result" and "gdb_result".
1161 Expect inferior output and gdb output from $inferior_spawn_id and
1162 $gdb_spawn_id, respectively. Adjust all callers.
1163
789c3a0c
PA
11642015-07-29 Pedro Alves <palves@redhat.com>
1165
1166 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
1167 of gdb_test_sequence.
1168
77e760c3
PA
11692015-07-29 Pedro Alves <palves@redhat.com>
1170
1171 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
1172 (saw_spurious_output): Expect inferior output from
1173 $inferior_spawn_id. Use gdb_test_stdio.
1174
8396d2cd
PA
11752015-07-29 Pedro Alves <palves@redhat.com>
1176
1177 * gdb.base/dprintf.exp: Use standard_testfile. Change
1178 prepare_for_testing call.
1179 (srcfile): Don't set.
1180 (restart): New procedure.
1181 (test_dprintf): New procecure, use to continue over dprintfs.
1182 (test_call, test_agent): New procedures, tests moved here.
1183 Restart gdb and recreate dprintfs. Adjust expected output.
1184
2051d61f
PA
11852015-07-29 Pedro Alves <palves@redhat.com>
1186
1187 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
1188
452397af
PA
11892015-07-29 Pedro Alves <palves@redhat.com>
1190
1191 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
1192
8aed9555
PA
11932015-07-29 Pedro Alves <palves@redhat.com>
1194
1195 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
1196 gdb_test_stdio.
1197
188a61b4
PA
11982015-07-29 Pedro Alves <palves@redhat.com>
1199
1200 * lib/gdb.exp (gdb_test_stdio): New procedure.
1201
12264a45
PA
12022015-07-29 Pedro Alves <palves@redhat.com>
1203
1204 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
1205
23ffc893
PA
12062015-07-29 Pedro Alves <palves@redhat.com>
1207
1208 * gdb.base/call-signal-resume.exp: Remove check for
1209 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
1210 * gdb.base/unwindonsignal.exp: Likewise.
1211 * gdb.base/call-signals.c (gen_signal): Remove printf call.
1212 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
1213
65566918
PA
12142015-07-29 Pedro Alves <palves@redhat.com>
1215
1216 * gdb.base/siginfo-addr.c (pass): New function.
1217 (handler): Call it iff si_addr is correct.
1218 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
1219 Set a breakpoint at "pass" and continue to it.
1220
d60a9221
SDJ
12212015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
1222
1223 * gdb.python/py-objfile.exp: Make some tests have unique names.
1224 * gdb.python/py-pp-registration.exp: Likewise.
1225
bde40b8f
PA
12262015-07-28 Pedro Alves <palves@redhat.com>
1227
1228 * gdb.server/server-exec-info.exp: Issue a "disconnect".
1229
13e1dec8
SM
12302015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1231
1232 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
1233
da33c9a7
SM
12342015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1235
1236 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
1237
077836f7
PP
12382015-07-27 Patrick Palka <patrick@parcs.ath.cx>
1239
1240 * gdb.base/gdb-sigterm-2.exp: New test.
1241
b8cc7b2e
DE
12422015-07-25 Doug Evans <xdje42@gmail.com>
1243
1244 Revert:
1245 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
1246 (workers/%.worker, build-perf): New rule.
1247 (GDB_PERFTEST_MODE): New variable.
1248 (check-perf): Use it.
1249 (clean): Clean up gdb.perf parallel build subdirs.
1250 * lib/build-piece.exp: New file.
1251 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
1252 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
1253 name.
1254 (standard_temp_file): Ditto.
1255 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1256 of $GDB_PARALLEL.
1257
c8bd4544
DE
12582015-07-24 Doug Evans <dje@google.com>
1259
1260 * gdb.perf/lib/perftest/utils.py: New file.
1261 * gdb.perf/gm-hello.cc: New file.
1262 * gdb.perf/gm-pervasive-typedef.cc: New file.
1263 * gdb.perf/gm-pervasive-typedef.h: New file.
1264 * gdb.perf/gm-std.cc: New file.
1265 * gdb.perf/gm-std.h: New file.
1266 * gdb.perf/gm-use-cerr.cc: New file.
1267 * gdb.perf/gm-utils.h: New file.
1268 * gdb.perf/gmonster-null-lookup.py: New file.
1269 * gdb.perf/gmonster-pervasive-typedef.py: New file.
1270 * gdb.perf/gmonster-print-cerr.py: New file.
1271 * gdb.perf/gmonster-ptype-string.py: New file.
1272 * gdb.perf/gmonster-runto-main.py: New file.
1273 * gdb.perf/gmonster-select-file.py: New file.
1274 * gdb.perf/gmonster1-null-lookup.exp: New file.
1275 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
1276 * gdb.perf/gmonster1-print-cerr.exp: New file.
1277 * gdb.perf/gmonster1-ptype-string.exp: New file.
1278 * gdb.perf/gmonster1-runto-main.exp: New file.
1279 * gdb.perf/gmonster1-select-file.exp: New file.
1280 * gdb.perf/gmonster1.cc: New file.
1281 * gdb.perf/gmonster1.exp: New file.
1282 * gdb.perf/gmonster2-null-lookup.exp: New file.
1283 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
1284 * gdb.perf/gmonster2-print-cerr.exp: New file.
1285 * gdb.perf/gmonster2-ptype-string.exp: New file.
1286 * gdb.perf/gmonster2-runto-main.exp: New file.
1287 * gdb.perf/gmonster2-select-file.exp: New file.
1288 * gdb.perf/gmonster2.cc: New file.
1289 * gdb.perf/gmonster2.exp: New file.
1290
6eab34f3
DE
12912015-07-24 Doug Evans <dje@google.com>
1292
1293 * gdb.perf/README: New file.
1294 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
1295 * lib/gen-perf-test.exp: New file.
1296
63738bfd
DE
12972015-07-24 Doug Evans <dje@google.com>
1298
1299 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
1300 (PerfTest::startup): New function.
1301 (PerfTest::run): Return result of calling body.
1302 (PerfTest::assemble): Rewrite.
1303 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
1304 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
1305 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
1306 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
1307 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
1308
7b606f95
DE
13092015-07-24 Doug Evans <dje@google.com>
1310
1311 * lib/gdb.exp (clean_restart): Make executable optional.
1312
a97b16b8
DE
13132015-07-24 Doug Evans <dje@google.com>
1314
1315 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
1316 compiler_info references.
1317 * gdb.cp/temargs.exp: Ditto.
1318 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
1319 (get_compiler_info): Early exit if already computed. Set compiler_info
1320 to "unknown" if there was a problem.
1321 (test_compiler_info): Add function comment. Call get_compiler_info.
1322
35baa57f
DE
13232015-07-24 Doug Evans <dje@google.com>
1324
1325 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
1326 (workers/%.worker, build-perf): New rule.
1327 (GDB_PERFTEST_MODE): New variable.
1328 (check-perf): Use it.
1329 (clean): Clean up gdb.perf parallel build subdirs.
1330 * lib/build-piece.exp: New file.
1331 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
1332 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
1333 name.
1334 (standard_temp_file): Ditto.
1335 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1336 of $GDB_PARALLEL.
1337
6ebea266
DE
13382015-07-24 Doug Evans <dje@google.com>
1339
1340 * lib/future.exp (gdb_default_target_compile): New option
1341 "early_flags".
1342 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
1343 --as-needed.
1344
1e76a7e9
SDJ
13452015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
1346
1347 * gdb.base/catch-syscall.exp: Call gdb_exit before
1348 gdb_skip_xml_test.
1349
5068630a
PA
13502015-07-24 Pedro Alves <palves@redhat.com>
1351
1352 * gdb.python/py-events.exp: Accept output between the stop event
1353 and the prompt.
1354 * gdb.python/py-evsignal.exp: Likewise.
1355 * gdb.python/py-evthreads.exp: Likewise.
1356
77598427
PA
13572015-07-24 Pedro Alves <palves@redhat.com>
1358
1359 PR gdb/18717
1360 * gdb.threads/non-ldr-exit.c: New file.
1361 * gdb.threads/non-ldr-exit.exp: New file.
1362
11e6c98f
YQ
13632015-07-24 Yao Qi <yao.qi@linaro.org>
1364
1365 * gdb.server/ext-wrapper.exp: Test --wrapper option when
1366 restarting process.
1367
51aee833
YQ
13682015-07-24 Yao Qi <yao.qi@linaro.org>
1369
1370 * gdb.server/ext-restart.exp: New file.
1371
8cfe207c
YQ
13722015-07-24 Yao Qi <yao.qi@linaro.org>
1373
1374 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
1375 argument options.
1376 * gdb.server/ext-wrapper.exp: New file.
1377
cc12ce38
DE
13782015-07-23 Doug Evans <dje@google.com>
1379
1380 * gdb.dwarf2/dw2-dummy-cu.S: New file.
1381 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
1382
d0d84780
PMR
13832015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
1384
1385 * gdb.ada/var_arr_typedef.exp: New testcase.
1386 * gdb.ada/var_arr_typedef/pack.adb: New file.
1387 * gdb.ada/var_arr_typedef/pack.ads: New file.
1388 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
1389
8b558f79
JB
13902015-07-20 Joel Brobecker <brobecker@adacore.com>
1391
1392 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
1393
775a3298
JK
13942015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1395
1396 * gdb.arch/i386-biarch-core.exp: Replace istarget
1397 by "complete set gnutarget". Remove expectation for the "core-file"
1398 command.
1399
db1ff28b
JK
14002015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1401
1402 Revert the previous commit:
1403 Tests for validate symbol file using build-id.
1404
0a94970d
JK
14052015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1406
1407 Tests for validate symbol file using build-id.
1408 * gdb.base/solib-mismatch-lib.c: New file.
1409 * gdb.base/solib-mismatch-libmod.c: New file.
1410 * gdb.base/solib-mismatch.c: New file.
1411 * gdb.base/solib-mismatch.exp: New file.
1412
03346981
SL
14132015-07-15 Sandra Loosemore <sandra@codesourcery.com>
1414
1415 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
1416 nios2-*-linux*.
1417 * gdb.base/sigbpt.exp (stepi_out): Likewise.
1418 * gdb.base/siginfo.exp: Likewise.
1419 * gdb.base/sigstep.exp (advance, advancei): Likewise.
1420
42422cc7
PL
14212015-07-15 Pierre Langlois <pierre.langlois@arm.com>
1422
1423 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
1424 Move it to ...
1425 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
1426 ... here.
1427 * gdb.trace/range-stepping.exp: Check that the target supports
1428 range stepping.
1429
cfa68bae
JK
14302015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1431
1432 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
1433
8ffdba26
PA
14342015-07-14 Pedro Alves <palves@redhat.com>
1435
1436 * gdb.base/killed-outside.exp: New file.
1437 * gdb.base/killed-outside.c: New file.
1438
218a5a11
JK
14392015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1440
1441 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
1442 (n at main): New.
1443 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
1444
e03ed3c6
AA
14452015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1446
1447 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
1448 infcall tests instead of setting up for KFAIL.
1449
485668e5
MM
14502015-07-10 Markus Metzger <markus.t.metzger@intel.com>
1451
1452 * gdb.btrace/record_goto-step.exp: New.
1453
08464196
JK
14542015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1455
1456 PR compile/18484
1457 * gdb.compile/compile.c (struct struct_type): Add volatile to
1458 selffield's type.
1459 * gdb.compile/compile.exp
1460 (compile code struct_object.selffield = &struct_object): Skip further
1461 struct_object tests if this one xfails.
1462
bcf5c1d9
RC
14632015-07-08 Robert O'Callahan <robert@ocallahan.org>
1464
1465 PR exp/18617
1466 * gdb.trace/ax.exp: Add test.
1467
4931af25
YQ
14682015-07-07 Yao Qi <yao.qi@linaro.org>
1469
1470 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
1471 instead of istarget "aarch64*-*-*".
1472 * gdb.arch/aarch64-fp.exp: Likewise.
1473 * gdb.base/float.exp: Likewise.
1474 * gdb.reverse/aarch64.exp: Likewise.
1475 * lib/gdb.exp (is_aarch64_target): New proc.
1476
9fcf688e
YQ
14772015-07-07 Yao Qi <yao.qi@linaro.org>
1478
1479 * lib/gdb.exp (is_aarch32_target): New proc.
1480 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
1481 instead of "istarget "arm*-*-*"".
1482 * gdb.arch/arm-disp-step.exp: Likewise.
1483 * gdb.arch/thumb-bx-pc.exp: Likewise.
1484 * gdb.arch/thumb-prologue.exp: Likewise.
1485 * gdb.arch/thumb-singlestep.exp: Likewise.
1486 * gdb.base/disp-step-syscall.exp: Likewise.
1487 * gdb.base/float.exp: Likewise.
1488
fbd8d50d
YQ
14892015-07-07 Yao Qi <yao.qi@linaro.org>
1490
1491 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
1492 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
1493
71be1fdc
YQ
14942015-07-07 Yao Qi <yao.qi@linaro.org>
1495
1496 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
1497 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
1498 if it exists.
1499 * gdb.multi/multi-arch.exp: Likewise.
1500
3e221d36
SM
15012015-07-07 Simon Marchi <simon.marchi@ericsson.com>
1502
1503 * gdb.python/py-lazy-string.exp: Add missing parentheses to
1504 print.
1505
d441430b
YQ
15062015-07-07 Yao Qi <yao.qi@linaro.org>
1507
1508 * gdb.arch/thumb-singlestep.exp: Do one more single step.
1509
06f810bd
MG
15102015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
1511
1512 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
1513 '[' and ']' characters.
1514
5e61e7c0
IB
15152015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
1516
1517 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1518
28bf096c
PA
15192015-06-29 Pedro Alves <palves@redhat.com>
1520
1521 PR threads/18127
1522 * gdb.threads/hand-call-new-thread.c: New file.
1523 * gdb.threads/hand-call-new-thread.c: New file.
1524
ee93cd5e
KS
15252015-06-26 Keith Seitz <keiths@redhat.com>
1526 Doug Evans <dje@google.com>
1527
1528 PR 16253
1529 * gdb.cp/var-tag-2.cc: New file.
1530 * gdb.cp/var-tag-3.cc: New file.
1531 * gdb.cp/var-tag-4.cc: New file.
1532 * gdb.cp/var-tag.cc: New file.
1533 * gdb.cp/var-tag.exp: New file.
1534
fc637f04
PP
15352015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1536
1537 * gdb.base/history-duplicates.exp: New test.
1538
2e52ae68
PP
15392015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1540
1541 * gdb.base/completion.exp: Test the completion of the "focus"
1542 command.
1543
6e22494e
JK
15442015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1545
1546 * gdb.arch/amd64-prologue-skip.S: New file.
1547 * gdb.arch/amd64-prologue-skip.exp: New file.
1548
bf7b9cd9
SM
15492015-06-25 Simon Marchi <simon.marchi@ericsson.com>
1550
1551 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
1552 is_address_zero_readable check.
1553
201e8dfd
PB
15542015-06-24 Peter Bergner <bergner@vnet.ibm.com>
1555
1556 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
1557 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
1558
5cd867b4
YQ
15592015-06-24 Yao Qi <yao.qi@linaro.org>
1560
1561 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
1562 linux targets.
1563
4d7be007
YQ
15642015-06-24 Yao Qi <yao.qi@linaro.org>
1565
1566 * lib/gdb.exp (supports_get_siginfo_type): New proc.
1567 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
1568 * gdb.base/siginfo-thread.exp: Likewise.
1569
07fcd301
YQ
15702015-06-22 Yao Qi <yao.qi@linaro.org>
1571
1572 * boards/remote-gdbserver-on-localhost.exp: Add comments.
1573
52042a00
YQ
15742015-06-22 Yao Qi <yao.qi@linaro.org>
1575
1576 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
1577 aarch64*-*-*.
1578 (skip_hw_watchpoint_tests): Likewise.
1579
74bd41ce
PP
15802015-06-18 Patrick Palka <patrick@parcs.ath.cx>
1581
1582 * gdb.base/gdbinit-history.exp: Test the interaction between
1583 setting GDBHISTSIZE and setting the history size via .gdbinit.
1584
bc460514
PP
15852015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1586
1587 PR gdb/16999
1588 * gdb.base/gdbhistsize-history.exp: New test.
1589
b58c513b
PP
15902015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1591
1592 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
1593 with GDBHISTSIZE.
1594 * gdb.base/readline.exp: Likewise.
1595
92046791
YQ
15962015-06-17 Yao Qi <yao.qi@linaro.org>
1597
1598 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
1599 line.
1600
2093d2d3
PP
16012015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1602
1603 * gdb.base/gdbinit-history.exp: Add test case to check that
1604 an unlimited history file does not get truncated on exit.
1605
e6c693af
AA
16062015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1607
1608 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
1609 (VECTOR): New macro. Use it...
1610 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
1611 ...for these typedefs.
1612 (int8, char1, int1, double1): New typedefs.
1613 (struct just_int2, struct two_int2): New structures.
1614 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
1615 (add_structvecs, add_singlevecs): New functions.
1616 (main): Call add_some_intvecs twice.
1617 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
1618 the compile and exit upon failure. Try compiling for the "native"
1619 architecture. Test inferior function calls with vector arguments
1620 and vector return value handling with "finish" and "return".
1621
c74f7d1c
JT
16222015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1623
1624 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
1625 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
1626 PE file.
1627 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
1628
98aa42ee
AT
16292015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
1630
1631 PR breakpoints/16465
1632 * gdb.mi/mi-dprintf-pending.c: New file.
1633 * gdb.mi/mi-dprintf-pending.exp: New test.
1634 * gdb.mi/mi-dprintf-pendshr.c: New file.
1635
7d73c23c 16362015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 1637 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
1638
1639 * gdb.arch/i386-mpx-map.c: New file.
1640 * gdb.arch/i386-mpx-map.exp: New File.
1641
16422015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1643
1644 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
1645 * gdb.arch/i386-mpx.exp: Indentation fixed.
1646
16472015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1648
1649 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
1650 function and improved indentation.
1651 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
1652 gdb_test_multiple. Added additional tests to skip the test.
1653
16542015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1655
1656 * gdb.arch/i386-avx512.c: Change path in include file.
1657 * gdb.arch/i386-avx512.exp: Change include dir path
1658 compilation flag.
1659 * gdb.arch/i386-mpx.c: Change path in include file.
1660 * gdb.arch/i386-mpx.exp: Change include dir path compilation
1661 flag.
1662
d5eba19a
JK
16632015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1664
1665 * gdb.compile/compile-print.exp (compile print *vararray@3)
1666 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
1667
7f361056
JK
16682015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1669
1670 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
1671 (do not keep jit in memory): ... this.
1672 (expect 5): Change it to ...
1673 (expect no 5): ... this.
1674
3b462ec2
SM
16752015-06-02 Simon Marchi <simon.marchi@ericsson.com>
1676
1677 PR gdb/15564
1678 * gdb.mi/mi-detach.exp: New file.
1679
e0619de6
JK
16802015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1681
1682 PR symtab/18392
1683 * gdb.arch/amd64-tailcall-self.S: New file.
1684 * gdb.arch/amd64-tailcall-self.c: New file.
1685 * gdb.arch/amd64-tailcall-self.exp: New file.
1686
e970cb34
DB
16872015-05-28 Don Breazeal <donb@codesourcery.com>
1688
1689 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
1690 tests for remote targets by checking is_target_gdbserver.
1691
b2e2f908
DE
16922015-05-27 Doug Evans <dje@google.com>
1693
1694 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
1695 * gdb.dwarf2/opaque-type-lookup.c: New file.
1696 * gdb.dwarf2/opaque-type-lookup.exp: New file.
1697
82c7be31
DE
16982015-05-26 Doug Evans <dje@google.com>
1699
1700 * gdb.cp/iostream.cc: New file.
1701 * gdb.cp/iostream.exp: New file.
1702
b4f54984
DE
17032015-05-26 Doug Evans <dje@google.com>
1704
1705 * gdb.dwarf2/dw2-op-call.exp: Update.
1706 * gdb.dwarf2/dw4-sig-types.exp: Update.
1707 * gdb.dwarf2/implptr.exp: Update.
1708 * gdb.mi/mi-cmd-param-changed.exp: Update.
1709
4ea6efe9
DE
17102015-05-26 Doug Evans <dje@google.com>
1711
1712 * gdb.python/py-lazy-string.c: New file.
1713 * gdb.python/py-lazy-string.exp: New file.
1714 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
1715 (main): Update. Add estring3.
1716 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
1717 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
1718
f6bb7db3
YQ
17192015-05-26 Omair Javaid <omair.javaid@linaro.org>
1720 Yao Qi <yao.qi@linaro.org>
1721
1722 * gdb.reverse/aarch64.c: New.
1723 * gdb.reverse/aarch64.exp: New.
1724
a81bfbd0
OJ
17252015-05-26 Omair Javaid <omair.javaid@linaro.org>
1726
1727 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
1728 (supports_reverse): Likewise.
1729
158bf1b4
PP
17302015-05-22 Patrick Palka <patrick@parcs.ath.cx>
1731
1732 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1733 Use with_test_prefix.
1734
a0145030
AB
17352015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
1736
1737 * gdb.base/completion.exp: Add test for completion of layout
1738 names.
1739
ebe3b578
AB
17402015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
1741
1742 * lib/gdb.exp (skip_tui_tests): New proc.
1743 * gdb.base/tui-layout.exp: Check skip_tui_tests.
1744
84204ed7
PA
17452015-05-19 Pedro Alves <palves@redhat.com>
1746
1747 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1748 Save the whole env array instead of just HOME. Unset HISTSIZE in
1749 the environment while testing. Restore whole environment
1750 afterwards.
1751
37442ce1
DE
17522015-05-16 Doug Evans <xdje42@gmail.com>
1753
1754 * gdb.guile/scm-ports.c: New file.
1755 * gdb.guile/scm-ports.exp: Add memory port tests.
1756
36de76f9
JK
17572015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1758
1759 * gdb.compile/compile-print.c: New file.
1760 * gdb.compile/compile-print.exp: New file.
1761
3a9558c4
JK
17622015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1763
1764 * gdb.compile/compile-ops.exp: Cast param to void.
1765 * gdb.compile/compile.exp: Complete type for _gdb_expr.
1766 (compile code struct_object.selffield = &struct_object): Add xfail.
1767
aa715135
JG
17682015-05-15 Joel Brobecker <brobecker@adacore.com>
1769
1770 * gdb.ada/arr_enum_with_gap: New testcase.
1771
931e5bc3
JG
17722015-05-15 Joel Brobecker <brobecker@adacore.com>
1773
1774 * gdb.ada/byte_packed_arr: New testcase.
1775
9cd4d857
JB
17762015-05-15 Joel Brobecker <brobecker@adacore.com>
1777
1778 * gdb.ada/pckd_neg: New testcase.
1779
ebfd00d2
PP
17802015-05-13 Patrick Palka <patrick@parcs.ath.cx>
1781
1782 PR gdb/17820
1783 * gdb.base/gdbinit-history.exp: New test.
1784 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
1785 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
1786
4c082a81
SC
17872015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1788
1789 * gdb.python/py-xmethods.cc: Enhance test case.
1790 * gdb.python/py-xmethods.exp: New tests.
1791 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
1792 function.
1793 (B_indexoper): Likewise.
1794 (global_dm_list) : Add new xmethod worker functions.
1795
f7797074
SDJ
17962015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
1797
1798 * gdb.base/coredump-filter.exp: Correctly unset
1799 "coredump_var_addr" array.
1800
a4674e4e
PA
18012015-05-08 Pedro Alves <palves@redhat.com>
1802
1803 * gdb.server/non-existing-program.exp: Unset spawn_id.
1804
df2eb078
SC
18052015-05-08 Siva Chandra Reddy <sivachandra@google.com>
1806
1807 PR python/18291
1808 * gdb.python/py-xmethods.exp: Add tests.
1809
422349a3
YQ
18102015-05-08 Yao Qi <yao.qi@linaro.org>
1811
1812 PR gdb/18208
1813 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
1814 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
1815 function set_coredump_filter, and remove remote_exec call.
1816 Remove argument ipid. Callers update.
1817 (top level): Don't get inferior's PID.
1818
63fc80ce
AA
18192015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1820
1821 * gdb.base/watch_thread_num.exp: Skip test on targets without
1822 access watchpoints.
1823
80ad801e
PA
18242015-05-06 Pedro Alves <palves@redhat.com>
1825
1826 PR server/18081
1827 * gdb.server/non-existing-program.exp: New file.
1828
0fa7fe50
JB
18292015-05-05 Joel Brobecker <brobecker@adacore.com>
1830
1831 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
1832
3ea89b92
PMR
18332015-05-05 Joel Brobecker <brobecker@adacore.com>
1834
1835 * gdb.ada/out_of_line_in_inlined: New testcase.
1836
87b8eff0
JB
18372015-05-05 Joel Brobecker <brobecker@adacore.com>
1838
1839 * gdb.ada/var_rec_arr: New testcase.
1840
5fccc635
YQ
18412015-04-30 Yao Qi <yao.qi@linaro.org>
1842
1843 * gdb.base/break-idempotent.exp: If
1844 skip_hw_watchpoint_multi_tests returns true, skip the tests
1845 on "rwatch" and "awatch".
1846
42d38f42
YQ
18472015-04-30 Yao Qi <yao.qi@linaro.org>
1848
1849 * gdb.base/relativedebug.exp: Invoke gdb command
1850 "info sharedlibrary", and if libc.so doesn't have debug info,
1851 skip the test.
1852
2ce1cdbf
DE
18532015-04-29 Doug Evans <dje@google.com>
1854
1855 * gdb.python/py-xmethods.exp: Add ptype tests.
1856 * gdb.python/py-xmethods.py (E_method_char_worker): Add
1857 get_result_type method.
1858
f24a38c5
LM
18592015-04-29 Luis Machado <lgustavo@codesourcery.com>
1860
1861 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
1862 the target does not support hardware watchpoints.
1863
ecbf2b3c
LM
18642015-04-29 Luis Machado <lgustavo@codesourcery.com>
1865
1866 * gdb.base/break-always.exp: Abort testing if writing to memory
1867 causes an error.
1868
34f5f757
DE
18692015-04-28 Doug Evans <dje@google.com>
1870
1871 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
1872 * gdb.python/py-pp-registration.exp: ... here. New file.
1873 * gdb.python/py-pp-registration.c: New file.
1874 * gdb.python/py-pp-registration.py: New file.
1875
69b4374a
DE
18762015-04-28 Doug Evans <dje@google.com>
1877
1878 * gdb.python/py-bad-printers.c: New file.
1879 * gdb.python/py-bad-printers.py: New file.
1880 * gdb.python/py-bad-printers.exp: New file.
1881
59fb7612
SS
18822015-04-28 Sasha Smundak <asmundak@google.com>
1883
1884 * gdb.python/py-type.exp: New test.
1885
2631b16a
AW
18862015-04-28 Andy Wingo <wingo@igalia.com>
1887
1888 * gdb.python/py-parameter.exp:
1889 * gdb.guile/scm-parameter.exp: Escape the path that we are
1890 matching against, as it might contain characters that are special
1891 to regular expressions.
1892
460efde1
JB
18932015-04-27 Joel Brobecker <brobecker@adacore.com>
1894
1895 * gdb.ada/rec_comp: New testcase.
1896
2d369d8e
SDJ
18972015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
1898
1899 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
1900 before using it.
1901
cf75d6c3
AB
19022015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1903
1904 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
1905 new tests for verilog output.
1906
8dbe7ca5
YQ
19072015-04-24 Yao Qi <yao.qi@linaro.org>
1908
1909 * boards/remote-gdbserver-on-localhost.exp: New file.
1910
4ef9fb2f
PA
19112015-04-23 Pedro Alves <palves@redhat.com>
1912
1913 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
1914 $inferior_spawn_id instead of $inferior_spawn_id directly. On
1915 "end of file", remove $inferior_spawn_id from the indirect list.
1916
0a803169
PA
19172015-04-23 Pedro Alves <palves@redhat.com>
1918
1919 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
1920
749ef8f8
PA
19212015-04-23 Pedro Alves <palves@redhat.com>
1922
1923 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
1924 on $any_spawn_id instead of only on $gdb_spawn_id.
1925
8aae4344
PM
19262015-04-21 Pierre Muller <muller@sourceware.org>
1927
1928 PR pascal/17815
1929 * lib/pascal.exp (gpc_compile): Add new option "class".
1930 (fpc_compile): Likewise.
1931 * gdb.pascal/case-insensitive-symbols.pas: New file.
1932 * gdb.pascal/case-insensitive-symbols.exp: New file.
1933
1586c8fb
GB
19342015-04-20 Gary Benson <gbenson@redhat.com>
1935
1936 * gdb.base/attach.exp: Fix three extended remote failures.
1937
1b6e6f5c
GB
19382015-04-17 Gary Benson <gbenson@redhat.com>
1939
1940 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
1941 the main executable over the remote protocol.
1942
e797481d
PA
19432015-04-16 Pedro Alves <palves@redhat.com>
1944
1945 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
1946 a new gdbserver if gdbserver_reconnect_p is set.
1947
1ca99c42
PA
19482015-04-16 Pedro Alves <palves@redhat.com>
1949
1950 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
1951 is set, don't exit gdbserver.
1952
af9fd6f8
AA
19532015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1954
1955 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
1956 appropriate .insn, such that an older assembler can be used.
1957 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
1958 the z/Architecture instruction set on 31-bit targets as well.
1959
04ff1e61
AA
19602015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1961
1962 * gdb.go/handcall.exp: Remove all logic related to the first
1963 breakpoint and rely on go_runto_main instead.
1964 * gdb.go/strings.exp: Likewise.
1965 * gdb.go/unsafe.exp: Likewise.
1966 * gdb.go/hello.exp: Likewise. Also rename the remaining
1967 breakpoint marker to "breakpoint 1".
1968 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
1969 * gdb.go/strings.go: Likewise.
1970 * gdb.go/unsafe.go: Likewise.
1971 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
1972 "set breakpoint 2 here" and rename the remaining breakpoint marker
1973 to "breakpoint 1".
1974
40d2f8d6
SM
19752015-04-15 Simon Marchi <simon.marchi@ericsson.com>
1976
1977 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
1978 if itertools.imap is not present.
1979 * gdb.python/py-objfile.exp: Add parentheses.
1980 * gdb.python/py-type.exp: Same.
1981 * gdb.python/py-unwind-maint.py: Same.
1982
8cbc97c6
YQ
19832015-04-15 Yao Qi <yao.qi@linaro.org>
1984
1985 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
1986 of ":$ptr_size" and set its form explicitly.
1987
45fd756c
YQ
19882015-04-15 Pedro Alves <palves@redhat.com>
1989 Yao Qi <yao.qi@linaro.org>
1990
1991 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
1992 timeout by factor of 4.
1993 (test_regular_watch): Likewise.
1994 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
1995 * gdb.reverse/sigall-reverse.exp: Likewise.
1996 * gdb.reverse/until-precsave.exp: Likewise.
1997 * lib/gdb.exp (with_timeout_factor): New proc.
1998 (gdb_expect): Move some code to ...
1999 (get_largest_timeout): ... here. New procedure.
2000
9e811bc3
LM
20012015-04-14 Luis Machado <lgustavo@codesourcery.com>
2002
2003 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
2004
0ff6fcb2
LM
20052015-04-13 Luis Machado <lgustavo@codesourcery.com>
2006
2007 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
2008 to write to the .text section.
2009
7578d5f7
LM
20102015-04-13 Luis Machado <lgustavo@codesourcery.com>
2011
2012 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
2013 Handle the case of targets that do not provide PID information.
2014
2efe15c4
YQ
20152015-04-13 Yao Qi <yao.qi@linaro.org>
2016
2017 * lib/gdbserver-support.exp (gdb_exit): Catch exception
2018 and use expect instead of gdb_expect.
2019
8cd8f2f8
SDJ
20202015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
2021
2022 * gdb.base/coredump-filter.exp: Rename variable "addr" to
2023 "coredump_var_addr" to avoid naming conflict with other testcases.
2024
9ee41772
PA
20252015-04-10 Pedro Alves <palves@redhat.com>
2026
2027 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
2028 gdb_test_sequence and gdb_assert.
2029
07473109
PA
20302015-04-10 Pedro Alves <palves@redhat.com>
2031
2032 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
2033 test messages that don't include the breakpoint address.
2034
de3db44c
YQ
20352015-04-10 Yao Qi <yao.qi@linaro.org>
2036
2037 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
2038 false for some offset and width combinations which aren't
2039 supported by linux kernel.
2040
c79d856c
PA
20412015-04-10 Pedro Alves <palves@redhat.com>
2042
2043 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
2044 procedure, factored out from ...
2045 (top level): ... here. Add "set displaced-stepping" testing axis.
2046 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
2047 parameter "displaced". Use it.
2048 (top level): Use foreach and add "set displaced-stepping" testing
2049 axis.
2050
ebc90b50
PA
20512015-04-10 Pedro Alves <palves@redhat.com>
2052
2053 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
2054 Remove comment.
2055 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
2056 both the address of the instruction that triggers the watchpoint
2057 and the address of the instruction immediately after, and use
2058 those addresses for the test. Fix comment.
2059
8f572e5c
PA
20602015-04-10 Pedro Alves <palves@redhat.com>
2061
2062 * gdb.base/sigstep.exp (breakpoint_to_handler)
2063 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
2064 Test "backtrace" in handler.
2065 (breakpoint_over_handler): New parameter 'displaced'. Use it.
2066 (top level): Add new "displaced" test axis to
2067 breakpoint_to_handler, breakpoint_to_handler_entry and
2068 breakpoint_over_handler.
2069
8d707a12
PA
20702015-04-10 Pedro Alves <palves@redhat.com>
2071
2072 PR gdb/18216
2073 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
2074
ef713951
YQ
20752015-04-10 Yao Qi <yao.qi@linaro.org>
2076
2077 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
2078 (test_add_rn_pc): New function.
2079 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
2080 (top level): Invoke test_add_rn_pc.
2081
906d60cf
PA
20822015-04-10 Pedro Alves <palves@redhat.com>
2083
2084 PR gdb/13858
2085 * gdb.base/step-over-no-symbols.exp: New file.
2086
f2983cc3
AW
20872015-04-09 Andy Wingo <wingo@igalia.com>
2088
2089 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
2090 after the Python tests.
2091
6d62641c
SDJ
20922015-04-08 Keith Seitz <keiths@redhat.com>
2093
2094 PR python/16699
2095 * gdb.python/py-completion.exp: New tests for completion.
2096 * gdb.python/py-completion.py (CompleteLimit1): New class.
2097 (CompleteLimit2): Likewise.
2098 (CompleteLimit3): Likewise.
2099 (CompleteLimit4): Likewise.
2100 (CompleteLimit5): Likewise.
2101 (CompleteLimit6): Likewise.
2102 (CompleteLimit7): Likewise.
2103
f3770638
PA
21042015-04-08 Pedro Alves <palves@redhat.com>
2105
2106 PR gdb/18214
2107 PR gdb/18216
2108 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
2109 function.
2110 (main): Install it as SIGUSR1 handler.
2111 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
2112 parameter. Always use "setup" as prefix. Toggle "set
2113 displaced-stepping" off/on depending on global. Don't switch to
2114 thread 1 here.
2115 (top level): Add displaced stepping "off/on" test axis. Update
2116 "setup" calls. Wrap each subtest with with_test_prefix. Test
2117 continuing with a queued signal in each thread.
2118
4496bed7
PA
21192015-04-08 Pedro Alves <palves@redhat.com>
2120
2121 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
2122 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
2123 gdb_breakpoint instead of gdb_test that doesn't expect anything.
2124 Return early if running to main fails.
2125 * gdb.trace/while-stepping.exp: Likewise.
2126
b97fde92
PA
21272015-04-07 Pedro Alves <palves@redhat.com>
2128
2129 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
2130 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
2131 interact with inferior program.
2132
f71c18e7
PA
21332015-04-07 Pedro Alves <palves@redhat.com>
2134
2135 * lib/gdb.exp (inferior_spawn_id): New global.
2136 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
2137 spawn id after processing the user code.
2138 (default_gdb_start): Set inferior_spawn_id.
2139 (send_inferior): New procedure.
2140 * lib/gdbserver-support.exp (gdbserver_start): Set
2141 inferior_spawn_id.
2142 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
2143
6423214f
PA
21442015-04-07 Pedro Alves <palves@redhat.com>
2145
2146 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
2147 * lib/gdbserver-support.exp (gdbserver_start): Make
2148 $server_spawn_id global.
2149 (gdbserver_start): Don't wait for gdbserver's spawn id with
2150 expect_background.
2151 (close_gdbserver): New procedure.
2152 (gdb_exit): Rename the default version and reimplement.
2153
71c0ee8c
PA
21542015-04-07 Pedro Alves <palves@redhat.com>
2155
72f4393d 2156 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
2157 append the substituted item, not the original item.
2158
203bc29b
PA
21592015-04-07 Pedro Alves <palves@redhat.com>
2160
2161 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
2162 gdb_expect.
2163
508a3ddf
PA
21642015-04-07 Pedro Alves <palves@redhat.com>
2165
2166 * gdb.base/interrupt.exp: Don't handle the case of the inferior
2167 output appearing once only.
2168
9f6dbe2b
PA
21692015-04-07 Pedro Alves <palves@redhat.com>
2170
2171 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
2172 that doesn't expect anything. Return early if running to main
2173 fails.
2174
337532fa
YQ
21752015-04-07 Yao Qi <yao.qi@linaro.org>
2176
2177 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
2178 (child_function): Call alarm.
2179 (main): Move call to alarm into the loop.
2180 * gdb.threads/non-stop-fair-events.exp: Build program with
2181 -DTIMEOUT=$timeout.
2182
01b622d4
DE
21832015-04-06 Doug Evans <xdje42@gmail.com>
2184
2185 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
2186 Fix dest parameter to board_info.
2187 (fpc_compile): Ditto.
2188 (gdb_compile_pascal): Rename dest arg to destfile.
2189
961f4160
PMR
21902015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
2191
2192 * gdb.ada/funcall_ref.exp: New file.
2193 * gdb.ada/funcall_ref/foo.adb: New file.
2194
cafda597
YQ
21952015-04-02 Yao Qi <yao.qi@linaro.org>
2196
2197 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
2198 is remote.
2199
fed040c6
GB
22002015-04-02 Gary Benson <gbenson@redhat.com>
2201
2202 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
2203
d11916aa
SS
22042015-04-01 Sasha Smundak <asmundak@google.com>
2205
2206 * gdb.python/py-unwind-maint.c: New file.
2207 * gdb.python/py-unwind-maint.exp: New test.
2208 * gdb.python/py-unwind-maint.py: New file.
2209 * gdb.python/py-unwind.c: New file.
2210 * gdb.python/py-unwind.exp: New test.
2211 * gdb.python/py-unwind.py: New test.
2212
a1471180
PA
22132015-04-01 Pedro Alves <palves@redhat.com>
2214
2215 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
2216 to fail instead of non-existent $test.
2217
0bbeccb1
PA
22182015-04-01 Pedro Alves <palves@redhat.com>
2219
2220 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
2221 GDBFLAGS if not empty.
2222
3c724c8c
PMR
22232015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
2224
2225 * gdb.ada/complete.exp: Remove "multi_line".
2226 * gdb.ada/info_exc.exp: Remove "multi_line".
2227 * gdb.ada/packed_tagged.exp: Remove "multi_line".
2228 * gdb.ada/ptype_field.exp: Remove "multi_line".
2229 * gdb.ada/sym_print_name.exp: Remove "multi_line".
2230 * gdb.ada/tagged.exp: Remove "multi_line".
2231 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
2232 [multi_line ...]
2233 * gdb.btrace/delta.exp: Likewise.
2234 * gdb.btrace/exception.exp: Likewise.
2235 * gdb.btrace/function_call_history.exp: Likewise.
2236 * gdb.btrace/instruction_history.exp: Likewise.
2237 * gdb.btrace/nohist.exp: Likewise.
2238 * gdb.btrace/record_goto.exp: Likewise.
2239 * gdb.btrace/segv.exp: Likewise.
2240 * gdb.btrace/stepi.exp: Likewise.
2241 * gdb.btrace/tailcall.exp: Likewise.
2242 * gdb.btrace/unknown_functions.exp: Likewise.
2243 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
2244 * lib/gdb.exp: Add the "multi_line" helper.
2245
4eec2deb
PA
22462015-04-01 Pedro Alves <palves@redhat.com>
2247
2248 * gdb.threads/tid-reuse.c: New file.
2249 * gdb.threads/tid-reuse.exp: New file.
2250
df8411da
SDJ
22512015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2252
2253 PR corefiles/16092
2254 * gdb.base/coredump-filter.c: New file.
2255 * gdb.base/coredump-filter.exp: Likewise.
2256
6ef37366
PM
22572015-03-27 Petr Machata <pmachata@redhat.com>
2258
2259 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
2260 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
2261 (Dwarf::assemble): Initialize them.
2262 (Dwarf::lines): New function.
2263
7ec911b0
JT
22642015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
2265
2266 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
2267 SYMBOL_PREFIX for x86_64-*-cygwin.
2268
ff908ebf
AW
22692015-03-26 Andy Wingo <wingo@igalia.com>
2270
2271 PR symtab/18148
2272 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
2273 const_value but not a location.
2274 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
2275 location defined in non-main CUs are visible.
2276
6d5f0679
YQ
22772015-03-26 Yao Qi <yao.qi@linaro.org>
2278
2279 PR testsuite/18139
2280 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
2281 Add a line number entry for the same line.
2282 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
2283 Add a line number entry for the same line.
2284
2898689b
YQ
22852015-03-26 Yao Qi <yao.qi@linaro.org>
2286
2287 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
2288 .int 0.
2289 (func): Likewise. Add .Lfunc_1 label.
2290 Use .Lfunc_1 label.
2291 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
2292 .int 0.
2293 (func): Likewise.
2294 Use .Lfunc_1 label.
2295
85180498
YQ
22962015-03-26 Yao Qi <yao.qi@linaro.org>
2297
2298 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
2299 Call gdb_compile instead to compile each .s files without debug
2300 information.
2301
8aa08a8d
YQ
23022015-03-26 Yao Qi <yao.qi@linaro.org>
2303
2304 * gdb.base/savedregs.exp (process_saved_regs): Make
2305 "Saved registers:" optional in the pattern.
2306
66849923
MM
23072015-03-25 Markus Metzger <markus.t.metzger@intel.com>
2308
2309 * gdb.btrace/next.exp: Merged into step.exp.
2310 * gdb.btrace/finish.exp: Merged into step.exp.
2311 * gdb.btrace/nexti.exp: Merged into stepi.exp.
2312 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
2313 "record goto" and checking the exact replay position.
2314 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
2315 check for "Recording format" in "info record" output.
2316 * gdb.btrace/record_goto.exp: Choose test file based on target.
2317 * gdb.btrace/x86-record_goto.S: Renamed into ...
2318 * gdb.btrace/x86_64-record_goto.S: ... this.
2319 * gdb.btrace/i686-record_goto.S: New.
2320 * gdb.btrace/x86-tailcall.S: Renamed into ...
2321 * gdb.btrace/x86_64-tailcall.S: ... this.
2322 * gdb.btrace/i686-tailcall.S: New.
2323 * gdb.btrace/x86-tailcall.c: Renamed into ...
2324 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
2325 separate statements. Update test.
2326 * gdb.btrace/delta.exp: Use record_goto.c as test file.
2327 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
2328 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
2329 * gdb.btrace/tailcall.exp: Choose test file based on target.
2330 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
2331
11cc1b74
MM
23322015-03-25 Markus Metzger <markus.t.metzger@intel.com>
2333
2334 * gdb.btrace/exception.exp: Increase BTS buffer size.
2335
a25d8bf9
PA
23362015-03-24 Pedro Alves <palves@redhat.com>
2337
2338 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
2339
856e7dd6
PA
23402015-03-24 Pedro Alves <palves@redhat.com>
2341
2342 * gdb.threads/schedlock.exp (test_step): No longer expect that
2343 "set scheduler-locking step" with "next" over a function call runs
2344 threads unlocked.
2345
ad235a41
AT
23462015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
2347
2348 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
2349
15630549
AT
23502015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
2351
2352 PR breakpoints/16466
2353 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
2354 * gdb.mi/mi-pending.c (thread_func): New function.
2355 (int main): Add threading support required.
2356 * gdb.mi/mi-pending.exp: Add tests for this issue.
2357 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
2358 (pendfunc2): Remove stdio dependency.
2359 * gdb.mi/mi-pendshr2.c: New file.
2360
693dca06
KS
23612015-03-23 Keith Seitz <keiths@redhat.com>
2362
2363 * gdb.linespec/keywords.c: New file.
2364 * gdb.linespec/keywords.exp: New file.
2365
7e993ebf
KS
23662015-03-23 Keith Seitz <keiths@redhat.com>
2367
2368 PR gdb/18021
2369 * gdb.dwarf2/staticvirtual.exp: New test.
2370
bc23328c
JK
23712015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2372
2373 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
2374 * README: Remove HP-UX and gdb.hp.
2375 (configuration):
2376 * configure: Regenerate.
2377 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
2378 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
2379 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
2380 gdb.hp/gdb.defects/Makefile.
2381 * gdb.hp/Makefile.in: File deleted.
2382 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
2383 * gdb.hp/gdb.aCC/optimize.c: File deleted.
2384 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
2385 * gdb.hp/gdb.aCC/run.c: File deleted.
2386 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
2387 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
2388 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
2389 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
2390 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
2391 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
2392 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
2393 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
2394 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
2395 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
2396 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
2397 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
2398 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
2399 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
2400 * gdb.hp/gdb.base-hp/reg.s: File deleted.
2401 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
2402 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
2403 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
2404 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
2405 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
2406 * gdb.hp/gdb.compat/Makefile.in: File deleted.
2407 * gdb.hp/gdb.compat/average.c: File deleted.
2408 * gdb.hp/gdb.compat/sum.c: File deleted.
2409 * gdb.hp/gdb.compat/xdb.c: File deleted.
2410 * gdb.hp/gdb.compat/xdb0.c: File deleted.
2411 * gdb.hp/gdb.compat/xdb0.h: File deleted.
2412 * gdb.hp/gdb.compat/xdb1.c: File deleted.
2413 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
2414 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
2415 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
2416 * gdb.hp/gdb.defects/Makefile.in: File deleted.
2417 * gdb.hp/gdb.defects/bs14602.c: File deleted.
2418 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
2419 * gdb.hp/gdb.defects/solib-d.c: File deleted.
2420 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
2421 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
2422 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
2423 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
2424 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
2425 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
2426 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
2427 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
2428 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
2429 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
2430 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
2431 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
2432 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
2433 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
2434 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
2435 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
2436 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
2437 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
2438 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
2439 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
2440 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
2441 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
2442 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
2443 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
2444 * gdb.hp/tools/odump: File deleted.
2445
8bf3b159
PA
24462015-03-19 Pedro Alves <palves@redhat.com>
2447
2448 * gdb.threads/continue-pending-status.exp (saw_thread_2)
2449 (saw_thread_3): New globals.
2450 (top level): Increment them when an event for the corresponding
2451 thread is seen.
2452 (no thread starvation): New test.
2453
eb54c8bf
PA
24542015-03-19 Pedro Alves <palves@redhat.com>
2455
2456 * gdb.threads/continue-pending-status.c: New file.
2457 * gdb.threads/continue-pending-status.exp: New file.
2458
32d2e5d6
PA
24592015-03-18 Pedro Alves <palves@redhat.com>
2460
2461 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
2462 Use gdb_is_target_remote instead of is_remote. Use
2463 gdb_test_multiple instead of gdb_expect. Exit early if
2464 gdb_test_multiple hits its internal matches. Tighten stepi tests
2465 expected output. Fail on exit with any signal, instead of just
2466 SIGILL.
2467
f68f11b7
YQ
24682015-03-18 Yao Qi <yao.qi@linaro.org>
2469
2470 PR tdep/18107
2471 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
2472 variable.
2473 * gdb.base/catch-syscall.exp: Don't skip it on
2474 aarch64*-*-linux* target. Remove elements in all_syscalls.
2475 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
2476 target.
2477 (setup_all_syscalls): New proc.
2478
ca5fd19b
YQ
24792015-03-16 Yao Qi <yao.qi@linaro.org>
2480
2481 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
2482 (top level): Skip tests if valid_addr_p returns false for
2483 $cmd1 or $cmd2.
2484
85642ba0
AW
24852015-03-11 Andy Wingo <wingo@igalia.com>
2486
2487 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
2488
e03f9645
YQ
24892015-03-11 Yao Qi <yao.qi@linaro.org>
2490
2491 * gdb.base/catch-syscall.exp: Fix typo in comments.
2492
5d0962b2
YQ
24932015-03-11 Yao Qi <yao.qi@linaro.org>
2494
2495 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
2496
b2df3cef
PA
24972015-03-09 Pedro Alves <palves@redhat.com>
2498
2499 * dg-extract-results.py: Delete.
2500
ef878e53
PA
25012015-03-09 Pedro Alves <palves@redhat.com>
2502
2503 Merge dg-extract-results.sh from GCC upstream (r218843).
2504
2505 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
2506 * dg-extract-results.sh: Use --text with grep to avoid issues with
2507 binary files. Fall back to cat -v, if that doesn't work.
2508
9494d219
PA
25092015-03-05 Pedro Alves <palves@redhat.com>
2510
2511 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
2512
a8d9763a
SM
25132015-03-04 Simon Marchi <simon.marchi@ericsson.com>
2514
2515 * lib/mi-support.exp (mi_expect_interrupt): Accept
2516 alternative event for when in all-stop mode.
2517
be9957b8
PA
25182015-03-04 Pedro Alves <palves@redhat.com>
2519
2520 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
2521
d57be0f4 25222015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
2523
2524 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
2525
c214c7cf
AA
25262015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2527
2528 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
2529 regexps for GDB's current line display, accept a hex address
2530 preceding the line number.
2531
6d74a497
AA
25322015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2533
2534 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
2535 the 'arch1' variable for "s390*-linux*" targets.
2536
511aee7c
PA
25372015-03-04 Pedro Alves <palves@redhat.com>
2538
2539 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
2540 (main): Pass missing retval argument to pthread_join call.
2541
95e50b27
PA
25422015-03-02 Pedro Alves <palves@redhat.com>
2543
2544 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
2545 (top level): Call do_test with non-stop as well.
2546
28054d69
PA
25472015-03-02 Pedro Alves <palves@redhat.com>
2548
2549 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
2550 -1.
2551
4fa5d7b4
AA
25522015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2553
2554 * gdb.arch/s390-vregs.exp: New test.
2555 * gdb.arch/s390-vregs.S: New file.
2556
97c18565
PA
25572015-02-27 Pedro Alves <palves@redhat.com>
2558
2559 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
2560 call to catch_command_errors.
2561 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
2562 catch_command_errors.
2563
a37bfa30
PA
25642015-02-27 Pedro Alves <palves@redhat.com>
2565
2566 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
2567 "true" for boolean result.
2568 * gdb.gdb/selftest.exp (test_with_self): Also accept full
2569 prototype of main.
2570
6f98576f
PA
25712015-02-27 Pedro Alves <palves@redhat.com>
2572
2573 * lib/unbuffer_output.c: New file.
2574 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
2575 (main): Call gdb_unbuffer_output.
2576
eba5ab56
YQ
25772015-02-27 Yao Qi <yao.qi@linaro.org>
2578
2579 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
2580 target.
2581
0def5aaa
DE
25822015-02-26 Doug Evans <dje@google.com>
2583
2584 * gdb.cp/class2.cc (Dbase, D): New classes.
2585 (main): New local delta.
2586 * gdb.cp/class2.exp: Test printing delta.
2587 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
2588 (dynbar): New global.
2589 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
2590
081a1c2c
JK
25912015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2592
2593 * gdb.compile/compile-ifunc.c: New file.
2594 * gdb.compile/compile-ifunc.exp: New file.
2595
2f41223f
AT
25962015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
2597
2598 * gdb.base/structs.exp: Check for correct struct on finish.
2599
03eddd80
YQ
26002015-02-26 Yao Qi <yao.qi@linaro.org>
2601
2602 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
2603 is zero.
2604
80c57053
JK
26052015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2606
2607 * gdb.arch/cordic.ko.bz2: New file.
2608 * gdb.arch/cordic.ko.debug.bz2: New file.
2609 * gdb.arch/ppc64-symtab-cordic.exp: New file.
2610
21613c12
YQ
26112015-02-25 Yao Qi <yao.qi@linaro.org>
2612
2613 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
2614 aarch64*-*-* target.
2615
d8b901ed
PA
26162015-02-23 Pedro Alves <palves@redhat.com>
2617
2618 * lib/gdb.exp (delete_breakpoints): Rewrite using
2619 gdb_test_multiple.
2620
e5b85ead
PA
26212015-02-23 Pedro Alves <palves@redhat.com>
2622
2623 * gdb.base/info-os.c: Include stdlib.h.
2624
85c3a371
DE
26252015-02-22 Doug Evans <xdje42@gmail.com>
2626
2627 PR symtab/17855
2628 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
2629 is read after symbols have been re-read.
2630 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
2631 * gdb.ada/exec_changed/second.adb (Second): Ditto.
2632
96553a0c
DE
26332015-02-21 Doug Evans <dje@google.com>
2634
2635 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
2636
97a0c697
JK
26372015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2638
2639 PR corefiles/17808
2640 * gdb.arch/i386-biarch-core.core.bz2: New file.
2641 * gdb.arch/i386-biarch-core.exp: New file.
2642
a47cd6e9
PA
26432015-02-21 Pedro Alves <palves@redhat.com>
2644
2645 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
2646 runto_main fails.
2647
c5facdc4
PA
26482015-02-20 Pedro Alves <palves@redhat.com>
2649
2650 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
2651 info probes.
2652
2db9a427
PA
26532015-02-20 Pedro Alves <palves@redhat.com>
2654
2655 * gdb.threads/multi-create-ns-info-thr.exp: New file.
2656
60fb7e9e
PA
26572015-02-20 Pedro Alves <palves@redhat.com>
2658
2659 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
2660 clean_restart before gdb_target_supports_trace.
2661
5c5019c2
PA
26622015-02-20 Pedro Alves <palves@redhat.com>
2663
2664 PR threads/18006
2665 * gdb.threads/clone-thread_db.c: New file.
2666 * gdb.threads/clone-thread_db.exp: New file.
2667
c9587f88
AT
26682015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
2669
2670 PR breakpoints/16812
2671 * gdb.base/catch-gdb-caused-signals.c: New file.
2672 * gdb.base/catch-gdb-caused-signals.exp: New file.
2673
f6a88844
JM
26742015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
2675
2676 * configure: Regenerated.
2677 * configure.ac: Use GDB_AC_TRANSFORM.
2678 * aclocal.m4: sinclude ../transform.m4.
2679
497c491b
JM
26802015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2681
2682 * lib/dtrace.exp: New file.
2683 * gdb.base/dtrace-probe.exp: Likewise.
2684 * gdb.base/dtrace-probe.d: Likewise.
2685 * gdb.base/dtrace-probe.c: Likewise.
2686 * lib/pdtrace.in: Likewise.
2687 * configure.ac: Output variables with the transformed names of
2688 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
2689 * configure: Regenerated.
2690
03e98035
JM
26912015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2692
2693 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
2694 expected message when trying to access $_probe_* convenience
2695 variables while not on a probe.
2696
63cc30e9
JK
26972015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2698
2699 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
2700
0703599a
PA
27012015-02-11 Pedro Alves <pedro@codesourcery.com>
2702
2703 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
2704 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
2705
7e60a48e
DE
27062015-02-10 Doug Evans <xdje42@gmail.com>
2707
2708 * lib/gdb.exp (gdb_load): Always return a result.
2709
01b088bc
PA
27102015-02-10 Pedro Alves <palves@redhat.com>
2711
2712 * gdb.threads/signal-sigtrap.c: New file.
2713 * gdb.threads/signal-sigtrap.exp: New file.
2714
b05ec7a5
AT
27152015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
2716
2717 * gdb.trace/no-attach-trace.c: New file.
2718 * gdb.trace/no-attach-trace.exp: New file.
2719
a2c2acaf
MW
27202015-02-09 Mark Wielaard <mjw@redhat.com>
2721
2722 * gdb.dwarf2/atomic.c: New file.
2723 * gdb.dwarf2/atomic-type.exp: Likewise.
2724
31fd9caa
MM
27252015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2726
2727 * gdb.btrace/buffer-size.exp: Update "info record" output.
2728 * gdb.btrace/delta.exp: Update "info record" output.
2729 * gdb.btrace/enable.exp: Update "info record" output.
2730 * gdb.btrace/finish.exp: Update "info record" output.
2731 * gdb.btrace/instruction_history.exp: Update "info record" output.
2732 * gdb.btrace/next.exp: Update "info record" output.
2733 * gdb.btrace/nexti.exp: Update "info record" output.
2734 * gdb.btrace/step.exp: Update "info record" output.
2735 * gdb.btrace/stepi.exp: Update "info record" output.
2736 * gdb.btrace/nohist.exp: Update "info record" output.
2737
d33501a5
MM
27382015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2739
2740 * gdb.btrace/buffer-size: New.
2741
f4abbc16
MM
27422015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2743
2744 * gdb.btrace/delta.exp: Update "info record" output.
2745 * gdb.btrace/enable.exp: Update "info record" output.
2746 * gdb.btrace/finish.exp: Update "info record" output.
2747 * gdb.btrace/instruction_history.exp: Update "info record" output.
2748 * gdb.btrace/next.exp: Update "info record" output.
2749 * gdb.btrace/nexti.exp: Update "info record" output.
2750 * gdb.btrace/step.exp: Update "info record" output.
2751 * gdb.btrace/stepi.exp: Update "info record" output.
2752 * gdb.btrace/nohist.exp: Update "info record" output.
2753
b9d61307
SM
27542015-02-06 Simon Marchi <simon.marchi@ericsson.com>
2755
2756 PR gdb/15678
2757 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
2758
e584fdbc
PA
27592015-02-06 Pedro Alves <palves@redhat.com>
2760
2761 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
2762 macro.
2763 (seconds_left, again): New globals.
2764 (main): Wait seconds_left in a 1-second sleep loop instead of
2765 sleeping 180 seconds. If 'again' is set, reset the seconds
2766 counter.
2767 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
2768 'again' in the inferior before detaching. Print the seconds left.
2769 (options): New global.
2770 (top level): Build program with -DTIMEOUT=$timeout.
2771
77f41761
PA
27722015-02-06 Pedro Alves <palves@redhat.com>
2773
2774 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
2775 determine how many seconds to pass to 'alarm'.
2776 * gdb.base/gdb-sigterm.exp (top level): Build program with
2777 -DTIMEOUT=$timeout.
2778 (do_test): Return success/failure indication. Add more verbose
2779 logging. Don't fail if 200 single steps are seen. Instead, fail
2780 when the test times out.
2781 (passes): New global.
2782 (top level): Break the testing loop if testing fails on any
2783 iteration. Use gdb_assert.
2784
b9394193
DB
27852015-02-04 Don Breazeal <donb@codesourcery.com>
2786
2787 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
2788 and initialize them.
2789 (ipc_cleanup): New function.
2790 (main): Don't declare shmid, semid, and msqid. Add a call to
2791 atexit so that we call ipc_cleanup on exit.
2792
42d9e528
PA
27932015-02-04 Pedro Alves <palves@redhat.com>
2794
2795 * boards/native-extended-gdbserver.exp: Remove any target variant
2796 specifications from the board name before clearing the isremote
2797 flag from board_info.
2798
ae6ae975
DE
27992015-01-31 Doug Evans <xdje42@gmail.com>
2800
2801 * gdb.base/maint.exp <maint print type argc>: Update expected output.
2802
cfb069a8
GB
28032015-01-31 Gary Benson <gbenson@redhat.com>
2804
2805 * gdb.base/completion.exp: Disable completion limiting for
2806 existing tests. Add new tests to check completion limiting.
2807 * gdb.linespec/ls-errs.exp: Disable completion limiting.
2808
5dd31d79
DE
28092015-01-31 Doug Evans <xdje42@gmail.com>
2810
2811 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
2812
9f050062
DE
28132015-01-31 Doug Evans <xdje42@gmail.com>
2814
2815 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
2816 entries. Duplicate file section script entries.
2817 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
2818 inlined entries. Add test for safe-path rejection.
2819 * gdb.python/py-section-script.c: Add duplicate inlined section script
2820 entries. Duplicate file section script entries.
2821 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
2822 inlined entries. Add test for safe-path rejection.
2823
df25ebbd
JB
28242015-01-29 Joel Brobecker <brobecker@adacore.com>
2825
2826 * gdb.ada/disc_arr_bound: New testcase.
2827
4a0ca9ec
JB
28282015-01-29 Joel Brobecker <brobecker@adacore.com>
2829
2830 * gdb.ada/mi_var_array: New testcase.
2831
3a8b707a
DE
28322015-01-27 Doug Evans <dje@google.com>
2833
2834 * gdb.python/py-objfile.exp: Add tests for objfile.username.
2835 Add test for objfile.filename, objfile.username after objfile
2836 has been unloaded.
2837
f8313f6e
JB
28382015-01-26 Joel Brobecker <brobecker@adacore.com>
2839
2840 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
2841 the second test to print the name attribute of value
2842 returned by the call to gdb.lookup_type, and adjust
2843 the expected output accordingly.
2844
37bc665e
MW
28452015-01-25 Mark Wielaard <mjw@redhat.com>
2846
2847 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
2848 * gdb.base/disp-step-fork.c: Include unistd.h.
2849 * gdb.base/siginfo-obj.c: Include stdio.h.
2850 * gdb.base/siginfo-thread.c: Likewise.
2851 * gdb.mi/non-stop.c: Include unistd.h.
2852 * gdb.mi/nsthrexec.c: Include stdio.h.
2853 * gdb.mi/pthreads.c: Include unistd.h.
2854 * gdb.modula2/unbounded1.c (main): Declare returns int.
2855 * gdb.reverse/consecutive-reverse.c: Likewise.
2856 * gdb.threads/create-fail.c: Include unistd.h.
2857 * gdb.threads/killed.c: Likewise.
2858 * gdb.threads/linux-dp.c: Likewise.
2859 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
2860 * gdb.threads/non-ldr-exc-2.c: Likewise.
2861 * gdb.threads/non-ldr-exc-3.c: Likewise.
2862 * gdb.threads/non-ldr-exc-4.c: Likewise.
2863 * gdb.threads/pthreads.c: Include unistd.h.
2864 (main): Declare returns int.
2865 * gdb.threads/tls-main.c (foo): New declaration.
2866 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
2867
f7e5394d
SM
28682015-01-23 Simon Marchi <simon.marchi@ericsson.com>
2869
2870 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
2871 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
2872
743649fd
MW
28732015-01-15 Mark Wielaard <mjw@redhat.com>
2874
2875 * gdb.base/noreturn-return.c: New file.
2876 * gdb.base/noreturn-return.exp: New file.
2877 * gdb.base/noreturn-finish.c: New file.
2878 * gdb.base/noreturn-finish.exp: New file.
2879
198297aa
PA
28802015-01-23 Pedro Alves <palves@redhat.com>
2881
2882 * gdb.threads/continue-pending-after-query.c: New file.
2883 * gdb.threads/continue-pending-after-query.exp: New file.
2884
717cf30c
AG
28852015-01-22 Anders Granlund <anders.granlund@ericsson.com>
2886 Simon Marchi <simon.marchi@ericsson.com>
2887
2888 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
2889 * gdb.base/valgrind-db-attach.exp: Same.
2890 * gdb.base/valgrind-infcall.exp: Same.
2891 * lib/mi-support.exp (default_mi_gdb_start): Same.
2892 * lib/prompt.exp (default_prompt_gdb_start): Same.
2893 * lib/gdb.exp (default_gdb_spawn): Same.
2894 (gdb_interact): New.
2895
2896
4b62a76e
JK
28972015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2898
2899 * gdb.compile/compile.exp (pointer to jit function): New test.
2900
b4cdae6f
WW
29012015-01-17 Wei-cheng Wang <cole945@gmail.com>
2902
2903 * lib/gdb.exp (supports_process_record): Return true for
2904 powerpc*-*-linux*.
2905 (supports_reverse): Likewise.
2906
d221e7ef
DB
29072015-01-15 Don Breazeal <donb@codesourcery.com>
2908
2909 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
2910 instead of checking whether the target board is remote and
2911 use spawn_wait_for_attach instead of exec/sleep.
2912 * gdb.base/attach-twice.exp: Likewise.
2913
bafffb51
JB
29142015-01-15 Joel Brobecker <brobecker@adacore.com>
2915
2916 * gdb.ada/var_arr_attrs: New testcase.
2917
5589af0e
PA
29182015-01-14 Pedro Alves <palves@redhat.com>
2919 Joel Brobecker <brobecker@adacore.com>
2920
2921 PR gdb/17525
2922 * gdb.base/bp-cmds-execution-x-script.c: New file.
2923 * gdb.base/bp-cmds-execution-x-script.exp: New file.
2924 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
2925
6c400b59
PA
29262015-01-14 Pedro Alves <palves@redhat.com>
2927
2928 PR cli/17828
2929 * gdb.base/batch-preserve-term-settings.c: New file.
2930 * gdb.base/batch-preserve-term-settings.exp: New file.
2931
e02c96a7
DE
29322015-01-13 Doug Evans <dje@google.com>
2933
2934 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
2935 binary.
2936
576fd14c
JB
29372015-01-13 Joel Brobecker <brobecker@adacore.com>
2938
2939 * Makefile.in (clean mostlyclean): Do not delete *.py.
2940
04dccad0
JB
29412015-01-13 Joel Brobecker <brobecker@adacore.com>
2942
2943 * gdb.python/py-lookup-type.exp: New file.
2944
3d230f71
PA
29452015-01-12 Pedro Alves <palves@redhat.com>
2946
2947 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
2948 restore GDBFLAGS before returning.
2949
7e67715d
JK
29502015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2951
2952 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
2953 is_amd64_regs_target and is_x86_like_target.
2954
f2e0d4b4
DE
29552015-01-11 Doug Evans <xdje42@gmail.com>
2956
2957 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
2958 is given without an explicit form.
2959 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
2960 attributes.
2961 * gdb.dwarf/corrupt.exp: Ditto.
2962 * gdb.dwarf2/enum-type.exp: Ditto.
2963 * gdb.trace/entry-values.exp: Ditto.
2964 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
2965
439250fb
DE
29662015-01-11 Doug Evans <xdje42@gmail.com>
2967
2968 PR gdb/15830
2969 * gdb.base/maint.exp: Remove references to "maint demangle".
2970 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
2971 Add tests for explicitly specifying language to demangle.
2972 * gdb.dlang/demangle.exp: Ditto.
2973
ede9f622
PA
29742015-01-09 Pedro Alves <palves@redhat.com>
2975
2976 * gdb.threads/non-stop-fair-events.c: New file.
2977 * gdb.threads/non-stop-fair-events.exp: New file.
2978
a7b796db
PA
29792015-01-09 Pedro Alves <palves@redhat.com>
2980
2981 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
2982 the global scope. Set a breakpoint after all threads are started
2983 rather than stepping over two source lines. Expect the prompt.
2984 * gdb.base/watch_thread_num.c (threads_started_barrier): New
2985 global.
2986 (NUM): Now 15.
2987 (main): Use threads_started_barrier to wait for all threads to
2988 start. Main thread no longer calls thread_function. Exit after
2989 180 seconds.
2990 (loop): New function.
2991 (thread_function): Wait on threads_started_barrier barrier. Call
2992 'loop' at each iteration.
2993 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
2994 threads have started, instead of hardcoding number of "next"
2995 steps. Use an access watchpoint instead of a write watchpoint.
2996
9665ffdd
PA
29972015-01-09 Pedro Alves <palves@redhat.com>
2998
2999 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
3000 (thread_func): Wait on barrier.
3001 (main): Wait for all threads to start before stopping GDB.
3002 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
3003 global.
3004 (thread1_func, thread2_func): Wait on barrier.
3005 (main): Wait for all threads to start before stopping GDB.
3006 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
3007 New global.
3008 (thread1_func, thread2_func): Wait on barrier.
3009 (main): Wait for all threads to start before stopping GDB.
3010
c945a99f
PA
30112015-01-09 Pedro Alves <palves@redhat.com>
3012
3013 * gdb.threads/attach-many-short-lived-threads.c: New file.
3014 * gdb.threads/attach-many-short-lived-threads.exp: New file.
3015
c1a747c1
PA
30162014-01-09 Pedro Alves <palves@redhat.com>
3017
3018 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
3019 instead of to thread 2.
3020 * gdb.threads/signal-command-multiple-signals-pending.c (main):
3021 Add barrier around each pthread_create call instead of around all
3022 calls.
3023 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
3024 Set a break on thread_function and have the child threads hit it
3025 one at at a time.
3026
60b3033e
PA
30272015-01-09 Pedro Alves <palves@redhat.com>
3028
3029 * lib/gdb.exp (can_spawn_for_attach): New procedure.
3030 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
3031 false.
3032 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
3033 checking whether the target board is remote.
3034 * gdb.multi/multi-attach.exp: Likewise.
3035 * gdb.python/py-sync-interp.exp: Likewise.
3036 * gdb.server/ext-attach.exp: Likewise.
3037 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
3038 tests that need to attach, instead of checking whether the target
3039 board is remote at the top of the file.
3040
acc018ac
YQ
30412015-01-08 Yao Qi <yao@codesourcery.com>
3042
3043 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
3044
50a18af8
JK
30452015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3046
3047 Fix testcase compilation.
3048 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
3049
8503d6e1
JB
30502015-01-06 Joel Brobecker <brobecker@adacore.com>
3051
3052 * gdb.python/py-type.exp: Add a couple test about empty
3053 array creation, and negative-length array creation.
3054
cc73dbcc
DE
30552015-01-02 Doug Evans <xdje42@gmail.com>
3056
3057 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
3058
0300bbc7
DE
30592015-01-02 Doug Evans <dje@google.com>
3060
3061 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
3062
9d85a0ec
YQ
30632014-12-29 Yao Qi <yao@codesourcery.com>
3064
3065 * gdb.trace/entry-values.exp: Update comments. Rename variable
3066 bar_call_foo to returned_from_foo.
3067
87186c6a
MMN
30682014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
3069
3070 PR gdb/17394
3071 * gdb.linespec/break-asm-file.c: New file.
3072 * gdb.linespec/break-asm-file.exp: New file.
3073 * gdb.linespec/break-asm-file0.s: New file.
3074 * gdb.linespec/break-asm-file1.s: New file.
3075
1bab7383
YQ
30762014-12-18 Nigel Stephens <nigel@mips.com>
3077 Maciej W. Rozycki <macro@codesourcery.com>
3078
3079 * gdb.base/float.exp: Handle the new output from "info float" on
3080 MIPS targets.
3081
1bc1068a
JK
30822014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3083
3084 Fix MinGW compilation.
3085 * gdb.compile/compile-ops.exp: Update untested message if
3086 !skip_compile_feature_tests.
3087 * gdb.compile/compile-setjmp.exp: Likewise.
3088 * gdb.compile/compile-tls.exp: Likewise.
3089 * gdb.compile/compile.exp: Likewise.
3090 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
3091 supported on this host".
3092
b6615d10
DE
30932014-12-16 Doug Evans <xdje42@gmail.com>
3094
3095 * boards/stabs.exp: New file.
3096
25dda427
AA
30972014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
3098
3099 * gdb.base/completion.exp: Adjust to format changes of "maint
3100 print user-registers".
3101
bf330350
CU
31022014-12-16 Catalin Udma <catalin.udma@freescale.com>
3103
3104 PR server/17457
3105 * gdb.arch/aarch64-fp.c: New file.
3106 * gdb.arch/aarch64-fp.exp: New file.
3107
395cf596
SDJ
31082014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3109
3110 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
3111 r210637, r210913, r211666, r215400, r215817).
3112
3113 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
3114 * dg-extract-results.py: New file.
3115 * dg-extract-results.sh: Use it if the environment seems
3116 suitable.
3117
3118 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
3119
3120 * dg-extract-results.py (parse_run): Handle warnings that
3121 are printed before a test harness is run.
3122
3123 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
3124
3125 * dg-extract-results.py (Named): Remove __cmp__ method.
3126 (output_variation): Use a key to sort variation.harnesses.
3127
3128 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
3129
3130 * dg-extract-results.py: For Python 3, force sys.stdout to
3131 handle surrogate escape sequences.
3132 (safe_open): New function.
3133 (output_segment, main): Use it.
3134
3135 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
3136
3137 * dg-extract-results.py (Prog.result_re): Include options
3138 in test name.
3139
3140 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
3141
3142 * dg-extract-results.py (output_variation): Always sort if
3143 do_sum.
3144
e882ef3c
SM
31452014-12-15 Simon Marchi <simon.marchi@ericsson.com>
3146
3147 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
3148 as long as we get pagination notifications.
3149
4992aa20
JM
31502014-12-15 Jason Merrill <jason@redhat.com>
3151
3152 * Makefile.in (check-gdb.%): Restore.
3153 * README: Mention it.
3154
c1b5a1a6
JB
31552014-12-13 Joel Brobecker <brobecker@adacore.com>
3156
3157 * gdb.ada/str_uninit: New testcase.
3158
5537b577
JK
31592014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3160
3161 PR symtab/17642
3162 * gdb.base/vla-stub-define.c: New file.
3163 * gdb.base/vla-stub.c: New file.
3164 * gdb.base/vla-stub.exp: New file.
3165
bb2ec1b3
TT
31662014-12-12 Phil Muldoon <pmuldoon@redhat.com>
3167 Jan Kratochvil <jan.kratochvil@redhat.com>
3168 Tom Tromey <tromey@redhat.com>
3169
3170 * configure.ac: Add gdb.compile/.
3171 * configure: Regenerate.
3172 * gdb.compile/Makefile.in: New file.
3173 * gdb.compile/compile-ops.exp: New file.
3174 * gdb.compile/compile-ops.c: New file.
3175 * gdb.compile/compile-tls.c: New file.
3176 * gdb.compile/compile-tls.exp: New file.
3177 * gdb.compile/compile-constvar.S: New file.
3178 * gdb.compile/compile-constvar.c: New file.
3179 * gdb.compile/compile-mod.c: New file.
3180 * gdb.compile/compile-nodebug.c: New file.
3181 * gdb.compile/compile-setjmp-mod.c: New file.
3182 * gdb.compile/compile-setjmp.c: New file.
3183 * gdb.compile/compile-setjmp.exp: New file.
3184 * gdb.compile/compile-shlib.c: New file.
3185 * gdb.compile/compile.c: New file.
3186 * gdb.compile/compile.exp: New file.
3187 * lib/gdb.exp (skip_compile_feature_tests): New proc.
3188
4ff709eb
TT
31892014-12-12 Tom Tromey <tromey@redhat.com>
3190
3191 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
3192 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
3193
6dddd6a5
DE
31942014-12-12 Doug Evans <dje@google.com>
3195
3196 * lib/gdb-python.exp (get_python_valueof): New function.
3197 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
3198
71c24708
AA
31992014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3200
3201 * gdb.base/completion.exp: Add test for completion of "info
3202 registers ".
3203
3e29f34a
MR
32042014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
3205
3206 * gdb.base/func-ptrs.c: New file.
3207 * gdb.base/func-ptrs.exp: New file.
3208
fc126975
SM
32092014-12-10 Simon Marchi <simon.marchi@ericsson.com>
3210
3211 PR breakpoints/17012
3212 * gdb.base/dprintf-detach.c: New file.
3213 * gdb.base/dprintf-detach.exp: New file.
3214
0a46d518
SM
32152014-12-10 Simon Marchi <simon.marchi@ericsson.com>
3216
3217 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
3218 * lib/gdb.exp (target_is_gdbserver): New procedure.
3219
a0be3e44
DE
32202014-12-08 Doug Evans <dje@google.com>
3221
3222 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
3223
df1b803a
YQ
32242014-12-05 Yao Qi <yao@codesourcery.com>
3225
3226 * gdb.guile/scm-error.exp: Remove the third argument to
3227 gdb_remote_download.
3228 * gdb.guile/scm-frame-args.exp: Likewise.
3229 * gdb.guile/scm-section-script.exp: Likewise.
3230
ddb9f679
YQ
32312014-12-05 Yao Qi <yao@codesourcery.com>
3232
3233 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
3234
86e4ed39
DE
32352014-12-04 Doug Evans <dje@google.com>
3236
3237 * gdb.python/py-objfile.exp: Add tests for
3238 objfile.add_separate_debug_file.
3239
7c50a931
DE
32402014-12-04 Doug Evans <dje@google.com>
3241
3242 * lib/gdb.exp (get_build_id): New function.
3243 (build_id_debug_filename_get): Rewrite to use it.
3244 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
3245
621661e3
MR
32462014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
3247
3248 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
3249 `method(long)', not just 0x0.
3250 * gdb.cp/nsalias.exp: Align code labels to 4.
3251 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
3252 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
3253 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
3254 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
3255 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
3256 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
3257
29f0c3b7
DE
32582014-12-02 Doug Evans <dje@google.com>
3259
e1e061e7 3260 PR symtab/17602
29f0c3b7 3261 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 3262 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
3263 * gdb.cp/anon-ns.exp: Update.
3264
162078c8
NB
32652014-12-02 Nick Bull <nicholaspbull@gmail.com>
3266
3267 * gdb.python/py-events.py (inferior_call_handler): New.
3268 (register_changed_handler, memory_changed_handler): New.
3269 (test_events.invoke): Register new handlers.
3270 * gdb.python/py-events.exp: Add tests for inferior call,
3271 memory_changed and register_changed events.
3272
fdb09caf
AA
32732014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3274
3275 * gdb.base/execl-update-breakpoints.exp: Specify the link address
3276 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
3277 if the linker doesn't understand this.
3278
55cfb2c4
SM
32792014-12-01 Simon Marchi <simon.marchi@ericsson.com>
3280
3281 * gdb.python/python.exp: Change expected reply to help().
3282
9e8cd6df
YQ
32832014-12-01 Yao Qi <yao@codesourcery.com>
3284
3285 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
3286 AC_CONFIG_SUBDIRS(gdb.gdbtk).
3287 * configure: Re-generated.
3288
6c659fc2
SC
32892014-11-28 Siva Chandra Reddy <sivachandra@google.com>
3290
3291 * gdb.cp/chained-calls.cc: New file.
3292 * gdb.cp/chained-calls.exp: New file.
3293 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
3294
d7fc3181
SM
32952014-11-28 Simon Marchi <simon.marchi@ericsson.com>
3296
3297 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
3298 * gdb.dwarf2/symtab-producer.exp: Same.
3299 * gdb.gdb/python-interrupts.exp: Same.
3300 * gdb.gdb/python-selftest.exp: Same.
3301 * gdb.python/py-linetable.exp: Same.
3302 * gdb.python/py-type.exp: Same.
3303 * gdb.python/py-value-cc.exp: Same.
3304 * gdb.python/py-value.exp: Same.
3305
10e79639
YQ
33062014-11-28 Yao Qi <yao@codesourcery.com>
3307
3308 * gdb.base/break-probes.exp: Match library name prefixed with
3309 sysroot.
3310
f28a0564
SM
33112014-11-27 Simon Marchi <simon.marchi@ericsson.com>
3312
3313 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
3314 test expected output. Add parentheses for the call to print.
3315 Remove L suffix from integers.
3316
3fe1ce1d
DE
33172014-11-26 Doug Evans <dje@google.com>
3318
3319 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
3320
84429e27
YQ
33212014-11-22 Yao Qi <yao@codesourcery.com>
3322
3323 * gdb.trace/entry-values.c: Remove asms.
3324 (foo): Add foo_label.
3325 (bar): Add bar_label.
3326 * gdb.trace/entry-values.exp: Remove code computing foo's
3327 length and bar's length.
3328 (Dwarf::assemble): Invoke function_range for bar and use
3329 MACRO_AT_func for foo.
3330
26741859
YQ
33312014-11-22 Yao Qi <yao@codesourcery.com>
3332
3333 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
3334 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
3335 Use .Lgcc43_procstart instead of gcc43.
3336
45e44d27
JB
33372014-11-21 Joel Brobecker <brobecker@adacore.com>
3338
3339 * gdb.ada/n_arr_bound: New testcase.
3340
458c8db8
SDJ
33412014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3342
3343 PR breakpoints/10737
3344 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
3345 test_catch_syscall_multi_arch.
3346 (test_catch_syscall_multi_arch): New function.
3347
43f3e411
DE
33482014-11-20 Doug Evans <xdje42@gmail.com>
3349
3350 * gdb.base/maint.exp: Update expected output.
3351
0d7b2549
AA
33522014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3353
3354 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
3355 4-byte instruction on S390.
3356
8908fca5
JB
33572014-11-19 Joel Brobecker <brobecker@adacore.com>
3358
3359 * gdb.ada/arr_arr: New testcase.
3360
4a46959e
JB
33612014-11-19 Joel Brobecker <brobecker@adacore.com>
3362
3363 * gdb.ada/pkd_arr_elem: New Testcase.
3364
470e2f4e
LM
33652014-11-18 Luis Machado <lgustavo@codesourcery.com>
3366
3367 * gdb.reverse/break-precsave: Expect completion message for
3368 core file reads.
3369 * gdb.reverse/consecutive-precsave.exp: Likewise.
3370 * gdb.reverse/finish-precsave.exp: Likewise.
3371 * gdb.reverse/i386-precsave.exp: Likewise.
3372 * gdb.reverse/machinestate-precsave.exp: Likewise.
3373 * gdb.reverse/sigall-precsave.exp: Likewise.
3374 * gdb.reverse/solib-precsave.exp: Likewise.
3375 * gdb.reverse/step-precsave.exp: Likewise.
3376 * gdb.reverse/until-precsave.exp: Likewise.
3377 * gdb.reverse/watch-precsave.exp: Likewise.
3378
a267f3ad
AA
33792014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3380
3381 * gdb.base/bp-permanent.c: Include unistd.h.
3382 * gdb.python/py-framefilter-mi.c (main): Add return type.
3383 * gdb.python/py-framefilter.c (main): Likewise.
3384 * gdb.trace/actions-changed.c (main): Likewise.
3385
12084a9a
AA
33862014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3387
3388 * gdb.mi/until.c: Add eye-catchers.
3389 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
3390 line numbers.
3391
dc7e1a77
AA
33922014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3393
3394 * gdb.base/condbreak.exp: Drop references to removed non-prototype
3395 function header variants in break1.c.
3396 * gdb.base/ena-dis-br.exp: Likewise.
3397 * gdb.base/hbreak2.exp: Likewise.
3398 * gdb.reverse/until-precsave.exp: Drop references to removed
3399 non-prototype function header variants in ur1.c.
3400 * gdb.reverse/until-reverse.exp: Likewise.
3401
41c77605
PM
34022014-11-17 Petr Machata <pmachata@redhat.com>
3403
3404 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
3405 ${_cu_offset_size} bytes abbrev offset.
3406
34248c3a
DE
34072014-11-15 Doug Evans <xdje42@gmail.com>
3408
3409 PR symtab/17559
3410 * gdb.base/line-symtabs.exp: New file.
3411 * gdb.base/line-symtabs.c: New file.
3412 * gdb.base/line-symtabs.h: New file.
3413
646da059
YQ
34142014-11-14 Yao Qi <yao@codesourcery.com>
3415
3416 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
3417 (func): Add label func_label.
3418 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
3419 Replace low_pc and high_pc with MACRO_AT_range.
3420 Replace name, low_pc and high_pc with MACRO_AT_func.
3421
9301ebe6
YQ
34222014-11-14 Yao Qi <yao@codesourcery.com>
3423
3424 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
3425 Replace name, low_pc and high_pc with MACRO_AT_func.
3426
f166b542
YQ
34272014-11-14 Yao Qi <yao@codesourcery.com>
3428
3429 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
3430 produce debug information.
3431 * gdb.dwarf2/implptr-optimized-out.S: Removed.
3432
0f6e71e3
YQ
34332014-11-14 Yao Qi <yao@codesourcery.com>
3434
3435 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
3436 object and get function length.
3437 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
3438 with MACRO_AT_func.
3439 (top-level): Replace gdb_compile and clean_restart with
3440 prepare_for_testing.
3441 * gdb.dwarf2/main.c (main): Add label main_label.
3442
876c4df9
YQ
34432014-11-14 Yao Qi <yao@codesourcery.com>
3444
3445 * lib/dwarf.exp (function_range): New procedure.
3446 (Dwarf::_handle_macro_at_func): New procedure.
3447 (Dwarf::_handle_macro_at_range): New procedure.
3448 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
3449
02ad9cf1
YQ
34502014-11-14 Yao Qi <yao@codesourcery.com>
3451
3452 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
3453 (_handle_attribute): New procedure.
3454
a59add0c
AA
34552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3456
3457 * gdb.ada/cond_lang/foo.c (callme): Add return type.
3458 * gdb.base/call-sc.c (zed): Likewise.
3459 * gdb.base/checkpoint.c (main): Likewise.
3460 * gdb.base/dump.c (main): Likewise.
3461 * gdb.base/gcore.c (main): Likewise.
3462 * gdb.base/huge.c (main): Likewise.
3463 * gdb.base/multi-forks.c (main): Likewise.
3464 * gdb.base/pr10179-a.c (main): Likewise.
3465 * gdb.base/savedregs.c (main): Likewise.
3466 * gdb.base/sigaltstack.c (main): Likewise.
3467 * gdb.base/siginfo.c (main): Likewise.
3468 * gdb.base/structs.c (zed): Likewise.
3469 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
3470 * gdb.mi/mi-syn-frame.c (main): Likewise.
3471 * gdb.mi/until.c (foo, main): Likewise.
3472 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
3473 * gdb.base/solib-weak.c (foo): Declare.
3474 * gdb.base/attach-twice.c: Include stdio.h.
3475 * gdb.base/weaklib1.c: Likewise.
3476 * gdb.base/weaklib2.c: Likewise.
3477 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
3478 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
3479 unistd.h.
3480 * gdb.base/attach-pie-misread.c: Include stdlib.h.
3481 * gdb.mi/mi-exit-code.c: Likewise.
3482 * gdb.base/break-interp-lib.c: Include string.h.
3483 * gdb.base/coremaker.c: Likewise.
3484 * gdb.base/testenv.c: Likewise.
3485 * gdb.python/py-finish-breakpoint.c: Likewise.
3486 * gdb.base/inferior-died.c: Include sys/wait.h.
3487 * gdb.base/fileio.c: Include time.h.
3488 * gdb.base/async-shell.c: Include unistd.h.
3489 * gdb.base/dprintf-non-stop.c: Likewise.
3490 * gdb.base/info-os.c: Likewise.
3491 * gdb.mi/mi-console.c: Likewise.
3492 * gdb.mi/watch-nonstop.c: Likewise.
3493 * gdb.python/py-events.c: Likewise.
3494 * gdb.base/async.c (baz): Move up before its invocation.
3495 * gdb.base/code_elim2.c (my_global_func): Likewise.
3496 * gdb.base/skip-solib-lib.c (multiply): Likewise.
3497 * gdb.base/advance.c (func2): Likewise.
3498
3b5d5997
AA
34992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3500
3501 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
3502 variant.
3503 * gdb.base/annota3.c: Likewise.
3504 * gdb.base/async.c: Likewise.
3505 * gdb.base/average.c: Likewise.
3506 * gdb.base/call-ar-st.c: Likewise.
3507 * gdb.base/call-rt-st.c: Likewise.
3508 * gdb.base/call-sc.c: Likewise.
3509 * gdb.base/call-strs.c: Likewise.
3510 * gdb.base/ending-run.c: Likewise.
3511 * gdb.base/execd-prog.c: Likewise.
3512 * gdb.base/exprs.c: Likewise.
3513 * gdb.base/foll-exec.c: Likewise.
3514 * gdb.base/foll-fork.c: Likewise.
3515 * gdb.base/foll-vfork.c: Likewise.
3516 * gdb.base/funcargs.c: Likewise.
3517 * gdb.base/gcore.c: Likewise.
3518 * gdb.base/jump.c: Likewise.
3519 * gdb.base/langs0.c: Likewise.
3520 * gdb.base/langs1.c: Likewise.
3521 * gdb.base/langs2.c: Likewise.
3522 * gdb.base/mips_pro.c: Likewise.
3523 * gdb.base/nodebug.c: Likewise.
3524 * gdb.base/opaque0.c: Likewise.
3525 * gdb.base/opaque1.c: Likewise.
3526 * gdb.base/recurse.c: Likewise.
3527 * gdb.base/run.c: Likewise.
3528 * gdb.base/scope0.c: Likewise.
3529 * gdb.base/scope1.c: Likewise.
3530 * gdb.base/setshow.c: Likewise.
3531 * gdb.base/setvar.c: Likewise.
3532 * gdb.base/shmain.c: Likewise.
3533 * gdb.base/shr1.c: Likewise.
3534 * gdb.base/shr2.c: Likewise.
3535 * gdb.base/sigall.c: Likewise.
3536 * gdb.base/signals.c: Likewise.
3537 * gdb.base/so-indr-cl.c: Likewise.
3538 * gdb.base/solib2.c: Likewise.
3539 * gdb.base/structs.c: Likewise.
3540 * gdb.base/sum.c: Likewise.
3541 * gdb.base/vforked-prog.c: Likewise.
3542 * gdb.base/watchpoint.c: Likewise.
3543 * gdb.reverse/shr2.c: Likewise.
3544 * gdb.reverse/until-reverse.c: Likewise.
3545 * gdb.reverse/ur1.c: Likewise.
3546 * gdb.reverse/watch-reverse.c: Likewise.
3547
066a77c5
AA
35482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3549
3550 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
3551 variant.
3552 * gdb.base/sepdebug.exp: Drop references to removed code.
3553
4f204ea5
AA
35542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3555
3556 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
3557 variant. Preserve original line numbering.
3558 * gdb.base/list1.c: Likewise.
3559
3b377a3a
AA
35602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3561
3562 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
3563 variant.
3564 * gdb.base/break1.c: Likewise.
3565 * gdb.base/break.exp: Drop references to removed code.
3566
e444df73
AA
35672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3568
3569 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
3570 variant.
3571
8008f2a7
AA
35722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3573
3574 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
3575
a5a06887
AA
35762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3577
3578 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
3579 logic into perform_all_tests() and invoke it with and without
3580 function header prototypes.
3581 (do_function_calls): Remove conditional XFAIL for PR 5318.
3582 (rerun_and_prepare): Remove duplicate code.
3583 (perform_all_tests): New. Main logic moved here.
3584
44dba9b9
AA
35852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3586
3587 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
3588 code guarded by #ifdef NO_PROTOTYPES.
3589 (t_double_many_args): Likewise.
3590 (DEF_FUNC_MANY_ARGS_1): Likewise.
3591 (DEF_FUNC_VALUES_1): Likewise.
3592 (t_structs_ldc): Renamed from t_structs_fc in conditional code
3593 guarded by #ifdef PROTOTYPES.
3594
d1fbcd56
AA
35952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3596
3597 * gdb.mi/mi-console.c: Add eye-catcher.
3598 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
3599 instead of literal line number.
3600
b0e59b8f
AA
36012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3602
3603 * gdb.base/shr2.c: Add eye-catcher.
3604 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
3605 line number.
3606
78f98cca
AA
36072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3608
3609 * gdb.base/jump.c: Add eye-catchers.
3610 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
3611 numbers.
3612
58fa2af0
AA
36132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3614
3615 * gdb.base/execd-prog.c: Add eye-catchers.
3616 * gdb.base/foll-exec.c: Likewise.
3617 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
3618 line numbers.
3619
04e5059b
AA
36202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3621
3622 * gdb.base/ending-run.c: Add eye-catchers.
3623 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
3624 literal line numbers.
3625
dbfdb174
AA
36262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3627
3628 * gdb.base/call-rt-st.c: Add eye-catchers.
3629 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
3630 literal line numbers.
3631
888a2ade
AA
36322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3633
3634 * gdb.base/call-ar-st.c: Add eye-catchers.
3635 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
3636 literal line numbers.
3637
6acc2dde
AA
36382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3639
3640 * gdb.base/average.c: Add eye-catchers.
3641 * gdb.base/sum.c: Likewise.
3642 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
3643 regexps dynamically.
3644
9ecfcd1d
AA
36452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3646
3647 * gdb.base/solib1.c: Add eye-catchers.
3648 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
3649 literal line numbers.
3650
78708b7c
PA
36512014-11-12 Pedro Alves <palves@redhat.com>
3652
3653 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
3654 leader has exited.
3655
af48d08f
PA
36562014-11-12 Pedro Alves <palves@redhat.com>
3657
3658 * gdb.arch/i386-bp_permanent.c: New file.
3659 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
3660 (srcfile): Set to i386-bp_permanent.c.
3661 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
3662 that stepi does not execute the 'leave' instruction, instead of
3663 testing it does execute.
3664 * gdb.base/bp-permanent.c: New file.
3665 * gdb.base/bp-permanent.exp: New file.
3666
af3768e9
DE
36672014-11-10 Doug Evans <xdje42@gmail.com>
3668
3669 PR symtab/17564
3670 * gdb.base/symtab-search-order.exp: New file.
3671 * gdb.base/symtab-search-order.c: New file.
3672 * gdb.base/symtab-search-order-1.c: New file.
3673 * gdb.base/symtab-search-order-shlib-1.c: New file.
3674
9de00a4a
PA
36752014-11-07 Pedro Alves <palves@redhat.com>
3676
3677 PR gdb/17511
3678 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
3679 i?86-*-linux*.
3680
e0f52461
SC
36812014-11-03 Siva Chandra Reddy <sivachandra@google.com>
3682
3683 PR c++/17494
3684 * gdb.cp/pr17494.cc: New file.
3685 * gdb.cp/pr17494.exp: New file.
3686
6ce8c980
YQ
36872014-11-02 Yao Qi <yao@codesourcery.com>
3688
3689 * gdb.python/python.exp: Get working directory and match the
3690 output of "set extended-prompt \\w " with it.
3691
02be9a71
DE
36922014-10-30 Doug Evans <dje@google.com>
3693
3694 * gdb.python/py-objfile.exp: Add tests for setting random attributes
3695 in objfiles.
3696 * gdb.python/py-progspace.exp: Add tests for setting random attributes
3697 in progspaces.
3698
3bdff46b
LM
36992014-10-30 Janis Johnson <janisjo@codesourcery.com>
3700
3701 * gdb.base/fullpath-expand.exp: Skip for a remote host.
3702 * gdb.base/realname-expand.exp: Likewise.
3703 * gdb.linespec/macro-relative.exp: Likewise.
3704
ab917dfb
PA
37052014-10-29 Pedro Alves <palves@redhat.com>
3706
3707 PR gdb/17408
3708 * gdb.threads/schedlock.c (some_function): New function.
3709 (call_function): New global.
3710 (MAYBE_CALL_SOME_FUNCTION): New macro.
3711 (thread_function): Call it.
3712 * gdb.threads/schedlock.exp (get_args): Add description parameter,
3713 and use it instead of a global counter. Adjust all callers.
3714 (get_current_thread): Use "find current thread" for test message
3715 here rather than having all callers pass down the same string.
3716 (goto_loop): New procedure, factored out from ...
3717 (my_continue): ... this.
3718 (step_ten_loops): Change parameter from test message to command to
3719 use. Adjust.
3720 (list_count): Delete global.
3721 (check_result): New procedure, factored out from duplicate top
3722 level code.
3723 (continue tests): Wrap in with_test_prefix.
3724 (test_step): New procedure, factored out from duplicate top level
3725 code.
3726 (top level): Test "step" in combination with all scheduler-locking
3727 modes. Test "next" in combination with all scheduler-locking
3728 modes, and in combination with stepping over a function call or
3729 not.
3730 * gdb.threads/next-bp-other-thread.c: New file.
3731 * gdb.threads/next-bp-other-thread.exp: New file.
3732
d3d4baed
PA
37332014-10-29 Pedro Alves <palves@redhat.com>
3734
3735 PR python/17372
3736 * gdb.python/python.exp: Test a multi-line command that spawns
3737 interactive Python.
3738 * gdb.base/multi-line-starts-subshell.exp: New file.
3739
563e8d85
YQ
37402014-10-29 Yao Qi <yao@codesourcery.com>
3741
3742 * gdb.base/fileio.exp: Make directories on host.
3743
0ea4d52e
YQ
37442014-10-29 Yao Qi <yao@codesourcery.com>
3745
3746 * gdb.base/fileio.c (test_write): Close the file.
3747
7f5ef605
PA
37482014-10-28 Pedro Alves <palves@redhat.com>
3749
3750 PR gdb/12623
3751 * gdb.base/sigstep.c (no_handler): New global.
3752 (main): If 'no_handler is true, set the signal handlers to
3753 SIG_IGN.
3754 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
3755 with_sw_watch and no_handler parameters. Handle them.
3756 (top level) <stepping over handler when stopped at a breakpoint
3757 test>: Add a test axis for testing with a software watchpoint, and
3758 another for testing with the signal handler set to SIG_IGN.
3759 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
3760 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
3761
abbdbd03
PA
37622014-10-28 Pedro Alves <palves@redhat.com>
3763
3764 PR gdb/17511
3765 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
3766 * gdb.base/sigstep.exp (other_handler_location): New global.
3767 (advance): Support stepping into the signal handler, and running
3768 commands while in the handler.
3769 (in_handler_map): New global.
3770 (top level): In the advance test, add combinations for getting
3771 into the handler with stepping commands, and for running commands
3772 in the handler. Add comment descripting the advancei tests.
3773
1df4399f
PA
37742014-10-28 Pedro Alves <palves@redhat.com>
3775
3776 * gdb.base/sigstep.exp: Use build_executable instead of
3777 prepare_for_testing.
3778 (top level): Move code that starts GDB, runs to main and creates a
3779 display to ...
3780 (restart): ... this new procedure.
3781 (top level): Move backtrace from signal handler test to ...
3782 (validate_backtrace): ... this new procedure.
3783 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
3784 with_test_prefix. Always restart GDB.
3785 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
3786 with_test_prefix. Always restart GDB. No need to delete
3787 breakpoints after the test.
3788 (test_skip_handler): Remove prefix parameter.
3789 (skip_over_handler, breakpoint_to_handler)
3790 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
3791 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
3792 restart GDB. No need to delete breakpoints after the test.
3793 (top level): Use foreach to call the test procedures with
3794 different commands.
3795
a5b6e449
PA
37962014-10-28 Pedro Alves <palves@redhat.com>
3797
3798 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
3799 instead of GNATS numbers.
3800 * gdb.base/sigbpt.exp: Likewise.
3801 * gdb.base/siginfo.exp: Likewise.
3802 * gdb.base/sigstep.exp: Likewise.
3803
e5f8a7cc
PA
38042014-10-27 Pedro Alves <palves@redhat.com>
3805
3806 * gdb.base/sigstep.c (dummy): New global.
3807 (main): Issue a couple writes to the new global.
3808 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
3809 procedures.
3810 (skip_over_handler): Use test_skip_handler.
3811 (top level): Call skip_over_handler for stepi and nexti too.
3812 (breakpoint_over_handler): Use test_skip_handler.
3813 (top level): Call breakpoint_over_handler for stepi and nexti too.
3814
763905a3
YQ
38152014-10-27 Yao Qi <yao@codesourcery.com>
3816
3817 * gdb.trace/tfile.c (adjust_function_address)
3818 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
3819 function descriptor.
3820
6f259a23
DB
38212014-10-24 Don Breazeal <donb@codesourcery.com>
3822
3823 * gdb.base/foll-fork.exp (test_follow_fork,
3824 catch_fork_child_follow): Check for updated fork messages emitted
3825 from infrun.c.
3826 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
3827 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
3828 vfork_and_exec_child_follow_through_step): Check for updated vfork
3829 messages emitted from infrun.c.
3830
09dd9a69
PA
38312014-10-24 Pedro Alves <palves@redhat.com>
3832
3833 * gdb.base/corefile.exp: Remove references to ultrix.
3834 * gdb.base/interrupt.exp: Likewise.
3835 * gdb.base/whatis.exp: Likewise.
3836 * gdb.gdb/selftest.exp: Likewise.
3837 * gdb.threads/manythreads.exp: Likewise.
3838 * gdb.threads/print-threads.exp: Likewise.
3839 * gdb.threads/pthreads.exp:: Likewise.
3840 * gdb.threads/schedlock.exp: Likewise.
3841
3433cfa5
SC
38422014-10-24 Siva Chandra Reddy <sivachandra@google.com>
3843
3844 * gdb.cp/non-trivial-retval.cc: Add a test case.
3845 * gdb.cp/non-trivial-retval.exp: Add a test.
3846
092f880b
YQ
38472014-10-20 Yao Qi <yao@codesourcery.com>
3848
3849 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
3850 * gdb.python/py-objfile-script-gdb.py: New file.
3851 * gdb.python/py-objfile-script.exp: Update reference to
3852 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
3853 of remote_download. Remove the dest file.
3854
acbdb7f3
YQ
38552014-10-20 Yao Qi <yao@codesourcery.com>
3856
3857 * gdb.base/checkpoint.exp: Don't remove file copied on host.
3858 * gdb.base/step-line.exp: Likewise.
3859 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3860 * gdb.dwarf2/dw2-basic.exp: Likewise.
3861 * gdb.dwarf2/dw2-compressed.exp: Likewise.
3862 * gdb.dwarf2/dw2-filename.exp: Likewise.
3863 * gdb.dwarf2/dw2-intercu.exp: Likewise.
3864 * gdb.dwarf2/dw2-intermix.exp: Likewise.
3865 * gdb.dwarf2/dw2-producer.exp: Likewise.
3866 * gdb.dwarf2/mac-fileno.exp: Likewise.
3867 * gdb.python/py-frame-args.exp: Likewise.
3868 * gdb.python/py-framefilter.exp: Likewise.
3869 * gdb.python/py-mi.exp: Likewise.
3870 * gdb.python/py-objfile-script.exp: Likewise
3871 * gdb.python/py-pp-integral.exp: Likewise.
3872 * gdb.python/py-pp-re-notag.exp: Likewise.
3873 * gdb.python/py-prettyprint.exp: Likewise.
3874 * gdb.python/py-section-script.exp: Likewise.
3875 * gdb.python/py-typeprint.exp: Likewise.
3876 * gdb.python/py-xmethods.exp: Likewise.
3877 * gdb.stabs/weird.exp: Likewise.
3878 * gdb.xml/tdesc-regs.exp: Likewise.
3879
bd286a29
KCY
38802014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
3881
3882 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
3883 (out_cu): Use addr_len for the size of addresses.
3884 (out_line): Likewise. Size DW_LNE_set_address instruction
3885 according to addr_len.
3886 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
3887 (FUNC): Add START_INSNS to definition.
3888
673dc4a0
YQ
38892014-10-18 Yao Qi <yao@codesourcery.com>
3890
3891 * gdb.base/argv0-symlink.exp: Check argv[0] value if
3892 gdb_has_argv0 return true.
3893 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
3894 check [target_info exists noargs], check [gdb_has_argv0]
3895 instead.
3896 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3897 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
3898 procedures.
3899
4ffbba72
DE
39002014-10-17 Doug Evans <dje@google.com>
3901
3902 * gdb.python/py-events.exp: Update expected output for clear_objfiles
3903 event.
3904 * gdb.python/py-events.py: Add clear_objfiles event.
3905
d096d8c1
DE
39062014-10-17 Doug Evans <dje@google.com>
3907
3908 * gdb.python/py-objfile.exp: Test progspace attribute.
3909
a80db015
LM
39102014-10-17 Luis Machado <lgustavo@codesourcery.com>
3911
3912 * gdb.guile/scm-breakpoint.exp: Do not assume any
3913 directory separators when matching source file paths.
3914 * gdb.python/py-breakpoint.exp: Likewise.
3915 * gdb.reverse/break-precsave.exp: Likewise.
3916 * gdb.reverse/break-reverse.exp: Likewise.
3917 * gdb.reverse/consecutive-precsave.exp: Likewise.
3918 * gdb.reverse/finish-precsave.exp: Likewise.
3919 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
3920 * gdb.reverse/finish-reverse.exp: Likewise.
3921 * gdb.reverse/i386-precsave.exp: Likewise.
3922 * gdb.reverse/i387-env-reverse.exp: Likewise.
3923 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3924 * gdb.reverse/machinestate-precsave.exp: Likewise.
3925 * gdb.reverse/machinestate.exp: Likewise.
3926 * gdb.reverse/sigall-precsave.exp: Likewise.
3927 * gdb.reverse/solib-precsave.exp: Likewise.
3928 * gdb.reverse/step-precsave.exp: Likewise.
3929 * gdb.reverse/until-precsave.exp: Likewise.
3930 * gdb.reverse/watch-precsave.exp: Likewise.
3931 * gdb.reverse/watch-reverse.exp: Likewise.
3932
b22089ab
YQ
39332014-10-17 Yao Qi <yao@codesourcery.com>
3934
3935 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
3936 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
3937
6c4486e6
PA
39382014-10-17 Pedro Alves <palves@redhat.com>
3939
3940 PR gdb/17471
3941 * gdb.base/bg-execution-repeat.c: New file.
3942 * gdb.base/bg-execution-repeat.exp: New file.
3943
0ff33695
PA
39442014-10-17 Pedro Alves <palves@redhat.com>
3945
3946 PR gdb/17300
3947 * gdb.base/continue-all-already-running.c: New file.
3948 * gdb.base/continue-all-already-running.exp: New file.
3949
6fdebc3d
PA
39502014-10-17 Pedro Alves <palves@redhat.com>
3951
3952 PR gdb/17472
3953 * gdb.base/annota-input-while-running.c: New file.
3954 * gdb.base/annota-input-while-running.exp: New file.
3955
32a8097b
PA
39562014-10-17 Pedro Alves <palves@redhat.com>
3957
3958 * gdb.base/callfuncs.exp: emove references to osf.
3959 * gdb.base/sigall.exp: Likewise.
3960 * gdb.gdb/selftest.exp: Likewise.
3961 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3962 * gdb.mi/non-stop.c: Likewise.
3963 * gdb.mi/pthreads.c: Likewise.
3964 * gdb.reverse/sigall-precsave.exp: Likewise.
3965 * gdb.reverse/sigall-reverse.exp: Likewise.
3966 * gdb.threads/pthreads.c: Likewise.
3967 * gdb.threads/pthreads.exp: Likewise.
3968
7a3517ff
YQ
39692014-10-17 Yao Qi <yao@codesourcery.com>
3970
3971 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
3972 check 'target_info exists noargs'.
3973 (test_command_prompt_position): Likewise.
3974 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
3975 Remove "set args".
3976 (progvar_simple_while_test): Likewise.
3977 (progvar_complex_if_while_test): Likewise.
3978 (if_while_breakpoint_command_test): Likewise.
3979 (infrun_breakpoint_command_test): Likewise.
3980 (breakpoint_command_test): Likewise.
3981 (watchpoint_command_test): Likewise.
3982 (bp_deleted_in_command_test): Likewise.
3983 (temporary_breakpoint_commands): Likewise.
3984
bb99c472
YQ
39852014-10-16 Yao Qi <yao@codesourcery.com>
3986
3987 * gdb.base/remotetimeout.exp: Remove noargs checking.
3988
7c16b83e
PA
39892014-10-15 Pedro Alves <palves@redhat.com>
3990
3991 PR breakpoints/9649
3992 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
3993 * gdb.base/breakpoint-in-ro-region.exp
3994 (probe_target_hardware_step): New procedure.
3995 (top level): Probe hardware stepping and hardware breakpoint
3996 support. Test stepping through a read-only region, with both
3997 "breakpoint auto-hw" on and off and both "always-inserted" on and
3998 off.
3999
35a49624
IB
40002014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
4001
4002 * gdb.dlang/demangle.exp: Update for demangling changes.
4003
2d1c107c
SC
40042014-10-15 Siva Chandra Reddy <sivachandra@google.com>
4005
4006 * gdb.cp/non-trivial-retval.cc: Add new test cases.
4007 * gdb.cp/non-trivial-retval.exp: Add new tests.
4008
778811d5
SC
40092014-10-15 Siva Chandra Reddy <sivachandra@google.com>
4010
4011 PR c++/13403
4012 PR c++/15154
4013 * gdb.cp/non-trivial-retval.cc: New file.
4014 * gdb.cp/non-trivial-retval.exp: New file.
4015
10c5f0a8
YQ
40162014-10-15 Yao Qi <yao@codesourcery.com>
4017
4018 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
4019 remote host.
4020
65d7b369
YQ
40212014-10-15 Yao Qi <yao@codesourcery.com>
4022
4023 * gdb.python/py-symbol.exp: Match file base name if host is
4024 remote, otherwise match file name with dir name.
4025 * gdb.python/py-symtab.exp: Likewise.
4026 * gdb.python/python.exp: Likewise.
4027
46dc1394
YQ
40282014-10-15 Yao Qi <yao@codesourcery.com>
4029
4030 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
4031 pattern.
4032 * gdb.python/py-symtab.exp: Likewise.
4033 * gdb.python/python.exp: Remove trailing ".*". Fix typo
4034 locationn.
4035
c40cc657
JB
40362014-10-14 Joel Brobecker <brobecker@adacore.com>
4037
4038 * gdb.ada/addr_arith: New testcase.
4039
2abf49e1
MR
40402014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
4041
4042 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
4043 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
4044 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
4045 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
4046
f7088df3
SDJ
40472014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
4048
4049 * gdb.arch/stap-eval-lang-ada.S: Likewise.
4050 * gdb.arch/stap-eval-lang-ada.c: Likewise.
4051 * gdb.arch/stap-eval-lang-ada.exp: New file.
4052
4dc06805
YQ
40532014-10-14 Yao Qi <yao@codesourcery.com>
4054
4055 * gdb.mi/mi-var-child.c (nothing1): New function.
4056 (nothing2): New function.
4057 (do_children_tests): Set function pointers by nothing1 and
4058 nothing2.
4059 * gdb.mi/mi-var-child.exp: Step over new added statements.
4060 Update test to match the new output.
4061 * gdb.mi/var-cmd.c (nothing1): New function.
4062 (nothing2): New function.
4063 (do_children_tests): Set function pointers by nothing1 and
4064 nothing2.
4065 * gdb.mi/mi-var-display.exp: Update test to match output.
4066 Step to the line specified by $line_dct_nothing.
4067 Increase the number of lines to step.
4068
46a93de2
YQ
40692014-10-14 Yao Qi <yao@codesourcery.com>
4070
4071 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
4072 tests.
4073 * gdb.mi/mi2-var-child.exp: Likewise.
4074
14ea52ee
DE
40752014-10-13 Doug Evans <dje@google.com>
4076
4077 * gdb.python/py-objfile.exp: Change name of file name test.
4078
e5c6e92b
DE
40792014-10-13 Doug Evans <dje@google.com>
4080
4081 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
4082 from the start of the CU.
4083
c780cc2f
JK
40842014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4085 Yao Qi <yao@codesourcery.com>
4086
4087 Fix "save breakpoints" for "catch" command.
4088 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
4089 Remove -nonewline. Match also the added "main" line.
4090
99894e11
JK
40912014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4092
4093 Fix "save breakpoints" for "disable $bpnum" command.
4094 * gdb.base/save-bp.c (main): Add label.
4095 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
4096
6e1ac5a3
JK
40972014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4098
4099 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
4100
754dd2b0
YQ
41012014-10-11 Yao Qi <yao@codesourcery.com>
4102
4103 * gdb.server/server-kill.exp: Execute command
4104 "set remote trace-status-packet on" before "tstatus".
4105
f90183d7
YQ
41062014-10-11 Yao Qi <yao@codesourcery.com>
4107
4108 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
4109 (main): Call getppid.
4110 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
4111 and continue to it. Read variable "server_pid".
4112
bf40a607
YQ
41132014-10-11 Yao Qi <yao@codesourcery.com>
4114
4115 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
4116
052ca370
YQ
41172014-10-11 Yao Qi <yao@codesourcery.com>
4118
4119 * gdb.threads/thread-find.exp: Don't execute command
4120 "info threads".
4121 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
4122 * gdb.threads/linux-dp.exp: Don't check the condition
4123 $threads_created equals to zero.
4124
3831839c
PA
41252014-10-10 Pedro Alves <palves@redhat.com>
4126
4127 * gdb.base/bigcore.exp: Remove references to IRIX.
4128 * gdb.base/funcargs.exp: Likewise.
4129 * gdb.base/interrupt.exp: Likewise.
4130 * gdb.base/mips_pro.exp: Likewise.
4131 * gdb.base/nodebug.exp: Likewise.
4132 * gdb.base/setvar.exp: Likewise.
4133 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
4134
8b9a549d
PA
41352014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4136 Pedro Alves <palves@redhat.com>
4137
4138 PR symtab/14466
4139 * gdb.base/vdso-warning.c: New file.
4140 * gdb.base/vdso-warning.exp: New file.
4141
d48ba5e8
DE
41422014-10-02 Doug Evans <dje@google.com>
4143
4144 * gdb.base/structs.c (main): Don't run forever.
4145
2278c276
PA
41462014-10-02 Pedro Alves <palves@redhat.com>
4147
4148 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
4149 (top level) <stop threads 1, stop threads 2>: Use it.
4150
b57bacec
PA
41512014-10-02 Pedro Alves <palves@redhat.com>
4152
4153 * gdb.threads/break-while-running.exp (test): Add new
4154 'update_thread_list' argument. Skip "info threads" if false.
4155 (top level): Add new 'update_thread_list' axis.
4156
13fd3ff3
PA
41572014-10-02 Pedro Alves <palves@redhat.com>
4158
4159 PR breakpoints/17431
4160 * gdb.base/execl-update-breakpoints.c: New file.
4161 * gdb.base/execl-update-breakpoints.exp: New file.
4162
0fec99e8
PA
41632014-10-01 Pedro Alves <palves@redhat.com>
4164
4165 * gdb.base/breakpoint-in-ro-region.c: New file.
4166 * gdb.base/breakpoint-in-ro-region.exp: New file.
4167
2ddf4301
SM
41682014-10-01 Simon Marchi <simon.marchi@ericsson.com>
4169
4170 * gdb.mi/mi-exit-code.exp: New file.
4171 * gdb.mi/mi-exit-code.c: New file.
4172
6a5f3f43
YQ
41732014-09-30 Yao Qi <yao@codesourcery.com>
4174
4175 * lib/prelink-support.exp (build_executable_own_libs): Error if
4176 the target isn't native.
4177
345bcc73
YQ
41782014-09-30 Yao Qi <yao@codesourcery.com>
4179
4180 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
4181 false.
4182
a25a5a45
PA
41832014-09-22 Pedro Alves <palves@redhat.com>
4184
4185 * gdb.threads/break-while-running.exp: New file.
4186 * gdb.threads/break-while-running.c: New file.
4187
00ba3162
YQ
41882014-09-19 Yao Qi <yao@codesourcery.com>
4189
4190 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
4191 Invoke test. Restart GDB with --readnow and invoke test again.
4192
c3b7b696
YQ
41932014-09-19 Yao Qi <yao@codesourcery.com>
4194
4195 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
4196 proc set_breakpoint_on_gcd_function. Invoke
4197 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
4198 invoke set_breakpoint_on_gcd_function again.
4199
2b4fd423
DE
42002014-09-18 Doug Evans <dje@google.com>
4201
4202 * gdb.dwarf2/symtab-producer.exp: New file.
4203
a5947601
SDJ
42042014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
4205
4206 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
4207 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
4208 * gdb.base/global-var-nested-by-dso.c: Likewise.
4209 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4210
91c19059
SDJ
42112014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
4212 Pedro Alves <palves@redhat.com>
4213
4214 * gdb.base/watch-bitfields.exp: Pass string other than test file
4215 name to prepare_for_testing.
4216 (watch): New procedure.
4217 (expect_watchpoint): Use with_test_prefix.
4218 (top level): Factor out tests to ...
4219 (test_watch_location, test_regular_watch): ... these new
4220 procedures, and use with_test_prefix and gdb_continue_to_end.
4221
bb9d5f81
PP
42222014-09-16 Patrick Palka <patrick@parcs.ath.cx>
4223
4224 PR breakpoints/12526
4225 * gdb.base/watch-bitfields.exp: New file.
4226 * gdb.base/watch-bitfields.c: New file.
4227
635856f5
PA
42282014-09-16 Pedro Alves <palves@redhat.com>
4229
4230 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
4231 software and hardware addresses, not software address against
4232 itself.
4233
7280ceea
PA
42342014-09-16 Pedro Alves <palves@redhat.com>
4235
4236 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
4237 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
4238
428b16bd
PA
42392014-09-16 Pedro Alves <palves@redhat.com>
4240
4241 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
4242 files.
4243 * gdb.base/a2-run.exp: Remove all code guarded by istarget
4244 "*-*-vxworks*" throughout.
4245 * gdb.base/break.exp: Likewise.
4246 * gdb.base/default.exp: Likewise.
4247 * gdb.base/scope.exp: Likewise.
4248 * gdb.base/sepdebug.exp: Likewise.
4249 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
4250 throughout.
4251 * gdb.base/run.c: Likewise.
4252 * gdb.base/sepdebug.c: Likewise.
4253 * gdb.hp/gdb.aCC/run.c: Likewise.
4254 * gdb.reverse/until-reverse.c: Likewise.
4255 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
4256
666d413c
YQ
42572014-09-16 Yao Qi <yao@codesourcery.com>
4258
4259 * boards/local-remote-host-native.exp: New file.
4260
57cbd724
DE
42612014-09-14 Doug Evans <xdje42@gmail.com>
4262
4263 * gdb.threads/queue-signal.c (thread_count): New variable.
4264 (thread_count_mutex, thread_count_condvar): New variables.
4265 (incr_thread_count, wait_all_threads_running): New functions.
4266 (main): Wait for all threads to be in their thread functions.
4267
81219e53
DE
42682014-09-13 Doug Evans <xdje42@gmail.com>
4269
4270 * gdb.threads/queue-signal.c: New file.
4271 * gdb.threads/queue-signal.exp: New file.
4272
3714cea7
DE
42732014-09-13 Doug Evans <xdje42@gmail.com>
4274
4275 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
4276 be consistent with what default_gdb_init uses.
4277 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
4278 the plain text of the prompt. Add some logging printfs.
4279 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
4280
fa43b1d7
PA
42812014-09-12 Pedro Alves <palves@redhat.com>
4282
4283 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
4284 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
4285 * gdb.arch/i386-size-overlap.exp: Likewise.
4286 * gdb.arch/i386-size.exp: Likewise.
4287 * gdb.arch/i386-unwind.exp: Likewise.
4288 * gdb.base/a2-run.exp: Likewise.
4289 * gdb.base/break.exp: Likewise.
4290 * gdb.base/charset.exp: Likewise.
4291 * gdb.base/chng-syms.exp: Likewise.
4292 * gdb.base/commands.exp: Likewise.
4293 * gdb.base/dbx.exp: Likewise.
4294 * gdb.base/find.exp: Likewise.
4295 * gdb.base/funcargs.exp: Likewise.
4296 * gdb.base/jit-simple.exp: Likewise.
4297 * gdb.base/reread.exp: Likewise.
4298 * gdb.base/sepdebug.exp: Likewise.
4299 * gdb.base/step-bt.exp: Likewise.
4300 * gdb.cp/mb-inline.exp: Likewise.
4301 * gdb.cp/mb-templates.exp: Likewise.
4302 * gdb.objc/basicclass.exp: Likewise.
4303 * gdb.threads/killed.exp: Likewise.
4304
9d9bf2df
EBM
43052014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4306
4307 PR tdep/17379
4308 * gdb.arch/powerpc-stackless.S: New file.
4309 * gdb.arch/powerpc-stackless.exp: New file.
4310
1cf2f1b0
JK
43112014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4312
4313 * gdb.base/attach.c: Include unistd.h.
4314 (main): Call alarm. Add label postloop.
4315 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
4316 gdb_breakpoint, gdb_continue_to_breakpoint.
4317 (test_command_line_attach_run): Kill ${testpid} in one exit path.
4318
98880d46
PA
43192014-09-11 Pedro Alves <palves@redhat.com>
4320
4321 PR gdb/17347
4322 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
4323 * gdb.base/attach.exp (test_command_line_attach_run): New
4324 procedure.
4325 (top level): Call it.
4326
4c92ff2c
PA
43272014-09-11 Pedro Alves <palves@redhat.com>
4328
4329 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
4330 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
4331 (do_command_attach_tests): Use spawn_wait_for_attach.
4332 * gdb.base/solib-overlap.exp: Likewise.
4333 * gdb.multi/multi-attach.exp: Likewise.
4334 * gdb.python/py-prompt.exp: Likewise.
4335 * gdb.python/py-sync-interp.exp: Likewise.
4336 * gdb.server/ext-attach.exp: Likewise.
4337
3adc1a7d
GKB
43382014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
4339
4340 * gdb.fortran/array-element.exp: Remove unexpected "continue"
4341 command in testcase. Simplify testcase.
4342
96334934
JB
43432014-09-10 Joel Brobecker <brobecker@adacore.com>
4344
4345 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
4346
eb479039
JB
43472014-09-10 Joel Brobecker <brobecker@adacore.com>
4348
4349 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
4350
deede10c
JB
43512014-09-10 Joel Brobecker <brobecker@adacore.com>
4352
4353 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
4354
7828a5f5
JB
43552014-09-10 Joel Brobecker <brobecker@adacore.com>
4356
4357 * gdb.dwarf2/dynarr-ptr.c: New file.
4358 * gdb.dwarf2/dynarr-ptr.exp: New file.
4359
33aeebcf
MR
43602014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4361
4362 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
4363 of 30 rather than hardcoding 120 for a slow test case. Take the
4364 `gdb,timeout' target setting into account for this calculation.
4365 Don't extend the timeout for the test cases that don't need it.
4366
7b415901
MR
43672014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4368
4369 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
4370 a factor of 2 for a slow test case. Take the `gdb,timeout'
4371 target setting into account for this calculation.
4372 * gdb.reverse/until-precsave.exp: Increase the timeout by
4373 a factor of 15 and 3 respectively rather than adding 120
4374 for a pair of slow test cases. Take the `gdb,timeout'
4375 target setting into account for this calculation.
4376
4a40f85a
MR
43772014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4378
4379 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
4380 timeout, don't pass one down to gdb_expect.
4381 (gdb_expect): Rework timeout selection.
4382
09635af7
MR
43832014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4384
4385 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
4386 exception on timeout.
4387 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
4388 (gdbserver_start_extended): Catch any `gdbserver_start' error
4389 exceptions.
4390 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
4391 * lib/mi-support.exp (mi_gdb_target_load): Catch any
4392 `gdbserver_gdb_load' error exceptions.
4393
2bdd10b7
MR
43942014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4395
4396 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
4397 120 on waiting for the TCP socket to open.
4398
316935f0
DE
43992014-09-09 Doug Evans <xdje42@gmail.com>
4400
4401 * gdb.base/default.exp (show_conv_list): Add _caller_is,
4402 _caller_matches, _any_caller_is, _any_caller_matches.
4403
83740597
DE
44042014-09-09 Doug Evans <xdje42@gmail.com>
4405
4406 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
4407
4c122fc3
YQ
44082014-09-09 Yao Qi <yao@codesourcery.com>
4409
4410 * gdb.mi/mi-var-display.exp: Set print symbol off.
4411
a9f116cb
GKB
44122014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
4413
4414 PR gdb/17035
4415 * gdb.base/commands.exp: Add tests to verify user-defined
4416 commands with empty bodies.
4417 * gdb.python/py-cmd.exp: Test that we don't show user-defined
4418 python commands in `show user command`.
4419 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
4420 scheme commands in `show user command`.
4421
c75bd3a2
JK
44222014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4423
4424 PR python/17355
4425 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
4426 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
4427 * gdb.python/py-framefilter-invalidarg.exp: New file.
4428 * gdb.python/py-framefilter-invalidarg.py: New file.
4429
faa42425
DE
44302014-09-06 Doug Evans <xdje42@gmail.com>
4431
4432 PR 15276
4433 * gdb.python/py-caller-is.c: New file.
4434 * gdb.python/py-caller-is.exp: New file.
4435
474ca4f6
SDJ
44362014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
4437
4438 PR gdb/17235
4439 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
4440 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
4441
eb0b0463
SDJ
44422014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
4443
4444 PR fortran/17237
4445 * gdb.fortran/print-formatted.exp: New file.
4446 * gdb.fortran/print-formatted.f90: Likewise.
4447
5f3b99cf
SS
44482014-09-03 Sasha Smundak <asmundak@google.com>
4449
4450 * gdb.python/py-frame.exp: Test Frame.read_register.
4451
7d793aa9
SDJ
44522014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
4453
4454 PR python/16699
4455 * gdb.python/py-completion.exp: New file.
4456 * gdb.python/py-completion.py: Likewise.
4457
fb0576e9
DE
44582014-08-28 Doug Evans <dje@google.com>
4459
4460 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
4461 eax,etc. are live with values set by gdb and thus the compiler can't
4462 use them.
4463 * gdb.arch/i386-pseudo.c (main): Ditto.
4464
ee92b0dd
DE
44652014-08-27 Doug Evans <dje@google.com>
4466
4467 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
4468
6649db35
DE
44692014-08-25 Doug Evans <dje@google.com>
4470
4471 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
4472 (main): Ditto.
4473
564b7600
DE
44742014-08-25 Doug Evans <dje@google.com>
4475
4476 * gdb.threads/thread-execl.exp: #include <stdio.h>.
4477
3881fb67
YQ
44782014-08-24 Yao Qi <yao@codesourcery.com>
4479
4480 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
4481 symbol off.
4482 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
4483
a05a36a5
DE
44842014-08-22 Doug Evans <dje@google.com>
4485
4486 PR 17276
4487 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
4488 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
4489 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
4490
7c343b48
YQ
44912014-08-22 Yao Qi <yao@codesourcery.com>
4492
4493 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
4494 * gdb.python/py-finish-breakpoint2.exp: Likewise.
4495 * gdb.python/python.exp: Likewise. Use .py file on the host
4496 instead of the build.
4497
22fd09ae
JK
44982014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4499
4500 * gdb.threads/gcore-stale-thread.c: New file.
4501 * gdb.threads/gcore-stale-thread.exp: New file.
4502
a8454a7c
PA
45032014-08-21 Pedro Alves <palves@redhat.com>
4504
4505 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
4506 * gdb.base/gcore-relro-pie.exp: Likewise.
4507 * gdb.base/gcore-relro.exp: Likewise.
4508 * gdb.base/gcore.exp: Likewise.
4509 * gdb.base/print-symbol-loading.exp: Likewise.
4510 * gdb.threads/gcore-thread.exp: Likewise.
4511 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
4512
2a31c623
PA
45132014-08-20 Pedro Alves <palves@redhat.com>
4514 Jan Kratochvil <jan.kratochvil@redhat.com>
4515
4516 * Makefile.in (EXTRA_RULES, CC): New variables, get from
4517 configure.
4518 (EXPECT): Handle READ1 being set.
4519 (all): Depend on EXTRA_RULES.
4520 (check-read1, expect-read1, read1.so, read1): New rules.
4521 * README (Testsuite Parameters): Document the READ1 make variable.
4522 (Race detection): New section.
4523 * configure: Regenerate.
4524 * configure.ac: If build==host==target, and running under a
4525 GNU/glibc system, add read1 to the extra Makefile rules.
4526 (EXTRA_RULES): AC_SUBST it.
4527 * lib/read1.c: New file.
4528
d36430db
JB
45292014-08-20 Joel Brobecker <brobecker@adacore.com>
4530
4531 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
4532 the handling of variables declared as a typedef to an array
4533 which a DW_AT_data_location attribute.
4534
9a0dc9e3
PA
45352014-08-19 Andrew Burgess <aburgess@broadcom.com>
4536 Pedro Alves <palves@redhat.com>
4537
4538 PR symtab/14604
4539 PR symtab/14605
4540 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
4541 gdb_test.
4542
0718a8da
PA
45432014-08-19 Pedro Alves <palves@redhat.com>
4544
4545 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
4546
13b448cd
YQ
45472014-08-19 Yao Qi <yao@codesourcery.com>
4548
4549 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
4550 right line.
4551
1cbf5077
DB
45522014-08-18 David Blaikie <dblaikie@gmail.com>
4553
4554 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
4555
bf0fae19
JB
45562014-08-18 Joel Brobecker <brobecker@adacore.com>
4557
4558 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
4559 attribute in array range.
4560
3c8c5dcc
JB
45612014-08-18 Joel Brobecker <brobecker@adacore.com>
4562
4563 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
4564
e66d4446
SC
45652014-08-15 Siva Chandra Reddy <sivachandra@google.com>
4566
4567 PR c++/17132
4568 * gdb.cp/pr17132.cc: New file.
4569 * gdb.cp/pr17132.exp: New file.
4570
940df408
SC
45712014-08-15 Siva Chandra Reddy <sivachandra@google.com>
4572
4573 * gdb.python/py-xmethods.py (A_getarrayind)
4574 (E_method_char_worker.__call__, E_method_int_worker.__call__):
4575 Use 'print' with function call syntax.
4576 (E_method_matcher.match): Fix tab vs space indentation mixup.
4577
ebcc6c3a
YQ
45782014-08-15 Yao Qi <yao@codesourcery.com>
4579
4580 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
4581 false.
4582
775e0f04
YQ
45832014-08-15 Yao Qi <yao@codesourcery.com>
4584
4585 * gdb.cp/casts.exp: Set print symbol off.
4586 * gdb.cp/class2.exp: Likewise.
4587 * gdb.cp/overload.exp: Likewise.
4588 * gdb.cp/templates.exp: Likewise.
4589
d769e349
DE
45902014-08-11 Doug Evans <dje@google.com>
4591
4592 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4593 (test_load_shlib): Update.
4594
20c6f1e1
YQ
45952014-08-09 Yao Qi <yao@codesourcery.com>
4596
4597 * gdb.base/display.exp: Invoke is_address_zero_readable.
4598 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
4599 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
4600 * gdb.base/hbreak-unmapped.exp: Return if
4601 is_address_zero_readable returns true.
4602 * gdb.base/signest.exp: Likewise.
4603 * gdb.base/signull.exp: Likewise.
4604 * gdb.base/sigbpt.exp: Likewise.
4605 * gdb.guile/scm-disasm.exp: Do the test if
4606 is_address_zero_readable returns false.
4607 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
4608 * gdb.python/py-arch.exp: Likewise.
4609 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
4610 * lib/gdb.exp (is_address_zero_readable): New proc.
4611
5792e8e3
YQ
46122014-08-09 Yao Qi <yao@codesourcery.com>
4613
4614 PR testsuite/13443
4615 * gdb.mi/mi-var-display.exp: Make test messages unique.
4616
3cecbbbe
TT
46172014-08-04 Tom Tromey <tromey@redhat.com>
4618
4619 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
4620 target 0".
4621
00b51ff5
TT
46222014-08-04 Tom Tromey <tromey@redhat.com>
4623
4624 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
4625 "target_resume".
4626
6908c509
JB
46272014-08-01 Joel Brobecker <brobecker@adacore.com>
4628
4629 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
4630 inner_vla_struct_object_size.
4631 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
4632 as xfail.
4633
cc6563d2
PA
46342014-07-30 Pedro Alves <palves@redhat.com>
4635
4636 * gdb.threads/signal-command-handle-nopass.exp (test): Add
4637 comment.
4638
7e09a223
YQ
46392014-07-29 Yao Qi <yao@codesourcery.com>
4640
4641 PR gdb/17206
4642 * gdb.base/until-nodebug.exp: New.
4643
7ebdbe92
DE
46442014-07-28 Doug Evans <xdje42@gmail.com>
4645
4646 PR guile/17203
4647 * gdb.guile/scm-parameter.exp: Add tests for trying to create
4648 previously existing parameter, and previously ambiguously spelled
4649 parameter.
4650
fdb1adc6
WN
46512014-07-28 Will Newton <will.newton@linaro.org>
4652
4653 * gdb.base/varargs.exp: Remove KFAILs for ARM.
4654
186fcde0
DE
46552014-07-26 Ludovic Courtès <ludo@gnu.org>
4656 Doug Evans <xdje42@gmail.com>
4657
4658 PR guile/17146
4659 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
4660
70509625
PA
46612014-07-25 Pedro Alves <palves@redhat.com>
4662
4663 * gdb.threads/signal-command-handle-nopass.c: New file.
4664 * gdb.threads/signal-command-handle-nopass.exp: New file.
4665 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
4666 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
4667 * gdb.threads/signal-delivered-right-thread.c: New file.
4668 * gdb.threads/signal-delivered-right-thread.exp: New file.
4669
c3f814a1
PA
46702014-07-25 Pedro Alves <palves@redhat.com>
4671
4672 * gdb.base/double-prompt-target-event-error.exp
4673 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
4674 match.
4675 (cancel_pagination_in_target_event): Rework double prompt
4676 detection.
4677 * gdb.base/paginate-after-ctrl-c-running.exp
4678 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
4679 <return>' match.
4680 * gdb.base/paginate-bg-execution.exp
4681 (test_bg_execution_pagination_return)
4682 (test_bg_execution_pagination_cancel): Remove '-notransfer
4683 <return>' matches.
4684 * gdb.base/paginate-execution-startup.exp
4685 (test_fg_execution_pagination_return)
4686 (test_fg_execution_pagination_cancel): Remove '-notransfer
4687 <return>' matches.
4688 * gdb.base/paginate-inferior-exit.exp
4689 (test_paginate_inferior_exited): Remove '-notransfer <return>'
4690 match.
4691 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
4692 * lib/gdb.exp (pagination_prompt): Run text through
4693 string_to_regexp.
4694 (gdb_test_multiple): Match $pagination_prompt instead of
4695 "<return>".
4696 (string_to_regexp): Move to lib/gdb-utils.exp.
4697
e214cf6c
JK
46982014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4699
4700 * gdb.arch/amd64-entry-value-paramref.S: New file.
4701 * gdb.arch/amd64-entry-value-paramref.cc: New file.
4702 * gdb.arch/amd64-entry-value-paramref.exp: New file.
4703 * gdb.arch/amd64-optimout-repeat.S: New file.
4704 * gdb.arch/amd64-optimout-repeat.c: New file.
4705 * gdb.arch/amd64-optimout-repeat.exp: New file.
4706
17d0c5c8
JK
47072014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4708
4709 PR gdb/17170
4710 * gdb.base/statistics.exp: New file.
4711
b8b8facf
DE
47122014-07-17 Doug Evans <dje@google.com>
4713
74b49205 4714 PR gdb/17170
b8b8facf
DE
4715 * gdb.base/maint.exp: Update testing of per-command stats.
4716
1b5d0ab3
PA
47172014-07-16 Pedro Alves <palves@redhat.com>
4718
4719 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
4720 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
4721 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
4722 (tfile_write_buf): New functions.
4723 (add_memory_block): Rewrite using the above.
4724 (adjust_function_address): New function.
4725 (FUNCTION_ADDRESS): New macro.
4726 (write_basic_trace_file): Remove short_x local, and use
4727 tfile_write_16. Change type of func_addr local to unsigned long
4728 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
4729 here. Cast argument of add_memory_block to char pointer.
4730 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
4731 (main): Remove parameters.
4732 * gdb.trace/tfile.exp: Remove nowarnings.
4733
4d974e88
SM
47342014-07-15 Simon Marchi <simon.marchi@ericsson.com>
4735
4736 * gdb.base/debug-expr.exp: Test string evaluation with
4737 "debug expression" on.
4738
41e99568
PA
47392014-07-15 Pedro Alves <palves@redhat.com>
4740
4741 * gdb.base/reread.exp: Use clean_restart.
4742
487d9753
PL
47432014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
4744
4745 * gdb.arch/avr-flash-qualifer.c: New.
4746 * gdb.arch/avr-flash-qualifer.exp: New.
4747
cc1c52ad
PA
47482014-07-14 Pedro Alves <palves@redhat.com>
4749
4750 * gdb.base/paginate-after-ctrl-c-running.c: New file.
4751 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
4752
1e973570
PA
47532014-07-14 Pedro Alves <palves@redhat.com>
4754
4755 * gdb.base/double-prompt-target-event-error.c: New file.
4756 * gdb.base/double-prompt-target-event-error.exp: New file.
4757
93d6eb10
PA
47582014-07-14 Pedro Alves <palves@redhat.com>
4759
4760 PR gdb/17072
4761 * gdb.base/paginate-inferior-exit.c: New file.
4762 * gdb.base/paginate-inferior-exit.exp: New file.
4763
0017922d
PA
47642014-07-14 Pedro Alves <palves@redhat.com>
4765
4766 PR gdb/17072
4767 * gdb.base/paginate-bg-execution.c: New file.
4768 * gdb.base/paginate-bg-execution.exp: New file.
4769
94696ad3
PA
47702014-07-14 Pedro Alves <palves@redhat.com>
4771
4772 PR gdb/17072
4773 * gdb.base/paginate-execution-startup.c: New file.
4774 * gdb.base/paginate-execution-startup.exp: New file.
4775 * lib/gdb.exp (pagination_prompt): New global.
4776 (default_gdb_spawn): New procedure, factored out from
4777 default_gdb_spawn.
4778 (default_gdb_start): Adjust to call default_gdb_spawn.
4779 (gdb_spawn): New procedure.
4780
bd293940
PA
47812014-07-14 Pedro Alves <palves@redhat.com>
4782
4783 * lib/gdb.exp (gdb_assert): New procedure.
4784 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
4785
c933f875
PA
47862014-07-14 Pedro Alves <palves@redhat.com>
4787
4788 * gdb.base/execution-termios.c: New file.
4789 * gdb.base/execution-termios.exp: New file.
4790
d98b7a16
TT
47912014-07-14 Tom Tromey <tromey@redhat.com>
4792
4793 * gdb.cp/vla-cxx.cc: New file.
4794 * gdb.cp/vla-cxx.exp: New file.
4795
548740d6
TT
47962014-07-14 Tom Tromey <tromey@redhat.com>
4797
4798 * gdb.reverse/rerun-prec.c: New file.
4799 * gdb.reverse/rerun-prec.exp: New file.
4800
a25eb028
MR
48012014-07-12 Maciej W. Rozycki <macro@mips.com>
4802 Maciej W. Rozycki <macro@codesourcery.com>
4803
4804 * lib/gdb-utils.exp: New file.
4805 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
4806 inline `gdb_init_command' processing.
4807 (gdb_start_cmd): Likewise.
4808 * lib/mi-support.exp (mi_run_cmd): Likewise.
4809 * README: Document `gdb_init_command' and `gdb_init_commands'.
4810
218c2655
JK
48112014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4812
4813 Fix false FAIL running under a very long directory name.
4814 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
4815 and "set print elements 10000". Twice.
4816
5401fde3
YQ
48172014-07-11 Yao Qi <yao@codesourcery.com>
4818
4819 * gdb.base/exprs.exp: "set print symbol off".
4820
e76126e8
PA
48212014-07-11 Pedro Alves <palves@redhat.com>
4822
4823 * gdb.threads/kill.c: New file.
4824 * gdb.threads/kill.exp: New file.
4825
2d6f0de6
YQ
48262014-07-10 Yao Qi <yao@codesourcery.com>
4827
4828 * gdb.trace/tfile.c (write_basic_trace_file)
4829 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
4830 address written to trace file.
4831
7180e04a
PA
48322014-07-09 Pedro Alves <palves@redhat.com>
4833
4834 * gdb.base/attach-wait-input.exp: New file.
4835 * gdb.base/attach-wait-input.c: New file.
4836
9a9a7608
AB
48372014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4838
4839 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
4840 setting up test structures.
4841 (main): Call new test function.
4842 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
4843 test function, continue into test function and walk test
4844 structures.
4845
161ac41e
YQ
48462014-07-02 Yao Qi <yao@codesourcery.com>
4847
4848 * gdb.trace/entry-values.c: Define labels 'foo_start' and
4849 'bar_start' at the beginning of functions 'foo' and 'bar'
4850 respectively.
4851 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
4852 instead of 'foo' and 'bar'.
4853
1f267ae3
MM
48542014-07-08 Markus Metzger <markus.t.metzger@intel.com>
4855
4856 * gdb.btrace/segv.exp: New.
4857 * gdb.btrace/segv.c: New.
4858
2b239efb
LM
48592014-07-02 Luis Machado <lgustavo@codesourcery.com>
4860
4861 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
4862 instruction.
4863
cf363f18
MW
48642014-06-30 Mark Wielaard <mjw@redhat.com>
4865
4866 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
4867 vulture, vilify, villar): New volatile array constants.
4868 (vindictive, vegetation): New const volatile array constants.
4869 * gdb.base/volatile.exp: Test volatile and const volatile array
4870 types.
4871
aebf9d24
AA
48722014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4873
4874 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
4875 target lacks support for awatch, rwatch, or hbreak.
4876
b67a2c6f
YQ
48772014-06-27 Yao Qi <yao@codesourcery.com>
4878
4879 * gdb.multi/dummy-frame-restore.exp: New.
4880 * gdb.multi/dummy-frame-restore.c: New.
4881
aef92902
MM
48822014-06-25 Markus Metzger <markus.t.metzger@intel.com>
4883
4884 * gdb.btrace/gcore.exp: New.
4885
8e9db26e
PA
48862014-06-23 Pedro Alves <palves@redhat.com>
4887
4888 * gdb.base/watchpoint-reuse-slot.c: New file.
4889 * gdb.base/watchpoint-reuse-slot.exp: New file.
4890
70afc5b7
SC
48912014-06-23 Siva Chandra Reddy <sivachandra@google.com>
4892
4893 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
4894 progspace's filename in 'info', 'enable' and 'disable' command
4895 tests.
4896
b972bd9c
JK
48972014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4898
4899 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
4900 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4901 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
4902
125f8a3d
GB
49032014-06-20 Gary Benson <gbenson@redhat.com>
4904
4905 * gdb.arch/i386-avx.exp: Fix include file location.
4906 * gdb.arch/i386-sse.exp: Likewise.
4907
3ed9baed
IB
49082014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
4909
4910 * gdb.dlang/expression.exp: New file.
4911
034f788c
PA
49122014-06-19 Pedro Alves <palves@redhat.com>
4913
4914 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
4915 out from ...
4916 (top level): ... here. Iterate running tests under different
4917 scheduler-locking settings.
4918
45371d0c
LM
49192014-06-18 Luis Machado <lgustavo@codesourcery.com>
4920
4921 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
4922 to DW_FORM_addr and use non-zero addresses.
4923
5d376983
SC
49242014-06-18 Siva Chandra Reddy <sivachandra@google.com>
4925
4926 PR gdb/17017
4927 * gdb.python/py-xmethods.cc: Add global function call counters and
4928 increment them in their respective functions. Remove "cout"
4929 statements.
4930 * gdb.python/py-xmethods.exp: Make tests check the global function
4931 call counters instead of depending on inferior IO.
4932
a1aa2221
LM
49332014-06-18 Don Breazeal <donb@codesourcery.com>
4934
4935 * gdb.base/foll-fork.exp (default_fork_parent_follow):
4936 Deleted procedure.
4937 (explicit_fork_parent_follow): Deleted procedure.
4938 (explicit_fork_child_follow): Deleted procedure.
4939 (test_follow_fork): New procedure.
4940 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 4941 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
4942 procedure calls.
4943
0fc05997
YQ
49442014-06-17 Yao Qi <yao@codesourcery.com>
4945
4946 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
4947 CP1252.
4948
70795c52
LM
49492014-06-17 Luis Machado <lgustavo@codesourcery.com>
4950
4951 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
4952 Initialize ptr and S explicitly.
4953 (skip_type_update_when_not_use_rtti_test): Likewise.
4954
6be47f0c
KS
49552014-06-16 Keith Seitz <keiths@redhat.com>
4956
4957 PR mi/15863
4958 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
4959 the inferior is started.
4960
d03de421
PA
49612014-06-16 Pedro Alves <palves@redhat.com>
4962
4963 * gdb.base/break-main-file-remove-fail.c: New file.
4964 * gdb.base/break-main-file-remove-fail.exp: New file.
4965 * gdb.base/break-unload-file.exp: Use build_executable instead of
4966 prepare_for_testing.
4967 (test_break): New parameter "initial_load". Handle it.
4968 (top level): Add initial_load cmdline/file axis.
4969
f9579b99
TT
49702014-06-12 Tom Tromey <tromey@redhat.com>
4971
4972 * gdb.base/completion.exp: Don't use directory name in test.
4973
3657956b
GB
49742014-06-09 Gary Benson <gbenson@redhat.com>
4975
4976 * gdb.base/sigall.c [Functions to send signals]: Reorder to
4977 separate the always-available ANSI-standard signals from the
4978 signals that require checking.
4979 (main): Likewise.
4980 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
4981 Likewise.
4982 (main): Likewise.
4983
4186eb54
KS
49842014-06-07 Keith Seitz <keiths@redhat.com>
4985
4986 Revert:
4987 PR c++/16253
4988 * gdb.cp/var-tag.cc: New file.
4989 * gdb.cp/var-tag.exp: New file.
4990 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4991 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4992 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4993 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4994
25326a28 49952014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
4996
4997 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
4998
829155c9
PA
49992014-06-06 Pedro Alves <palves@redhat.com>
5000
5001 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
5002 in target debug output instead of looking at RSP packets,
5003 disabling the test on any target that uses hardware stepping.
5004 Update comments.
5005
61c8d22e
PA
50062014-06-06 Pedro Alves <palves@redhat.com>
5007
5008 * gdb.base/break-unload-file.exp: Fix typo.
5009
d9a47287
YQ
50102014-06-06 Yao Qi <yao@codesourcery.com>
5011
5012 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
5013 from "jit_function" to "^jit_function".
5014
e5e01dbf
YQ
50152014-06-06 Yao Qi <yao@codesourcery.com>
5016
5017 * gdb.base/async.c (foo): Add one statement.
5018 * gdb.base/async.exp: Get the next instruction address and
5019 match the output of "nexti" by instruction address. Match
5020 the hex address in the output of "finish".
5021
73ba372c
GB
50222014-06-06 Gary Benson <gbenson@redhat.com>
5023
5024 * gdb.base/call-signals.c: Remove preprocessor conditionals
5025 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
5026 SIGSEGV and SIGTERM.
5027 * gdb.base/sigall.c: Likewise.
5028 * gdb.base/unwindonsignal.c: Likewise.
5029 * gdb.reverse/sigall-reverse.c: Likewise.
5030
831517df
YQ
50312014-06-06 Yao Qi <yao@codesourcery.com>
5032
5033 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
5034 readable, skip the test.
5035
b8b91e98
YQ
50362014-06-06 Yao Qi <yao@codesourcery.com>
5037
5038 * gdb.threads/staticthreads.c (thread_function): Move the line
5039 setting breakpoint on forward.
5040 * gdb.threads/staticthreads.exp: Update comments.
5041
fb934770
LC
50422014-06-05 Ludovic Courtès <ludo@gnu.org>
5043
5044 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
5045 "history-append! type error".
5046
6ef284bd
SM
50472014-06-05 Simon Marchi <simon.marchi@ericsson.com>
5048
5049 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
5050 erroneous dprintf expected input.
5051
a872e241
DE
50522014-06-04 Doug Evans <xdje42@gmail.com>
5053
5054 * gdb.guile/scm-generics.exp: Delete.
5055
16f691fb
DE
50562014-06-04 Doug Evans <xdje42@gmail.com>
5057
5058 * gdb.guile/scm-breakpoint.exp: Update.
5059 Add tests for breakpoint registration.
5060
012370f6
TT
50612014-06-04 Tom Tromey <tromey@redhat.com>
5062
5063 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
5064 VLA-in-union.
5065 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
5066 inner_vla_struct, vla_union types. Initialize objects of those
5067 types and compute their sizes.
5068
9f5a4cef
HZ
50692014-06-04 Nathan Sidwell <nathan@codesourcery.com>
5070 Hui Zhu <hui@codesourcery.com>
5071
5072 * gdb.base/fileio.exp: Add test for shell not available as well as
5073 available.
5074 * gdb.base/fileio.c (test_system): Check for shell twice.
5075
90a45c4d
YQ
50762014-06-04 Yao Qi <yao@codesourcery.com>
5077
5078 * gdb.base/auto-connect-native-target.exp: Remove redundant
5079 space from the regexp pattern.
5080
70017e41
YQ
50812014-06-04 Yao Qi <yao@codesourcery.com>
5082
5083 * gdb.base/default.exp: Replace "child" with "native" in
5084 regexp pattern.
5085
883964a7
SC
50862014-06-03 Siva Chandra Reddy <sivachandra@google.com>
5087
5088 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
5089 * gdb.python/py-xmethods.exp: New tests to test xmethods.
5090 * gdb.python/py-xmethods.py: Python script supporting the
5091 new testcase and tests.
5092
ef370185
JB
50932014-06-03 Joel Brobecker <brobecker@adacore.com>
5094 Pedro Alves <palves@redhat.com>
5095
5096 PR breakpoints/17000
5097 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
5098 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
5099
1e2ccb61
BM
51002014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
5101
5102 * gdb.base/subst.exp: Add tests to verify partial path matching
5103 output.
5104
c6ec5ab2
PA
51052014-06-03 Pedro Alves <palves@redhat.com>
5106
5107 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
5108 target that doesn't use software single-stepping.
5109
835c559f
PA
51102014-06-03 Pedro Alves <palves@redhat.com>
5111
5112 PR breakpoints/17000
5113 * gdb.base/sss-bp-on-user-bp-2.c: New file.
5114 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
5115
06eb1586
DE
51162014-06-02 Doug Evans <xdje42@gmail.com>
5117
5118 * gdb.guile/scm-parameter.exp: New file.
5119
e698b8c4
DE
51202014-06-02 Doug Evans <xdje42@gmail.com>
5121
5122 * gdb.guile/scm-cmd.c: New file.
5123 * gdb.guile/scm-cmd.exp: New file.
5124
ded03782
DE
51252014-06-02 Doug Evans <xdje42@gmail.com>
5126
5127 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
5128 pretty-printer lookup.
5129 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
5130 (make-pp_s-printer): Call it.
5131 (make-pretty-printer-from-dict): New function.
5132 (lookup-pretty-printer-maker-from-dict): New function.
5133 (*pretty-printer*): Simplify.
5134 (make-objfile-pp_s-printer): New function.
5135 (install-objfile-pretty-printers!): New function.
5136 (make-progspace-pp_s-printer): New function.
5137 (install-progspace-pretty-printers!): New function.
5138 * gdb.guile/scm-progspace.c: New file.
5139 * gdb.guile/scm-progspace.exp: New file.
5140
41fac0cf
PA
51412014-06-02 Pedro Alves <palves@redhat.com>
5142
5143 * gdb.base/dprintf-bp-same-addr.c: New file.
5144 * gdb.base/dprintf-bp-same-addr.exp: New file.
5145
96ae5695
EBM
51462014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5147
5148 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
5149 * gdb.arch/powerpc-power.s: Likewise.
5150
da02b3a8
JB
51512014-06-02 Joel Brobecker <brobecker@adacore.com>
5152
5153 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
5154
c72b2e7b
YQ
51552014-06-01 Yao Qi <yao@codesourcery.com>
5156
5157 * gdb.base/watchpoint.exp (test_watch_location): Check null
5158 pointer can be dereferenced. If not, do the test, otherwise
5159 skip it.
5160
53e8a631
AB
51612014-05-30 Andrew Burgess <aburgess@broadcom.com>
5162
5163 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
5164 results.
5165 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
5166
938f0e2f
AB
51672014-05-30 Andrew Burgess <aburgess@broadcom.com>
5168
5169 * gdb.arch/amd64-invalid-stack-middle.S: New file.
5170 * gdb.arch/amd64-invalid-stack-middle.c: New file.
5171 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
5172 * gdb.arch/amd64-invalid-stack-top.c: New file.
5173 * gdb.arch/amd64-invalid-stack-top.exp: New file.
5174
9ba6657a
PA
51752014-05-30 Pedro Alves <palves@redhat.com>
5176
5177 PR breakpoints/17000
5178 * gdb.base/sss-bp-on-user-bp.c: New file.
5179 * gdb.base/sss-bp-on-user-bp.exp: New file.
5180
522c09bf
DB
51812014-05-30 David Blaikie <dblaikie@gmail.com>
5182
5183 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
5184 gnu_inline semantics via attribute.
5185 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
5186 source explicitly specifies the required semantics.
5187
bf4ef81e
MR
51882014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
5189
5190 * gdb.reverse/sigall-reverse.exp: Fix a typo.
5191
329ea579
PA
51922014-05-29 Pedro Alves <palves@redhat.com>
5193 Tom Tromey <tromey@redhat.com>
5194
5195 * gdb.base/async-shell.exp: Don't enable target-async.
5196 * gdb.base/async.exp
5197 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
5198 parameter. Adjust.
5199 (top level): Don't test with "target-async".
5200 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
5201 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
5202 * gdb.base/inferior-died.exp: Don't enable target-async.
5203 * gdb.base/interrupt-noterm.exp: Likewise.
5204 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
5205 * gdb.mi/mi-nonstop-exit.exp: Likewise.
5206 * gdb.mi/mi-nonstop.exp: Likewise.
5207 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
5208 * gdb.mi/mi-nsintrall.exp: Likewise.
5209 * gdb.mi/mi-nsmoribund.exp: Likewise.
5210 * gdb.mi/mi-nsthrexec.exp: Likewise.
5211 * gdb.mi/mi-watch-nonstop.exp: Likewise.
5212 * gdb.multi/watchpoint-multi.exp: Adjust comment.
5213 * gdb.python/py-evsignal.exp: Don't enable target-async.
5214 * gdb.python/py-evthreads.exp: Likewise.
5215 * gdb.python/py-prompt.exp: Likewise.
5216 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
5217 * gdb.server/solib-list.exp: Don't enable target-async.
5218 * gdb.threads/thread-specific-bp.exp: Likewise.
5219 * lib/mi-support.exp: Adjust to use mi-async.
5220
fd664c91
PA
52212014-05-29 Pedro Alves <palves@redhat.com>
5222
5223 PR gdb/13860
5224 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
5225 reason, even in sync mode.
5226
251bde03
PA
52272014-05-29 Pedro Alves <palves@redhat.com>
5228 Hui Zhu <hui@codesourcery.com>
5229
5230 PR PR15693
5231 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
5232 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
5233 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
5234 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
5235
7f3c0343
JB
52362014-05-28 Joel Brobecker <brobecker@adacore.com>
5237
5238 * config/monitor.exp (gdb_target_monitor): Replace use of
5239 "set remotebaud" by "set serial baud".
5240
b2715b27
AW
52412014-05-26 Andy Wingo <wingo@igalia.com>
5242
5243 * gdb.guile/scm-breakpoint.exp:
5244 * gdb.guile/scm-gsmob.exp: Update to use plain old object
5245 properties instead of gdb-object-properties.
5246
498a4489
YQ
52472014-05-26 Yao Qi <yao@codesourcery.com>
5248
5249 * gdb.server/no-thread-db.exp: Specify source file name
5250 explicitly when setting a breakpoint.
5251
589fdceb
MM
52522014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5253
5254 * gdb.btrace/vdso.c: New.
5255 * gdb.btrace/vdso.exp: New.
5256
e9089e05
MM
52572014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5258
5259 * gdb.base/gcore.exp (capture_command_output): Move ...
5260 * lib/gdb.exp (capture_command_output): ... here.
5261
67b5c0c1
MM
52622014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5263
5264 * gdb.btrace/data.exp: Test memory access during btrace replay.
5265
a2199296
SM
52662014-05-22 Simon Marchi <simon.marchi@ericsson.com>
5267
5268 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
5269
17b2616c
PA
52702014-05-21 Pedro Alves <palves@redhat.com>
5271
5272 PR gdb/13860
5273 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
5274 (top level): Test that output related to execution commands is
5275 sent to the console with CLI commands, but not with MI commands.
5276 Test that breakpoint events are always mirrored to the console.
5277 Also expect the new source line to be output after a "next" in
5278 async mode too. Make it a pass/fail test.
5279 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
5280 output.
5281 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
5282
5166082f
PA
52832014-05-21 Pedro Alves <palves@redhat.com>
5284
5285 * gdb.base/list.exp (build_pattern, test_list): New procedures.
5286 Use them to test variations of "list" after reaching a breakpoint.
5287 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
5288 Test "list" with listsize 10 after reaching a breakpoint.
5289 * gdb.python/python.exp (decode_line current location line
5290 number): Adjust expected line number.
5291
2f25d70f
SM
52922014-05-21 Simon Marchi <simon.marchi@ericsson.com>
5293
5294 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
5295 behavior for $args, pass it directly to "run".
5296
ff604a67
MR
52972014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
5298
5299 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
5300 30000 to 65536.
5301
6a3cb8e8
PA
53022014-05-21 Pedro Alves <palves@redhat.com>
5303
5304 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
5305 auto-connect-native-target off".
5306 * gdb.base/auto-connect-native-target.c: New file.
5307 * gdb.base/auto-connect-native-target.exp: New file.
5308
4ebfc96e
PA
53092014-05-21 Pedro Alves <palves@redhat.com>
5310
5311 * gdb.base/default.exp: Test "target native" instead of "target
5312 child".
5313
36d46afb
MW
53142014-05-21 Mark Wielaard <mjw@redhat.com>
5315
5316 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5317
5876f503
JK
53182014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5319
5320 Fix TLS access for -static -pthread.
5321 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
5322 <HAVE_TLS> (thread_function, main): Initialize it.
5323 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
5324 Add clean_restart.
5325 <$have_tls != "">: Check TLSVAR.
5326
0256a6ac
PA
53272014-05-21 Pedro Alves <palves@redhat.com>
5328
5329 * gdb.base/dcache-line-read-error.c: New.
5330 * gdb.base/dcache-line-read-error.exp: New.
5331
936d2992
PA
53322014-05-20 Pedro Alves <palves@redhat.com>
5333
5334 * gdb.base/compare-sections.c: New file.
5335 * gdb.base/compare-sections.exp: New file.
5336
802e8e6d
PA
53372014-05-20 Pedro Alves <palves@redhat.com>
5338
5339 * gdb.base/break-idempotent.c: New file.
5340 * gdb.base/break-idempotent.exp: New file.
5341
e59fa00f
MM
53422014-05-20 Markus Metzger <markus.t.metzger@intel.com>
5343
5344 * gdb.btrace/nohist.exp: New.
5345
8b696e31
YQ
53462014-05-20 Yao Qi <yao@codesourcery.com>
5347
5348 * lib/gdb.exp (gdb_init): Set timeout if test file is under
5349 gdb.reverse directory and gdb_reverse_timeout exists in board
5350 setting.
5351 * README: Document gdb_reverse_timeout.
5352
73c9764f
YQ
53532014-05-20 Yao Qi <yao@codesourcery.com>
5354
5355 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
5356 'test_file_name'. Treat args as a string instead of a list.
5357 (gdb_init): Rename argument 'args' by 'test_file_name'.
5358
f1f4348a
JK
53592014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5360
5361 * gdb.arch/powerpc-power.exp: New file.
5362 * gdb.arch/powerpc-power.s: New file.
5363
0dbe70ce
DE
53642014-05-16 Doug Evans <dje@google.com>
5365
5366 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
5367 * gdb.base/completion.exp: Check that all expected files exist
5368 before doing file completion.
0dbe70ce 5369
8d551b02
DE
53702014-05-16 Doug Evans <dje@google.com>
5371
5372 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
5373 Update.
5374 (do_syscall_tests_without_xml): Update.
5375
73eb7709
PA
53762014-05-16 Pedro Alves <palves@redhat.com>
5377
5378 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
5379 instead of "unknown output after running".
5380
3fae92fc
YQ
53812014-05-16 Yao Qi <yao@codesourcery.com>
5382
5383 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
5384 file1.txt from host at the end.
5385 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5386
c2b2ccc5
DE
53872014-05-15 Doug Evans <dje@google.com>
5388
5389 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
5390 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
5391 loading file. Add test for TU lookup.
5392
8c217a4b
SM
53932014-05-15 Simon Marchi <simon.marchi@ericsson.com>
5394
5395 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
5396 calling "-exec-arguments" or "set args" before running the
5397 inferior.
5398
3deb39c6
SM
53992014-05-15 Simon Marchi <simon.marchi@ericsson.com>
5400
5401 * lib/mi-support.exp (mi_expect_stop): Expect message for
5402 inferiors that exit with non-zero exit code.
5403
71a79f8c
YQ
54042014-05-14 Yao Qi <yao@codesourcery.com>
5405
5406 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
5407 match absolute path on remote host.
5408 (test_file_list_exec_source_files): Remove "/" from the
5409 pattern.
5410
f23fcd46
YQ
54112014-05-14 Yao Qi <yao@codesourcery.com>
5412
5413 * boards/local-remote-host-notty.exp (${board}_file): New
5414 proc.
5415
9404b58f
KM
54162014-05-07 Kyle McMartin <kyle@redhat.com>
5417
5418 Pushed by Joel Brobecker <brobecker@adacore.com>.
5419 * gdb.arch/aarch64-atomic-inst.c: New file.
5420 * gdb.arch/aarch64-atomic-inst.exp: New file.
5421
5e45f04c
YQ
54222014-05-07 Yao Qi <yao@codesourcery.com>
5423
5424 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
5425 in current context" too.
5426
c888a17d
KS
54272014-05-05 Keith Seitz <keiths@redhat.com>
5428
5429 * gdb.linespec/ls-dollar.exp: Add test for linespec
5430 file:convenience_variable.
5431
290a839c
YQ
54322014-05-05 Yao Qi <yao@codesourcery.com>
5433
5434 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
5435 traceframes into tfile and ctf trace files. Read data from
5436 trace file and test collected data.
5437 (gdb_collect_locals_test): Likewise.
5438 (gdb_unavailable_registers_test): Likewise.
5439 (gdb_unavailable_floats): Likewise.
5440 (gdb_collect_globals_test): Likewise.
5441 (top-level): Append "ctf" to trace_file_targets if GDB
5442 supports.
5443
b5262cd0
YQ
54442014-05-05 Yao Qi <yao@codesourcery.com>
5445
5446 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
5447 code to ...
5448 (gdb_collect_args_test_1): ... it. New proc.
5449 (gdb_collect_locals_test): Move some code to ...
5450 (gdb_collect_locals_test_1): ... it. New proc.
5451 (gdb_unavailable_registers_test): Move some code to ...
5452 (gdb_unavailable_registers_test_1): ... it. New proc.
5453 (gdb_unavailable_floats): Move some code to ...
5454 (gdb_unavailable_floats_1): ... it. New proc.
5455
30a1e6cc
SDJ
54562014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
5457
5458 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
5459 probes to test for bitness recognition.
5460 * gdb.arch/amd64-stap-optional-prefix.exp
5461 (test_probe_value_without_reg): New procedure.
5462 Add code to test for different kinds of bitness.
5463
f33da99a
SDJ
54642014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
5465
5466 PR breakpoints/16889
5467 * gdb.arch/amd64-stap-optional-prefix.S: New file.
5468 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
5469
5b80f00d
PA
54702014-05-01 Pedro Alves <palves@redhat.com>
5471
5472 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
5473 gdb_file_cmd if no file is specified.
5474 * boards/native-extended-gdbserver.exp (gdb_load): Use the
5475 last_loaded_file to set the remote exec-file.
5476
f8c2a73c
PA
54772014-05-01 Pedro Alves <palves@redhat.com>
5478
5479 * boards/local-remote-host.exp: New file.
5480
be6e8ac7
PA
54812014-05-01 Pedro Alves <palves@redhat.com>
5482
5483 * boards/local-remote-host.exp: Rename to ...
5484 * boards/local-remote-host-notty.exp: ... this.
5485
cac0dc8f
JB
54862014-04-28 Joel Brobecker <brobecker@adacore.com>
5487
5488 * gdb.ada/dyn_arrayidx: New testcase.
5489
9730e6cc
YQ
54902014-04-26 Yao Qi <yao@codesourcery.com>
5491
5492 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
5493 and compute the length of function main. Save it in
5494 $main_length.
5495 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
5496 (top-level): Use gdb_compile to compile objects into
5497 executable and restart GDB. Remove invocation to
5498 prepare_for_testing.
5499
7ae1a6a6
PA
55002014-04-25 Simon Marchi <simon.marchi@ericsson.com>
5501 Pedro Alves <palves@redhat.com>
5502
5503 PR server/16255
5504 * gdb.multi/multi-attach.c: New file.
5505 * gdb.multi/multi-attach.exp: New file.
5506
4082afcc
PA
55072014-04-25 Pedro Alves <palves@redhat.com>
5508
5509 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
5510 user.
5511 (top level): Test that "set remote conditional-breakpoints-packet
5512 off" works as intended.
5513 * gdb.base/dprintf.exp: Test that "set remote
5514 breakpoint-commands-packet off" works as intended.
5515 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
5516 New function.
5517 (top level): Call it.
5518 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
5519 remote fast-tracepoints-packet off" works as intended.
5520 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
5521 * lib/gdb.exp (gdb_is_target_remote): ... here.
5522
2abc3f8d
DB
55232014-04-24 David Blaikie <dblaikie@gmail.com>
5524
5525 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
5526 ensure clang would not discard them.
5527 * gdb.base/gdbvars.c: Ditto.
5528 * gdb.base/memattr.c: Ditto.
5529 * gdb.base/whatis.c: Ditto.
5530 * gdb.python/py-prettyprint.c: Ditto.
5531 * gdb.trace/actions.c: Ditto.
5532 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
5533 ensure clang would not discard it.
5534
bfd39632
DB
55352014-04-24 David Blaikie <dblaikie@gmail.com>
5536
5537 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
5538 clang to emit the full definition of type required by the test
5539 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
5540
22842ff6
DB
55412014-04-24 David Blaikie <dblaikie@gmail.com>
5542
5543 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
5544 coax Clang into emitting the definition of the type.
5545 * gdb.cp/pr10728-x.h (y): Ditto.
5546 * gdb.cp/pr10728-y.cc (y): Ditto.
5547
c2e827ad
DB
55482014-04-24 David Blaikie <dblaikie@gmail.com>
5549
5550 * gdb.base/label.exp: XFAIL label related tests under Clang.
5551 * gdb.cp/cplabel.exp: Ditto.
5552 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
5553 under Clang those using labels.
5554
4c2d33e7
YQ
55552014-04-25 Yao Qi <yao@codesourcery.com>
5556
5557 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
5558 double_label.
5559 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
5560 partial_label and double_label.
5561
56083b99
DB
55622014-04-24 David Blaikie <dblaikie@gmail.com>
5563
5564 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
5565
25d4e99d
DB
55662014-04-24 David Blaikie <dblaikie@gmail.com>
5567
5568 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
5569 of the function to work across GCC and Clang.
5570 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
5571 pointer types (const void ** const V void **).
5572
01f9f808
MS
55732014-04-24 Michael Sturm <michael.sturm@mintel.com>
5574 Walfred Tedeschi <walfred.tedeschi@intel.com>
5575
5576 * Makefile.in (EXECUTABLES): Added i386-avx512.
5577 * gdb.arch/i386-avx512.c: New file.
5578 * gdb.arch/i386-avx512.exp: Likewise.
5579
4b48d439
KS
55802014-04-23 Keith Seitz <keiths@redhat.com>
5581
5582 * lib/mi-support.exp (mi_list_breakpoints): Delete.
5583 (mi_make_breakpoint_table): New procedure.
5584 (mi_create_breakpoint): Use mi_make_breakpoint
5585 and return the result.
5586 (mi_make_breakpoint): New procedure.
5587 (mi_build_kv_pairs): New procedure.
5588
5589 * gdb.mi/mi-break.exp: Remove unused globals,
5590 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
5591 All callers updated.
5592 * gdb.mi/mi-dprintf.exp: Use variable to track command
5593 number.
5594 Update all callers of mi_create_breakpoint and use
5595 mi_make_breakpoint_table.
5596 Remove any unused global variables.
5597 * gdb.mi/mi-nonstop.exp: Likewise.
5598 * gdb.mi/mi-nsintrall.exp: Likewise.
5599 * gdb.mi/mi-nsmoribund.exp: Likewise.
5600 * gdb.mi/mi-nsthrexec.exp: Likewise.
5601 * gdb.mi/mi-reverse.exp: Likewise.
5602 * gdb.mi/mi-simplerun.exp: Likewise.
5603 * gdb.mi/mi-stepn.exp: Likewise.
5604 * gdb.mi/mi-syn-frame.exp: Likewise.
5605 * gdb.mi/mi-until.exp: Likewise.
5606 * gdb.mi/mi-var-cp.exp: Likewise.
5607 * gdb.mi/mi-var-display.exp: Likewise.
5608 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
5609 * gdb.mi/mi2-var-child.exp: Likewise.
5610 * gdb.mi/mi-vla-c99.exp: Likewise.
5611 * lib/mi-support.exp: Likewise.
5612
5613 From Ian Lance Taylor <iant@cygnus.com>:
5614 * lib/gdb.exp (parse_args): New procedure.
5615
08351840
PA
56162014-04-23 Pedro Alves <palves@redhat.com>
5617
5618 * gdb.base/break-unload-file.c: New file.
5619 * gdb.base/break-unload-file.exp: New file.
5620 * gdb.base/sym-file-lib.c (baz): New function.
5621 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
5622 field.
5623 (load): Store the segment's mapped size.
5624 (unload): New function.
5625 (unload_shlib): New function.
5626 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
5627 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
5628 set a breakpoint at baz, and call it.
5629 * gdb.base/sym-file.exp: New tests for stale breakpoint
5630 instructions.
5631
076855f9
PA
56322014-04-23 Pedro Alves <palves@redhat.com>
5633
5634 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
5635 * gdb.base/hbreak-in-shr-unsupported.c: New file.
5636 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
5637 * gdb.base/hbreak-unmapped.c: New file.
5638 * gdb.base/hbreak-unmapped.exp: New file.
5639 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
5640 * lib/gdb.exp (gdb_is_target_remote): ... here.
5641
483805cf
PA
56422014-04-22 Pedro Alves <palves@redhat.com>
5643
5644 * gdb.base/consecutive-step-over.c: New file.
5645 * gdb.base/consecutive-step-over.exp: New file.
5646
06d97543
PA
56472014-04-22 Pedro Alves <palves@redhat.com>
5648
5649 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
5650 instead of send_gdb/gdb_expect.
5651
b4429ea2
YQ
56522014-04-22 Yao Qi <yao@codesourcery.com>
5653
5654 * lib/trace-support.exp (generate_tracefile): New procedure.
5655 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
5656 return 0.
5657 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
5658 if generate_tracefile returns 1.
5659
51d48146
PA
56602014-04-18 Tom Tromey <palves@redhat.com>
5661 Pedro alves <tromey@redhat.com>
5662
5663 PR backtrace/15558
5664 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
5665 with a backtrace limit.
5666 * gdb.python/py-frame-inline.exp: Test running to an inline
5667 function with a backtrace limit, and printing the newest frame.
5668 * gdb.python/py-frame-inline.c (main): Call f.
5669
bd1dce5f
MS
56702014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
5671
5672 * gdb.java/jnpe.exp: Drop srcdir from untested path.
5673
40d1a503
MS
56742014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
5675
5676 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
5677 Drop prefix from unsupported source file path.
5678
389b98f7
YQ
56792014-04-17 Yao Qi <yao@codesourcery.com>
5680
5681 * lib/gdb.exp (with_target_charset): New proc.
5682 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
5683 with_target_charset.
5684 (test_print_strings): Likewise.
5685 (test_repeat_bytes): Likewise.
5686 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
5687 for some tests.
5688
22869d73
KS
56892014-04-16 Keith Seitz <keiths@redhat.com>
5690
5691 PR gdb/15827
5692 * gdb.dwarf2/corrupt.c: New file.
5693 * gdb.dwarf2/corrupt.exp: New file.
5694
c4f87ca6
KS
56952014-04-16 Keith Seitz <keiths@redhat.com>
5696
5697 PR c++/16597
5698 * gdb.cp/namelessclass.cc: New file.
5699 * gdb.cp/namelessclass.exp: New file.
5700 * gdb.cp/namelessclass.S: New file.
5701
ab19de87
DE
57022014-04-16 Doug Evans <dje@google.com>
5703
5704 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
5705 Add comment.
5706 (gdbserver_default_get_comm_port): New function.
5707 (gdbserver_start): Check if board file provided
5708 "gdbserver,get_comm_port" and use it if so.
5709 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
5710 (gdb,socketport): Set to "stdio".
5711 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
5712 (stdio_gdbserver_template): Delete.
5713 (${board}_get_remote_address): Update.
5714 (${board}_build_remote_cmd): Delete.
5715 (${board}_get_comm_port): New function.
5716 (${board}_spawn): Update.
5717 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
5718 Delete.
5719 (${board}_get_remote_address): Update.
5720 (${board}_get_comm_port): New function.
5721
fc98a809
AB
57222014-04-16 Andrew Burgess <aburgess@broadcom.com>
5723
5724 * gdb.base/memattr.exp: Improve regexps to handle memory regions
5725 appearing in any order.
5726
87fd9e6e
DE
57272014-04-15 Doug Evans <dje@google.com>
5728
5729 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
5730 uninitialized value of "description".
5731
099fc3ea
KS
57322014-04-15 Keith Seitz <keiths@redhat.com>
5733
5734 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
5735 Remove unused globals.
5736 (test_running_the_program): Likewise.
5737 (test_controlled_execution): Likewise.
5738 (test_controlling_breakpoints): Likewise.
5739 (test_program_termination): Likewise.
5740
5da151d4
KS
57412014-04-15 Keith Seitz <keiths@redhat.com>
5742
5743 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
5744 unused globals.
5745 (test_rbreak_creation_and_listing): Likewise.
5746 (test_ignore_count): Likewise.
5747 (test_error): Likewise.
5748
35e5d2f0
PA
57492014-04-15 Pedro Alves <palves@redhat.com>
5750
5751 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
5752 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
5753 sym-file-loader.c.
5754 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5755 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5756 to sym-file-loader.c.
5757 (struct library): Forward declare.
5758 (load_shlib, lookup_function): Change prototypes.
5759 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5760 (translate_offset): Remove declarations.
5761 (get_text_addr): New declaration.
5762 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
5763 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
5764 sym-file-loader.h.
5765 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5766 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5767 here from sym-file-loader.h.
5768 (struct library): New structure.
5769 (load_shlib, lookup_function): Change prototypes and adjust to
5770 work with a struct library.
5771 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5772 (translate_offset): Make static.
5773 (get_text_addr): New function.
5774 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
5775
eb4c1710
PA
57762014-04-15 Pedro Alves <palves@redhat.com>
5777
5778 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
5779
2d1baf52
PA
57802014-04-15 Pedro Alves <palves@redhat.com>
5781
5782 * gdb.base/sym-file-loader.c: Include <limits.h>.
5783 (SELF_LINK): New define.
5784 (get_origin): New function.
5785 (load_shlib): Use it.
5786 * gdb.base/sym-file.exp: Don't early return if the target is
5787 remote. Use runto_main, and issue fail is that fails. Use
5788 gdb_load_shlibs.
5789 (shlib_name): Delete.
5790 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
5791
7dd6df01
PA
57922014-04-15 Pedro Alves <palves@redhat.com>
5793
5794 * gdb.base/sym-file.exp: Remove regex characters from test
5795 message. Don't refer to breakpoint numbers in test messages.
5796
b50c8614
KS
57972014-04-14 Keith Seitz <keiths@redhat.com>
5798
5799 PR c++/16253
5800 * gdb.cp/var-tag.cc: New file.
5801 * gdb.cp/var-tag.exp: New file.
5802 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5803 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5804 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5805 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5806
3d567982
TT
58072014-04-14 Tom Tromey <tromey@redhat.com>
5808
5809 * gdb.cp/classes.exp (test_enums): Handle underlying type.
5810 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
5811 type.
5812 * gdb.cp/enum-class.exp: New file.
5813 * gdb.cp/enum-class.cc: New file.
5814
0626fc76
TT
58152014-04-14 Tom Tromey <tromey@redhat.com>
5816
5817 * gdb.dwarf2/enum-type.exp: New file.
5818
dca325b3
SA
58192014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5820
5821 * gdb.mi/mi-vla-c99.exp: New file.
5822 * gdb.mi/vla.c: New file.
5823
5854b38a
SA
58242014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5825
5826 * gdb.base/vla-datatypes.c: New file.
5827 * gdb.base/vla-datatypes.exp: New file.
5828
463bb957
SA
58292014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5830
5831 * gdb.base/vla-ptr.c: New file.
5832 * gdb.base/vla-ptr.exp: New file.
5833
3dd170be
SA
58342014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5835
5836 * gdb.dwarf2/count.exp: New file.
5837
5ecaaa66
SA
58382014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5839
5840 * gdb.base/vla-sideeffect.c: New file.
5841 * gdb.base/vla-sideeffect.exp: New file.
5842
41f1ada5
DB
58432014-04-14 David Blaikie <dblaikie@gmail.com>
5844
5845 * gdb.mi/non-stop.c: Add return value for non-void function return
5846 statement.
5847 * gdb.threads/staticthreads.c: Ditto.
5848
0be03e84
DE
58492014-04-12 Siva Chandra Reddy <sivachandra@google.com>
5850 Doug Evans <xdje42@gmail.com>
5851
5852 * gdb.guile/scm-value.c: Improve test case.
5853 * gdb.guile/scm-value.exp: Add new test.
5854
f180a1fb
DB
58552014-04-11 David Blaikie <dblaikie@gmail.com>
5856
5857 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
5858 override Clang's default.
5859
6b662e19
JB
58602014-04-11 Joel Brobecker <brobecker@adacore.com>
5861
5862 Revert the following changes (regressions):
5863
5864 * gdb.base/vla-sideeffect.c: New file.
5865 * gdb.base/vla-sideeffect.exp: New file.
5866
5867 * gdb.dwarf2/count.exp: New file.
5868
5869 * gdb.base/vla-multi.c: New file.
5870 * gdb.base/vla-multi.exp: New file.
5871
5872 * gdb.base/vla-ptr.c: New file.
5873 * gdb.base/vla-ptr.exp: New file.
5874
5875 * gdb.base/vla-datatypes.c: New file.
5876 * gdb.base/vla-datatypes.exp: New file.
5877
5878 * gdb.mi/mi-vla-c99.exp: New file.
5879 * gdb.mi/vla.c: New file.
5880
245a5f0b
KS
58812014-04-11 Keith Seitz <keiths@redhat.com>
5882
5883 PR c++/16675
5884 * gdb.cp/cpsizeof.exp: New file.
5885 * gdb.cp/cpsizeof.cc: New file.
5886
58a84dcf
SA
58872014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5888
191a8a90
JB
5889 * gdb.mi/mi-vla-c99.exp: New file.
5890 * gdb.mi/vla.c: New file.
58a84dcf 5891
c8655f75
SA
58922014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5893
5894 * gdb.base/vla-datatypes.c: New file.
5895 * gdb.base/vla-datatypes.exp: New file.
5896
024e13b4
SA
58972014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5898
5899 * gdb.base/vla-ptr.c: New file.
5900 * gdb.base/vla-ptr.exp: New file.
5901
1a237e0e
SA
59022014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5903
5904 * gdb.base/vla-multi.c: New file.
5905 * gdb.base/vla-multi.exp: New file.
5906
504f3432
SA
59072014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5908
5909 * gdb.dwarf2/count.exp: New file.
5910
3bce8237
SA
59112014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5912
191a8a90
JB
5913 * gdb.base/vla-sideeffect.c: New file.
5914 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 5915
322f9c21
YQ
59162014-04-11 Yao Qi <yao@codesourcery.com>
5917
5918 * gdb.base/completion.exp: Check file exists before running tests
5919 on file completion.
5920
d708bcd1
PA
59212014-04-10 Pedro Alves <palves@redhat.com>
5922
5923 * gdb.base/cond-eval-mode.c: New file.
5924 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
5925 prepare_for_testing to build the new file. Check result of
5926 runto_main.
5927 (test_break, test_watch): New procedures.
5928 (top level): Use them.
5929
ae1d2761
PM
59302014-04-08 Pierre Muller <muller@sourceware.org>
5931
5932 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
5933 Ctrl-V use for mingw hosts.
5934
7af389b8
SC
59352014-04-07 Siva Chandra Reddy <sivachandra@google.com>
5936
5937 * gdb.python/py-value.c: Improve test case.
5938 * gdb.python/py-value.exp: Add new test.
5939
5e703181
DE
59402014-04-07 David Blaikie <dblaikie@gmail.com>
5941
5942 * lib/compiler.c: Identify the clang compiler.
5943 * lib/compiler.cc: Ditto.
5944
9810b410
YQ
59452014-04-03 Yao Qi <yao@codesourcery.com>
5946
5947 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
5948
98d1b8dc
AB
59492014-04-01 Anton Blanchard <anton@samba.org>
5950
5951 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
5952 messages unique.
5953
3114cea1
AB
59542014-04-01 Anton Blanchard <anton@samba.org>
5955
5956 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
5957 prepare_for_testing.
5958
62f7182c
AB
59592014-04-01 Anton Blanchard <anton@samba.org>
5960
5961 * gdb.arch/ppc64-atomic-inst.c: Remove.
5962 * gdb.arch/ppc64-atomic-inst.S: New file.
5963 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
5964
770e7fc7
DE
59652014-03-31 Doug Evans <dje@google.com>
5966
5967 * gdb.base/print-symbol-loading-lib.c: New file.
5968 * gdb.base/print-symbol-loading-main.c: New file.
5969 * gdb.base/print-symbol-loading.exp: New file.
5970
46e2bafa
YQ
59712014-03-31 Yao Qi <yao@codesourcery.com>
5972
5973 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
5974
8776cfe9
JB
59752014-03-28 Joel Brobecker <brobecker@adacore.com>
5976
5977 * gdb.ada/mi_dyn_arr: New testcase.
5978
5d1ef361
DE
59792014-03-27 Doug Evans <dje@google.com>
5980
5981 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
5982
b5bee914
YQ
59832014-03-27 Yao Qi <yao@codesourcery.com>
5984
5985 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
5986 if target is nios2-*-*.
5987
0d4d0e77
YQ
59882014-03-26 Yao Qi <yao@codesourcery.com>
5989
5990 * lib/gdb.exp (readline_is_used): New proc.
5991 * gdb.base/completion.exp: Move tests on command complete up.
5992 Skip the rest of tests if readline is not used.
5993 * gdb.ada/complete.exp: Skp the test if readline is not
5994 used.
5995 * gdb.base/filesym.exp: Likewise.
5996 * gdb.base/macscp.exp: Likewise.
5997 * gdb.base/readline-ask.exp: Likewise.
5998 * gdb.base/readline.exp: Likewise.
5999 * gdb.python/py-cmd.exp: Likewise.
6000 * gdb.trace/tfile.exp: Likewise.
6001
29361eee
YQ
60022014-03-26 Yao Qi <yao@codesourcery.com>
6003
6004 * gdb.base/macscp.exp: Fix code format issues.
6005
bc9a5525
UW
60062014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
6007
6008 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
6009 * gdb.asm/powerpc64le.inc: New file.
6010
d3839ede
PA
60112014-03-25 Pedro Alves <palves@redhat.com>
6012 Doug Evans <dje@google.com>
6013
6014 * gdb.base/source-execution.c: New file.
6015 * gdb.base/source-execution.exp: New file.
6016 * gdb.base/source-execution.gdb: New file.
6017
01672a57
DE
60182014-03-24 Doug Evans <dje@google.com>
6019
6020 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
6021 using fission.
6022
88bbeca9
HZ
60232014-03-24 Hui Zhu <hui@codesourcery.com>
6024 Pedro Alves <palves@redhat.com>
6025
6026 PR breakpoints/16101
6027 * gdb.base/dprintf.exp: Use unsupported rather than changing the
6028 test pass/fail messages. Detect missing support for dprintf when
6029 breakpoints are actually inserted.
6030 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
6031 breakpoints are actually inserted.
6032 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
6033 fails.
6034
d2348791
JK
60352014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6036
6037 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
6038
feef67ab
DE
60392014-03-22 Doug Evans <xdje42@gmail.com>
6040
6041 * gdb.python/python.exp (python not supported): Verify multi-line
6042 python command issues an error.
25d743f9 6043 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 6044 guile command issues an error.
feef67ab 6045
ecebef6a
MR
60462014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
6047
6048 * gdb.threads/thread-specific.exp: Handle the lack of usable
6049 $this_breakpoint and $this_thread.
6050
ccdd1909
HZ
60512014-03-21 Hui Zhu <hui@codesourcery.com>
6052
6053 * gdb.base/attach.exp (do_command_attach_tests): New.
6054
beb460e8
PA
60552014-03-20 Tom Tromey <tromey@redhat.com>
6056 Pedro Alves <palves@redhat.com>
6057
6058 PR cli/15718
6059 * gdb.base/condbreak-call-false.c: New file.
6060 * gdb.base/condbreak-call-false.exp: New file.
6061
40acf43a
PA
60622014-03-20 Pedro Alves <palves@redhat.com>
6063
6064 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
6065 Delete.
6066 (block_signals, unblock_signals): Delete.
6067 (child_function_2, main): Remove references to deleted variable
6068 and functions.
6069
9f5e1e02
PA
60702014-03-20 Pedro Alves <palves@redhat.com>
6071
6072 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
6073 Use pthread_kill to signal thread 2.
6074 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6075 Adjust to make the test send itself a signal rather than using the
6076 host's "kill" command.
6077
99619bea
PA
60782014-03-20 Pedro Alves <palves@redhat.com>
6079
6080 * gdb.threads/multiple-step-overs.c: New file.
6081 * gdb.threads/multiple-step-overs.exp: New file.
6082 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6083 Adjust expected infrun debug output.
6084
2adfaa28
PA
60852014-03-20 Pedro Alves <palves@redhat.com>
6086
6087 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
6088 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
6089
31e77af2
PA
60902014-03-20 Pedro Alves <palves@redhat.com>
6091
6092 PR breakpoints/7143
6093 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
6094 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
6095 of gdb_test_multiple.
6096 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
6097 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
6098
b9f437de
PA
60992014-03-20 Pedro Alves <palves@redhat.com>
6100
6101 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
6102 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
6103
05adc73e
PA
61042014-03-19 Pedro Alves <palves@redhat.com>
6105
6106 * gdb.base/async.exp: Remove early return.
6107
6048b950
PA
61082014-03-19 Pedro Alves <palves@redhat.com>
6109
6110 * gdb.base/async.exp (step& tests): Pass explicit test messages.
6111
8bcfb00a
PA
61122014-03-19 Pedro Alves <palves@redhat.com>
6113
6114 * gdb.base/async.exp (test_background): Expect \r\n after
6115 "completed." in the fail pattern.
6116
884e37dc
PA
61172014-03-19 Pedro Alves <palves@redhat.com>
6118
6119 * gdb.base/async.exp (test_background): New procedure.
6120 Use it for all background execution command tests.
6121
148e57e2
PA
61222014-03-19 Pedro Alves <palves@redhat.com>
6123
6124 * gdb.base/async.exp: Use prepare_for_testing.
6125
f48088c7
PA
61262014-03-19 Pedro Alves <palves@redhat.com>
6127
6128 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
6129 the same line.
6130
e2f6c966
PA
61312014-03-19 Pedro Alves <palves@redhat.com>
6132
6133 * gdb.base/async.c (main): Add "jump here" and "until here" line
6134 marker comments.
6135 * gdb.base/async.exp (jump_here): New global.
6136 (jump& test): Use it.
6137 (until_here): New global.
6138 (until& test): Use it.
6139
c30568d4
PA
61402014-03-19 Pedro Alves <palves@redhat.com>
6141
6142 * gdb.base/async.exp: Don't frob gdb_protocol.
6143
0172b6a7
DE
61442014-03-18 Doug Evans <xdje42@gmail.com>
6145
6146 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
6147 Fix spelling of exec-done-display.
6148
06c868a8
JK
61492014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6150
6151 PR gdb/15358
6152 * gdb.base/gdb-sigterm.c: New file.
6153 * gdb.base/gdb-sigterm.exp: New file.
6154
0c7e1a46
PA
61552014-03-18 Pedro Alves <palves@redhat.com>
6156
6157 PR gdb/13860
6158 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
6159 * lib/mi-support.exp (mi_expect_stop): Add special handling for
6160 solib-event.
6161
f7c77d93
JB
61622014-03-17 Joel Brobecker <brobecker@adacore.com>
6163
6164 * gdb.ada/pckd_arr_ren: New testcase.
6165
5a1e8c7a
DE
61662014-03-13 Doug Evans <xdje42@gmail.com>
6167
6168 PR guile/16612
6169 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
6170 collect after discarding symbols.
6171
350e1a76
DE
61722014-03-13 Ludovic Courtès <ludo@gnu.org>
6173 Doug Evans <xdje42@gmail.com>
6174
6175 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
6176 to history survives a gc.
6177
a69900ae
PA
61782014-03-13 Pedro Alves <palves@redhat.com>
6179
6180 * gdb.base/default.exp: Don't test "target procfs".
6181
5db9f0bd
PA
61822014-03-13 Pedro Alves <palves@redhat.com>
6183
6184 * gdb.base/default.exp: Update "target child" and "target procfs"
6185 tests to not expect "Unix".
6186
b3ccfe11
TT
61872014-03-12 Tom Tromey <tromey@redhat.com>
6188
6189 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
6190 New procs. Add target-async tests.
6191 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
6192 Add target-async tests.
6193
646f4417
AA
61942014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6195
6196 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
6197 'func_start' and 'func_end' for the beginning and end of the
6198 function code, respectively.
6199 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
6200 'func_end' instead of 'func' and 'main'.
6201
288c211f
AA
62022014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6203
6204 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
6205 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
6206 generate the debug info assembler source.
6207
e0c0f156
AA
62082014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6209
6210 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
6211 * gdb.dwarf2/arr-subrange.exp: Likewise.
6212 * gdb.dwarf2/dwz.exp: Likewise.
6213 * gdb.dwarf2/method-ptr.exp: Likewise.
6214 * gdb.dwarf2/missing-sig-type.exp: Likewise.
6215 * gdb.dwarf2/subrange.exp: Likewise.
6216 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
6217 * gdb.dwarf2/implptrpiece.exp: Likewise.
6218 * gdb.dwarf2/nostaticblock.exp: Likewise.
6219
0e5c4555
AA
62202014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6221
6222 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
6223 directory to absolute path name arguments.
6224
5ec18f2b
JG
62252014-03-10 Joel Brobecker <brobecker@adacore.com>
6226
6227 * gdb.ada/tagged_access: New testcase.
6228
847fc4f2
MM
62292014-03-07 Markus Metzger <markus.t.metzger@intel.com>
6230
6231 * gdb.btrace/data.exp: Update expected output.
6232
cc3da688
YQ
62332014-03-06 Yao Qi <yao@codesourcery.com>
6234
6235 * gdb.trace/pr16508.exp: New file.
6236
0f26cec1
PA
62372014-03-05 Pedro Alves <palves@redhat.com>
6238
6239 PR gdb/16575
6240 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
6241 procedure.
6242 (top level): Adjust to use it. Add tests that exercise breakpoint
6243 interaction with the code-cache.
6244
7a5a839f
LC
62452014-02-26 Ludovic Courtès <ludo@gnu.org>
6246
6247 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
6248 test for 'history-append!'.
6249
31aa7e4e
JB
62502014-02-26 Joel Brobecker <brobecker@adacore.com>
6251
6252 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
6253 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
6254 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
6255 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
6256 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
6257 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
6258
1b588015
JB
62592014-02-26 Joel Brobecker <brobecker@adacore.com>
6260
6261 * testsuite/gdb.python/py-pp-re-notag.c: New file.
6262 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
6263 * testsuite/gdb.python/py-pp-re-notag.p: New file.
6264
55426c9d
JB
62652014-02-26 Joel Brobecker <brobecker@adacore.com>
6266
6267 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
6268
dc53a7ad
JB
62692014-02-26 Joel Brobecker <brobecker@adacore.com>
6270
6271 * gdb.dwarf2/arr-stride.c: New file.
6272 * gdb.dwarf2/arr-stride.exp: New file.
6273
12ab52e9
PA
62742014-02-26 Pedro Alves <palves@redhat.com>
6275
6276 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
6277 that won't ever trigger. Make sure that GDB reports the correct
6278 breakpoint that caused the stop.
6279
849c862e
JK
62802014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6281
6282 PR gdb/16626
6283 * gdb.base/auto-load-script: New file.
6284 * gdb.base/auto-load.c: New file.
6285 * gdb.base/auto-load.exp: New file.
6286
71b7d793
JK
6287 PR gdb/16626
6288 * gdb.base/auto-load.exp: Fix out-of-srctree run.
6289
e2f0d509
JK
62902014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6291
6292 Fix dw2-icycle.exp -fsanitize=address GDB crash.
6293 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
6294
50cc37c8
DE
62952014-02-24 Doug Evans <dje@google.com>
6296
6297 * lib/gdb.exp (run_on_host): Log error output if program fails.
6298
ea4758f2
PA
62992014-02-21 Pedro Alves <palves@redhat.com>
6300
6301 * gdb.threads/step-after-sr-lock.c: Rename to ...
6302 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
6303 * gdb.threads/step-after-sr-lock.exp: Rename to ...
6304 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6305 ... this.
6306
d7b30f67
SDJ
63072014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
6308
6309 PR tdep/16397
6310 * gdb.arch/amd64-stap-special-operands.exp: New file.
6311 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
6312 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
6313 * gdb.arch/amd64-stap-triplet.S: Likewise.
6314 * gdb.arch/amd64-stap-triplet.c: Likewise.
6315
83deb43f
JB
63162014-02-20 Joel Brobecker <brobecker@adacore.com>
6317
6318 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
6319 in .section pseudo-op.
6320
adde2bff
DE
63212014-02-20 lin zuojian <manjian2006@gmail.com>
6322 Joel Brobecker <brobecker@adacore.com>
6323 Doug Evans <xdje42@gmail.com>
6324
6325 PR symtab/16581
6326 * gdb.dwarf2/dw2-icycle.S: New file.
6327 * gdb.dwarf2/dw2-icycle.c: New file.
6328 * gdb.dwarf2/dw2-icycle.exp: New file.
6329
f7bd0f78
SC
63302014-02-19 Siva Chandra Reddy <sivachandra@google.com>
6331
6332 * gdb.python/py-value-cc.cc: Improve test case to enable testing
6333 operations on gdb.Value objects.
6334 * gdb.python/py-value-cc.exp: Add new test to test operations on
6335 gdb.Value objects.
6336
c17ef0d5
DE
63372014-02-18 Doug Evans <dje@google.com>
6338
6339 * Makefile.in (TESTS): New variable.
6340 (expanded_tests, expanded_tests_or_none): New variables
6341 (check-single): Pass $(expanded_tests_or_none) to runtest.
6342 (check-parallel): Only run tests in $(TESTS) if non-empty.
6343 (check/no-matching-tests-found): New rule.
6344 * README: Document TESTS makefile variable.
6345
5dd3176f
DE
63462014-02-18 Doug Evans <dje@google.com>
6347
6348 * Makefile.in (check-parallel): rm -rf outputs temp.
6349
0b10be4f
JK
63502014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6351
6352 Fix "ERROR: no fileid for" in the testsuite.
6353 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
6354
85f224e7
DE
63552014-02-12 Doug Evans <dje@google.com>
6356
6357 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
6358 (MISCELLANEOUS): New variable.
6359 (clean): rm -rf $(MISCELLANEOUS).
6360 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
6361 dwp live in the same directory as symlinks, with each symlink pointed
6362 to a differently named file in a different directory.
6363
149b30ff
DE
63642014-02-11 Doug Evans <dje@google.com>
6365
6366 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
6367 of Tcl file commands.
6368
1dfdac32
MK
63692014-02-10 Mark Kettenis <kettenis@gnu.org>
6370
6371 * gdb.threads/step-after-sr-lock.exp: Avoid executing
6372 "kill -SIGUSR1 -1".
6373
aa4fb036
JB
63742014-02-10 Joel Brobecker <brobecker@adacore.com>
6375
6376 * gdb.ada/tick_length_array_enum_idx: New testcase.
6377
ed3ef339
DE
63782014-02-10 Doug Evans <xdje42@gmail.com>
6379
6380 * configure.ac (AC_OUTPUT): Add gdb.guile.
6381 * configure: Regenerate.
6382 * lib/gdb-guile.exp: New file.
6383 * lib/gdb.exp (get_target_charset): New function.
6384 * gdb.base/help.exp: Update expected output from "apropos apropos".
6385 * gdb.guile/Makefile.in: New file.
6386 * gdb.guile/guile.exp: New file.
6387 * gdb.guile/scm-arch.c: New file.
6388 * gdb.guile/scm-arch.exp: New file.
6389 * gdb.guile/scm-block.c: New file.
6390 * gdb.guile/scm-block.exp: New file.
6391 * gdb.guile/scm-breakpoint.c: New file.
6392 * gdb.guile/scm-breakpoint.exp: New file.
6393 * gdb.guile/scm-disasm.c: New file.
6394 * gdb.guile/scm-disasm.exp: New file.
6395 * gdb.guile/scm-equal.c: New file.
6396 * gdb.guile/scm-equal.exp: New file.
6397 * gdb.guile/scm-error.exp: New file.
6398 * gdb.guile/scm-error.scm: New file.
6399 * gdb.guile/scm-frame-args.c: New file.
6400 * gdb.guile/scm-frame-args.exp: New file.
6401 * gdb.guile/scm-frame-args.scm: New file.
6402 * gdb.guile/scm-frame-inline.c: New file.
6403 * gdb.guile/scm-frame-inline.exp: New file.
6404 * gdb.guile/scm-frame.c: New file.
6405 * gdb.guile/scm-frame.exp: New file.
6406 * gdb.guile/scm-generics.exp: New file.
6407 * gdb.guile/scm-gsmob.exp: New file.
6408 * gdb.guile/scm-iterator.c: New file.
6409 * gdb.guile/scm-iterator.exp: New file.
6410 * gdb.guile/scm-math.c: New file.
6411 * gdb.guile/scm-math.exp: New file.
6412 * gdb.guile/scm-objfile-script-gdb.in: New file.
6413 * gdb.guile/scm-objfile-script.c: New file.
6414 * gdb.guile/scm-objfile-script.exp: New file.
6415 * gdb.guile/scm-objfile.c: New file.
6416 * gdb.guile/scm-objfile.exp: New file.
6417 * gdb.guile/scm-ports.exp: New file.
6418 * gdb.guile/scm-pretty-print.c: New file.
6419 * gdb.guile/scm-pretty-print.exp: New file.
6420 * gdb.guile/scm-pretty-print.scm: New file.
6421 * gdb.guile/scm-section-script.c: New file.
6422 * gdb.guile/scm-section-script.exp: New file.
6423 * gdb.guile/scm-section-script.scm: New file.
6424 * gdb.guile/scm-symbol.c: New file.
6425 * gdb.guile/scm-symbol.exp: New file.
6426 * gdb.guile/scm-symtab-2.c: New file.
6427 * gdb.guile/scm-symtab.c: New file.
6428 * gdb.guile/scm-symtab.exp: New file.
6429 * gdb.guile/scm-type.c: New file.
6430 * gdb.guile/scm-type.exp: New file.
6431 * gdb.guile/scm-value-cc.cc: New file.
6432 * gdb.guile/scm-value-cc.exp: New file.
6433 * gdb.guile/scm-value.c: New file.
6434 * gdb.guile/scm-value.exp: New file.
6435 * gdb.guile/source2.scm: New file.
6436 * gdb.guile/types-module.cc: New file.
6437 * gdb.guile/types-module.exp: New file.
6438
7026a7c1
YQ
64392014-02-10 Yao Qi <yao@codesourcery.com>
6440
6441 PR testsuite/16543
6442 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
6443 * configure: Regenerated.
6444 * Makefile.in: New file.
6445
6c466447
AS
64462014-02-08 Andreas Schwab <schwab@linux-m68k.org>
6447
6448 * gdb.python/py-framefilter.exp: Fix typo.
6449
6e854735
YQ
64502014-02-08 Yao Qi <yao@codesourcery.com>
6451
6452 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
6453 that no =breakpoint-modified is emitted when breakpoints are
6454 modified through MI commands.
6455
d137e6dc
PA
64562014-02-07 Pedro Alves <pedro@codesourcery.com>
6457 Pedro Alves <palves@redhat.com>
6458
6459 * gdb.threads/step-after-sr-lock.c: New file.
6460 * gdb.threads/step-after-sr-lock.exp: New file.
6461
b5ee5a50
PA
64622014-02-07 Pedro Alves <palves@redhat.com>
6463
6464 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
6465
3c77faf3
JK
64662014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6467
6468 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
6469 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
6470
6dddc817
DE
64712014-02-06 Doug Evans <xdje42@gmail.com>
6472
6473 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
6474 output.
6475
6476 * gdb.gdb/python-interrupts.exp: New file.
6477
de7b2893
YQ
64782014-02-05 Yao Qi <yao@codesourcery.com>
6479
6480 * gdb.trace/report.exp (use_collected_data): Test the output
6481 of "info threads" and "info inferiors".
6482
66d032ac
YQ
64832014-02-05 Yao Qi <yao@codesourcery.com>
6484
6485 Revert this patch:
6486
6487 2013-05-24 Yao Qi <yao@codesourcery.com>
6488
6489 * gdb.trace/tfile.exp: Test inferior and thread.
6490
591a12a1
UW
64912014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6492
6493 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
6494 on a function.
6495 * gdb.base/step-bt.c: Call hello via function pointer to make
6496 sure its first instruction is executed on powerpc64le-linux.
6497
0ff3e01f
UW
64982014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6499
6500 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
6501
084ee545
UW
65022014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6503
6504 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
6505 of the test patterns for use on little-endian systems.
6506
6ed14ff3
UW
65072014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6508
6509 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
6510 (decimal_vector): Fix for little-endian.
6511
401e27fd
JM
65122014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
6513
6514 * gdb.arch/sparc-sysstep.exp: New file.
6515 * gdb.arch/sparc-sysstep.c: Likewise.
6516
6517 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
6518
8b924729
EBM
65192014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6520
6521 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
6522
fb151210
JB
65232014-01-23 Tom Tromey <tromey@redhat.com>
6524
6525 * gdb.ada/array_char_idx: New testcase.
6526
0740f8d8
TT
65272014-01-23 Tom Tromey <tromey@redhat.com>
6528
6529 PR python/16487:
6530 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
6531 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
6532 classes.
6533
21909fa1
TT
65342014-01-23 Tom Tromey <tromey@redhat.com>
6535
6536 PR python/16491:
6537 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
6538 string from an inferior frame.
6539 * gdb.python/py-framefilter-mi.exp: Update.
6540
87ce2a04
DE
65412014-01-22 Doug Evans <dje@google.com>
6542
6543 * gdb.server/server-mon.exp: Add tests for "set debug-format".
6544
237b092b
AA
65452014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6546
6547 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
6548
d674a709
AA
65492014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6550
6551 * gdb.trace/entry-values.exp: Remove excess space character from
6552 regex patterns. Handle s390 call instruction.
6553
20fa3390
AA
65542014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6555
6556 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
6557 define "*_start" label. Make "name" static.
6558 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
6559 ${name} by references to ${name}_start.
6560
78466714
AA
65612014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6562
6563 * gdb.base/info-macros.exp: Remove "debug" from the compile
6564 options.
6565
ec9f644a
IB
65662014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6567
6568 * gdb.dlang/demangle.exp: New file.
6569
94b1b47e
IB
65702014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6571
6572 * gdb.dlang/primitive-types.exp: New file.
6573
7f420862
IB
65742014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6575
6576 * configure.ac: Create gdb.dlang/Makefile.
6577 * configure: Regenerate.
6578 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
6579 * gdb.dlang/Makefile.in: New file.
6580 * lib/d-support.exp: New file.
6581 * lib/gdb.exp (skip_d_tests): New proc.
6582
52834460
MM
65832014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6584
6585 * gdb.btrace/delta.exp: Check reverse stepi.
6586 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
6587 * gdb.btrace/finish.exp: New.
6588 * gdb.btrace/next.exp: New.
6589 * gdb.btrace/nexti.exp: New.
6590 * gdb.btrace/record_goto.c: Add comments.
6591 * gdb.btrace/step.exp: New.
6592 * gdb.btrace/stepi.exp: New.
6593 * gdb.btrace/multi-thread-step.c: New.
6594 * gdb.btrace/multi-thread-step.exp: New.
6595 * gdb.btrace/rn-dl-bind.c: New.
6596 * gdb.btrace/rn-dl-bind.exp: New.
6597 * gdb.btrace/data.c: New.
6598 * gdb.btrace/data.exp: New.
6599 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6600
6e07b1d2
MM
66012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6602
6603 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
6604 * gdb.btrace/exception.exp: Update.
6605 * gdb.btrace/instruction_history.exp: Update.
6606 * gdb.btrace/record_goto.exp: Update.
6607 * gdb.btrace/tailcall.exp: Update.
6608 * gdb.btrace/unknown_functions.exp: Update.
6609 * gdb.btrace/delta.exp: New.
6610
0b722aec
MM
66112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6612
6613 * gdb.btrace/record_goto.exp: Add backtrace test.
6614 * gdb.btrace/tailcall.exp: Add backtrace test.
6615
066ce621
MM
66162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6617
6618 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
6619 * gdb.btrace/record_goto.c: New.
6620 * gdb.btrace/record_goto.exp: New.
6621 * gdb.btrace/x86-record_goto.S: New.
6622
0688d04e
MM
66232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6624
6625 * gdb.btrace/function_call_history.exp: Update tests.
6626 * gdb.btrace/instruction_history.exp: Update tests.
6627
8710b709
MM
66282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6629
6630 * gdb.btrace/function_call_history.exp: Fix expected field
6631 order for "record function-call-history".
6632 Add new tests for "record function-call-history /c".
6633 * gdb.btrace/exception.cc: New.
6634 * gdb.btrace/exception.exp: New.
6635 * gdb.btrace/tailcall.exp: New.
6636 * gdb.btrace/x86-tailcall.S: New.
6637 * gdb.btrace/x86-tailcall.c: New.
6638 * gdb.btrace/unknown_functions.c: New.
6639 * gdb.btrace/unknown_functions.exp: New.
6640 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6641
5de9129b
MM
66422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6643
6644 * gdb.btrace/instruction_history.exp: Update.
6645 * gdb.btrace/function_call_history.exp: Update.
6646
23a7fe75
MM
66472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6648
6649 * gdb.btrace/function_call_history.exp: Fix expected function
6650 trace.
6651 * gdb.btrace/instruction_history.exp: Initialize traced.
6652 Remove traced_functions.
6653
724c7dd8
MM
66542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6655
6656 * gdb.btrace/function_call_history.exp: Update
6657 * gdb.btrace/instruction_history.exp: Update.
6658
6d78d93b
MM
66592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6660
6661 * gdb.btrace/enable.exp: Update expected text.
6662
93a360cc
OJ
66632014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
6664
6665 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
6666 bytes.
6667
3772b53f
MR
66682014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
6669
6670 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
6671
596662fa
OJ
66722014-01-15 Omair Javaid <omair.javaid@linaro.org>
6673
6674 * lib/gdb.exp (supports_process_record): Return true for
6675 arm*-linux*. (supports_reverse): Likewise.
6676
b5b08fb4
SC
66772014-01-13 Siva Chandra Reddy <sivachandra@google.com>
6678
6679 PR python/15464
6680 PR python/16113
6681 * gdb.python/py-type.c: Enhance test case.
6682 * gdb.python/py-value-cc.cc: Likewise
6683 * gdb.python/py-type.exp: Add new tests.
6684 * gdb.python/py-value-cc.exp: Likewise
6685
52d7fb13
AA
66862014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6687 Pedro Alves <palves@redhat.com>
6688
6689 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
6690 Make "name" extern.
6691 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
6692 references to ${name}_start by references to ${name}.
6693
a2cd8cfe
JB
66942014-01-10 Joel Brobecker <brobecker@adacore.com>
6695
6696 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
6697
4e23fced
JB
66982014-01-10 Joel Brobecker <brobecker@adacore.com>
6699
6700 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
6701
c6a9e42c
PA
67022014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
6703 Pedro Alves <palves@redhat.com>
6704
6705 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 6706 mi_gdb_target_load.
c6a9e42c 6707
b7ea362b
PA
67082014-01-08 Pedro Alves <palves@redhat.com>
6709
6710 * gdb.threads/reconnect-signal.c: New file.
6711 * gdb.threads/reconnect-signal.exp: New file.
6712
5e3f4fab
EBM
67132014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6714
6715 * gdb.base/source-dir.exp: New file.
6716
79301218
JB
67172014-01-07 Joel Brobecker <brobecker@adacore.com>
6718
6719 * gdb.ada/mi_interface: New testcase.
6720
8e355c5d
JB
67212014-01-07 Joel Brobecker <brobecker@adacore.com>
6722
6723 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
6724 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
6725 gdb.ada/pp-rec-component/pck.ads: New files.
6726
c0d48811
JB
67272014-01-07 Joel Brobecker <brobecker@adacore.com>
6728
6729 * gdb.python/py-pp-integral.c: New file.
6730 * gdb.python/py-pp-integral.py: New file.
6731 * gdb.python/py-pp-integral.exp: New file.
6732
17b609c3 6733For older changes see ChangeLog-1993-2013.
c906108c 6734\f
8d8cb839
EZ
6735;; Local Variables:
6736;; mode: change-log
6737;; left-margin: 8
6738;; fill-column: 74
6739;; version-control: never
6740;; End:
902f2ccb 6741
32d0add0 6742 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
6743 Copying and distribution of this file, with or without modification,
6744 are permitted provided the copyright notice and this notice are preserved.
This page took 2.545839 seconds and 4 git commands to generate.