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