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