Use ${frames_invalid} in gdb.cp/annota2.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2015-11-27 Yao Qi <yao.qi@linaro.org>
2
3 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4
5 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
6
7 * gdb.threads/names.exp: New file.
8 * gdb.threads/names.c: New file.
9 * README: Mention gdb,no_thread_names.
10
11 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12
13 PR 19297
14 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
15 support" error.
16
17 2015-11-24 Pedro Alves <palves@redhat.com>
18
19 PR 17539
20 * gdb.base/display.exp: Expect displays to be sorted in ascending
21 order. Use multi_line.
22 * gdb.base/solib-display.exp: Likewise.
23
24 2015-11-24 Pedro Alves <palves@redhat.com>
25
26 PR 17539
27 * gdb.base/display.exp: Expect displays to be sorted in ascending
28 order. Use multi_line.
29 * gdb.base/solib-display.exp: Likewise.
30
31 2015-11-24 Pedro Alves <palves@redhat.com>
32
33 PR 17539
34 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
35 threads in ascending order.
36 * gdb.base/foll-fork.exp: Likewise.
37 * gdb.base/foll-vfork.exp: Likewise.
38 * gdb.base/multi-forks.exp: Likewise.
39 * gdb.mi/mi-nonstop.exp: Likewise.
40 * gdb.mi/mi-nsintrall.exp: Likewise.
41 * gdb.multi/base.exp: Likewise.
42 * gdb.multi/multi-arch.exp: Likewise.
43 * gdb.python/py-inferior.exp: Likewise.
44 * gdb.threads/break-while-running.exp: Likewise.
45 * gdb.threads/execl.exp: Likewise.
46 * gdb.threads/gcore-thread.exp: Likewise.
47 * gdb.threads/info-threads-cur-sal.exp: Likewise.
48 * gdb.threads/kill.exp: Likewise.
49 * gdb.threads/linux-dp.exp: Likewise.
50 * gdb.threads/multiple-step-overs.exp: Likewise.
51 * gdb.threads/next-bp-other-thread.exp: Likewise.
52 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
53 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
54 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
55 * gdb.threads/thread-find.exp: Likewise.
56 * gdb.threads/tls.exp: Likewise.
57 * lib/mi-support.exp (mi_reverse_list): Delete.
58 (mi_check_thread_states): No longer reverse list.
59
60 2015-11-24 Pedro Alves <palves@redhat.com>
61
62 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
63 use lowercase.
64
65 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
66
67 * gdb.trace/actions.c: Include trace-common.h.
68 (main): Add a location for a fast tracepoint.
69 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
70 the normal tracepoints.
71 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
72
73 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
74
75 * save-trace.exp: Factor out code to these...
76 (gdb_save_tracepoints): New.
77 (gdb_load_tracepoints): New.
78 (do_save_load_test): New.
79
80 2015-11-23 Kevin Buettner <kevinb@redhat.com>
81
82 * gdb.base/asmlabel.exp: New test.
83 * gdb.base/asmlabel.c: New test case.
84
85 2015-11-23 Joel Brobecker <brobecker@adacore.com>
86
87 * gdb.base/wrong_frame_bt_full-main.c: New file.
88 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
89 * gdb.base/wrong_frame_bt_full.exp: New file.
90
91 2015-11-23 Joel Brobecker <brobecker@adacore.com>
92
93 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
94
95 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
96
97 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
98 pstate register when comparing registers values in
99 sparc64-*-linux-gnu targets to avoid spurious differences.
100
101 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
102
103 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
104
105 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
106
107 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
108 as type argument to gdb_compile.
109 * gdb.base/nested-subp2.exp: Likewise.
110 * gdb.base/nested-subp3.exp: Likewise.
111
112 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
113
114 * lib/dwarf.exp (_note): Fix left shift of negative value.
115 * gdb.trace/trace-condition.exp: Likewise.
116
117 2015-11-13 Yao Qi <yao.qi@linaro.org>
118
119 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
120 comments about d10v.
121 (test_scalar_returns): Likewise.
122 * gdb.base/d10v.ld: Remove.
123 * gdb.base/overlays.exp: Remove the target triplet checking for
124 d10v-*-*.
125 * gdb.base/structs.exp (test_struct_returns): Remove the
126 comments about d10v.
127 (test_struct_calls): Likewise.
128
129 2015-11-13 Yao Qi <yao.qi@linaro.org>
130
131 * gdb.base/gnu_vector.exp: Check the return value by "p res".
132 * gdb.base/gnu_vector.c: Don't include stdio.h.
133 (main): Don't print res and call add_some_intvecs.
134
135 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
136
137 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
138 macro.
139 (func5): Removed.
140 (func4): Use FAST_TRACEPOINT_LABEL.
141 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
142 macro.
143 (func): Removed.
144 (thread_function): Use FAST_TRACEPOINT_LABEL.
145 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
146 (func): Remove.
147 (marker): Use FAST_TRACEPOINT_LABEL.
148 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
149 (pendfunc1): Remove.
150 (pendfunc): Use FAST_TRACEPOINT_LABEL.
151 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
152 (foo): Remove.
153 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
154 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
155 macro.
156 (func): Remove.
157 (marker): Use FAST_TRACEPOINT_LABEL.
158 * gdb.trace/trace-common.h: New header.
159 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
160 macro.
161 (func): Remove.
162 (marker): Use FAST_TRACEPOINT_LABEL.
163 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
164 (func): Remove.
165 (thread_function): Use FAST_TRACEPOINT_LABEL.
166
167 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
168
169 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
170 in front.
171 * gdb.trace/change-loc.exp: Use global pcreg definition.
172 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
173 * gdb.trace/entry-values.exp: Use global spreg definition, add $
174 in front.
175 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
176 * gdb.trace/pending.exp: Likewise.
177 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
178 * gdb.trace/trace-break.exp: Likewise.
179 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
180 in front.
181 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
182 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
183 in front.
184 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
185
186 2015-11-09 Joel Brobecker <brobecker@adacore.com>
187
188 * gdb.ada/fin_fun_out: New testcase.
189
190 2015-11-07 Kevin Buettner <kevinb@redhat.com>
191
192 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
193 value associated with DW_AT_byte_size.
194 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
195 constants for DW_AT_byte_size, DW_AT_lower_bound, and
196 DW_AT_upper_bound.
197
198 2015-11-07 Kevin Buettner <kevinb@redhat.com>
199
200 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
201 (gdb_target_symbol_prefix_flags): Define in terms of _asm
202 version.
203 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
204 gdb.dwarf2/dw2-canonicalize-type.exp,
205 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
206 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
207 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
208 provided by gdb_target_symbol_prefix_flags_asm.
209 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
210 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
211 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
212 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
213 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
214 macros where needed). Use this macro for symbols which require
215 the prefix provided by SYMBOL_PREFIX.
216
217 2015-11-05 Kevin Buettner <kevinb@redhat.com>
218
219 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
220 New procs.
221 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
222 representing expressions, of more than one list element.
223 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
224 to prepend linker symbol prefix to f.
225 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
226 table_1 and table_2.
227 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
228 Likewise, for f and g.
229 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
230 for ptr.
231 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
232 for main.
233 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
234 table_1_ptr and table_2_ptr.
235
236 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
237 Joel Brobecker <brobecker@adacore.com>
238
239 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
240
241 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
242
243 * gdb.reverse/s390-mvcle.c: New test.
244 * gdb.reverse/s390-mvcle.exp: New file.
245 * lib/gdb.exp: Enable reverse tests on s390*-linux.
246
247 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
248
249 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
250
251 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
252
253 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
254 reaching marker2.
255 * gdb.reverse/getresuid-reverse.exp: Likewise.
256 * gdb.reverse/pipe-reverse.exp: Likewise.
257 * gdb.reverse/readv-reverse.exp: Likewise.
258 * gdb.reverse/recvmsg-reverse.exp: Likewise.
259 * gdb.reverse/time-reverse.exp: Likewise.
260 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
261
262 2015-10-30 Yao Qi <yao.qi@linaro.org>
263
264 * gdb.threads/wp-replication.c (watch_count_done): Remove.
265 (empty_cycle): Remove.
266 (main): Don't call empty_cycle. Don't use watch_count_done.
267 * gdb.threads/wp-replication.exp: Don't set breakpoint on
268 empty_cycle. Rewrite the code counting HW watchpoints.
269
270 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
271
272 * gdb.reverse/fstatat-reverse.c: New test.
273 * gdb.reverse/fstatat-reverse.exp: New file.
274 * gdb.reverse/getresuid-reverse.c: New test.
275 * gdb.reverse/getresuid-reverse.exp: New file.
276 * gdb.reverse/pipe-reverse.c: New test.
277 * gdb.reverse/pipe-reverse.exp: New file.
278 * gdb.reverse/readv-reverse.c: New test.
279 * gdb.reverse/readv-reverse.exp: New file.
280 * gdb.reverse/recvmsg-reverse.c: New test.
281 * gdb.reverse/recvmsg-reverse.exp: New file.
282 * gdb.reverse/time-reverse.c: New test.
283 * gdb.reverse/time-reverse.exp: New file.
284 * gdb.reverse/waitpid-reverse.c: New test.
285 * gdb.reverse/waitpid-reverse.exp: New file.
286
287 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
288
289 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
290
291 2015-10-26 Doug Evans <dje@google.com>
292
293 PR symtab/17391
294 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
295 * gdb.dwarf2/bad-regnum.c: New file.
296 * gdb.dwarf2/bad-regnum.exp: New file.
297
298 2015-10-26 Doug Evans <dje@google.com>
299
300 PR python/18938
301 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
302 file.
303
304 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
305
306 * gdb.compile/compile.exp (compile code globalvar): Update expectation
307 for a change by "Mention language in compile error message".
308
309 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
310
311 PR python/18073
312 * gdb.python/py-type.c (C::a_method): New.
313 (C::a_const_method): New.
314 (C::a_static_method): New.
315 (a_function): New.
316 * gdb.python/py-type.exp (test_fields): Test getting fields
317 from function and method.
318
319 2015-10-21 Keven Boell <keven.boell@intel.com>
320
321 * gdb.fortran/vla-alloc-assoc.exp: New file.
322 * gdb.fortran/vla-datatypes.exp: New file.
323 * gdb.fortran/vla-datatypes.f90: New file.
324 * gdb.fortran/vla-history.exp: New file.
325 * gdb.fortran/vla-ptype-sub.exp: New file.
326 * gdb.fortran/vla-ptype.exp: New file.
327 * gdb.fortran/vla-sizeof.exp: New file.
328 * gdb.fortran/vla-sub.f90: New file.
329 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
330 * gdb.fortran/vla-value-sub-finish.exp: New file.
331 * gdb.fortran/vla-value-sub.exp: New file.
332 * gdb.fortran/vla-value.exp: New file.
333 * gdb.fortran/vla-ptr-info.exp: New file.
334 * gdb.mi/mi-vla-fortran.exp: New file.
335 * gdb.mi/vla.f90: New file.
336
337 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
338
339 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
340 of hardwired timeout value.
341
342 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
343 Pedro Alves <palves@redhat.com>
344
345 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
346 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
347
348 2015-10-19 Josh Stone <jistone@redhat.com>
349
350 * gdb.base/catch-syscall.c: Include <sched.h>.
351 (unknown_syscall): New variable.
352 (main): Trigger a vfork and an unknown syscall.
353 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
354 (unknown_syscall_number): Likewise.
355 (check_call_to_syscall): Accept an optional syscall pattern.
356 (check_return_from_syscall): Likewise.
357 (check_continue): Likewise.
358 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
359 (test_catch_syscall_skipping_return): New test toggling off 'catch
360 syscall' to step over the syscall return, then toggling back on.
361 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
362 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
363 (do_syscall_tests): Call test_catch_syscall_without_args and
364 test_catch_syscall_mid_vfork.
365 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
366 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
367
368 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
369
370 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
371 print g_vE): Add new pass patterns.
372 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
373 print various symbol names for vptr fields.
374
375 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
376
377 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
378 results.
379
380 2015-10-12 Yao Qi <yao.qi@linaro.org>
381
382 * gdb.arch/disp-step-insn-reloc.exp: New test case.
383
384 2015-10-12 Yao Qi <yao.qi@linaro.org>
385
386 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
387 is aarch64*-*-linux*.
388
389 2015-10-12 Yao Qi <yao.qi@linaro.org>
390
391 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
392 (can_relocate_bcond_true): ... it.
393 (can_relocate_bcond_false): New function.
394 (foo): Likewise.
395 (can_relocate_bl): Likewise.
396 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
397 can_relocate_bl.
398
399 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
400
401 * gdb.base/nested-addr.c: New file.
402 * gdb.base/nested-addr.exp: New testcase.
403
404 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
405
406 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
407 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
408 its output. Ignore the output of "record goto begin" and instead
409 check that GDB is replaying.
410
411 2015-10-09 Pedro Alves <palves@redhat.com>
412
413 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
414 (top level): Use it in the run with no args test.
415
416 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
417
418 * gdb.dlang/properties.exp: New file.
419
420 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
421
422 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
423 whether or not address 0x1000 is mapped on the target.
424
425 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
426
427 * gdb.python/py-type.exp: Do not run tests if binaries fail to
428 build.
429
430 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
431
432 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
433 instruction-history test.
434
435 2015-09-28 Doug Evans <dje@google.com>
436
437 * gdb.base/gcore.c (array_func): Add reference to static_array.
438
439 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
440
441 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
442 source line.
443
444 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
445
446 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
447 short or char as base type.
448
449 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
450
451 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
452 to allow any size enum.
453
454 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
455
456 * gdb.ada/array_ptr_renaming.exp: New testcase.
457 * gdb.ada/array_ptr_renaming/foo.adb: New file.
458 * gdb.ada/array_ptr_renaming/pack.ads: New file.
459
460 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
461
462 * gdb.trace/ftrace-lock.c: New file.
463 * gdb.trace/ftrace-lock.exp: New file.
464
465 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
466
467 * gdb.arch/insn-reloc.c: New file.
468 * gdb.arch/ftrace-insn-reloc.exp: New file.
469
470 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
471
472 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
473 instruction.
474 * gdb.trace/pendshr1.c (pendfunc): Likewise.
475 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
476 * gdb.trace/range-stepping.c: Likewise.
477 * gdb.trace/trace-break.c: Likewise.
478 * gdb.trace/trace-mt.c (thread_function): Likewise.
479 * gdb.trace/ftrace.c (marker): Likewise.
480 * gdb.trace/trace-condition.c (marker): Likewise.
481 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
482 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
483 is_aarch64_target.
484
485 2015-09-18 Doug Evans <xdje42@gmail.com>
486
487 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
488 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
489
490 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
491
492 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
493 the breakpoint.
494
495 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
496
497 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
498 the pending breakpoint. Remove timeout override for "Run till
499 MI pending breakpoint on pendfunc3 on thread 2" test.
500
501 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
502
503 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
504 filename pattern.
505
506 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
507
508 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
509 in breakpoint filename pattern.
510
511 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
512
513 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
514
515 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
516
517 * gdb.linespec/explicit.exp: Check for readline support for
518 tab-completion tests. Fix obvious typo.
519
520 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
521
522 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
523 and replay.
524
525 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
526
527 * gdb.btrace/non-stop.c: New.
528 * gdb.btrace/non-stop.exp: New.
529
530 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
531 Yao Qi <yao.qi@linaro.org>
532
533 * gdb.trace/trace-condition.c: New file.
534 * gdb.trace/trace-condition.exp: New file.
535
536 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
537
538 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
539 for testing bytecode compilation.
540
541 2015-09-16 Pedro Alves <palves@redhat.com>
542 Sandra Loosemore <sandra@codesourcery.com>
543
544 * gdb.threads/non-stop-fair-events.c (timeout): New global.
545 (SECONDS): Redefine.
546 (main): Call pthread_kill and alarm early.
547 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
548 support.
549 (test): If the target can't hardware step and doesn't support
550 displaced stepping, increase the timeout.
551
552 2015-09-16 Pedro Alves <palves@redhat.com>
553
554 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
555 (enable_debug): New procedures.
556 (test): Use them. Bail out if waiting for threads fails.
557 (top level): Bail out if a test fails.
558
559 2015-09-16 Yao Qi <yao.qi@linaro.org>
560
561 * gdb.asm/asm-source.exp: Set asm-arch for
562 aarch64*-*-* target.
563 * gdb.asm/aarch64.inc: New file.
564
565 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
566
567 * gdb.ada/array_of_variable_length.exp: New testcase.
568 * gdb.ada/array_of_variable_length/foo.adb: New file.
569 * gdb.ada/array_of_variable_length/pck.adb: New file.
570 * gdb.ada/array_of_variable_length/pck.ads: New file.
571
572 2015-09-15 Doug Evans <dje@google.com>
573
574 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
575 of function static local variable.
576
577 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
578
579 * gdb.threads/tls-so_extern.exp: New test file.
580 * gdb.threads/tls-so_extern.c: New test file.
581 * gdb.threads/tls-so_extern_main.c: New test file.
582
583 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
584
585 * gdb.opt/solib-intra-step-lib.c: New file.
586 * gdb.opt/solib-intra-step-main.c: New file.
587 * gdb.opt/solib-intra-step.exp: New file.
588
589 2015-09-15 Pedro Alves <palves@redhat.com>
590
591 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
592 gdb_continue_to_breakpoint instead of gdb_test_multiple.
593
594 2015-09-14 Pedro Alves <palves@redhat.com>
595
596 * gdb.base/hook-stop-continue.c: Delete.
597 * gdb.base/hook-stop-continue.exp: Delete.
598 * gdb.base/hook-stop-frame.c: Delete.
599 * gdb.base/hook-stop-frame.exp: Delete.
600 * gdb.base/hook-stop.c: New file.
601 * gdb.base/hook-stop.exp: New file.
602
603 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
604
605 * gdb.ada/access_to_packed_array.exp: New testcase.
606 * gdb.ada/access_to_packed_array/foo.adb: New file.
607 * gdb.ada/access_to_packed_array/pack.adb: New file.
608 * gdb.ada/access_to_packed_array/pack.ads: New file.
609
610 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
611
612 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
613 buffer size test.
614
615 2015-09-11 Don Breazeal <donb@codesourcery.com>
616
617 * gdb.base/foll-exec.c: Add copyright header. Fix
618 formatting issues.
619 * gdb.base/foll-exec.exp (zap_session): Delete proc.
620 (do_exec_tests): Use clean_restart in place of zap_session,
621 and for test initialization. Fix formatting issues. Use
622 fail in place of perror.
623 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
624 an expect statement to match an expression with output from
625 the program under debug.
626 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
627 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
628 * gdb.threads/non-ldr-exc-2.exp: Likewise.
629 * gdb.threads/non-ldr-exc-3.exp: Likewise.
630 * gdb.threads/non-ldr-exc-4.exp: Likewise.
631
632 2015-09-09 Doug Evans <dje@google.com>
633
634 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
635
636 2015-09-09 Doug Evans <dje@google.com>
637
638 * gdb.base/pie-execl.exp: Fix result test of build_executable.
639
640 2015-09-09 Doug Evans <dje@google.com>
641
642 * gdb.base/savedregs.exp: Fix typo.
643
644 2015-09-09 Pedro Alves <palves@redhat.com>
645
646 * gdb.mi/mi-cli.exp: Add CLI finish tests.
647
648 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
649
650 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
651 command actually switches threads. Give up on remaining
652 tests if target fails to stop at breakpoint.
653
654 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
655
656 * gdb.ada/funcall_char.exp: New testcase.
657 * gdb.ada/funcall_char/foo.adb: New file.
658
659 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
660
661 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
662 expected outputs. Add two testcases for completing ambiguous
663 functions.
664 * gdb.ada/complete/aux_pck.adb: New file.
665 * gdb.ada/complete/aux_pck.ads: New file.
666 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
667 Ambiguous_Func functions.
668 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
669 * gdb.ada/complete/pck.adb: Likewise.
670
671 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
672
673 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
674 failures to run the test program under GDB.
675
676 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
677
678 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
679 to C.
680
681 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
682
683 * gdb.base/run-after-attach.exp: New test file.
684 * gdb.base/run-after-attach.c: New test file.
685
686 2015-08-26 Don Breazeal <donb@codesourcery.com>
687
688 * gdb.base/foll-exec-2.c: New test program.
689 * gdb.base/foll-exec-2.exp: New test.
690
691 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
692
693 * gdb.base/nested-subp1.exp: New file.
694 * gdb.base/nested-subp1.c: New file.
695 * gdb.base/nested-subp2.exp: New file.
696 * gdb.base/nested-subp2.c: New file.
697 * gdb.base/nested-subp3.exp: New file.
698 * gdb.base/nested-subp3.c: New file.
699
700 2015-08-24 Pedro Alves <palves@redhat.com>
701
702 * gdb.server/connect-without-multi-process.c: New file.
703 * gdb.server/connect-without-multi-process.exp: New file.
704
705 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
706
707 * gdb.opt/inline-markers.c: Make z int.
708
709 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
710
711 * gdb.opt/inline-markers.c: Make z volatile.
712
713 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
714
715 * gdb.opt/inline-bt.c: New volatile global z.
716 * gdb.opt/inline-cmds.c: Likewise.
717 * gdb.opt/inline-locals.c: Likewise.
718 * gdb.opt/inline-markers.c: New extern global z.
719 (marker): Use z.
720 (inline_fn): Likewise.
721
722 2015-08-24 Pedro Alves <palves@redhat.com>
723
724 * config/m32r-stub.exp: Remove file.
725 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
726 * gdb.base/call-rt-st.exp: Likewise.
727 * gdb.base/call-strs.exp: Likewise.
728 * gdb.base/default.exp: Remove references to h8300-*-hms and
729 *-*-udi*.
730 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
731
732 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
733
734 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
735 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
736 and "return" use KFAIL when GDB can not read/write the vector
737 return value.
738
739 2015-08-21 Gary Benson <gbenson@redhat.com>
740
741 * gdb.trace/pending.exp: Cope with remote transfer warnings.
742
743 2015-08-20 Pedro Alves <palves@redhat.com>
744
745 * gdb.server/solib-list.exp: No longer expect an interior stop in
746 non-stop mode.
747
748 2015-08-20 Pedro Alves <palves@redhat.com>
749
750 * gdb.server/connect-stopped-target.c: New file.
751 * gdb.server/connect-stopped-target.exp: New file.
752
753 2015-08-20 Pedro Alves <palves@redhat.com>
754
755 * gdb.dwarf2/comp-unit-lang.exp: New file.
756 * gdb.dwarf2/comp-unit-lang.c: New file.
757
758 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
759
760 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
761 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
762
763 2015-08-19 Kevin Buettner <kevinb@redhat.com>
764
765 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
766 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
767
768 2015-08-18 Doug Evans <dje@google.com>
769 Adrian Sendroiu <adrian.sendroiu@freescale.com>
770
771 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
772 skip_python_tests. New arg prompt_regexp.
773 (skip_python_tests): New function.
774 * lib/mi-support.exp (mi_skip_python_tests): New function.
775 * gdb.python/py-mi-objfile-gdb.py: New file.
776 * gdb.python/py-mi-objfile.c: New file.
777 * gdb.python/py-mi-objfile.exp: New file.
778
779 2015-08-17 Keith Seitz <keiths@redhat.com>
780
781 * gdb.linespec/explicit.exp: Move strace test from here ...
782 * gdb.trace/strace.exp: ... to here.
783
784 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
785
786 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
787 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
788
789 2015-08-14 Doug Evans <xdje42@gmail.com>
790
791 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
792 inferior before selecting a new file.
793
794 2015-08-14 Doug Evans <xdje42@gmail.com>
795
796 * gdb.mi/mi-disassemble.exp: Update.
797 * gdb.base/disasm-optim.S: New file.
798 * gdb.base/disasm-optim.c: New file.
799 * gdb.base/disasm-optim.h: New file.
800 * gdb.base/disasm-optim.exp: New file.
801
802 2015-08-14 Keith Seitz <keiths@redhat.com>
803
804 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
805 "evaluated-by".
806
807 2015-08-13 Joel Brobecker <brobecker@adacore.com>
808
809 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
810
811 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
812
813 * gdb.ada/fun_renaming.exp: New testcase.
814 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
815 * gdb.ada/fun_renaming/pack.adb: New file.
816 * gdb.ada/fun_renaming/pack.ads: New file.
817
818 2015-08-12 Keith Seitz <keiths@redhat.com>
819
820 * gdb.base/dso2dso.exp: Pass basename of source file in call to
821 gdb_get_line_number.
822
823 2015-08-12 Joel Brobecker <brobecker@adacore.com>
824
825 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
826 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
827 gdb.base/dso2dso.exp: New files.
828
829 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
830 Pedro Alves <palves@redhat.com>
831 Keith Seitz <keiths@redhat.com>
832
833 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
834 GDBFLAGS.
835
836 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
837
838 * gdb.base/gdbhistsize-history.exp
839 (test_histsize_history_setting): Use save_vars.
840 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
841 Use save_vars.
842 (test_no_truncation_of_unlimited_history_file): Use save_vars.
843 * gdb.base/readline.exp: Use save_vars.
844
845 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
846
847 * lib/gdb.exp (save_vars): New proc.
848
849 2015-08-11 Keith Seitz <keiths@redhat.com>
850
851 * gdb.base/help.exp: Update help_breakpoint_text.
852
853 2015-08-11 Keith Seitz <keiths@redhat.com>
854
855 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
856 (at toplevel): Call test_explicit_breakpoints.
857 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
858 breakpoints.
859 * lib/mi-support.exp (mi_make_breakpoint): Add support for
860 breakpoint conditions, "-cond".
861
862 2015-08-11 Keith Seitz <keiths@redhat.com>
863
864 * gdb.linespec/3explicit.c: New file.
865 * gdb.linespec/cpexplicit.cc: New file.
866 * gdb.linespec/cpexplicit.exp: New file.
867 * gdb.linespec/explicit.c: New file.
868 * gdb.linespec/explicit.exp: New file.
869 * gdb.linespec/explicit2.c: New file.
870 * gdb.linespec/ls-errs.exp: Add explicit location tests.
871 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
872 before using in the matching pattern.
873 Clarify that `prefix' is a regular expression.
874
875 2015-08-11 Keith Seitz <keiths@redhat.com>
876
877 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
878 test.
879 Add tests for missing ",FMT" and ",".
880
881 2015-08-10 Doug Evans <dje@google.com>
882 Keith Seitz <keiths@redhat.com>
883
884 PR gdb/17960
885 * gdb.base/completion.exp: Add location completer tests.
886
887 2015-08-07 Pedro Alves <palves@redhat.com>
888
889 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
890 tests here.
891 (top level): Run do_test with and without displaced stepping.
892
893 2015-08-07 Pedro Alves <palves@redhat.com>
894
895 * gdb.base/valgrind-disp-step.c: New file.
896 * gdb.base/valgrind-disp-step.exp: New file.
897
898 2015-08-07 Pedro Alves <palves@redhat.com>
899
900 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
901 Delete function.
902 (main): Add alarm. Run an infinite loop instead of calling
903 wait_threads.
904 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
905 comment.
906 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
907 Delete function.
908 (main): Add alarm. Run an infinite loop instead of calling
909 wait_threads.
910 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
911 comment.
912
913 2015-08-07 Pedro Alves <palves@redhat.com>
914
915 * gdb.base/checkpoint-ns.exp: New file.
916 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
917 standard_testfile.
918
919 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
920
921 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
922 * gdb.btrace/instruction_history.exp: Update.
923 * gdb.btrace/tsx.exp: New.
924 * gdb.btrace/tsx.c: New.
925
926 2015-08-06 Pedro Alves <palves@redhat.com>
927
928 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
929 increase timeout.
930 * gdb.reverse/until-precsave.exp: Bump timeouts.
931
932 2015-08-06 Pedro Alves <palves@redhat.com>
933
934 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
935
936 2015-08-06 Pedro Alves <palves@redhat.com>
937
938 PR gdb/18749
939 * gdb.threads/process-dies-while-handling-bp.c: New file.
940 * gdb.threads/process-dies-while-handling-bp.exp: New file.
941
942 2015-08-06 Pedro Alves <palves@redhat.com>
943
944 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
945 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
946
947 2015-08-05 Pedro Alves <palves@redhat.com>
948
949 * gdb.threads/next-while-other-thread-longjmps.c: New file.
950 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
951
952 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
953
954 * gdb.base/bp-permanent.exp: Report test as unsupported if
955 the target cannot stop at the permanent breakpoint.
956
957 2015-08-03 Doug Evans <dje@google.com>
958
959 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
960 10000.
961
962 2015-08-03 Doug Evans <dje@google.com>
963
964 * Makefile.in (workers/%.worker, build-perf): New rule.
965 (GDB_PERFTEST_MODE): New variable.
966 (check-perf): Use it.
967 (clean): Clean up gdb.perf parallel build subdirs.
968 * lib/build-piece.exp: New file.
969 * lib/gdb.exp (make_gdb_parallel_path): New function
970 (standard_output_file, standard_temp_file): Call it.
971 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
972 of $GDB_PARALLEL.
973 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
974
975 2015-08-03 Doug Evans <dje@google.com>
976
977 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
978 (LOG_FILE_NAME): New global.
979 (TextReporter.__init__): Initialize self.txt_sum.
980 (TextReporter.report): Add support for multiple data-points.
981 Move report to perftest.sum, put raw data in perftest.log.
982 (TextReporter.start): Open sum and log files.
983 (TextReporter.end): Close sum and log files.
984 * gdb.perf/lib/perftest/testresult.py
985 (SingleStatisticTestResult.record): Handle multiple data-points.
986
987 2015-07-31 Pedro Alves <palves@redhat.com>
988
989 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
990 Use spawn_id_get_pid. Wait for spawn id after eof. Use
991 kill_wait_spawned_process instead of explicit "kill -9".
992 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
993 returning a spawn id instead of a pid. Use spawn_id_get_pid and
994 kill_wait_spawned_process.
995 * gdb.base/attach-twice.exp: Likewise.
996 * gdb.base/attach.exp: Likewise.
997 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
998 gdb_test_multiple.
999 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
1000 returning a spawn id instead of a pid. Use spawn_id_get_pid and
1001 kill_wait_spawned_process.
1002 * gdb.base/valgrind-infcall.exp: Likewise.
1003 * gdb.multi/multi-attach.exp: Likewise.
1004 * gdb.python/py-prompt.exp: Likewise.
1005 * gdb.python/py-sync-interp.exp: Likewise.
1006 * gdb.server/ext-attach.exp: Likewise.
1007 * gdb.threads/attach-into-signal.exp (corefunc): Use
1008 spawn_wait_for_attach, spawn_id_get_pid and
1009 kill_wait_spawned_process.
1010 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
1011 spawn_wait_for_attach returning a spawn id instead of a pid. Use
1012 spawn_id_get_pid and kill_wait_spawned_process.
1013 * gdb.threads/attach-stopped.exp (corefunc): Use
1014 spawn_wait_for_attach, spawn_id_get_pid and
1015 kill_wait_spawned_process.
1016 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
1017 Use spawn_id_get_pid. Wait for spawn id after eof. Use
1018 kill_wait_spawned_process instead of explicit "kill -9".
1019 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
1020 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
1021 (spawn_wait_for_attach): Use spawn instead of exec to spawn
1022 processes. Don't map cygwin/windows pids here. Now returns a
1023 spawn id list.
1024
1025 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1026
1027 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
1028 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
1029 correct patch.
1030
1031 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1032
1033 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
1034
1035 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1036
1037 Reapply:
1038 2014-05-21 Mark Wielaard <mjw@redhat.com>
1039
1040 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
1041
1042 2015-07-30 Pedro Alves <palves@redhat.com>
1043
1044 * linux-low.c (handle_extended_wait): Set the child's last
1045 reported status to TARGET_WAITKIND_STOPPED.
1046
1047 2015-07-30 Pedro Alves <palves@redhat.com>
1048
1049 PR threads/18600
1050 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
1051 only shows inferior 1.
1052
1053 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
1054 Pedro Alves <palves@redhat.com>
1055
1056 PR threads/18600
1057 * gdb.threads/fork-plus-threads.c: New file.
1058 * gdb.threads/fork-plus-threads.exp: New file.
1059
1060 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1061
1062 * gdb.base/batch-preserve-term-settings.exp
1063 (test_terminal_settings_preserved_after_cli_exit): Use
1064 send_quit_command.
1065
1066 2015-07-29 Pedro Alves <palves@redhat.com>
1067 Don Breazeal <donb@codesourcery.com>
1068
1069 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
1070 output from both inferior_spawn_id and gdb_spawn_id.
1071
1072 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
1073
1074 * gdb.threads/attach-into-signal.exp (corefunc): Use
1075 with_test_prefix on nested loops, uniquefying the test messages.
1076
1077 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
1078
1079 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
1080 commit.
1081
1082 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1083
1084 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
1085 New proc.
1086 (test_terminal_settings_preserved_after_sigterm): New test.
1087
1088 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1089
1090 * gdb.base/batch-preserve-term-settings.exp
1091 (test_terminal_settings_preserved_after_cli_exit): New test.
1092
1093 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1094
1095 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
1096 manipulation of saved_gdbflags.
1097 (test_terminal_settings_preserved): Remove global declaration of
1098 the unused variable pagination_prompt. Remove manipulation of
1099 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
1100 GDBFLAGS.
1101
1102 2015-07-29 Pedro Alves <palves@redhat.com>
1103
1104 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
1105
1106 2015-07-29 Pedro Alves <palves@redhat.com>
1107
1108 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
1109 at the top.
1110
1111 2015-07-29 Pedro Alves <palves@redhat.com>
1112
1113 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
1114 (main): Call gdb_unbuffer_output.
1115 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
1116 (main): Call gdb_unbuffer_output.
1117 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
1118 (main): Call gdb_unbuffer_output.
1119 * gdb.base/call-strs.exp: Adjust to step over the
1120 gdb_unbuffer_output call.
1121 * gdb.base/catch-gdb-caused-signals.c: Include
1122 "../lib/unbuffer_output.c".
1123 (main): Call gdb_unbuffer_output.
1124 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
1125 (main): Call gdb_unbuffer_output.
1126 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
1127 (main): Call gdb_unbuffer_output.
1128 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
1129 (main): Call gdb_unbuffer_output.
1130 * gdb.base/shlib-call.exp: Adjust to step over the
1131 gdb_unbuffer_output call.
1132 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
1133 (main): Call gdb_unbuffer_output.
1134 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
1135 (main): Call gdb_unbuffer_output.
1136 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
1137 (main): Rename to ...
1138 (test): ... this.
1139 (main): Reimplement.
1140 * gdb.base/varargs.exp: Run to test instead of to main.
1141 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
1142 (main): Call gdb_unbuffer_output.
1143
1144 2015-07-29 Pedro Alves <palves@redhat.com>
1145
1146 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
1147 factore out from mi_continue_dprintf. For call-style dprintfs,
1148 expect dprintf output out of $inferior_spawn_id.
1149 (mi_continue_dprintf): Use mi_expect_dprintf.
1150 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
1151 (main): Call gdb_unbuffer_output.
1152
1153 2015-07-29 Pedro Alves <palves@redhat.com>
1154
1155 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
1156 (default_mi_gdb_start): Set inferior_spawn_id instead of
1157 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
1158 gdb_spawn_id.
1159 (mi_gdb_test): Always expect inferior output from both
1160 $inferior_spawn_id and $gdb_spawn_id.
1161
1162 2015-07-29 Pedro Alves <palves@redhat.com>
1163
1164 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
1165 send_inferior and $inferior_spawn_id.
1166
1167 2015-07-29 Pedro Alves <palves@redhat.com>
1168
1169 * gdb.gdb/complaints.exp (test_initial_complaints)
1170 (test_serial_complaints, test_short_complaints): Use
1171 gdb_test_stdio.
1172 (test_empty_complaint): Handle $inferior_spawn_id !=
1173 $gdb_spawn_id.
1174
1175 2015-07-29 Pedro Alves <palves@redhat.com>
1176
1177 * gdb.base/varargs.exp: Use gdb_test_stdio.
1178
1179 2015-07-29 Pedro Alves <palves@redhat.com>
1180
1181 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
1182
1183 2015-07-29 Pedro Alves <palves@redhat.com>
1184
1185 * gdb.base/ending-run.exp: Use gdb_test_stdio.
1186
1187 2015-07-29 Pedro Alves <palves@redhat.com>
1188
1189 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
1190 parameter into two new parameters, "inf_result" and "gdb_result".
1191 Expect inferior output and gdb output from $inferior_spawn_id and
1192 $gdb_spawn_id, respectively. Adjust all callers.
1193
1194 2015-07-29 Pedro Alves <palves@redhat.com>
1195
1196 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
1197 of gdb_test_sequence.
1198
1199 2015-07-29 Pedro Alves <palves@redhat.com>
1200
1201 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
1202 (saw_spurious_output): Expect inferior output from
1203 $inferior_spawn_id. Use gdb_test_stdio.
1204
1205 2015-07-29 Pedro Alves <palves@redhat.com>
1206
1207 * gdb.base/dprintf.exp: Use standard_testfile. Change
1208 prepare_for_testing call.
1209 (srcfile): Don't set.
1210 (restart): New procedure.
1211 (test_dprintf): New procecure, use to continue over dprintfs.
1212 (test_call, test_agent): New procedures, tests moved here.
1213 Restart gdb and recreate dprintfs. Adjust expected output.
1214
1215 2015-07-29 Pedro Alves <palves@redhat.com>
1216
1217 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
1218
1219 2015-07-29 Pedro Alves <palves@redhat.com>
1220
1221 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
1222
1223 2015-07-29 Pedro Alves <palves@redhat.com>
1224
1225 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
1226 gdb_test_stdio.
1227
1228 2015-07-29 Pedro Alves <palves@redhat.com>
1229
1230 * lib/gdb.exp (gdb_test_stdio): New procedure.
1231
1232 2015-07-29 Pedro Alves <palves@redhat.com>
1233
1234 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
1235
1236 2015-07-29 Pedro Alves <palves@redhat.com>
1237
1238 * gdb.base/call-signal-resume.exp: Remove check for
1239 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
1240 * gdb.base/unwindonsignal.exp: Likewise.
1241 * gdb.base/call-signals.c (gen_signal): Remove printf call.
1242 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
1243
1244 2015-07-29 Pedro Alves <palves@redhat.com>
1245
1246 * gdb.base/siginfo-addr.c (pass): New function.
1247 (handler): Call it iff si_addr is correct.
1248 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
1249 Set a breakpoint at "pass" and continue to it.
1250
1251 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
1252
1253 * gdb.python/py-objfile.exp: Make some tests have unique names.
1254 * gdb.python/py-pp-registration.exp: Likewise.
1255
1256 2015-07-28 Pedro Alves <palves@redhat.com>
1257
1258 * gdb.server/server-exec-info.exp: Issue a "disconnect".
1259
1260 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1261
1262 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
1263
1264 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1265
1266 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
1267
1268 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
1269
1270 * gdb.base/gdb-sigterm-2.exp: New test.
1271
1272 2015-07-25 Doug Evans <xdje42@gmail.com>
1273
1274 Revert:
1275 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
1276 (workers/%.worker, build-perf): New rule.
1277 (GDB_PERFTEST_MODE): New variable.
1278 (check-perf): Use it.
1279 (clean): Clean up gdb.perf parallel build subdirs.
1280 * lib/build-piece.exp: New file.
1281 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
1282 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
1283 name.
1284 (standard_temp_file): Ditto.
1285 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1286 of $GDB_PARALLEL.
1287
1288 2015-07-24 Doug Evans <dje@google.com>
1289
1290 * gdb.perf/lib/perftest/utils.py: New file.
1291 * gdb.perf/gm-hello.cc: New file.
1292 * gdb.perf/gm-pervasive-typedef.cc: New file.
1293 * gdb.perf/gm-pervasive-typedef.h: New file.
1294 * gdb.perf/gm-std.cc: New file.
1295 * gdb.perf/gm-std.h: New file.
1296 * gdb.perf/gm-use-cerr.cc: New file.
1297 * gdb.perf/gm-utils.h: New file.
1298 * gdb.perf/gmonster-null-lookup.py: New file.
1299 * gdb.perf/gmonster-pervasive-typedef.py: New file.
1300 * gdb.perf/gmonster-print-cerr.py: New file.
1301 * gdb.perf/gmonster-ptype-string.py: New file.
1302 * gdb.perf/gmonster-runto-main.py: New file.
1303 * gdb.perf/gmonster-select-file.py: New file.
1304 * gdb.perf/gmonster1-null-lookup.exp: New file.
1305 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
1306 * gdb.perf/gmonster1-print-cerr.exp: New file.
1307 * gdb.perf/gmonster1-ptype-string.exp: New file.
1308 * gdb.perf/gmonster1-runto-main.exp: New file.
1309 * gdb.perf/gmonster1-select-file.exp: New file.
1310 * gdb.perf/gmonster1.cc: New file.
1311 * gdb.perf/gmonster1.exp: New file.
1312 * gdb.perf/gmonster2-null-lookup.exp: New file.
1313 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
1314 * gdb.perf/gmonster2-print-cerr.exp: New file.
1315 * gdb.perf/gmonster2-ptype-string.exp: New file.
1316 * gdb.perf/gmonster2-runto-main.exp: New file.
1317 * gdb.perf/gmonster2-select-file.exp: New file.
1318 * gdb.perf/gmonster2.cc: New file.
1319 * gdb.perf/gmonster2.exp: New file.
1320
1321 2015-07-24 Doug Evans <dje@google.com>
1322
1323 * gdb.perf/README: New file.
1324 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
1325 * lib/gen-perf-test.exp: New file.
1326
1327 2015-07-24 Doug Evans <dje@google.com>
1328
1329 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
1330 (PerfTest::startup): New function.
1331 (PerfTest::run): Return result of calling body.
1332 (PerfTest::assemble): Rewrite.
1333 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
1334 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
1335 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
1336 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
1337 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
1338
1339 2015-07-24 Doug Evans <dje@google.com>
1340
1341 * lib/gdb.exp (clean_restart): Make executable optional.
1342
1343 2015-07-24 Doug Evans <dje@google.com>
1344
1345 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
1346 compiler_info references.
1347 * gdb.cp/temargs.exp: Ditto.
1348 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
1349 (get_compiler_info): Early exit if already computed. Set compiler_info
1350 to "unknown" if there was a problem.
1351 (test_compiler_info): Add function comment. Call get_compiler_info.
1352
1353 2015-07-24 Doug Evans <dje@google.com>
1354
1355 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
1356 (workers/%.worker, build-perf): New rule.
1357 (GDB_PERFTEST_MODE): New variable.
1358 (check-perf): Use it.
1359 (clean): Clean up gdb.perf parallel build subdirs.
1360 * lib/build-piece.exp: New file.
1361 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
1362 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
1363 name.
1364 (standard_temp_file): Ditto.
1365 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1366 of $GDB_PARALLEL.
1367
1368 2015-07-24 Doug Evans <dje@google.com>
1369
1370 * lib/future.exp (gdb_default_target_compile): New option
1371 "early_flags".
1372 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
1373 --as-needed.
1374
1375 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
1376
1377 * gdb.base/catch-syscall.exp: Call gdb_exit before
1378 gdb_skip_xml_test.
1379
1380 2015-07-24 Pedro Alves <palves@redhat.com>
1381
1382 * gdb.python/py-events.exp: Accept output between the stop event
1383 and the prompt.
1384 * gdb.python/py-evsignal.exp: Likewise.
1385 * gdb.python/py-evthreads.exp: Likewise.
1386
1387 2015-07-24 Pedro Alves <palves@redhat.com>
1388
1389 PR gdb/18717
1390 * gdb.threads/non-ldr-exit.c: New file.
1391 * gdb.threads/non-ldr-exit.exp: New file.
1392
1393 2015-07-24 Yao Qi <yao.qi@linaro.org>
1394
1395 * gdb.server/ext-wrapper.exp: Test --wrapper option when
1396 restarting process.
1397
1398 2015-07-24 Yao Qi <yao.qi@linaro.org>
1399
1400 * gdb.server/ext-restart.exp: New file.
1401
1402 2015-07-24 Yao Qi <yao.qi@linaro.org>
1403
1404 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
1405 argument options.
1406 * gdb.server/ext-wrapper.exp: New file.
1407
1408 2015-07-23 Doug Evans <dje@google.com>
1409
1410 * gdb.dwarf2/dw2-dummy-cu.S: New file.
1411 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
1412
1413 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
1414
1415 * gdb.ada/var_arr_typedef.exp: New testcase.
1416 * gdb.ada/var_arr_typedef/pack.adb: New file.
1417 * gdb.ada/var_arr_typedef/pack.ads: New file.
1418 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
1419
1420 2015-07-20 Joel Brobecker <brobecker@adacore.com>
1421
1422 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
1423
1424 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1425
1426 * gdb.arch/i386-biarch-core.exp: Replace istarget
1427 by "complete set gnutarget". Remove expectation for the "core-file"
1428 command.
1429
1430 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1431
1432 Revert the previous commit:
1433 Tests for validate symbol file using build-id.
1434
1435 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1436
1437 Tests for validate symbol file using build-id.
1438 * gdb.base/solib-mismatch-lib.c: New file.
1439 * gdb.base/solib-mismatch-libmod.c: New file.
1440 * gdb.base/solib-mismatch.c: New file.
1441 * gdb.base/solib-mismatch.exp: New file.
1442
1443 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
1444
1445 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
1446 nios2-*-linux*.
1447 * gdb.base/sigbpt.exp (stepi_out): Likewise.
1448 * gdb.base/siginfo.exp: Likewise.
1449 * gdb.base/sigstep.exp (advance, advancei): Likewise.
1450
1451 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
1452
1453 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
1454 Move it to ...
1455 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
1456 ... here.
1457 * gdb.trace/range-stepping.exp: Check that the target supports
1458 range stepping.
1459
1460 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1461
1462 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
1463
1464 2015-07-14 Pedro Alves <palves@redhat.com>
1465
1466 * gdb.base/killed-outside.exp: New file.
1467 * gdb.base/killed-outside.c: New file.
1468
1469 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1470
1471 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
1472 (n at main): New.
1473 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
1474
1475 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1476
1477 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
1478 infcall tests instead of setting up for KFAIL.
1479
1480 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
1481
1482 * gdb.btrace/record_goto-step.exp: New.
1483
1484 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1485
1486 PR compile/18484
1487 * gdb.compile/compile.c (struct struct_type): Add volatile to
1488 selffield's type.
1489 * gdb.compile/compile.exp
1490 (compile code struct_object.selffield = &struct_object): Skip further
1491 struct_object tests if this one xfails.
1492
1493 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
1494
1495 PR exp/18617
1496 * gdb.trace/ax.exp: Add test.
1497
1498 2015-07-07 Yao Qi <yao.qi@linaro.org>
1499
1500 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
1501 instead of istarget "aarch64*-*-*".
1502 * gdb.arch/aarch64-fp.exp: Likewise.
1503 * gdb.base/float.exp: Likewise.
1504 * gdb.reverse/aarch64.exp: Likewise.
1505 * lib/gdb.exp (is_aarch64_target): New proc.
1506
1507 2015-07-07 Yao Qi <yao.qi@linaro.org>
1508
1509 * lib/gdb.exp (is_aarch32_target): New proc.
1510 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
1511 instead of "istarget "arm*-*-*"".
1512 * gdb.arch/arm-disp-step.exp: Likewise.
1513 * gdb.arch/thumb-bx-pc.exp: Likewise.
1514 * gdb.arch/thumb-prologue.exp: Likewise.
1515 * gdb.arch/thumb-singlestep.exp: Likewise.
1516 * gdb.base/disp-step-syscall.exp: Likewise.
1517 * gdb.base/float.exp: Likewise.
1518
1519 2015-07-07 Yao Qi <yao.qi@linaro.org>
1520
1521 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
1522 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
1523
1524 2015-07-07 Yao Qi <yao.qi@linaro.org>
1525
1526 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
1527 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
1528 if it exists.
1529 * gdb.multi/multi-arch.exp: Likewise.
1530
1531 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
1532
1533 * gdb.python/py-lazy-string.exp: Add missing parentheses to
1534 print.
1535
1536 2015-07-07 Yao Qi <yao.qi@linaro.org>
1537
1538 * gdb.arch/thumb-singlestep.exp: Do one more single step.
1539
1540 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
1541
1542 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
1543 '[' and ']' characters.
1544
1545 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
1546
1547 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1548
1549 2015-06-29 Pedro Alves <palves@redhat.com>
1550
1551 PR threads/18127
1552 * gdb.threads/hand-call-new-thread.c: New file.
1553 * gdb.threads/hand-call-new-thread.c: New file.
1554
1555 2015-06-26 Keith Seitz <keiths@redhat.com>
1556 Doug Evans <dje@google.com>
1557
1558 PR 16253
1559 * gdb.cp/var-tag-2.cc: New file.
1560 * gdb.cp/var-tag-3.cc: New file.
1561 * gdb.cp/var-tag-4.cc: New file.
1562 * gdb.cp/var-tag.cc: New file.
1563 * gdb.cp/var-tag.exp: New file.
1564
1565 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1566
1567 * gdb.base/history-duplicates.exp: New test.
1568
1569 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1570
1571 * gdb.base/completion.exp: Test the completion of the "focus"
1572 command.
1573
1574 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1575
1576 * gdb.arch/amd64-prologue-skip.S: New file.
1577 * gdb.arch/amd64-prologue-skip.exp: New file.
1578
1579 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
1580
1581 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
1582 is_address_zero_readable check.
1583
1584 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
1585
1586 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
1587 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
1588
1589 2015-06-24 Yao Qi <yao.qi@linaro.org>
1590
1591 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
1592 linux targets.
1593
1594 2015-06-24 Yao Qi <yao.qi@linaro.org>
1595
1596 * lib/gdb.exp (supports_get_siginfo_type): New proc.
1597 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
1598 * gdb.base/siginfo-thread.exp: Likewise.
1599
1600 2015-06-22 Yao Qi <yao.qi@linaro.org>
1601
1602 * boards/remote-gdbserver-on-localhost.exp: Add comments.
1603
1604 2015-06-22 Yao Qi <yao.qi@linaro.org>
1605
1606 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
1607 aarch64*-*-*.
1608 (skip_hw_watchpoint_tests): Likewise.
1609
1610 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
1611
1612 * gdb.base/gdbinit-history.exp: Test the interaction between
1613 setting GDBHISTSIZE and setting the history size via .gdbinit.
1614
1615 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1616
1617 PR gdb/16999
1618 * gdb.base/gdbhistsize-history.exp: New test.
1619
1620 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1621
1622 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
1623 with GDBHISTSIZE.
1624 * gdb.base/readline.exp: Likewise.
1625
1626 2015-06-17 Yao Qi <yao.qi@linaro.org>
1627
1628 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
1629 line.
1630
1631 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1632
1633 * gdb.base/gdbinit-history.exp: Add test case to check that
1634 an unlimited history file does not get truncated on exit.
1635
1636 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1637
1638 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
1639 (VECTOR): New macro. Use it...
1640 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
1641 ...for these typedefs.
1642 (int8, char1, int1, double1): New typedefs.
1643 (struct just_int2, struct two_int2): New structures.
1644 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
1645 (add_structvecs, add_singlevecs): New functions.
1646 (main): Call add_some_intvecs twice.
1647 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
1648 the compile and exit upon failure. Try compiling for the "native"
1649 architecture. Test inferior function calls with vector arguments
1650 and vector return value handling with "finish" and "return".
1651
1652 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1653
1654 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
1655 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
1656 PE file.
1657 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
1658
1659 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
1660
1661 PR breakpoints/16465
1662 * gdb.mi/mi-dprintf-pending.c: New file.
1663 * gdb.mi/mi-dprintf-pending.exp: New test.
1664 * gdb.mi/mi-dprintf-pendshr.c: New file.
1665
1666 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1667 Mircea Gherzan <mircea.gherzan@intel.com>
1668
1669 * gdb.arch/i386-mpx-map.c: New file.
1670 * gdb.arch/i386-mpx-map.exp: New File.
1671
1672 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1673
1674 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
1675 * gdb.arch/i386-mpx.exp: Indentation fixed.
1676
1677 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1678
1679 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
1680 function and improved indentation.
1681 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
1682 gdb_test_multiple. Added additional tests to skip the test.
1683
1684 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1685
1686 * gdb.arch/i386-avx512.c: Change path in include file.
1687 * gdb.arch/i386-avx512.exp: Change include dir path
1688 compilation flag.
1689 * gdb.arch/i386-mpx.c: Change path in include file.
1690 * gdb.arch/i386-mpx.exp: Change include dir path compilation
1691 flag.
1692
1693 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1694
1695 * gdb.compile/compile-print.exp (compile print *vararray@3)
1696 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
1697
1698 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1699
1700 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
1701 (do not keep jit in memory): ... this.
1702 (expect 5): Change it to ...
1703 (expect no 5): ... this.
1704
1705 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
1706
1707 PR gdb/15564
1708 * gdb.mi/mi-detach.exp: New file.
1709
1710 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1711
1712 PR symtab/18392
1713 * gdb.arch/amd64-tailcall-self.S: New file.
1714 * gdb.arch/amd64-tailcall-self.c: New file.
1715 * gdb.arch/amd64-tailcall-self.exp: New file.
1716
1717 2015-05-28 Don Breazeal <donb@codesourcery.com>
1718
1719 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
1720 tests for remote targets by checking is_target_gdbserver.
1721
1722 2015-05-27 Doug Evans <dje@google.com>
1723
1724 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
1725 * gdb.dwarf2/opaque-type-lookup.c: New file.
1726 * gdb.dwarf2/opaque-type-lookup.exp: New file.
1727
1728 2015-05-26 Doug Evans <dje@google.com>
1729
1730 * gdb.cp/iostream.cc: New file.
1731 * gdb.cp/iostream.exp: New file.
1732
1733 2015-05-26 Doug Evans <dje@google.com>
1734
1735 * gdb.dwarf2/dw2-op-call.exp: Update.
1736 * gdb.dwarf2/dw4-sig-types.exp: Update.
1737 * gdb.dwarf2/implptr.exp: Update.
1738 * gdb.mi/mi-cmd-param-changed.exp: Update.
1739
1740 2015-05-26 Doug Evans <dje@google.com>
1741
1742 * gdb.python/py-lazy-string.c: New file.
1743 * gdb.python/py-lazy-string.exp: New file.
1744 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
1745 (main): Update. Add estring3.
1746 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
1747 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
1748
1749 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
1750 Yao Qi <yao.qi@linaro.org>
1751
1752 * gdb.reverse/aarch64.c: New.
1753 * gdb.reverse/aarch64.exp: New.
1754
1755 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
1756
1757 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
1758 (supports_reverse): Likewise.
1759
1760 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
1761
1762 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1763 Use with_test_prefix.
1764
1765 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
1766
1767 * gdb.base/completion.exp: Add test for completion of layout
1768 names.
1769
1770 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
1771
1772 * lib/gdb.exp (skip_tui_tests): New proc.
1773 * gdb.base/tui-layout.exp: Check skip_tui_tests.
1774
1775 2015-05-19 Pedro Alves <palves@redhat.com>
1776
1777 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1778 Save the whole env array instead of just HOME. Unset HISTSIZE in
1779 the environment while testing. Restore whole environment
1780 afterwards.
1781
1782 2015-05-16 Doug Evans <xdje42@gmail.com>
1783
1784 * gdb.guile/scm-ports.c: New file.
1785 * gdb.guile/scm-ports.exp: Add memory port tests.
1786
1787 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1788
1789 * gdb.compile/compile-print.c: New file.
1790 * gdb.compile/compile-print.exp: New file.
1791
1792 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1793
1794 * gdb.compile/compile-ops.exp: Cast param to void.
1795 * gdb.compile/compile.exp: Complete type for _gdb_expr.
1796 (compile code struct_object.selffield = &struct_object): Add xfail.
1797
1798 2015-05-15 Joel Brobecker <brobecker@adacore.com>
1799
1800 * gdb.ada/arr_enum_with_gap: New testcase.
1801
1802 2015-05-15 Joel Brobecker <brobecker@adacore.com>
1803
1804 * gdb.ada/byte_packed_arr: New testcase.
1805
1806 2015-05-15 Joel Brobecker <brobecker@adacore.com>
1807
1808 * gdb.ada/pckd_neg: New testcase.
1809
1810 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
1811
1812 PR gdb/17820
1813 * gdb.base/gdbinit-history.exp: New test.
1814 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
1815 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
1816
1817 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1818
1819 * gdb.python/py-xmethods.cc: Enhance test case.
1820 * gdb.python/py-xmethods.exp: New tests.
1821 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
1822 function.
1823 (B_indexoper): Likewise.
1824 (global_dm_list) : Add new xmethod worker functions.
1825
1826 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
1827
1828 * gdb.base/coredump-filter.exp: Correctly unset
1829 "coredump_var_addr" array.
1830
1831 2015-05-08 Pedro Alves <palves@redhat.com>
1832
1833 * gdb.server/non-existing-program.exp: Unset spawn_id.
1834
1835 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
1836
1837 PR python/18291
1838 * gdb.python/py-xmethods.exp: Add tests.
1839
1840 2015-05-08 Yao Qi <yao.qi@linaro.org>
1841
1842 PR gdb/18208
1843 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
1844 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
1845 function set_coredump_filter, and remove remote_exec call.
1846 Remove argument ipid. Callers update.
1847 (top level): Don't get inferior's PID.
1848
1849 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1850
1851 * gdb.base/watch_thread_num.exp: Skip test on targets without
1852 access watchpoints.
1853
1854 2015-05-06 Pedro Alves <palves@redhat.com>
1855
1856 PR server/18081
1857 * gdb.server/non-existing-program.exp: New file.
1858
1859 2015-05-05 Joel Brobecker <brobecker@adacore.com>
1860
1861 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
1862
1863 2015-05-05 Joel Brobecker <brobecker@adacore.com>
1864
1865 * gdb.ada/out_of_line_in_inlined: New testcase.
1866
1867 2015-05-05 Joel Brobecker <brobecker@adacore.com>
1868
1869 * gdb.ada/var_rec_arr: New testcase.
1870
1871 2015-04-30 Yao Qi <yao.qi@linaro.org>
1872
1873 * gdb.base/break-idempotent.exp: If
1874 skip_hw_watchpoint_multi_tests returns true, skip the tests
1875 on "rwatch" and "awatch".
1876
1877 2015-04-30 Yao Qi <yao.qi@linaro.org>
1878
1879 * gdb.base/relativedebug.exp: Invoke gdb command
1880 "info sharedlibrary", and if libc.so doesn't have debug info,
1881 skip the test.
1882
1883 2015-04-29 Doug Evans <dje@google.com>
1884
1885 * gdb.python/py-xmethods.exp: Add ptype tests.
1886 * gdb.python/py-xmethods.py (E_method_char_worker): Add
1887 get_result_type method.
1888
1889 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
1890
1891 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
1892 the target does not support hardware watchpoints.
1893
1894 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
1895
1896 * gdb.base/break-always.exp: Abort testing if writing to memory
1897 causes an error.
1898
1899 2015-04-28 Doug Evans <dje@google.com>
1900
1901 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
1902 * gdb.python/py-pp-registration.exp: ... here. New file.
1903 * gdb.python/py-pp-registration.c: New file.
1904 * gdb.python/py-pp-registration.py: New file.
1905
1906 2015-04-28 Doug Evans <dje@google.com>
1907
1908 * gdb.python/py-bad-printers.c: New file.
1909 * gdb.python/py-bad-printers.py: New file.
1910 * gdb.python/py-bad-printers.exp: New file.
1911
1912 2015-04-28 Sasha Smundak <asmundak@google.com>
1913
1914 * gdb.python/py-type.exp: New test.
1915
1916 2015-04-28 Andy Wingo <wingo@igalia.com>
1917
1918 * gdb.python/py-parameter.exp:
1919 * gdb.guile/scm-parameter.exp: Escape the path that we are
1920 matching against, as it might contain characters that are special
1921 to regular expressions.
1922
1923 2015-04-27 Joel Brobecker <brobecker@adacore.com>
1924
1925 * gdb.ada/rec_comp: New testcase.
1926
1927 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
1928
1929 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
1930 before using it.
1931
1932 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1933
1934 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
1935 new tests for verilog output.
1936
1937 2015-04-24 Yao Qi <yao.qi@linaro.org>
1938
1939 * boards/remote-gdbserver-on-localhost.exp: New file.
1940
1941 2015-04-23 Pedro Alves <palves@redhat.com>
1942
1943 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
1944 $inferior_spawn_id instead of $inferior_spawn_id directly. On
1945 "end of file", remove $inferior_spawn_id from the indirect list.
1946
1947 2015-04-23 Pedro Alves <palves@redhat.com>
1948
1949 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
1950
1951 2015-04-23 Pedro Alves <palves@redhat.com>
1952
1953 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
1954 on $any_spawn_id instead of only on $gdb_spawn_id.
1955
1956 2015-04-21 Pierre Muller <muller@sourceware.org>
1957
1958 PR pascal/17815
1959 * lib/pascal.exp (gpc_compile): Add new option "class".
1960 (fpc_compile): Likewise.
1961 * gdb.pascal/case-insensitive-symbols.pas: New file.
1962 * gdb.pascal/case-insensitive-symbols.exp: New file.
1963
1964 2015-04-20 Gary Benson <gbenson@redhat.com>
1965
1966 * gdb.base/attach.exp: Fix three extended remote failures.
1967
1968 2015-04-17 Gary Benson <gbenson@redhat.com>
1969
1970 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
1971 the main executable over the remote protocol.
1972
1973 2015-04-16 Pedro Alves <palves@redhat.com>
1974
1975 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
1976 a new gdbserver if gdbserver_reconnect_p is set.
1977
1978 2015-04-16 Pedro Alves <palves@redhat.com>
1979
1980 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
1981 is set, don't exit gdbserver.
1982
1983 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1984
1985 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
1986 appropriate .insn, such that an older assembler can be used.
1987 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
1988 the z/Architecture instruction set on 31-bit targets as well.
1989
1990 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1991
1992 * gdb.go/handcall.exp: Remove all logic related to the first
1993 breakpoint and rely on go_runto_main instead.
1994 * gdb.go/strings.exp: Likewise.
1995 * gdb.go/unsafe.exp: Likewise.
1996 * gdb.go/hello.exp: Likewise. Also rename the remaining
1997 breakpoint marker to "breakpoint 1".
1998 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
1999 * gdb.go/strings.go: Likewise.
2000 * gdb.go/unsafe.go: Likewise.
2001 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
2002 "set breakpoint 2 here" and rename the remaining breakpoint marker
2003 to "breakpoint 1".
2004
2005 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
2006
2007 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
2008 if itertools.imap is not present.
2009 * gdb.python/py-objfile.exp: Add parentheses.
2010 * gdb.python/py-type.exp: Same.
2011 * gdb.python/py-unwind-maint.py: Same.
2012
2013 2015-04-15 Yao Qi <yao.qi@linaro.org>
2014
2015 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
2016 of ":$ptr_size" and set its form explicitly.
2017
2018 2015-04-15 Pedro Alves <palves@redhat.com>
2019 Yao Qi <yao.qi@linaro.org>
2020
2021 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
2022 timeout by factor of 4.
2023 (test_regular_watch): Likewise.
2024 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
2025 * gdb.reverse/sigall-reverse.exp: Likewise.
2026 * gdb.reverse/until-precsave.exp: Likewise.
2027 * lib/gdb.exp (with_timeout_factor): New proc.
2028 (gdb_expect): Move some code to ...
2029 (get_largest_timeout): ... here. New procedure.
2030
2031 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
2032
2033 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
2034
2035 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
2036
2037 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
2038 to write to the .text section.
2039
2040 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
2041
2042 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
2043 Handle the case of targets that do not provide PID information.
2044
2045 2015-04-13 Yao Qi <yao.qi@linaro.org>
2046
2047 * lib/gdbserver-support.exp (gdb_exit): Catch exception
2048 and use expect instead of gdb_expect.
2049
2050 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
2051
2052 * gdb.base/coredump-filter.exp: Rename variable "addr" to
2053 "coredump_var_addr" to avoid naming conflict with other testcases.
2054
2055 2015-04-10 Pedro Alves <palves@redhat.com>
2056
2057 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
2058 gdb_test_sequence and gdb_assert.
2059
2060 2015-04-10 Pedro Alves <palves@redhat.com>
2061
2062 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
2063 test messages that don't include the breakpoint address.
2064
2065 2015-04-10 Yao Qi <yao.qi@linaro.org>
2066
2067 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
2068 false for some offset and width combinations which aren't
2069 supported by linux kernel.
2070
2071 2015-04-10 Pedro Alves <palves@redhat.com>
2072
2073 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
2074 procedure, factored out from ...
2075 (top level): ... here. Add "set displaced-stepping" testing axis.
2076 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
2077 parameter "displaced". Use it.
2078 (top level): Use foreach and add "set displaced-stepping" testing
2079 axis.
2080
2081 2015-04-10 Pedro Alves <palves@redhat.com>
2082
2083 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
2084 Remove comment.
2085 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
2086 both the address of the instruction that triggers the watchpoint
2087 and the address of the instruction immediately after, and use
2088 those addresses for the test. Fix comment.
2089
2090 2015-04-10 Pedro Alves <palves@redhat.com>
2091
2092 * gdb.base/sigstep.exp (breakpoint_to_handler)
2093 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
2094 Test "backtrace" in handler.
2095 (breakpoint_over_handler): New parameter 'displaced'. Use it.
2096 (top level): Add new "displaced" test axis to
2097 breakpoint_to_handler, breakpoint_to_handler_entry and
2098 breakpoint_over_handler.
2099
2100 2015-04-10 Pedro Alves <palves@redhat.com>
2101
2102 PR gdb/18216
2103 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
2104
2105 2015-04-10 Yao Qi <yao.qi@linaro.org>
2106
2107 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
2108 (test_add_rn_pc): New function.
2109 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
2110 (top level): Invoke test_add_rn_pc.
2111
2112 2015-04-10 Pedro Alves <palves@redhat.com>
2113
2114 PR gdb/13858
2115 * gdb.base/step-over-no-symbols.exp: New file.
2116
2117 2015-04-09 Andy Wingo <wingo@igalia.com>
2118
2119 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
2120 after the Python tests.
2121
2122 2015-04-08 Keith Seitz <keiths@redhat.com>
2123
2124 PR python/16699
2125 * gdb.python/py-completion.exp: New tests for completion.
2126 * gdb.python/py-completion.py (CompleteLimit1): New class.
2127 (CompleteLimit2): Likewise.
2128 (CompleteLimit3): Likewise.
2129 (CompleteLimit4): Likewise.
2130 (CompleteLimit5): Likewise.
2131 (CompleteLimit6): Likewise.
2132 (CompleteLimit7): Likewise.
2133
2134 2015-04-08 Pedro Alves <palves@redhat.com>
2135
2136 PR gdb/18214
2137 PR gdb/18216
2138 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
2139 function.
2140 (main): Install it as SIGUSR1 handler.
2141 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
2142 parameter. Always use "setup" as prefix. Toggle "set
2143 displaced-stepping" off/on depending on global. Don't switch to
2144 thread 1 here.
2145 (top level): Add displaced stepping "off/on" test axis. Update
2146 "setup" calls. Wrap each subtest with with_test_prefix. Test
2147 continuing with a queued signal in each thread.
2148
2149 2015-04-08 Pedro Alves <palves@redhat.com>
2150
2151 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
2152 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
2153 gdb_breakpoint instead of gdb_test that doesn't expect anything.
2154 Return early if running to main fails.
2155 * gdb.trace/while-stepping.exp: Likewise.
2156
2157 2015-04-07 Pedro Alves <palves@redhat.com>
2158
2159 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
2160 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
2161 interact with inferior program.
2162
2163 2015-04-07 Pedro Alves <palves@redhat.com>
2164
2165 * lib/gdb.exp (inferior_spawn_id): New global.
2166 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
2167 spawn id after processing the user code.
2168 (default_gdb_start): Set inferior_spawn_id.
2169 (send_inferior): New procedure.
2170 * lib/gdbserver-support.exp (gdbserver_start): Set
2171 inferior_spawn_id.
2172 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
2173
2174 2015-04-07 Pedro Alves <palves@redhat.com>
2175
2176 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
2177 * lib/gdbserver-support.exp (gdbserver_start): Make
2178 $server_spawn_id global.
2179 (gdbserver_start): Don't wait for gdbserver's spawn id with
2180 expect_background.
2181 (close_gdbserver): New procedure.
2182 (gdb_exit): Rename the default version and reimplement.
2183
2184 2015-04-07 Pedro Alves <palves@redhat.com>
2185
2186 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
2187 append the substituted item, not the original item.
2188
2189 2015-04-07 Pedro Alves <palves@redhat.com>
2190
2191 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
2192 gdb_expect.
2193
2194 2015-04-07 Pedro Alves <palves@redhat.com>
2195
2196 * gdb.base/interrupt.exp: Don't handle the case of the inferior
2197 output appearing once only.
2198
2199 2015-04-07 Pedro Alves <palves@redhat.com>
2200
2201 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
2202 that doesn't expect anything. Return early if running to main
2203 fails.
2204
2205 2015-04-07 Yao Qi <yao.qi@linaro.org>
2206
2207 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
2208 (child_function): Call alarm.
2209 (main): Move call to alarm into the loop.
2210 * gdb.threads/non-stop-fair-events.exp: Build program with
2211 -DTIMEOUT=$timeout.
2212
2213 2015-04-06 Doug Evans <xdje42@gmail.com>
2214
2215 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
2216 Fix dest parameter to board_info.
2217 (fpc_compile): Ditto.
2218 (gdb_compile_pascal): Rename dest arg to destfile.
2219
2220 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
2221
2222 * gdb.ada/funcall_ref.exp: New file.
2223 * gdb.ada/funcall_ref/foo.adb: New file.
2224
2225 2015-04-02 Yao Qi <yao.qi@linaro.org>
2226
2227 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
2228 is remote.
2229
2230 2015-04-02 Gary Benson <gbenson@redhat.com>
2231
2232 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
2233
2234 2015-04-01 Sasha Smundak <asmundak@google.com>
2235
2236 * gdb.python/py-unwind-maint.c: New file.
2237 * gdb.python/py-unwind-maint.exp: New test.
2238 * gdb.python/py-unwind-maint.py: New file.
2239 * gdb.python/py-unwind.c: New file.
2240 * gdb.python/py-unwind.exp: New test.
2241 * gdb.python/py-unwind.py: New test.
2242
2243 2015-04-01 Pedro Alves <palves@redhat.com>
2244
2245 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
2246 to fail instead of non-existent $test.
2247
2248 2015-04-01 Pedro Alves <palves@redhat.com>
2249
2250 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
2251 GDBFLAGS if not empty.
2252
2253 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
2254
2255 * gdb.ada/complete.exp: Remove "multi_line".
2256 * gdb.ada/info_exc.exp: Remove "multi_line".
2257 * gdb.ada/packed_tagged.exp: Remove "multi_line".
2258 * gdb.ada/ptype_field.exp: Remove "multi_line".
2259 * gdb.ada/sym_print_name.exp: Remove "multi_line".
2260 * gdb.ada/tagged.exp: Remove "multi_line".
2261 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
2262 [multi_line ...]
2263 * gdb.btrace/delta.exp: Likewise.
2264 * gdb.btrace/exception.exp: Likewise.
2265 * gdb.btrace/function_call_history.exp: Likewise.
2266 * gdb.btrace/instruction_history.exp: Likewise.
2267 * gdb.btrace/nohist.exp: Likewise.
2268 * gdb.btrace/record_goto.exp: Likewise.
2269 * gdb.btrace/segv.exp: Likewise.
2270 * gdb.btrace/stepi.exp: Likewise.
2271 * gdb.btrace/tailcall.exp: Likewise.
2272 * gdb.btrace/unknown_functions.exp: Likewise.
2273 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
2274 * lib/gdb.exp: Add the "multi_line" helper.
2275
2276 2015-04-01 Pedro Alves <palves@redhat.com>
2277
2278 * gdb.threads/tid-reuse.c: New file.
2279 * gdb.threads/tid-reuse.exp: New file.
2280
2281 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2282
2283 PR corefiles/16092
2284 * gdb.base/coredump-filter.c: New file.
2285 * gdb.base/coredump-filter.exp: Likewise.
2286
2287 2015-03-27 Petr Machata <pmachata@redhat.com>
2288
2289 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
2290 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
2291 (Dwarf::assemble): Initialize them.
2292 (Dwarf::lines): New function.
2293
2294 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
2295
2296 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
2297 SYMBOL_PREFIX for x86_64-*-cygwin.
2298
2299 2015-03-26 Andy Wingo <wingo@igalia.com>
2300
2301 PR symtab/18148
2302 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
2303 const_value but not a location.
2304 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
2305 location defined in non-main CUs are visible.
2306
2307 2015-03-26 Yao Qi <yao.qi@linaro.org>
2308
2309 PR testsuite/18139
2310 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
2311 Add a line number entry for the same line.
2312 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
2313 Add a line number entry for the same line.
2314
2315 2015-03-26 Yao Qi <yao.qi@linaro.org>
2316
2317 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
2318 .int 0.
2319 (func): Likewise. Add .Lfunc_1 label.
2320 Use .Lfunc_1 label.
2321 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
2322 .int 0.
2323 (func): Likewise.
2324 Use .Lfunc_1 label.
2325
2326 2015-03-26 Yao Qi <yao.qi@linaro.org>
2327
2328 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
2329 Call gdb_compile instead to compile each .s files without debug
2330 information.
2331
2332 2015-03-26 Yao Qi <yao.qi@linaro.org>
2333
2334 * gdb.base/savedregs.exp (process_saved_regs): Make
2335 "Saved registers:" optional in the pattern.
2336
2337 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
2338
2339 * gdb.btrace/next.exp: Merged into step.exp.
2340 * gdb.btrace/finish.exp: Merged into step.exp.
2341 * gdb.btrace/nexti.exp: Merged into stepi.exp.
2342 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
2343 "record goto" and checking the exact replay position.
2344 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
2345 check for "Recording format" in "info record" output.
2346 * gdb.btrace/record_goto.exp: Choose test file based on target.
2347 * gdb.btrace/x86-record_goto.S: Renamed into ...
2348 * gdb.btrace/x86_64-record_goto.S: ... this.
2349 * gdb.btrace/i686-record_goto.S: New.
2350 * gdb.btrace/x86-tailcall.S: Renamed into ...
2351 * gdb.btrace/x86_64-tailcall.S: ... this.
2352 * gdb.btrace/i686-tailcall.S: New.
2353 * gdb.btrace/x86-tailcall.c: Renamed into ...
2354 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
2355 separate statements. Update test.
2356 * gdb.btrace/delta.exp: Use record_goto.c as test file.
2357 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
2358 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
2359 * gdb.btrace/tailcall.exp: Choose test file based on target.
2360 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
2361
2362 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
2363
2364 * gdb.btrace/exception.exp: Increase BTS buffer size.
2365
2366 2015-03-24 Pedro Alves <palves@redhat.com>
2367
2368 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
2369
2370 2015-03-24 Pedro Alves <palves@redhat.com>
2371
2372 * gdb.threads/schedlock.exp (test_step): No longer expect that
2373 "set scheduler-locking step" with "next" over a function call runs
2374 threads unlocked.
2375
2376 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
2377
2378 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
2379
2380 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
2381
2382 PR breakpoints/16466
2383 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
2384 * gdb.mi/mi-pending.c (thread_func): New function.
2385 (int main): Add threading support required.
2386 * gdb.mi/mi-pending.exp: Add tests for this issue.
2387 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
2388 (pendfunc2): Remove stdio dependency.
2389 * gdb.mi/mi-pendshr2.c: New file.
2390
2391 2015-03-23 Keith Seitz <keiths@redhat.com>
2392
2393 * gdb.linespec/keywords.c: New file.
2394 * gdb.linespec/keywords.exp: New file.
2395
2396 2015-03-23 Keith Seitz <keiths@redhat.com>
2397
2398 PR gdb/18021
2399 * gdb.dwarf2/staticvirtual.exp: New test.
2400
2401 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2402
2403 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
2404 * README: Remove HP-UX and gdb.hp.
2405 (configuration):
2406 * configure: Regenerate.
2407 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
2408 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
2409 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
2410 gdb.hp/gdb.defects/Makefile.
2411 * gdb.hp/Makefile.in: File deleted.
2412 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
2413 * gdb.hp/gdb.aCC/optimize.c: File deleted.
2414 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
2415 * gdb.hp/gdb.aCC/run.c: File deleted.
2416 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
2417 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
2418 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
2419 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
2420 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
2421 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
2422 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
2423 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
2424 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
2425 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
2426 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
2427 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
2428 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
2429 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
2430 * gdb.hp/gdb.base-hp/reg.s: File deleted.
2431 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
2432 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
2433 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
2434 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
2435 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
2436 * gdb.hp/gdb.compat/Makefile.in: File deleted.
2437 * gdb.hp/gdb.compat/average.c: File deleted.
2438 * gdb.hp/gdb.compat/sum.c: File deleted.
2439 * gdb.hp/gdb.compat/xdb.c: File deleted.
2440 * gdb.hp/gdb.compat/xdb0.c: File deleted.
2441 * gdb.hp/gdb.compat/xdb0.h: File deleted.
2442 * gdb.hp/gdb.compat/xdb1.c: File deleted.
2443 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
2444 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
2445 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
2446 * gdb.hp/gdb.defects/Makefile.in: File deleted.
2447 * gdb.hp/gdb.defects/bs14602.c: File deleted.
2448 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
2449 * gdb.hp/gdb.defects/solib-d.c: File deleted.
2450 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
2451 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
2452 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
2453 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
2454 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
2455 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
2456 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
2457 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
2458 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
2459 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
2460 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
2461 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
2462 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
2463 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
2464 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
2465 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
2466 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
2467 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
2468 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
2469 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
2470 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
2471 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
2472 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
2473 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
2474 * gdb.hp/tools/odump: File deleted.
2475
2476 2015-03-19 Pedro Alves <palves@redhat.com>
2477
2478 * gdb.threads/continue-pending-status.exp (saw_thread_2)
2479 (saw_thread_3): New globals.
2480 (top level): Increment them when an event for the corresponding
2481 thread is seen.
2482 (no thread starvation): New test.
2483
2484 2015-03-19 Pedro Alves <palves@redhat.com>
2485
2486 * gdb.threads/continue-pending-status.c: New file.
2487 * gdb.threads/continue-pending-status.exp: New file.
2488
2489 2015-03-18 Pedro Alves <palves@redhat.com>
2490
2491 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
2492 Use gdb_is_target_remote instead of is_remote. Use
2493 gdb_test_multiple instead of gdb_expect. Exit early if
2494 gdb_test_multiple hits its internal matches. Tighten stepi tests
2495 expected output. Fail on exit with any signal, instead of just
2496 SIGILL.
2497
2498 2015-03-18 Yao Qi <yao.qi@linaro.org>
2499
2500 PR tdep/18107
2501 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
2502 variable.
2503 * gdb.base/catch-syscall.exp: Don't skip it on
2504 aarch64*-*-linux* target. Remove elements in all_syscalls.
2505 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
2506 target.
2507 (setup_all_syscalls): New proc.
2508
2509 2015-03-16 Yao Qi <yao.qi@linaro.org>
2510
2511 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
2512 (top level): Skip tests if valid_addr_p returns false for
2513 $cmd1 or $cmd2.
2514
2515 2015-03-11 Andy Wingo <wingo@igalia.com>
2516
2517 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
2518
2519 2015-03-11 Yao Qi <yao.qi@linaro.org>
2520
2521 * gdb.base/catch-syscall.exp: Fix typo in comments.
2522
2523 2015-03-11 Yao Qi <yao.qi@linaro.org>
2524
2525 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
2526
2527 2015-03-09 Pedro Alves <palves@redhat.com>
2528
2529 * dg-extract-results.py: Delete.
2530
2531 2015-03-09 Pedro Alves <palves@redhat.com>
2532
2533 Merge dg-extract-results.sh from GCC upstream (r218843).
2534
2535 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
2536 * dg-extract-results.sh: Use --text with grep to avoid issues with
2537 binary files. Fall back to cat -v, if that doesn't work.
2538
2539 2015-03-05 Pedro Alves <palves@redhat.com>
2540
2541 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
2542
2543 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
2544
2545 * lib/mi-support.exp (mi_expect_interrupt): Accept
2546 alternative event for when in all-stop mode.
2547
2548 2015-03-04 Pedro Alves <palves@redhat.com>
2549
2550 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
2551
2552 2015-03-04 Mark Kettenis <kettenis@gnu.org>
2553
2554 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
2555
2556 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2557
2558 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
2559 regexps for GDB's current line display, accept a hex address
2560 preceding the line number.
2561
2562 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2563
2564 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
2565 the 'arch1' variable for "s390*-linux*" targets.
2566
2567 2015-03-04 Pedro Alves <palves@redhat.com>
2568
2569 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
2570 (main): Pass missing retval argument to pthread_join call.
2571
2572 2015-03-02 Pedro Alves <palves@redhat.com>
2573
2574 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
2575 (top level): Call do_test with non-stop as well.
2576
2577 2015-03-02 Pedro Alves <palves@redhat.com>
2578
2579 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
2580 -1.
2581
2582 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2583
2584 * gdb.arch/s390-vregs.exp: New test.
2585 * gdb.arch/s390-vregs.S: New file.
2586
2587 2015-02-27 Pedro Alves <palves@redhat.com>
2588
2589 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
2590 call to catch_command_errors.
2591 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
2592 catch_command_errors.
2593
2594 2015-02-27 Pedro Alves <palves@redhat.com>
2595
2596 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
2597 "true" for boolean result.
2598 * gdb.gdb/selftest.exp (test_with_self): Also accept full
2599 prototype of main.
2600
2601 2015-02-27 Pedro Alves <palves@redhat.com>
2602
2603 * lib/unbuffer_output.c: New file.
2604 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
2605 (main): Call gdb_unbuffer_output.
2606
2607 2015-02-27 Yao Qi <yao.qi@linaro.org>
2608
2609 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
2610 target.
2611
2612 2015-02-26 Doug Evans <dje@google.com>
2613
2614 * gdb.cp/class2.cc (Dbase, D): New classes.
2615 (main): New local delta.
2616 * gdb.cp/class2.exp: Test printing delta.
2617 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
2618 (dynbar): New global.
2619 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
2620
2621 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2622
2623 * gdb.compile/compile-ifunc.c: New file.
2624 * gdb.compile/compile-ifunc.exp: New file.
2625
2626 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
2627
2628 * gdb.base/structs.exp: Check for correct struct on finish.
2629
2630 2015-02-26 Yao Qi <yao.qi@linaro.org>
2631
2632 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
2633 is zero.
2634
2635 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2636
2637 * gdb.arch/cordic.ko.bz2: New file.
2638 * gdb.arch/cordic.ko.debug.bz2: New file.
2639 * gdb.arch/ppc64-symtab-cordic.exp: New file.
2640
2641 2015-02-25 Yao Qi <yao.qi@linaro.org>
2642
2643 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
2644 aarch64*-*-* target.
2645
2646 2015-02-23 Pedro Alves <palves@redhat.com>
2647
2648 * lib/gdb.exp (delete_breakpoints): Rewrite using
2649 gdb_test_multiple.
2650
2651 2015-02-23 Pedro Alves <palves@redhat.com>
2652
2653 * gdb.base/info-os.c: Include stdlib.h.
2654
2655 2015-02-22 Doug Evans <xdje42@gmail.com>
2656
2657 PR symtab/17855
2658 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
2659 is read after symbols have been re-read.
2660 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
2661 * gdb.ada/exec_changed/second.adb (Second): Ditto.
2662
2663 2015-02-21 Doug Evans <dje@google.com>
2664
2665 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
2666
2667 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2668
2669 PR corefiles/17808
2670 * gdb.arch/i386-biarch-core.core.bz2: New file.
2671 * gdb.arch/i386-biarch-core.exp: New file.
2672
2673 2015-02-21 Pedro Alves <palves@redhat.com>
2674
2675 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
2676 runto_main fails.
2677
2678 2015-02-20 Pedro Alves <palves@redhat.com>
2679
2680 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
2681 info probes.
2682
2683 2015-02-20 Pedro Alves <palves@redhat.com>
2684
2685 * gdb.threads/multi-create-ns-info-thr.exp: New file.
2686
2687 2015-02-20 Pedro Alves <palves@redhat.com>
2688
2689 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
2690 clean_restart before gdb_target_supports_trace.
2691
2692 2015-02-20 Pedro Alves <palves@redhat.com>
2693
2694 PR threads/18006
2695 * gdb.threads/clone-thread_db.c: New file.
2696 * gdb.threads/clone-thread_db.exp: New file.
2697
2698 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
2699
2700 PR breakpoints/16812
2701 * gdb.base/catch-gdb-caused-signals.c: New file.
2702 * gdb.base/catch-gdb-caused-signals.exp: New file.
2703
2704 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
2705
2706 * configure: Regenerated.
2707 * configure.ac: Use GDB_AC_TRANSFORM.
2708 * aclocal.m4: sinclude ../transform.m4.
2709
2710 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2711
2712 * lib/dtrace.exp: New file.
2713 * gdb.base/dtrace-probe.exp: Likewise.
2714 * gdb.base/dtrace-probe.d: Likewise.
2715 * gdb.base/dtrace-probe.c: Likewise.
2716 * lib/pdtrace.in: Likewise.
2717 * configure.ac: Output variables with the transformed names of
2718 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
2719 * configure: Regenerated.
2720
2721 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2722
2723 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
2724 expected message when trying to access $_probe_* convenience
2725 variables while not on a probe.
2726
2727 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2728
2729 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
2730
2731 2015-02-11 Pedro Alves <pedro@codesourcery.com>
2732
2733 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
2734 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
2735
2736 2015-02-10 Doug Evans <xdje42@gmail.com>
2737
2738 * lib/gdb.exp (gdb_load): Always return a result.
2739
2740 2015-02-10 Pedro Alves <palves@redhat.com>
2741
2742 * gdb.threads/signal-sigtrap.c: New file.
2743 * gdb.threads/signal-sigtrap.exp: New file.
2744
2745 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
2746
2747 * gdb.trace/no-attach-trace.c: New file.
2748 * gdb.trace/no-attach-trace.exp: New file.
2749
2750 2015-02-09 Mark Wielaard <mjw@redhat.com>
2751
2752 * gdb.dwarf2/atomic.c: New file.
2753 * gdb.dwarf2/atomic-type.exp: Likewise.
2754
2755 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2756
2757 * gdb.btrace/buffer-size.exp: Update "info record" output.
2758 * gdb.btrace/delta.exp: Update "info record" output.
2759 * gdb.btrace/enable.exp: Update "info record" output.
2760 * gdb.btrace/finish.exp: Update "info record" output.
2761 * gdb.btrace/instruction_history.exp: Update "info record" output.
2762 * gdb.btrace/next.exp: Update "info record" output.
2763 * gdb.btrace/nexti.exp: Update "info record" output.
2764 * gdb.btrace/step.exp: Update "info record" output.
2765 * gdb.btrace/stepi.exp: Update "info record" output.
2766 * gdb.btrace/nohist.exp: Update "info record" output.
2767
2768 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2769
2770 * gdb.btrace/buffer-size: New.
2771
2772 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2773
2774 * gdb.btrace/delta.exp: Update "info record" output.
2775 * gdb.btrace/enable.exp: Update "info record" output.
2776 * gdb.btrace/finish.exp: Update "info record" output.
2777 * gdb.btrace/instruction_history.exp: Update "info record" output.
2778 * gdb.btrace/next.exp: Update "info record" output.
2779 * gdb.btrace/nexti.exp: Update "info record" output.
2780 * gdb.btrace/step.exp: Update "info record" output.
2781 * gdb.btrace/stepi.exp: Update "info record" output.
2782 * gdb.btrace/nohist.exp: Update "info record" output.
2783
2784 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
2785
2786 PR gdb/15678
2787 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
2788
2789 2015-02-06 Pedro Alves <palves@redhat.com>
2790
2791 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
2792 macro.
2793 (seconds_left, again): New globals.
2794 (main): Wait seconds_left in a 1-second sleep loop instead of
2795 sleeping 180 seconds. If 'again' is set, reset the seconds
2796 counter.
2797 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
2798 'again' in the inferior before detaching. Print the seconds left.
2799 (options): New global.
2800 (top level): Build program with -DTIMEOUT=$timeout.
2801
2802 2015-02-06 Pedro Alves <palves@redhat.com>
2803
2804 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
2805 determine how many seconds to pass to 'alarm'.
2806 * gdb.base/gdb-sigterm.exp (top level): Build program with
2807 -DTIMEOUT=$timeout.
2808 (do_test): Return success/failure indication. Add more verbose
2809 logging. Don't fail if 200 single steps are seen. Instead, fail
2810 when the test times out.
2811 (passes): New global.
2812 (top level): Break the testing loop if testing fails on any
2813 iteration. Use gdb_assert.
2814
2815 2015-02-04 Don Breazeal <donb@codesourcery.com>
2816
2817 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
2818 and initialize them.
2819 (ipc_cleanup): New function.
2820 (main): Don't declare shmid, semid, and msqid. Add a call to
2821 atexit so that we call ipc_cleanup on exit.
2822
2823 2015-02-04 Pedro Alves <palves@redhat.com>
2824
2825 * boards/native-extended-gdbserver.exp: Remove any target variant
2826 specifications from the board name before clearing the isremote
2827 flag from board_info.
2828
2829 2015-01-31 Doug Evans <xdje42@gmail.com>
2830
2831 * gdb.base/maint.exp <maint print type argc>: Update expected output.
2832
2833 2015-01-31 Gary Benson <gbenson@redhat.com>
2834
2835 * gdb.base/completion.exp: Disable completion limiting for
2836 existing tests. Add new tests to check completion limiting.
2837 * gdb.linespec/ls-errs.exp: Disable completion limiting.
2838
2839 2015-01-31 Doug Evans <xdje42@gmail.com>
2840
2841 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
2842
2843 2015-01-31 Doug Evans <xdje42@gmail.com>
2844
2845 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
2846 entries. Duplicate file section script entries.
2847 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
2848 inlined entries. Add test for safe-path rejection.
2849 * gdb.python/py-section-script.c: Add duplicate inlined section script
2850 entries. Duplicate file section script entries.
2851 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
2852 inlined entries. Add test for safe-path rejection.
2853
2854 2015-01-29 Joel Brobecker <brobecker@adacore.com>
2855
2856 * gdb.ada/disc_arr_bound: New testcase.
2857
2858 2015-01-29 Joel Brobecker <brobecker@adacore.com>
2859
2860 * gdb.ada/mi_var_array: New testcase.
2861
2862 2015-01-27 Doug Evans <dje@google.com>
2863
2864 * gdb.python/py-objfile.exp: Add tests for objfile.username.
2865 Add test for objfile.filename, objfile.username after objfile
2866 has been unloaded.
2867
2868 2015-01-26 Joel Brobecker <brobecker@adacore.com>
2869
2870 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
2871 the second test to print the name attribute of value
2872 returned by the call to gdb.lookup_type, and adjust
2873 the expected output accordingly.
2874
2875 2015-01-25 Mark Wielaard <mjw@redhat.com>
2876
2877 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
2878 * gdb.base/disp-step-fork.c: Include unistd.h.
2879 * gdb.base/siginfo-obj.c: Include stdio.h.
2880 * gdb.base/siginfo-thread.c: Likewise.
2881 * gdb.mi/non-stop.c: Include unistd.h.
2882 * gdb.mi/nsthrexec.c: Include stdio.h.
2883 * gdb.mi/pthreads.c: Include unistd.h.
2884 * gdb.modula2/unbounded1.c (main): Declare returns int.
2885 * gdb.reverse/consecutive-reverse.c: Likewise.
2886 * gdb.threads/create-fail.c: Include unistd.h.
2887 * gdb.threads/killed.c: Likewise.
2888 * gdb.threads/linux-dp.c: Likewise.
2889 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
2890 * gdb.threads/non-ldr-exc-2.c: Likewise.
2891 * gdb.threads/non-ldr-exc-3.c: Likewise.
2892 * gdb.threads/non-ldr-exc-4.c: Likewise.
2893 * gdb.threads/pthreads.c: Include unistd.h.
2894 (main): Declare returns int.
2895 * gdb.threads/tls-main.c (foo): New declaration.
2896 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
2897
2898 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
2899
2900 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
2901 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
2902
2903 2015-01-15 Mark Wielaard <mjw@redhat.com>
2904
2905 * gdb.base/noreturn-return.c: New file.
2906 * gdb.base/noreturn-return.exp: New file.
2907 * gdb.base/noreturn-finish.c: New file.
2908 * gdb.base/noreturn-finish.exp: New file.
2909
2910 2015-01-23 Pedro Alves <palves@redhat.com>
2911
2912 * gdb.threads/continue-pending-after-query.c: New file.
2913 * gdb.threads/continue-pending-after-query.exp: New file.
2914
2915 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
2916 Simon Marchi <simon.marchi@ericsson.com>
2917
2918 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
2919 * gdb.base/valgrind-db-attach.exp: Same.
2920 * gdb.base/valgrind-infcall.exp: Same.
2921 * lib/mi-support.exp (default_mi_gdb_start): Same.
2922 * lib/prompt.exp (default_prompt_gdb_start): Same.
2923 * lib/gdb.exp (default_gdb_spawn): Same.
2924 (gdb_interact): New.
2925
2926
2927 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2928
2929 * gdb.compile/compile.exp (pointer to jit function): New test.
2930
2931 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
2932
2933 * lib/gdb.exp (supports_process_record): Return true for
2934 powerpc*-*-linux*.
2935 (supports_reverse): Likewise.
2936
2937 2015-01-15 Don Breazeal <donb@codesourcery.com>
2938
2939 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
2940 instead of checking whether the target board is remote and
2941 use spawn_wait_for_attach instead of exec/sleep.
2942 * gdb.base/attach-twice.exp: Likewise.
2943
2944 2015-01-15 Joel Brobecker <brobecker@adacore.com>
2945
2946 * gdb.ada/var_arr_attrs: New testcase.
2947
2948 2015-01-14 Pedro Alves <palves@redhat.com>
2949 Joel Brobecker <brobecker@adacore.com>
2950
2951 PR gdb/17525
2952 * gdb.base/bp-cmds-execution-x-script.c: New file.
2953 * gdb.base/bp-cmds-execution-x-script.exp: New file.
2954 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
2955
2956 2015-01-14 Pedro Alves <palves@redhat.com>
2957
2958 PR cli/17828
2959 * gdb.base/batch-preserve-term-settings.c: New file.
2960 * gdb.base/batch-preserve-term-settings.exp: New file.
2961
2962 2015-01-13 Doug Evans <dje@google.com>
2963
2964 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
2965 binary.
2966
2967 2015-01-13 Joel Brobecker <brobecker@adacore.com>
2968
2969 * Makefile.in (clean mostlyclean): Do not delete *.py.
2970
2971 2015-01-13 Joel Brobecker <brobecker@adacore.com>
2972
2973 * gdb.python/py-lookup-type.exp: New file.
2974
2975 2015-01-12 Pedro Alves <palves@redhat.com>
2976
2977 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
2978 restore GDBFLAGS before returning.
2979
2980 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2981
2982 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
2983 is_amd64_regs_target and is_x86_like_target.
2984
2985 2015-01-11 Doug Evans <xdje42@gmail.com>
2986
2987 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
2988 is given without an explicit form.
2989 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
2990 attributes.
2991 * gdb.dwarf/corrupt.exp: Ditto.
2992 * gdb.dwarf2/enum-type.exp: Ditto.
2993 * gdb.trace/entry-values.exp: Ditto.
2994 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
2995
2996 2015-01-11 Doug Evans <xdje42@gmail.com>
2997
2998 PR gdb/15830
2999 * gdb.base/maint.exp: Remove references to "maint demangle".
3000 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
3001 Add tests for explicitly specifying language to demangle.
3002 * gdb.dlang/demangle.exp: Ditto.
3003
3004 2015-01-09 Pedro Alves <palves@redhat.com>
3005
3006 * gdb.threads/non-stop-fair-events.c: New file.
3007 * gdb.threads/non-stop-fair-events.exp: New file.
3008
3009 2015-01-09 Pedro Alves <palves@redhat.com>
3010
3011 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
3012 the global scope. Set a breakpoint after all threads are started
3013 rather than stepping over two source lines. Expect the prompt.
3014 * gdb.base/watch_thread_num.c (threads_started_barrier): New
3015 global.
3016 (NUM): Now 15.
3017 (main): Use threads_started_barrier to wait for all threads to
3018 start. Main thread no longer calls thread_function. Exit after
3019 180 seconds.
3020 (loop): New function.
3021 (thread_function): Wait on threads_started_barrier barrier. Call
3022 'loop' at each iteration.
3023 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
3024 threads have started, instead of hardcoding number of "next"
3025 steps. Use an access watchpoint instead of a write watchpoint.
3026
3027 2015-01-09 Pedro Alves <palves@redhat.com>
3028
3029 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
3030 (thread_func): Wait on barrier.
3031 (main): Wait for all threads to start before stopping GDB.
3032 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
3033 global.
3034 (thread1_func, thread2_func): Wait on barrier.
3035 (main): Wait for all threads to start before stopping GDB.
3036 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
3037 New global.
3038 (thread1_func, thread2_func): Wait on barrier.
3039 (main): Wait for all threads to start before stopping GDB.
3040
3041 2015-01-09 Pedro Alves <palves@redhat.com>
3042
3043 * gdb.threads/attach-many-short-lived-threads.c: New file.
3044 * gdb.threads/attach-many-short-lived-threads.exp: New file.
3045
3046 2014-01-09 Pedro Alves <palves@redhat.com>
3047
3048 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
3049 instead of to thread 2.
3050 * gdb.threads/signal-command-multiple-signals-pending.c (main):
3051 Add barrier around each pthread_create call instead of around all
3052 calls.
3053 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
3054 Set a break on thread_function and have the child threads hit it
3055 one at at a time.
3056
3057 2015-01-09 Pedro Alves <palves@redhat.com>
3058
3059 * lib/gdb.exp (can_spawn_for_attach): New procedure.
3060 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
3061 false.
3062 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
3063 checking whether the target board is remote.
3064 * gdb.multi/multi-attach.exp: Likewise.
3065 * gdb.python/py-sync-interp.exp: Likewise.
3066 * gdb.server/ext-attach.exp: Likewise.
3067 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
3068 tests that need to attach, instead of checking whether the target
3069 board is remote at the top of the file.
3070
3071 2015-01-08 Yao Qi <yao@codesourcery.com>
3072
3073 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
3074
3075 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3076
3077 Fix testcase compilation.
3078 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
3079
3080 2015-01-06 Joel Brobecker <brobecker@adacore.com>
3081
3082 * gdb.python/py-type.exp: Add a couple test about empty
3083 array creation, and negative-length array creation.
3084
3085 2015-01-02 Doug Evans <xdje42@gmail.com>
3086
3087 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
3088
3089 2015-01-02 Doug Evans <dje@google.com>
3090
3091 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
3092
3093 2014-12-29 Yao Qi <yao@codesourcery.com>
3094
3095 * gdb.trace/entry-values.exp: Update comments. Rename variable
3096 bar_call_foo to returned_from_foo.
3097
3098 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
3099
3100 PR gdb/17394
3101 * gdb.linespec/break-asm-file.c: New file.
3102 * gdb.linespec/break-asm-file.exp: New file.
3103 * gdb.linespec/break-asm-file0.s: New file.
3104 * gdb.linespec/break-asm-file1.s: New file.
3105
3106 2014-12-18 Nigel Stephens <nigel@mips.com>
3107 Maciej W. Rozycki <macro@codesourcery.com>
3108
3109 * gdb.base/float.exp: Handle the new output from "info float" on
3110 MIPS targets.
3111
3112 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3113
3114 Fix MinGW compilation.
3115 * gdb.compile/compile-ops.exp: Update untested message if
3116 !skip_compile_feature_tests.
3117 * gdb.compile/compile-setjmp.exp: Likewise.
3118 * gdb.compile/compile-tls.exp: Likewise.
3119 * gdb.compile/compile.exp: Likewise.
3120 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
3121 supported on this host".
3122
3123 2014-12-16 Doug Evans <xdje42@gmail.com>
3124
3125 * boards/stabs.exp: New file.
3126
3127 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
3128
3129 * gdb.base/completion.exp: Adjust to format changes of "maint
3130 print user-registers".
3131
3132 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
3133
3134 PR server/17457
3135 * gdb.arch/aarch64-fp.c: New file.
3136 * gdb.arch/aarch64-fp.exp: New file.
3137
3138 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3139
3140 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
3141 r210637, r210913, r211666, r215400, r215817).
3142
3143 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
3144 * dg-extract-results.py: New file.
3145 * dg-extract-results.sh: Use it if the environment seems
3146 suitable.
3147
3148 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
3149
3150 * dg-extract-results.py (parse_run): Handle warnings that
3151 are printed before a test harness is run.
3152
3153 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
3154
3155 * dg-extract-results.py (Named): Remove __cmp__ method.
3156 (output_variation): Use a key to sort variation.harnesses.
3157
3158 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
3159
3160 * dg-extract-results.py: For Python 3, force sys.stdout to
3161 handle surrogate escape sequences.
3162 (safe_open): New function.
3163 (output_segment, main): Use it.
3164
3165 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
3166
3167 * dg-extract-results.py (Prog.result_re): Include options
3168 in test name.
3169
3170 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
3171
3172 * dg-extract-results.py (output_variation): Always sort if
3173 do_sum.
3174
3175 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
3176
3177 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
3178 as long as we get pagination notifications.
3179
3180 2014-12-15 Jason Merrill <jason@redhat.com>
3181
3182 * Makefile.in (check-gdb.%): Restore.
3183 * README: Mention it.
3184
3185 2014-12-13 Joel Brobecker <brobecker@adacore.com>
3186
3187 * gdb.ada/str_uninit: New testcase.
3188
3189 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3190
3191 PR symtab/17642
3192 * gdb.base/vla-stub-define.c: New file.
3193 * gdb.base/vla-stub.c: New file.
3194 * gdb.base/vla-stub.exp: New file.
3195
3196 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
3197 Jan Kratochvil <jan.kratochvil@redhat.com>
3198 Tom Tromey <tromey@redhat.com>
3199
3200 * configure.ac: Add gdb.compile/.
3201 * configure: Regenerate.
3202 * gdb.compile/Makefile.in: New file.
3203 * gdb.compile/compile-ops.exp: New file.
3204 * gdb.compile/compile-ops.c: New file.
3205 * gdb.compile/compile-tls.c: New file.
3206 * gdb.compile/compile-tls.exp: New file.
3207 * gdb.compile/compile-constvar.S: New file.
3208 * gdb.compile/compile-constvar.c: New file.
3209 * gdb.compile/compile-mod.c: New file.
3210 * gdb.compile/compile-nodebug.c: New file.
3211 * gdb.compile/compile-setjmp-mod.c: New file.
3212 * gdb.compile/compile-setjmp.c: New file.
3213 * gdb.compile/compile-setjmp.exp: New file.
3214 * gdb.compile/compile-shlib.c: New file.
3215 * gdb.compile/compile.c: New file.
3216 * gdb.compile/compile.exp: New file.
3217 * lib/gdb.exp (skip_compile_feature_tests): New proc.
3218
3219 2014-12-12 Tom Tromey <tromey@redhat.com>
3220
3221 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
3222 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
3223
3224 2014-12-12 Doug Evans <dje@google.com>
3225
3226 * lib/gdb-python.exp (get_python_valueof): New function.
3227 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
3228
3229 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3230
3231 * gdb.base/completion.exp: Add test for completion of "info
3232 registers ".
3233
3234 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
3235
3236 * gdb.base/func-ptrs.c: New file.
3237 * gdb.base/func-ptrs.exp: New file.
3238
3239 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
3240
3241 PR breakpoints/17012
3242 * gdb.base/dprintf-detach.c: New file.
3243 * gdb.base/dprintf-detach.exp: New file.
3244
3245 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
3246
3247 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
3248 * lib/gdb.exp (target_is_gdbserver): New procedure.
3249
3250 2014-12-08 Doug Evans <dje@google.com>
3251
3252 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
3253
3254 2014-12-05 Yao Qi <yao@codesourcery.com>
3255
3256 * gdb.guile/scm-error.exp: Remove the third argument to
3257 gdb_remote_download.
3258 * gdb.guile/scm-frame-args.exp: Likewise.
3259 * gdb.guile/scm-section-script.exp: Likewise.
3260
3261 2014-12-05 Yao Qi <yao@codesourcery.com>
3262
3263 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
3264
3265 2014-12-04 Doug Evans <dje@google.com>
3266
3267 * gdb.python/py-objfile.exp: Add tests for
3268 objfile.add_separate_debug_file.
3269
3270 2014-12-04 Doug Evans <dje@google.com>
3271
3272 * lib/gdb.exp (get_build_id): New function.
3273 (build_id_debug_filename_get): Rewrite to use it.
3274 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
3275
3276 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
3277
3278 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
3279 `method(long)', not just 0x0.
3280 * gdb.cp/nsalias.exp: Align code labels to 4.
3281 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
3282 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
3283 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
3284 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
3285 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
3286 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
3287
3288 2014-12-02 Doug Evans <dje@google.com>
3289
3290 PR symtab/17602
3291 * gdb.cp/anon-ns.cc: Move guts of this file to ...
3292 * gdb.cp/anon-ns2.cc: ... here. New file.
3293 * gdb.cp/anon-ns.exp: Update.
3294
3295 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
3296
3297 * gdb.python/py-events.py (inferior_call_handler): New.
3298 (register_changed_handler, memory_changed_handler): New.
3299 (test_events.invoke): Register new handlers.
3300 * gdb.python/py-events.exp: Add tests for inferior call,
3301 memory_changed and register_changed events.
3302
3303 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3304
3305 * gdb.base/execl-update-breakpoints.exp: Specify the link address
3306 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
3307 if the linker doesn't understand this.
3308
3309 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
3310
3311 * gdb.python/python.exp: Change expected reply to help().
3312
3313 2014-12-01 Yao Qi <yao@codesourcery.com>
3314
3315 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
3316 AC_CONFIG_SUBDIRS(gdb.gdbtk).
3317 * configure: Re-generated.
3318
3319 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
3320
3321 * gdb.cp/chained-calls.cc: New file.
3322 * gdb.cp/chained-calls.exp: New file.
3323 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
3324
3325 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
3326
3327 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
3328 * gdb.dwarf2/symtab-producer.exp: Same.
3329 * gdb.gdb/python-interrupts.exp: Same.
3330 * gdb.gdb/python-selftest.exp: Same.
3331 * gdb.python/py-linetable.exp: Same.
3332 * gdb.python/py-type.exp: Same.
3333 * gdb.python/py-value-cc.exp: Same.
3334 * gdb.python/py-value.exp: Same.
3335
3336 2014-11-28 Yao Qi <yao@codesourcery.com>
3337
3338 * gdb.base/break-probes.exp: Match library name prefixed with
3339 sysroot.
3340
3341 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
3342
3343 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
3344 test expected output. Add parentheses for the call to print.
3345 Remove L suffix from integers.
3346
3347 2014-11-26 Doug Evans <dje@google.com>
3348
3349 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
3350
3351 2014-11-22 Yao Qi <yao@codesourcery.com>
3352
3353 * gdb.trace/entry-values.c: Remove asms.
3354 (foo): Add foo_label.
3355 (bar): Add bar_label.
3356 * gdb.trace/entry-values.exp: Remove code computing foo's
3357 length and bar's length.
3358 (Dwarf::assemble): Invoke function_range for bar and use
3359 MACRO_AT_func for foo.
3360
3361 2014-11-22 Yao Qi <yao@codesourcery.com>
3362
3363 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
3364 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
3365 Use .Lgcc43_procstart instead of gcc43.
3366
3367 2014-11-21 Joel Brobecker <brobecker@adacore.com>
3368
3369 * gdb.ada/n_arr_bound: New testcase.
3370
3371 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3372
3373 PR breakpoints/10737
3374 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
3375 test_catch_syscall_multi_arch.
3376 (test_catch_syscall_multi_arch): New function.
3377
3378 2014-11-20 Doug Evans <xdje42@gmail.com>
3379
3380 * gdb.base/maint.exp: Update expected output.
3381
3382 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3383
3384 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
3385 4-byte instruction on S390.
3386
3387 2014-11-19 Joel Brobecker <brobecker@adacore.com>
3388
3389 * gdb.ada/arr_arr: New testcase.
3390
3391 2014-11-19 Joel Brobecker <brobecker@adacore.com>
3392
3393 * gdb.ada/pkd_arr_elem: New Testcase.
3394
3395 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
3396
3397 * gdb.reverse/break-precsave: Expect completion message for
3398 core file reads.
3399 * gdb.reverse/consecutive-precsave.exp: Likewise.
3400 * gdb.reverse/finish-precsave.exp: Likewise.
3401 * gdb.reverse/i386-precsave.exp: Likewise.
3402 * gdb.reverse/machinestate-precsave.exp: Likewise.
3403 * gdb.reverse/sigall-precsave.exp: Likewise.
3404 * gdb.reverse/solib-precsave.exp: Likewise.
3405 * gdb.reverse/step-precsave.exp: Likewise.
3406 * gdb.reverse/until-precsave.exp: Likewise.
3407 * gdb.reverse/watch-precsave.exp: Likewise.
3408
3409 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3410
3411 * gdb.base/bp-permanent.c: Include unistd.h.
3412 * gdb.python/py-framefilter-mi.c (main): Add return type.
3413 * gdb.python/py-framefilter.c (main): Likewise.
3414 * gdb.trace/actions-changed.c (main): Likewise.
3415
3416 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3417
3418 * gdb.mi/until.c: Add eye-catchers.
3419 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
3420 line numbers.
3421
3422 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3423
3424 * gdb.base/condbreak.exp: Drop references to removed non-prototype
3425 function header variants in break1.c.
3426 * gdb.base/ena-dis-br.exp: Likewise.
3427 * gdb.base/hbreak2.exp: Likewise.
3428 * gdb.reverse/until-precsave.exp: Drop references to removed
3429 non-prototype function header variants in ur1.c.
3430 * gdb.reverse/until-reverse.exp: Likewise.
3431
3432 2014-11-17 Petr Machata <pmachata@redhat.com>
3433
3434 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
3435 ${_cu_offset_size} bytes abbrev offset.
3436
3437 2014-11-15 Doug Evans <xdje42@gmail.com>
3438
3439 PR symtab/17559
3440 * gdb.base/line-symtabs.exp: New file.
3441 * gdb.base/line-symtabs.c: New file.
3442 * gdb.base/line-symtabs.h: New file.
3443
3444 2014-11-14 Yao Qi <yao@codesourcery.com>
3445
3446 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
3447 (func): Add label func_label.
3448 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
3449 Replace low_pc and high_pc with MACRO_AT_range.
3450 Replace name, low_pc and high_pc with MACRO_AT_func.
3451
3452 2014-11-14 Yao Qi <yao@codesourcery.com>
3453
3454 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
3455 Replace name, low_pc and high_pc with MACRO_AT_func.
3456
3457 2014-11-14 Yao Qi <yao@codesourcery.com>
3458
3459 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
3460 produce debug information.
3461 * gdb.dwarf2/implptr-optimized-out.S: Removed.
3462
3463 2014-11-14 Yao Qi <yao@codesourcery.com>
3464
3465 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
3466 object and get function length.
3467 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
3468 with MACRO_AT_func.
3469 (top-level): Replace gdb_compile and clean_restart with
3470 prepare_for_testing.
3471 * gdb.dwarf2/main.c (main): Add label main_label.
3472
3473 2014-11-14 Yao Qi <yao@codesourcery.com>
3474
3475 * lib/dwarf.exp (function_range): New procedure.
3476 (Dwarf::_handle_macro_at_func): New procedure.
3477 (Dwarf::_handle_macro_at_range): New procedure.
3478 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
3479
3480 2014-11-14 Yao Qi <yao@codesourcery.com>
3481
3482 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
3483 (_handle_attribute): New procedure.
3484
3485 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3486
3487 * gdb.ada/cond_lang/foo.c (callme): Add return type.
3488 * gdb.base/call-sc.c (zed): Likewise.
3489 * gdb.base/checkpoint.c (main): Likewise.
3490 * gdb.base/dump.c (main): Likewise.
3491 * gdb.base/gcore.c (main): Likewise.
3492 * gdb.base/huge.c (main): Likewise.
3493 * gdb.base/multi-forks.c (main): Likewise.
3494 * gdb.base/pr10179-a.c (main): Likewise.
3495 * gdb.base/savedregs.c (main): Likewise.
3496 * gdb.base/sigaltstack.c (main): Likewise.
3497 * gdb.base/siginfo.c (main): Likewise.
3498 * gdb.base/structs.c (zed): Likewise.
3499 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
3500 * gdb.mi/mi-syn-frame.c (main): Likewise.
3501 * gdb.mi/until.c (foo, main): Likewise.
3502 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
3503 * gdb.base/solib-weak.c (foo): Declare.
3504 * gdb.base/attach-twice.c: Include stdio.h.
3505 * gdb.base/weaklib1.c: Likewise.
3506 * gdb.base/weaklib2.c: Likewise.
3507 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
3508 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
3509 unistd.h.
3510 * gdb.base/attach-pie-misread.c: Include stdlib.h.
3511 * gdb.mi/mi-exit-code.c: Likewise.
3512 * gdb.base/break-interp-lib.c: Include string.h.
3513 * gdb.base/coremaker.c: Likewise.
3514 * gdb.base/testenv.c: Likewise.
3515 * gdb.python/py-finish-breakpoint.c: Likewise.
3516 * gdb.base/inferior-died.c: Include sys/wait.h.
3517 * gdb.base/fileio.c: Include time.h.
3518 * gdb.base/async-shell.c: Include unistd.h.
3519 * gdb.base/dprintf-non-stop.c: Likewise.
3520 * gdb.base/info-os.c: Likewise.
3521 * gdb.mi/mi-console.c: Likewise.
3522 * gdb.mi/watch-nonstop.c: Likewise.
3523 * gdb.python/py-events.c: Likewise.
3524 * gdb.base/async.c (baz): Move up before its invocation.
3525 * gdb.base/code_elim2.c (my_global_func): Likewise.
3526 * gdb.base/skip-solib-lib.c (multiply): Likewise.
3527 * gdb.base/advance.c (func2): Likewise.
3528
3529 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3530
3531 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
3532 variant.
3533 * gdb.base/annota3.c: Likewise.
3534 * gdb.base/async.c: Likewise.
3535 * gdb.base/average.c: Likewise.
3536 * gdb.base/call-ar-st.c: Likewise.
3537 * gdb.base/call-rt-st.c: Likewise.
3538 * gdb.base/call-sc.c: Likewise.
3539 * gdb.base/call-strs.c: Likewise.
3540 * gdb.base/ending-run.c: Likewise.
3541 * gdb.base/execd-prog.c: Likewise.
3542 * gdb.base/exprs.c: Likewise.
3543 * gdb.base/foll-exec.c: Likewise.
3544 * gdb.base/foll-fork.c: Likewise.
3545 * gdb.base/foll-vfork.c: Likewise.
3546 * gdb.base/funcargs.c: Likewise.
3547 * gdb.base/gcore.c: Likewise.
3548 * gdb.base/jump.c: Likewise.
3549 * gdb.base/langs0.c: Likewise.
3550 * gdb.base/langs1.c: Likewise.
3551 * gdb.base/langs2.c: Likewise.
3552 * gdb.base/mips_pro.c: Likewise.
3553 * gdb.base/nodebug.c: Likewise.
3554 * gdb.base/opaque0.c: Likewise.
3555 * gdb.base/opaque1.c: Likewise.
3556 * gdb.base/recurse.c: Likewise.
3557 * gdb.base/run.c: Likewise.
3558 * gdb.base/scope0.c: Likewise.
3559 * gdb.base/scope1.c: Likewise.
3560 * gdb.base/setshow.c: Likewise.
3561 * gdb.base/setvar.c: Likewise.
3562 * gdb.base/shmain.c: Likewise.
3563 * gdb.base/shr1.c: Likewise.
3564 * gdb.base/shr2.c: Likewise.
3565 * gdb.base/sigall.c: Likewise.
3566 * gdb.base/signals.c: Likewise.
3567 * gdb.base/so-indr-cl.c: Likewise.
3568 * gdb.base/solib2.c: Likewise.
3569 * gdb.base/structs.c: Likewise.
3570 * gdb.base/sum.c: Likewise.
3571 * gdb.base/vforked-prog.c: Likewise.
3572 * gdb.base/watchpoint.c: Likewise.
3573 * gdb.reverse/shr2.c: Likewise.
3574 * gdb.reverse/until-reverse.c: Likewise.
3575 * gdb.reverse/ur1.c: Likewise.
3576 * gdb.reverse/watch-reverse.c: Likewise.
3577
3578 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3579
3580 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
3581 variant.
3582 * gdb.base/sepdebug.exp: Drop references to removed code.
3583
3584 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3585
3586 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
3587 variant. Preserve original line numbering.
3588 * gdb.base/list1.c: Likewise.
3589
3590 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3591
3592 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
3593 variant.
3594 * gdb.base/break1.c: Likewise.
3595 * gdb.base/break.exp: Drop references to removed code.
3596
3597 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3598
3599 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
3600 variant.
3601
3602 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3603
3604 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
3605
3606 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3607
3608 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
3609 logic into perform_all_tests() and invoke it with and without
3610 function header prototypes.
3611 (do_function_calls): Remove conditional XFAIL for PR 5318.
3612 (rerun_and_prepare): Remove duplicate code.
3613 (perform_all_tests): New. Main logic moved here.
3614
3615 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3616
3617 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
3618 code guarded by #ifdef NO_PROTOTYPES.
3619 (t_double_many_args): Likewise.
3620 (DEF_FUNC_MANY_ARGS_1): Likewise.
3621 (DEF_FUNC_VALUES_1): Likewise.
3622 (t_structs_ldc): Renamed from t_structs_fc in conditional code
3623 guarded by #ifdef PROTOTYPES.
3624
3625 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3626
3627 * gdb.mi/mi-console.c: Add eye-catcher.
3628 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
3629 instead of literal line number.
3630
3631 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3632
3633 * gdb.base/shr2.c: Add eye-catcher.
3634 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
3635 line number.
3636
3637 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3638
3639 * gdb.base/jump.c: Add eye-catchers.
3640 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
3641 numbers.
3642
3643 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3644
3645 * gdb.base/execd-prog.c: Add eye-catchers.
3646 * gdb.base/foll-exec.c: Likewise.
3647 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
3648 line numbers.
3649
3650 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3651
3652 * gdb.base/ending-run.c: Add eye-catchers.
3653 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
3654 literal line numbers.
3655
3656 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3657
3658 * gdb.base/call-rt-st.c: Add eye-catchers.
3659 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
3660 literal line numbers.
3661
3662 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3663
3664 * gdb.base/call-ar-st.c: Add eye-catchers.
3665 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
3666 literal line numbers.
3667
3668 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3669
3670 * gdb.base/average.c: Add eye-catchers.
3671 * gdb.base/sum.c: Likewise.
3672 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
3673 regexps dynamically.
3674
3675 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3676
3677 * gdb.base/solib1.c: Add eye-catchers.
3678 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
3679 literal line numbers.
3680
3681 2014-11-12 Pedro Alves <palves@redhat.com>
3682
3683 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
3684 leader has exited.
3685
3686 2014-11-12 Pedro Alves <palves@redhat.com>
3687
3688 * gdb.arch/i386-bp_permanent.c: New file.
3689 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
3690 (srcfile): Set to i386-bp_permanent.c.
3691 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
3692 that stepi does not execute the 'leave' instruction, instead of
3693 testing it does execute.
3694 * gdb.base/bp-permanent.c: New file.
3695 * gdb.base/bp-permanent.exp: New file.
3696
3697 2014-11-10 Doug Evans <xdje42@gmail.com>
3698
3699 PR symtab/17564
3700 * gdb.base/symtab-search-order.exp: New file.
3701 * gdb.base/symtab-search-order.c: New file.
3702 * gdb.base/symtab-search-order-1.c: New file.
3703 * gdb.base/symtab-search-order-shlib-1.c: New file.
3704
3705 2014-11-07 Pedro Alves <palves@redhat.com>
3706
3707 PR gdb/17511
3708 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
3709 i?86-*-linux*.
3710
3711 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
3712
3713 PR c++/17494
3714 * gdb.cp/pr17494.cc: New file.
3715 * gdb.cp/pr17494.exp: New file.
3716
3717 2014-11-02 Yao Qi <yao@codesourcery.com>
3718
3719 * gdb.python/python.exp: Get working directory and match the
3720 output of "set extended-prompt \\w " with it.
3721
3722 2014-10-30 Doug Evans <dje@google.com>
3723
3724 * gdb.python/py-objfile.exp: Add tests for setting random attributes
3725 in objfiles.
3726 * gdb.python/py-progspace.exp: Add tests for setting random attributes
3727 in progspaces.
3728
3729 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
3730
3731 * gdb.base/fullpath-expand.exp: Skip for a remote host.
3732 * gdb.base/realname-expand.exp: Likewise.
3733 * gdb.linespec/macro-relative.exp: Likewise.
3734
3735 2014-10-29 Pedro Alves <palves@redhat.com>
3736
3737 PR gdb/17408
3738 * gdb.threads/schedlock.c (some_function): New function.
3739 (call_function): New global.
3740 (MAYBE_CALL_SOME_FUNCTION): New macro.
3741 (thread_function): Call it.
3742 * gdb.threads/schedlock.exp (get_args): Add description parameter,
3743 and use it instead of a global counter. Adjust all callers.
3744 (get_current_thread): Use "find current thread" for test message
3745 here rather than having all callers pass down the same string.
3746 (goto_loop): New procedure, factored out from ...
3747 (my_continue): ... this.
3748 (step_ten_loops): Change parameter from test message to command to
3749 use. Adjust.
3750 (list_count): Delete global.
3751 (check_result): New procedure, factored out from duplicate top
3752 level code.
3753 (continue tests): Wrap in with_test_prefix.
3754 (test_step): New procedure, factored out from duplicate top level
3755 code.
3756 (top level): Test "step" in combination with all scheduler-locking
3757 modes. Test "next" in combination with all scheduler-locking
3758 modes, and in combination with stepping over a function call or
3759 not.
3760 * gdb.threads/next-bp-other-thread.c: New file.
3761 * gdb.threads/next-bp-other-thread.exp: New file.
3762
3763 2014-10-29 Pedro Alves <palves@redhat.com>
3764
3765 PR python/17372
3766 * gdb.python/python.exp: Test a multi-line command that spawns
3767 interactive Python.
3768 * gdb.base/multi-line-starts-subshell.exp: New file.
3769
3770 2014-10-29 Yao Qi <yao@codesourcery.com>
3771
3772 * gdb.base/fileio.exp: Make directories on host.
3773
3774 2014-10-29 Yao Qi <yao@codesourcery.com>
3775
3776 * gdb.base/fileio.c (test_write): Close the file.
3777
3778 2014-10-28 Pedro Alves <palves@redhat.com>
3779
3780 PR gdb/12623
3781 * gdb.base/sigstep.c (no_handler): New global.
3782 (main): If 'no_handler is true, set the signal handlers to
3783 SIG_IGN.
3784 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
3785 with_sw_watch and no_handler parameters. Handle them.
3786 (top level) <stepping over handler when stopped at a breakpoint
3787 test>: Add a test axis for testing with a software watchpoint, and
3788 another for testing with the signal handler set to SIG_IGN.
3789 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
3790 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
3791
3792 2014-10-28 Pedro Alves <palves@redhat.com>
3793
3794 PR gdb/17511
3795 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
3796 * gdb.base/sigstep.exp (other_handler_location): New global.
3797 (advance): Support stepping into the signal handler, and running
3798 commands while in the handler.
3799 (in_handler_map): New global.
3800 (top level): In the advance test, add combinations for getting
3801 into the handler with stepping commands, and for running commands
3802 in the handler. Add comment descripting the advancei tests.
3803
3804 2014-10-28 Pedro Alves <palves@redhat.com>
3805
3806 * gdb.base/sigstep.exp: Use build_executable instead of
3807 prepare_for_testing.
3808 (top level): Move code that starts GDB, runs to main and creates a
3809 display to ...
3810 (restart): ... this new procedure.
3811 (top level): Move backtrace from signal handler test to ...
3812 (validate_backtrace): ... this new procedure.
3813 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
3814 with_test_prefix. Always restart GDB.
3815 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
3816 with_test_prefix. Always restart GDB. No need to delete
3817 breakpoints after the test.
3818 (test_skip_handler): Remove prefix parameter.
3819 (skip_over_handler, breakpoint_to_handler)
3820 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
3821 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
3822 restart GDB. No need to delete breakpoints after the test.
3823 (top level): Use foreach to call the test procedures with
3824 different commands.
3825
3826 2014-10-28 Pedro Alves <palves@redhat.com>
3827
3828 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
3829 instead of GNATS numbers.
3830 * gdb.base/sigbpt.exp: Likewise.
3831 * gdb.base/siginfo.exp: Likewise.
3832 * gdb.base/sigstep.exp: Likewise.
3833
3834 2014-10-27 Pedro Alves <palves@redhat.com>
3835
3836 * gdb.base/sigstep.c (dummy): New global.
3837 (main): Issue a couple writes to the new global.
3838 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
3839 procedures.
3840 (skip_over_handler): Use test_skip_handler.
3841 (top level): Call skip_over_handler for stepi and nexti too.
3842 (breakpoint_over_handler): Use test_skip_handler.
3843 (top level): Call breakpoint_over_handler for stepi and nexti too.
3844
3845 2014-10-27 Yao Qi <yao@codesourcery.com>
3846
3847 * gdb.trace/tfile.c (adjust_function_address)
3848 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
3849 function descriptor.
3850
3851 2014-10-24 Don Breazeal <donb@codesourcery.com>
3852
3853 * gdb.base/foll-fork.exp (test_follow_fork,
3854 catch_fork_child_follow): Check for updated fork messages emitted
3855 from infrun.c.
3856 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
3857 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
3858 vfork_and_exec_child_follow_through_step): Check for updated vfork
3859 messages emitted from infrun.c.
3860
3861 2014-10-24 Pedro Alves <palves@redhat.com>
3862
3863 * gdb.base/corefile.exp: Remove references to ultrix.
3864 * gdb.base/interrupt.exp: Likewise.
3865 * gdb.base/whatis.exp: Likewise.
3866 * gdb.gdb/selftest.exp: Likewise.
3867 * gdb.threads/manythreads.exp: Likewise.
3868 * gdb.threads/print-threads.exp: Likewise.
3869 * gdb.threads/pthreads.exp:: Likewise.
3870 * gdb.threads/schedlock.exp: Likewise.
3871
3872 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
3873
3874 * gdb.cp/non-trivial-retval.cc: Add a test case.
3875 * gdb.cp/non-trivial-retval.exp: Add a test.
3876
3877 2014-10-20 Yao Qi <yao@codesourcery.com>
3878
3879 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
3880 * gdb.python/py-objfile-script-gdb.py: New file.
3881 * gdb.python/py-objfile-script.exp: Update reference to
3882 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
3883 of remote_download. Remove the dest file.
3884
3885 2014-10-20 Yao Qi <yao@codesourcery.com>
3886
3887 * gdb.base/checkpoint.exp: Don't remove file copied on host.
3888 * gdb.base/step-line.exp: Likewise.
3889 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3890 * gdb.dwarf2/dw2-basic.exp: Likewise.
3891 * gdb.dwarf2/dw2-compressed.exp: Likewise.
3892 * gdb.dwarf2/dw2-filename.exp: Likewise.
3893 * gdb.dwarf2/dw2-intercu.exp: Likewise.
3894 * gdb.dwarf2/dw2-intermix.exp: Likewise.
3895 * gdb.dwarf2/dw2-producer.exp: Likewise.
3896 * gdb.dwarf2/mac-fileno.exp: Likewise.
3897 * gdb.python/py-frame-args.exp: Likewise.
3898 * gdb.python/py-framefilter.exp: Likewise.
3899 * gdb.python/py-mi.exp: Likewise.
3900 * gdb.python/py-objfile-script.exp: Likewise
3901 * gdb.python/py-pp-integral.exp: Likewise.
3902 * gdb.python/py-pp-re-notag.exp: Likewise.
3903 * gdb.python/py-prettyprint.exp: Likewise.
3904 * gdb.python/py-section-script.exp: Likewise.
3905 * gdb.python/py-typeprint.exp: Likewise.
3906 * gdb.python/py-xmethods.exp: Likewise.
3907 * gdb.stabs/weird.exp: Likewise.
3908 * gdb.xml/tdesc-regs.exp: Likewise.
3909
3910 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
3911
3912 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
3913 (out_cu): Use addr_len for the size of addresses.
3914 (out_line): Likewise. Size DW_LNE_set_address instruction
3915 according to addr_len.
3916 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
3917 (FUNC): Add START_INSNS to definition.
3918
3919 2014-10-18 Yao Qi <yao@codesourcery.com>
3920
3921 * gdb.base/argv0-symlink.exp: Check argv[0] value if
3922 gdb_has_argv0 return true.
3923 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
3924 check [target_info exists noargs], check [gdb_has_argv0]
3925 instead.
3926 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3927 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
3928 procedures.
3929
3930 2014-10-17 Doug Evans <dje@google.com>
3931
3932 * gdb.python/py-events.exp: Update expected output for clear_objfiles
3933 event.
3934 * gdb.python/py-events.py: Add clear_objfiles event.
3935
3936 2014-10-17 Doug Evans <dje@google.com>
3937
3938 * gdb.python/py-objfile.exp: Test progspace attribute.
3939
3940 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
3941
3942 * gdb.guile/scm-breakpoint.exp: Do not assume any
3943 directory separators when matching source file paths.
3944 * gdb.python/py-breakpoint.exp: Likewise.
3945 * gdb.reverse/break-precsave.exp: Likewise.
3946 * gdb.reverse/break-reverse.exp: Likewise.
3947 * gdb.reverse/consecutive-precsave.exp: Likewise.
3948 * gdb.reverse/finish-precsave.exp: Likewise.
3949 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
3950 * gdb.reverse/finish-reverse.exp: Likewise.
3951 * gdb.reverse/i386-precsave.exp: Likewise.
3952 * gdb.reverse/i387-env-reverse.exp: Likewise.
3953 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3954 * gdb.reverse/machinestate-precsave.exp: Likewise.
3955 * gdb.reverse/machinestate.exp: Likewise.
3956 * gdb.reverse/sigall-precsave.exp: Likewise.
3957 * gdb.reverse/solib-precsave.exp: Likewise.
3958 * gdb.reverse/step-precsave.exp: Likewise.
3959 * gdb.reverse/until-precsave.exp: Likewise.
3960 * gdb.reverse/watch-precsave.exp: Likewise.
3961 * gdb.reverse/watch-reverse.exp: Likewise.
3962
3963 2014-10-17 Yao Qi <yao@codesourcery.com>
3964
3965 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
3966 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
3967
3968 2014-10-17 Pedro Alves <palves@redhat.com>
3969
3970 PR gdb/17471
3971 * gdb.base/bg-execution-repeat.c: New file.
3972 * gdb.base/bg-execution-repeat.exp: New file.
3973
3974 2014-10-17 Pedro Alves <palves@redhat.com>
3975
3976 PR gdb/17300
3977 * gdb.base/continue-all-already-running.c: New file.
3978 * gdb.base/continue-all-already-running.exp: New file.
3979
3980 2014-10-17 Pedro Alves <palves@redhat.com>
3981
3982 PR gdb/17472
3983 * gdb.base/annota-input-while-running.c: New file.
3984 * gdb.base/annota-input-while-running.exp: New file.
3985
3986 2014-10-17 Pedro Alves <palves@redhat.com>
3987
3988 * gdb.base/callfuncs.exp: emove references to osf.
3989 * gdb.base/sigall.exp: Likewise.
3990 * gdb.gdb/selftest.exp: Likewise.
3991 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3992 * gdb.mi/non-stop.c: Likewise.
3993 * gdb.mi/pthreads.c: Likewise.
3994 * gdb.reverse/sigall-precsave.exp: Likewise.
3995 * gdb.reverse/sigall-reverse.exp: Likewise.
3996 * gdb.threads/pthreads.c: Likewise.
3997 * gdb.threads/pthreads.exp: Likewise.
3998
3999 2014-10-17 Yao Qi <yao@codesourcery.com>
4000
4001 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
4002 check 'target_info exists noargs'.
4003 (test_command_prompt_position): Likewise.
4004 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
4005 Remove "set args".
4006 (progvar_simple_while_test): Likewise.
4007 (progvar_complex_if_while_test): Likewise.
4008 (if_while_breakpoint_command_test): Likewise.
4009 (infrun_breakpoint_command_test): Likewise.
4010 (breakpoint_command_test): Likewise.
4011 (watchpoint_command_test): Likewise.
4012 (bp_deleted_in_command_test): Likewise.
4013 (temporary_breakpoint_commands): Likewise.
4014
4015 2014-10-16 Yao Qi <yao@codesourcery.com>
4016
4017 * gdb.base/remotetimeout.exp: Remove noargs checking.
4018
4019 2014-10-15 Pedro Alves <palves@redhat.com>
4020
4021 PR breakpoints/9649
4022 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
4023 * gdb.base/breakpoint-in-ro-region.exp
4024 (probe_target_hardware_step): New procedure.
4025 (top level): Probe hardware stepping and hardware breakpoint
4026 support. Test stepping through a read-only region, with both
4027 "breakpoint auto-hw" on and off and both "always-inserted" on and
4028 off.
4029
4030 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
4031
4032 * gdb.dlang/demangle.exp: Update for demangling changes.
4033
4034 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
4035
4036 * gdb.cp/non-trivial-retval.cc: Add new test cases.
4037 * gdb.cp/non-trivial-retval.exp: Add new tests.
4038
4039 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
4040
4041 PR c++/13403
4042 PR c++/15154
4043 * gdb.cp/non-trivial-retval.cc: New file.
4044 * gdb.cp/non-trivial-retval.exp: New file.
4045
4046 2014-10-15 Yao Qi <yao@codesourcery.com>
4047
4048 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
4049 remote host.
4050
4051 2014-10-15 Yao Qi <yao@codesourcery.com>
4052
4053 * gdb.python/py-symbol.exp: Match file base name if host is
4054 remote, otherwise match file name with dir name.
4055 * gdb.python/py-symtab.exp: Likewise.
4056 * gdb.python/python.exp: Likewise.
4057
4058 2014-10-15 Yao Qi <yao@codesourcery.com>
4059
4060 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
4061 pattern.
4062 * gdb.python/py-symtab.exp: Likewise.
4063 * gdb.python/python.exp: Remove trailing ".*". Fix typo
4064 locationn.
4065
4066 2014-10-14 Joel Brobecker <brobecker@adacore.com>
4067
4068 * gdb.ada/addr_arith: New testcase.
4069
4070 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
4071
4072 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
4073 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
4074 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
4075 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
4076
4077 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
4078
4079 * gdb.arch/stap-eval-lang-ada.S: Likewise.
4080 * gdb.arch/stap-eval-lang-ada.c: Likewise.
4081 * gdb.arch/stap-eval-lang-ada.exp: New file.
4082
4083 2014-10-14 Yao Qi <yao@codesourcery.com>
4084
4085 * gdb.mi/mi-var-child.c (nothing1): New function.
4086 (nothing2): New function.
4087 (do_children_tests): Set function pointers by nothing1 and
4088 nothing2.
4089 * gdb.mi/mi-var-child.exp: Step over new added statements.
4090 Update test to match the new output.
4091 * gdb.mi/var-cmd.c (nothing1): New function.
4092 (nothing2): New function.
4093 (do_children_tests): Set function pointers by nothing1 and
4094 nothing2.
4095 * gdb.mi/mi-var-display.exp: Update test to match output.
4096 Step to the line specified by $line_dct_nothing.
4097 Increase the number of lines to step.
4098
4099 2014-10-14 Yao Qi <yao@codesourcery.com>
4100
4101 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
4102 tests.
4103 * gdb.mi/mi2-var-child.exp: Likewise.
4104
4105 2014-10-13 Doug Evans <dje@google.com>
4106
4107 * gdb.python/py-objfile.exp: Change name of file name test.
4108
4109 2014-10-13 Doug Evans <dje@google.com>
4110
4111 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
4112 from the start of the CU.
4113
4114 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4115 Yao Qi <yao@codesourcery.com>
4116
4117 Fix "save breakpoints" for "catch" command.
4118 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
4119 Remove -nonewline. Match also the added "main" line.
4120
4121 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4122
4123 Fix "save breakpoints" for "disable $bpnum" command.
4124 * gdb.base/save-bp.c (main): Add label.
4125 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
4126
4127 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4128
4129 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
4130
4131 2014-10-11 Yao Qi <yao@codesourcery.com>
4132
4133 * gdb.server/server-kill.exp: Execute command
4134 "set remote trace-status-packet on" before "tstatus".
4135
4136 2014-10-11 Yao Qi <yao@codesourcery.com>
4137
4138 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
4139 (main): Call getppid.
4140 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
4141 and continue to it. Read variable "server_pid".
4142
4143 2014-10-11 Yao Qi <yao@codesourcery.com>
4144
4145 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
4146
4147 2014-10-11 Yao Qi <yao@codesourcery.com>
4148
4149 * gdb.threads/thread-find.exp: Don't execute command
4150 "info threads".
4151 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
4152 * gdb.threads/linux-dp.exp: Don't check the condition
4153 $threads_created equals to zero.
4154
4155 2014-10-10 Pedro Alves <palves@redhat.com>
4156
4157 * gdb.base/bigcore.exp: Remove references to IRIX.
4158 * gdb.base/funcargs.exp: Likewise.
4159 * gdb.base/interrupt.exp: Likewise.
4160 * gdb.base/mips_pro.exp: Likewise.
4161 * gdb.base/nodebug.exp: Likewise.
4162 * gdb.base/setvar.exp: Likewise.
4163 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
4164
4165 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4166 Pedro Alves <palves@redhat.com>
4167
4168 PR symtab/14466
4169 * gdb.base/vdso-warning.c: New file.
4170 * gdb.base/vdso-warning.exp: New file.
4171
4172 2014-10-02 Doug Evans <dje@google.com>
4173
4174 * gdb.base/structs.c (main): Don't run forever.
4175
4176 2014-10-02 Pedro Alves <palves@redhat.com>
4177
4178 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
4179 (top level) <stop threads 1, stop threads 2>: Use it.
4180
4181 2014-10-02 Pedro Alves <palves@redhat.com>
4182
4183 * gdb.threads/break-while-running.exp (test): Add new
4184 'update_thread_list' argument. Skip "info threads" if false.
4185 (top level): Add new 'update_thread_list' axis.
4186
4187 2014-10-02 Pedro Alves <palves@redhat.com>
4188
4189 PR breakpoints/17431
4190 * gdb.base/execl-update-breakpoints.c: New file.
4191 * gdb.base/execl-update-breakpoints.exp: New file.
4192
4193 2014-10-01 Pedro Alves <palves@redhat.com>
4194
4195 * gdb.base/breakpoint-in-ro-region.c: New file.
4196 * gdb.base/breakpoint-in-ro-region.exp: New file.
4197
4198 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
4199
4200 * gdb.mi/mi-exit-code.exp: New file.
4201 * gdb.mi/mi-exit-code.c: New file.
4202
4203 2014-09-30 Yao Qi <yao@codesourcery.com>
4204
4205 * lib/prelink-support.exp (build_executable_own_libs): Error if
4206 the target isn't native.
4207
4208 2014-09-30 Yao Qi <yao@codesourcery.com>
4209
4210 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
4211 false.
4212
4213 2014-09-22 Pedro Alves <palves@redhat.com>
4214
4215 * gdb.threads/break-while-running.exp: New file.
4216 * gdb.threads/break-while-running.c: New file.
4217
4218 2014-09-19 Yao Qi <yao@codesourcery.com>
4219
4220 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
4221 Invoke test. Restart GDB with --readnow and invoke test again.
4222
4223 2014-09-19 Yao Qi <yao@codesourcery.com>
4224
4225 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
4226 proc set_breakpoint_on_gcd_function. Invoke
4227 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
4228 invoke set_breakpoint_on_gcd_function again.
4229
4230 2014-09-18 Doug Evans <dje@google.com>
4231
4232 * gdb.dwarf2/symtab-producer.exp: New file.
4233
4234 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
4235
4236 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
4237 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
4238 * gdb.base/global-var-nested-by-dso.c: Likewise.
4239 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4240
4241 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
4242 Pedro Alves <palves@redhat.com>
4243
4244 * gdb.base/watch-bitfields.exp: Pass string other than test file
4245 name to prepare_for_testing.
4246 (watch): New procedure.
4247 (expect_watchpoint): Use with_test_prefix.
4248 (top level): Factor out tests to ...
4249 (test_watch_location, test_regular_watch): ... these new
4250 procedures, and use with_test_prefix and gdb_continue_to_end.
4251
4252 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
4253
4254 PR breakpoints/12526
4255 * gdb.base/watch-bitfields.exp: New file.
4256 * gdb.base/watch-bitfields.c: New file.
4257
4258 2014-09-16 Pedro Alves <palves@redhat.com>
4259
4260 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
4261 software and hardware addresses, not software address against
4262 itself.
4263
4264 2014-09-16 Pedro Alves <palves@redhat.com>
4265
4266 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
4267 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
4268
4269 2014-09-16 Pedro Alves <palves@redhat.com>
4270
4271 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
4272 files.
4273 * gdb.base/a2-run.exp: Remove all code guarded by istarget
4274 "*-*-vxworks*" throughout.
4275 * gdb.base/break.exp: Likewise.
4276 * gdb.base/default.exp: Likewise.
4277 * gdb.base/scope.exp: Likewise.
4278 * gdb.base/sepdebug.exp: Likewise.
4279 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
4280 throughout.
4281 * gdb.base/run.c: Likewise.
4282 * gdb.base/sepdebug.c: Likewise.
4283 * gdb.hp/gdb.aCC/run.c: Likewise.
4284 * gdb.reverse/until-reverse.c: Likewise.
4285 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
4286
4287 2014-09-16 Yao Qi <yao@codesourcery.com>
4288
4289 * boards/local-remote-host-native.exp: New file.
4290
4291 2014-09-14 Doug Evans <xdje42@gmail.com>
4292
4293 * gdb.threads/queue-signal.c (thread_count): New variable.
4294 (thread_count_mutex, thread_count_condvar): New variables.
4295 (incr_thread_count, wait_all_threads_running): New functions.
4296 (main): Wait for all threads to be in their thread functions.
4297
4298 2014-09-13 Doug Evans <xdje42@gmail.com>
4299
4300 * gdb.threads/queue-signal.c: New file.
4301 * gdb.threads/queue-signal.exp: New file.
4302
4303 2014-09-13 Doug Evans <xdje42@gmail.com>
4304
4305 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
4306 be consistent with what default_gdb_init uses.
4307 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
4308 the plain text of the prompt. Add some logging printfs.
4309 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
4310
4311 2014-09-12 Pedro Alves <palves@redhat.com>
4312
4313 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
4314 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
4315 * gdb.arch/i386-size-overlap.exp: Likewise.
4316 * gdb.arch/i386-size.exp: Likewise.
4317 * gdb.arch/i386-unwind.exp: Likewise.
4318 * gdb.base/a2-run.exp: Likewise.
4319 * gdb.base/break.exp: Likewise.
4320 * gdb.base/charset.exp: Likewise.
4321 * gdb.base/chng-syms.exp: Likewise.
4322 * gdb.base/commands.exp: Likewise.
4323 * gdb.base/dbx.exp: Likewise.
4324 * gdb.base/find.exp: Likewise.
4325 * gdb.base/funcargs.exp: Likewise.
4326 * gdb.base/jit-simple.exp: Likewise.
4327 * gdb.base/reread.exp: Likewise.
4328 * gdb.base/sepdebug.exp: Likewise.
4329 * gdb.base/step-bt.exp: Likewise.
4330 * gdb.cp/mb-inline.exp: Likewise.
4331 * gdb.cp/mb-templates.exp: Likewise.
4332 * gdb.objc/basicclass.exp: Likewise.
4333 * gdb.threads/killed.exp: Likewise.
4334
4335 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4336
4337 PR tdep/17379
4338 * gdb.arch/powerpc-stackless.S: New file.
4339 * gdb.arch/powerpc-stackless.exp: New file.
4340
4341 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4342
4343 * gdb.base/attach.c: Include unistd.h.
4344 (main): Call alarm. Add label postloop.
4345 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
4346 gdb_breakpoint, gdb_continue_to_breakpoint.
4347 (test_command_line_attach_run): Kill ${testpid} in one exit path.
4348
4349 2014-09-11 Pedro Alves <palves@redhat.com>
4350
4351 PR gdb/17347
4352 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
4353 * gdb.base/attach.exp (test_command_line_attach_run): New
4354 procedure.
4355 (top level): Call it.
4356
4357 2014-09-11 Pedro Alves <palves@redhat.com>
4358
4359 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
4360 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
4361 (do_command_attach_tests): Use spawn_wait_for_attach.
4362 * gdb.base/solib-overlap.exp: Likewise.
4363 * gdb.multi/multi-attach.exp: Likewise.
4364 * gdb.python/py-prompt.exp: Likewise.
4365 * gdb.python/py-sync-interp.exp: Likewise.
4366 * gdb.server/ext-attach.exp: Likewise.
4367
4368 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
4369
4370 * gdb.fortran/array-element.exp: Remove unexpected "continue"
4371 command in testcase. Simplify testcase.
4372
4373 2014-09-10 Joel Brobecker <brobecker@adacore.com>
4374
4375 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
4376
4377 2014-09-10 Joel Brobecker <brobecker@adacore.com>
4378
4379 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
4380
4381 2014-09-10 Joel Brobecker <brobecker@adacore.com>
4382
4383 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
4384
4385 2014-09-10 Joel Brobecker <brobecker@adacore.com>
4386
4387 * gdb.dwarf2/dynarr-ptr.c: New file.
4388 * gdb.dwarf2/dynarr-ptr.exp: New file.
4389
4390 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4391
4392 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
4393 of 30 rather than hardcoding 120 for a slow test case. Take the
4394 `gdb,timeout' target setting into account for this calculation.
4395 Don't extend the timeout for the test cases that don't need it.
4396
4397 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4398
4399 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
4400 a factor of 2 for a slow test case. Take the `gdb,timeout'
4401 target setting into account for this calculation.
4402 * gdb.reverse/until-precsave.exp: Increase the timeout by
4403 a factor of 15 and 3 respectively rather than adding 120
4404 for a pair of slow test cases. Take the `gdb,timeout'
4405 target setting into account for this calculation.
4406
4407 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4408
4409 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
4410 timeout, don't pass one down to gdb_expect.
4411 (gdb_expect): Rework timeout selection.
4412
4413 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4414
4415 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
4416 exception on timeout.
4417 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
4418 (gdbserver_start_extended): Catch any `gdbserver_start' error
4419 exceptions.
4420 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
4421 * lib/mi-support.exp (mi_gdb_target_load): Catch any
4422 `gdbserver_gdb_load' error exceptions.
4423
4424 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4425
4426 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
4427 120 on waiting for the TCP socket to open.
4428
4429 2014-09-09 Doug Evans <xdje42@gmail.com>
4430
4431 * gdb.base/default.exp (show_conv_list): Add _caller_is,
4432 _caller_matches, _any_caller_is, _any_caller_matches.
4433
4434 2014-09-09 Doug Evans <xdje42@gmail.com>
4435
4436 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
4437
4438 2014-09-09 Yao Qi <yao@codesourcery.com>
4439
4440 * gdb.mi/mi-var-display.exp: Set print symbol off.
4441
4442 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
4443
4444 PR gdb/17035
4445 * gdb.base/commands.exp: Add tests to verify user-defined
4446 commands with empty bodies.
4447 * gdb.python/py-cmd.exp: Test that we don't show user-defined
4448 python commands in `show user command`.
4449 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
4450 scheme commands in `show user command`.
4451
4452 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4453
4454 PR python/17355
4455 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
4456 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
4457 * gdb.python/py-framefilter-invalidarg.exp: New file.
4458 * gdb.python/py-framefilter-invalidarg.py: New file.
4459
4460 2014-09-06 Doug Evans <xdje42@gmail.com>
4461
4462 PR 15276
4463 * gdb.python/py-caller-is.c: New file.
4464 * gdb.python/py-caller-is.exp: New file.
4465
4466 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
4467
4468 PR gdb/17235
4469 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
4470 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
4471
4472 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
4473
4474 PR fortran/17237
4475 * gdb.fortran/print-formatted.exp: New file.
4476 * gdb.fortran/print-formatted.f90: Likewise.
4477
4478 2014-09-03 Sasha Smundak <asmundak@google.com>
4479
4480 * gdb.python/py-frame.exp: Test Frame.read_register.
4481
4482 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
4483
4484 PR python/16699
4485 * gdb.python/py-completion.exp: New file.
4486 * gdb.python/py-completion.py: Likewise.
4487
4488 2014-08-28 Doug Evans <dje@google.com>
4489
4490 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
4491 eax,etc. are live with values set by gdb and thus the compiler can't
4492 use them.
4493 * gdb.arch/i386-pseudo.c (main): Ditto.
4494
4495 2014-08-27 Doug Evans <dje@google.com>
4496
4497 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
4498
4499 2014-08-25 Doug Evans <dje@google.com>
4500
4501 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
4502 (main): Ditto.
4503
4504 2014-08-25 Doug Evans <dje@google.com>
4505
4506 * gdb.threads/thread-execl.exp: #include <stdio.h>.
4507
4508 2014-08-24 Yao Qi <yao@codesourcery.com>
4509
4510 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
4511 symbol off.
4512 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
4513
4514 2014-08-22 Doug Evans <dje@google.com>
4515
4516 PR 17276
4517 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
4518 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
4519 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
4520
4521 2014-08-22 Yao Qi <yao@codesourcery.com>
4522
4523 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
4524 * gdb.python/py-finish-breakpoint2.exp: Likewise.
4525 * gdb.python/python.exp: Likewise. Use .py file on the host
4526 instead of the build.
4527
4528 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4529
4530 * gdb.threads/gcore-stale-thread.c: New file.
4531 * gdb.threads/gcore-stale-thread.exp: New file.
4532
4533 2014-08-21 Pedro Alves <palves@redhat.com>
4534
4535 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
4536 * gdb.base/gcore-relro-pie.exp: Likewise.
4537 * gdb.base/gcore-relro.exp: Likewise.
4538 * gdb.base/gcore.exp: Likewise.
4539 * gdb.base/print-symbol-loading.exp: Likewise.
4540 * gdb.threads/gcore-thread.exp: Likewise.
4541 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
4542
4543 2014-08-20 Pedro Alves <palves@redhat.com>
4544 Jan Kratochvil <jan.kratochvil@redhat.com>
4545
4546 * Makefile.in (EXTRA_RULES, CC): New variables, get from
4547 configure.
4548 (EXPECT): Handle READ1 being set.
4549 (all): Depend on EXTRA_RULES.
4550 (check-read1, expect-read1, read1.so, read1): New rules.
4551 * README (Testsuite Parameters): Document the READ1 make variable.
4552 (Race detection): New section.
4553 * configure: Regenerate.
4554 * configure.ac: If build==host==target, and running under a
4555 GNU/glibc system, add read1 to the extra Makefile rules.
4556 (EXTRA_RULES): AC_SUBST it.
4557 * lib/read1.c: New file.
4558
4559 2014-08-20 Joel Brobecker <brobecker@adacore.com>
4560
4561 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
4562 the handling of variables declared as a typedef to an array
4563 which a DW_AT_data_location attribute.
4564
4565 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
4566 Pedro Alves <palves@redhat.com>
4567
4568 PR symtab/14604
4569 PR symtab/14605
4570 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
4571 gdb_test.
4572
4573 2014-08-19 Pedro Alves <palves@redhat.com>
4574
4575 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
4576
4577 2014-08-19 Yao Qi <yao@codesourcery.com>
4578
4579 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
4580 right line.
4581
4582 2014-08-18 David Blaikie <dblaikie@gmail.com>
4583
4584 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
4585
4586 2014-08-18 Joel Brobecker <brobecker@adacore.com>
4587
4588 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
4589 attribute in array range.
4590
4591 2014-08-18 Joel Brobecker <brobecker@adacore.com>
4592
4593 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
4594
4595 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
4596
4597 PR c++/17132
4598 * gdb.cp/pr17132.cc: New file.
4599 * gdb.cp/pr17132.exp: New file.
4600
4601 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
4602
4603 * gdb.python/py-xmethods.py (A_getarrayind)
4604 (E_method_char_worker.__call__, E_method_int_worker.__call__):
4605 Use 'print' with function call syntax.
4606 (E_method_matcher.match): Fix tab vs space indentation mixup.
4607
4608 2014-08-15 Yao Qi <yao@codesourcery.com>
4609
4610 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
4611 false.
4612
4613 2014-08-15 Yao Qi <yao@codesourcery.com>
4614
4615 * gdb.cp/casts.exp: Set print symbol off.
4616 * gdb.cp/class2.exp: Likewise.
4617 * gdb.cp/overload.exp: Likewise.
4618 * gdb.cp/templates.exp: Likewise.
4619
4620 2014-08-11 Doug Evans <dje@google.com>
4621
4622 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4623 (test_load_shlib): Update.
4624
4625 2014-08-09 Yao Qi <yao@codesourcery.com>
4626
4627 * gdb.base/display.exp: Invoke is_address_zero_readable.
4628 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
4629 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
4630 * gdb.base/hbreak-unmapped.exp: Return if
4631 is_address_zero_readable returns true.
4632 * gdb.base/signest.exp: Likewise.
4633 * gdb.base/signull.exp: Likewise.
4634 * gdb.base/sigbpt.exp: Likewise.
4635 * gdb.guile/scm-disasm.exp: Do the test if
4636 is_address_zero_readable returns false.
4637 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
4638 * gdb.python/py-arch.exp: Likewise.
4639 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
4640 * lib/gdb.exp (is_address_zero_readable): New proc.
4641
4642 2014-08-09 Yao Qi <yao@codesourcery.com>
4643
4644 PR testsuite/13443
4645 * gdb.mi/mi-var-display.exp: Make test messages unique.
4646
4647 2014-08-04 Tom Tromey <tromey@redhat.com>
4648
4649 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
4650 target 0".
4651
4652 2014-08-04 Tom Tromey <tromey@redhat.com>
4653
4654 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
4655 "target_resume".
4656
4657 2014-08-01 Joel Brobecker <brobecker@adacore.com>
4658
4659 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
4660 inner_vla_struct_object_size.
4661 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
4662 as xfail.
4663
4664 2014-07-30 Pedro Alves <palves@redhat.com>
4665
4666 * gdb.threads/signal-command-handle-nopass.exp (test): Add
4667 comment.
4668
4669 2014-07-29 Yao Qi <yao@codesourcery.com>
4670
4671 PR gdb/17206
4672 * gdb.base/until-nodebug.exp: New.
4673
4674 2014-07-28 Doug Evans <xdje42@gmail.com>
4675
4676 PR guile/17203
4677 * gdb.guile/scm-parameter.exp: Add tests for trying to create
4678 previously existing parameter, and previously ambiguously spelled
4679 parameter.
4680
4681 2014-07-28 Will Newton <will.newton@linaro.org>
4682
4683 * gdb.base/varargs.exp: Remove KFAILs for ARM.
4684
4685 2014-07-26 Ludovic Courtès <ludo@gnu.org>
4686 Doug Evans <xdje42@gmail.com>
4687
4688 PR guile/17146
4689 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
4690
4691 2014-07-25 Pedro Alves <palves@redhat.com>
4692
4693 * gdb.threads/signal-command-handle-nopass.c: New file.
4694 * gdb.threads/signal-command-handle-nopass.exp: New file.
4695 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
4696 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
4697 * gdb.threads/signal-delivered-right-thread.c: New file.
4698 * gdb.threads/signal-delivered-right-thread.exp: New file.
4699
4700 2014-07-25 Pedro Alves <palves@redhat.com>
4701
4702 * gdb.base/double-prompt-target-event-error.exp
4703 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
4704 match.
4705 (cancel_pagination_in_target_event): Rework double prompt
4706 detection.
4707 * gdb.base/paginate-after-ctrl-c-running.exp
4708 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
4709 <return>' match.
4710 * gdb.base/paginate-bg-execution.exp
4711 (test_bg_execution_pagination_return)
4712 (test_bg_execution_pagination_cancel): Remove '-notransfer
4713 <return>' matches.
4714 * gdb.base/paginate-execution-startup.exp
4715 (test_fg_execution_pagination_return)
4716 (test_fg_execution_pagination_cancel): Remove '-notransfer
4717 <return>' matches.
4718 * gdb.base/paginate-inferior-exit.exp
4719 (test_paginate_inferior_exited): Remove '-notransfer <return>'
4720 match.
4721 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
4722 * lib/gdb.exp (pagination_prompt): Run text through
4723 string_to_regexp.
4724 (gdb_test_multiple): Match $pagination_prompt instead of
4725 "<return>".
4726 (string_to_regexp): Move to lib/gdb-utils.exp.
4727
4728 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4729
4730 * gdb.arch/amd64-entry-value-paramref.S: New file.
4731 * gdb.arch/amd64-entry-value-paramref.cc: New file.
4732 * gdb.arch/amd64-entry-value-paramref.exp: New file.
4733 * gdb.arch/amd64-optimout-repeat.S: New file.
4734 * gdb.arch/amd64-optimout-repeat.c: New file.
4735 * gdb.arch/amd64-optimout-repeat.exp: New file.
4736
4737 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4738
4739 PR gdb/17170
4740 * gdb.base/statistics.exp: New file.
4741
4742 2014-07-17 Doug Evans <dje@google.com>
4743
4744 PR gdb/17170
4745 * gdb.base/maint.exp: Update testing of per-command stats.
4746
4747 2014-07-16 Pedro Alves <palves@redhat.com>
4748
4749 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
4750 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
4751 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
4752 (tfile_write_buf): New functions.
4753 (add_memory_block): Rewrite using the above.
4754 (adjust_function_address): New function.
4755 (FUNCTION_ADDRESS): New macro.
4756 (write_basic_trace_file): Remove short_x local, and use
4757 tfile_write_16. Change type of func_addr local to unsigned long
4758 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
4759 here. Cast argument of add_memory_block to char pointer.
4760 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
4761 (main): Remove parameters.
4762 * gdb.trace/tfile.exp: Remove nowarnings.
4763
4764 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
4765
4766 * gdb.base/debug-expr.exp: Test string evaluation with
4767 "debug expression" on.
4768
4769 2014-07-15 Pedro Alves <palves@redhat.com>
4770
4771 * gdb.base/reread.exp: Use clean_restart.
4772
4773 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
4774
4775 * gdb.arch/avr-flash-qualifer.c: New.
4776 * gdb.arch/avr-flash-qualifer.exp: New.
4777
4778 2014-07-14 Pedro Alves <palves@redhat.com>
4779
4780 * gdb.base/paginate-after-ctrl-c-running.c: New file.
4781 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
4782
4783 2014-07-14 Pedro Alves <palves@redhat.com>
4784
4785 * gdb.base/double-prompt-target-event-error.c: New file.
4786 * gdb.base/double-prompt-target-event-error.exp: New file.
4787
4788 2014-07-14 Pedro Alves <palves@redhat.com>
4789
4790 PR gdb/17072
4791 * gdb.base/paginate-inferior-exit.c: New file.
4792 * gdb.base/paginate-inferior-exit.exp: New file.
4793
4794 2014-07-14 Pedro Alves <palves@redhat.com>
4795
4796 PR gdb/17072
4797 * gdb.base/paginate-bg-execution.c: New file.
4798 * gdb.base/paginate-bg-execution.exp: New file.
4799
4800 2014-07-14 Pedro Alves <palves@redhat.com>
4801
4802 PR gdb/17072
4803 * gdb.base/paginate-execution-startup.c: New file.
4804 * gdb.base/paginate-execution-startup.exp: New file.
4805 * lib/gdb.exp (pagination_prompt): New global.
4806 (default_gdb_spawn): New procedure, factored out from
4807 default_gdb_spawn.
4808 (default_gdb_start): Adjust to call default_gdb_spawn.
4809 (gdb_spawn): New procedure.
4810
4811 2014-07-14 Pedro Alves <palves@redhat.com>
4812
4813 * lib/gdb.exp (gdb_assert): New procedure.
4814 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
4815
4816 2014-07-14 Pedro Alves <palves@redhat.com>
4817
4818 * gdb.base/execution-termios.c: New file.
4819 * gdb.base/execution-termios.exp: New file.
4820
4821 2014-07-14 Tom Tromey <tromey@redhat.com>
4822
4823 * gdb.cp/vla-cxx.cc: New file.
4824 * gdb.cp/vla-cxx.exp: New file.
4825
4826 2014-07-14 Tom Tromey <tromey@redhat.com>
4827
4828 * gdb.reverse/rerun-prec.c: New file.
4829 * gdb.reverse/rerun-prec.exp: New file.
4830
4831 2014-07-12 Maciej W. Rozycki <macro@mips.com>
4832 Maciej W. Rozycki <macro@codesourcery.com>
4833
4834 * lib/gdb-utils.exp: New file.
4835 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
4836 inline `gdb_init_command' processing.
4837 (gdb_start_cmd): Likewise.
4838 * lib/mi-support.exp (mi_run_cmd): Likewise.
4839 * README: Document `gdb_init_command' and `gdb_init_commands'.
4840
4841 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4842
4843 Fix false FAIL running under a very long directory name.
4844 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
4845 and "set print elements 10000". Twice.
4846
4847 2014-07-11 Yao Qi <yao@codesourcery.com>
4848
4849 * gdb.base/exprs.exp: "set print symbol off".
4850
4851 2014-07-11 Pedro Alves <palves@redhat.com>
4852
4853 * gdb.threads/kill.c: New file.
4854 * gdb.threads/kill.exp: New file.
4855
4856 2014-07-10 Yao Qi <yao@codesourcery.com>
4857
4858 * gdb.trace/tfile.c (write_basic_trace_file)
4859 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
4860 address written to trace file.
4861
4862 2014-07-09 Pedro Alves <palves@redhat.com>
4863
4864 * gdb.base/attach-wait-input.exp: New file.
4865 * gdb.base/attach-wait-input.c: New file.
4866
4867 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4868
4869 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
4870 setting up test structures.
4871 (main): Call new test function.
4872 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
4873 test function, continue into test function and walk test
4874 structures.
4875
4876 2014-07-02 Yao Qi <yao@codesourcery.com>
4877
4878 * gdb.trace/entry-values.c: Define labels 'foo_start' and
4879 'bar_start' at the beginning of functions 'foo' and 'bar'
4880 respectively.
4881 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
4882 instead of 'foo' and 'bar'.
4883
4884 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
4885
4886 * gdb.btrace/segv.exp: New.
4887 * gdb.btrace/segv.c: New.
4888
4889 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
4890
4891 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
4892 instruction.
4893
4894 2014-06-30 Mark Wielaard <mjw@redhat.com>
4895
4896 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
4897 vulture, vilify, villar): New volatile array constants.
4898 (vindictive, vegetation): New const volatile array constants.
4899 * gdb.base/volatile.exp: Test volatile and const volatile array
4900 types.
4901
4902 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4903
4904 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
4905 target lacks support for awatch, rwatch, or hbreak.
4906
4907 2014-06-27 Yao Qi <yao@codesourcery.com>
4908
4909 * gdb.multi/dummy-frame-restore.exp: New.
4910 * gdb.multi/dummy-frame-restore.c: New.
4911
4912 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
4913
4914 * gdb.btrace/gcore.exp: New.
4915
4916 2014-06-23 Pedro Alves <palves@redhat.com>
4917
4918 * gdb.base/watchpoint-reuse-slot.c: New file.
4919 * gdb.base/watchpoint-reuse-slot.exp: New file.
4920
4921 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
4922
4923 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
4924 progspace's filename in 'info', 'enable' and 'disable' command
4925 tests.
4926
4927 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4928
4929 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
4930 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4931 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
4932
4933 2014-06-20 Gary Benson <gbenson@redhat.com>
4934
4935 * gdb.arch/i386-avx.exp: Fix include file location.
4936 * gdb.arch/i386-sse.exp: Likewise.
4937
4938 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
4939
4940 * gdb.dlang/expression.exp: New file.
4941
4942 2014-06-19 Pedro Alves <palves@redhat.com>
4943
4944 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
4945 out from ...
4946 (top level): ... here. Iterate running tests under different
4947 scheduler-locking settings.
4948
4949 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
4950
4951 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
4952 to DW_FORM_addr and use non-zero addresses.
4953
4954 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
4955
4956 PR gdb/17017
4957 * gdb.python/py-xmethods.cc: Add global function call counters and
4958 increment them in their respective functions. Remove "cout"
4959 statements.
4960 * gdb.python/py-xmethods.exp: Make tests check the global function
4961 call counters instead of depending on inferior IO.
4962
4963 2014-06-18 Don Breazeal <donb@codesourcery.com>
4964
4965 * gdb.base/foll-fork.exp (default_fork_parent_follow):
4966 Deleted procedure.
4967 (explicit_fork_parent_follow): Deleted procedure.
4968 (explicit_fork_child_follow): Deleted procedure.
4969 (test_follow_fork): New procedure.
4970 (do_fork_tests): Replace calls to deleted procedures with
4971 calls to test_follow_fork and reset GDB for subsequent
4972 procedure calls.
4973
4974 2014-06-17 Yao Qi <yao@codesourcery.com>
4975
4976 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
4977 CP1252.
4978
4979 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
4980
4981 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
4982 Initialize ptr and S explicitly.
4983 (skip_type_update_when_not_use_rtti_test): Likewise.
4984
4985 2014-06-16 Keith Seitz <keiths@redhat.com>
4986
4987 PR mi/15863
4988 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
4989 the inferior is started.
4990
4991 2014-06-16 Pedro Alves <palves@redhat.com>
4992
4993 * gdb.base/break-main-file-remove-fail.c: New file.
4994 * gdb.base/break-main-file-remove-fail.exp: New file.
4995 * gdb.base/break-unload-file.exp: Use build_executable instead of
4996 prepare_for_testing.
4997 (test_break): New parameter "initial_load". Handle it.
4998 (top level): Add initial_load cmdline/file axis.
4999
5000 2014-06-12 Tom Tromey <tromey@redhat.com>
5001
5002 * gdb.base/completion.exp: Don't use directory name in test.
5003
5004 2014-06-09 Gary Benson <gbenson@redhat.com>
5005
5006 * gdb.base/sigall.c [Functions to send signals]: Reorder to
5007 separate the always-available ANSI-standard signals from the
5008 signals that require checking.
5009 (main): Likewise.
5010 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
5011 Likewise.
5012 (main): Likewise.
5013
5014 2014-06-07 Keith Seitz <keiths@redhat.com>
5015
5016 Revert:
5017 PR c++/16253
5018 * gdb.cp/var-tag.cc: New file.
5019 * gdb.cp/var-tag.exp: New file.
5020 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5021 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5022 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5023 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5024
5025 2014-06-06 Doug Evans <xdje42@gmail.com>
5026
5027 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
5028
5029 2014-06-06 Pedro Alves <palves@redhat.com>
5030
5031 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
5032 in target debug output instead of looking at RSP packets,
5033 disabling the test on any target that uses hardware stepping.
5034 Update comments.
5035
5036 2014-06-06 Pedro Alves <palves@redhat.com>
5037
5038 * gdb.base/break-unload-file.exp: Fix typo.
5039
5040 2014-06-06 Yao Qi <yao@codesourcery.com>
5041
5042 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
5043 from "jit_function" to "^jit_function".
5044
5045 2014-06-06 Yao Qi <yao@codesourcery.com>
5046
5047 * gdb.base/async.c (foo): Add one statement.
5048 * gdb.base/async.exp: Get the next instruction address and
5049 match the output of "nexti" by instruction address. Match
5050 the hex address in the output of "finish".
5051
5052 2014-06-06 Gary Benson <gbenson@redhat.com>
5053
5054 * gdb.base/call-signals.c: Remove preprocessor conditionals
5055 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
5056 SIGSEGV and SIGTERM.
5057 * gdb.base/sigall.c: Likewise.
5058 * gdb.base/unwindonsignal.c: Likewise.
5059 * gdb.reverse/sigall-reverse.c: Likewise.
5060
5061 2014-06-06 Yao Qi <yao@codesourcery.com>
5062
5063 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
5064 readable, skip the test.
5065
5066 2014-06-06 Yao Qi <yao@codesourcery.com>
5067
5068 * gdb.threads/staticthreads.c (thread_function): Move the line
5069 setting breakpoint on forward.
5070 * gdb.threads/staticthreads.exp: Update comments.
5071
5072 2014-06-05 Ludovic Courtès <ludo@gnu.org>
5073
5074 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
5075 "history-append! type error".
5076
5077 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
5078
5079 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
5080 erroneous dprintf expected input.
5081
5082 2014-06-04 Doug Evans <xdje42@gmail.com>
5083
5084 * gdb.guile/scm-generics.exp: Delete.
5085
5086 2014-06-04 Doug Evans <xdje42@gmail.com>
5087
5088 * gdb.guile/scm-breakpoint.exp: Update.
5089 Add tests for breakpoint registration.
5090
5091 2014-06-04 Tom Tromey <tromey@redhat.com>
5092
5093 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
5094 VLA-in-union.
5095 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
5096 inner_vla_struct, vla_union types. Initialize objects of those
5097 types and compute their sizes.
5098
5099 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
5100 Hui Zhu <hui@codesourcery.com>
5101
5102 * gdb.base/fileio.exp: Add test for shell not available as well as
5103 available.
5104 * gdb.base/fileio.c (test_system): Check for shell twice.
5105
5106 2014-06-04 Yao Qi <yao@codesourcery.com>
5107
5108 * gdb.base/auto-connect-native-target.exp: Remove redundant
5109 space from the regexp pattern.
5110
5111 2014-06-04 Yao Qi <yao@codesourcery.com>
5112
5113 * gdb.base/default.exp: Replace "child" with "native" in
5114 regexp pattern.
5115
5116 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
5117
5118 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
5119 * gdb.python/py-xmethods.exp: New tests to test xmethods.
5120 * gdb.python/py-xmethods.py: Python script supporting the
5121 new testcase and tests.
5122
5123 2014-06-03 Joel Brobecker <brobecker@adacore.com>
5124 Pedro Alves <palves@redhat.com>
5125
5126 PR breakpoints/17000
5127 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
5128 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
5129
5130 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
5131
5132 * gdb.base/subst.exp: Add tests to verify partial path matching
5133 output.
5134
5135 2014-06-03 Pedro Alves <palves@redhat.com>
5136
5137 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
5138 target that doesn't use software single-stepping.
5139
5140 2014-06-03 Pedro Alves <palves@redhat.com>
5141
5142 PR breakpoints/17000
5143 * gdb.base/sss-bp-on-user-bp-2.c: New file.
5144 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
5145
5146 2014-06-02 Doug Evans <xdje42@gmail.com>
5147
5148 * gdb.guile/scm-parameter.exp: New file.
5149
5150 2014-06-02 Doug Evans <xdje42@gmail.com>
5151
5152 * gdb.guile/scm-cmd.c: New file.
5153 * gdb.guile/scm-cmd.exp: New file.
5154
5155 2014-06-02 Doug Evans <xdje42@gmail.com>
5156
5157 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
5158 pretty-printer lookup.
5159 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
5160 (make-pp_s-printer): Call it.
5161 (make-pretty-printer-from-dict): New function.
5162 (lookup-pretty-printer-maker-from-dict): New function.
5163 (*pretty-printer*): Simplify.
5164 (make-objfile-pp_s-printer): New function.
5165 (install-objfile-pretty-printers!): New function.
5166 (make-progspace-pp_s-printer): New function.
5167 (install-progspace-pretty-printers!): New function.
5168 * gdb.guile/scm-progspace.c: New file.
5169 * gdb.guile/scm-progspace.exp: New file.
5170
5171 2014-06-02 Pedro Alves <palves@redhat.com>
5172
5173 * gdb.base/dprintf-bp-same-addr.c: New file.
5174 * gdb.base/dprintf-bp-same-addr.exp: New file.
5175
5176 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5177
5178 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
5179 * gdb.arch/powerpc-power.s: Likewise.
5180
5181 2014-06-02 Joel Brobecker <brobecker@adacore.com>
5182
5183 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
5184
5185 2014-06-01 Yao Qi <yao@codesourcery.com>
5186
5187 * gdb.base/watchpoint.exp (test_watch_location): Check null
5188 pointer can be dereferenced. If not, do the test, otherwise
5189 skip it.
5190
5191 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
5192
5193 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
5194 results.
5195 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
5196
5197 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
5198
5199 * gdb.arch/amd64-invalid-stack-middle.S: New file.
5200 * gdb.arch/amd64-invalid-stack-middle.c: New file.
5201 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
5202 * gdb.arch/amd64-invalid-stack-top.c: New file.
5203 * gdb.arch/amd64-invalid-stack-top.exp: New file.
5204
5205 2014-05-30 Pedro Alves <palves@redhat.com>
5206
5207 PR breakpoints/17000
5208 * gdb.base/sss-bp-on-user-bp.c: New file.
5209 * gdb.base/sss-bp-on-user-bp.exp: New file.
5210
5211 2014-05-30 David Blaikie <dblaikie@gmail.com>
5212
5213 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
5214 gnu_inline semantics via attribute.
5215 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
5216 source explicitly specifies the required semantics.
5217
5218 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
5219
5220 * gdb.reverse/sigall-reverse.exp: Fix a typo.
5221
5222 2014-05-29 Pedro Alves <palves@redhat.com>
5223 Tom Tromey <tromey@redhat.com>
5224
5225 * gdb.base/async-shell.exp: Don't enable target-async.
5226 * gdb.base/async.exp
5227 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
5228 parameter. Adjust.
5229 (top level): Don't test with "target-async".
5230 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
5231 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
5232 * gdb.base/inferior-died.exp: Don't enable target-async.
5233 * gdb.base/interrupt-noterm.exp: Likewise.
5234 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
5235 * gdb.mi/mi-nonstop-exit.exp: Likewise.
5236 * gdb.mi/mi-nonstop.exp: Likewise.
5237 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
5238 * gdb.mi/mi-nsintrall.exp: Likewise.
5239 * gdb.mi/mi-nsmoribund.exp: Likewise.
5240 * gdb.mi/mi-nsthrexec.exp: Likewise.
5241 * gdb.mi/mi-watch-nonstop.exp: Likewise.
5242 * gdb.multi/watchpoint-multi.exp: Adjust comment.
5243 * gdb.python/py-evsignal.exp: Don't enable target-async.
5244 * gdb.python/py-evthreads.exp: Likewise.
5245 * gdb.python/py-prompt.exp: Likewise.
5246 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
5247 * gdb.server/solib-list.exp: Don't enable target-async.
5248 * gdb.threads/thread-specific-bp.exp: Likewise.
5249 * lib/mi-support.exp: Adjust to use mi-async.
5250
5251 2014-05-29 Pedro Alves <palves@redhat.com>
5252
5253 PR gdb/13860
5254 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
5255 reason, even in sync mode.
5256
5257 2014-05-29 Pedro Alves <palves@redhat.com>
5258 Hui Zhu <hui@codesourcery.com>
5259
5260 PR PR15693
5261 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
5262 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
5263 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
5264 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
5265
5266 2014-05-28 Joel Brobecker <brobecker@adacore.com>
5267
5268 * config/monitor.exp (gdb_target_monitor): Replace use of
5269 "set remotebaud" by "set serial baud".
5270
5271 2014-05-26 Andy Wingo <wingo@igalia.com>
5272
5273 * gdb.guile/scm-breakpoint.exp:
5274 * gdb.guile/scm-gsmob.exp: Update to use plain old object
5275 properties instead of gdb-object-properties.
5276
5277 2014-05-26 Yao Qi <yao@codesourcery.com>
5278
5279 * gdb.server/no-thread-db.exp: Specify source file name
5280 explicitly when setting a breakpoint.
5281
5282 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5283
5284 * gdb.btrace/vdso.c: New.
5285 * gdb.btrace/vdso.exp: New.
5286
5287 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5288
5289 * gdb.base/gcore.exp (capture_command_output): Move ...
5290 * lib/gdb.exp (capture_command_output): ... here.
5291
5292 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5293
5294 * gdb.btrace/data.exp: Test memory access during btrace replay.
5295
5296 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
5297
5298 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
5299
5300 2014-05-21 Pedro Alves <palves@redhat.com>
5301
5302 PR gdb/13860
5303 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
5304 (top level): Test that output related to execution commands is
5305 sent to the console with CLI commands, but not with MI commands.
5306 Test that breakpoint events are always mirrored to the console.
5307 Also expect the new source line to be output after a "next" in
5308 async mode too. Make it a pass/fail test.
5309 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
5310 output.
5311 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
5312
5313 2014-05-21 Pedro Alves <palves@redhat.com>
5314
5315 * gdb.base/list.exp (build_pattern, test_list): New procedures.
5316 Use them to test variations of "list" after reaching a breakpoint.
5317 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
5318 Test "list" with listsize 10 after reaching a breakpoint.
5319 * gdb.python/python.exp (decode_line current location line
5320 number): Adjust expected line number.
5321
5322 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
5323
5324 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
5325 behavior for $args, pass it directly to "run".
5326
5327 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
5328
5329 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
5330 30000 to 65536.
5331
5332 2014-05-21 Pedro Alves <palves@redhat.com>
5333
5334 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
5335 auto-connect-native-target off".
5336 * gdb.base/auto-connect-native-target.c: New file.
5337 * gdb.base/auto-connect-native-target.exp: New file.
5338
5339 2014-05-21 Pedro Alves <palves@redhat.com>
5340
5341 * gdb.base/default.exp: Test "target native" instead of "target
5342 child".
5343
5344 2014-05-21 Mark Wielaard <mjw@redhat.com>
5345
5346 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5347
5348 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5349
5350 Fix TLS access for -static -pthread.
5351 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
5352 <HAVE_TLS> (thread_function, main): Initialize it.
5353 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
5354 Add clean_restart.
5355 <$have_tls != "">: Check TLSVAR.
5356
5357 2014-05-21 Pedro Alves <palves@redhat.com>
5358
5359 * gdb.base/dcache-line-read-error.c: New.
5360 * gdb.base/dcache-line-read-error.exp: New.
5361
5362 2014-05-20 Pedro Alves <palves@redhat.com>
5363
5364 * gdb.base/compare-sections.c: New file.
5365 * gdb.base/compare-sections.exp: New file.
5366
5367 2014-05-20 Pedro Alves <palves@redhat.com>
5368
5369 * gdb.base/break-idempotent.c: New file.
5370 * gdb.base/break-idempotent.exp: New file.
5371
5372 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
5373
5374 * gdb.btrace/nohist.exp: New.
5375
5376 2014-05-20 Yao Qi <yao@codesourcery.com>
5377
5378 * lib/gdb.exp (gdb_init): Set timeout if test file is under
5379 gdb.reverse directory and gdb_reverse_timeout exists in board
5380 setting.
5381 * README: Document gdb_reverse_timeout.
5382
5383 2014-05-20 Yao Qi <yao@codesourcery.com>
5384
5385 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
5386 'test_file_name'. Treat args as a string instead of a list.
5387 (gdb_init): Rename argument 'args' by 'test_file_name'.
5388
5389 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5390
5391 * gdb.arch/powerpc-power.exp: New file.
5392 * gdb.arch/powerpc-power.s: New file.
5393
5394 2014-05-16 Doug Evans <dje@google.com>
5395
5396 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
5397 * gdb.base/completion.exp: Check that all expected files exist
5398 before doing file completion.
5399
5400 2014-05-16 Doug Evans <dje@google.com>
5401
5402 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
5403 Update.
5404 (do_syscall_tests_without_xml): Update.
5405
5406 2014-05-16 Pedro Alves <palves@redhat.com>
5407
5408 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
5409 instead of "unknown output after running".
5410
5411 2014-05-16 Yao Qi <yao@codesourcery.com>
5412
5413 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
5414 file1.txt from host at the end.
5415 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5416
5417 2014-05-15 Doug Evans <dje@google.com>
5418
5419 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
5420 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
5421 loading file. Add test for TU lookup.
5422
5423 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
5424
5425 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
5426 calling "-exec-arguments" or "set args" before running the
5427 inferior.
5428
5429 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
5430
5431 * lib/mi-support.exp (mi_expect_stop): Expect message for
5432 inferiors that exit with non-zero exit code.
5433
5434 2014-05-14 Yao Qi <yao@codesourcery.com>
5435
5436 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
5437 match absolute path on remote host.
5438 (test_file_list_exec_source_files): Remove "/" from the
5439 pattern.
5440
5441 2014-05-14 Yao Qi <yao@codesourcery.com>
5442
5443 * boards/local-remote-host-notty.exp (${board}_file): New
5444 proc.
5445
5446 2014-05-07 Kyle McMartin <kyle@redhat.com>
5447
5448 Pushed by Joel Brobecker <brobecker@adacore.com>.
5449 * gdb.arch/aarch64-atomic-inst.c: New file.
5450 * gdb.arch/aarch64-atomic-inst.exp: New file.
5451
5452 2014-05-07 Yao Qi <yao@codesourcery.com>
5453
5454 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
5455 in current context" too.
5456
5457 2014-05-05 Keith Seitz <keiths@redhat.com>
5458
5459 * gdb.linespec/ls-dollar.exp: Add test for linespec
5460 file:convenience_variable.
5461
5462 2014-05-05 Yao Qi <yao@codesourcery.com>
5463
5464 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
5465 traceframes into tfile and ctf trace files. Read data from
5466 trace file and test collected data.
5467 (gdb_collect_locals_test): Likewise.
5468 (gdb_unavailable_registers_test): Likewise.
5469 (gdb_unavailable_floats): Likewise.
5470 (gdb_collect_globals_test): Likewise.
5471 (top-level): Append "ctf" to trace_file_targets if GDB
5472 supports.
5473
5474 2014-05-05 Yao Qi <yao@codesourcery.com>
5475
5476 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
5477 code to ...
5478 (gdb_collect_args_test_1): ... it. New proc.
5479 (gdb_collect_locals_test): Move some code to ...
5480 (gdb_collect_locals_test_1): ... it. New proc.
5481 (gdb_unavailable_registers_test): Move some code to ...
5482 (gdb_unavailable_registers_test_1): ... it. New proc.
5483 (gdb_unavailable_floats): Move some code to ...
5484 (gdb_unavailable_floats_1): ... it. New proc.
5485
5486 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
5487
5488 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
5489 probes to test for bitness recognition.
5490 * gdb.arch/amd64-stap-optional-prefix.exp
5491 (test_probe_value_without_reg): New procedure.
5492 Add code to test for different kinds of bitness.
5493
5494 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
5495
5496 PR breakpoints/16889
5497 * gdb.arch/amd64-stap-optional-prefix.S: New file.
5498 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
5499
5500 2014-05-01 Pedro Alves <palves@redhat.com>
5501
5502 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
5503 gdb_file_cmd if no file is specified.
5504 * boards/native-extended-gdbserver.exp (gdb_load): Use the
5505 last_loaded_file to set the remote exec-file.
5506
5507 2014-05-01 Pedro Alves <palves@redhat.com>
5508
5509 * boards/local-remote-host.exp: New file.
5510
5511 2014-05-01 Pedro Alves <palves@redhat.com>
5512
5513 * boards/local-remote-host.exp: Rename to ...
5514 * boards/local-remote-host-notty.exp: ... this.
5515
5516 2014-04-28 Joel Brobecker <brobecker@adacore.com>
5517
5518 * gdb.ada/dyn_arrayidx: New testcase.
5519
5520 2014-04-26 Yao Qi <yao@codesourcery.com>
5521
5522 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
5523 and compute the length of function main. Save it in
5524 $main_length.
5525 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
5526 (top-level): Use gdb_compile to compile objects into
5527 executable and restart GDB. Remove invocation to
5528 prepare_for_testing.
5529
5530 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
5531 Pedro Alves <palves@redhat.com>
5532
5533 PR server/16255
5534 * gdb.multi/multi-attach.c: New file.
5535 * gdb.multi/multi-attach.exp: New file.
5536
5537 2014-04-25 Pedro Alves <palves@redhat.com>
5538
5539 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
5540 user.
5541 (top level): Test that "set remote conditional-breakpoints-packet
5542 off" works as intended.
5543 * gdb.base/dprintf.exp: Test that "set remote
5544 breakpoint-commands-packet off" works as intended.
5545 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
5546 New function.
5547 (top level): Call it.
5548 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
5549 remote fast-tracepoints-packet off" works as intended.
5550 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
5551 * lib/gdb.exp (gdb_is_target_remote): ... here.
5552
5553 2014-04-24 David Blaikie <dblaikie@gmail.com>
5554
5555 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
5556 ensure clang would not discard them.
5557 * gdb.base/gdbvars.c: Ditto.
5558 * gdb.base/memattr.c: Ditto.
5559 * gdb.base/whatis.c: Ditto.
5560 * gdb.python/py-prettyprint.c: Ditto.
5561 * gdb.trace/actions.c: Ditto.
5562 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
5563 ensure clang would not discard it.
5564
5565 2014-04-24 David Blaikie <dblaikie@gmail.com>
5566
5567 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
5568 clang to emit the full definition of type required by the test
5569 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
5570
5571 2014-04-24 David Blaikie <dblaikie@gmail.com>
5572
5573 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
5574 coax Clang into emitting the definition of the type.
5575 * gdb.cp/pr10728-x.h (y): Ditto.
5576 * gdb.cp/pr10728-y.cc (y): Ditto.
5577
5578 2014-04-24 David Blaikie <dblaikie@gmail.com>
5579
5580 * gdb.base/label.exp: XFAIL label related tests under Clang.
5581 * gdb.cp/cplabel.exp: Ditto.
5582 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
5583 under Clang those using labels.
5584
5585 2014-04-25 Yao Qi <yao@codesourcery.com>
5586
5587 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
5588 double_label.
5589 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
5590 partial_label and double_label.
5591
5592 2014-04-24 David Blaikie <dblaikie@gmail.com>
5593
5594 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
5595
5596 2014-04-24 David Blaikie <dblaikie@gmail.com>
5597
5598 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
5599 of the function to work across GCC and Clang.
5600 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
5601 pointer types (const void ** const V void **).
5602
5603 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
5604 Walfred Tedeschi <walfred.tedeschi@intel.com>
5605
5606 * Makefile.in (EXECUTABLES): Added i386-avx512.
5607 * gdb.arch/i386-avx512.c: New file.
5608 * gdb.arch/i386-avx512.exp: Likewise.
5609
5610 2014-04-23 Keith Seitz <keiths@redhat.com>
5611
5612 * lib/mi-support.exp (mi_list_breakpoints): Delete.
5613 (mi_make_breakpoint_table): New procedure.
5614 (mi_create_breakpoint): Use mi_make_breakpoint
5615 and return the result.
5616 (mi_make_breakpoint): New procedure.
5617 (mi_build_kv_pairs): New procedure.
5618
5619 * gdb.mi/mi-break.exp: Remove unused globals,
5620 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
5621 All callers updated.
5622 * gdb.mi/mi-dprintf.exp: Use variable to track command
5623 number.
5624 Update all callers of mi_create_breakpoint and use
5625 mi_make_breakpoint_table.
5626 Remove any unused global variables.
5627 * gdb.mi/mi-nonstop.exp: Likewise.
5628 * gdb.mi/mi-nsintrall.exp: Likewise.
5629 * gdb.mi/mi-nsmoribund.exp: Likewise.
5630 * gdb.mi/mi-nsthrexec.exp: Likewise.
5631 * gdb.mi/mi-reverse.exp: Likewise.
5632 * gdb.mi/mi-simplerun.exp: Likewise.
5633 * gdb.mi/mi-stepn.exp: Likewise.
5634 * gdb.mi/mi-syn-frame.exp: Likewise.
5635 * gdb.mi/mi-until.exp: Likewise.
5636 * gdb.mi/mi-var-cp.exp: Likewise.
5637 * gdb.mi/mi-var-display.exp: Likewise.
5638 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
5639 * gdb.mi/mi2-var-child.exp: Likewise.
5640 * gdb.mi/mi-vla-c99.exp: Likewise.
5641 * lib/mi-support.exp: Likewise.
5642
5643 From Ian Lance Taylor <iant@cygnus.com>:
5644 * lib/gdb.exp (parse_args): New procedure.
5645
5646 2014-04-23 Pedro Alves <palves@redhat.com>
5647
5648 * gdb.base/break-unload-file.c: New file.
5649 * gdb.base/break-unload-file.exp: New file.
5650 * gdb.base/sym-file-lib.c (baz): New function.
5651 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
5652 field.
5653 (load): Store the segment's mapped size.
5654 (unload): New function.
5655 (unload_shlib): New function.
5656 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
5657 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
5658 set a breakpoint at baz, and call it.
5659 * gdb.base/sym-file.exp: New tests for stale breakpoint
5660 instructions.
5661
5662 2014-04-23 Pedro Alves <palves@redhat.com>
5663
5664 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
5665 * gdb.base/hbreak-in-shr-unsupported.c: New file.
5666 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
5667 * gdb.base/hbreak-unmapped.c: New file.
5668 * gdb.base/hbreak-unmapped.exp: New file.
5669 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
5670 * lib/gdb.exp (gdb_is_target_remote): ... here.
5671
5672 2014-04-22 Pedro Alves <palves@redhat.com>
5673
5674 * gdb.base/consecutive-step-over.c: New file.
5675 * gdb.base/consecutive-step-over.exp: New file.
5676
5677 2014-04-22 Pedro Alves <palves@redhat.com>
5678
5679 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
5680 instead of send_gdb/gdb_expect.
5681
5682 2014-04-22 Yao Qi <yao@codesourcery.com>
5683
5684 * lib/trace-support.exp (generate_tracefile): New procedure.
5685 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
5686 return 0.
5687 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
5688 if generate_tracefile returns 1.
5689
5690 2014-04-18 Tom Tromey <palves@redhat.com>
5691 Pedro alves <tromey@redhat.com>
5692
5693 PR backtrace/15558
5694 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
5695 with a backtrace limit.
5696 * gdb.python/py-frame-inline.exp: Test running to an inline
5697 function with a backtrace limit, and printing the newest frame.
5698 * gdb.python/py-frame-inline.c (main): Call f.
5699
5700 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
5701
5702 * gdb.java/jnpe.exp: Drop srcdir from untested path.
5703
5704 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
5705
5706 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
5707 Drop prefix from unsupported source file path.
5708
5709 2014-04-17 Yao Qi <yao@codesourcery.com>
5710
5711 * lib/gdb.exp (with_target_charset): New proc.
5712 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
5713 with_target_charset.
5714 (test_print_strings): Likewise.
5715 (test_repeat_bytes): Likewise.
5716 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
5717 for some tests.
5718
5719 2014-04-16 Keith Seitz <keiths@redhat.com>
5720
5721 PR gdb/15827
5722 * gdb.dwarf2/corrupt.c: New file.
5723 * gdb.dwarf2/corrupt.exp: New file.
5724
5725 2014-04-16 Keith Seitz <keiths@redhat.com>
5726
5727 PR c++/16597
5728 * gdb.cp/namelessclass.cc: New file.
5729 * gdb.cp/namelessclass.exp: New file.
5730 * gdb.cp/namelessclass.S: New file.
5731
5732 2014-04-16 Doug Evans <dje@google.com>
5733
5734 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
5735 Add comment.
5736 (gdbserver_default_get_comm_port): New function.
5737 (gdbserver_start): Check if board file provided
5738 "gdbserver,get_comm_port" and use it if so.
5739 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
5740 (gdb,socketport): Set to "stdio".
5741 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
5742 (stdio_gdbserver_template): Delete.
5743 (${board}_get_remote_address): Update.
5744 (${board}_build_remote_cmd): Delete.
5745 (${board}_get_comm_port): New function.
5746 (${board}_spawn): Update.
5747 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
5748 Delete.
5749 (${board}_get_remote_address): Update.
5750 (${board}_get_comm_port): New function.
5751
5752 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
5753
5754 * gdb.base/memattr.exp: Improve regexps to handle memory regions
5755 appearing in any order.
5756
5757 2014-04-15 Doug Evans <dje@google.com>
5758
5759 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
5760 uninitialized value of "description".
5761
5762 2014-04-15 Keith Seitz <keiths@redhat.com>
5763
5764 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
5765 Remove unused globals.
5766 (test_running_the_program): Likewise.
5767 (test_controlled_execution): Likewise.
5768 (test_controlling_breakpoints): Likewise.
5769 (test_program_termination): Likewise.
5770
5771 2014-04-15 Keith Seitz <keiths@redhat.com>
5772
5773 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
5774 unused globals.
5775 (test_rbreak_creation_and_listing): Likewise.
5776 (test_ignore_count): Likewise.
5777 (test_error): Likewise.
5778
5779 2014-04-15 Pedro Alves <palves@redhat.com>
5780
5781 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
5782 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
5783 sym-file-loader.c.
5784 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5785 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5786 to sym-file-loader.c.
5787 (struct library): Forward declare.
5788 (load_shlib, lookup_function): Change prototypes.
5789 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5790 (translate_offset): Remove declarations.
5791 (get_text_addr): New declaration.
5792 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
5793 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
5794 sym-file-loader.h.
5795 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5796 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5797 here from sym-file-loader.h.
5798 (struct library): New structure.
5799 (load_shlib, lookup_function): Change prototypes and adjust to
5800 work with a struct library.
5801 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5802 (translate_offset): Make static.
5803 (get_text_addr): New function.
5804 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
5805
5806 2014-04-15 Pedro Alves <palves@redhat.com>
5807
5808 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
5809
5810 2014-04-15 Pedro Alves <palves@redhat.com>
5811
5812 * gdb.base/sym-file-loader.c: Include <limits.h>.
5813 (SELF_LINK): New define.
5814 (get_origin): New function.
5815 (load_shlib): Use it.
5816 * gdb.base/sym-file.exp: Don't early return if the target is
5817 remote. Use runto_main, and issue fail is that fails. Use
5818 gdb_load_shlibs.
5819 (shlib_name): Delete.
5820 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
5821
5822 2014-04-15 Pedro Alves <palves@redhat.com>
5823
5824 * gdb.base/sym-file.exp: Remove regex characters from test
5825 message. Don't refer to breakpoint numbers in test messages.
5826
5827 2014-04-14 Keith Seitz <keiths@redhat.com>
5828
5829 PR c++/16253
5830 * gdb.cp/var-tag.cc: New file.
5831 * gdb.cp/var-tag.exp: New file.
5832 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5833 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5834 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5835 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5836
5837 2014-04-14 Tom Tromey <tromey@redhat.com>
5838
5839 * gdb.cp/classes.exp (test_enums): Handle underlying type.
5840 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
5841 type.
5842 * gdb.cp/enum-class.exp: New file.
5843 * gdb.cp/enum-class.cc: New file.
5844
5845 2014-04-14 Tom Tromey <tromey@redhat.com>
5846
5847 * gdb.dwarf2/enum-type.exp: New file.
5848
5849 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5850
5851 * gdb.mi/mi-vla-c99.exp: New file.
5852 * gdb.mi/vla.c: New file.
5853
5854 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5855
5856 * gdb.base/vla-datatypes.c: New file.
5857 * gdb.base/vla-datatypes.exp: New file.
5858
5859 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5860
5861 * gdb.base/vla-ptr.c: New file.
5862 * gdb.base/vla-ptr.exp: New file.
5863
5864 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5865
5866 * gdb.dwarf2/count.exp: New file.
5867
5868 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5869
5870 * gdb.base/vla-sideeffect.c: New file.
5871 * gdb.base/vla-sideeffect.exp: New file.
5872
5873 2014-04-14 David Blaikie <dblaikie@gmail.com>
5874
5875 * gdb.mi/non-stop.c: Add return value for non-void function return
5876 statement.
5877 * gdb.threads/staticthreads.c: Ditto.
5878
5879 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
5880 Doug Evans <xdje42@gmail.com>
5881
5882 * gdb.guile/scm-value.c: Improve test case.
5883 * gdb.guile/scm-value.exp: Add new test.
5884
5885 2014-04-11 David Blaikie <dblaikie@gmail.com>
5886
5887 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
5888 override Clang's default.
5889
5890 2014-04-11 Joel Brobecker <brobecker@adacore.com>
5891
5892 Revert the following changes (regressions):
5893
5894 * gdb.base/vla-sideeffect.c: New file.
5895 * gdb.base/vla-sideeffect.exp: New file.
5896
5897 * gdb.dwarf2/count.exp: New file.
5898
5899 * gdb.base/vla-multi.c: New file.
5900 * gdb.base/vla-multi.exp: New file.
5901
5902 * gdb.base/vla-ptr.c: New file.
5903 * gdb.base/vla-ptr.exp: New file.
5904
5905 * gdb.base/vla-datatypes.c: New file.
5906 * gdb.base/vla-datatypes.exp: New file.
5907
5908 * gdb.mi/mi-vla-c99.exp: New file.
5909 * gdb.mi/vla.c: New file.
5910
5911 2014-04-11 Keith Seitz <keiths@redhat.com>
5912
5913 PR c++/16675
5914 * gdb.cp/cpsizeof.exp: New file.
5915 * gdb.cp/cpsizeof.cc: New file.
5916
5917 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5918
5919 * gdb.mi/mi-vla-c99.exp: New file.
5920 * gdb.mi/vla.c: New file.
5921
5922 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5923
5924 * gdb.base/vla-datatypes.c: New file.
5925 * gdb.base/vla-datatypes.exp: New file.
5926
5927 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5928
5929 * gdb.base/vla-ptr.c: New file.
5930 * gdb.base/vla-ptr.exp: New file.
5931
5932 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5933
5934 * gdb.base/vla-multi.c: New file.
5935 * gdb.base/vla-multi.exp: New file.
5936
5937 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5938
5939 * gdb.dwarf2/count.exp: New file.
5940
5941 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5942
5943 * gdb.base/vla-sideeffect.c: New file.
5944 * gdb.base/vla-sideeffect.exp: New file.
5945
5946 2014-04-11 Yao Qi <yao@codesourcery.com>
5947
5948 * gdb.base/completion.exp: Check file exists before running tests
5949 on file completion.
5950
5951 2014-04-10 Pedro Alves <palves@redhat.com>
5952
5953 * gdb.base/cond-eval-mode.c: New file.
5954 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
5955 prepare_for_testing to build the new file. Check result of
5956 runto_main.
5957 (test_break, test_watch): New procedures.
5958 (top level): Use them.
5959
5960 2014-04-08 Pierre Muller <muller@sourceware.org>
5961
5962 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
5963 Ctrl-V use for mingw hosts.
5964
5965 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
5966
5967 * gdb.python/py-value.c: Improve test case.
5968 * gdb.python/py-value.exp: Add new test.
5969
5970 2014-04-07 David Blaikie <dblaikie@gmail.com>
5971
5972 * lib/compiler.c: Identify the clang compiler.
5973 * lib/compiler.cc: Ditto.
5974
5975 2014-04-03 Yao Qi <yao@codesourcery.com>
5976
5977 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
5978
5979 2014-04-01 Anton Blanchard <anton@samba.org>
5980
5981 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
5982 messages unique.
5983
5984 2014-04-01 Anton Blanchard <anton@samba.org>
5985
5986 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
5987 prepare_for_testing.
5988
5989 2014-04-01 Anton Blanchard <anton@samba.org>
5990
5991 * gdb.arch/ppc64-atomic-inst.c: Remove.
5992 * gdb.arch/ppc64-atomic-inst.S: New file.
5993 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
5994
5995 2014-03-31 Doug Evans <dje@google.com>
5996
5997 * gdb.base/print-symbol-loading-lib.c: New file.
5998 * gdb.base/print-symbol-loading-main.c: New file.
5999 * gdb.base/print-symbol-loading.exp: New file.
6000
6001 2014-03-31 Yao Qi <yao@codesourcery.com>
6002
6003 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
6004
6005 2014-03-28 Joel Brobecker <brobecker@adacore.com>
6006
6007 * gdb.ada/mi_dyn_arr: New testcase.
6008
6009 2014-03-27 Doug Evans <dje@google.com>
6010
6011 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
6012
6013 2014-03-27 Yao Qi <yao@codesourcery.com>
6014
6015 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
6016 if target is nios2-*-*.
6017
6018 2014-03-26 Yao Qi <yao@codesourcery.com>
6019
6020 * lib/gdb.exp (readline_is_used): New proc.
6021 * gdb.base/completion.exp: Move tests on command complete up.
6022 Skip the rest of tests if readline is not used.
6023 * gdb.ada/complete.exp: Skp the test if readline is not
6024 used.
6025 * gdb.base/filesym.exp: Likewise.
6026 * gdb.base/macscp.exp: Likewise.
6027 * gdb.base/readline-ask.exp: Likewise.
6028 * gdb.base/readline.exp: Likewise.
6029 * gdb.python/py-cmd.exp: Likewise.
6030 * gdb.trace/tfile.exp: Likewise.
6031
6032 2014-03-26 Yao Qi <yao@codesourcery.com>
6033
6034 * gdb.base/macscp.exp: Fix code format issues.
6035
6036 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
6037
6038 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
6039 * gdb.asm/powerpc64le.inc: New file.
6040
6041 2014-03-25 Pedro Alves <palves@redhat.com>
6042 Doug Evans <dje@google.com>
6043
6044 * gdb.base/source-execution.c: New file.
6045 * gdb.base/source-execution.exp: New file.
6046 * gdb.base/source-execution.gdb: New file.
6047
6048 2014-03-24 Doug Evans <dje@google.com>
6049
6050 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
6051 using fission.
6052
6053 2014-03-24 Hui Zhu <hui@codesourcery.com>
6054 Pedro Alves <palves@redhat.com>
6055
6056 PR breakpoints/16101
6057 * gdb.base/dprintf.exp: Use unsupported rather than changing the
6058 test pass/fail messages. Detect missing support for dprintf when
6059 breakpoints are actually inserted.
6060 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
6061 breakpoints are actually inserted.
6062 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
6063 fails.
6064
6065 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6066
6067 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
6068
6069 2014-03-22 Doug Evans <xdje42@gmail.com>
6070
6071 * gdb.python/python.exp (python not supported): Verify multi-line
6072 python command issues an error.
6073 * gdb.guile/guile.exp (guile not supported): Verify multi-line
6074 guile command issues an error.
6075
6076 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
6077
6078 * gdb.threads/thread-specific.exp: Handle the lack of usable
6079 $this_breakpoint and $this_thread.
6080
6081 2014-03-21 Hui Zhu <hui@codesourcery.com>
6082
6083 * gdb.base/attach.exp (do_command_attach_tests): New.
6084
6085 2014-03-20 Tom Tromey <tromey@redhat.com>
6086 Pedro Alves <palves@redhat.com>
6087
6088 PR cli/15718
6089 * gdb.base/condbreak-call-false.c: New file.
6090 * gdb.base/condbreak-call-false.exp: New file.
6091
6092 2014-03-20 Pedro Alves <palves@redhat.com>
6093
6094 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
6095 Delete.
6096 (block_signals, unblock_signals): Delete.
6097 (child_function_2, main): Remove references to deleted variable
6098 and functions.
6099
6100 2014-03-20 Pedro Alves <palves@redhat.com>
6101
6102 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
6103 Use pthread_kill to signal thread 2.
6104 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6105 Adjust to make the test send itself a signal rather than using the
6106 host's "kill" command.
6107
6108 2014-03-20 Pedro Alves <palves@redhat.com>
6109
6110 * gdb.threads/multiple-step-overs.c: New file.
6111 * gdb.threads/multiple-step-overs.exp: New file.
6112 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6113 Adjust expected infrun debug output.
6114
6115 2014-03-20 Pedro Alves <palves@redhat.com>
6116
6117 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
6118 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
6119
6120 2014-03-20 Pedro Alves <palves@redhat.com>
6121
6122 PR breakpoints/7143
6123 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
6124 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
6125 of gdb_test_multiple.
6126 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
6127 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
6128
6129 2014-03-20 Pedro Alves <palves@redhat.com>
6130
6131 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
6132 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
6133
6134 2014-03-19 Pedro Alves <palves@redhat.com>
6135
6136 * gdb.base/async.exp: Remove early return.
6137
6138 2014-03-19 Pedro Alves <palves@redhat.com>
6139
6140 * gdb.base/async.exp (step& tests): Pass explicit test messages.
6141
6142 2014-03-19 Pedro Alves <palves@redhat.com>
6143
6144 * gdb.base/async.exp (test_background): Expect \r\n after
6145 "completed." in the fail pattern.
6146
6147 2014-03-19 Pedro Alves <palves@redhat.com>
6148
6149 * gdb.base/async.exp (test_background): New procedure.
6150 Use it for all background execution command tests.
6151
6152 2014-03-19 Pedro Alves <palves@redhat.com>
6153
6154 * gdb.base/async.exp: Use prepare_for_testing.
6155
6156 2014-03-19 Pedro Alves <palves@redhat.com>
6157
6158 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
6159 the same line.
6160
6161 2014-03-19 Pedro Alves <palves@redhat.com>
6162
6163 * gdb.base/async.c (main): Add "jump here" and "until here" line
6164 marker comments.
6165 * gdb.base/async.exp (jump_here): New global.
6166 (jump& test): Use it.
6167 (until_here): New global.
6168 (until& test): Use it.
6169
6170 2014-03-19 Pedro Alves <palves@redhat.com>
6171
6172 * gdb.base/async.exp: Don't frob gdb_protocol.
6173
6174 2014-03-18 Doug Evans <xdje42@gmail.com>
6175
6176 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
6177 Fix spelling of exec-done-display.
6178
6179 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6180
6181 PR gdb/15358
6182 * gdb.base/gdb-sigterm.c: New file.
6183 * gdb.base/gdb-sigterm.exp: New file.
6184
6185 2014-03-18 Pedro Alves <palves@redhat.com>
6186
6187 PR gdb/13860
6188 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
6189 * lib/mi-support.exp (mi_expect_stop): Add special handling for
6190 solib-event.
6191
6192 2014-03-17 Joel Brobecker <brobecker@adacore.com>
6193
6194 * gdb.ada/pckd_arr_ren: New testcase.
6195
6196 2014-03-13 Doug Evans <xdje42@gmail.com>
6197
6198 PR guile/16612
6199 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
6200 collect after discarding symbols.
6201
6202 2014-03-13 Ludovic Courtès <ludo@gnu.org>
6203 Doug Evans <xdje42@gmail.com>
6204
6205 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
6206 to history survives a gc.
6207
6208 2014-03-13 Pedro Alves <palves@redhat.com>
6209
6210 * gdb.base/default.exp: Don't test "target procfs".
6211
6212 2014-03-13 Pedro Alves <palves@redhat.com>
6213
6214 * gdb.base/default.exp: Update "target child" and "target procfs"
6215 tests to not expect "Unix".
6216
6217 2014-03-12 Tom Tromey <tromey@redhat.com>
6218
6219 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
6220 New procs. Add target-async tests.
6221 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
6222 Add target-async tests.
6223
6224 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6225
6226 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
6227 'func_start' and 'func_end' for the beginning and end of the
6228 function code, respectively.
6229 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
6230 'func_end' instead of 'func' and 'main'.
6231
6232 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6233
6234 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
6235 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
6236 generate the debug info assembler source.
6237
6238 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6239
6240 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
6241 * gdb.dwarf2/arr-subrange.exp: Likewise.
6242 * gdb.dwarf2/dwz.exp: Likewise.
6243 * gdb.dwarf2/method-ptr.exp: Likewise.
6244 * gdb.dwarf2/missing-sig-type.exp: Likewise.
6245 * gdb.dwarf2/subrange.exp: Likewise.
6246 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
6247 * gdb.dwarf2/implptrpiece.exp: Likewise.
6248 * gdb.dwarf2/nostaticblock.exp: Likewise.
6249
6250 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6251
6252 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
6253 directory to absolute path name arguments.
6254
6255 2014-03-10 Joel Brobecker <brobecker@adacore.com>
6256
6257 * gdb.ada/tagged_access: New testcase.
6258
6259 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
6260
6261 * gdb.btrace/data.exp: Update expected output.
6262
6263 2014-03-06 Yao Qi <yao@codesourcery.com>
6264
6265 * gdb.trace/pr16508.exp: New file.
6266
6267 2014-03-05 Pedro Alves <palves@redhat.com>
6268
6269 PR gdb/16575
6270 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
6271 procedure.
6272 (top level): Adjust to use it. Add tests that exercise breakpoint
6273 interaction with the code-cache.
6274
6275 2014-02-26 Ludovic Courtès <ludo@gnu.org>
6276
6277 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
6278 test for 'history-append!'.
6279
6280 2014-02-26 Joel Brobecker <brobecker@adacore.com>
6281
6282 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
6283 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
6284 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
6285 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
6286 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
6287 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
6288
6289 2014-02-26 Joel Brobecker <brobecker@adacore.com>
6290
6291 * testsuite/gdb.python/py-pp-re-notag.c: New file.
6292 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
6293 * testsuite/gdb.python/py-pp-re-notag.p: New file.
6294
6295 2014-02-26 Joel Brobecker <brobecker@adacore.com>
6296
6297 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
6298
6299 2014-02-26 Joel Brobecker <brobecker@adacore.com>
6300
6301 * gdb.dwarf2/arr-stride.c: New file.
6302 * gdb.dwarf2/arr-stride.exp: New file.
6303
6304 2014-02-26 Pedro Alves <palves@redhat.com>
6305
6306 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
6307 that won't ever trigger. Make sure that GDB reports the correct
6308 breakpoint that caused the stop.
6309
6310 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6311
6312 PR gdb/16626
6313 * gdb.base/auto-load-script: New file.
6314 * gdb.base/auto-load.c: New file.
6315 * gdb.base/auto-load.exp: New file.
6316
6317 PR gdb/16626
6318 * gdb.base/auto-load.exp: Fix out-of-srctree run.
6319
6320 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6321
6322 Fix dw2-icycle.exp -fsanitize=address GDB crash.
6323 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
6324
6325 2014-02-24 Doug Evans <dje@google.com>
6326
6327 * lib/gdb.exp (run_on_host): Log error output if program fails.
6328
6329 2014-02-21 Pedro Alves <palves@redhat.com>
6330
6331 * gdb.threads/step-after-sr-lock.c: Rename to ...
6332 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
6333 * gdb.threads/step-after-sr-lock.exp: Rename to ...
6334 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6335 ... this.
6336
6337 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
6338
6339 PR tdep/16397
6340 * gdb.arch/amd64-stap-special-operands.exp: New file.
6341 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
6342 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
6343 * gdb.arch/amd64-stap-triplet.S: Likewise.
6344 * gdb.arch/amd64-stap-triplet.c: Likewise.
6345
6346 2014-02-20 Joel Brobecker <brobecker@adacore.com>
6347
6348 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
6349 in .section pseudo-op.
6350
6351 2014-02-20 lin zuojian <manjian2006@gmail.com>
6352 Joel Brobecker <brobecker@adacore.com>
6353 Doug Evans <xdje42@gmail.com>
6354
6355 PR symtab/16581
6356 * gdb.dwarf2/dw2-icycle.S: New file.
6357 * gdb.dwarf2/dw2-icycle.c: New file.
6358 * gdb.dwarf2/dw2-icycle.exp: New file.
6359
6360 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
6361
6362 * gdb.python/py-value-cc.cc: Improve test case to enable testing
6363 operations on gdb.Value objects.
6364 * gdb.python/py-value-cc.exp: Add new test to test operations on
6365 gdb.Value objects.
6366
6367 2014-02-18 Doug Evans <dje@google.com>
6368
6369 * Makefile.in (TESTS): New variable.
6370 (expanded_tests, expanded_tests_or_none): New variables
6371 (check-single): Pass $(expanded_tests_or_none) to runtest.
6372 (check-parallel): Only run tests in $(TESTS) if non-empty.
6373 (check/no-matching-tests-found): New rule.
6374 * README: Document TESTS makefile variable.
6375
6376 2014-02-18 Doug Evans <dje@google.com>
6377
6378 * Makefile.in (check-parallel): rm -rf outputs temp.
6379
6380 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6381
6382 Fix "ERROR: no fileid for" in the testsuite.
6383 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
6384
6385 2014-02-12 Doug Evans <dje@google.com>
6386
6387 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
6388 (MISCELLANEOUS): New variable.
6389 (clean): rm -rf $(MISCELLANEOUS).
6390 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
6391 dwp live in the same directory as symlinks, with each symlink pointed
6392 to a differently named file in a different directory.
6393
6394 2014-02-11 Doug Evans <dje@google.com>
6395
6396 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
6397 of Tcl file commands.
6398
6399 2014-02-10 Mark Kettenis <kettenis@gnu.org>
6400
6401 * gdb.threads/step-after-sr-lock.exp: Avoid executing
6402 "kill -SIGUSR1 -1".
6403
6404 2014-02-10 Joel Brobecker <brobecker@adacore.com>
6405
6406 * gdb.ada/tick_length_array_enum_idx: New testcase.
6407
6408 2014-02-10 Doug Evans <xdje42@gmail.com>
6409
6410 * configure.ac (AC_OUTPUT): Add gdb.guile.
6411 * configure: Regenerate.
6412 * lib/gdb-guile.exp: New file.
6413 * lib/gdb.exp (get_target_charset): New function.
6414 * gdb.base/help.exp: Update expected output from "apropos apropos".
6415 * gdb.guile/Makefile.in: New file.
6416 * gdb.guile/guile.exp: New file.
6417 * gdb.guile/scm-arch.c: New file.
6418 * gdb.guile/scm-arch.exp: New file.
6419 * gdb.guile/scm-block.c: New file.
6420 * gdb.guile/scm-block.exp: New file.
6421 * gdb.guile/scm-breakpoint.c: New file.
6422 * gdb.guile/scm-breakpoint.exp: New file.
6423 * gdb.guile/scm-disasm.c: New file.
6424 * gdb.guile/scm-disasm.exp: New file.
6425 * gdb.guile/scm-equal.c: New file.
6426 * gdb.guile/scm-equal.exp: New file.
6427 * gdb.guile/scm-error.exp: New file.
6428 * gdb.guile/scm-error.scm: New file.
6429 * gdb.guile/scm-frame-args.c: New file.
6430 * gdb.guile/scm-frame-args.exp: New file.
6431 * gdb.guile/scm-frame-args.scm: New file.
6432 * gdb.guile/scm-frame-inline.c: New file.
6433 * gdb.guile/scm-frame-inline.exp: New file.
6434 * gdb.guile/scm-frame.c: New file.
6435 * gdb.guile/scm-frame.exp: New file.
6436 * gdb.guile/scm-generics.exp: New file.
6437 * gdb.guile/scm-gsmob.exp: New file.
6438 * gdb.guile/scm-iterator.c: New file.
6439 * gdb.guile/scm-iterator.exp: New file.
6440 * gdb.guile/scm-math.c: New file.
6441 * gdb.guile/scm-math.exp: New file.
6442 * gdb.guile/scm-objfile-script-gdb.in: New file.
6443 * gdb.guile/scm-objfile-script.c: New file.
6444 * gdb.guile/scm-objfile-script.exp: New file.
6445 * gdb.guile/scm-objfile.c: New file.
6446 * gdb.guile/scm-objfile.exp: New file.
6447 * gdb.guile/scm-ports.exp: New file.
6448 * gdb.guile/scm-pretty-print.c: New file.
6449 * gdb.guile/scm-pretty-print.exp: New file.
6450 * gdb.guile/scm-pretty-print.scm: New file.
6451 * gdb.guile/scm-section-script.c: New file.
6452 * gdb.guile/scm-section-script.exp: New file.
6453 * gdb.guile/scm-section-script.scm: New file.
6454 * gdb.guile/scm-symbol.c: New file.
6455 * gdb.guile/scm-symbol.exp: New file.
6456 * gdb.guile/scm-symtab-2.c: New file.
6457 * gdb.guile/scm-symtab.c: New file.
6458 * gdb.guile/scm-symtab.exp: New file.
6459 * gdb.guile/scm-type.c: New file.
6460 * gdb.guile/scm-type.exp: New file.
6461 * gdb.guile/scm-value-cc.cc: New file.
6462 * gdb.guile/scm-value-cc.exp: New file.
6463 * gdb.guile/scm-value.c: New file.
6464 * gdb.guile/scm-value.exp: New file.
6465 * gdb.guile/source2.scm: New file.
6466 * gdb.guile/types-module.cc: New file.
6467 * gdb.guile/types-module.exp: New file.
6468
6469 2014-02-10 Yao Qi <yao@codesourcery.com>
6470
6471 PR testsuite/16543
6472 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
6473 * configure: Regenerated.
6474 * Makefile.in: New file.
6475
6476 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
6477
6478 * gdb.python/py-framefilter.exp: Fix typo.
6479
6480 2014-02-08 Yao Qi <yao@codesourcery.com>
6481
6482 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
6483 that no =breakpoint-modified is emitted when breakpoints are
6484 modified through MI commands.
6485
6486 2014-02-07 Pedro Alves <pedro@codesourcery.com>
6487 Pedro Alves <palves@redhat.com>
6488
6489 * gdb.threads/step-after-sr-lock.c: New file.
6490 * gdb.threads/step-after-sr-lock.exp: New file.
6491
6492 2014-02-07 Pedro Alves <palves@redhat.com>
6493
6494 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
6495
6496 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6497
6498 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
6499 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
6500
6501 2014-02-06 Doug Evans <xdje42@gmail.com>
6502
6503 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
6504 output.
6505
6506 * gdb.gdb/python-interrupts.exp: New file.
6507
6508 2014-02-05 Yao Qi <yao@codesourcery.com>
6509
6510 * gdb.trace/report.exp (use_collected_data): Test the output
6511 of "info threads" and "info inferiors".
6512
6513 2014-02-05 Yao Qi <yao@codesourcery.com>
6514
6515 Revert this patch:
6516
6517 2013-05-24 Yao Qi <yao@codesourcery.com>
6518
6519 * gdb.trace/tfile.exp: Test inferior and thread.
6520
6521 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6522
6523 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
6524 on a function.
6525 * gdb.base/step-bt.c: Call hello via function pointer to make
6526 sure its first instruction is executed on powerpc64le-linux.
6527
6528 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6529
6530 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
6531
6532 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6533
6534 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
6535 of the test patterns for use on little-endian systems.
6536
6537 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6538
6539 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
6540 (decimal_vector): Fix for little-endian.
6541
6542 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
6543
6544 * gdb.arch/sparc-sysstep.exp: New file.
6545 * gdb.arch/sparc-sysstep.c: Likewise.
6546
6547 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
6548
6549 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6550
6551 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
6552
6553 2014-01-23 Tom Tromey <tromey@redhat.com>
6554
6555 * gdb.ada/array_char_idx: New testcase.
6556
6557 2014-01-23 Tom Tromey <tromey@redhat.com>
6558
6559 PR python/16487:
6560 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
6561 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
6562 classes.
6563
6564 2014-01-23 Tom Tromey <tromey@redhat.com>
6565
6566 PR python/16491:
6567 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
6568 string from an inferior frame.
6569 * gdb.python/py-framefilter-mi.exp: Update.
6570
6571 2014-01-22 Doug Evans <dje@google.com>
6572
6573 * gdb.server/server-mon.exp: Add tests for "set debug-format".
6574
6575 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6576
6577 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
6578
6579 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6580
6581 * gdb.trace/entry-values.exp: Remove excess space character from
6582 regex patterns. Handle s390 call instruction.
6583
6584 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6585
6586 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
6587 define "*_start" label. Make "name" static.
6588 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
6589 ${name} by references to ${name}_start.
6590
6591 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6592
6593 * gdb.base/info-macros.exp: Remove "debug" from the compile
6594 options.
6595
6596 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6597
6598 * gdb.dlang/demangle.exp: New file.
6599
6600 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6601
6602 * gdb.dlang/primitive-types.exp: New file.
6603
6604 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6605
6606 * configure.ac: Create gdb.dlang/Makefile.
6607 * configure: Regenerate.
6608 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
6609 * gdb.dlang/Makefile.in: New file.
6610 * lib/d-support.exp: New file.
6611 * lib/gdb.exp (skip_d_tests): New proc.
6612
6613 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6614
6615 * gdb.btrace/delta.exp: Check reverse stepi.
6616 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
6617 * gdb.btrace/finish.exp: New.
6618 * gdb.btrace/next.exp: New.
6619 * gdb.btrace/nexti.exp: New.
6620 * gdb.btrace/record_goto.c: Add comments.
6621 * gdb.btrace/step.exp: New.
6622 * gdb.btrace/stepi.exp: New.
6623 * gdb.btrace/multi-thread-step.c: New.
6624 * gdb.btrace/multi-thread-step.exp: New.
6625 * gdb.btrace/rn-dl-bind.c: New.
6626 * gdb.btrace/rn-dl-bind.exp: New.
6627 * gdb.btrace/data.c: New.
6628 * gdb.btrace/data.exp: New.
6629 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6630
6631 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6632
6633 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
6634 * gdb.btrace/exception.exp: Update.
6635 * gdb.btrace/instruction_history.exp: Update.
6636 * gdb.btrace/record_goto.exp: Update.
6637 * gdb.btrace/tailcall.exp: Update.
6638 * gdb.btrace/unknown_functions.exp: Update.
6639 * gdb.btrace/delta.exp: New.
6640
6641 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6642
6643 * gdb.btrace/record_goto.exp: Add backtrace test.
6644 * gdb.btrace/tailcall.exp: Add backtrace test.
6645
6646 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6647
6648 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
6649 * gdb.btrace/record_goto.c: New.
6650 * gdb.btrace/record_goto.exp: New.
6651 * gdb.btrace/x86-record_goto.S: New.
6652
6653 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6654
6655 * gdb.btrace/function_call_history.exp: Update tests.
6656 * gdb.btrace/instruction_history.exp: Update tests.
6657
6658 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6659
6660 * gdb.btrace/function_call_history.exp: Fix expected field
6661 order for "record function-call-history".
6662 Add new tests for "record function-call-history /c".
6663 * gdb.btrace/exception.cc: New.
6664 * gdb.btrace/exception.exp: New.
6665 * gdb.btrace/tailcall.exp: New.
6666 * gdb.btrace/x86-tailcall.S: New.
6667 * gdb.btrace/x86-tailcall.c: New.
6668 * gdb.btrace/unknown_functions.c: New.
6669 * gdb.btrace/unknown_functions.exp: New.
6670 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6671
6672 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6673
6674 * gdb.btrace/instruction_history.exp: Update.
6675 * gdb.btrace/function_call_history.exp: Update.
6676
6677 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6678
6679 * gdb.btrace/function_call_history.exp: Fix expected function
6680 trace.
6681 * gdb.btrace/instruction_history.exp: Initialize traced.
6682 Remove traced_functions.
6683
6684 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6685
6686 * gdb.btrace/function_call_history.exp: Update
6687 * gdb.btrace/instruction_history.exp: Update.
6688
6689 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6690
6691 * gdb.btrace/enable.exp: Update expected text.
6692
6693 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
6694
6695 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
6696 bytes.
6697
6698 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
6699
6700 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
6701
6702 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
6703
6704 * lib/gdb.exp (supports_process_record): Return true for
6705 arm*-linux*. (supports_reverse): Likewise.
6706
6707 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
6708
6709 PR python/15464
6710 PR python/16113
6711 * gdb.python/py-type.c: Enhance test case.
6712 * gdb.python/py-value-cc.cc: Likewise
6713 * gdb.python/py-type.exp: Add new tests.
6714 * gdb.python/py-value-cc.exp: Likewise
6715
6716 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6717 Pedro Alves <palves@redhat.com>
6718
6719 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
6720 Make "name" extern.
6721 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
6722 references to ${name}_start by references to ${name}.
6723
6724 2014-01-10 Joel Brobecker <brobecker@adacore.com>
6725
6726 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
6727
6728 2014-01-10 Joel Brobecker <brobecker@adacore.com>
6729
6730 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
6731
6732 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
6733 Pedro Alves <palves@redhat.com>
6734
6735 * gdb.mi/mi-info-os.exp: Connect to the target with
6736 mi_gdb_target_load.
6737
6738 2014-01-08 Pedro Alves <palves@redhat.com>
6739
6740 * gdb.threads/reconnect-signal.c: New file.
6741 * gdb.threads/reconnect-signal.exp: New file.
6742
6743 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6744
6745 * gdb.base/source-dir.exp: New file.
6746
6747 2014-01-07 Joel Brobecker <brobecker@adacore.com>
6748
6749 * gdb.ada/mi_interface: New testcase.
6750
6751 2014-01-07 Joel Brobecker <brobecker@adacore.com>
6752
6753 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
6754 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
6755 gdb.ada/pp-rec-component/pck.ads: New files.
6756
6757 2014-01-07 Joel Brobecker <brobecker@adacore.com>
6758
6759 * gdb.python/py-pp-integral.c: New file.
6760 * gdb.python/py-pp-integral.py: New file.
6761 * gdb.python/py-pp-integral.exp: New file.
6762
6763 For older changes see ChangeLog-1993-2013.
6764 \f
6765 ;; Local Variables:
6766 ;; mode: change-log
6767 ;; left-margin: 8
6768 ;; fill-column: 74
6769 ;; version-control: never
6770 ;; End:
6771
6772 Copyright 2014-2015 Free Software Foundation, Inc.
6773 Copying and distribution of this file, with or without modification,
6774 are permitted provided the copyright notice and this notice are preserved.
This page took 0.188709 seconds and 5 git commands to generate.