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