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