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