testsuite: Fix gcc_compiled for gcc 6 & 7
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
4
5 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
6
7 * gdb.base/killed-outside.exp: Remove $options from a call to
8 `prepare_for_testing'.
9
10 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11
12 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
13 Change test message.
14
15 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
16
17 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
18 Update comment.
19
20 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
21
22 * gdb.trace/mi-trace-save.exp: New file.
23
24 2016-10-13 Yao Qi <yao.qi@linaro.org>
25
26 * gdb.base/code_elim.exp (get_var_address): Remove.
27 * gdb.base/relocate.exp: Likewise.
28 * gdb.base/shreloc.exp: Likewise.
29 * lib/gdb.exp (get_var_address): New.
30
31 2016-10-13 Yao Qi <yao.qi@linaro.org>
32
33 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
34 floating point tests if $skip_float_test is false.
35
36 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
37
38 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
39 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
40 argc values.
41 Add 1 to argc so we guarantee distinct initial/modified argc values.
42
43 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
44
45 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
46
47 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
48
49 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
50 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
51 * gdb.arch/vsx-regs.exp: Likewise.
52
53 2016-10-07 Yao Qi <yao.qi@linaro.org>
54
55 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
56
57 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
58
59 * gdb.python/python.exp: Test decode_line("*0").
60
61 2016-10-06 Doug Evans <dje@google.com>
62
63 * gdb.python/py-value.exp (test_value_creation): Add test for large
64 unsigned 64-bit value.
65
66 2016-10-06 Tom Tromey <tom@tromey.com>
67
68 * gdb.compile/compile.exp: Change java tests to rust.
69 * gdb.base/setshow.exp: Change java tests to rust.
70 * gdb.base/default.exp: Remove java from language list.
71 * README (Examples): Update language example.
72 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
73 test.
74 * lib/gdb.exp (skip_java_tests): Remove.
75 * lib/java.exp: Remove.
76 * gdb.java: Remove.
77
78 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
79
80 * gdb.arch/mips-fcr.exp: New test.
81 * gdb.arch/mips-fcr.c: Source for the new test.
82
83 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
84
85 * gdb.base/solib-disc.exp: Use `standard_output_file'
86 throughout.
87
88 2016-10-06 Pedro Alves <palves@redhat.com>
89
90 * gdb.base/jit-simple-dl.c: New file.
91 * gdb.base/jit-simple-jit.c: New file, factored out from ...
92 * gdb.base/jit-simple.c: ... this.
93 * gdb.base/jit-simple.exp (jit_run): Delete.
94 (build_jit): New proc.
95 (jit_test_reread): Recompile either the main program or the shared
96 library, depending on what is being tested. Skip changing address
97 if caller wants to. Compare before/after addresses. If testing
98 standalone, explicitly load the binary. Test "maint info
99 breakpoints".
100 (top level): Add "standalone vs shared lib" and "change address"
101 vs "same address" axes.
102
103 2016-10-06 Pedro Alves <palves@redhat.com>
104
105 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
106 call.
107 (jit_run): Delete.
108 (jit_test_reread): Use with_test_prefix. Reload the main binary
109 explicitly. Compare the before/after addresses of the JIT
110 descriptor.
111
112 2016-08-15 Doug Evans <dje@google.com>
113
114 * gdb.xml/extra-regs.xml: Update, end field now required, default type
115 for single bitfields is bool.
116 * gdb.xml/tdesc-regs.exp: Ditto.
117
118 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
119
120 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
121
122 2016-10-05 Yao Qi <yao.qi@linaro.org>
123
124 * lib/gdb.exp (support_complex_tests): Return zero if
125 gdb_skip_float_test return true.
126
127 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
128 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
129
130 PR gdb/20487
131 * gdb.mi/user-selected-context-sync.exp: New file.
132 * gdb.mi/user-selected-context-sync.c: New file.
133
134 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
135 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
136
137 PR gdb/20487
138 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
139 =thread-select-event check.
140
141 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
142
143 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
144 the compulsory L operand changes.
145 * gdb.arch/powerpc-power.s: Likewise.
146
147 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
148
149 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
150 * gdb.base/jit-attach-pie.c: New file.
151 * gdb.base/jit-attach-pie.exp: New file.
152
153 2016-09-28 Pedro Alves <palves@redhat.com>
154
155 * gdb.base/infcall-input.c: New file.
156 * gdb.base/infcall-input.exp: New file.
157
158 2016-09-22 Yao Qi <yao.qi@linaro.org>
159
160 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
161 (gdb_exit): Rename it to ...
162 (gdbserver_gdb_exit): ... Close GDBserver.
163 (gdb_exit): New proc, call gdbserver_gdb_exit.
164 (mi_gdb_exit): Likewise.
165
166 2016-09-22 Yao Qi <yao.qi@linaro.org>
167
168 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
169 path.
170 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
171 Remove duplication.
172
173 2016-09-22 Yao Qi <yao.qi@linaro.org>
174
175 * lib/gdbserver-support.exp: Check the existence of
176 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
177
178 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
179
180 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
181
182 2016-09-21 Tom Tromey <tom@tromey.com>
183
184 PR gdb/20604:
185 * gdb.base/quit.exp: New file.
186
187 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
188
189 * .gitignore: New file.
190
191 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
192
193 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
194 throughout.
195
196 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
197
198 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
199
200 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
201
202 * gdb.cp/casts.cc (decltype): Move it ...
203 (main): ... with its call to ...
204 * gdb.cp/casts03.cc: ... a new file.
205 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
206
207 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
208
209 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
210
211 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
212
213 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
214 and sync up the test with tests in gas/testsuite/gas/ppc.
215 * gdb.arch/powerpc-power.exp: Likewise.
216
217 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
218
219 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
220
221 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
222 Jan Kratochvil <jan.kratochvil@redhat.com>
223
224 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
225 make m1's definition to be different from m2's. Use 'dummy' as an
226 argument for probe 'two'.
227
228 2016-09-10 Jon Beniston <jon@beniston.com>
229
230 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
231 for sim target.
232
233 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
234
235 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
236 variable declaration.
237 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
238 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
239 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
240 received HWCAP as its argument.
241
242 2016-09-06 Pedro Alves <palves@redhat.com>
243
244 * gdb.base/new-ui-pending-input.c: New file.
245 * gdb.base/new-ui-pending-input.exp: New file.
246 * gdb.exp (clear_gdb_spawn_id): New procedure.
247 (with_spawn_id): Check whether gdb_spawn_id exists before
248 referencing it. If gdb_spawn_id didn't exist on entry, clear it
249 on exit.
250
251 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
252
253 * gdb.base/float128.c: New file.
254 * gdb.base/float128.exp: Likewise.
255 * gdb.base/floatn.c: Likewise.
256 * gdb.base/floatn.exp: Likewise.
257
258 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
259
260 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
261
262 2016-09-05 Pedro Alves <palves@redhat.com>
263
264 PR backtrace/19927
265 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
266 unwinders are immediately called as side effect of "source" or
267 "disable unwinder" commands.
268 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
269
270 2016-09-02 Yao Qi <yao.qi@linaro.org>
271
272 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
273 is true and $type is "float" or "double".
274
275 2016-09-02 Yao Qi <yao.qi@linaro.org>
276
277 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
278 true.
279 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
280 * gdb.base/call-rt-st.exp: Likewise.
281 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
282 return value instead of gdb,skip_float_test.
283 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
284 (do_function_calls): Use its return value instead of
285 gdb,skip_float_test.
286 * gdb.base/finish.exp: Likewise.
287 * gdb.base/funcargs.exp: Likewise.
288 * gdb.base/return.exp: Likewise.
289 * gdb.base/return2.exp: Likewise.
290 * gdb.base/varargs.exp: Likewise.
291 * lib/gdb.exp (gdb_skip_float_test): Change it to
292 gdb_caching_proc. Detect the broken ptrace on arm-linux.
293
294 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
295
296 * gdb.multi/tids.exp: Test "thread apply all".
297
298 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
299
300 * gdb.base/default.exp (tty): Remove.
301
302 2016-08-24 Kevin Buettner <kevinb@redhat.com>
303
304 * gdb.python/py-recurse-unwind.c: New file.
305 * gdb.python/py-recurse-unwind.py: New file.
306 * gdb.python/py-recurse-unwind.exp: New file.
307
308 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
309
310 * gdb.base/set-inferior-tty.exp: New file.
311 * gdb.base/set-inferior-tty.c: New file.
312
313 2016-08-23 Pedro Alves <palves@redhat.com>
314
315 PR gdb/20494
316 * gdb.base/new-ui-echo.c: New file.
317 * gdb.base/new-ui-echo.exp: New file.
318
319 2016-08-23 Yao Qi <yao.qi@linaro.org>
320
321 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
322 gdbserver_spawn.
323 * gdb.server/connect-without-multi-process.exp (do_test):
324 Likewise.
325
326 2016-08-23 Yao Qi <yao.qi@linaro.org>
327
328 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
329 standalone_txt. Delete gdb_txt and standalone_txt on host
330 and target. Spawn the binary on target. Copy files from
331 target to host.
332
333 2016-08-22 Pedro Alves <palves@redhat.com>
334
335 PR gdb/20505
336 * gdb.base/vdso-warning.exp: Test core dumps too. Use
337 with_test_prefix. Factor out bits to ...
338 (test_no_vdso): ... this new procedure.
339
340 2016-08-19 Carl Love <cel@us.ibm.com>
341
342 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
343 maintaining separate logic for constructing the output path.
344 * gdb.arch/powerpc-d128-regs.exp: Likewise.
345 * gdb.arch/ppc-dfp.exp: Likewise.
346 * gdb.arch/ppc-fp.exp: Likewise.
347 * gdb.arch/vsx-regs.exp: Likewise.
348 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
349 binprefix for generating the additional binary files.
350
351 2016-08-19 Pedro Alves <palves@redhat.com>
352
353 * gdb.trace/mi-trace-frame-collected.exp
354 (test_trace_frame_collected): On x32, expect two registers.
355
356 2016-08-18 Carl Love <cel@us.ibm.com>
357
358 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
359 and sync up the test with tests in gas/testsuite/gas/ppc.
360 * gdb.arch/powerpc-power.exp: Likewise.
361
362 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
363
364 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
365 expected error message.
366
367 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
368
369 * gdb.multi/remove-inferiors.exp: New file.
370 * gdb.multi/remove-inferiors.c: New file.
371
372 2016-08-12 Yao Qi <yao.qi@linaro.org>
373
374 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
375 argument list.
376
377 2016-08-10 Pedro Alves <palves@redhat.com>
378
379 PR gdb/19187
380 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
381 setup_kfails.
382
383 2016-08-09 Pedro Alves <palves@redhat.com>
384 Simon Marchi <simon.marchi@ericsson.com>
385
386 PR gdb/20418
387 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
388 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
389
390 2016-08-09 Pedro Alves <palves@redhat.com>
391
392 PR mi/20431
393 * gdb.mi/mi-cmd-error.exp: New file.
394
395 2016-08-09 Pedro Alves <palves@redhat.com>
396
397 PR gdb/18653
398 * gdb.base/signals-state-child.c: New file.
399 * gdb.base/signals-state-child.exp: New file.
400 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
401
402 2016-08-09 Pedro Alves <palves@redhat.com>
403
404 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
405
406 2016-08-03 Tom Tromey <tom@tromey.com>
407
408 PR python/18565:
409 * gdb.python/py-frame-inline.exp: Add Frame.function test.
410
411 2016-08-01 Yao Qi <yao.qi@linaro.org>
412
413 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
414 variable mode to "multi-process" if $multi_process is 1, otherwise
415 set it to "single-process".
416
417 2016-08-01 Yao Qi <yao.qi@linaro.org>
418
419 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
420 * gdb.cp/cpexprs.exp: Likewise.
421 * gdb.cp/m-static.exp: Likewise.
422
423 2016-07-26 Tom Tromey <tom@tromey.com>
424
425 PR python/20190:
426 * gdb.threads/tls.exp (check_thread_local): Add python symbol
427 test.
428
429 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
430
431 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
432 selecting assembly source files.
433 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
434 assembly source files.
435 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
436 assembly source files.
437 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
438 selecting assembly source files.
439
440 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
441
442 * gdb.base/new-ui.exp (do_test_invalid_args): New
443 procedure.
444
445 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
446
447 * gdb.btrace/reconnect.c: New file.
448 * gdb.btrace/reconnect.exp: New file.
449
450 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
451
452 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
453 to test_catch_syscall_group.
454 (test_catch_syscall_group): New.
455
456 2016-07-21 Tom Tromey <tom@tromey.com>
457
458 * gdb.rust/simple.rs (main): Use empty struct expression.
459 * gdb.rust/simple.exp: Add tests for empty struct expression.
460
461 2016-07-21 Yao Qi <yao.qi@linaro.org>
462
463 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
464 if gdb_skip_xml_test is true on some targets.
465
466 2016-07-21 Yao Qi <yao.qi@linaro.org>
467
468 * gdb.server/solib-list.exp: Unset last_loaded_file.
469
470 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
471
472 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
473 "step into captured_main (args)".
474
475 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
476
477 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
478
479 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
480
481 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
482
483 2016-07-19 Pedro Alves <palves@redhat.com>
484
485 * gdb.opt/inline-break.exp: Remove optimize=-O2.
486 * gdb.opt/inline-bt.exp: Likewise.
487 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
488 additional_flags=-Winline.
489 * gdb.opt/inline-locals.exp: Likewise.
490 * gdb.opt/inline-markers.c (ATTR): Define.
491 (inlined_fn): Use it.
492
493 2016-07-19 Yao Qi <yao.qi@linaro.org>
494
495 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
496 (test_with_self): Remove some code. Remove argument executable.
497 (top-level): Use do_self_tests.
498
499 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
500 Don Breazeal <donb@codesourcery.com>
501
502 * gdb.base/maint.exp: Escape paths used in regular expressions.
503 * gdb.stabs/weird.exp: Likewise.
504
505 2016-07-13 Tom Tromey <tom@tromey.com>
506
507 PR python/15620, PR python/18620:
508 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
509 (test_bkpt_events): New procs.
510
511 2016-07-13 Tom Tromey <tom@tromey.com>
512
513 PR python/17698:
514 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
515 test.
516 (test_watchpoints): Likewise.
517 (test_bkpt_pending): New proc.
518
519 2016-07-13 Tom Tromey <tom@tromey.com>
520
521 PR cli/18053:
522 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
523 completion test.
524
525 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
526
527 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
528 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
529 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
530 f_label.
531 (g): Rename g_end_lbl to g_label.
532 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
533 low_pc and high_pc.
534 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
535
536 2016-07-12 Tom Tromey <tom@tromey.com>
537
538 PR python/19293:
539 * gdb.python/py-unwind-maint.exp: Update tests.
540
541 2016-07-12 Yao Qi <yao.qi@linaro.org>
542
543 * lib/selftest-support.exp (selftest_setup): Match the output
544 when captured_main is inlined.
545
546 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
547
548 * gdb.fortran/derived-types.exp (result_line, result_line_2):
549 New variables.
550 (print this%a, print this%b, print this): New tests.
551 * gdb.fortran/derived-types.f90 (this): New object and
552 initialization.
553
554 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
555
556 * gdb.ada/arraydim.exp: Remove extra directory level in build
557 directory.
558
559 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
560
561 * lib/ada.exp: Remove extra directory level in build directory.
562 * gdb.ada/cond_lang.exp: Likewise.
563 * gdb.ada/exec_changed.exp: Likewise.
564 * gdb.ada/lang_switch.exp: Likewise.
565
566 2016-07-06 Manish Goregaokar <manish@mozilla.com>
567
568 * simple.rs: Add test for raw pointer subscripting
569 * simple.exp: Add test expectations
570
571 2016-07-05 Yao Qi <yao.qi@linaro.org>
572
573 * gdb.mi/mi-reverse.exp: Match =record-started output.
574
575 2016-07-01 Pedro Alves <palves@redhat.com>
576
577 * gdb.base/jit-reader.exp (info_registers_current_frame): New
578 procedure.
579 (jit_reader_test): Test the jit reader's unwinder.
580 * gdb.base/jithost.c (jit_function_00_code): New global.
581 (main): Use memcpy to fill in the mmapped code, instead of poking
582 bytes manually here.
583 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
584 value.
585 (read_debug_info): Save the function's range.
586 (read_sp): New function.
587 (unwind_frame): Use it. Also unwind RBP.
588 (get_frame_id): Use read_sp.
589 (gdb_init_reader): Use calloc instead of malloc.
590 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
591 parameter. Use gdb_test_multiple.
592
593 2016-07-01 Pedro Alves <palves@redhat.com>
594 Antoine Tremblay <antoine.tremblay@ericsson.com>
595
596 * gdb.threads/process-dies-while-detaching.c: New file.
597 * gdb.threads/process-dies-while-detaching.exp: New file.
598
599 2016-07-01 Pedro Alves <palves@redhat.com>
600
601 * gdb.multi/watchpoint-multi-exit.c: New file.
602 * gdb.multi/watchpoint-multi-exit.exp: New file.
603
604 2016-06-30 Pedro Alves <palves@redhat.com>
605
606 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
607 unset inferior_spawn_id.
608
609 2016-06-30 Pedro Alves <palves@redhat.com>
610
611 * lib/mi-support.exp (default_mi_gdb_start): Declare global
612 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
613
614 2016-06-29 Yao Qi <yao.qi@linaro.org>
615
616 * gdb.base/return.c: Add copyright header.
617
618 2016-06-29 Tom Tromey <tom@tromey.com>
619
620 PR python/20129:
621 * gdb.python/py-framefilter.exp: Add tests for setting priority
622 and disabling of non-existent frame filter.
623
624 2016-06-29 Yao Qi <yao.qi@linaro.org>
625
626 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
627 0x0f07ff.
628
629 2016-06-28 Yao Qi <yao.qi@linaro.org>
630
631 * gdb.base/catch-syscall.exp: Remove check on isnative and target
632 triplets. Start gdb, execute catch syscall, and continue. Check
633 gdb's output to determine catch syscall is supported.
634
635 2016-06-27 Manish Goregaokar <manish@mozilla.com>
636
637 * gdb.rust/simple.rs: Add test for returning unit in a function.
638 * gdb.rust/simple.exp: Add expectation for functions returning
639 unit.
640
641 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
642
643 * gdb.python/py-breakpoint-create-fail.c,
644 gdb.python/py-breakpoint-create-fail.exp,
645 gdb.python/py-breakpoint-create-fail.py: New testcase.
646
647 2016-06-25 Manish Goregaokar <manish@mozilla.com>
648
649 PR gdb/20239
650 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
651 * gdb.rust/simple.exp: Add test expectations for new NonZero
652 tests.
653
654 2016-06-24 David Taylor <dtaylor@emc.com>
655
656 * gdb.base/offsets.exp: New file.
657 * gdb.base/offsets.c: New file.
658
659 2016-06-23 Tom Tromey <tom@tromey.com>
660
661 PR gdb/16483:
662 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
663 before any filters are loaded.
664
665 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
666
667 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
668 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
669 structs.
670 * gdb.fortran/derived-type-function.exp: New file.
671 * gdb.fortran/derived-type-function.f90: New file.
672
673
674 2016-06-21 Pedro Alves <palves@redhat.com>
675
676 * gdb.base/new-ui.exp: New file.
677 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
678 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
679 (with_spawn_id): New procedure.
680
681 2016-06-21 Pedro Alves <palves@redhat.com>
682
683 * gdb.mi/mi-exec-run.exp: New file.
684
685 2016-06-21 Pedro Alves <palves@redhat.com>
686
687 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
688 breakpoint command's output on the main UI.
689 (test_break): New procedure, factored out from calls in the top
690 level.
691 (top level): Use foreach_with_prefix to test MI as main UI and as
692 separate UI.
693
694 2016-06-21 Pedro Alves <palves@redhat.com>
695
696 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
697 (test_awatch_creation_and_listing)
698 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
699 Remove 'type' parameter.
700 (test_watchpoint_all): New parameter mi_mode. Remove
701 with_test_prefix.
702 (top level): Use foreach_with_prefix, and add main/separate UI MI
703 testing axis.
704
705 2016-06-21 Pedro Alves <palves@redhat.com>
706
707 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
708 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
709 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
710 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
711 (gdb_main_spawn_id, mi_spawn_id): Declare and
712 comment.
713 (mi_create_inferior_pty): New procedure,
714 factored out from default_mi_gdb_start.
715 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
716 procedures.
717 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
718 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
719 Use mi_create_inferior_pty.
720 (mi_gdb_start): Use eval to pass down args list.
721
722 2016-06-21 Pedro Alves <palves@redhat.com>
723
724 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
725 * gdb.opt/inline-cmds.exp: Add MI tests.
726
727 2016-06-21 Pedro Alves <palves@redhat.com>
728
729 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
730
731 2016-06-21 Pedro Alves <palves@redhat.com>
732
733 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
734 (top level): Use it instead of mi_execute_to.
735
736 2016-06-21 Pedro Alves <palves@redhat.com>
737
738 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
739 (cont_handler_str): New.
740 (signal_stop_handler): Set stop_handler_str instead of printing to
741 stdout.
742 (continue_handler): Set cont_handler_str instead of printing to
743 stdout.
744 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
745 mi_send_resuming_command. Print stop_handler_str and
746 cont_handler_str instead of expecting the python events print
747 directly.
748
749 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
750
751 * gdb.base/jit-reader.exp: New file.
752 * gdb.base/jithost.c: New file.
753 * gdb.base/jithost.h: New file.
754 * gdb.base/jitreader.c : New file.
755 * gdb.base/jit-protocol.h: New file.
756
757 2016-06-17 Yao Qi <yao.qi@linaro.org>
758
759 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
760 parameters follow_fork and detach_on_fork. Set follow-fork-mode
761 and detach-on-fork. Adjust tests.
762 (top level): Invoke break_cond_on_syscall with combinations of
763 syscall, follow-fork-mode and detach-on-fork.
764
765 2016-06-17 Yao Qi <yao.qi@linaro.org>
766
767 * gdb.base/step-over-exit.c: New.
768 * gdb.base/step-over-exit.exp: New.
769
770 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
771
772 * gdb.base/float.exp: Add target check for nds32*-*-*.
773 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
774
775 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
776
777 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
778 for unsupported target features.
779 * gdb.base/call-rt-st.exp: Likewise.
780 * gdb.base/call-sc.exp: Likewise.
781 * gdb.base/call-signal-resume.exp: Likewise.
782 * gdb.base/call-strs.exp: Likewise.
783 * gdb.base/callexit.exp: Likewise.
784 * gdb.base/callfuncs.exp: Likewise.
785 * gdb.base/nodebug.exp: Likewise.
786 * gdb.base/printcmds.exp: Likewise.
787 * gdb.base/ptype.exp: Likewise.
788 * gdb.base/structs.exp: Likewise.
789 * gdb.base/unwindonsignal.exp: Likewise.
790 * gdb.cp/gdb2495.exp: Likewise.
791 * gdb.cp/templates.exp: Likewise.
792 * gdb.cp/virtfunc.exp: Likewise.
793 * gdb.threads/hand-call-in-threads.exp: Likewise.
794 * gdb.threads/interrupted-hand-call.exp: Likewise.
795 * gdb.threads/thread-unwindonsignal.exp: Likewise.
796
797 2016-06-10 Tom Tromey <tom@tromey.com>
798
799 PR rust/20110:
800 * gdb.rust/expr.exp: Add test for integer constant larger than
801 i32.
802
803 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
804
805 * gdb.fortran/nested-funcs.exp: New.
806 * gdb.fortran/nested-funcs.f90: New.
807
808 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
809
810 * gdb.base/examine-backward.c: New file.
811 * gdb.base/examine-backward.exp: New file.
812
813 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
814
815 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
816 matching.
817
818 2016-06-02 Tom Tromey <tom@tromey.com>
819
820 PR python/18984:
821 * gdb.python/py-shared.exp: Add solib_name test.
822
823 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
824
825 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
826
827 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
828
829 PR c++/19893
830 * gdb.dwarf2/implref.exp: Rename to...
831 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
832 * gdb.dwarf2/implref-array.c: New file.
833 * gdb.dwarf2/implref-array.exp: Likewise.
834 * gdb.dwarf2/implref-global.c: Likewise.
835 * gdb.dwarf2/implref-global.exp: Likewise.
836 * gdb.dwarf2/implref-struct.c: Likewise.
837 * gdb.dwarf2/implref-struct.exp: Likewise.
838
839 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
840
841 * gdb.trace/trace-condition.exp: Add 64bit tests.
842
843 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
844
845 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
846 bits types.
847 (main): Adapt to 8 to 64 bits types.
848 * gdb.trace/trace-condition.exp: Add new tests.
849
850 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
851
852 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
853
854 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
855
856 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
857 Move condition tests...
858 * gdb.trace/trace-condition.exp: Here.
859
860 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
861
862 * gdb.trace/trace-condition.exp: Add counter-case tests.
863
864 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
865
866 PR c++/15231
867 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
868 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
869
870 2016-05-27 Pedro Alves <palves@redhat.com>
871
872 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
873 New procedure.
874 (top level): Call it, and bail out of DejaGnu is known to be bad.
875
876 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
877
878 * gdb.base/whatis.c: Extend the test case.
879 * gdb.base/whatis.exp: Add additional tests.
880
881 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
882
883 * gdb.fortran/type.f90: Add pointer variable.
884 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
885
886 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
887
888 * gdb.fortran/vla-type.exp: Fix testcase name.
889
890 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
891
892 * gdb.fortran/vla-type.exp: Access elements in nested structs.
893
894 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
895
896 * gdb.fortran/type.f90: Add nested structures.
897 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
898 * gdb.fortran/derived-type.exp: Adapt expected output.
899 * gdb.fortran/vla-type.exp: Adapt expected output.
900
901 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
902
903 * gdb.fortran/whatis_type.exp: Adapt expected output.
904
905 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
906
907 * gdb.fortran/print_type.exp: Fix expected output.
908 * gdb.fortran/whatis_type.exp: Fix expected output.
909
910 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
911
912 * gdb.fortran/whatis_type.exp: Use multi_line.
913
914 2016-05-24 Tom Tromey <tom@tromey.com>
915
916 PR python/17386:
917 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
918 use value as an index.
919
920 2016-05-23 Tom Tromey <tom@tromey.com>
921
922 PR python/17981:
923 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
924 no-breakpoint case.
925
926 2016-05-24 Pedro Alves <palves@redhat.com>
927
928 PR gdb/19828
929 * gdb.threads/clone-attach-detach.c: New file.
930 * gdb.threads/clone-attach-detach.exp: New file.
931
932 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
933
934 * gdb.base/annota-input-while-running.exp: Fix syntax error.
935
936 2016-05-23 Tom Tromey <tom@tromey.com>
937
938 PR python/19438, PR python/18393:
939 * gdb.python/py-progspace.exp: Add "dir" test.
940 * gdb.python/py-objfile.exp: Add "dir" test.
941
942 2016-05-23 Yao Qi <yao.qi@linaro.org>
943
944 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
945 * gdb.arch/thumb2-it.exp: Likewise.
946
947 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
948
949 * gdb.mi/mi-threads-interrupt.c: New file.
950 * gdb.mi/mi-threads-interrupt.exp: New file.
951
952 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
953
954 PR gdb/18077
955 * gdb.mi/mi-async-run.exp: New file.
956 * gdb.mi/mi-async-run.c: New file.
957
958 2016-05-17 Tom Tromey <tom@tromey.com>
959 Manish Goregaokar <manishsmail@gmail.com>
960
961 * lib/rust-support.exp: New file.
962 * lib/gdb.exp (skip_rust_tests): New proc.
963 (build_executable_from_specs): Handle rust.
964 * lib/future.exp (gdb_find_rustc): New proc.
965 (gdb_default_target_compile): Handle rust.
966 * gdb.rust/expr.exp: New file.
967 * gdb.rust/generics.exp: New file.
968 * gdb.rust/generics.rs: New file.
969 * gdb.rust/methods.exp: New file.
970 * gdb.rust/methods.rs: New file.
971 * gdb.rust/modules.exp: New file.
972 * gdb.rust/modules.rs: New file.
973 * gdb.rust/simple.exp: New file.
974 * gdb.rust/simple.rs: New file.
975
976 2016-05-17 Tom Tromey <tom@tromey.com>
977
978 * gdb.base/default.exp (set language): Add rust.
979
980 2016-05-17 Tom Tromey <tom@tromey.com>
981
982 * gdb.gdb/unittest.exp: New file.
983
984 2016-05-16 Yao Qi <yao.qi@linaro.org>
985
986 * gdb.base/batch-preserve-term-settings.exp: Remove variable
987 shell_prompt. Update shell_prompt_re.
988
989 2016-05-12 Doug Evans <dje@google.com>
990
991 PR symtab/19999
992 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
993 $options when building executable.
994 * gdb.dwarf2/fission-loclists-pie.S: New file.
995 * gdb.dwarf2/fission-loclists-pie.exp: New file.
996
997 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
998
999 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
1000 of [is_remote target],
1001
1002 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
1003
1004 * lib/gdb.exp (use_gdb_stub): New procedure.
1005
1006 2016-05-03 Yunlian Jiang <yunlian@google.com>
1007 Doug Evans <dje@google.com>
1008
1009 PR symtab/19914
1010 * gdb.dwarf2/dwp-sepdebug.c: New file.
1011 * gdb.dwarf2/dwp-sepdebug.exp: New file.
1012
1013 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
1014
1015 * gdb.base/detach.exp: Remove is_remote check.
1016
1017 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
1018
1019 * gdb.base/annota-input-while-running.exp: Don't check for
1020 [is_remote target]. Enable annotations after running to main.
1021 Remove unused "set test..." line.
1022
1023 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
1024
1025 * gdb.trace/trace-enable-disable.exp: New file.
1026 * gdb.trace/trace-enable-disable.c: New file.
1027
1028 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
1029
1030 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
1031 use it in info sharedlibrary test.
1032 * gdb.trace/ftrace-lock.exp: Likewise.
1033 * gdb.trace/ftrace.exp: Likewise.
1034 * gdb.trace/range-stepping.exp: Likewise.
1035 * gdb.trace/trace-break.exp: Likewise.
1036 * gdb.trace/trace-condition.exp: Likewise.
1037 * gdb.trace/trace-mt.exp: Likewise.
1038
1039 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
1040
1041 * lib/gdb.exp (gdb_load_shlibs): Rename to...
1042 (gdb_load_shlib): ... this.
1043 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
1044 gdb_load_shlib.
1045 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
1046 * gdb.base/ctxobj.exp: Likewise.
1047 * gdb.base/dprintf-pending.exp: Likewise.
1048 * gdb.base/dso2dso.exp: Likewise.
1049 * gdb.base/fixsection.exp: Likewise.
1050 * gdb.base/gcore-relro.exp: Likewise.
1051 * gdb.base/gdb1555.exp: Likewise.
1052 * gdb.base/global-var-nested-by-dso.exp: Likewise.
1053 * gdb.base/gnu-ifunc.exp: Likewise.
1054 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
1055 * gdb.base/jit-so.exp (one_jit_test): Likewise.
1056 * gdb.base/pending.exp: Likewise.
1057 * gdb.base/print-file-var.exp: Likewise.
1058 * gdb.base/print-symbol-loading.exp: Likewise.
1059 * gdb.base/shlib-call.exp: Likewise.
1060 * gdb.base/shreloc.exp: Likewise.
1061 * gdb.base/so-impl-ld.exp: Likewise.
1062 * gdb.base/solib-disc.exp: Likewise.
1063 * gdb.base/solib-nodir.exp: Likewise.
1064 * gdb.base/solib-overlap.exp: Likewise.
1065 * gdb.base/solib-symbol.exp: Likewise.
1066 * gdb.base/solib-weak.exp (do_test): Likewise.
1067 * gdb.base/sym-file.exp: Likewise.
1068 * gdb.base/symtab-search-order.exp: Likewise.
1069 * gdb.base/type-opaque.exp: Likewise.
1070 * gdb.base/unload.exp: Likewise.
1071 * gdb.base/watchpoint-solib.exp: Likewise.
1072 * gdb.compile/compile.exp: Likewise.
1073 * gdb.cp/gdb2384.exp: Likewise.
1074 * gdb.cp/infcall-dlopen.exp: Likewise.
1075 * gdb.cp/re-set-overloaded.exp: Likewise.
1076 * gdb.fortran/library-module.exp: Likewise.
1077 * gdb.opt/solib-intra-step.exp: Likewise.
1078 * gdb.python/py-finish-breakpoint.exp: Likewise.
1079 * gdb.python/py-shared.exp: Likewise.
1080 * gdb.reverse/solib-precsave.exp: Likewise.
1081 * gdb.reverse/solib-reverse.exp: Likewise.
1082 * gdb.server/solib-list.exp: Likewise.
1083 * gdb.threads/dlopen-libpthread.exp: Likewise.
1084 * gdb.threads/tls-shared.exp: Likewise.
1085 * gdb.threads/tls-so_extern.exp: Likewise.
1086 * gdb.trace/change-loc.exp: Likewise.
1087 * gdb.trace/ftrace-lock.exp: Likewise.
1088 * gdb.trace/ftrace.exp: Likewise.
1089 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
1090 * gdb.trace/pending.exp: Likewise.
1091 * gdb.trace/range-stepping.exp: Likewise.
1092 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
1093 (strace_info_marker): Likewise.
1094 (strace_probe_marker): Likewise.
1095 (strace_trace_on_same_addr): Likewise.
1096 (strace_trace_on_diff_addr): Likewise.
1097 * gdb.trace/trace-break.exp: Likewise.
1098 * gdb.trace/trace-condition.exp: Likewise.
1099 * gdb.trace/trace-mt.exp: Likewise.
1100
1101 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
1102
1103 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
1104 result of gdb_remote_download.
1105 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
1106 * gdb.base/dso2dso.exp: Likewise.
1107 * gdb.base/global-var-nested-by-dso.exp: Likewise.
1108 * gdb.base/print-file-var.exp: Likewise.
1109 * gdb.base/shlib-call.exp: Likewise.
1110 * gdb.base/shreloc.exp: Likewise.
1111 * gdb.base/solib-overlap.exp: Likewise.
1112 * gdb.base/solib-weak.exp (do_test): Likewise.
1113 * gdb.base/unload.exp: Likewise.
1114
1115 2016-04-27 Yao Qi <yao.qi@linaro.org>
1116
1117 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
1118 exists.
1119
1120 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
1121
1122 * vla-type.exp: Print structure from toplevel.
1123
1124 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
1125
1126 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
1127 of dynamic types.
1128 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
1129 of dynamic types.
1130
1131 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
1132
1133 * gdb.fortran/vla-type.f90: New file.
1134 * gdb.fortran/vla-type.exp: New file.
1135
1136 2016-04-25 Yao Qi <yao.qi@linaro.org>
1137
1138 * gdb.base/branch-to-self.c: New file.
1139 * gdb.base/branch-to-self.exp: New file.
1140
1141 2016-04-22 Yao Qi <yao.qi@linaro.org>
1142
1143 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
1144 more after $hex.
1145
1146 2016-04-22 Yao Qi <yao.qi@linaro.org>
1147
1148 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
1149 * gdb.base/annota3.exp: Likewise.
1150
1151 2016-04-22 Yao Qi <yao.qi@linaro.org>
1152
1153 * gdb.reverse/step-precsave.exp: Do one step and test program
1154 stops in "callee" and do multiple steps until program goes out
1155 of "callee".
1156 * gdb.reverse/step-reverse.exp: Likewise.
1157
1158 2016-04-22 Yao Qi <yao.qi@linaro.org>
1159
1160 * gdb.trace/signal.exp: Also pass if
1161 $tracepoint_hits($i) > $iterations.
1162
1163 2016-04-22 Yao Qi <yao.qi@linaro.org>
1164
1165 * gdb.trace/signal.c: New file.
1166 * gdb.trace/signal.exp: New file.
1167
1168 2016-04-19 Doug Evans <xdje42@gmail.com>
1169
1170 * gdb.base/bad-file.exp: New file.
1171
1172 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
1173
1174 * gdb.dwarf2/implref.exp: New file.
1175
1176 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
1177
1178 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
1179 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
1180 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
1181 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
1182 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
1183 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
1184 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
1185 * lib/fortran.exp (fortran_int4): New procedure.
1186 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
1187 (fortran_logical4): Likewise.
1188
1189 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
1190
1191 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
1192
1193 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
1194
1195 * lib/compiler.c: Add Intel specific preprocessor macros.
1196 * lib/compiler.cc: Likewise.
1197
1198 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
1199
1200 * gdb.server/connect-with-no-symbol-file.c: New file.
1201 * gdb.server/connect-with-no-symbol-file.exp: New file.
1202
1203 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
1204
1205 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
1206
1207 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
1208
1209 * boards/gdbserver-base.exp (${board}_download): Copy source file to
1210 standard output directory.
1211
1212 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1213
1214 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
1215
1216 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
1217
1218 * gdb.btrace/instruction_history.c (loop): Add declaration.
1219
1220 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
1221
1222 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
1223
1224 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
1225
1226 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
1227 parentheses to print.
1228 (continue_handler): Likewise.
1229
1230 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
1231
1232 * gdb.server/solib-list.exp: Remove is_remote check.
1233 Pass shlib= to gdb_compile. Don't link shared library with
1234 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
1235 Run binary filename through "readlink -f" on the target.
1236
1237 2016-04-08 Pedro Alves <palves@redhat.com>
1238
1239 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
1240 interpreter filename as argument to gdbserver_spawn.
1241 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
1242 Return empty if $last_loaded_file does not exist.
1243
1244 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1245
1246 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
1247 * gdb.base/jit-main.c: Use exit after usage.
1248
1249 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1250
1251 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
1252 GDBHISTSIZE prior to the tests.
1253 * gdb.base/gdbinit-history.exp: Likewise.
1254
1255 2016-04-07 Pedro Alves <palves@redhat.com>
1256
1257 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
1258 instead of build_executable. Use gdb_load_shlibs.
1259
1260 2016-04-07 Yao Qi <yao.qi@linaro.org>
1261
1262 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
1263 Execute "si" command.
1264
1265 2016-04-07 Yao Qi <yao.qi@linaro.org>
1266
1267 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
1268 number instead of the comments on some line.
1269
1270 2016-04-06 Don Breazeal <donb@codesourcery.com>
1271
1272 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
1273 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
1274
1275 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
1276
1277 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
1278 standard_output_file. Remove unused binfile variable.
1279
1280 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
1281
1282 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
1283 * gdb.python/py-mi-objfile.exp: Match "list main" output
1284 in console format.
1285
1286 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
1287
1288 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
1289 absolute.
1290
1291 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
1292
1293 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
1294 absolute.
1295 * gdb.trace/ftrace.exp: Likewise.
1296 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
1297 targets as well.
1298 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
1299 (gdb_load_shlibs): Copy libraries to test directory when testing
1300 natively. Only set solib-search-path if testing remotely.
1301 * lib/mi-support.exp (mi_load_shlibs): Likewise.
1302
1303 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
1304
1305 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
1306 gdb_download. Use it even if the target is not remote.
1307 * gdb.base/jit.exp (compile_jit_test): Likewise.
1308 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
1309 output directory if the destination board is local, otherwise use
1310 the standard remote_download from DejaGnu.
1311 (gdb_download): Remove.
1312 (gdb_load_shlibs): Use gdb_remote_download instead of
1313 gdb_download.
1314 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
1315 Use gdb_remote_download instead of gdb_download. Use it even if
1316 the target is not remote.
1317 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
1318 instead of gdb_download.
1319
1320 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
1321
1322 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
1323 (test_insert_delete_modify): Call mi_load_shlibs before trying to
1324 run.
1325
1326 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
1327
1328 PR gdb/19820
1329 * gdb.base/printcmds.exp: Add artificial arrays tests.
1330
1331 2016-03-31 Pedro Alves <palves@redhat.com>
1332
1333 PR gdb/19858
1334 * gdb.base/jit-main.c: Include unistd.h.
1335 (ATTACH): Define to 0 if not already defined.
1336 (wait_for_gdb, mypid): New globals.
1337 (WAIT_FOR_GDB): New macro.
1338 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
1339 some breakpoint locations.
1340 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
1341 New procedures.
1342 (one_jit_test): Add REATTACH parameter, and handle it. Use
1343 continue_to_test_location.
1344 (top level): Test attach, and adjusts calls to one_jit_test.
1345
1346 2016-03-31 Pedro Alves <palves@redhat.com>
1347
1348 PR gdb/19858
1349 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
1350 BINSUFFIX parameter, and handle it.
1351 (top level): Adjust calls compile_jit_test.
1352
1353 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
1354
1355 PR python/19743
1356 * gdb.python/py-mi-events-gdb.py: New file.
1357 * gdb.python/py-mi-events.c: New file.
1358 * gdb.python/py-mi-events.exp: New file.
1359
1360 2016-03-30 Yao Qi <yao.qi@linaro.org>
1361
1362 * gdb.reverse/until-precsave.exp: Match function name only.
1363 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
1364 Move malloc to a condition block.
1365 * gdb.reverse/until-reverse.exp: Match function name only.
1366
1367 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
1368
1369 * gdb.trace/ftrace.exp: Set arg0exp for s390.
1370 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
1371 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
1372 variable for GPR 0 instead of assuming it is register 0.
1373 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
1374 * lib/trace-support.exp: Add s390 registers.
1375
1376 2016-03-29 Yao Qi <yao.qi@linaro.org>
1377
1378 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
1379
1380 2016-03-24 Yao Qi <yao.qi@linaro.org>
1381
1382 * gdb.reverse/break-reverse.exp: Add quotation mark in the
1383 test message.
1384
1385 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1386
1387 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
1388 maintaining separate logic for constructing the output path.
1389
1390 2016-03-16 Don Breazeal <donb@codesourcery.com>
1391
1392 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1393 Retry fork and waitpid on interrupted system call errors.
1394 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1395 Use with_timeout_factor to increase timeout by factor of 10.
1396
1397 2016-03-15 Don Breazeal <donb@codesourcery.com>
1398
1399 * gdb.cp/scope-err.cc: New test program.
1400 * gdb.cp/scope-err.exp: New test script.
1401 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
1402 lines and "set breakpoint here" comment.
1403 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
1404 Fixed some whitespace and format issues.
1405 * gdb.mi/mi-linespec-err-cp.cc: New test program.
1406 * gdb.mi/mi-linespec-err-cp.exp: New test script.
1407
1408 2016-03-15 Doug Evans <dje@google.com>
1409
1410 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
1411 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
1412 All callers updated. Add tests for enums, mixed flags register.
1413
1414 2016-03-15 Doug Evans <dje@google.com>
1415
1416 * gdb.base/skip.c (main): Call test_skip_file_and_function.
1417 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
1418
1419 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
1420
1421 * gdb.base/default.exp: Add $_as_string to the list of expected
1422 convenience functions.
1423
1424 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1425
1426 * gdb.base/maint.exp: New tests for 'maint info line-table'.
1427
1428 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1429
1430 * gdb.python/py-as-string.exp: New file.
1431 * gdb.python/py-as-string.c: New file.
1432
1433 2016-03-09 Pedro Alves <palves@redhat.com>
1434
1435 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
1436 signal" -> "Thread NN received signal" output change.
1437 * gdb.threads/ia64-sigill.exp: Likewise.
1438 * gdb.threads/linux-dp.exp: Likewise.
1439 * gdb.threads/manythreads.exp: Likewise.
1440 * gdb.threads/pending-step.exp: Likewise.
1441 * gdb.threads/print-threads.exp: Likewise.
1442 * gdb.threads/sigstep-threads.exp: Likewise.
1443 * gdb.threads/staticthreads.exp: Likewise.
1444 * gdb.threads/tls.exp: Likewise.
1445
1446 2016-03-09 Pedro Alves <palves@redhat.com>
1447
1448 * gdb.base/command-line-input.exp: New file.
1449
1450 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1451
1452 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
1453 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
1454 * gdb.trace/pending.exp: Accept leading dot before function name.
1455 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
1456 * lib/trace-support.exp: Set registers for ppc.
1457
1458 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1459
1460 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
1461 use it for disassembly; accept .main in addition to main in backtrace.
1462
1463 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
1464 Marcin Kościelnicki <koriakin@0x04.net>
1465
1466 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
1467 (gdb_recursion_test_ptr): New global variable.
1468 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
1469 gdb_recursion_test.
1470 (gdb_c_test): Ditto.
1471
1472 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1473
1474 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
1475 ordering.
1476
1477 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1478
1479 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
1480 (bar): Add bar_start_lbl label.
1481 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
1482 of foo/bar for emitting DWARF and tracing.
1483
1484 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
1485
1486 * analyze-racy-logs.py: Set executable bit.
1487
1488 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
1489
1490 * Makefile.in (DEFAULT_RACY_ITER): New variable.
1491 (CHECK_TARGET_TMP): Likewise.
1492 (check-single-racy): New rule.
1493 (check-parallel-racy): Likewise.
1494 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
1495 (do-check-parallel-racy): New rule.
1496 (check-racy/%.exp): Likewise.
1497 * README (Racy testcases): New section.
1498 * analyze-racy-logs.py: New file.
1499
1500 2016-03-03 Doug Evans <dje@google.com>
1501
1502 * gdb.base/skip.exp: Use with_test_prefix.
1503
1504 2016-03-03 Yao Qi <yao.qi@linaro.org>
1505
1506 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
1507 Invoke step_over_syscall "clone" and break_cond_on_syscall
1508 "clone".
1509 * gdb.base/step-over-clone.c: New file.
1510
1511 2016-03-03 Yao Qi <yao.qi@linaro.org>
1512
1513 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
1514 code format.
1515
1516 2016-03-03 Yao Qi <yao.qi@linaro.org>
1517
1518 * gdb.base/disp-step-fork.c: Rename to ...
1519 * gdb.base/step-over-fork.c: ... it. New file.
1520 * gdb.base/disp-step-vfork.c: Rename to ...
1521 * gdb.base/step-over-vfork.c: ... it. New file.
1522 * gdb.base/disp-step-syscall.exp: Rename to ...
1523 * gdb.base/step-over-syscall.exp: ... it. New file.
1524 (disp_step_cross_syscall): Rename to ...
1525 (step_over_syscall): ... it.
1526
1527 2016-03-03 Yao Qi <yao.qi@linaro.org>
1528
1529 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
1530 If target supports condition evaluation on target, invoke
1531 break_cond_on_syscall for fork and vfork.
1532
1533 2016-03-03 Yao Qi <yao.qi@linaro.org>
1534
1535 * gdb.base/disp-step-syscall.exp: Don't invoke
1536 support_displaced_stepping.
1537 (disp_step_cross_syscall): Test with displaced stepping off and
1538 on if supported.
1539
1540 2016-03-03 Yao Qi <yao.qi@linaro.org>
1541
1542 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
1543 proc.
1544 (setup): New proc.
1545 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
1546 and setup.
1547
1548 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1549
1550 * gdb.fortran/vla-history.exp: Remove breakpoint.
1551
1552 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1553
1554 * gdb.fortran/vla-history.exp: Lookup array elements and printing
1555 exceeds timeout.
1556
1557 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1558
1559 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
1560 breakpoint.
1561
1562 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1563
1564 * gdb.mi/vla.f90: Nullify pointer after declaration.
1565
1566 2016-03-01 Pedro Alves <palves@redhat.com>
1567
1568 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
1569
1570 2016-03-01 Pedro Alves <palves@redhat.com>
1571
1572 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
1573 before anything else.
1574 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
1575 _GNU_SOURCE here.
1576 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
1577 before anything else.
1578 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
1579
1580 2016-03-01 Pedro Alves <palves@redhat.com>
1581
1582 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
1583
1584 2016-03-01 Yao Qi <yao.qi@linaro.org>
1585
1586 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
1587 prepare_for_testing.
1588
1589 2016-03-01 Yao Qi <yao.qi@linaro.org>
1590
1591 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
1592
1593 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1594
1595 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
1596 manually constructing the output path.
1597
1598 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1599
1600 * gdb.arch/s390-stackless.S: New.
1601 * gdb.arch/s390-stackless.exp: New.
1602
1603 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
1604
1605 * gdb.dlang/circular.c: New file.
1606 * gdb.dlang/circular.exp: New file.
1607
1608 2016-02-26 Yao Qi <yao.qi@linaro.org>
1609
1610 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
1611 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
1612 (testcases): Update.
1613
1614 2016-02-26 Yao Qi <yao.qi@linaro.org>
1615
1616 * gdb.reverse/aarch64.c: Rename to ...
1617 * gdb.reverse/insn-reverse.c: ... it.
1618 * gdb.reverse/aarch64.exp: Rename to ...
1619 * gdb.reverse/insn-reverse.exp: ... it.
1620
1621 2016-02-26 Yao Qi <yao.qi@linaro.org>
1622
1623 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
1624 (testcase_ftype): New.
1625 (testcases): New array.
1626 (n_testcases): New.
1627 (main): Call each element in testcases.
1628 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
1629 (read_testcase): New.
1630 Do the tests in a loop.
1631
1632 2016-02-25 Yao Qi <yao.qi@linaro.org>
1633
1634 * gdb.base/branches.c: Remove.
1635
1636 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1637
1638 PR gdb/13808
1639 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
1640
1641 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1642
1643 * gdb.trace/ftrace.exp: Remove unnecessary target check.
1644
1645 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1646
1647 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
1648 change x86_64 call_insn to 'callq'.
1649
1650 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1651
1652 * gdb.trace/tfile-avx.c: Move to...
1653 * gdb.trace/tracefile-pseudo-reg.c: Here.
1654 * gdb.trace/tfile-avx.exp: Move to...
1655 * gdb.trace/tracefile-pseudo-reg.exp: Here.
1656
1657 2016-02-24 Gary Benson <gbenson@redhat.com>
1658
1659 * gdb.base/attach-pie-noexec.exp: Do not expect an error
1660 message on attach.
1661
1662 2016-02-23 Doug Evans <dje@google.com>
1663
1664 * gdb.base/skip.c (test_skip): New function.
1665 (end_test_skip_file_and_function): New function.
1666 (test_skip_file_and_function): New function.
1667 * gdb.base/skip1.c (test_skip): New function.
1668 (skip1_test_skip_file_and_function): New function.
1669 * gdb.base/skip.exp: Add tests for new skip options.
1670 * gdb.base/skip-solib.exp: Update expected output.
1671 * gdb.perf/skip-command.cc: New file.
1672 * gdb.perf/skip-command.exp: New file.
1673 * gdb.perf/skip-command.py: New file.
1674
1675 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
1676
1677 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
1678 info registers pattern.
1679
1680 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
1681
1682 * lib/future.exp: Add D support.
1683 (gdb_find_gdc): New proc.
1684 (gdb_default_target_compile): Add D support.
1685
1686 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
1687
1688 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
1689 user+system time.
1690 (trace_speed_test): Determine the iteration count for a time
1691 between 15..30 seconds.
1692
1693 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1694
1695 * gdb.arch/i386-mpx-sigsegv.c: New file.
1696 * gdb.arch/i386-mpx-sigsegv.exp: New file.
1697 * gdb.arch/i386-mpx-simple_segv.c: New file.
1698 * gdb.arch/i386-mpx-simple_segv.exp: New file.
1699
1700 2016-02-18 Yao Qi <yao.qi@linaro.org>
1701
1702 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1703 Don't call setup_kfail.
1704
1705 2016-02-18 Yao Qi <yao.qi@linaro.org>
1706
1707 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1708 Set "set breakpoint condition-evaluation" per $cond_bp_target.
1709
1710 2016-02-16 Doug Evans <dje@google.com>
1711
1712 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
1713 * gdb.base/skip1.c: Ditto.
1714 * gdb.base/skip.exp: Whitespace cleanup.
1715
1716 2016-02-16 Don Breazeal <donb@codesourcery.com>
1717
1718 PR remote/19496
1719 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1720 Remove kfail for PR remote/19496.
1721
1722 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1723
1724 * lib/gdb.exp (standard_temp_file): Return a path specific to
1725 the runtest invocation.
1726
1727 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1728
1729 * gdb.trace/save-trace.exp: Change relative path to be in the
1730 standard output directory.
1731
1732 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1733
1734 * gdb.arch/i386-prologue.c: Add missing prototypes.
1735
1736 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1737
1738 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
1739 * gdb.arch/i386-prologue.exp: Likewise.
1740 * gdb.arch/i386-size.exp: Likewise.
1741
1742 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
1743
1744 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
1745 define object file path.
1746 * gdb.btrace/gcore.exp: Use standard_output_file to define core
1747 file path.
1748 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
1749 standard_output_file to define binfile.
1750
1751 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1752
1753 Fix compatibility with recent gfortran-5.3.1.
1754 * gdb.fortran/vla-history.exp (print vla1 allocated)
1755 (print vla2 allocated, print $2, print $3): Remove
1756 (print $4): Rename to ...
1757 (print $2): ... here.
1758 (print $9): Rename to ...
1759 (print $5): ... here.
1760 (print $10): Rename to ...
1761 (print $6): ... here.
1762 * gdb.fortran/vla.f90: Add pvla initialization.
1763
1764 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1765
1766 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
1767 New test.
1768 * gdb.fortran/vla-value-sub.exp: Likewise.
1769
1770 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
1771
1772 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
1773
1774 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
1775
1776 * i386-biarch-core.exp: Define corefile using
1777 standard_output_file.
1778
1779 2016-02-12 Yao Qi <yao.qi@linaro.org>
1780
1781 * gdb.arch/arm-single-step-kernel-helper.c: New.
1782 * gdb.arch/arm-single-step-kernel-helper.exp: New.
1783
1784 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
1785
1786 * gdb.btrace/tailcall-only.exp: New.
1787 * gdb.btrace/tailcall-only.c: New.
1788 * gdb.btrace/x86_64-tailcall-only.S: New.
1789 * gdb.btrace/i686-tailcall-only.S: New.
1790
1791 2016-02-11 Pedro Alves <palves@redhat.com>
1792
1793 * README (Parallel testing): Add missing double quotes.
1794
1795 2016-02-11 Pedro Alves <palves@redhat.com>
1796
1797 * README (Parallel testing): New section.
1798 (GDB_PARALLEL): Rewrite.
1799 (FORCE_PARALLEL): Document.
1800
1801 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
1802
1803 * gdb.trace/tfile-avx.c: New test.
1804 * gdb.trace/tfile-avx.exp: New test.
1805
1806 2016-02-09 Keith Seitz <keiths@redhat.com>
1807
1808 PR breakpoints/19546
1809 * gdb.base/infcall-exec.c: New file.
1810 * gdb.base/infcall-exec2.c: New file.
1811 * gdb.base/infcall-exec.exp: New file.
1812
1813 2016-02-09 Keith Seitz <keiths@redhat.com>
1814
1815 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
1816 (toplevel): Call test_bkpt_address.
1817
1818 2016-02-09 Keith Seitz <keiths@redhat.com>
1819
1820 PR python/19506
1821 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
1822 (toplevel): Call test_bkpt_address.
1823
1824 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
1825
1826 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
1827 to AC_OUTPUT.
1828 * configure: Regenerate.
1829
1830 2016-02-09 Pedro Alves <palves@redhat.com>
1831
1832 PR breakpoints/19548
1833 * gdb.base/execl-update-breakpoints.c (some_function): New
1834 function.
1835 (main): Call it.
1836 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
1837 Tighten expected GDB output.
1838
1839 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1840
1841 * Makefile.in (ALL_SUBDIRS): Remove.
1842 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
1843 (distclean maintainer-clean realclean): Likewise.
1844 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
1845 * configure: Regenerate.
1846 * gdb.ada/Makefile.in: Delete.
1847 * gdb.arch/Makefile.in: Likewise.
1848 * gdb.asm/Makefile.in: Likewise.
1849 * gdb.base/Makefile.in: Likewise.
1850 * gdb.btrace/Makefile.in: Likewise.
1851 * gdb.cell/Makefile.in: Likewise.
1852 * gdb.compile/Makefile.in: Likewise.
1853 * gdb.cp/Makefile.in: Likewise.
1854 * gdb.disasm/Makefile.in: Likewise.
1855 * gdb.dlang/Makefile.in: Likewise.
1856 * gdb.dwarf2/Makefile.in: Likewise.
1857 * gdb.fortran/Makefile.in: Likewise.
1858 * gdb.gdb/Makefile.in: Likewise.
1859 * gdb.go/Makefile.in: Likewise.
1860 * gdb.guile/Makefile.in: Likewise.
1861 * gdb.java/Makefile.in: Likewise.
1862 * gdb.linespec/Makefile.in: Likewise.
1863 * gdb.mi/Makefile.in: Likewise.
1864 * gdb.modula2/Makefile.in: Likewise.
1865 * gdb.multi/Makefile.in: Likewise.
1866 * gdb.objc/Makefile.in: Likewise.
1867 * gdb.opencl/Makefile.in: Likewise.
1868 * gdb.opt/Makefile.in: Likewise.
1869 * gdb.pascal/Makefile.in: Likewise.
1870 * gdb.perf/Makefile.in: Likewise.
1871 * gdb.python/Makefile.in: Likewise.
1872 * gdb.reverse/Makefile.in: Likewise.
1873 * gdb.server/Makefile.in: Likewise.
1874 * gdb.stabs/Makefile.in: Likewise.
1875 * gdb.threads/Makefile.in: Likewise.
1876 * gdb.trace/Makefile.in: Likewise.
1877 * gdb.xml/Makefile.in: Likewise.
1878 * lib/gdb.exp (make_gdb_parallel_path): Add check for
1879 GDB_PARALLEL.
1880 (standard_output_file): Remove check for GDB_PARALLEL, always
1881 return path in outputs/$subdir/$testname.
1882
1883 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1884
1885 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
1886 (site.exp): Assign abs_srcdir to tcl's srcdir.
1887
1888 2016-02-04 Yao Qi <yao.qi@linaro.org>
1889
1890 * gdb.base/foll-exec-mode.c: Include limits.h.
1891 (main): Add parameters argc and argv. Get directory from
1892 argv[0].
1893 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
1894 compilation.
1895 * gdb.base/foll-exec.c: Include limits.h.
1896 (main): Add parameters argc and argv.
1897 Get directory from argv[0].
1898 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
1899 Adjust tests on the number of lines as source code changed.
1900 * gdb.base/foll-vfork-exit.c: Include limits.h.
1901 (main): Add one line of statement before vfork.
1902 * gdb.base/foll-vfork.c: Include limits.h and string.h.
1903 (main): Add parameters argc and argv. Get directory from
1904 argv[0].
1905 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
1906 (setup_gdb): Set tbreak to skip some source lines.
1907 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
1908 (main): Add parameters argc and argv. Get directory from
1909 argv[0].
1910 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
1911 compilation.
1912 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
1913 (main): Add parameters argc and argv. Get directory from
1914 argv[0].
1915 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
1916 compilation.
1917
1918 2016-02-01 Doug Evans <dje@google.com>
1919
1920 * gdb.base/skip.exp: Clean up multiple references to same test name.
1921
1922 2016-02-01 Pedro Alves <palves@redhat.com>
1923
1924 PR remote/19496
1925 * gdb.threads/forking-threads-plus-breakpoint.exp
1926 (displaced_stepping_supported): New global.
1927 (probe_displaced_stepping_support): New procedure.
1928 (do_test): Add 'displaced' parameter, and use it.
1929 (top level): Check for displaced stepping support. Add displaced
1930 stepping on/off testing axis.
1931
1932 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1933
1934 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
1935 pointer. Don't perform further tests on the unassociated pointer
1936 if the first test fails.
1937
1938 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1939
1940 * gdb.base/max-value-size.c: New file.
1941 * gdb.base/max-value-size.exp: New file.
1942 * gdb.base/huge.exp: Disable max-value-size for this test.
1943
1944 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
1945
1946 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1947
1948 2016-01-28 Yao Qi <yao.qi@linaro.org>
1949
1950 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
1951
1952 2016-01-25 Pedro Alves <palves@redhat.com>
1953
1954 PR threads/19461
1955 * gdb.base/fork-running-state.c: New file.
1956 * gdb.base/fork-running-state.exp: New file.
1957
1958 2016-01-25 Pedro Alves <palves@redhat.com>
1959
1960 PR gdb/19494
1961 * gdb.base/catch-fork-kill.c: New file.
1962 * gdb.base/catch-fork-kill.exp: New file.
1963
1964 2016-01-25 Pedro Alves <palves@redhat.com>
1965
1966 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
1967 Delete, moved to lib/gdb.exp.
1968 * gdb.threads/forking-threads-plus-breakpoint.exp
1969 (foreach_with_prefix): Likewise.
1970 * gdb.threads/process-dies-while-handling-bp.exp
1971 (foreach_with_prefix): Likewise.
1972 * lib/gdb.exp (foreach_with_prefix): New procedure.
1973
1974 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
1975
1976 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
1977 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
1978
1979 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
1980
1981 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
1982 endian targets.
1983
1984 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1985 Pedro Alves <palves@redhat.com>
1986
1987 Fix testsuite compatibility with Guile.
1988 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
1989 number.
1990
1991 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1992
1993 Fix testsuite compatibility with Guile.
1994 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
1995 (thread 1): New test for backtrace through signal handler.
1996
1997 2016-01-22 Yao Qi <yao.qi@linaro.org>
1998
1999 PR testsuite/19491
2000 * gdb.base/multi-forks.c: Include
2001 ../lib/unbuffer_output.c
2002 (main): Call gdb_unbuffer_output.
2003
2004 2016-01-21 Doug Evans <dje@google.com>
2005
2006 * lib/ada.exp (gdb_compile_ada): Fix typo.
2007
2008 2016-01-21 Joel Brobecker <brobecker@adacore.com>
2009
2010 * gdb.base/break-fun-addr.exp: New file.
2011 * gdb.base/break-fun-addr1.c: New file.
2012 * gdb.base/break-fun-addr2.c: New file.
2013
2014 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
2015
2016 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
2017 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
2018 enum flag values.
2019
2020 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
2021
2022 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
2023 when GDB can not set the vector return value. Add more comments
2024 for clarification.
2025
2026 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
2027
2028 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
2029 command.
2030
2031 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
2032
2033 * Makefile.in (DO_RUNTEST): Add --status and update usages.
2034
2035 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
2036
2037 * Makefile.in (check-single): Pass --status to runtest.
2038 (check/%.exp): Likewise.
2039
2040 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
2041
2042 * Makefile.in (check-parallel): Propagate return code from make
2043 do-check-parallel.
2044
2045 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
2046
2047 * gdb.trace/ftrace.exp: Fix expected message on continue.
2048 * gdb.trace/pending.exp: Fix expected message on continue.
2049 * gdb.trace/trace-break.exp: Fix expected message on continue.
2050
2051 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
2052
2053 * lib/gdb.exp (gdb_test): Remove unused global references.
2054
2055 2016-01-18 Pedro Alves <palves@redhat.com>
2056
2057 * gdb.base/async-shell.exp: Adjust expected output.
2058 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
2059 * gdb.base/siginfo-thread.exp: Adjust expected output.
2060 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
2061 * gdb.java/jnpe.exp: Adjust expected output.
2062 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
2063 * gdb.threads/continue-pending-status.exp: Adjust expected output.
2064 * gdb.threads/leader-exit.exp: Adjust expected output.
2065 * gdb.threads/manythreads.exp: Adjust expected output.
2066 * gdb.threads/pthreads.exp: Adjust expected output.
2067 * gdb.threads/schedlock.exp: Adjust expected output.
2068 * gdb.threads/siginfo-threads.exp: Adjust expected output.
2069 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
2070 expected output.
2071 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
2072 output.
2073 * gdb.threads/sigthread.exp: Adjust expected output.
2074 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
2075
2076 2016-01-18 Yao Qi <yao.qi@linaro.org>
2077
2078 * gdb.guile/scm-section-script.c: Replace @progbits with
2079 %progbits.
2080 * gdb.python/py-section-script.c: Likewise.
2081
2082 2016-01-15 Pedro Alves <palves@redhat.com>
2083
2084 * gdb.multi/tids.exp: Test star wildcard ranges.
2085
2086 2016-01-15 Pedro Alves <palves@redhat.com>
2087
2088 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
2089 command from "thread apply" invocation.
2090 (thr_apply_info_thr_invalid): Default the expected output to the
2091 input tid list.
2092 (top level): Add tests that use convenience variables. Add tests
2093 for "thread apply" with a valid TID list, but missing the command.
2094
2095 2016-01-13 Pedro Alves <palves@redhat.com>
2096
2097 * gdb.base/default.exp: Expect $_gthread as well.
2098 * gdb.multi/tids.exp: Test $_gthread.
2099 * gdb.threads/thread-specific.exp: Test $_gthread.
2100
2101 2016-01-13 Pedro Alves <palves@redhat.com>
2102
2103 * gdb.multi/tids.exp: Test "info threads -gid".
2104
2105 2016-01-13 Pedro Alves <palves@redhat.com>
2106
2107 * gdb.multi/tids.exp: Test InferiorThread.global_num and
2108 Breakpoint.thread.
2109 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
2110
2111 2016-01-07 Pedro Alves <palves@redhat.com>
2112
2113 * gdb.base/break.exp: Adjust to output changes.
2114 * gdb.base/hbreak2.exp: Likewise.
2115 * gdb.base/sepdebug.exp: Likewise.
2116 * gdb.base/watch_thread_num.exp: Likewise.
2117 * gdb.linespec/keywords.exp: Likewise.
2118 * gdb.multi/info-threads.exp: Likewise.
2119 * gdb.threads/thread-find.exp: Likewise.
2120 * gdb.multi/tids.c: New file.
2121 * gdb.multi/tids.exp: New file.
2122
2123 2016-01-13 Pedro Alves <palves@redhat.com>
2124
2125 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
2126
2127 2016-01-13 Pedro Alves <palves@redhat.com>
2128
2129 * gdb.base/default.exp: Expect $_inferior as well.
2130 * gdb.multi/base.exp: Test $_inferior.
2131
2132 2016-01-13 Pedro Alves <palves@redhat.com>
2133
2134 PR breakpoints/19388
2135 * gdb.base/catch-signal-siginfo-cond.c: New file.
2136 * gdb.base/catch-signal-siginfo-cond.exp: New file.
2137
2138 2016-01-12 Josh Stone <jistone@redhat.com>
2139 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2140
2141 * gdb.base/catch-syscall.c (do_execve): New variable.
2142 (main): Conditionally trigger an execve.
2143 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
2144 (test_catch_syscall_execve): New, check entry/return across execve.
2145 (do_syscall_tests): Call test_catch_syscall_execve.
2146
2147 2016-01-12 Pedro Alves <palves@redhat.com>
2148
2149 * gdb.base/random-signal.exp (do_test): New procedure, with body
2150 of testcase moved in.
2151
2152 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2153 Pedro Alves <palves@redhat.com>
2154
2155 * gdb.base/funcargs.exp (finish from indirectly called function):
2156 Reintroduce the case for 'First'.
2157
2158 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2159 Pedro Alves <palves@redhat.com>
2160
2161 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
2162 (tcatch_vfork_then_child_follow_exec)
2163 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
2164 identification.
2165
2166 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2167
2168 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
2169 and repeats to unlimited.
2170 * gdb.python/py-value.exp: Likewise.
2171 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
2172 and repeats to unlimited.
2173
2174 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2175
2176 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
2177 and reordering the functions.
2178 * gdb.multi/hangout.c: Likewise.
2179 * gdb.multi/hello.c: Likewise.
2180
2181 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
2182
2183 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
2184 absolute.
2185 (SingleStatisticTestResult.report): Use dict.keys instead of
2186 dict.iterkeys.
2187
2188 2016-01-06 Pedro Alves <palves@redhat.com>
2189
2190 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
2191
2192 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
2193
2194 * gdb.btrace/dlopen.exp: New.
2195 * gdb.btrace/dlopen.c: New.
2196 * gdb.btrace/dlopen-dso.c: New.
2197
2198 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
2199
2200 * lib/gdb.exp (gdb_test): Update comments to clarify that the
2201 PATTERN argument is optional.
2202
2203 2015-12-24 Joel Brobecker <brobecker@adacore.com>
2204
2205 * lib/ada.exp (target_compile_ada_from_dir): New function.
2206 (gdb_compile_ada): Reimplement avoiding the use of project files.
2207 * gdb.ada/gnat_ada.gpr: Delete.
2208 * gdb.ada/cond_lang.exp: Adjust test to make path before
2209 filename optional.
2210 * gdb.ada/small_reg_param.exp: Likewise.
2211
2212 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
2213
2214 * gdb.base/foll-vork.exp: Remove HP-UX special case.
2215
2216 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
2217
2218 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
2219 case.
2220
2221 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
2222
2223 * gdb.base/break.exp: Remove dead code.
2224 * gdb.base/sepdebug.exp: Likewise.
2225
2226 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
2227
2228 * gdb.asm/asm-source.exp: Remove HP-UX references.
2229 * gdb.base/annota1.exp: Likewise.
2230 * gdb.base/annota3.exp: Likewise.
2231 * gdb.base/attach.exp: Likewise.
2232 * gdb.base/bigcore.exp: Likewise.
2233 * gdb.base/break.exp: Likewise.
2234 * gdb.base/call-ar-st.exp: Likewise.
2235 * gdb.base/callfuncs.exp: Likewise.
2236 * gdb.base/catch-fork-static.exp: Likewise.
2237 * gdb.base/display.exp: Likewise.
2238 * gdb.base/foll-exec-mode.exp: Likewise.
2239 * gdb.base/foll-exec.exp: Likewise.
2240 * gdb.base/foll-fork.exp: Likewise.
2241 * gdb.base/foll-vfork.exp: Likewise.
2242 * gdb.base/funcargs.exp: Likewise.
2243 * gdb.base/hbreak2.exp: Likewise.
2244 * gdb.base/inferior-died.exp: Likewise.
2245 * gdb.base/interrupt.exp: Likewise.
2246 * gdb.base/multi-forks.exp: Likewise.
2247 * gdb.base/nodebug.exp: Likewise.
2248 * gdb.base/sepdebug.exp: Likewise.
2249 * gdb.base/solib1.c: Likewise.
2250 * gdb.base/step-test.exp: Likewise.
2251 * gdb.mi/non-stop.c: Likewise.
2252 * gdb.mi/pthreads.c: Likewise.
2253 * gdb.multi/bkpt-multi-exec.ex: Likewise.
2254 * gdb.threads/pthreads.c: Likewise.
2255 * gdb.threads/staticthreads.exp: Likewise.
2256 * lib/future.exp: Likewise.
2257 * lib/gdb.exp: Likewise.
2258 * gdb.base/so-indr-cl.c: Remove.
2259 * gdb.base/so-indr-cl.exp: Likewise.
2260 * gdb.base/solib.c: Likewise.
2261 * gdb.base/solib.exp: Likewise.
2262 * gdb.base/solib2.c: Likewise.
2263
2264 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
2265
2266 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
2267 * gdb.base/call-ar-st.exp: Likewise.
2268 * gdb.base/callfuncs.exp: Likewise.
2269 * gdb.base/condbreak.exp: Likewise.
2270 * gdb.base/constvars.exp: Likewise.
2271 * gdb.base/hbreak2.exp: Likewise.
2272 * gdb.base/langs.exp: Likewise.
2273 * gdb.base/list.exp: Likewise.
2274 * gdb.base/long_long.exp: Likewise.
2275 * gdb.base/ptype.exp: Likewise.
2276 * gdb.base/scope.exp: Likewise.
2277 * gdb.base/signals.exp: Likewise.
2278 * gdb.base/so-impl-ld.exp: Likewise.
2279 * gdb.base/varargs.exp: Likewise.
2280 * gdb.base/volatile.exp: Likewise.
2281 * gdb.base/whatis.exp: Likewise.
2282 * gdb.cp/cplusfuncs.exp: Likewise.
2283 * gdb.cp/inherit.exp: Likewise.
2284 * gdb.cp/local.exp: Likewise.
2285 * gdb.cp/member-ptr.exp: Likewise.
2286 * gdb.cp/method.exp: Likewise.
2287 * gdb.cp/overload.exp: Likewise.
2288 * gdb.cp/templates.exp: Likewise.
2289 * gdb.stabs/weird.exp: Likewise.
2290 * lib/compiler.c: Likewise.
2291 * lib/compiler.cc: Likewise.
2292 * lib/cp-support.exp: Likewise.
2293 * lib/gdb.exp: Likewise.
2294
2295 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
2296
2297 * configure.ac: Remove HP-UX case.
2298 * configure: Regenerate.
2299
2300 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
2301
2302 * lib/gdb.exp (gdb_compile): Add function doc.
2303
2304 2015-12-17 Pedro Alves <palves@redhat.com>
2305
2306 PR threads/19354
2307 * gdb.multi/info-threads.exp: New file.
2308
2309 2015-12-15 Yao Qi <yao.qi@linaro.org>
2310
2311 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
2312 is aarch64*-*-*.
2313
2314 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2315
2316 * gdb.base/history-duplicates.exp: Skip if no readline support.
2317
2318 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2319
2320 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
2321
2322 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2323
2324 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
2325
2326 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2327
2328 * gdb.base/completion.exp: Skip tests that interrupt GDB with
2329 ctrl-C if nointerrupts target property is set.
2330 * gdb.base/double-prompt-target-event-error.exp: Likewise.
2331 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
2332 * gdb.base/paginate-bg-execution.exp: Likewise.
2333 * gdb.base/paginate-execution-startup.exp: Likewise.
2334 * gdb.base/random-signal.exp: Likewise.
2335 * gdb.base/range-stepping.exp: Likewise.
2336 * gdb.cp/annota2.exp: Likewise.
2337 * gdb.cp/annota3.exp: Likewise.
2338 * gdb.gdb/selftest.exp: Likewise.
2339 * gdb.threads/continue-pending-status.exp: Likewise.
2340 * gdb.threads/leader-exit.exp: Likewise.
2341 * gdb.threads/manythreads.exp: Likewise.
2342 * gdb.threads/pthreads.exp: Likewise.
2343 * gdb.threads/schedlock.exp: Likewise.
2344 * gdb.threads/sigthread.exp: Likewise.
2345
2346 2015-12-11 Don Breazeal <donb@codesourcery.com>
2347
2348 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
2349 remote.
2350 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
2351 * gdb.base/foll-exec.exp (main): Enable for target remote.
2352 * gdb.base/foll-fork.exp (main): Likewise.
2353 * gdb.base/foll-vfork.exp (main): Likewise.
2354 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
2355 (proc continue_to_exit_bp_loc): Use clean_restart.
2356 * gdb.base/pie-execl.exp (main): Disable for target remote.
2357 * gdb.base/watch-vfork.exp (main): Enable for target remote.
2358 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
2359 * gdb.threads/execl.exp (main): Likewise.
2360 * gdb.threads/fork-child-threads.exp (main): Likewise.
2361 * gdb.threads/fork-plus-threads.exp (main): Disable for target
2362 remote.
2363 * gdb.threads/fork-thread-pending.exp (main): Enable for target
2364 remote.
2365 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
2366 pid.tid style ptids, instead of just tid.
2367 * gdb.threads/thread-execl.exp (main): Enable for target remote.
2368 * gdb.threads/watchpoint-fork.exp (main): Likewise.
2369 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
2370 ptids, instead of just tid.
2371
2372 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2373
2374 * gdb.base/list.exp (test_list_forward): Add end of file error
2375 test.
2376 (test_repeat_list_command): Add end of file error test.
2377 (test_list_backwards): Add beginning of file error test.
2378
2379 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2380
2381 * gdb.base/list.exp (test_list_invalid_args): New function,
2382 defined, and called.
2383
2384 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2385
2386 * gdb.base/list.exp (test_list): Make test names unique.
2387
2388 2015-12-11 Yao Qi <yao.qi@linaro.org>
2389
2390 * gdb.base/coremaker2.c: Remove.
2391
2392 2015-12-10 Pedro Alves <palves@redhat.com>
2393
2394 * gdb.multi/base.exp: Remove stale "spaces" references.
2395
2396 2015-12-10 Pedro Alves <palves@redhat.com>
2397
2398 * gdb.multi/base.exp: Don't use nowarnings.
2399 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
2400 * gdb.multi/hangout.c: Include stdio.h.
2401 * gdb.multi/hello.c: Include stdlib.h.
2402 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
2403 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
2404 * gdb.multi/multi-arch.exp: Don't use nowarnings.
2405
2406 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
2407
2408 * gdb.dwarf2/dw2-ranges-base.c: New file.
2409 * gdb.dwarf2/dw2-ranges-base.exp: New file.
2410 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
2411 support additional line table, and debug ranges generation.
2412 (Dwarf::ranges): New function, generate .debug_ranges.
2413 (Dwarf::lines): Support generating simple line table programs.
2414 (Dwarf::assemble): Initialise new namespace variables.
2415
2416 2015-12-09 Kevin Buettner <kevinb@redhat.com>
2417
2418 * gdb.base/async.exp (proc test_background): Add case for
2419 asynchronous execution not supported.
2420
2421 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
2422
2423 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
2424 format and change test names to make them unique.
2425
2426 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
2427 Pedro Alves <pedro@redhat.com>
2428
2429 PR gdb/18702
2430 Add checking of floatformats setup on x86_64 hosts.
2431 * gdb.arch/i386-float.S (main): Load bigval and smallval.
2432 (smallval, bigval): New labels/constants.
2433 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
2434 float" after loading bigval and smallval.
2435
2436 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
2437
2438 * gdb.ada/fun_overload_menu.exp: New testcase.
2439 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
2440
2441 2015-12-04 Josh Stone <jistone@redhat.com>
2442
2443 * gdb.base/catch-fork-static.exp: New.
2444
2445 2015-12-03 Yao Qi <yao.qi@linaro.org>
2446
2447 * gdb.base/sizeof.c: Don't include stdio.h and
2448 ../lib/unbuffer_output.c.
2449 (main): New variable 'size' and 'value'. Remove printf and
2450 gdb_unbuffer_output. Assign return value to size and value.
2451 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
2452 at the beginning.
2453 (check_sizeof): Check the result by printing variable 'size'.
2454 (check_valueof): Check the result by printing variable 'value'.
2455
2456 2015-12-01 Yao Qi <yao.qi@linaro.org>
2457
2458 * gdb.base/disp-step-syscall.exp: Define syscall instruction
2459 for aarch64*-*-linux* target.
2460
2461 2015-11-30 Pedro Alves <palves@redhat.com>
2462
2463 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
2464
2465 2015-11-30 Pedro Alves <palves@redhat.com>
2466
2467 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
2468 Handle non-stop mode vCont replies.
2469
2470 2015-11-30 Pedro Alves <palves@redhat.com>
2471
2472 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
2473 prepare_for_testing. Start gdb with "set non-stop on" appended to
2474 GDBFLAGS. Lax expected stop output.
2475
2476 2015-11-27 Yao Qi <yao.qi@linaro.org>
2477
2478 * gdb.arch/arm-neon.exp: New.
2479 * gdb.arch/arm-neon.c: New.
2480
2481 2015-11-27 Yao Qi <yao.qi@linaro.org>
2482
2483 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
2484
2485 2015-11-27 Yao Qi <yao.qi@linaro.org>
2486
2487 * gdb.cp/annota2.exp: Allow multiple occurrences of the
2488 frames-invalid annotation.
2489
2490 2015-11-27 Yao Qi <yao.qi@linaro.org>
2491
2492 * gdb.cp/annota2.exp: Use ${frames_invalid}.
2493
2494 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
2495
2496 * gdb.threads/names.exp: New file.
2497 * gdb.threads/names.c: New file.
2498 * README: Mention gdb,no_thread_names.
2499
2500 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
2501
2502 PR 19297
2503 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
2504 support" error.
2505
2506 2015-11-24 Pedro Alves <palves@redhat.com>
2507
2508 PR 17539
2509 * gdb.base/display.exp: Expect displays to be sorted in ascending
2510 order. Use multi_line.
2511 * gdb.base/solib-display.exp: Likewise.
2512
2513 2015-11-24 Pedro Alves <palves@redhat.com>
2514
2515 PR 17539
2516 * gdb.base/display.exp: Expect displays to be sorted in ascending
2517 order. Use multi_line.
2518 * gdb.base/solib-display.exp: Likewise.
2519
2520 2015-11-24 Pedro Alves <palves@redhat.com>
2521
2522 PR 17539
2523 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
2524 threads in ascending order.
2525 * gdb.base/foll-fork.exp: Likewise.
2526 * gdb.base/foll-vfork.exp: Likewise.
2527 * gdb.base/multi-forks.exp: Likewise.
2528 * gdb.mi/mi-nonstop.exp: Likewise.
2529 * gdb.mi/mi-nsintrall.exp: Likewise.
2530 * gdb.multi/base.exp: Likewise.
2531 * gdb.multi/multi-arch.exp: Likewise.
2532 * gdb.python/py-inferior.exp: Likewise.
2533 * gdb.threads/break-while-running.exp: Likewise.
2534 * gdb.threads/execl.exp: Likewise.
2535 * gdb.threads/gcore-thread.exp: Likewise.
2536 * gdb.threads/info-threads-cur-sal.exp: Likewise.
2537 * gdb.threads/kill.exp: Likewise.
2538 * gdb.threads/linux-dp.exp: Likewise.
2539 * gdb.threads/multiple-step-overs.exp: Likewise.
2540 * gdb.threads/next-bp-other-thread.exp: Likewise.
2541 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
2542 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
2543 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
2544 * gdb.threads/thread-find.exp: Likewise.
2545 * gdb.threads/tls.exp: Likewise.
2546 * lib/mi-support.exp (mi_reverse_list): Delete.
2547 (mi_check_thread_states): No longer reverse list.
2548
2549 2015-11-24 Pedro Alves <palves@redhat.com>
2550
2551 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
2552 use lowercase.
2553
2554 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
2555
2556 * gdb.trace/actions.c: Include trace-common.h.
2557 (main): Add a location for a fast tracepoint.
2558 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
2559 the normal tracepoints.
2560 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
2561
2562 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
2563
2564 * save-trace.exp: Factor out code to these...
2565 (gdb_save_tracepoints): New.
2566 (gdb_load_tracepoints): New.
2567 (do_save_load_test): New.
2568
2569 2015-11-23 Kevin Buettner <kevinb@redhat.com>
2570
2571 * gdb.base/asmlabel.exp: New test.
2572 * gdb.base/asmlabel.c: New test case.
2573
2574 2015-11-23 Joel Brobecker <brobecker@adacore.com>
2575
2576 * gdb.base/wrong_frame_bt_full-main.c: New file.
2577 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
2578 * gdb.base/wrong_frame_bt_full.exp: New file.
2579
2580 2015-11-23 Joel Brobecker <brobecker@adacore.com>
2581
2582 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
2583
2584 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
2585
2586 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
2587 pstate register when comparing registers values in
2588 sparc64-*-linux-gnu targets to avoid spurious differences.
2589
2590 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
2591
2592 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
2593
2594 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
2595
2596 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
2597 as type argument to gdb_compile.
2598 * gdb.base/nested-subp2.exp: Likewise.
2599 * gdb.base/nested-subp3.exp: Likewise.
2600
2601 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
2602
2603 * lib/dwarf.exp (_note): Fix left shift of negative value.
2604 * gdb.trace/trace-condition.exp: Likewise.
2605
2606 2015-11-13 Yao Qi <yao.qi@linaro.org>
2607
2608 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
2609 comments about d10v.
2610 (test_scalar_returns): Likewise.
2611 * gdb.base/d10v.ld: Remove.
2612 * gdb.base/overlays.exp: Remove the target triplet checking for
2613 d10v-*-*.
2614 * gdb.base/structs.exp (test_struct_returns): Remove the
2615 comments about d10v.
2616 (test_struct_calls): Likewise.
2617
2618 2015-11-13 Yao Qi <yao.qi@linaro.org>
2619
2620 * gdb.base/gnu_vector.exp: Check the return value by "p res".
2621 * gdb.base/gnu_vector.c: Don't include stdio.h.
2622 (main): Don't print res and call add_some_intvecs.
2623
2624 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
2625
2626 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
2627 macro.
2628 (func5): Removed.
2629 (func4): Use FAST_TRACEPOINT_LABEL.
2630 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
2631 macro.
2632 (func): Removed.
2633 (thread_function): Use FAST_TRACEPOINT_LABEL.
2634 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
2635 (func): Remove.
2636 (marker): Use FAST_TRACEPOINT_LABEL.
2637 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
2638 (pendfunc1): Remove.
2639 (pendfunc): Use FAST_TRACEPOINT_LABEL.
2640 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
2641 (foo): Remove.
2642 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
2643 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
2644 macro.
2645 (func): Remove.
2646 (marker): Use FAST_TRACEPOINT_LABEL.
2647 * gdb.trace/trace-common.h: New header.
2648 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
2649 macro.
2650 (func): Remove.
2651 (marker): Use FAST_TRACEPOINT_LABEL.
2652 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
2653 (func): Remove.
2654 (thread_function): Use FAST_TRACEPOINT_LABEL.
2655
2656 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
2657
2658 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
2659 in front.
2660 * gdb.trace/change-loc.exp: Use global pcreg definition.
2661 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
2662 * gdb.trace/entry-values.exp: Use global spreg definition, add $
2663 in front.
2664 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
2665 * gdb.trace/pending.exp: Likewise.
2666 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
2667 * gdb.trace/trace-break.exp: Likewise.
2668 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
2669 in front.
2670 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
2671 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
2672 in front.
2673 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
2674
2675 2015-11-09 Joel Brobecker <brobecker@adacore.com>
2676
2677 * gdb.ada/fin_fun_out: New testcase.
2678
2679 2015-11-07 Kevin Buettner <kevinb@redhat.com>
2680
2681 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
2682 value associated with DW_AT_byte_size.
2683 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
2684 constants for DW_AT_byte_size, DW_AT_lower_bound, and
2685 DW_AT_upper_bound.
2686
2687 2015-11-07 Kevin Buettner <kevinb@redhat.com>
2688
2689 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
2690 (gdb_target_symbol_prefix_flags): Define in terms of _asm
2691 version.
2692 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
2693 gdb.dwarf2/dw2-canonicalize-type.exp,
2694 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
2695 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
2696 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
2697 provided by gdb_target_symbol_prefix_flags_asm.
2698 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
2699 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
2700 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
2701 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
2702 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
2703 macros where needed). Use this macro for symbols which require
2704 the prefix provided by SYMBOL_PREFIX.
2705
2706 2015-11-05 Kevin Buettner <kevinb@redhat.com>
2707
2708 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
2709 New procs.
2710 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
2711 representing expressions, of more than one list element.
2712 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
2713 to prepend linker symbol prefix to f.
2714 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
2715 table_1 and table_2.
2716 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
2717 Likewise, for f and g.
2718 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
2719 for ptr.
2720 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
2721 for main.
2722 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
2723 table_1_ptr and table_2_ptr.
2724
2725 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2726 Joel Brobecker <brobecker@adacore.com>
2727
2728 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
2729
2730 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
2731
2732 * gdb.reverse/s390-mvcle.c: New test.
2733 * gdb.reverse/s390-mvcle.exp: New file.
2734 * lib/gdb.exp: Enable reverse tests on s390*-linux.
2735
2736 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2737
2738 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
2739
2740 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2741
2742 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
2743 reaching marker2.
2744 * gdb.reverse/getresuid-reverse.exp: Likewise.
2745 * gdb.reverse/pipe-reverse.exp: Likewise.
2746 * gdb.reverse/readv-reverse.exp: Likewise.
2747 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2748 * gdb.reverse/time-reverse.exp: Likewise.
2749 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
2750
2751 2015-10-30 Yao Qi <yao.qi@linaro.org>
2752
2753 * gdb.threads/wp-replication.c (watch_count_done): Remove.
2754 (empty_cycle): Remove.
2755 (main): Don't call empty_cycle. Don't use watch_count_done.
2756 * gdb.threads/wp-replication.exp: Don't set breakpoint on
2757 empty_cycle. Rewrite the code counting HW watchpoints.
2758
2759 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
2760
2761 * gdb.reverse/fstatat-reverse.c: New test.
2762 * gdb.reverse/fstatat-reverse.exp: New file.
2763 * gdb.reverse/getresuid-reverse.c: New test.
2764 * gdb.reverse/getresuid-reverse.exp: New file.
2765 * gdb.reverse/pipe-reverse.c: New test.
2766 * gdb.reverse/pipe-reverse.exp: New file.
2767 * gdb.reverse/readv-reverse.c: New test.
2768 * gdb.reverse/readv-reverse.exp: New file.
2769 * gdb.reverse/recvmsg-reverse.c: New test.
2770 * gdb.reverse/recvmsg-reverse.exp: New file.
2771 * gdb.reverse/time-reverse.c: New test.
2772 * gdb.reverse/time-reverse.exp: New file.
2773 * gdb.reverse/waitpid-reverse.c: New test.
2774 * gdb.reverse/waitpid-reverse.exp: New file.
2775
2776 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2777
2778 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
2779
2780 2015-10-26 Doug Evans <dje@google.com>
2781
2782 PR symtab/17391
2783 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
2784 * gdb.dwarf2/bad-regnum.c: New file.
2785 * gdb.dwarf2/bad-regnum.exp: New file.
2786
2787 2015-10-26 Doug Evans <dje@google.com>
2788
2789 PR python/18938
2790 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
2791 file.
2792
2793 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2794
2795 * gdb.compile/compile.exp (compile code globalvar): Update expectation
2796 for a change by "Mention language in compile error message".
2797
2798 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
2799
2800 PR python/18073
2801 * gdb.python/py-type.c (C::a_method): New.
2802 (C::a_const_method): New.
2803 (C::a_static_method): New.
2804 (a_function): New.
2805 * gdb.python/py-type.exp (test_fields): Test getting fields
2806 from function and method.
2807
2808 2015-10-21 Keven Boell <keven.boell@intel.com>
2809
2810 * gdb.fortran/vla-alloc-assoc.exp: New file.
2811 * gdb.fortran/vla-datatypes.exp: New file.
2812 * gdb.fortran/vla-datatypes.f90: New file.
2813 * gdb.fortran/vla-history.exp: New file.
2814 * gdb.fortran/vla-ptype-sub.exp: New file.
2815 * gdb.fortran/vla-ptype.exp: New file.
2816 * gdb.fortran/vla-sizeof.exp: New file.
2817 * gdb.fortran/vla-sub.f90: New file.
2818 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
2819 * gdb.fortran/vla-value-sub-finish.exp: New file.
2820 * gdb.fortran/vla-value-sub.exp: New file.
2821 * gdb.fortran/vla-value.exp: New file.
2822 * gdb.fortran/vla-ptr-info.exp: New file.
2823 * gdb.mi/mi-vla-fortran.exp: New file.
2824 * gdb.mi/vla.f90: New file.
2825
2826 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
2827
2828 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
2829 of hardwired timeout value.
2830
2831 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2832 Pedro Alves <palves@redhat.com>
2833
2834 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
2835 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
2836
2837 2015-10-19 Josh Stone <jistone@redhat.com>
2838
2839 * gdb.base/catch-syscall.c: Include <sched.h>.
2840 (unknown_syscall): New variable.
2841 (main): Trigger a vfork and an unknown syscall.
2842 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
2843 (unknown_syscall_number): Likewise.
2844 (check_call_to_syscall): Accept an optional syscall pattern.
2845 (check_return_from_syscall): Likewise.
2846 (check_continue): Likewise.
2847 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
2848 (test_catch_syscall_skipping_return): New test toggling off 'catch
2849 syscall' to step over the syscall return, then toggling back on.
2850 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
2851 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
2852 (do_syscall_tests): Call test_catch_syscall_without_args and
2853 test_catch_syscall_mid_vfork.
2854 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
2855 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
2856
2857 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
2858
2859 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
2860 print g_vE): Add new pass patterns.
2861 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
2862 print various symbol names for vptr fields.
2863
2864 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2865
2866 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
2867 results.
2868
2869 2015-10-12 Yao Qi <yao.qi@linaro.org>
2870
2871 * gdb.arch/disp-step-insn-reloc.exp: New test case.
2872
2873 2015-10-12 Yao Qi <yao.qi@linaro.org>
2874
2875 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
2876 is aarch64*-*-linux*.
2877
2878 2015-10-12 Yao Qi <yao.qi@linaro.org>
2879
2880 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
2881 (can_relocate_bcond_true): ... it.
2882 (can_relocate_bcond_false): New function.
2883 (foo): Likewise.
2884 (can_relocate_bl): Likewise.
2885 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
2886 can_relocate_bl.
2887
2888 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
2889
2890 * gdb.base/nested-addr.c: New file.
2891 * gdb.base/nested-addr.exp: New testcase.
2892
2893 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
2894
2895 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
2896 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
2897 its output. Ignore the output of "record goto begin" and instead
2898 check that GDB is replaying.
2899
2900 2015-10-09 Pedro Alves <palves@redhat.com>
2901
2902 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
2903 (top level): Use it in the run with no args test.
2904
2905 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
2906
2907 * gdb.dlang/properties.exp: New file.
2908
2909 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
2910
2911 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
2912 whether or not address 0x1000 is mapped on the target.
2913
2914 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
2915
2916 * gdb.python/py-type.exp: Do not run tests if binaries fail to
2917 build.
2918
2919 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
2920
2921 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
2922 instruction-history test.
2923
2924 2015-09-28 Doug Evans <dje@google.com>
2925
2926 * gdb.base/gcore.c (array_func): Add reference to static_array.
2927
2928 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2929
2930 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
2931 source line.
2932
2933 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
2934
2935 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
2936 short or char as base type.
2937
2938 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
2939
2940 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
2941 to allow any size enum.
2942
2943 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2944
2945 * gdb.ada/array_ptr_renaming.exp: New testcase.
2946 * gdb.ada/array_ptr_renaming/foo.adb: New file.
2947 * gdb.ada/array_ptr_renaming/pack.ads: New file.
2948
2949 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2950
2951 * gdb.trace/ftrace-lock.c: New file.
2952 * gdb.trace/ftrace-lock.exp: New file.
2953
2954 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2955
2956 * gdb.arch/insn-reloc.c: New file.
2957 * gdb.arch/ftrace-insn-reloc.exp: New file.
2958
2959 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2960
2961 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
2962 instruction.
2963 * gdb.trace/pendshr1.c (pendfunc): Likewise.
2964 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
2965 * gdb.trace/range-stepping.c: Likewise.
2966 * gdb.trace/trace-break.c: Likewise.
2967 * gdb.trace/trace-mt.c (thread_function): Likewise.
2968 * gdb.trace/ftrace.c (marker): Likewise.
2969 * gdb.trace/trace-condition.c (marker): Likewise.
2970 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
2971 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
2972 is_aarch64_target.
2973
2974 2015-09-18 Doug Evans <xdje42@gmail.com>
2975
2976 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
2977 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
2978
2979 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2980
2981 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
2982 the breakpoint.
2983
2984 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2985
2986 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
2987 the pending breakpoint. Remove timeout override for "Run till
2988 MI pending breakpoint on pendfunc3 on thread 2" test.
2989
2990 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2991
2992 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
2993 filename pattern.
2994
2995 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2996
2997 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
2998 in breakpoint filename pattern.
2999
3000 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
3001
3002 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
3003
3004 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
3005
3006 * gdb.linespec/explicit.exp: Check for readline support for
3007 tab-completion tests. Fix obvious typo.
3008
3009 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3010
3011 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
3012 and replay.
3013
3014 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3015
3016 * gdb.btrace/non-stop.c: New.
3017 * gdb.btrace/non-stop.exp: New.
3018
3019 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
3020 Yao Qi <yao.qi@linaro.org>
3021
3022 * gdb.trace/trace-condition.c: New file.
3023 * gdb.trace/trace-condition.exp: New file.
3024
3025 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
3026
3027 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
3028 for testing bytecode compilation.
3029
3030 2015-09-16 Pedro Alves <palves@redhat.com>
3031 Sandra Loosemore <sandra@codesourcery.com>
3032
3033 * gdb.threads/non-stop-fair-events.c (timeout): New global.
3034 (SECONDS): Redefine.
3035 (main): Call pthread_kill and alarm early.
3036 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
3037 support.
3038 (test): If the target can't hardware step and doesn't support
3039 displaced stepping, increase the timeout.
3040
3041 2015-09-16 Pedro Alves <palves@redhat.com>
3042
3043 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
3044 (enable_debug): New procedures.
3045 (test): Use them. Bail out if waiting for threads fails.
3046 (top level): Bail out if a test fails.
3047
3048 2015-09-16 Yao Qi <yao.qi@linaro.org>
3049
3050 * gdb.asm/asm-source.exp: Set asm-arch for
3051 aarch64*-*-* target.
3052 * gdb.asm/aarch64.inc: New file.
3053
3054 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
3055
3056 * gdb.ada/array_of_variable_length.exp: New testcase.
3057 * gdb.ada/array_of_variable_length/foo.adb: New file.
3058 * gdb.ada/array_of_variable_length/pck.adb: New file.
3059 * gdb.ada/array_of_variable_length/pck.ads: New file.
3060
3061 2015-09-15 Doug Evans <dje@google.com>
3062
3063 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
3064 of function static local variable.
3065
3066 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3067
3068 * gdb.threads/tls-so_extern.exp: New test file.
3069 * gdb.threads/tls-so_extern.c: New test file.
3070 * gdb.threads/tls-so_extern_main.c: New test file.
3071
3072 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3073
3074 * gdb.opt/solib-intra-step-lib.c: New file.
3075 * gdb.opt/solib-intra-step-main.c: New file.
3076 * gdb.opt/solib-intra-step.exp: New file.
3077
3078 2015-09-15 Pedro Alves <palves@redhat.com>
3079
3080 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
3081 gdb_continue_to_breakpoint instead of gdb_test_multiple.
3082
3083 2015-09-14 Pedro Alves <palves@redhat.com>
3084
3085 * gdb.base/hook-stop-continue.c: Delete.
3086 * gdb.base/hook-stop-continue.exp: Delete.
3087 * gdb.base/hook-stop-frame.c: Delete.
3088 * gdb.base/hook-stop-frame.exp: Delete.
3089 * gdb.base/hook-stop.c: New file.
3090 * gdb.base/hook-stop.exp: New file.
3091
3092 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
3093
3094 * gdb.ada/access_to_packed_array.exp: New testcase.
3095 * gdb.ada/access_to_packed_array/foo.adb: New file.
3096 * gdb.ada/access_to_packed_array/pack.adb: New file.
3097 * gdb.ada/access_to_packed_array/pack.ads: New file.
3098
3099 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
3100
3101 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
3102 buffer size test.
3103
3104 2015-09-11 Don Breazeal <donb@codesourcery.com>
3105
3106 * gdb.base/foll-exec.c: Add copyright header. Fix
3107 formatting issues.
3108 * gdb.base/foll-exec.exp (zap_session): Delete proc.
3109 (do_exec_tests): Use clean_restart in place of zap_session,
3110 and for test initialization. Fix formatting issues. Use
3111 fail in place of perror.
3112 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
3113 an expect statement to match an expression with output from
3114 the program under debug.
3115 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
3116 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
3117 * gdb.threads/non-ldr-exc-2.exp: Likewise.
3118 * gdb.threads/non-ldr-exc-3.exp: Likewise.
3119 * gdb.threads/non-ldr-exc-4.exp: Likewise.
3120
3121 2015-09-09 Doug Evans <dje@google.com>
3122
3123 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
3124
3125 2015-09-09 Doug Evans <dje@google.com>
3126
3127 * gdb.base/pie-execl.exp: Fix result test of build_executable.
3128
3129 2015-09-09 Doug Evans <dje@google.com>
3130
3131 * gdb.base/savedregs.exp: Fix typo.
3132
3133 2015-09-09 Pedro Alves <palves@redhat.com>
3134
3135 * gdb.mi/mi-cli.exp: Add CLI finish tests.
3136
3137 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
3138
3139 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
3140 command actually switches threads. Give up on remaining
3141 tests if target fails to stop at breakpoint.
3142
3143 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
3144
3145 * gdb.ada/funcall_char.exp: New testcase.
3146 * gdb.ada/funcall_char/foo.adb: New file.
3147
3148 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
3149
3150 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
3151 expected outputs. Add two testcases for completing ambiguous
3152 functions.
3153 * gdb.ada/complete/aux_pck.adb: New file.
3154 * gdb.ada/complete/aux_pck.ads: New file.
3155 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
3156 Ambiguous_Func functions.
3157 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
3158 * gdb.ada/complete/pck.adb: Likewise.
3159
3160 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3161
3162 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
3163 failures to run the test program under GDB.
3164
3165 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
3166
3167 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
3168 to C.
3169
3170 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
3171
3172 * gdb.base/run-after-attach.exp: New test file.
3173 * gdb.base/run-after-attach.c: New test file.
3174
3175 2015-08-26 Don Breazeal <donb@codesourcery.com>
3176
3177 * gdb.base/foll-exec-2.c: New test program.
3178 * gdb.base/foll-exec-2.exp: New test.
3179
3180 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
3181
3182 * gdb.base/nested-subp1.exp: New file.
3183 * gdb.base/nested-subp1.c: New file.
3184 * gdb.base/nested-subp2.exp: New file.
3185 * gdb.base/nested-subp2.c: New file.
3186 * gdb.base/nested-subp3.exp: New file.
3187 * gdb.base/nested-subp3.c: New file.
3188
3189 2015-08-24 Pedro Alves <palves@redhat.com>
3190
3191 * gdb.server/connect-without-multi-process.c: New file.
3192 * gdb.server/connect-without-multi-process.exp: New file.
3193
3194 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
3195
3196 * gdb.opt/inline-markers.c: Make z int.
3197
3198 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
3199
3200 * gdb.opt/inline-markers.c: Make z volatile.
3201
3202 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
3203
3204 * gdb.opt/inline-bt.c: New volatile global z.
3205 * gdb.opt/inline-cmds.c: Likewise.
3206 * gdb.opt/inline-locals.c: Likewise.
3207 * gdb.opt/inline-markers.c: New extern global z.
3208 (marker): Use z.
3209 (inline_fn): Likewise.
3210
3211 2015-08-24 Pedro Alves <palves@redhat.com>
3212
3213 * config/m32r-stub.exp: Remove file.
3214 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
3215 * gdb.base/call-rt-st.exp: Likewise.
3216 * gdb.base/call-strs.exp: Likewise.
3217 * gdb.base/default.exp: Remove references to h8300-*-hms and
3218 *-*-udi*.
3219 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
3220
3221 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3222
3223 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
3224 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
3225 and "return" use KFAIL when GDB can not read/write the vector
3226 return value.
3227
3228 2015-08-21 Gary Benson <gbenson@redhat.com>
3229
3230 * gdb.trace/pending.exp: Cope with remote transfer warnings.
3231
3232 2015-08-20 Pedro Alves <palves@redhat.com>
3233
3234 * gdb.server/solib-list.exp: No longer expect an interior stop in
3235 non-stop mode.
3236
3237 2015-08-20 Pedro Alves <palves@redhat.com>
3238
3239 * gdb.server/connect-stopped-target.c: New file.
3240 * gdb.server/connect-stopped-target.exp: New file.
3241
3242 2015-08-20 Pedro Alves <palves@redhat.com>
3243
3244 * gdb.dwarf2/comp-unit-lang.exp: New file.
3245 * gdb.dwarf2/comp-unit-lang.c: New file.
3246
3247 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
3248
3249 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
3250 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
3251
3252 2015-08-19 Kevin Buettner <kevinb@redhat.com>
3253
3254 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
3255 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
3256
3257 2015-08-18 Doug Evans <dje@google.com>
3258 Adrian Sendroiu <adrian.sendroiu@freescale.com>
3259
3260 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
3261 skip_python_tests. New arg prompt_regexp.
3262 (skip_python_tests): New function.
3263 * lib/mi-support.exp (mi_skip_python_tests): New function.
3264 * gdb.python/py-mi-objfile-gdb.py: New file.
3265 * gdb.python/py-mi-objfile.c: New file.
3266 * gdb.python/py-mi-objfile.exp: New file.
3267
3268 2015-08-17 Keith Seitz <keiths@redhat.com>
3269
3270 * gdb.linespec/explicit.exp: Move strace test from here ...
3271 * gdb.trace/strace.exp: ... to here.
3272
3273 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
3274
3275 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
3276 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
3277
3278 2015-08-14 Doug Evans <xdje42@gmail.com>
3279
3280 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
3281 inferior before selecting a new file.
3282
3283 2015-08-14 Doug Evans <xdje42@gmail.com>
3284
3285 * gdb.mi/mi-disassemble.exp: Update.
3286 * gdb.base/disasm-optim.S: New file.
3287 * gdb.base/disasm-optim.c: New file.
3288 * gdb.base/disasm-optim.h: New file.
3289 * gdb.base/disasm-optim.exp: New file.
3290
3291 2015-08-14 Keith Seitz <keiths@redhat.com>
3292
3293 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
3294 "evaluated-by".
3295
3296 2015-08-13 Joel Brobecker <brobecker@adacore.com>
3297
3298 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
3299
3300 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
3301
3302 * gdb.ada/fun_renaming.exp: New testcase.
3303 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
3304 * gdb.ada/fun_renaming/pack.adb: New file.
3305 * gdb.ada/fun_renaming/pack.ads: New file.
3306
3307 2015-08-12 Keith Seitz <keiths@redhat.com>
3308
3309 * gdb.base/dso2dso.exp: Pass basename of source file in call to
3310 gdb_get_line_number.
3311
3312 2015-08-12 Joel Brobecker <brobecker@adacore.com>
3313
3314 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
3315 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
3316 gdb.base/dso2dso.exp: New files.
3317
3318 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
3319 Pedro Alves <palves@redhat.com>
3320 Keith Seitz <keiths@redhat.com>
3321
3322 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
3323 GDBFLAGS.
3324
3325 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
3326
3327 * gdb.base/gdbhistsize-history.exp
3328 (test_histsize_history_setting): Use save_vars.
3329 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3330 Use save_vars.
3331 (test_no_truncation_of_unlimited_history_file): Use save_vars.
3332 * gdb.base/readline.exp: Use save_vars.
3333
3334 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
3335
3336 * lib/gdb.exp (save_vars): New proc.
3337
3338 2015-08-11 Keith Seitz <keiths@redhat.com>
3339
3340 * gdb.base/help.exp: Update help_breakpoint_text.
3341
3342 2015-08-11 Keith Seitz <keiths@redhat.com>
3343
3344 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
3345 (at toplevel): Call test_explicit_breakpoints.
3346 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
3347 breakpoints.
3348 * lib/mi-support.exp (mi_make_breakpoint): Add support for
3349 breakpoint conditions, "-cond".
3350
3351 2015-08-11 Keith Seitz <keiths@redhat.com>
3352
3353 * gdb.linespec/3explicit.c: New file.
3354 * gdb.linespec/cpexplicit.cc: New file.
3355 * gdb.linespec/cpexplicit.exp: New file.
3356 * gdb.linespec/explicit.c: New file.
3357 * gdb.linespec/explicit.exp: New file.
3358 * gdb.linespec/explicit2.c: New file.
3359 * gdb.linespec/ls-errs.exp: Add explicit location tests.
3360 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
3361 before using in the matching pattern.
3362 Clarify that `prefix' is a regular expression.
3363
3364 2015-08-11 Keith Seitz <keiths@redhat.com>
3365
3366 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
3367 test.
3368 Add tests for missing ",FMT" and ",".
3369
3370 2015-08-10 Doug Evans <dje@google.com>
3371 Keith Seitz <keiths@redhat.com>
3372
3373 PR gdb/17960
3374 * gdb.base/completion.exp: Add location completer tests.
3375
3376 2015-08-07 Pedro Alves <palves@redhat.com>
3377
3378 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
3379 tests here.
3380 (top level): Run do_test with and without displaced stepping.
3381
3382 2015-08-07 Pedro Alves <palves@redhat.com>
3383
3384 * gdb.base/valgrind-disp-step.c: New file.
3385 * gdb.base/valgrind-disp-step.exp: New file.
3386
3387 2015-08-07 Pedro Alves <palves@redhat.com>
3388
3389 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
3390 Delete function.
3391 (main): Add alarm. Run an infinite loop instead of calling
3392 wait_threads.
3393 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
3394 comment.
3395 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
3396 Delete function.
3397 (main): Add alarm. Run an infinite loop instead of calling
3398 wait_threads.
3399 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
3400 comment.
3401
3402 2015-08-07 Pedro Alves <palves@redhat.com>
3403
3404 * gdb.base/checkpoint-ns.exp: New file.
3405 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
3406 standard_testfile.
3407
3408 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
3409
3410 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
3411 * gdb.btrace/instruction_history.exp: Update.
3412 * gdb.btrace/tsx.exp: New.
3413 * gdb.btrace/tsx.c: New.
3414
3415 2015-08-06 Pedro Alves <palves@redhat.com>
3416
3417 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
3418 increase timeout.
3419 * gdb.reverse/until-precsave.exp: Bump timeouts.
3420
3421 2015-08-06 Pedro Alves <palves@redhat.com>
3422
3423 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
3424
3425 2015-08-06 Pedro Alves <palves@redhat.com>
3426
3427 PR gdb/18749
3428 * gdb.threads/process-dies-while-handling-bp.c: New file.
3429 * gdb.threads/process-dies-while-handling-bp.exp: New file.
3430
3431 2015-08-06 Pedro Alves <palves@redhat.com>
3432
3433 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
3434 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
3435
3436 2015-08-05 Pedro Alves <palves@redhat.com>
3437
3438 * gdb.threads/next-while-other-thread-longjmps.c: New file.
3439 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
3440
3441 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
3442
3443 * gdb.base/bp-permanent.exp: Report test as unsupported if
3444 the target cannot stop at the permanent breakpoint.
3445
3446 2015-08-03 Doug Evans <dje@google.com>
3447
3448 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
3449 10000.
3450
3451 2015-08-03 Doug Evans <dje@google.com>
3452
3453 * Makefile.in (workers/%.worker, build-perf): New rule.
3454 (GDB_PERFTEST_MODE): New variable.
3455 (check-perf): Use it.
3456 (clean): Clean up gdb.perf parallel build subdirs.
3457 * lib/build-piece.exp: New file.
3458 * lib/gdb.exp (make_gdb_parallel_path): New function
3459 (standard_output_file, standard_temp_file): Call it.
3460 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3461 of $GDB_PARALLEL.
3462 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
3463
3464 2015-08-03 Doug Evans <dje@google.com>
3465
3466 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
3467 (LOG_FILE_NAME): New global.
3468 (TextReporter.__init__): Initialize self.txt_sum.
3469 (TextReporter.report): Add support for multiple data-points.
3470 Move report to perftest.sum, put raw data in perftest.log.
3471 (TextReporter.start): Open sum and log files.
3472 (TextReporter.end): Close sum and log files.
3473 * gdb.perf/lib/perftest/testresult.py
3474 (SingleStatisticTestResult.record): Handle multiple data-points.
3475
3476 2015-07-31 Pedro Alves <palves@redhat.com>
3477
3478 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
3479 Use spawn_id_get_pid. Wait for spawn id after eof. Use
3480 kill_wait_spawned_process instead of explicit "kill -9".
3481 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
3482 returning a spawn id instead of a pid. Use spawn_id_get_pid and
3483 kill_wait_spawned_process.
3484 * gdb.base/attach-twice.exp: Likewise.
3485 * gdb.base/attach.exp: Likewise.
3486 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
3487 gdb_test_multiple.
3488 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
3489 returning a spawn id instead of a pid. Use spawn_id_get_pid and
3490 kill_wait_spawned_process.
3491 * gdb.base/valgrind-infcall.exp: Likewise.
3492 * gdb.multi/multi-attach.exp: Likewise.
3493 * gdb.python/py-prompt.exp: Likewise.
3494 * gdb.python/py-sync-interp.exp: Likewise.
3495 * gdb.server/ext-attach.exp: Likewise.
3496 * gdb.threads/attach-into-signal.exp (corefunc): Use
3497 spawn_wait_for_attach, spawn_id_get_pid and
3498 kill_wait_spawned_process.
3499 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
3500 spawn_wait_for_attach returning a spawn id instead of a pid. Use
3501 spawn_id_get_pid and kill_wait_spawned_process.
3502 * gdb.threads/attach-stopped.exp (corefunc): Use
3503 spawn_wait_for_attach, spawn_id_get_pid and
3504 kill_wait_spawned_process.
3505 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
3506 Use spawn_id_get_pid. Wait for spawn id after eof. Use
3507 kill_wait_spawned_process instead of explicit "kill -9".
3508 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
3509 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
3510 (spawn_wait_for_attach): Use spawn instead of exec to spawn
3511 processes. Don't map cygwin/windows pids here. Now returns a
3512 spawn id list.
3513
3514 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
3515
3516 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
3517 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
3518 correct patch.
3519
3520 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
3521
3522 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
3523
3524 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
3525
3526 Reapply:
3527 2014-05-21 Mark Wielaard <mjw@redhat.com>
3528
3529 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3530
3531 2015-07-30 Pedro Alves <palves@redhat.com>
3532
3533 * linux-low.c (handle_extended_wait): Set the child's last
3534 reported status to TARGET_WAITKIND_STOPPED.
3535
3536 2015-07-30 Pedro Alves <palves@redhat.com>
3537
3538 PR threads/18600
3539 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
3540 only shows inferior 1.
3541
3542 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
3543 Pedro Alves <palves@redhat.com>
3544
3545 PR threads/18600
3546 * gdb.threads/fork-plus-threads.c: New file.
3547 * gdb.threads/fork-plus-threads.exp: New file.
3548
3549 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3550
3551 * gdb.base/batch-preserve-term-settings.exp
3552 (test_terminal_settings_preserved_after_cli_exit): Use
3553 send_quit_command.
3554
3555 2015-07-29 Pedro Alves <palves@redhat.com>
3556 Don Breazeal <donb@codesourcery.com>
3557
3558 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
3559 output from both inferior_spawn_id and gdb_spawn_id.
3560
3561 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
3562
3563 * gdb.threads/attach-into-signal.exp (corefunc): Use
3564 with_test_prefix on nested loops, uniquefying the test messages.
3565
3566 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
3567
3568 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
3569 commit.
3570
3571 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3572
3573 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
3574 New proc.
3575 (test_terminal_settings_preserved_after_sigterm): New test.
3576
3577 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3578
3579 * gdb.base/batch-preserve-term-settings.exp
3580 (test_terminal_settings_preserved_after_cli_exit): New test.
3581
3582 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3583
3584 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
3585 manipulation of saved_gdbflags.
3586 (test_terminal_settings_preserved): Remove global declaration of
3587 the unused variable pagination_prompt. Remove manipulation of
3588 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
3589 GDBFLAGS.
3590
3591 2015-07-29 Pedro Alves <palves@redhat.com>
3592
3593 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
3594
3595 2015-07-29 Pedro Alves <palves@redhat.com>
3596
3597 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
3598 at the top.
3599
3600 2015-07-29 Pedro Alves <palves@redhat.com>
3601
3602 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
3603 (main): Call gdb_unbuffer_output.
3604 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
3605 (main): Call gdb_unbuffer_output.
3606 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
3607 (main): Call gdb_unbuffer_output.
3608 * gdb.base/call-strs.exp: Adjust to step over the
3609 gdb_unbuffer_output call.
3610 * gdb.base/catch-gdb-caused-signals.c: Include
3611 "../lib/unbuffer_output.c".
3612 (main): Call gdb_unbuffer_output.
3613 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
3614 (main): Call gdb_unbuffer_output.
3615 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
3616 (main): Call gdb_unbuffer_output.
3617 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
3618 (main): Call gdb_unbuffer_output.
3619 * gdb.base/shlib-call.exp: Adjust to step over the
3620 gdb_unbuffer_output call.
3621 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
3622 (main): Call gdb_unbuffer_output.
3623 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
3624 (main): Call gdb_unbuffer_output.
3625 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
3626 (main): Rename to ...
3627 (test): ... this.
3628 (main): Reimplement.
3629 * gdb.base/varargs.exp: Run to test instead of to main.
3630 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
3631 (main): Call gdb_unbuffer_output.
3632
3633 2015-07-29 Pedro Alves <palves@redhat.com>
3634
3635 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
3636 factore out from mi_continue_dprintf. For call-style dprintfs,
3637 expect dprintf output out of $inferior_spawn_id.
3638 (mi_continue_dprintf): Use mi_expect_dprintf.
3639 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
3640 (main): Call gdb_unbuffer_output.
3641
3642 2015-07-29 Pedro Alves <palves@redhat.com>
3643
3644 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
3645 (default_mi_gdb_start): Set inferior_spawn_id instead of
3646 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
3647 gdb_spawn_id.
3648 (mi_gdb_test): Always expect inferior output from both
3649 $inferior_spawn_id and $gdb_spawn_id.
3650
3651 2015-07-29 Pedro Alves <palves@redhat.com>
3652
3653 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
3654 send_inferior and $inferior_spawn_id.
3655
3656 2015-07-29 Pedro Alves <palves@redhat.com>
3657
3658 * gdb.gdb/complaints.exp (test_initial_complaints)
3659 (test_serial_complaints, test_short_complaints): Use
3660 gdb_test_stdio.
3661 (test_empty_complaint): Handle $inferior_spawn_id !=
3662 $gdb_spawn_id.
3663
3664 2015-07-29 Pedro Alves <palves@redhat.com>
3665
3666 * gdb.base/varargs.exp: Use gdb_test_stdio.
3667
3668 2015-07-29 Pedro Alves <palves@redhat.com>
3669
3670 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
3671
3672 2015-07-29 Pedro Alves <palves@redhat.com>
3673
3674 * gdb.base/ending-run.exp: Use gdb_test_stdio.
3675
3676 2015-07-29 Pedro Alves <palves@redhat.com>
3677
3678 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
3679 parameter into two new parameters, "inf_result" and "gdb_result".
3680 Expect inferior output and gdb output from $inferior_spawn_id and
3681 $gdb_spawn_id, respectively. Adjust all callers.
3682
3683 2015-07-29 Pedro Alves <palves@redhat.com>
3684
3685 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
3686 of gdb_test_sequence.
3687
3688 2015-07-29 Pedro Alves <palves@redhat.com>
3689
3690 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
3691 (saw_spurious_output): Expect inferior output from
3692 $inferior_spawn_id. Use gdb_test_stdio.
3693
3694 2015-07-29 Pedro Alves <palves@redhat.com>
3695
3696 * gdb.base/dprintf.exp: Use standard_testfile. Change
3697 prepare_for_testing call.
3698 (srcfile): Don't set.
3699 (restart): New procedure.
3700 (test_dprintf): New procecure, use to continue over dprintfs.
3701 (test_call, test_agent): New procedures, tests moved here.
3702 Restart gdb and recreate dprintfs. Adjust expected output.
3703
3704 2015-07-29 Pedro Alves <palves@redhat.com>
3705
3706 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
3707
3708 2015-07-29 Pedro Alves <palves@redhat.com>
3709
3710 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
3711
3712 2015-07-29 Pedro Alves <palves@redhat.com>
3713
3714 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
3715 gdb_test_stdio.
3716
3717 2015-07-29 Pedro Alves <palves@redhat.com>
3718
3719 * lib/gdb.exp (gdb_test_stdio): New procedure.
3720
3721 2015-07-29 Pedro Alves <palves@redhat.com>
3722
3723 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
3724
3725 2015-07-29 Pedro Alves <palves@redhat.com>
3726
3727 * gdb.base/call-signal-resume.exp: Remove check for
3728 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
3729 * gdb.base/unwindonsignal.exp: Likewise.
3730 * gdb.base/call-signals.c (gen_signal): Remove printf call.
3731 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
3732
3733 2015-07-29 Pedro Alves <palves@redhat.com>
3734
3735 * gdb.base/siginfo-addr.c (pass): New function.
3736 (handler): Call it iff si_addr is correct.
3737 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
3738 Set a breakpoint at "pass" and continue to it.
3739
3740 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
3741
3742 * gdb.python/py-objfile.exp: Make some tests have unique names.
3743 * gdb.python/py-pp-registration.exp: Likewise.
3744
3745 2015-07-28 Pedro Alves <palves@redhat.com>
3746
3747 * gdb.server/server-exec-info.exp: Issue a "disconnect".
3748
3749 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3750
3751 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
3752
3753 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3754
3755 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
3756
3757 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
3758
3759 * gdb.base/gdb-sigterm-2.exp: New test.
3760
3761 2015-07-25 Doug Evans <xdje42@gmail.com>
3762
3763 Revert:
3764 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3765 (workers/%.worker, build-perf): New rule.
3766 (GDB_PERFTEST_MODE): New variable.
3767 (check-perf): Use it.
3768 (clean): Clean up gdb.perf parallel build subdirs.
3769 * lib/build-piece.exp: New file.
3770 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3771 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3772 name.
3773 (standard_temp_file): Ditto.
3774 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3775 of $GDB_PARALLEL.
3776
3777 2015-07-24 Doug Evans <dje@google.com>
3778
3779 * gdb.perf/lib/perftest/utils.py: New file.
3780 * gdb.perf/gm-hello.cc: New file.
3781 * gdb.perf/gm-pervasive-typedef.cc: New file.
3782 * gdb.perf/gm-pervasive-typedef.h: New file.
3783 * gdb.perf/gm-std.cc: New file.
3784 * gdb.perf/gm-std.h: New file.
3785 * gdb.perf/gm-use-cerr.cc: New file.
3786 * gdb.perf/gm-utils.h: New file.
3787 * gdb.perf/gmonster-null-lookup.py: New file.
3788 * gdb.perf/gmonster-pervasive-typedef.py: New file.
3789 * gdb.perf/gmonster-print-cerr.py: New file.
3790 * gdb.perf/gmonster-ptype-string.py: New file.
3791 * gdb.perf/gmonster-runto-main.py: New file.
3792 * gdb.perf/gmonster-select-file.py: New file.
3793 * gdb.perf/gmonster1-null-lookup.exp: New file.
3794 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
3795 * gdb.perf/gmonster1-print-cerr.exp: New file.
3796 * gdb.perf/gmonster1-ptype-string.exp: New file.
3797 * gdb.perf/gmonster1-runto-main.exp: New file.
3798 * gdb.perf/gmonster1-select-file.exp: New file.
3799 * gdb.perf/gmonster1.cc: New file.
3800 * gdb.perf/gmonster1.exp: New file.
3801 * gdb.perf/gmonster2-null-lookup.exp: New file.
3802 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
3803 * gdb.perf/gmonster2-print-cerr.exp: New file.
3804 * gdb.perf/gmonster2-ptype-string.exp: New file.
3805 * gdb.perf/gmonster2-runto-main.exp: New file.
3806 * gdb.perf/gmonster2-select-file.exp: New file.
3807 * gdb.perf/gmonster2.cc: New file.
3808 * gdb.perf/gmonster2.exp: New file.
3809
3810 2015-07-24 Doug Evans <dje@google.com>
3811
3812 * gdb.perf/README: New file.
3813 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
3814 * lib/gen-perf-test.exp: New file.
3815
3816 2015-07-24 Doug Evans <dje@google.com>
3817
3818 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
3819 (PerfTest::startup): New function.
3820 (PerfTest::run): Return result of calling body.
3821 (PerfTest::assemble): Rewrite.
3822 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
3823 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
3824 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
3825 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
3826 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
3827
3828 2015-07-24 Doug Evans <dje@google.com>
3829
3830 * lib/gdb.exp (clean_restart): Make executable optional.
3831
3832 2015-07-24 Doug Evans <dje@google.com>
3833
3834 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
3835 compiler_info references.
3836 * gdb.cp/temargs.exp: Ditto.
3837 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
3838 (get_compiler_info): Early exit if already computed. Set compiler_info
3839 to "unknown" if there was a problem.
3840 (test_compiler_info): Add function comment. Call get_compiler_info.
3841
3842 2015-07-24 Doug Evans <dje@google.com>
3843
3844 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3845 (workers/%.worker, build-perf): New rule.
3846 (GDB_PERFTEST_MODE): New variable.
3847 (check-perf): Use it.
3848 (clean): Clean up gdb.perf parallel build subdirs.
3849 * lib/build-piece.exp: New file.
3850 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3851 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3852 name.
3853 (standard_temp_file): Ditto.
3854 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3855 of $GDB_PARALLEL.
3856
3857 2015-07-24 Doug Evans <dje@google.com>
3858
3859 * lib/future.exp (gdb_default_target_compile): New option
3860 "early_flags".
3861 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
3862 --as-needed.
3863
3864 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3865
3866 * gdb.base/catch-syscall.exp: Call gdb_exit before
3867 gdb_skip_xml_test.
3868
3869 2015-07-24 Pedro Alves <palves@redhat.com>
3870
3871 * gdb.python/py-events.exp: Accept output between the stop event
3872 and the prompt.
3873 * gdb.python/py-evsignal.exp: Likewise.
3874 * gdb.python/py-evthreads.exp: Likewise.
3875
3876 2015-07-24 Pedro Alves <palves@redhat.com>
3877
3878 PR gdb/18717
3879 * gdb.threads/non-ldr-exit.c: New file.
3880 * gdb.threads/non-ldr-exit.exp: New file.
3881
3882 2015-07-24 Yao Qi <yao.qi@linaro.org>
3883
3884 * gdb.server/ext-wrapper.exp: Test --wrapper option when
3885 restarting process.
3886
3887 2015-07-24 Yao Qi <yao.qi@linaro.org>
3888
3889 * gdb.server/ext-restart.exp: New file.
3890
3891 2015-07-24 Yao Qi <yao.qi@linaro.org>
3892
3893 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
3894 argument options.
3895 * gdb.server/ext-wrapper.exp: New file.
3896
3897 2015-07-23 Doug Evans <dje@google.com>
3898
3899 * gdb.dwarf2/dw2-dummy-cu.S: New file.
3900 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
3901
3902 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
3903
3904 * gdb.ada/var_arr_typedef.exp: New testcase.
3905 * gdb.ada/var_arr_typedef/pack.adb: New file.
3906 * gdb.ada/var_arr_typedef/pack.ads: New file.
3907 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
3908
3909 2015-07-20 Joel Brobecker <brobecker@adacore.com>
3910
3911 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
3912
3913 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3914
3915 * gdb.arch/i386-biarch-core.exp: Replace istarget
3916 by "complete set gnutarget". Remove expectation for the "core-file"
3917 command.
3918
3919 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3920
3921 Revert the previous commit:
3922 Tests for validate symbol file using build-id.
3923
3924 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3925
3926 Tests for validate symbol file using build-id.
3927 * gdb.base/solib-mismatch-lib.c: New file.
3928 * gdb.base/solib-mismatch-libmod.c: New file.
3929 * gdb.base/solib-mismatch.c: New file.
3930 * gdb.base/solib-mismatch.exp: New file.
3931
3932 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
3933
3934 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
3935 nios2-*-linux*.
3936 * gdb.base/sigbpt.exp (stepi_out): Likewise.
3937 * gdb.base/siginfo.exp: Likewise.
3938 * gdb.base/sigstep.exp (advance, advancei): Likewise.
3939
3940 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
3941
3942 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
3943 Move it to ...
3944 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
3945 ... here.
3946 * gdb.trace/range-stepping.exp: Check that the target supports
3947 range stepping.
3948
3949 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3950
3951 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
3952
3953 2015-07-14 Pedro Alves <palves@redhat.com>
3954
3955 * gdb.base/killed-outside.exp: New file.
3956 * gdb.base/killed-outside.c: New file.
3957
3958 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3959
3960 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
3961 (n at main): New.
3962 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
3963
3964 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3965
3966 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
3967 infcall tests instead of setting up for KFAIL.
3968
3969 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
3970
3971 * gdb.btrace/record_goto-step.exp: New.
3972
3973 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3974
3975 PR compile/18484
3976 * gdb.compile/compile.c (struct struct_type): Add volatile to
3977 selffield's type.
3978 * gdb.compile/compile.exp
3979 (compile code struct_object.selffield = &struct_object): Skip further
3980 struct_object tests if this one xfails.
3981
3982 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
3983
3984 PR exp/18617
3985 * gdb.trace/ax.exp: Add test.
3986
3987 2015-07-07 Yao Qi <yao.qi@linaro.org>
3988
3989 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
3990 instead of istarget "aarch64*-*-*".
3991 * gdb.arch/aarch64-fp.exp: Likewise.
3992 * gdb.base/float.exp: Likewise.
3993 * gdb.reverse/aarch64.exp: Likewise.
3994 * lib/gdb.exp (is_aarch64_target): New proc.
3995
3996 2015-07-07 Yao Qi <yao.qi@linaro.org>
3997
3998 * lib/gdb.exp (is_aarch32_target): New proc.
3999 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
4000 instead of "istarget "arm*-*-*"".
4001 * gdb.arch/arm-disp-step.exp: Likewise.
4002 * gdb.arch/thumb-bx-pc.exp: Likewise.
4003 * gdb.arch/thumb-prologue.exp: Likewise.
4004 * gdb.arch/thumb-singlestep.exp: Likewise.
4005 * gdb.base/disp-step-syscall.exp: Likewise.
4006 * gdb.base/float.exp: Likewise.
4007
4008 2015-07-07 Yao Qi <yao.qi@linaro.org>
4009
4010 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
4011 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
4012
4013 2015-07-07 Yao Qi <yao.qi@linaro.org>
4014
4015 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
4016 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
4017 if it exists.
4018 * gdb.multi/multi-arch.exp: Likewise.
4019
4020 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
4021
4022 * gdb.python/py-lazy-string.exp: Add missing parentheses to
4023 print.
4024
4025 2015-07-07 Yao Qi <yao.qi@linaro.org>
4026
4027 * gdb.arch/thumb-singlestep.exp: Do one more single step.
4028
4029 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
4030
4031 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
4032 '[' and ']' characters.
4033
4034 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
4035
4036 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4037
4038 2015-06-29 Pedro Alves <palves@redhat.com>
4039
4040 PR threads/18127
4041 * gdb.threads/hand-call-new-thread.c: New file.
4042 * gdb.threads/hand-call-new-thread.c: New file.
4043
4044 2015-06-26 Keith Seitz <keiths@redhat.com>
4045 Doug Evans <dje@google.com>
4046
4047 PR 16253
4048 * gdb.cp/var-tag-2.cc: New file.
4049 * gdb.cp/var-tag-3.cc: New file.
4050 * gdb.cp/var-tag-4.cc: New file.
4051 * gdb.cp/var-tag.cc: New file.
4052 * gdb.cp/var-tag.exp: New file.
4053
4054 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
4055
4056 * gdb.base/history-duplicates.exp: New test.
4057
4058 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
4059
4060 * gdb.base/completion.exp: Test the completion of the "focus"
4061 command.
4062
4063 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4064
4065 * gdb.arch/amd64-prologue-skip.S: New file.
4066 * gdb.arch/amd64-prologue-skip.exp: New file.
4067
4068 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
4069
4070 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
4071 is_address_zero_readable check.
4072
4073 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
4074
4075 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
4076 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
4077
4078 2015-06-24 Yao Qi <yao.qi@linaro.org>
4079
4080 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
4081 linux targets.
4082
4083 2015-06-24 Yao Qi <yao.qi@linaro.org>
4084
4085 * lib/gdb.exp (supports_get_siginfo_type): New proc.
4086 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
4087 * gdb.base/siginfo-thread.exp: Likewise.
4088
4089 2015-06-22 Yao Qi <yao.qi@linaro.org>
4090
4091 * boards/remote-gdbserver-on-localhost.exp: Add comments.
4092
4093 2015-06-22 Yao Qi <yao.qi@linaro.org>
4094
4095 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
4096 aarch64*-*-*.
4097 (skip_hw_watchpoint_tests): Likewise.
4098
4099 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
4100
4101 * gdb.base/gdbinit-history.exp: Test the interaction between
4102 setting GDBHISTSIZE and setting the history size via .gdbinit.
4103
4104 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
4105
4106 PR gdb/16999
4107 * gdb.base/gdbhistsize-history.exp: New test.
4108
4109 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
4110
4111 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
4112 with GDBHISTSIZE.
4113 * gdb.base/readline.exp: Likewise.
4114
4115 2015-06-17 Yao Qi <yao.qi@linaro.org>
4116
4117 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
4118 line.
4119
4120 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
4121
4122 * gdb.base/gdbinit-history.exp: Add test case to check that
4123 an unlimited history file does not get truncated on exit.
4124
4125 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4126
4127 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
4128 (VECTOR): New macro. Use it...
4129 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
4130 ...for these typedefs.
4131 (int8, char1, int1, double1): New typedefs.
4132 (struct just_int2, struct two_int2): New structures.
4133 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
4134 (add_structvecs, add_singlevecs): New functions.
4135 (main): Call add_some_intvecs twice.
4136 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
4137 the compile and exit upon failure. Try compiling for the "native"
4138 architecture. Test inferior function calls with vector arguments
4139 and vector return value handling with "finish" and "return".
4140
4141 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
4142
4143 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
4144 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
4145 PE file.
4146 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
4147
4148 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
4149
4150 PR breakpoints/16465
4151 * gdb.mi/mi-dprintf-pending.c: New file.
4152 * gdb.mi/mi-dprintf-pending.exp: New test.
4153 * gdb.mi/mi-dprintf-pendshr.c: New file.
4154
4155 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
4156 Mircea Gherzan <mircea.gherzan@intel.com>
4157
4158 * gdb.arch/i386-mpx-map.c: New file.
4159 * gdb.arch/i386-mpx-map.exp: New File.
4160
4161 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
4162
4163 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
4164 * gdb.arch/i386-mpx.exp: Indentation fixed.
4165
4166 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
4167
4168 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
4169 function and improved indentation.
4170 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
4171 gdb_test_multiple. Added additional tests to skip the test.
4172
4173 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
4174
4175 * gdb.arch/i386-avx512.c: Change path in include file.
4176 * gdb.arch/i386-avx512.exp: Change include dir path
4177 compilation flag.
4178 * gdb.arch/i386-mpx.c: Change path in include file.
4179 * gdb.arch/i386-mpx.exp: Change include dir path compilation
4180 flag.
4181
4182 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4183
4184 * gdb.compile/compile-print.exp (compile print *vararray@3)
4185 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
4186
4187 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4188
4189 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
4190 (do not keep jit in memory): ... this.
4191 (expect 5): Change it to ...
4192 (expect no 5): ... this.
4193
4194 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
4195
4196 PR gdb/15564
4197 * gdb.mi/mi-detach.exp: New file.
4198
4199 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4200
4201 PR symtab/18392
4202 * gdb.arch/amd64-tailcall-self.S: New file.
4203 * gdb.arch/amd64-tailcall-self.c: New file.
4204 * gdb.arch/amd64-tailcall-self.exp: New file.
4205
4206 2015-05-28 Don Breazeal <donb@codesourcery.com>
4207
4208 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
4209 tests for remote targets by checking is_target_gdbserver.
4210
4211 2015-05-27 Doug Evans <dje@google.com>
4212
4213 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
4214 * gdb.dwarf2/opaque-type-lookup.c: New file.
4215 * gdb.dwarf2/opaque-type-lookup.exp: New file.
4216
4217 2015-05-26 Doug Evans <dje@google.com>
4218
4219 * gdb.cp/iostream.cc: New file.
4220 * gdb.cp/iostream.exp: New file.
4221
4222 2015-05-26 Doug Evans <dje@google.com>
4223
4224 * gdb.dwarf2/dw2-op-call.exp: Update.
4225 * gdb.dwarf2/dw4-sig-types.exp: Update.
4226 * gdb.dwarf2/implptr.exp: Update.
4227 * gdb.mi/mi-cmd-param-changed.exp: Update.
4228
4229 2015-05-26 Doug Evans <dje@google.com>
4230
4231 * gdb.python/py-lazy-string.c: New file.
4232 * gdb.python/py-lazy-string.exp: New file.
4233 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
4234 (main): Update. Add estring3.
4235 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
4236 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
4237
4238 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
4239 Yao Qi <yao.qi@linaro.org>
4240
4241 * gdb.reverse/aarch64.c: New.
4242 * gdb.reverse/aarch64.exp: New.
4243
4244 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
4245
4246 * lib/gdb.exp (supports_process_record): Return true for
4247 aarch64*-linux*.
4248 (supports_reverse): Likewise.
4249
4250 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
4251
4252 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
4253 Use with_test_prefix.
4254
4255 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
4256
4257 * gdb.base/completion.exp: Add test for completion of layout
4258 names.
4259
4260 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
4261
4262 * lib/gdb.exp (skip_tui_tests): New proc.
4263 * gdb.base/tui-layout.exp: Check skip_tui_tests.
4264
4265 2015-05-19 Pedro Alves <palves@redhat.com>
4266
4267 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
4268 Save the whole env array instead of just HOME. Unset HISTSIZE in
4269 the environment while testing. Restore whole environment
4270 afterwards.
4271
4272 2015-05-16 Doug Evans <xdje42@gmail.com>
4273
4274 * gdb.guile/scm-ports.c: New file.
4275 * gdb.guile/scm-ports.exp: Add memory port tests.
4276
4277 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4278
4279 * gdb.compile/compile-print.c: New file.
4280 * gdb.compile/compile-print.exp: New file.
4281
4282 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4283
4284 * gdb.compile/compile-ops.exp: Cast param to void.
4285 * gdb.compile/compile.exp: Complete type for _gdb_expr.
4286 (compile code struct_object.selffield = &struct_object): Add xfail.
4287
4288 2015-05-15 Joel Brobecker <brobecker@adacore.com>
4289
4290 * gdb.ada/arr_enum_with_gap: New testcase.
4291
4292 2015-05-15 Joel Brobecker <brobecker@adacore.com>
4293
4294 * gdb.ada/byte_packed_arr: New testcase.
4295
4296 2015-05-15 Joel Brobecker <brobecker@adacore.com>
4297
4298 * gdb.ada/pckd_neg: New testcase.
4299
4300 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
4301
4302 PR gdb/17820
4303 * gdb.base/gdbinit-history.exp: New test.
4304 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
4305 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
4306
4307 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
4308
4309 * gdb.python/py-xmethods.cc: Enhance test case.
4310 * gdb.python/py-xmethods.exp: New tests.
4311 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
4312 function.
4313 (B_indexoper): Likewise.
4314 (global_dm_list) : Add new xmethod worker functions.
4315
4316 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
4317
4318 * gdb.base/coredump-filter.exp: Correctly unset
4319 "coredump_var_addr" array.
4320
4321 2015-05-08 Pedro Alves <palves@redhat.com>
4322
4323 * gdb.server/non-existing-program.exp: Unset spawn_id.
4324
4325 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
4326
4327 PR python/18291
4328 * gdb.python/py-xmethods.exp: Add tests.
4329
4330 2015-05-08 Yao Qi <yao.qi@linaro.org>
4331
4332 PR gdb/18208
4333 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
4334 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
4335 function set_coredump_filter, and remove remote_exec call.
4336 Remove argument ipid. Callers update.
4337 (top level): Don't get inferior's PID.
4338
4339 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
4340
4341 * gdb.base/watch_thread_num.exp: Skip test on targets without
4342 access watchpoints.
4343
4344 2015-05-06 Pedro Alves <palves@redhat.com>
4345
4346 PR server/18081
4347 * gdb.server/non-existing-program.exp: New file.
4348
4349 2015-05-05 Joel Brobecker <brobecker@adacore.com>
4350
4351 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
4352
4353 2015-05-05 Joel Brobecker <brobecker@adacore.com>
4354
4355 * gdb.ada/out_of_line_in_inlined: New testcase.
4356
4357 2015-05-05 Joel Brobecker <brobecker@adacore.com>
4358
4359 * gdb.ada/var_rec_arr: New testcase.
4360
4361 2015-04-30 Yao Qi <yao.qi@linaro.org>
4362
4363 * gdb.base/break-idempotent.exp: If
4364 skip_hw_watchpoint_multi_tests returns true, skip the tests
4365 on "rwatch" and "awatch".
4366
4367 2015-04-30 Yao Qi <yao.qi@linaro.org>
4368
4369 * gdb.base/relativedebug.exp: Invoke gdb command
4370 "info sharedlibrary", and if libc.so doesn't have debug info,
4371 skip the test.
4372
4373 2015-04-29 Doug Evans <dje@google.com>
4374
4375 * gdb.python/py-xmethods.exp: Add ptype tests.
4376 * gdb.python/py-xmethods.py (E_method_char_worker): Add
4377 get_result_type method.
4378
4379 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
4380
4381 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
4382 the target does not support hardware watchpoints.
4383
4384 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
4385
4386 * gdb.base/break-always.exp: Abort testing if writing to memory
4387 causes an error.
4388
4389 2015-04-28 Doug Evans <dje@google.com>
4390
4391 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
4392 * gdb.python/py-pp-registration.exp: ... here. New file.
4393 * gdb.python/py-pp-registration.c: New file.
4394 * gdb.python/py-pp-registration.py: New file.
4395
4396 2015-04-28 Doug Evans <dje@google.com>
4397
4398 * gdb.python/py-bad-printers.c: New file.
4399 * gdb.python/py-bad-printers.py: New file.
4400 * gdb.python/py-bad-printers.exp: New file.
4401
4402 2015-04-28 Sasha Smundak <asmundak@google.com>
4403
4404 * gdb.python/py-type.exp: New test.
4405
4406 2015-04-28 Andy Wingo <wingo@igalia.com>
4407
4408 * gdb.python/py-parameter.exp:
4409 * gdb.guile/scm-parameter.exp: Escape the path that we are
4410 matching against, as it might contain characters that are special
4411 to regular expressions.
4412
4413 2015-04-27 Joel Brobecker <brobecker@adacore.com>
4414
4415 * gdb.ada/rec_comp: New testcase.
4416
4417 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
4418
4419 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
4420 before using it.
4421
4422 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
4423
4424 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
4425 new tests for verilog output.
4426
4427 2015-04-24 Yao Qi <yao.qi@linaro.org>
4428
4429 * boards/remote-gdbserver-on-localhost.exp: New file.
4430
4431 2015-04-23 Pedro Alves <palves@redhat.com>
4432
4433 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
4434 $inferior_spawn_id instead of $inferior_spawn_id directly. On
4435 "end of file", remove $inferior_spawn_id from the indirect list.
4436
4437 2015-04-23 Pedro Alves <palves@redhat.com>
4438
4439 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
4440
4441 2015-04-23 Pedro Alves <palves@redhat.com>
4442
4443 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
4444 on $any_spawn_id instead of only on $gdb_spawn_id.
4445
4446 2015-04-21 Pierre Muller <muller@sourceware.org>
4447
4448 PR pascal/17815
4449 * lib/pascal.exp (gpc_compile): Add new option "class".
4450 (fpc_compile): Likewise.
4451 * gdb.pascal/case-insensitive-symbols.pas: New file.
4452 * gdb.pascal/case-insensitive-symbols.exp: New file.
4453
4454 2015-04-20 Gary Benson <gbenson@redhat.com>
4455
4456 * gdb.base/attach.exp: Fix three extended remote failures.
4457
4458 2015-04-17 Gary Benson <gbenson@redhat.com>
4459
4460 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
4461 the main executable over the remote protocol.
4462
4463 2015-04-16 Pedro Alves <palves@redhat.com>
4464
4465 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
4466 a new gdbserver if gdbserver_reconnect_p is set.
4467
4468 2015-04-16 Pedro Alves <palves@redhat.com>
4469
4470 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
4471 is set, don't exit gdbserver.
4472
4473 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4474
4475 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
4476 appropriate .insn, such that an older assembler can be used.
4477 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
4478 the z/Architecture instruction set on 31-bit targets as well.
4479
4480 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4481
4482 * gdb.go/handcall.exp: Remove all logic related to the first
4483 breakpoint and rely on go_runto_main instead.
4484 * gdb.go/strings.exp: Likewise.
4485 * gdb.go/unsafe.exp: Likewise.
4486 * gdb.go/hello.exp: Likewise. Also rename the remaining
4487 breakpoint marker to "breakpoint 1".
4488 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
4489 * gdb.go/strings.go: Likewise.
4490 * gdb.go/unsafe.go: Likewise.
4491 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
4492 "set breakpoint 2 here" and rename the remaining breakpoint marker
4493 to "breakpoint 1".
4494
4495 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
4496
4497 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
4498 if itertools.imap is not present.
4499 * gdb.python/py-objfile.exp: Add parentheses.
4500 * gdb.python/py-type.exp: Same.
4501 * gdb.python/py-unwind-maint.py: Same.
4502
4503 2015-04-15 Yao Qi <yao.qi@linaro.org>
4504
4505 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
4506 of ":$ptr_size" and set its form explicitly.
4507
4508 2015-04-15 Pedro Alves <palves@redhat.com>
4509 Yao Qi <yao.qi@linaro.org>
4510
4511 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
4512 timeout by factor of 4.
4513 (test_regular_watch): Likewise.
4514 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
4515 * gdb.reverse/sigall-reverse.exp: Likewise.
4516 * gdb.reverse/until-precsave.exp: Likewise.
4517 * lib/gdb.exp (with_timeout_factor): New proc.
4518 (gdb_expect): Move some code to ...
4519 (get_largest_timeout): ... here. New procedure.
4520
4521 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
4522
4523 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
4524
4525 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
4526
4527 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
4528 to write to the .text section.
4529
4530 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
4531
4532 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
4533 Handle the case of targets that do not provide PID information.
4534
4535 2015-04-13 Yao Qi <yao.qi@linaro.org>
4536
4537 * lib/gdbserver-support.exp (gdb_exit): Catch exception
4538 and use expect instead of gdb_expect.
4539
4540 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
4541
4542 * gdb.base/coredump-filter.exp: Rename variable "addr" to
4543 "coredump_var_addr" to avoid naming conflict with other testcases.
4544
4545 2015-04-10 Pedro Alves <palves@redhat.com>
4546
4547 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
4548 gdb_test_sequence and gdb_assert.
4549
4550 2015-04-10 Pedro Alves <palves@redhat.com>
4551
4552 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
4553 test messages that don't include the breakpoint address.
4554
4555 2015-04-10 Yao Qi <yao.qi@linaro.org>
4556
4557 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
4558 false for some offset and width combinations which aren't
4559 supported by linux kernel.
4560
4561 2015-04-10 Pedro Alves <palves@redhat.com>
4562
4563 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
4564 procedure, factored out from ...
4565 (top level): ... here. Add "set displaced-stepping" testing axis.
4566 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
4567 parameter "displaced". Use it.
4568 (top level): Use foreach and add "set displaced-stepping" testing
4569 axis.
4570
4571 2015-04-10 Pedro Alves <palves@redhat.com>
4572
4573 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
4574 Remove comment.
4575 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
4576 both the address of the instruction that triggers the watchpoint
4577 and the address of the instruction immediately after, and use
4578 those addresses for the test. Fix comment.
4579
4580 2015-04-10 Pedro Alves <palves@redhat.com>
4581
4582 * gdb.base/sigstep.exp (breakpoint_to_handler)
4583 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
4584 Test "backtrace" in handler.
4585 (breakpoint_over_handler): New parameter 'displaced'. Use it.
4586 (top level): Add new "displaced" test axis to
4587 breakpoint_to_handler, breakpoint_to_handler_entry and
4588 breakpoint_over_handler.
4589
4590 2015-04-10 Pedro Alves <palves@redhat.com>
4591
4592 PR gdb/18216
4593 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
4594
4595 2015-04-10 Yao Qi <yao.qi@linaro.org>
4596
4597 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
4598 (test_add_rn_pc): New function.
4599 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
4600 (top level): Invoke test_add_rn_pc.
4601
4602 2015-04-10 Pedro Alves <palves@redhat.com>
4603
4604 PR gdb/13858
4605 * gdb.base/step-over-no-symbols.exp: New file.
4606
4607 2015-04-09 Andy Wingo <wingo@igalia.com>
4608
4609 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
4610 after the Python tests.
4611
4612 2015-04-08 Keith Seitz <keiths@redhat.com>
4613
4614 PR python/16699
4615 * gdb.python/py-completion.exp: New tests for completion.
4616 * gdb.python/py-completion.py (CompleteLimit1): New class.
4617 (CompleteLimit2): Likewise.
4618 (CompleteLimit3): Likewise.
4619 (CompleteLimit4): Likewise.
4620 (CompleteLimit5): Likewise.
4621 (CompleteLimit6): Likewise.
4622 (CompleteLimit7): Likewise.
4623
4624 2015-04-08 Pedro Alves <palves@redhat.com>
4625
4626 PR gdb/18214
4627 PR gdb/18216
4628 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
4629 function.
4630 (main): Install it as SIGUSR1 handler.
4631 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
4632 parameter. Always use "setup" as prefix. Toggle "set
4633 displaced-stepping" off/on depending on global. Don't switch to
4634 thread 1 here.
4635 (top level): Add displaced stepping "off/on" test axis. Update
4636 "setup" calls. Wrap each subtest with with_test_prefix. Test
4637 continuing with a queued signal in each thread.
4638
4639 2015-04-08 Pedro Alves <palves@redhat.com>
4640
4641 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
4642 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
4643 gdb_breakpoint instead of gdb_test that doesn't expect anything.
4644 Return early if running to main fails.
4645 * gdb.trace/while-stepping.exp: Likewise.
4646
4647 2015-04-07 Pedro Alves <palves@redhat.com>
4648
4649 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
4650 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
4651 interact with inferior program.
4652
4653 2015-04-07 Pedro Alves <palves@redhat.com>
4654
4655 * lib/gdb.exp (inferior_spawn_id): New global.
4656 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
4657 spawn id after processing the user code.
4658 (default_gdb_start): Set inferior_spawn_id.
4659 (send_inferior): New procedure.
4660 * lib/gdbserver-support.exp (gdbserver_start): Set
4661 inferior_spawn_id.
4662 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
4663
4664 2015-04-07 Pedro Alves <palves@redhat.com>
4665
4666 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
4667 * lib/gdbserver-support.exp (gdbserver_start): Make
4668 $server_spawn_id global.
4669 (gdbserver_start): Don't wait for gdbserver's spawn id with
4670 expect_background.
4671 (close_gdbserver): New procedure.
4672 (gdb_exit): Rename the default version and reimplement.
4673
4674 2015-04-07 Pedro Alves <palves@redhat.com>
4675
4676 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
4677 append the substituted item, not the original item.
4678
4679 2015-04-07 Pedro Alves <palves@redhat.com>
4680
4681 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
4682 gdb_expect.
4683
4684 2015-04-07 Pedro Alves <palves@redhat.com>
4685
4686 * gdb.base/interrupt.exp: Don't handle the case of the inferior
4687 output appearing once only.
4688
4689 2015-04-07 Pedro Alves <palves@redhat.com>
4690
4691 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
4692 that doesn't expect anything. Return early if running to main
4693 fails.
4694
4695 2015-04-07 Yao Qi <yao.qi@linaro.org>
4696
4697 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
4698 (child_function): Call alarm.
4699 (main): Move call to alarm into the loop.
4700 * gdb.threads/non-stop-fair-events.exp: Build program with
4701 -DTIMEOUT=$timeout.
4702
4703 2015-04-06 Doug Evans <xdje42@gmail.com>
4704
4705 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
4706 Fix dest parameter to board_info.
4707 (fpc_compile): Ditto.
4708 (gdb_compile_pascal): Rename dest arg to destfile.
4709
4710 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
4711
4712 * gdb.ada/funcall_ref.exp: New file.
4713 * gdb.ada/funcall_ref/foo.adb: New file.
4714
4715 2015-04-02 Yao Qi <yao.qi@linaro.org>
4716
4717 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
4718 is remote.
4719
4720 2015-04-02 Gary Benson <gbenson@redhat.com>
4721
4722 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
4723
4724 2015-04-01 Sasha Smundak <asmundak@google.com>
4725
4726 * gdb.python/py-unwind-maint.c: New file.
4727 * gdb.python/py-unwind-maint.exp: New test.
4728 * gdb.python/py-unwind-maint.py: New file.
4729 * gdb.python/py-unwind.c: New file.
4730 * gdb.python/py-unwind.exp: New test.
4731 * gdb.python/py-unwind.py: New test.
4732
4733 2015-04-01 Pedro Alves <palves@redhat.com>
4734
4735 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
4736 to fail instead of non-existent $test.
4737
4738 2015-04-01 Pedro Alves <palves@redhat.com>
4739
4740 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
4741 GDBFLAGS if not empty.
4742
4743 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
4744
4745 * gdb.ada/complete.exp: Remove "multi_line".
4746 * gdb.ada/info_exc.exp: Remove "multi_line".
4747 * gdb.ada/packed_tagged.exp: Remove "multi_line".
4748 * gdb.ada/ptype_field.exp: Remove "multi_line".
4749 * gdb.ada/sym_print_name.exp: Remove "multi_line".
4750 * gdb.ada/tagged.exp: Remove "multi_line".
4751 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
4752 [multi_line ...]
4753 * gdb.btrace/delta.exp: Likewise.
4754 * gdb.btrace/exception.exp: Likewise.
4755 * gdb.btrace/function_call_history.exp: Likewise.
4756 * gdb.btrace/instruction_history.exp: Likewise.
4757 * gdb.btrace/nohist.exp: Likewise.
4758 * gdb.btrace/record_goto.exp: Likewise.
4759 * gdb.btrace/segv.exp: Likewise.
4760 * gdb.btrace/stepi.exp: Likewise.
4761 * gdb.btrace/tailcall.exp: Likewise.
4762 * gdb.btrace/unknown_functions.exp: Likewise.
4763 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
4764 * lib/gdb.exp: Add the "multi_line" helper.
4765
4766 2015-04-01 Pedro Alves <palves@redhat.com>
4767
4768 * gdb.threads/tid-reuse.c: New file.
4769 * gdb.threads/tid-reuse.exp: New file.
4770
4771 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
4772
4773 PR corefiles/16092
4774 * gdb.base/coredump-filter.c: New file.
4775 * gdb.base/coredump-filter.exp: Likewise.
4776
4777 2015-03-27 Petr Machata <pmachata@redhat.com>
4778
4779 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
4780 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
4781 (Dwarf::assemble): Initialize them.
4782 (Dwarf::lines): New function.
4783
4784 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
4785
4786 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
4787 SYMBOL_PREFIX for x86_64-*-cygwin.
4788
4789 2015-03-26 Andy Wingo <wingo@igalia.com>
4790
4791 PR symtab/18148
4792 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
4793 const_value but not a location.
4794 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
4795 location defined in non-main CUs are visible.
4796
4797 2015-03-26 Yao Qi <yao.qi@linaro.org>
4798
4799 PR testsuite/18139
4800 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
4801 Add a line number entry for the same line.
4802 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
4803 Add a line number entry for the same line.
4804
4805 2015-03-26 Yao Qi <yao.qi@linaro.org>
4806
4807 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
4808 .int 0.
4809 (func): Likewise. Add .Lfunc_1 label.
4810 Use .Lfunc_1 label.
4811 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
4812 .int 0.
4813 (func): Likewise.
4814 Use .Lfunc_1 label.
4815
4816 2015-03-26 Yao Qi <yao.qi@linaro.org>
4817
4818 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
4819 Call gdb_compile instead to compile each .s files without debug
4820 information.
4821
4822 2015-03-26 Yao Qi <yao.qi@linaro.org>
4823
4824 * gdb.base/savedregs.exp (process_saved_regs): Make
4825 "Saved registers:" optional in the pattern.
4826
4827 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4828
4829 * gdb.btrace/next.exp: Merged into step.exp.
4830 * gdb.btrace/finish.exp: Merged into step.exp.
4831 * gdb.btrace/nexti.exp: Merged into stepi.exp.
4832 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
4833 "record goto" and checking the exact replay position.
4834 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
4835 check for "Recording format" in "info record" output.
4836 * gdb.btrace/record_goto.exp: Choose test file based on target.
4837 * gdb.btrace/x86-record_goto.S: Renamed into ...
4838 * gdb.btrace/x86_64-record_goto.S: ... this.
4839 * gdb.btrace/i686-record_goto.S: New.
4840 * gdb.btrace/x86-tailcall.S: Renamed into ...
4841 * gdb.btrace/x86_64-tailcall.S: ... this.
4842 * gdb.btrace/i686-tailcall.S: New.
4843 * gdb.btrace/x86-tailcall.c: Renamed into ...
4844 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
4845 separate statements. Update test.
4846 * gdb.btrace/delta.exp: Use record_goto.c as test file.
4847 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
4848 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
4849 * gdb.btrace/tailcall.exp: Choose test file based on target.
4850 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
4851
4852 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4853
4854 * gdb.btrace/exception.exp: Increase BTS buffer size.
4855
4856 2015-03-24 Pedro Alves <palves@redhat.com>
4857
4858 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
4859
4860 2015-03-24 Pedro Alves <palves@redhat.com>
4861
4862 * gdb.threads/schedlock.exp (test_step): No longer expect that
4863 "set scheduler-locking step" with "next" over a function call runs
4864 threads unlocked.
4865
4866 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4867
4868 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
4869
4870 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4871
4872 PR breakpoints/16466
4873 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
4874 * gdb.mi/mi-pending.c (thread_func): New function.
4875 (int main): Add threading support required.
4876 * gdb.mi/mi-pending.exp: Add tests for this issue.
4877 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
4878 (pendfunc2): Remove stdio dependency.
4879 * gdb.mi/mi-pendshr2.c: New file.
4880
4881 2015-03-23 Keith Seitz <keiths@redhat.com>
4882
4883 * gdb.linespec/keywords.c: New file.
4884 * gdb.linespec/keywords.exp: New file.
4885
4886 2015-03-23 Keith Seitz <keiths@redhat.com>
4887
4888 PR gdb/18021
4889 * gdb.dwarf2/staticvirtual.exp: New test.
4890
4891 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4892
4893 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
4894 * README: Remove HP-UX and gdb.hp.
4895 (configuration):
4896 * configure: Regenerate.
4897 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
4898 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
4899 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
4900 gdb.hp/gdb.defects/Makefile.
4901 * gdb.hp/Makefile.in: File deleted.
4902 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
4903 * gdb.hp/gdb.aCC/optimize.c: File deleted.
4904 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
4905 * gdb.hp/gdb.aCC/run.c: File deleted.
4906 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
4907 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
4908 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
4909 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
4910 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
4911 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
4912 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
4913 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
4914 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
4915 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
4916 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
4917 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
4918 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
4919 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
4920 * gdb.hp/gdb.base-hp/reg.s: File deleted.
4921 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
4922 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
4923 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
4924 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
4925 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
4926 * gdb.hp/gdb.compat/Makefile.in: File deleted.
4927 * gdb.hp/gdb.compat/average.c: File deleted.
4928 * gdb.hp/gdb.compat/sum.c: File deleted.
4929 * gdb.hp/gdb.compat/xdb.c: File deleted.
4930 * gdb.hp/gdb.compat/xdb0.c: File deleted.
4931 * gdb.hp/gdb.compat/xdb0.h: File deleted.
4932 * gdb.hp/gdb.compat/xdb1.c: File deleted.
4933 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
4934 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
4935 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
4936 * gdb.hp/gdb.defects/Makefile.in: File deleted.
4937 * gdb.hp/gdb.defects/bs14602.c: File deleted.
4938 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
4939 * gdb.hp/gdb.defects/solib-d.c: File deleted.
4940 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
4941 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
4942 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
4943 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
4944 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
4945 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
4946 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
4947 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
4948 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
4949 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
4950 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
4951 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
4952 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
4953 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
4954 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
4955 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
4956 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
4957 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
4958 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
4959 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
4960 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
4961 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
4962 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
4963 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
4964 * gdb.hp/tools/odump: File deleted.
4965
4966 2015-03-19 Pedro Alves <palves@redhat.com>
4967
4968 * gdb.threads/continue-pending-status.exp (saw_thread_2)
4969 (saw_thread_3): New globals.
4970 (top level): Increment them when an event for the corresponding
4971 thread is seen.
4972 (no thread starvation): New test.
4973
4974 2015-03-19 Pedro Alves <palves@redhat.com>
4975
4976 * gdb.threads/continue-pending-status.c: New file.
4977 * gdb.threads/continue-pending-status.exp: New file.
4978
4979 2015-03-18 Pedro Alves <palves@redhat.com>
4980
4981 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4982 Use gdb_is_target_remote instead of is_remote. Use
4983 gdb_test_multiple instead of gdb_expect. Exit early if
4984 gdb_test_multiple hits its internal matches. Tighten stepi tests
4985 expected output. Fail on exit with any signal, instead of just
4986 SIGILL.
4987
4988 2015-03-18 Yao Qi <yao.qi@linaro.org>
4989
4990 PR tdep/18107
4991 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
4992 variable.
4993 * gdb.base/catch-syscall.exp: Don't skip it on
4994 aarch64*-*-linux* target. Remove elements in all_syscalls.
4995 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
4996 target.
4997 (setup_all_syscalls): New proc.
4998
4999 2015-03-16 Yao Qi <yao.qi@linaro.org>
5000
5001 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
5002 (top level): Skip tests if valid_addr_p returns false for
5003 $cmd1 or $cmd2.
5004
5005 2015-03-11 Andy Wingo <wingo@igalia.com>
5006
5007 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
5008
5009 2015-03-11 Yao Qi <yao.qi@linaro.org>
5010
5011 * gdb.base/catch-syscall.exp: Fix typo in comments.
5012
5013 2015-03-11 Yao Qi <yao.qi@linaro.org>
5014
5015 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
5016
5017 2015-03-09 Pedro Alves <palves@redhat.com>
5018
5019 * dg-extract-results.py: Delete.
5020
5021 2015-03-09 Pedro Alves <palves@redhat.com>
5022
5023 Merge dg-extract-results.sh from GCC upstream (r218843).
5024
5025 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
5026 * dg-extract-results.sh: Use --text with grep to avoid issues with
5027 binary files. Fall back to cat -v, if that doesn't work.
5028
5029 2015-03-05 Pedro Alves <palves@redhat.com>
5030
5031 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
5032
5033 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
5034
5035 * lib/mi-support.exp (mi_expect_interrupt): Accept
5036 alternative event for when in all-stop mode.
5037
5038 2015-03-04 Pedro Alves <palves@redhat.com>
5039
5040 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
5041
5042 2015-03-04 Mark Kettenis <kettenis@gnu.org>
5043
5044 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
5045
5046 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
5047
5048 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
5049 regexps for GDB's current line display, accept a hex address
5050 preceding the line number.
5051
5052 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
5053
5054 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
5055 the 'arch1' variable for "s390*-linux*" targets.
5056
5057 2015-03-04 Pedro Alves <palves@redhat.com>
5058
5059 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
5060 (main): Pass missing retval argument to pthread_join call.
5061
5062 2015-03-02 Pedro Alves <palves@redhat.com>
5063
5064 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
5065 (top level): Call do_test with non-stop as well.
5066
5067 2015-03-02 Pedro Alves <palves@redhat.com>
5068
5069 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
5070 -1.
5071
5072 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
5073
5074 * gdb.arch/s390-vregs.exp: New test.
5075 * gdb.arch/s390-vregs.S: New file.
5076
5077 2015-02-27 Pedro Alves <palves@redhat.com>
5078
5079 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
5080 call to catch_command_errors.
5081 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
5082 catch_command_errors.
5083
5084 2015-02-27 Pedro Alves <palves@redhat.com>
5085
5086 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
5087 "true" for boolean result.
5088 * gdb.gdb/selftest.exp (test_with_self): Also accept full
5089 prototype of main.
5090
5091 2015-02-27 Pedro Alves <palves@redhat.com>
5092
5093 * lib/unbuffer_output.c: New file.
5094 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
5095 (main): Call gdb_unbuffer_output.
5096
5097 2015-02-27 Yao Qi <yao.qi@linaro.org>
5098
5099 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
5100 target.
5101
5102 2015-02-26 Doug Evans <dje@google.com>
5103
5104 * gdb.cp/class2.cc (Dbase, D): New classes.
5105 (main): New local delta.
5106 * gdb.cp/class2.exp: Test printing delta.
5107 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
5108 (dynbar): New global.
5109 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
5110
5111 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5112
5113 * gdb.compile/compile-ifunc.c: New file.
5114 * gdb.compile/compile-ifunc.exp: New file.
5115
5116 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
5117
5118 * gdb.base/structs.exp: Check for correct struct on finish.
5119
5120 2015-02-26 Yao Qi <yao.qi@linaro.org>
5121
5122 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
5123 is zero.
5124
5125 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5126
5127 * gdb.arch/cordic.ko.bz2: New file.
5128 * gdb.arch/cordic.ko.debug.bz2: New file.
5129 * gdb.arch/ppc64-symtab-cordic.exp: New file.
5130
5131 2015-02-25 Yao Qi <yao.qi@linaro.org>
5132
5133 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
5134 aarch64*-*-* target.
5135
5136 2015-02-23 Pedro Alves <palves@redhat.com>
5137
5138 * lib/gdb.exp (delete_breakpoints): Rewrite using
5139 gdb_test_multiple.
5140
5141 2015-02-23 Pedro Alves <palves@redhat.com>
5142
5143 * gdb.base/info-os.c: Include stdlib.h.
5144
5145 2015-02-22 Doug Evans <xdje42@gmail.com>
5146
5147 PR symtab/17855
5148 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
5149 is read after symbols have been re-read.
5150 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
5151 * gdb.ada/exec_changed/second.adb (Second): Ditto.
5152
5153 2015-02-21 Doug Evans <dje@google.com>
5154
5155 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
5156
5157 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5158
5159 PR corefiles/17808
5160 * gdb.arch/i386-biarch-core.core.bz2: New file.
5161 * gdb.arch/i386-biarch-core.exp: New file.
5162
5163 2015-02-21 Pedro Alves <palves@redhat.com>
5164
5165 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
5166 runto_main fails.
5167
5168 2015-02-20 Pedro Alves <palves@redhat.com>
5169
5170 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
5171 info probes.
5172
5173 2015-02-20 Pedro Alves <palves@redhat.com>
5174
5175 * gdb.threads/multi-create-ns-info-thr.exp: New file.
5176
5177 2015-02-20 Pedro Alves <palves@redhat.com>
5178
5179 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
5180 clean_restart before gdb_target_supports_trace.
5181
5182 2015-02-20 Pedro Alves <palves@redhat.com>
5183
5184 PR threads/18006
5185 * gdb.threads/clone-thread_db.c: New file.
5186 * gdb.threads/clone-thread_db.exp: New file.
5187
5188 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
5189
5190 PR breakpoints/16812
5191 * gdb.base/catch-gdb-caused-signals.c: New file.
5192 * gdb.base/catch-gdb-caused-signals.exp: New file.
5193
5194 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
5195
5196 * configure: Regenerated.
5197 * configure.ac: Use GDB_AC_TRANSFORM.
5198 * aclocal.m4: sinclude ../transform.m4.
5199
5200 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5201
5202 * lib/dtrace.exp: New file.
5203 * gdb.base/dtrace-probe.exp: Likewise.
5204 * gdb.base/dtrace-probe.d: Likewise.
5205 * gdb.base/dtrace-probe.c: Likewise.
5206 * lib/pdtrace.in: Likewise.
5207 * configure.ac: Output variables with the transformed names of
5208 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
5209 * configure: Regenerated.
5210
5211 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5212
5213 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
5214 expected message when trying to access $_probe_* convenience
5215 variables while not on a probe.
5216
5217 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5218
5219 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
5220
5221 2015-02-11 Pedro Alves <pedro@codesourcery.com>
5222
5223 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
5224 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
5225
5226 2015-02-10 Doug Evans <xdje42@gmail.com>
5227
5228 * lib/gdb.exp (gdb_load): Always return a result.
5229
5230 2015-02-10 Pedro Alves <palves@redhat.com>
5231
5232 * gdb.threads/signal-sigtrap.c: New file.
5233 * gdb.threads/signal-sigtrap.exp: New file.
5234
5235 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
5236
5237 * gdb.trace/no-attach-trace.c: New file.
5238 * gdb.trace/no-attach-trace.exp: New file.
5239
5240 2015-02-09 Mark Wielaard <mjw@redhat.com>
5241
5242 * gdb.dwarf2/atomic.c: New file.
5243 * gdb.dwarf2/atomic-type.exp: Likewise.
5244
5245 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5246
5247 * gdb.btrace/buffer-size.exp: Update "info record" output.
5248 * gdb.btrace/delta.exp: Update "info record" output.
5249 * gdb.btrace/enable.exp: Update "info record" output.
5250 * gdb.btrace/finish.exp: Update "info record" output.
5251 * gdb.btrace/instruction_history.exp: Update "info record" output.
5252 * gdb.btrace/next.exp: Update "info record" output.
5253 * gdb.btrace/nexti.exp: Update "info record" output.
5254 * gdb.btrace/step.exp: Update "info record" output.
5255 * gdb.btrace/stepi.exp: Update "info record" output.
5256 * gdb.btrace/nohist.exp: Update "info record" output.
5257
5258 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5259
5260 * gdb.btrace/buffer-size: New.
5261
5262 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5263
5264 * gdb.btrace/delta.exp: Update "info record" output.
5265 * gdb.btrace/enable.exp: Update "info record" output.
5266 * gdb.btrace/finish.exp: Update "info record" output.
5267 * gdb.btrace/instruction_history.exp: Update "info record" output.
5268 * gdb.btrace/next.exp: Update "info record" output.
5269 * gdb.btrace/nexti.exp: Update "info record" output.
5270 * gdb.btrace/step.exp: Update "info record" output.
5271 * gdb.btrace/stepi.exp: Update "info record" output.
5272 * gdb.btrace/nohist.exp: Update "info record" output.
5273
5274 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
5275
5276 PR gdb/15678
5277 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
5278
5279 2015-02-06 Pedro Alves <palves@redhat.com>
5280
5281 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
5282 macro.
5283 (seconds_left, again): New globals.
5284 (main): Wait seconds_left in a 1-second sleep loop instead of
5285 sleeping 180 seconds. If 'again' is set, reset the seconds
5286 counter.
5287 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
5288 'again' in the inferior before detaching. Print the seconds left.
5289 (options): New global.
5290 (top level): Build program with -DTIMEOUT=$timeout.
5291
5292 2015-02-06 Pedro Alves <palves@redhat.com>
5293
5294 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
5295 determine how many seconds to pass to 'alarm'.
5296 * gdb.base/gdb-sigterm.exp (top level): Build program with
5297 -DTIMEOUT=$timeout.
5298 (do_test): Return success/failure indication. Add more verbose
5299 logging. Don't fail if 200 single steps are seen. Instead, fail
5300 when the test times out.
5301 (passes): New global.
5302 (top level): Break the testing loop if testing fails on any
5303 iteration. Use gdb_assert.
5304
5305 2015-02-04 Don Breazeal <donb@codesourcery.com>
5306
5307 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
5308 and initialize them.
5309 (ipc_cleanup): New function.
5310 (main): Don't declare shmid, semid, and msqid. Add a call to
5311 atexit so that we call ipc_cleanup on exit.
5312
5313 2015-02-04 Pedro Alves <palves@redhat.com>
5314
5315 * boards/native-extended-gdbserver.exp: Remove any target variant
5316 specifications from the board name before clearing the isremote
5317 flag from board_info.
5318
5319 2015-01-31 Doug Evans <xdje42@gmail.com>
5320
5321 * gdb.base/maint.exp <maint print type argc>: Update expected output.
5322
5323 2015-01-31 Gary Benson <gbenson@redhat.com>
5324
5325 * gdb.base/completion.exp: Disable completion limiting for
5326 existing tests. Add new tests to check completion limiting.
5327 * gdb.linespec/ls-errs.exp: Disable completion limiting.
5328
5329 2015-01-31 Doug Evans <xdje42@gmail.com>
5330
5331 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
5332
5333 2015-01-31 Doug Evans <xdje42@gmail.com>
5334
5335 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
5336 entries. Duplicate file section script entries.
5337 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
5338 inlined entries. Add test for safe-path rejection.
5339 * gdb.python/py-section-script.c: Add duplicate inlined section script
5340 entries. Duplicate file section script entries.
5341 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
5342 inlined entries. Add test for safe-path rejection.
5343
5344 2015-01-29 Joel Brobecker <brobecker@adacore.com>
5345
5346 * gdb.ada/disc_arr_bound: New testcase.
5347
5348 2015-01-29 Joel Brobecker <brobecker@adacore.com>
5349
5350 * gdb.ada/mi_var_array: New testcase.
5351
5352 2015-01-27 Doug Evans <dje@google.com>
5353
5354 * gdb.python/py-objfile.exp: Add tests for objfile.username.
5355 Add test for objfile.filename, objfile.username after objfile
5356 has been unloaded.
5357
5358 2015-01-26 Joel Brobecker <brobecker@adacore.com>
5359
5360 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
5361 the second test to print the name attribute of value
5362 returned by the call to gdb.lookup_type, and adjust
5363 the expected output accordingly.
5364
5365 2015-01-25 Mark Wielaard <mjw@redhat.com>
5366
5367 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
5368 * gdb.base/disp-step-fork.c: Include unistd.h.
5369 * gdb.base/siginfo-obj.c: Include stdio.h.
5370 * gdb.base/siginfo-thread.c: Likewise.
5371 * gdb.mi/non-stop.c: Include unistd.h.
5372 * gdb.mi/nsthrexec.c: Include stdio.h.
5373 * gdb.mi/pthreads.c: Include unistd.h.
5374 * gdb.modula2/unbounded1.c (main): Declare returns int.
5375 * gdb.reverse/consecutive-reverse.c: Likewise.
5376 * gdb.threads/create-fail.c: Include unistd.h.
5377 * gdb.threads/killed.c: Likewise.
5378 * gdb.threads/linux-dp.c: Likewise.
5379 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
5380 * gdb.threads/non-ldr-exc-2.c: Likewise.
5381 * gdb.threads/non-ldr-exc-3.c: Likewise.
5382 * gdb.threads/non-ldr-exc-4.c: Likewise.
5383 * gdb.threads/pthreads.c: Include unistd.h.
5384 (main): Declare returns int.
5385 * gdb.threads/tls-main.c (foo): New declaration.
5386 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
5387
5388 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
5389
5390 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
5391 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
5392
5393 2015-01-15 Mark Wielaard <mjw@redhat.com>
5394
5395 * gdb.base/noreturn-return.c: New file.
5396 * gdb.base/noreturn-return.exp: New file.
5397 * gdb.base/noreturn-finish.c: New file.
5398 * gdb.base/noreturn-finish.exp: New file.
5399
5400 2015-01-23 Pedro Alves <palves@redhat.com>
5401
5402 * gdb.threads/continue-pending-after-query.c: New file.
5403 * gdb.threads/continue-pending-after-query.exp: New file.
5404
5405 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
5406 Simon Marchi <simon.marchi@ericsson.com>
5407
5408 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
5409 * gdb.base/valgrind-db-attach.exp: Same.
5410 * gdb.base/valgrind-infcall.exp: Same.
5411 * lib/mi-support.exp (default_mi_gdb_start): Same.
5412 * lib/prompt.exp (default_prompt_gdb_start): Same.
5413 * lib/gdb.exp (default_gdb_spawn): Same.
5414 (gdb_interact): New.
5415
5416
5417 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5418
5419 * gdb.compile/compile.exp (pointer to jit function): New test.
5420
5421 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
5422
5423 * lib/gdb.exp (supports_process_record): Return true for
5424 powerpc*-*-linux*.
5425 (supports_reverse): Likewise.
5426
5427 2015-01-15 Don Breazeal <donb@codesourcery.com>
5428
5429 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
5430 instead of checking whether the target board is remote and
5431 use spawn_wait_for_attach instead of exec/sleep.
5432 * gdb.base/attach-twice.exp: Likewise.
5433
5434 2015-01-15 Joel Brobecker <brobecker@adacore.com>
5435
5436 * gdb.ada/var_arr_attrs: New testcase.
5437
5438 2015-01-14 Pedro Alves <palves@redhat.com>
5439 Joel Brobecker <brobecker@adacore.com>
5440
5441 PR gdb/17525
5442 * gdb.base/bp-cmds-execution-x-script.c: New file.
5443 * gdb.base/bp-cmds-execution-x-script.exp: New file.
5444 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
5445
5446 2015-01-14 Pedro Alves <palves@redhat.com>
5447
5448 PR cli/17828
5449 * gdb.base/batch-preserve-term-settings.c: New file.
5450 * gdb.base/batch-preserve-term-settings.exp: New file.
5451
5452 2015-01-13 Doug Evans <dje@google.com>
5453
5454 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
5455 binary.
5456
5457 2015-01-13 Joel Brobecker <brobecker@adacore.com>
5458
5459 * Makefile.in (clean mostlyclean): Do not delete *.py.
5460
5461 2015-01-13 Joel Brobecker <brobecker@adacore.com>
5462
5463 * gdb.python/py-lookup-type.exp: New file.
5464
5465 2015-01-12 Pedro Alves <palves@redhat.com>
5466
5467 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
5468 restore GDBFLAGS before returning.
5469
5470 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5471
5472 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
5473 is_amd64_regs_target and is_x86_like_target.
5474
5475 2015-01-11 Doug Evans <xdje42@gmail.com>
5476
5477 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
5478 is given without an explicit form.
5479 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
5480 attributes.
5481 * gdb.dwarf/corrupt.exp: Ditto.
5482 * gdb.dwarf2/enum-type.exp: Ditto.
5483 * gdb.trace/entry-values.exp: Ditto.
5484 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
5485
5486 2015-01-11 Doug Evans <xdje42@gmail.com>
5487
5488 PR gdb/15830
5489 * gdb.base/maint.exp: Remove references to "maint demangle".
5490 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
5491 Add tests for explicitly specifying language to demangle.
5492 * gdb.dlang/demangle.exp: Ditto.
5493
5494 2015-01-09 Pedro Alves <palves@redhat.com>
5495
5496 * gdb.threads/non-stop-fair-events.c: New file.
5497 * gdb.threads/non-stop-fair-events.exp: New file.
5498
5499 2015-01-09 Pedro Alves <palves@redhat.com>
5500
5501 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
5502 the global scope. Set a breakpoint after all threads are started
5503 rather than stepping over two source lines. Expect the prompt.
5504 * gdb.base/watch_thread_num.c (threads_started_barrier): New
5505 global.
5506 (NUM): Now 15.
5507 (main): Use threads_started_barrier to wait for all threads to
5508 start. Main thread no longer calls thread_function. Exit after
5509 180 seconds.
5510 (loop): New function.
5511 (thread_function): Wait on threads_started_barrier barrier. Call
5512 'loop' at each iteration.
5513 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
5514 threads have started, instead of hardcoding number of "next"
5515 steps. Use an access watchpoint instead of a write watchpoint.
5516
5517 2015-01-09 Pedro Alves <palves@redhat.com>
5518
5519 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
5520 (thread_func): Wait on barrier.
5521 (main): Wait for all threads to start before stopping GDB.
5522 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
5523 global.
5524 (thread1_func, thread2_func): Wait on barrier.
5525 (main): Wait for all threads to start before stopping GDB.
5526 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
5527 New global.
5528 (thread1_func, thread2_func): Wait on barrier.
5529 (main): Wait for all threads to start before stopping GDB.
5530
5531 2015-01-09 Pedro Alves <palves@redhat.com>
5532
5533 * gdb.threads/attach-many-short-lived-threads.c: New file.
5534 * gdb.threads/attach-many-short-lived-threads.exp: New file.
5535
5536 2014-01-09 Pedro Alves <palves@redhat.com>
5537
5538 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
5539 instead of to thread 2.
5540 * gdb.threads/signal-command-multiple-signals-pending.c (main):
5541 Add barrier around each pthread_create call instead of around all
5542 calls.
5543 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
5544 Set a break on thread_function and have the child threads hit it
5545 one at at a time.
5546
5547 2015-01-09 Pedro Alves <palves@redhat.com>
5548
5549 * lib/gdb.exp (can_spawn_for_attach): New procedure.
5550 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
5551 false.
5552 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
5553 checking whether the target board is remote.
5554 * gdb.multi/multi-attach.exp: Likewise.
5555 * gdb.python/py-sync-interp.exp: Likewise.
5556 * gdb.server/ext-attach.exp: Likewise.
5557 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
5558 tests that need to attach, instead of checking whether the target
5559 board is remote at the top of the file.
5560
5561 2015-01-08 Yao Qi <yao@codesourcery.com>
5562
5563 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
5564
5565 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5566
5567 Fix testcase compilation.
5568 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
5569
5570 2015-01-06 Joel Brobecker <brobecker@adacore.com>
5571
5572 * gdb.python/py-type.exp: Add a couple test about empty
5573 array creation, and negative-length array creation.
5574
5575 2015-01-02 Doug Evans <xdje42@gmail.com>
5576
5577 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
5578
5579 2015-01-02 Doug Evans <dje@google.com>
5580
5581 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
5582
5583 2014-12-29 Yao Qi <yao@codesourcery.com>
5584
5585 * gdb.trace/entry-values.exp: Update comments. Rename variable
5586 bar_call_foo to returned_from_foo.
5587
5588 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
5589
5590 PR gdb/17394
5591 * gdb.linespec/break-asm-file.c: New file.
5592 * gdb.linespec/break-asm-file.exp: New file.
5593 * gdb.linespec/break-asm-file0.s: New file.
5594 * gdb.linespec/break-asm-file1.s: New file.
5595
5596 2014-12-18 Nigel Stephens <nigel@mips.com>
5597 Maciej W. Rozycki <macro@codesourcery.com>
5598
5599 * gdb.base/float.exp: Handle the new output from "info float" on
5600 MIPS targets.
5601
5602 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5603
5604 Fix MinGW compilation.
5605 * gdb.compile/compile-ops.exp: Update untested message if
5606 !skip_compile_feature_tests.
5607 * gdb.compile/compile-setjmp.exp: Likewise.
5608 * gdb.compile/compile-tls.exp: Likewise.
5609 * gdb.compile/compile.exp: Likewise.
5610 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
5611 supported on this host".
5612
5613 2014-12-16 Doug Evans <xdje42@gmail.com>
5614
5615 * boards/stabs.exp: New file.
5616
5617 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
5618
5619 * gdb.base/completion.exp: Adjust to format changes of "maint
5620 print user-registers".
5621
5622 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
5623
5624 PR server/17457
5625 * gdb.arch/aarch64-fp.c: New file.
5626 * gdb.arch/aarch64-fp.exp: New file.
5627
5628 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5629
5630 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
5631 r210637, r210913, r211666, r215400, r215817).
5632
5633 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
5634 * dg-extract-results.py: New file.
5635 * dg-extract-results.sh: Use it if the environment seems
5636 suitable.
5637
5638 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
5639
5640 * dg-extract-results.py (parse_run): Handle warnings that
5641 are printed before a test harness is run.
5642
5643 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
5644
5645 * dg-extract-results.py (Named): Remove __cmp__ method.
5646 (output_variation): Use a key to sort variation.harnesses.
5647
5648 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
5649
5650 * dg-extract-results.py: For Python 3, force sys.stdout to
5651 handle surrogate escape sequences.
5652 (safe_open): New function.
5653 (output_segment, main): Use it.
5654
5655 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
5656
5657 * dg-extract-results.py (Prog.result_re): Include options
5658 in test name.
5659
5660 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
5661
5662 * dg-extract-results.py (output_variation): Always sort if
5663 do_sum.
5664
5665 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
5666
5667 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
5668 as long as we get pagination notifications.
5669
5670 2014-12-15 Jason Merrill <jason@redhat.com>
5671
5672 * Makefile.in (check-gdb.%): Restore.
5673 * README: Mention it.
5674
5675 2014-12-13 Joel Brobecker <brobecker@adacore.com>
5676
5677 * gdb.ada/str_uninit: New testcase.
5678
5679 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5680
5681 PR symtab/17642
5682 * gdb.base/vla-stub-define.c: New file.
5683 * gdb.base/vla-stub.c: New file.
5684 * gdb.base/vla-stub.exp: New file.
5685
5686 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
5687 Jan Kratochvil <jan.kratochvil@redhat.com>
5688 Tom Tromey <tromey@redhat.com>
5689
5690 * configure.ac: Add gdb.compile/.
5691 * configure: Regenerate.
5692 * gdb.compile/Makefile.in: New file.
5693 * gdb.compile/compile-ops.exp: New file.
5694 * gdb.compile/compile-ops.c: New file.
5695 * gdb.compile/compile-tls.c: New file.
5696 * gdb.compile/compile-tls.exp: New file.
5697 * gdb.compile/compile-constvar.S: New file.
5698 * gdb.compile/compile-constvar.c: New file.
5699 * gdb.compile/compile-mod.c: New file.
5700 * gdb.compile/compile-nodebug.c: New file.
5701 * gdb.compile/compile-setjmp-mod.c: New file.
5702 * gdb.compile/compile-setjmp.c: New file.
5703 * gdb.compile/compile-setjmp.exp: New file.
5704 * gdb.compile/compile-shlib.c: New file.
5705 * gdb.compile/compile.c: New file.
5706 * gdb.compile/compile.exp: New file.
5707 * lib/gdb.exp (skip_compile_feature_tests): New proc.
5708
5709 2014-12-12 Tom Tromey <tromey@redhat.com>
5710
5711 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
5712 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
5713
5714 2014-12-12 Doug Evans <dje@google.com>
5715
5716 * lib/gdb-python.exp (get_python_valueof): New function.
5717 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
5718
5719 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5720
5721 * gdb.base/completion.exp: Add test for completion of "info
5722 registers ".
5723
5724 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
5725
5726 * gdb.base/func-ptrs.c: New file.
5727 * gdb.base/func-ptrs.exp: New file.
5728
5729 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5730
5731 PR breakpoints/17012
5732 * gdb.base/dprintf-detach.c: New file.
5733 * gdb.base/dprintf-detach.exp: New file.
5734
5735 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5736
5737 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
5738 * lib/gdb.exp (target_is_gdbserver): New procedure.
5739
5740 2014-12-08 Doug Evans <dje@google.com>
5741
5742 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
5743
5744 2014-12-05 Yao Qi <yao@codesourcery.com>
5745
5746 * gdb.guile/scm-error.exp: Remove the third argument to
5747 gdb_remote_download.
5748 * gdb.guile/scm-frame-args.exp: Likewise.
5749 * gdb.guile/scm-section-script.exp: Likewise.
5750
5751 2014-12-05 Yao Qi <yao@codesourcery.com>
5752
5753 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
5754
5755 2014-12-04 Doug Evans <dje@google.com>
5756
5757 * gdb.python/py-objfile.exp: Add tests for
5758 objfile.add_separate_debug_file.
5759
5760 2014-12-04 Doug Evans <dje@google.com>
5761
5762 * lib/gdb.exp (get_build_id): New function.
5763 (build_id_debug_filename_get): Rewrite to use it.
5764 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
5765
5766 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
5767
5768 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
5769 `method(long)', not just 0x0.
5770 * gdb.cp/nsalias.exp: Align code labels to 4.
5771 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
5772 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
5773 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
5774 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
5775 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
5776 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
5777
5778 2014-12-02 Doug Evans <dje@google.com>
5779
5780 PR symtab/17602
5781 * gdb.cp/anon-ns.cc: Move guts of this file to ...
5782 * gdb.cp/anon-ns2.cc: ... here. New file.
5783 * gdb.cp/anon-ns.exp: Update.
5784
5785 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
5786
5787 * gdb.python/py-events.py (inferior_call_handler): New.
5788 (register_changed_handler, memory_changed_handler): New.
5789 (test_events.invoke): Register new handlers.
5790 * gdb.python/py-events.exp: Add tests for inferior call,
5791 memory_changed and register_changed events.
5792
5793 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
5794
5795 * gdb.base/execl-update-breakpoints.exp: Specify the link address
5796 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
5797 if the linker doesn't understand this.
5798
5799 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
5800
5801 * gdb.python/python.exp: Change expected reply to help().
5802
5803 2014-12-01 Yao Qi <yao@codesourcery.com>
5804
5805 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
5806 AC_CONFIG_SUBDIRS(gdb.gdbtk).
5807 * configure: Re-generated.
5808
5809 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
5810
5811 * gdb.cp/chained-calls.cc: New file.
5812 * gdb.cp/chained-calls.exp: New file.
5813 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
5814
5815 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
5816
5817 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
5818 * gdb.dwarf2/symtab-producer.exp: Same.
5819 * gdb.gdb/python-interrupts.exp: Same.
5820 * gdb.gdb/python-selftest.exp: Same.
5821 * gdb.python/py-linetable.exp: Same.
5822 * gdb.python/py-type.exp: Same.
5823 * gdb.python/py-value-cc.exp: Same.
5824 * gdb.python/py-value.exp: Same.
5825
5826 2014-11-28 Yao Qi <yao@codesourcery.com>
5827
5828 * gdb.base/break-probes.exp: Match library name prefixed with
5829 sysroot.
5830
5831 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
5832
5833 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
5834 test expected output. Add parentheses for the call to print.
5835 Remove L suffix from integers.
5836
5837 2014-11-26 Doug Evans <dje@google.com>
5838
5839 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
5840
5841 2014-11-22 Yao Qi <yao@codesourcery.com>
5842
5843 * gdb.trace/entry-values.c: Remove asms.
5844 (foo): Add foo_label.
5845 (bar): Add bar_label.
5846 * gdb.trace/entry-values.exp: Remove code computing foo's
5847 length and bar's length.
5848 (Dwarf::assemble): Invoke function_range for bar and use
5849 MACRO_AT_func for foo.
5850
5851 2014-11-22 Yao Qi <yao@codesourcery.com>
5852
5853 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
5854 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
5855 Use .Lgcc43_procstart instead of gcc43.
5856
5857 2014-11-21 Joel Brobecker <brobecker@adacore.com>
5858
5859 * gdb.ada/n_arr_bound: New testcase.
5860
5861 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5862
5863 PR breakpoints/10737
5864 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
5865 test_catch_syscall_multi_arch.
5866 (test_catch_syscall_multi_arch): New function.
5867
5868 2014-11-20 Doug Evans <xdje42@gmail.com>
5869
5870 * gdb.base/maint.exp: Update expected output.
5871
5872 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5873
5874 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
5875 4-byte instruction on S390.
5876
5877 2014-11-19 Joel Brobecker <brobecker@adacore.com>
5878
5879 * gdb.ada/arr_arr: New testcase.
5880
5881 2014-11-19 Joel Brobecker <brobecker@adacore.com>
5882
5883 * gdb.ada/pkd_arr_elem: New Testcase.
5884
5885 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
5886
5887 * gdb.reverse/break-precsave: Expect completion message for
5888 core file reads.
5889 * gdb.reverse/consecutive-precsave.exp: Likewise.
5890 * gdb.reverse/finish-precsave.exp: Likewise.
5891 * gdb.reverse/i386-precsave.exp: Likewise.
5892 * gdb.reverse/machinestate-precsave.exp: Likewise.
5893 * gdb.reverse/sigall-precsave.exp: Likewise.
5894 * gdb.reverse/solib-precsave.exp: Likewise.
5895 * gdb.reverse/step-precsave.exp: Likewise.
5896 * gdb.reverse/until-precsave.exp: Likewise.
5897 * gdb.reverse/watch-precsave.exp: Likewise.
5898
5899 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5900
5901 * gdb.base/bp-permanent.c: Include unistd.h.
5902 * gdb.python/py-framefilter-mi.c (main): Add return type.
5903 * gdb.python/py-framefilter.c (main): Likewise.
5904 * gdb.trace/actions-changed.c (main): Likewise.
5905
5906 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5907
5908 * gdb.mi/until.c: Add eye-catchers.
5909 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
5910 line numbers.
5911
5912 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5913
5914 * gdb.base/condbreak.exp: Drop references to removed non-prototype
5915 function header variants in break1.c.
5916 * gdb.base/ena-dis-br.exp: Likewise.
5917 * gdb.base/hbreak2.exp: Likewise.
5918 * gdb.reverse/until-precsave.exp: Drop references to removed
5919 non-prototype function header variants in ur1.c.
5920 * gdb.reverse/until-reverse.exp: Likewise.
5921
5922 2014-11-17 Petr Machata <pmachata@redhat.com>
5923
5924 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
5925 ${_cu_offset_size} bytes abbrev offset.
5926
5927 2014-11-15 Doug Evans <xdje42@gmail.com>
5928
5929 PR symtab/17559
5930 * gdb.base/line-symtabs.exp: New file.
5931 * gdb.base/line-symtabs.c: New file.
5932 * gdb.base/line-symtabs.h: New file.
5933
5934 2014-11-14 Yao Qi <yao@codesourcery.com>
5935
5936 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
5937 (func): Add label func_label.
5938 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
5939 Replace low_pc and high_pc with MACRO_AT_range.
5940 Replace name, low_pc and high_pc with MACRO_AT_func.
5941
5942 2014-11-14 Yao Qi <yao@codesourcery.com>
5943
5944 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
5945 Replace name, low_pc and high_pc with MACRO_AT_func.
5946
5947 2014-11-14 Yao Qi <yao@codesourcery.com>
5948
5949 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
5950 produce debug information.
5951 * gdb.dwarf2/implptr-optimized-out.S: Removed.
5952
5953 2014-11-14 Yao Qi <yao@codesourcery.com>
5954
5955 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
5956 object and get function length.
5957 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
5958 with MACRO_AT_func.
5959 (top-level): Replace gdb_compile and clean_restart with
5960 prepare_for_testing.
5961 * gdb.dwarf2/main.c (main): Add label main_label.
5962
5963 2014-11-14 Yao Qi <yao@codesourcery.com>
5964
5965 * lib/dwarf.exp (function_range): New procedure.
5966 (Dwarf::_handle_macro_at_func): New procedure.
5967 (Dwarf::_handle_macro_at_range): New procedure.
5968 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
5969
5970 2014-11-14 Yao Qi <yao@codesourcery.com>
5971
5972 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
5973 (_handle_attribute): New procedure.
5974
5975 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5976
5977 * gdb.ada/cond_lang/foo.c (callme): Add return type.
5978 * gdb.base/call-sc.c (zed): Likewise.
5979 * gdb.base/checkpoint.c (main): Likewise.
5980 * gdb.base/dump.c (main): Likewise.
5981 * gdb.base/gcore.c (main): Likewise.
5982 * gdb.base/huge.c (main): Likewise.
5983 * gdb.base/multi-forks.c (main): Likewise.
5984 * gdb.base/pr10179-a.c (main): Likewise.
5985 * gdb.base/savedregs.c (main): Likewise.
5986 * gdb.base/sigaltstack.c (main): Likewise.
5987 * gdb.base/siginfo.c (main): Likewise.
5988 * gdb.base/structs.c (zed): Likewise.
5989 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
5990 * gdb.mi/mi-syn-frame.c (main): Likewise.
5991 * gdb.mi/until.c (foo, main): Likewise.
5992 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
5993 * gdb.base/solib-weak.c (foo): Declare.
5994 * gdb.base/attach-twice.c: Include stdio.h.
5995 * gdb.base/weaklib1.c: Likewise.
5996 * gdb.base/weaklib2.c: Likewise.
5997 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
5998 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
5999 unistd.h.
6000 * gdb.base/attach-pie-misread.c: Include stdlib.h.
6001 * gdb.mi/mi-exit-code.c: Likewise.
6002 * gdb.base/break-interp-lib.c: Include string.h.
6003 * gdb.base/coremaker.c: Likewise.
6004 * gdb.base/testenv.c: Likewise.
6005 * gdb.python/py-finish-breakpoint.c: Likewise.
6006 * gdb.base/inferior-died.c: Include sys/wait.h.
6007 * gdb.base/fileio.c: Include time.h.
6008 * gdb.base/async-shell.c: Include unistd.h.
6009 * gdb.base/dprintf-non-stop.c: Likewise.
6010 * gdb.base/info-os.c: Likewise.
6011 * gdb.mi/mi-console.c: Likewise.
6012 * gdb.mi/watch-nonstop.c: Likewise.
6013 * gdb.python/py-events.c: Likewise.
6014 * gdb.base/async.c (baz): Move up before its invocation.
6015 * gdb.base/code_elim2.c (my_global_func): Likewise.
6016 * gdb.base/skip-solib-lib.c (multiply): Likewise.
6017 * gdb.base/advance.c (func2): Likewise.
6018
6019 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6020
6021 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
6022 variant.
6023 * gdb.base/annota3.c: Likewise.
6024 * gdb.base/async.c: Likewise.
6025 * gdb.base/average.c: Likewise.
6026 * gdb.base/call-ar-st.c: Likewise.
6027 * gdb.base/call-rt-st.c: Likewise.
6028 * gdb.base/call-sc.c: Likewise.
6029 * gdb.base/call-strs.c: Likewise.
6030 * gdb.base/ending-run.c: Likewise.
6031 * gdb.base/execd-prog.c: Likewise.
6032 * gdb.base/exprs.c: Likewise.
6033 * gdb.base/foll-exec.c: Likewise.
6034 * gdb.base/foll-fork.c: Likewise.
6035 * gdb.base/foll-vfork.c: Likewise.
6036 * gdb.base/funcargs.c: Likewise.
6037 * gdb.base/gcore.c: Likewise.
6038 * gdb.base/jump.c: Likewise.
6039 * gdb.base/langs0.c: Likewise.
6040 * gdb.base/langs1.c: Likewise.
6041 * gdb.base/langs2.c: Likewise.
6042 * gdb.base/mips_pro.c: Likewise.
6043 * gdb.base/nodebug.c: Likewise.
6044 * gdb.base/opaque0.c: Likewise.
6045 * gdb.base/opaque1.c: Likewise.
6046 * gdb.base/recurse.c: Likewise.
6047 * gdb.base/run.c: Likewise.
6048 * gdb.base/scope0.c: Likewise.
6049 * gdb.base/scope1.c: Likewise.
6050 * gdb.base/setshow.c: Likewise.
6051 * gdb.base/setvar.c: Likewise.
6052 * gdb.base/shmain.c: Likewise.
6053 * gdb.base/shr1.c: Likewise.
6054 * gdb.base/shr2.c: Likewise.
6055 * gdb.base/sigall.c: Likewise.
6056 * gdb.base/signals.c: Likewise.
6057 * gdb.base/so-indr-cl.c: Likewise.
6058 * gdb.base/solib2.c: Likewise.
6059 * gdb.base/structs.c: Likewise.
6060 * gdb.base/sum.c: Likewise.
6061 * gdb.base/vforked-prog.c: Likewise.
6062 * gdb.base/watchpoint.c: Likewise.
6063 * gdb.reverse/shr2.c: Likewise.
6064 * gdb.reverse/until-reverse.c: Likewise.
6065 * gdb.reverse/ur1.c: Likewise.
6066 * gdb.reverse/watch-reverse.c: Likewise.
6067
6068 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6069
6070 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
6071 variant.
6072 * gdb.base/sepdebug.exp: Drop references to removed code.
6073
6074 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6075
6076 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
6077 variant. Preserve original line numbering.
6078 * gdb.base/list1.c: Likewise.
6079
6080 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6081
6082 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
6083 variant.
6084 * gdb.base/break1.c: Likewise.
6085 * gdb.base/break.exp: Drop references to removed code.
6086
6087 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6088
6089 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
6090 variant.
6091
6092 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6093
6094 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
6095
6096 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6097
6098 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
6099 logic into perform_all_tests() and invoke it with and without
6100 function header prototypes.
6101 (do_function_calls): Remove conditional XFAIL for PR 5318.
6102 (rerun_and_prepare): Remove duplicate code.
6103 (perform_all_tests): New. Main logic moved here.
6104
6105 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6106
6107 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
6108 code guarded by #ifdef NO_PROTOTYPES.
6109 (t_double_many_args): Likewise.
6110 (DEF_FUNC_MANY_ARGS_1): Likewise.
6111 (DEF_FUNC_VALUES_1): Likewise.
6112 (t_structs_ldc): Renamed from t_structs_fc in conditional code
6113 guarded by #ifdef PROTOTYPES.
6114
6115 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6116
6117 * gdb.mi/mi-console.c: Add eye-catcher.
6118 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
6119 instead of literal line number.
6120
6121 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6122
6123 * gdb.base/shr2.c: Add eye-catcher.
6124 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
6125 line number.
6126
6127 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6128
6129 * gdb.base/jump.c: Add eye-catchers.
6130 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
6131 numbers.
6132
6133 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6134
6135 * gdb.base/execd-prog.c: Add eye-catchers.
6136 * gdb.base/foll-exec.c: Likewise.
6137 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
6138 line numbers.
6139
6140 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6141
6142 * gdb.base/ending-run.c: Add eye-catchers.
6143 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
6144 literal line numbers.
6145
6146 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6147
6148 * gdb.base/call-rt-st.c: Add eye-catchers.
6149 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
6150 literal line numbers.
6151
6152 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6153
6154 * gdb.base/call-ar-st.c: Add eye-catchers.
6155 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
6156 literal line numbers.
6157
6158 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6159
6160 * gdb.base/average.c: Add eye-catchers.
6161 * gdb.base/sum.c: Likewise.
6162 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
6163 regexps dynamically.
6164
6165 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6166
6167 * gdb.base/solib1.c: Add eye-catchers.
6168 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
6169 literal line numbers.
6170
6171 2014-11-12 Pedro Alves <palves@redhat.com>
6172
6173 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
6174 leader has exited.
6175
6176 2014-11-12 Pedro Alves <palves@redhat.com>
6177
6178 * gdb.arch/i386-bp_permanent.c: New file.
6179 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
6180 (srcfile): Set to i386-bp_permanent.c.
6181 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
6182 that stepi does not execute the 'leave' instruction, instead of
6183 testing it does execute.
6184 * gdb.base/bp-permanent.c: New file.
6185 * gdb.base/bp-permanent.exp: New file.
6186
6187 2014-11-10 Doug Evans <xdje42@gmail.com>
6188
6189 PR symtab/17564
6190 * gdb.base/symtab-search-order.exp: New file.
6191 * gdb.base/symtab-search-order.c: New file.
6192 * gdb.base/symtab-search-order-1.c: New file.
6193 * gdb.base/symtab-search-order-shlib-1.c: New file.
6194
6195 2014-11-07 Pedro Alves <palves@redhat.com>
6196
6197 PR gdb/17511
6198 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
6199 i?86-*-linux*.
6200
6201 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
6202
6203 PR c++/17494
6204 * gdb.cp/pr17494.cc: New file.
6205 * gdb.cp/pr17494.exp: New file.
6206
6207 2014-11-02 Yao Qi <yao@codesourcery.com>
6208
6209 * gdb.python/python.exp: Get working directory and match the
6210 output of "set extended-prompt \\w " with it.
6211
6212 2014-10-30 Doug Evans <dje@google.com>
6213
6214 * gdb.python/py-objfile.exp: Add tests for setting random attributes
6215 in objfiles.
6216 * gdb.python/py-progspace.exp: Add tests for setting random attributes
6217 in progspaces.
6218
6219 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
6220
6221 * gdb.base/fullpath-expand.exp: Skip for a remote host.
6222 * gdb.base/realname-expand.exp: Likewise.
6223 * gdb.linespec/macro-relative.exp: Likewise.
6224
6225 2014-10-29 Pedro Alves <palves@redhat.com>
6226
6227 PR gdb/17408
6228 * gdb.threads/schedlock.c (some_function): New function.
6229 (call_function): New global.
6230 (MAYBE_CALL_SOME_FUNCTION): New macro.
6231 (thread_function): Call it.
6232 * gdb.threads/schedlock.exp (get_args): Add description parameter,
6233 and use it instead of a global counter. Adjust all callers.
6234 (get_current_thread): Use "find current thread" for test message
6235 here rather than having all callers pass down the same string.
6236 (goto_loop): New procedure, factored out from ...
6237 (my_continue): ... this.
6238 (step_ten_loops): Change parameter from test message to command to
6239 use. Adjust.
6240 (list_count): Delete global.
6241 (check_result): New procedure, factored out from duplicate top
6242 level code.
6243 (continue tests): Wrap in with_test_prefix.
6244 (test_step): New procedure, factored out from duplicate top level
6245 code.
6246 (top level): Test "step" in combination with all scheduler-locking
6247 modes. Test "next" in combination with all scheduler-locking
6248 modes, and in combination with stepping over a function call or
6249 not.
6250 * gdb.threads/next-bp-other-thread.c: New file.
6251 * gdb.threads/next-bp-other-thread.exp: New file.
6252
6253 2014-10-29 Pedro Alves <palves@redhat.com>
6254
6255 PR python/17372
6256 * gdb.python/python.exp: Test a multi-line command that spawns
6257 interactive Python.
6258 * gdb.base/multi-line-starts-subshell.exp: New file.
6259
6260 2014-10-29 Yao Qi <yao@codesourcery.com>
6261
6262 * gdb.base/fileio.exp: Make directories on host.
6263
6264 2014-10-29 Yao Qi <yao@codesourcery.com>
6265
6266 * gdb.base/fileio.c (test_write): Close the file.
6267
6268 2014-10-28 Pedro Alves <palves@redhat.com>
6269
6270 PR gdb/12623
6271 * gdb.base/sigstep.c (no_handler): New global.
6272 (main): If 'no_handler is true, set the signal handlers to
6273 SIG_IGN.
6274 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
6275 with_sw_watch and no_handler parameters. Handle them.
6276 (top level) <stepping over handler when stopped at a breakpoint
6277 test>: Add a test axis for testing with a software watchpoint, and
6278 another for testing with the signal handler set to SIG_IGN.
6279 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
6280 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
6281
6282 2014-10-28 Pedro Alves <palves@redhat.com>
6283
6284 PR gdb/17511
6285 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
6286 * gdb.base/sigstep.exp (other_handler_location): New global.
6287 (advance): Support stepping into the signal handler, and running
6288 commands while in the handler.
6289 (in_handler_map): New global.
6290 (top level): In the advance test, add combinations for getting
6291 into the handler with stepping commands, and for running commands
6292 in the handler. Add comment descripting the advancei tests.
6293
6294 2014-10-28 Pedro Alves <palves@redhat.com>
6295
6296 * gdb.base/sigstep.exp: Use build_executable instead of
6297 prepare_for_testing.
6298 (top level): Move code that starts GDB, runs to main and creates a
6299 display to ...
6300 (restart): ... this new procedure.
6301 (top level): Move backtrace from signal handler test to ...
6302 (validate_backtrace): ... this new procedure.
6303 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
6304 with_test_prefix. Always restart GDB.
6305 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
6306 with_test_prefix. Always restart GDB. No need to delete
6307 breakpoints after the test.
6308 (test_skip_handler): Remove prefix parameter.
6309 (skip_over_handler, breakpoint_to_handler)
6310 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
6311 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
6312 restart GDB. No need to delete breakpoints after the test.
6313 (top level): Use foreach to call the test procedures with
6314 different commands.
6315
6316 2014-10-28 Pedro Alves <palves@redhat.com>
6317
6318 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
6319 instead of GNATS numbers.
6320 * gdb.base/sigbpt.exp: Likewise.
6321 * gdb.base/siginfo.exp: Likewise.
6322 * gdb.base/sigstep.exp: Likewise.
6323
6324 2014-10-27 Pedro Alves <palves@redhat.com>
6325
6326 * gdb.base/sigstep.c (dummy): New global.
6327 (main): Issue a couple writes to the new global.
6328 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
6329 procedures.
6330 (skip_over_handler): Use test_skip_handler.
6331 (top level): Call skip_over_handler for stepi and nexti too.
6332 (breakpoint_over_handler): Use test_skip_handler.
6333 (top level): Call breakpoint_over_handler for stepi and nexti too.
6334
6335 2014-10-27 Yao Qi <yao@codesourcery.com>
6336
6337 * gdb.trace/tfile.c (adjust_function_address)
6338 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
6339 function descriptor.
6340
6341 2014-10-24 Don Breazeal <donb@codesourcery.com>
6342
6343 * gdb.base/foll-fork.exp (test_follow_fork,
6344 catch_fork_child_follow): Check for updated fork messages emitted
6345 from infrun.c.
6346 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
6347 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
6348 vfork_and_exec_child_follow_through_step): Check for updated vfork
6349 messages emitted from infrun.c.
6350
6351 2014-10-24 Pedro Alves <palves@redhat.com>
6352
6353 * gdb.base/corefile.exp: Remove references to ultrix.
6354 * gdb.base/interrupt.exp: Likewise.
6355 * gdb.base/whatis.exp: Likewise.
6356 * gdb.gdb/selftest.exp: Likewise.
6357 * gdb.threads/manythreads.exp: Likewise.
6358 * gdb.threads/print-threads.exp: Likewise.
6359 * gdb.threads/pthreads.exp:: Likewise.
6360 * gdb.threads/schedlock.exp: Likewise.
6361
6362 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
6363
6364 * gdb.cp/non-trivial-retval.cc: Add a test case.
6365 * gdb.cp/non-trivial-retval.exp: Add a test.
6366
6367 2014-10-20 Yao Qi <yao@codesourcery.com>
6368
6369 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
6370 * gdb.python/py-objfile-script-gdb.py: New file.
6371 * gdb.python/py-objfile-script.exp: Update reference to
6372 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
6373 of remote_download. Remove the dest file.
6374
6375 2014-10-20 Yao Qi <yao@codesourcery.com>
6376
6377 * gdb.base/checkpoint.exp: Don't remove file copied on host.
6378 * gdb.base/step-line.exp: Likewise.
6379 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6380 * gdb.dwarf2/dw2-basic.exp: Likewise.
6381 * gdb.dwarf2/dw2-compressed.exp: Likewise.
6382 * gdb.dwarf2/dw2-filename.exp: Likewise.
6383 * gdb.dwarf2/dw2-intercu.exp: Likewise.
6384 * gdb.dwarf2/dw2-intermix.exp: Likewise.
6385 * gdb.dwarf2/dw2-producer.exp: Likewise.
6386 * gdb.dwarf2/mac-fileno.exp: Likewise.
6387 * gdb.python/py-frame-args.exp: Likewise.
6388 * gdb.python/py-framefilter.exp: Likewise.
6389 * gdb.python/py-mi.exp: Likewise.
6390 * gdb.python/py-objfile-script.exp: Likewise
6391 * gdb.python/py-pp-integral.exp: Likewise.
6392 * gdb.python/py-pp-re-notag.exp: Likewise.
6393 * gdb.python/py-prettyprint.exp: Likewise.
6394 * gdb.python/py-section-script.exp: Likewise.
6395 * gdb.python/py-typeprint.exp: Likewise.
6396 * gdb.python/py-xmethods.exp: Likewise.
6397 * gdb.stabs/weird.exp: Likewise.
6398 * gdb.xml/tdesc-regs.exp: Likewise.
6399
6400 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
6401
6402 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
6403 (out_cu): Use addr_len for the size of addresses.
6404 (out_line): Likewise. Size DW_LNE_set_address instruction
6405 according to addr_len.
6406 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
6407 (FUNC): Add START_INSNS to definition.
6408
6409 2014-10-18 Yao Qi <yao@codesourcery.com>
6410
6411 * gdb.base/argv0-symlink.exp: Check argv[0] value if
6412 gdb_has_argv0 return true.
6413 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
6414 check [target_info exists noargs], check [gdb_has_argv0]
6415 instead.
6416 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
6417 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
6418 procedures.
6419
6420 2014-10-17 Doug Evans <dje@google.com>
6421
6422 * gdb.python/py-events.exp: Update expected output for clear_objfiles
6423 event.
6424 * gdb.python/py-events.py: Add clear_objfiles event.
6425
6426 2014-10-17 Doug Evans <dje@google.com>
6427
6428 * gdb.python/py-objfile.exp: Test progspace attribute.
6429
6430 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
6431
6432 * gdb.guile/scm-breakpoint.exp: Do not assume any
6433 directory separators when matching source file paths.
6434 * gdb.python/py-breakpoint.exp: Likewise.
6435 * gdb.reverse/break-precsave.exp: Likewise.
6436 * gdb.reverse/break-reverse.exp: Likewise.
6437 * gdb.reverse/consecutive-precsave.exp: Likewise.
6438 * gdb.reverse/finish-precsave.exp: Likewise.
6439 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
6440 * gdb.reverse/finish-reverse.exp: Likewise.
6441 * gdb.reverse/i386-precsave.exp: Likewise.
6442 * gdb.reverse/i387-env-reverse.exp: Likewise.
6443 * gdb.reverse/i387-stack-reverse.exp: Likewise.
6444 * gdb.reverse/machinestate-precsave.exp: Likewise.
6445 * gdb.reverse/machinestate.exp: Likewise.
6446 * gdb.reverse/sigall-precsave.exp: Likewise.
6447 * gdb.reverse/solib-precsave.exp: Likewise.
6448 * gdb.reverse/step-precsave.exp: Likewise.
6449 * gdb.reverse/until-precsave.exp: Likewise.
6450 * gdb.reverse/watch-precsave.exp: Likewise.
6451 * gdb.reverse/watch-reverse.exp: Likewise.
6452
6453 2014-10-17 Yao Qi <yao@codesourcery.com>
6454
6455 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
6456 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
6457
6458 2014-10-17 Pedro Alves <palves@redhat.com>
6459
6460 PR gdb/17471
6461 * gdb.base/bg-execution-repeat.c: New file.
6462 * gdb.base/bg-execution-repeat.exp: New file.
6463
6464 2014-10-17 Pedro Alves <palves@redhat.com>
6465
6466 PR gdb/17300
6467 * gdb.base/continue-all-already-running.c: New file.
6468 * gdb.base/continue-all-already-running.exp: New file.
6469
6470 2014-10-17 Pedro Alves <palves@redhat.com>
6471
6472 PR gdb/17472
6473 * gdb.base/annota-input-while-running.c: New file.
6474 * gdb.base/annota-input-while-running.exp: New file.
6475
6476 2014-10-17 Pedro Alves <palves@redhat.com>
6477
6478 * gdb.base/callfuncs.exp: emove references to osf.
6479 * gdb.base/sigall.exp: Likewise.
6480 * gdb.gdb/selftest.exp: Likewise.
6481 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
6482 * gdb.mi/non-stop.c: Likewise.
6483 * gdb.mi/pthreads.c: Likewise.
6484 * gdb.reverse/sigall-precsave.exp: Likewise.
6485 * gdb.reverse/sigall-reverse.exp: Likewise.
6486 * gdb.threads/pthreads.c: Likewise.
6487 * gdb.threads/pthreads.exp: Likewise.
6488
6489 2014-10-17 Yao Qi <yao@codesourcery.com>
6490
6491 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
6492 check 'target_info exists noargs'.
6493 (test_command_prompt_position): Likewise.
6494 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
6495 Remove "set args".
6496 (progvar_simple_while_test): Likewise.
6497 (progvar_complex_if_while_test): Likewise.
6498 (if_while_breakpoint_command_test): Likewise.
6499 (infrun_breakpoint_command_test): Likewise.
6500 (breakpoint_command_test): Likewise.
6501 (watchpoint_command_test): Likewise.
6502 (bp_deleted_in_command_test): Likewise.
6503 (temporary_breakpoint_commands): Likewise.
6504
6505 2014-10-16 Yao Qi <yao@codesourcery.com>
6506
6507 * gdb.base/remotetimeout.exp: Remove noargs checking.
6508
6509 2014-10-15 Pedro Alves <palves@redhat.com>
6510
6511 PR breakpoints/9649
6512 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
6513 * gdb.base/breakpoint-in-ro-region.exp
6514 (probe_target_hardware_step): New procedure.
6515 (top level): Probe hardware stepping and hardware breakpoint
6516 support. Test stepping through a read-only region, with both
6517 "breakpoint auto-hw" on and off and both "always-inserted" on and
6518 off.
6519
6520 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
6521
6522 * gdb.dlang/demangle.exp: Update for demangling changes.
6523
6524 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
6525
6526 * gdb.cp/non-trivial-retval.cc: Add new test cases.
6527 * gdb.cp/non-trivial-retval.exp: Add new tests.
6528
6529 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
6530
6531 PR c++/13403
6532 PR c++/15154
6533 * gdb.cp/non-trivial-retval.cc: New file.
6534 * gdb.cp/non-trivial-retval.exp: New file.
6535
6536 2014-10-15 Yao Qi <yao@codesourcery.com>
6537
6538 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
6539 remote host.
6540
6541 2014-10-15 Yao Qi <yao@codesourcery.com>
6542
6543 * gdb.python/py-symbol.exp: Match file base name if host is
6544 remote, otherwise match file name with dir name.
6545 * gdb.python/py-symtab.exp: Likewise.
6546 * gdb.python/python.exp: Likewise.
6547
6548 2014-10-15 Yao Qi <yao@codesourcery.com>
6549
6550 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
6551 pattern.
6552 * gdb.python/py-symtab.exp: Likewise.
6553 * gdb.python/python.exp: Remove trailing ".*". Fix typo
6554 locationn.
6555
6556 2014-10-14 Joel Brobecker <brobecker@adacore.com>
6557
6558 * gdb.ada/addr_arith: New testcase.
6559
6560 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
6561
6562 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
6563 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
6564 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
6565 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
6566
6567 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
6568
6569 * gdb.arch/stap-eval-lang-ada.S: Likewise.
6570 * gdb.arch/stap-eval-lang-ada.c: Likewise.
6571 * gdb.arch/stap-eval-lang-ada.exp: New file.
6572
6573 2014-10-14 Yao Qi <yao@codesourcery.com>
6574
6575 * gdb.mi/mi-var-child.c (nothing1): New function.
6576 (nothing2): New function.
6577 (do_children_tests): Set function pointers by nothing1 and
6578 nothing2.
6579 * gdb.mi/mi-var-child.exp: Step over new added statements.
6580 Update test to match the new output.
6581 * gdb.mi/var-cmd.c (nothing1): New function.
6582 (nothing2): New function.
6583 (do_children_tests): Set function pointers by nothing1 and
6584 nothing2.
6585 * gdb.mi/mi-var-display.exp: Update test to match output.
6586 Step to the line specified by $line_dct_nothing.
6587 Increase the number of lines to step.
6588
6589 2014-10-14 Yao Qi <yao@codesourcery.com>
6590
6591 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
6592 tests.
6593 * gdb.mi/mi2-var-child.exp: Likewise.
6594
6595 2014-10-13 Doug Evans <dje@google.com>
6596
6597 * gdb.python/py-objfile.exp: Change name of file name test.
6598
6599 2014-10-13 Doug Evans <dje@google.com>
6600
6601 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
6602 from the start of the CU.
6603
6604 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6605 Yao Qi <yao@codesourcery.com>
6606
6607 Fix "save breakpoints" for "catch" command.
6608 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
6609 Remove -nonewline. Match also the added "main" line.
6610
6611 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6612
6613 Fix "save breakpoints" for "disable $bpnum" command.
6614 * gdb.base/save-bp.c (main): Add label.
6615 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
6616
6617 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6618
6619 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
6620
6621 2014-10-11 Yao Qi <yao@codesourcery.com>
6622
6623 * gdb.server/server-kill.exp: Execute command
6624 "set remote trace-status-packet on" before "tstatus".
6625
6626 2014-10-11 Yao Qi <yao@codesourcery.com>
6627
6628 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
6629 (main): Call getppid.
6630 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
6631 and continue to it. Read variable "server_pid".
6632
6633 2014-10-11 Yao Qi <yao@codesourcery.com>
6634
6635 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
6636
6637 2014-10-11 Yao Qi <yao@codesourcery.com>
6638
6639 * gdb.threads/thread-find.exp: Don't execute command
6640 "info threads".
6641 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
6642 * gdb.threads/linux-dp.exp: Don't check the condition
6643 $threads_created equals to zero.
6644
6645 2014-10-10 Pedro Alves <palves@redhat.com>
6646
6647 * gdb.base/bigcore.exp: Remove references to IRIX.
6648 * gdb.base/funcargs.exp: Likewise.
6649 * gdb.base/interrupt.exp: Likewise.
6650 * gdb.base/mips_pro.exp: Likewise.
6651 * gdb.base/nodebug.exp: Likewise.
6652 * gdb.base/setvar.exp: Likewise.
6653 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
6654
6655 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6656 Pedro Alves <palves@redhat.com>
6657
6658 PR symtab/14466
6659 * gdb.base/vdso-warning.c: New file.
6660 * gdb.base/vdso-warning.exp: New file.
6661
6662 2014-10-02 Doug Evans <dje@google.com>
6663
6664 * gdb.base/structs.c (main): Don't run forever.
6665
6666 2014-10-02 Pedro Alves <palves@redhat.com>
6667
6668 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
6669 (top level) <stop threads 1, stop threads 2>: Use it.
6670
6671 2014-10-02 Pedro Alves <palves@redhat.com>
6672
6673 * gdb.threads/break-while-running.exp (test): Add new
6674 'update_thread_list' argument. Skip "info threads" if false.
6675 (top level): Add new 'update_thread_list' axis.
6676
6677 2014-10-02 Pedro Alves <palves@redhat.com>
6678
6679 PR breakpoints/17431
6680 * gdb.base/execl-update-breakpoints.c: New file.
6681 * gdb.base/execl-update-breakpoints.exp: New file.
6682
6683 2014-10-01 Pedro Alves <palves@redhat.com>
6684
6685 * gdb.base/breakpoint-in-ro-region.c: New file.
6686 * gdb.base/breakpoint-in-ro-region.exp: New file.
6687
6688 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
6689
6690 * gdb.mi/mi-exit-code.exp: New file.
6691 * gdb.mi/mi-exit-code.c: New file.
6692
6693 2014-09-30 Yao Qi <yao@codesourcery.com>
6694
6695 * lib/prelink-support.exp (build_executable_own_libs): Error if
6696 the target isn't native.
6697
6698 2014-09-30 Yao Qi <yao@codesourcery.com>
6699
6700 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
6701 false.
6702
6703 2014-09-22 Pedro Alves <palves@redhat.com>
6704
6705 * gdb.threads/break-while-running.exp: New file.
6706 * gdb.threads/break-while-running.c: New file.
6707
6708 2014-09-19 Yao Qi <yao@codesourcery.com>
6709
6710 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
6711 Invoke test. Restart GDB with --readnow and invoke test again.
6712
6713 2014-09-19 Yao Qi <yao@codesourcery.com>
6714
6715 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
6716 proc set_breakpoint_on_gcd_function. Invoke
6717 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
6718 invoke set_breakpoint_on_gcd_function again.
6719
6720 2014-09-18 Doug Evans <dje@google.com>
6721
6722 * gdb.dwarf2/symtab-producer.exp: New file.
6723
6724 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6725
6726 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
6727 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
6728 * gdb.base/global-var-nested-by-dso.c: Likewise.
6729 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6730
6731 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6732 Pedro Alves <palves@redhat.com>
6733
6734 * gdb.base/watch-bitfields.exp: Pass string other than test file
6735 name to prepare_for_testing.
6736 (watch): New procedure.
6737 (expect_watchpoint): Use with_test_prefix.
6738 (top level): Factor out tests to ...
6739 (test_watch_location, test_regular_watch): ... these new
6740 procedures, and use with_test_prefix and gdb_continue_to_end.
6741
6742 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
6743
6744 PR breakpoints/12526
6745 * gdb.base/watch-bitfields.exp: New file.
6746 * gdb.base/watch-bitfields.c: New file.
6747
6748 2014-09-16 Pedro Alves <palves@redhat.com>
6749
6750 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
6751 software and hardware addresses, not software address against
6752 itself.
6753
6754 2014-09-16 Pedro Alves <palves@redhat.com>
6755
6756 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
6757 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
6758
6759 2014-09-16 Pedro Alves <palves@redhat.com>
6760
6761 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
6762 files.
6763 * gdb.base/a2-run.exp: Remove all code guarded by istarget
6764 "*-*-vxworks*" throughout.
6765 * gdb.base/break.exp: Likewise.
6766 * gdb.base/default.exp: Likewise.
6767 * gdb.base/scope.exp: Likewise.
6768 * gdb.base/sepdebug.exp: Likewise.
6769 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
6770 throughout.
6771 * gdb.base/run.c: Likewise.
6772 * gdb.base/sepdebug.c: Likewise.
6773 * gdb.hp/gdb.aCC/run.c: Likewise.
6774 * gdb.reverse/until-reverse.c: Likewise.
6775 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
6776
6777 2014-09-16 Yao Qi <yao@codesourcery.com>
6778
6779 * boards/local-remote-host-native.exp: New file.
6780
6781 2014-09-14 Doug Evans <xdje42@gmail.com>
6782
6783 * gdb.threads/queue-signal.c (thread_count): New variable.
6784 (thread_count_mutex, thread_count_condvar): New variables.
6785 (incr_thread_count, wait_all_threads_running): New functions.
6786 (main): Wait for all threads to be in their thread functions.
6787
6788 2014-09-13 Doug Evans <xdje42@gmail.com>
6789
6790 * gdb.threads/queue-signal.c: New file.
6791 * gdb.threads/queue-signal.exp: New file.
6792
6793 2014-09-13 Doug Evans <xdje42@gmail.com>
6794
6795 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
6796 be consistent with what default_gdb_init uses.
6797 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
6798 the plain text of the prompt. Add some logging printfs.
6799 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
6800
6801 2014-09-12 Pedro Alves <palves@redhat.com>
6802
6803 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
6804 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
6805 * gdb.arch/i386-size-overlap.exp: Likewise.
6806 * gdb.arch/i386-size.exp: Likewise.
6807 * gdb.arch/i386-unwind.exp: Likewise.
6808 * gdb.base/a2-run.exp: Likewise.
6809 * gdb.base/break.exp: Likewise.
6810 * gdb.base/charset.exp: Likewise.
6811 * gdb.base/chng-syms.exp: Likewise.
6812 * gdb.base/commands.exp: Likewise.
6813 * gdb.base/dbx.exp: Likewise.
6814 * gdb.base/find.exp: Likewise.
6815 * gdb.base/funcargs.exp: Likewise.
6816 * gdb.base/jit-simple.exp: Likewise.
6817 * gdb.base/reread.exp: Likewise.
6818 * gdb.base/sepdebug.exp: Likewise.
6819 * gdb.base/step-bt.exp: Likewise.
6820 * gdb.cp/mb-inline.exp: Likewise.
6821 * gdb.cp/mb-templates.exp: Likewise.
6822 * gdb.objc/basicclass.exp: Likewise.
6823 * gdb.threads/killed.exp: Likewise.
6824
6825 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6826
6827 PR tdep/17379
6828 * gdb.arch/powerpc-stackless.S: New file.
6829 * gdb.arch/powerpc-stackless.exp: New file.
6830
6831 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6832
6833 * gdb.base/attach.c: Include unistd.h.
6834 (main): Call alarm. Add label postloop.
6835 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
6836 gdb_breakpoint, gdb_continue_to_breakpoint.
6837 (test_command_line_attach_run): Kill ${testpid} in one exit path.
6838
6839 2014-09-11 Pedro Alves <palves@redhat.com>
6840
6841 PR gdb/17347
6842 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
6843 * gdb.base/attach.exp (test_command_line_attach_run): New
6844 procedure.
6845 (top level): Call it.
6846
6847 2014-09-11 Pedro Alves <palves@redhat.com>
6848
6849 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
6850 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
6851 (do_command_attach_tests): Use spawn_wait_for_attach.
6852 * gdb.base/solib-overlap.exp: Likewise.
6853 * gdb.multi/multi-attach.exp: Likewise.
6854 * gdb.python/py-prompt.exp: Likewise.
6855 * gdb.python/py-sync-interp.exp: Likewise.
6856 * gdb.server/ext-attach.exp: Likewise.
6857
6858 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
6859
6860 * gdb.fortran/array-element.exp: Remove unexpected "continue"
6861 command in testcase. Simplify testcase.
6862
6863 2014-09-10 Joel Brobecker <brobecker@adacore.com>
6864
6865 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
6866
6867 2014-09-10 Joel Brobecker <brobecker@adacore.com>
6868
6869 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
6870
6871 2014-09-10 Joel Brobecker <brobecker@adacore.com>
6872
6873 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
6874
6875 2014-09-10 Joel Brobecker <brobecker@adacore.com>
6876
6877 * gdb.dwarf2/dynarr-ptr.c: New file.
6878 * gdb.dwarf2/dynarr-ptr.exp: New file.
6879
6880 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6881
6882 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
6883 of 30 rather than hardcoding 120 for a slow test case. Take the
6884 `gdb,timeout' target setting into account for this calculation.
6885 Don't extend the timeout for the test cases that don't need it.
6886
6887 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6888
6889 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
6890 a factor of 2 for a slow test case. Take the `gdb,timeout'
6891 target setting into account for this calculation.
6892 * gdb.reverse/until-precsave.exp: Increase the timeout by
6893 a factor of 15 and 3 respectively rather than adding 120
6894 for a pair of slow test cases. Take the `gdb,timeout'
6895 target setting into account for this calculation.
6896
6897 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6898
6899 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
6900 timeout, don't pass one down to gdb_expect.
6901 (gdb_expect): Rework timeout selection.
6902
6903 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6904
6905 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
6906 exception on timeout.
6907 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
6908 (gdbserver_start_extended): Catch any `gdbserver_start' error
6909 exceptions.
6910 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
6911 * lib/mi-support.exp (mi_gdb_target_load): Catch any
6912 `gdbserver_gdb_load' error exceptions.
6913
6914 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6915
6916 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
6917 120 on waiting for the TCP socket to open.
6918
6919 2014-09-09 Doug Evans <xdje42@gmail.com>
6920
6921 * gdb.base/default.exp (show_conv_list): Add _caller_is,
6922 _caller_matches, _any_caller_is, _any_caller_matches.
6923
6924 2014-09-09 Doug Evans <xdje42@gmail.com>
6925
6926 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
6927
6928 2014-09-09 Yao Qi <yao@codesourcery.com>
6929
6930 * gdb.mi/mi-var-display.exp: Set print symbol off.
6931
6932 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
6933
6934 PR gdb/17035
6935 * gdb.base/commands.exp: Add tests to verify user-defined
6936 commands with empty bodies.
6937 * gdb.python/py-cmd.exp: Test that we don't show user-defined
6938 python commands in `show user command`.
6939 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
6940 scheme commands in `show user command`.
6941
6942 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6943
6944 PR python/17355
6945 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
6946 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
6947 * gdb.python/py-framefilter-invalidarg.exp: New file.
6948 * gdb.python/py-framefilter-invalidarg.py: New file.
6949
6950 2014-09-06 Doug Evans <xdje42@gmail.com>
6951
6952 PR 15276
6953 * gdb.python/py-caller-is.c: New file.
6954 * gdb.python/py-caller-is.exp: New file.
6955
6956 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
6957
6958 PR gdb/17235
6959 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
6960 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
6961
6962 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
6963
6964 PR fortran/17237
6965 * gdb.fortran/print-formatted.exp: New file.
6966 * gdb.fortran/print-formatted.f90: Likewise.
6967
6968 2014-09-03 Sasha Smundak <asmundak@google.com>
6969
6970 * gdb.python/py-frame.exp: Test Frame.read_register.
6971
6972 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
6973
6974 PR python/16699
6975 * gdb.python/py-completion.exp: New file.
6976 * gdb.python/py-completion.py: Likewise.
6977
6978 2014-08-28 Doug Evans <dje@google.com>
6979
6980 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
6981 eax,etc. are live with values set by gdb and thus the compiler can't
6982 use them.
6983 * gdb.arch/i386-pseudo.c (main): Ditto.
6984
6985 2014-08-27 Doug Evans <dje@google.com>
6986
6987 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
6988
6989 2014-08-25 Doug Evans <dje@google.com>
6990
6991 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
6992 (main): Ditto.
6993
6994 2014-08-25 Doug Evans <dje@google.com>
6995
6996 * gdb.threads/thread-execl.exp: #include <stdio.h>.
6997
6998 2014-08-24 Yao Qi <yao@codesourcery.com>
6999
7000 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
7001 symbol off.
7002 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
7003
7004 2014-08-22 Doug Evans <dje@google.com>
7005
7006 PR 17276
7007 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
7008 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
7009 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
7010
7011 2014-08-22 Yao Qi <yao@codesourcery.com>
7012
7013 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
7014 * gdb.python/py-finish-breakpoint2.exp: Likewise.
7015 * gdb.python/python.exp: Likewise. Use .py file on the host
7016 instead of the build.
7017
7018 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7019
7020 * gdb.threads/gcore-stale-thread.c: New file.
7021 * gdb.threads/gcore-stale-thread.exp: New file.
7022
7023 2014-08-21 Pedro Alves <palves@redhat.com>
7024
7025 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
7026 * gdb.base/gcore-relro-pie.exp: Likewise.
7027 * gdb.base/gcore-relro.exp: Likewise.
7028 * gdb.base/gcore.exp: Likewise.
7029 * gdb.base/print-symbol-loading.exp: Likewise.
7030 * gdb.threads/gcore-thread.exp: Likewise.
7031 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
7032
7033 2014-08-20 Pedro Alves <palves@redhat.com>
7034 Jan Kratochvil <jan.kratochvil@redhat.com>
7035
7036 * Makefile.in (EXTRA_RULES, CC): New variables, get from
7037 configure.
7038 (EXPECT): Handle READ1 being set.
7039 (all): Depend on EXTRA_RULES.
7040 (check-read1, expect-read1, read1.so, read1): New rules.
7041 * README (Testsuite Parameters): Document the READ1 make variable.
7042 (Race detection): New section.
7043 * configure: Regenerate.
7044 * configure.ac: If build==host==target, and running under a
7045 GNU/glibc system, add read1 to the extra Makefile rules.
7046 (EXTRA_RULES): AC_SUBST it.
7047 * lib/read1.c: New file.
7048
7049 2014-08-20 Joel Brobecker <brobecker@adacore.com>
7050
7051 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
7052 the handling of variables declared as a typedef to an array
7053 which a DW_AT_data_location attribute.
7054
7055 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
7056 Pedro Alves <palves@redhat.com>
7057
7058 PR symtab/14604
7059 PR symtab/14605
7060 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
7061 gdb_test.
7062
7063 2014-08-19 Pedro Alves <palves@redhat.com>
7064
7065 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
7066
7067 2014-08-19 Yao Qi <yao@codesourcery.com>
7068
7069 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
7070 right line.
7071
7072 2014-08-18 David Blaikie <dblaikie@gmail.com>
7073
7074 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
7075
7076 2014-08-18 Joel Brobecker <brobecker@adacore.com>
7077
7078 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
7079 attribute in array range.
7080
7081 2014-08-18 Joel Brobecker <brobecker@adacore.com>
7082
7083 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
7084
7085 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
7086
7087 PR c++/17132
7088 * gdb.cp/pr17132.cc: New file.
7089 * gdb.cp/pr17132.exp: New file.
7090
7091 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
7092
7093 * gdb.python/py-xmethods.py (A_getarrayind)
7094 (E_method_char_worker.__call__, E_method_int_worker.__call__):
7095 Use 'print' with function call syntax.
7096 (E_method_matcher.match): Fix tab vs space indentation mixup.
7097
7098 2014-08-15 Yao Qi <yao@codesourcery.com>
7099
7100 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
7101 false.
7102
7103 2014-08-15 Yao Qi <yao@codesourcery.com>
7104
7105 * gdb.cp/casts.exp: Set print symbol off.
7106 * gdb.cp/class2.exp: Likewise.
7107 * gdb.cp/overload.exp: Likewise.
7108 * gdb.cp/templates.exp: Likewise.
7109
7110 2014-08-11 Doug Evans <dje@google.com>
7111
7112 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
7113 (test_load_shlib): Update.
7114
7115 2014-08-09 Yao Qi <yao@codesourcery.com>
7116
7117 * gdb.base/display.exp: Invoke is_address_zero_readable.
7118 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
7119 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
7120 * gdb.base/hbreak-unmapped.exp: Return if
7121 is_address_zero_readable returns true.
7122 * gdb.base/signest.exp: Likewise.
7123 * gdb.base/signull.exp: Likewise.
7124 * gdb.base/sigbpt.exp: Likewise.
7125 * gdb.guile/scm-disasm.exp: Do the test if
7126 is_address_zero_readable returns false.
7127 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
7128 * gdb.python/py-arch.exp: Likewise.
7129 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
7130 * lib/gdb.exp (is_address_zero_readable): New proc.
7131
7132 2014-08-09 Yao Qi <yao@codesourcery.com>
7133
7134 PR testsuite/13443
7135 * gdb.mi/mi-var-display.exp: Make test messages unique.
7136
7137 2014-08-04 Tom Tromey <tromey@redhat.com>
7138
7139 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
7140 target 0".
7141
7142 2014-08-04 Tom Tromey <tromey@redhat.com>
7143
7144 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
7145 "target_resume".
7146
7147 2014-08-01 Joel Brobecker <brobecker@adacore.com>
7148
7149 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
7150 inner_vla_struct_object_size.
7151 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
7152 as xfail.
7153
7154 2014-07-30 Pedro Alves <palves@redhat.com>
7155
7156 * gdb.threads/signal-command-handle-nopass.exp (test): Add
7157 comment.
7158
7159 2014-07-29 Yao Qi <yao@codesourcery.com>
7160
7161 PR gdb/17206
7162 * gdb.base/until-nodebug.exp: New.
7163
7164 2014-07-28 Doug Evans <xdje42@gmail.com>
7165
7166 PR guile/17203
7167 * gdb.guile/scm-parameter.exp: Add tests for trying to create
7168 previously existing parameter, and previously ambiguously spelled
7169 parameter.
7170
7171 2014-07-28 Will Newton <will.newton@linaro.org>
7172
7173 * gdb.base/varargs.exp: Remove KFAILs for ARM.
7174
7175 2014-07-26 Ludovic Courtès <ludo@gnu.org>
7176 Doug Evans <xdje42@gmail.com>
7177
7178 PR guile/17146
7179 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
7180
7181 2014-07-25 Pedro Alves <palves@redhat.com>
7182
7183 * gdb.threads/signal-command-handle-nopass.c: New file.
7184 * gdb.threads/signal-command-handle-nopass.exp: New file.
7185 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
7186 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
7187 * gdb.threads/signal-delivered-right-thread.c: New file.
7188 * gdb.threads/signal-delivered-right-thread.exp: New file.
7189
7190 2014-07-25 Pedro Alves <palves@redhat.com>
7191
7192 * gdb.base/double-prompt-target-event-error.exp
7193 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
7194 match.
7195 (cancel_pagination_in_target_event): Rework double prompt
7196 detection.
7197 * gdb.base/paginate-after-ctrl-c-running.exp
7198 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
7199 <return>' match.
7200 * gdb.base/paginate-bg-execution.exp
7201 (test_bg_execution_pagination_return)
7202 (test_bg_execution_pagination_cancel): Remove '-notransfer
7203 <return>' matches.
7204 * gdb.base/paginate-execution-startup.exp
7205 (test_fg_execution_pagination_return)
7206 (test_fg_execution_pagination_cancel): Remove '-notransfer
7207 <return>' matches.
7208 * gdb.base/paginate-inferior-exit.exp
7209 (test_paginate_inferior_exited): Remove '-notransfer <return>'
7210 match.
7211 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
7212 * lib/gdb.exp (pagination_prompt): Run text through
7213 string_to_regexp.
7214 (gdb_test_multiple): Match $pagination_prompt instead of
7215 "<return>".
7216 (string_to_regexp): Move to lib/gdb-utils.exp.
7217
7218 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7219
7220 * gdb.arch/amd64-entry-value-paramref.S: New file.
7221 * gdb.arch/amd64-entry-value-paramref.cc: New file.
7222 * gdb.arch/amd64-entry-value-paramref.exp: New file.
7223 * gdb.arch/amd64-optimout-repeat.S: New file.
7224 * gdb.arch/amd64-optimout-repeat.c: New file.
7225 * gdb.arch/amd64-optimout-repeat.exp: New file.
7226
7227 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7228
7229 PR gdb/17170
7230 * gdb.base/statistics.exp: New file.
7231
7232 2014-07-17 Doug Evans <dje@google.com>
7233
7234 PR gdb/17170
7235 * gdb.base/maint.exp: Update testing of per-command stats.
7236
7237 2014-07-16 Pedro Alves <palves@redhat.com>
7238
7239 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
7240 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
7241 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
7242 (tfile_write_buf): New functions.
7243 (add_memory_block): Rewrite using the above.
7244 (adjust_function_address): New function.
7245 (FUNCTION_ADDRESS): New macro.
7246 (write_basic_trace_file): Remove short_x local, and use
7247 tfile_write_16. Change type of func_addr local to unsigned long
7248 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
7249 here. Cast argument of add_memory_block to char pointer.
7250 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
7251 (main): Remove parameters.
7252 * gdb.trace/tfile.exp: Remove nowarnings.
7253
7254 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
7255
7256 * gdb.base/debug-expr.exp: Test string evaluation with
7257 "debug expression" on.
7258
7259 2014-07-15 Pedro Alves <palves@redhat.com>
7260
7261 * gdb.base/reread.exp: Use clean_restart.
7262
7263 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
7264
7265 * gdb.arch/avr-flash-qualifer.c: New.
7266 * gdb.arch/avr-flash-qualifer.exp: New.
7267
7268 2014-07-14 Pedro Alves <palves@redhat.com>
7269
7270 * gdb.base/paginate-after-ctrl-c-running.c: New file.
7271 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
7272
7273 2014-07-14 Pedro Alves <palves@redhat.com>
7274
7275 * gdb.base/double-prompt-target-event-error.c: New file.
7276 * gdb.base/double-prompt-target-event-error.exp: New file.
7277
7278 2014-07-14 Pedro Alves <palves@redhat.com>
7279
7280 PR gdb/17072
7281 * gdb.base/paginate-inferior-exit.c: New file.
7282 * gdb.base/paginate-inferior-exit.exp: New file.
7283
7284 2014-07-14 Pedro Alves <palves@redhat.com>
7285
7286 PR gdb/17072
7287 * gdb.base/paginate-bg-execution.c: New file.
7288 * gdb.base/paginate-bg-execution.exp: New file.
7289
7290 2014-07-14 Pedro Alves <palves@redhat.com>
7291
7292 PR gdb/17072
7293 * gdb.base/paginate-execution-startup.c: New file.
7294 * gdb.base/paginate-execution-startup.exp: New file.
7295 * lib/gdb.exp (pagination_prompt): New global.
7296 (default_gdb_spawn): New procedure, factored out from
7297 default_gdb_spawn.
7298 (default_gdb_start): Adjust to call default_gdb_spawn.
7299 (gdb_spawn): New procedure.
7300
7301 2014-07-14 Pedro Alves <palves@redhat.com>
7302
7303 * lib/gdb.exp (gdb_assert): New procedure.
7304 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
7305
7306 2014-07-14 Pedro Alves <palves@redhat.com>
7307
7308 * gdb.base/execution-termios.c: New file.
7309 * gdb.base/execution-termios.exp: New file.
7310
7311 2014-07-14 Tom Tromey <tromey@redhat.com>
7312
7313 * gdb.cp/vla-cxx.cc: New file.
7314 * gdb.cp/vla-cxx.exp: New file.
7315
7316 2014-07-14 Tom Tromey <tromey@redhat.com>
7317
7318 * gdb.reverse/rerun-prec.c: New file.
7319 * gdb.reverse/rerun-prec.exp: New file.
7320
7321 2014-07-12 Maciej W. Rozycki <macro@mips.com>
7322 Maciej W. Rozycki <macro@codesourcery.com>
7323
7324 * lib/gdb-utils.exp: New file.
7325 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
7326 inline `gdb_init_command' processing.
7327 (gdb_start_cmd): Likewise.
7328 * lib/mi-support.exp (mi_run_cmd): Likewise.
7329 * README: Document `gdb_init_command' and `gdb_init_commands'.
7330
7331 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7332
7333 Fix false FAIL running under a very long directory name.
7334 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
7335 and "set print elements 10000". Twice.
7336
7337 2014-07-11 Yao Qi <yao@codesourcery.com>
7338
7339 * gdb.base/exprs.exp: "set print symbol off".
7340
7341 2014-07-11 Pedro Alves <palves@redhat.com>
7342
7343 * gdb.threads/kill.c: New file.
7344 * gdb.threads/kill.exp: New file.
7345
7346 2014-07-10 Yao Qi <yao@codesourcery.com>
7347
7348 * gdb.trace/tfile.c (write_basic_trace_file)
7349 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
7350 address written to trace file.
7351
7352 2014-07-09 Pedro Alves <palves@redhat.com>
7353
7354 * gdb.base/attach-wait-input.exp: New file.
7355 * gdb.base/attach-wait-input.c: New file.
7356
7357 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7358
7359 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
7360 setting up test structures.
7361 (main): Call new test function.
7362 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
7363 test function, continue into test function and walk test
7364 structures.
7365
7366 2014-07-02 Yao Qi <yao@codesourcery.com>
7367
7368 * gdb.trace/entry-values.c: Define labels 'foo_start' and
7369 'bar_start' at the beginning of functions 'foo' and 'bar'
7370 respectively.
7371 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
7372 instead of 'foo' and 'bar'.
7373
7374 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
7375
7376 * gdb.btrace/segv.exp: New.
7377 * gdb.btrace/segv.c: New.
7378
7379 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
7380
7381 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
7382 instruction.
7383
7384 2014-06-30 Mark Wielaard <mjw@redhat.com>
7385
7386 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
7387 vulture, vilify, villar): New volatile array constants.
7388 (vindictive, vegetation): New const volatile array constants.
7389 * gdb.base/volatile.exp: Test volatile and const volatile array
7390 types.
7391
7392 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7393
7394 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
7395 target lacks support for awatch, rwatch, or hbreak.
7396
7397 2014-06-27 Yao Qi <yao@codesourcery.com>
7398
7399 * gdb.multi/dummy-frame-restore.exp: New.
7400 * gdb.multi/dummy-frame-restore.c: New.
7401
7402 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
7403
7404 * gdb.btrace/gcore.exp: New.
7405
7406 2014-06-23 Pedro Alves <palves@redhat.com>
7407
7408 * gdb.base/watchpoint-reuse-slot.c: New file.
7409 * gdb.base/watchpoint-reuse-slot.exp: New file.
7410
7411 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
7412
7413 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
7414 progspace's filename in 'info', 'enable' and 'disable' command
7415 tests.
7416
7417 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7418
7419 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
7420 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7421 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
7422
7423 2014-06-20 Gary Benson <gbenson@redhat.com>
7424
7425 * gdb.arch/i386-avx.exp: Fix include file location.
7426 * gdb.arch/i386-sse.exp: Likewise.
7427
7428 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
7429
7430 * gdb.dlang/expression.exp: New file.
7431
7432 2014-06-19 Pedro Alves <palves@redhat.com>
7433
7434 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
7435 out from ...
7436 (top level): ... here. Iterate running tests under different
7437 scheduler-locking settings.
7438
7439 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
7440
7441 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
7442 to DW_FORM_addr and use non-zero addresses.
7443
7444 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
7445
7446 PR gdb/17017
7447 * gdb.python/py-xmethods.cc: Add global function call counters and
7448 increment them in their respective functions. Remove "cout"
7449 statements.
7450 * gdb.python/py-xmethods.exp: Make tests check the global function
7451 call counters instead of depending on inferior IO.
7452
7453 2014-06-18 Don Breazeal <donb@codesourcery.com>
7454
7455 * gdb.base/foll-fork.exp (default_fork_parent_follow):
7456 Deleted procedure.
7457 (explicit_fork_parent_follow): Deleted procedure.
7458 (explicit_fork_child_follow): Deleted procedure.
7459 (test_follow_fork): New procedure.
7460 (do_fork_tests): Replace calls to deleted procedures with
7461 calls to test_follow_fork and reset GDB for subsequent
7462 procedure calls.
7463
7464 2014-06-17 Yao Qi <yao@codesourcery.com>
7465
7466 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
7467 CP1252.
7468
7469 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
7470
7471 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
7472 Initialize ptr and S explicitly.
7473 (skip_type_update_when_not_use_rtti_test): Likewise.
7474
7475 2014-06-16 Keith Seitz <keiths@redhat.com>
7476
7477 PR mi/15863
7478 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
7479 the inferior is started.
7480
7481 2014-06-16 Pedro Alves <palves@redhat.com>
7482
7483 * gdb.base/break-main-file-remove-fail.c: New file.
7484 * gdb.base/break-main-file-remove-fail.exp: New file.
7485 * gdb.base/break-unload-file.exp: Use build_executable instead of
7486 prepare_for_testing.
7487 (test_break): New parameter "initial_load". Handle it.
7488 (top level): Add initial_load cmdline/file axis.
7489
7490 2014-06-12 Tom Tromey <tromey@redhat.com>
7491
7492 * gdb.base/completion.exp: Don't use directory name in test.
7493
7494 2014-06-09 Gary Benson <gbenson@redhat.com>
7495
7496 * gdb.base/sigall.c [Functions to send signals]: Reorder to
7497 separate the always-available ANSI-standard signals from the
7498 signals that require checking.
7499 (main): Likewise.
7500 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
7501 Likewise.
7502 (main): Likewise.
7503
7504 2014-06-07 Keith Seitz <keiths@redhat.com>
7505
7506 Revert:
7507 PR c++/16253
7508 * gdb.cp/var-tag.cc: New file.
7509 * gdb.cp/var-tag.exp: New file.
7510 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
7511 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
7512 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
7513 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
7514
7515 2014-06-06 Doug Evans <xdje42@gmail.com>
7516
7517 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
7518
7519 2014-06-06 Pedro Alves <palves@redhat.com>
7520
7521 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
7522 in target debug output instead of looking at RSP packets,
7523 disabling the test on any target that uses hardware stepping.
7524 Update comments.
7525
7526 2014-06-06 Pedro Alves <palves@redhat.com>
7527
7528 * gdb.base/break-unload-file.exp: Fix typo.
7529
7530 2014-06-06 Yao Qi <yao@codesourcery.com>
7531
7532 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
7533 from "jit_function" to "^jit_function".
7534
7535 2014-06-06 Yao Qi <yao@codesourcery.com>
7536
7537 * gdb.base/async.c (foo): Add one statement.
7538 * gdb.base/async.exp: Get the next instruction address and
7539 match the output of "nexti" by instruction address. Match
7540 the hex address in the output of "finish".
7541
7542 2014-06-06 Gary Benson <gbenson@redhat.com>
7543
7544 * gdb.base/call-signals.c: Remove preprocessor conditionals
7545 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
7546 SIGSEGV and SIGTERM.
7547 * gdb.base/sigall.c: Likewise.
7548 * gdb.base/unwindonsignal.c: Likewise.
7549 * gdb.reverse/sigall-reverse.c: Likewise.
7550
7551 2014-06-06 Yao Qi <yao@codesourcery.com>
7552
7553 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
7554 readable, skip the test.
7555
7556 2014-06-06 Yao Qi <yao@codesourcery.com>
7557
7558 * gdb.threads/staticthreads.c (thread_function): Move the line
7559 setting breakpoint on forward.
7560 * gdb.threads/staticthreads.exp: Update comments.
7561
7562 2014-06-05 Ludovic Courtès <ludo@gnu.org>
7563
7564 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
7565 "history-append! type error".
7566
7567 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
7568
7569 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
7570 erroneous dprintf expected input.
7571
7572 2014-06-04 Doug Evans <xdje42@gmail.com>
7573
7574 * gdb.guile/scm-generics.exp: Delete.
7575
7576 2014-06-04 Doug Evans <xdje42@gmail.com>
7577
7578 * gdb.guile/scm-breakpoint.exp: Update.
7579 Add tests for breakpoint registration.
7580
7581 2014-06-04 Tom Tromey <tromey@redhat.com>
7582
7583 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
7584 VLA-in-union.
7585 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
7586 inner_vla_struct, vla_union types. Initialize objects of those
7587 types and compute their sizes.
7588
7589 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
7590 Hui Zhu <hui@codesourcery.com>
7591
7592 * gdb.base/fileio.exp: Add test for shell not available as well as
7593 available.
7594 * gdb.base/fileio.c (test_system): Check for shell twice.
7595
7596 2014-06-04 Yao Qi <yao@codesourcery.com>
7597
7598 * gdb.base/auto-connect-native-target.exp: Remove redundant
7599 space from the regexp pattern.
7600
7601 2014-06-04 Yao Qi <yao@codesourcery.com>
7602
7603 * gdb.base/default.exp: Replace "child" with "native" in
7604 regexp pattern.
7605
7606 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
7607
7608 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
7609 * gdb.python/py-xmethods.exp: New tests to test xmethods.
7610 * gdb.python/py-xmethods.py: Python script supporting the
7611 new testcase and tests.
7612
7613 2014-06-03 Joel Brobecker <brobecker@adacore.com>
7614 Pedro Alves <palves@redhat.com>
7615
7616 PR breakpoints/17000
7617 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
7618 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
7619
7620 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
7621
7622 * gdb.base/subst.exp: Add tests to verify partial path matching
7623 output.
7624
7625 2014-06-03 Pedro Alves <palves@redhat.com>
7626
7627 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
7628 target that doesn't use software single-stepping.
7629
7630 2014-06-03 Pedro Alves <palves@redhat.com>
7631
7632 PR breakpoints/17000
7633 * gdb.base/sss-bp-on-user-bp-2.c: New file.
7634 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
7635
7636 2014-06-02 Doug Evans <xdje42@gmail.com>
7637
7638 * gdb.guile/scm-parameter.exp: New file.
7639
7640 2014-06-02 Doug Evans <xdje42@gmail.com>
7641
7642 * gdb.guile/scm-cmd.c: New file.
7643 * gdb.guile/scm-cmd.exp: New file.
7644
7645 2014-06-02 Doug Evans <xdje42@gmail.com>
7646
7647 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
7648 pretty-printer lookup.
7649 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
7650 (make-pp_s-printer): Call it.
7651 (make-pretty-printer-from-dict): New function.
7652 (lookup-pretty-printer-maker-from-dict): New function.
7653 (*pretty-printer*): Simplify.
7654 (make-objfile-pp_s-printer): New function.
7655 (install-objfile-pretty-printers!): New function.
7656 (make-progspace-pp_s-printer): New function.
7657 (install-progspace-pretty-printers!): New function.
7658 * gdb.guile/scm-progspace.c: New file.
7659 * gdb.guile/scm-progspace.exp: New file.
7660
7661 2014-06-02 Pedro Alves <palves@redhat.com>
7662
7663 * gdb.base/dprintf-bp-same-addr.c: New file.
7664 * gdb.base/dprintf-bp-same-addr.exp: New file.
7665
7666 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7667
7668 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
7669 * gdb.arch/powerpc-power.s: Likewise.
7670
7671 2014-06-02 Joel Brobecker <brobecker@adacore.com>
7672
7673 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
7674
7675 2014-06-01 Yao Qi <yao@codesourcery.com>
7676
7677 * gdb.base/watchpoint.exp (test_watch_location): Check null
7678 pointer can be dereferenced. If not, do the test, otherwise
7679 skip it.
7680
7681 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
7682
7683 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
7684 results.
7685 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
7686
7687 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
7688
7689 * gdb.arch/amd64-invalid-stack-middle.S: New file.
7690 * gdb.arch/amd64-invalid-stack-middle.c: New file.
7691 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
7692 * gdb.arch/amd64-invalid-stack-top.c: New file.
7693 * gdb.arch/amd64-invalid-stack-top.exp: New file.
7694
7695 2014-05-30 Pedro Alves <palves@redhat.com>
7696
7697 PR breakpoints/17000
7698 * gdb.base/sss-bp-on-user-bp.c: New file.
7699 * gdb.base/sss-bp-on-user-bp.exp: New file.
7700
7701 2014-05-30 David Blaikie <dblaikie@gmail.com>
7702
7703 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
7704 gnu_inline semantics via attribute.
7705 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
7706 source explicitly specifies the required semantics.
7707
7708 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
7709
7710 * gdb.reverse/sigall-reverse.exp: Fix a typo.
7711
7712 2014-05-29 Pedro Alves <palves@redhat.com>
7713 Tom Tromey <tromey@redhat.com>
7714
7715 * gdb.base/async-shell.exp: Don't enable target-async.
7716 * gdb.base/async.exp
7717 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
7718 parameter. Adjust.
7719 (top level): Don't test with "target-async".
7720 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
7721 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
7722 * gdb.base/inferior-died.exp: Don't enable target-async.
7723 * gdb.base/interrupt-noterm.exp: Likewise.
7724 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
7725 * gdb.mi/mi-nonstop-exit.exp: Likewise.
7726 * gdb.mi/mi-nonstop.exp: Likewise.
7727 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7728 * gdb.mi/mi-nsintrall.exp: Likewise.
7729 * gdb.mi/mi-nsmoribund.exp: Likewise.
7730 * gdb.mi/mi-nsthrexec.exp: Likewise.
7731 * gdb.mi/mi-watch-nonstop.exp: Likewise.
7732 * gdb.multi/watchpoint-multi.exp: Adjust comment.
7733 * gdb.python/py-evsignal.exp: Don't enable target-async.
7734 * gdb.python/py-evthreads.exp: Likewise.
7735 * gdb.python/py-prompt.exp: Likewise.
7736 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
7737 * gdb.server/solib-list.exp: Don't enable target-async.
7738 * gdb.threads/thread-specific-bp.exp: Likewise.
7739 * lib/mi-support.exp: Adjust to use mi-async.
7740
7741 2014-05-29 Pedro Alves <palves@redhat.com>
7742
7743 PR gdb/13860
7744 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
7745 reason, even in sync mode.
7746
7747 2014-05-29 Pedro Alves <palves@redhat.com>
7748 Hui Zhu <hui@codesourcery.com>
7749
7750 PR PR15693
7751 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
7752 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
7753 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
7754 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
7755
7756 2014-05-28 Joel Brobecker <brobecker@adacore.com>
7757
7758 * config/monitor.exp (gdb_target_monitor): Replace use of
7759 "set remotebaud" by "set serial baud".
7760
7761 2014-05-26 Andy Wingo <wingo@igalia.com>
7762
7763 * gdb.guile/scm-breakpoint.exp:
7764 * gdb.guile/scm-gsmob.exp: Update to use plain old object
7765 properties instead of gdb-object-properties.
7766
7767 2014-05-26 Yao Qi <yao@codesourcery.com>
7768
7769 * gdb.server/no-thread-db.exp: Specify source file name
7770 explicitly when setting a breakpoint.
7771
7772 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7773
7774 * gdb.btrace/vdso.c: New.
7775 * gdb.btrace/vdso.exp: New.
7776
7777 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7778
7779 * gdb.base/gcore.exp (capture_command_output): Move ...
7780 * lib/gdb.exp (capture_command_output): ... here.
7781
7782 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7783
7784 * gdb.btrace/data.exp: Test memory access during btrace replay.
7785
7786 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
7787
7788 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
7789
7790 2014-05-21 Pedro Alves <palves@redhat.com>
7791
7792 PR gdb/13860
7793 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
7794 (top level): Test that output related to execution commands is
7795 sent to the console with CLI commands, but not with MI commands.
7796 Test that breakpoint events are always mirrored to the console.
7797 Also expect the new source line to be output after a "next" in
7798 async mode too. Make it a pass/fail test.
7799 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
7800 output.
7801 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
7802
7803 2014-05-21 Pedro Alves <palves@redhat.com>
7804
7805 * gdb.base/list.exp (build_pattern, test_list): New procedures.
7806 Use them to test variations of "list" after reaching a breakpoint.
7807 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
7808 Test "list" with listsize 10 after reaching a breakpoint.
7809 * gdb.python/python.exp (decode_line current location line
7810 number): Adjust expected line number.
7811
7812 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
7813
7814 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
7815 behavior for $args, pass it directly to "run".
7816
7817 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
7818
7819 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
7820 30000 to 65536.
7821
7822 2014-05-21 Pedro Alves <palves@redhat.com>
7823
7824 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
7825 auto-connect-native-target off".
7826 * gdb.base/auto-connect-native-target.c: New file.
7827 * gdb.base/auto-connect-native-target.exp: New file.
7828
7829 2014-05-21 Pedro Alves <palves@redhat.com>
7830
7831 * gdb.base/default.exp: Test "target native" instead of "target
7832 child".
7833
7834 2014-05-21 Mark Wielaard <mjw@redhat.com>
7835
7836 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7837
7838 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7839
7840 Fix TLS access for -static -pthread.
7841 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
7842 <HAVE_TLS> (thread_function, main): Initialize it.
7843 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
7844 Add clean_restart.
7845 <$have_tls != "">: Check TLSVAR.
7846
7847 2014-05-21 Pedro Alves <palves@redhat.com>
7848
7849 * gdb.base/dcache-line-read-error.c: New.
7850 * gdb.base/dcache-line-read-error.exp: New.
7851
7852 2014-05-20 Pedro Alves <palves@redhat.com>
7853
7854 * gdb.base/compare-sections.c: New file.
7855 * gdb.base/compare-sections.exp: New file.
7856
7857 2014-05-20 Pedro Alves <palves@redhat.com>
7858
7859 * gdb.base/break-idempotent.c: New file.
7860 * gdb.base/break-idempotent.exp: New file.
7861
7862 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
7863
7864 * gdb.btrace/nohist.exp: New.
7865
7866 2014-05-20 Yao Qi <yao@codesourcery.com>
7867
7868 * lib/gdb.exp (gdb_init): Set timeout if test file is under
7869 gdb.reverse directory and gdb_reverse_timeout exists in board
7870 setting.
7871 * README: Document gdb_reverse_timeout.
7872
7873 2014-05-20 Yao Qi <yao@codesourcery.com>
7874
7875 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
7876 'test_file_name'. Treat args as a string instead of a list.
7877 (gdb_init): Rename argument 'args' by 'test_file_name'.
7878
7879 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7880
7881 * gdb.arch/powerpc-power.exp: New file.
7882 * gdb.arch/powerpc-power.s: New file.
7883
7884 2014-05-16 Doug Evans <dje@google.com>
7885
7886 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
7887 * gdb.base/completion.exp: Check that all expected files exist
7888 before doing file completion.
7889
7890 2014-05-16 Doug Evans <dje@google.com>
7891
7892 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
7893 Update.
7894 (do_syscall_tests_without_xml): Update.
7895
7896 2014-05-16 Pedro Alves <palves@redhat.com>
7897
7898 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
7899 instead of "unknown output after running".
7900
7901 2014-05-16 Yao Qi <yao@codesourcery.com>
7902
7903 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
7904 file1.txt from host at the end.
7905 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
7906
7907 2014-05-15 Doug Evans <dje@google.com>
7908
7909 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
7910 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
7911 loading file. Add test for TU lookup.
7912
7913 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7914
7915 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
7916 calling "-exec-arguments" or "set args" before running the
7917 inferior.
7918
7919 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7920
7921 * lib/mi-support.exp (mi_expect_stop): Expect message for
7922 inferiors that exit with non-zero exit code.
7923
7924 2014-05-14 Yao Qi <yao@codesourcery.com>
7925
7926 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
7927 match absolute path on remote host.
7928 (test_file_list_exec_source_files): Remove "/" from the
7929 pattern.
7930
7931 2014-05-14 Yao Qi <yao@codesourcery.com>
7932
7933 * boards/local-remote-host-notty.exp (${board}_file): New
7934 proc.
7935
7936 2014-05-07 Kyle McMartin <kyle@redhat.com>
7937
7938 Pushed by Joel Brobecker <brobecker@adacore.com>.
7939 * gdb.arch/aarch64-atomic-inst.c: New file.
7940 * gdb.arch/aarch64-atomic-inst.exp: New file.
7941
7942 2014-05-07 Yao Qi <yao@codesourcery.com>
7943
7944 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
7945 in current context" too.
7946
7947 2014-05-05 Keith Seitz <keiths@redhat.com>
7948
7949 * gdb.linespec/ls-dollar.exp: Add test for linespec
7950 file:convenience_variable.
7951
7952 2014-05-05 Yao Qi <yao@codesourcery.com>
7953
7954 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
7955 traceframes into tfile and ctf trace files. Read data from
7956 trace file and test collected data.
7957 (gdb_collect_locals_test): Likewise.
7958 (gdb_unavailable_registers_test): Likewise.
7959 (gdb_unavailable_floats): Likewise.
7960 (gdb_collect_globals_test): Likewise.
7961 (top-level): Append "ctf" to trace_file_targets if GDB
7962 supports.
7963
7964 2014-05-05 Yao Qi <yao@codesourcery.com>
7965
7966 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
7967 code to ...
7968 (gdb_collect_args_test_1): ... it. New proc.
7969 (gdb_collect_locals_test): Move some code to ...
7970 (gdb_collect_locals_test_1): ... it. New proc.
7971 (gdb_unavailable_registers_test): Move some code to ...
7972 (gdb_unavailable_registers_test_1): ... it. New proc.
7973 (gdb_unavailable_floats): Move some code to ...
7974 (gdb_unavailable_floats_1): ... it. New proc.
7975
7976 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7977
7978 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
7979 probes to test for bitness recognition.
7980 * gdb.arch/amd64-stap-optional-prefix.exp
7981 (test_probe_value_without_reg): New procedure.
7982 Add code to test for different kinds of bitness.
7983
7984 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7985
7986 PR breakpoints/16889
7987 * gdb.arch/amd64-stap-optional-prefix.S: New file.
7988 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7989
7990 2014-05-01 Pedro Alves <palves@redhat.com>
7991
7992 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
7993 gdb_file_cmd if no file is specified.
7994 * boards/native-extended-gdbserver.exp (gdb_load): Use the
7995 last_loaded_file to set the remote exec-file.
7996
7997 2014-05-01 Pedro Alves <palves@redhat.com>
7998
7999 * boards/local-remote-host.exp: New file.
8000
8001 2014-05-01 Pedro Alves <palves@redhat.com>
8002
8003 * boards/local-remote-host.exp: Rename to ...
8004 * boards/local-remote-host-notty.exp: ... this.
8005
8006 2014-04-28 Joel Brobecker <brobecker@adacore.com>
8007
8008 * gdb.ada/dyn_arrayidx: New testcase.
8009
8010 2014-04-26 Yao Qi <yao@codesourcery.com>
8011
8012 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
8013 and compute the length of function main. Save it in
8014 $main_length.
8015 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
8016 (top-level): Use gdb_compile to compile objects into
8017 executable and restart GDB. Remove invocation to
8018 prepare_for_testing.
8019
8020 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
8021 Pedro Alves <palves@redhat.com>
8022
8023 PR server/16255
8024 * gdb.multi/multi-attach.c: New file.
8025 * gdb.multi/multi-attach.exp: New file.
8026
8027 2014-04-25 Pedro Alves <palves@redhat.com>
8028
8029 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
8030 user.
8031 (top level): Test that "set remote conditional-breakpoints-packet
8032 off" works as intended.
8033 * gdb.base/dprintf.exp: Test that "set remote
8034 breakpoint-commands-packet off" works as intended.
8035 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
8036 New function.
8037 (top level): Call it.
8038 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
8039 remote fast-tracepoints-packet off" works as intended.
8040 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
8041 * lib/gdb.exp (gdb_is_target_remote): ... here.
8042
8043 2014-04-24 David Blaikie <dblaikie@gmail.com>
8044
8045 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
8046 ensure clang would not discard them.
8047 * gdb.base/gdbvars.c: Ditto.
8048 * gdb.base/memattr.c: Ditto.
8049 * gdb.base/whatis.c: Ditto.
8050 * gdb.python/py-prettyprint.c: Ditto.
8051 * gdb.trace/actions.c: Ditto.
8052 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
8053 ensure clang would not discard it.
8054
8055 2014-04-24 David Blaikie <dblaikie@gmail.com>
8056
8057 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
8058 clang to emit the full definition of type required by the test
8059 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
8060
8061 2014-04-24 David Blaikie <dblaikie@gmail.com>
8062
8063 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
8064 coax Clang into emitting the definition of the type.
8065 * gdb.cp/pr10728-x.h (y): Ditto.
8066 * gdb.cp/pr10728-y.cc (y): Ditto.
8067
8068 2014-04-24 David Blaikie <dblaikie@gmail.com>
8069
8070 * gdb.base/label.exp: XFAIL label related tests under Clang.
8071 * gdb.cp/cplabel.exp: Ditto.
8072 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
8073 under Clang those using labels.
8074
8075 2014-04-25 Yao Qi <yao@codesourcery.com>
8076
8077 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
8078 double_label.
8079 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
8080 partial_label and double_label.
8081
8082 2014-04-24 David Blaikie <dblaikie@gmail.com>
8083
8084 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
8085
8086 2014-04-24 David Blaikie <dblaikie@gmail.com>
8087
8088 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
8089 of the function to work across GCC and Clang.
8090 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
8091 pointer types (const void ** const V void **).
8092
8093 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
8094 Walfred Tedeschi <walfred.tedeschi@intel.com>
8095
8096 * Makefile.in (EXECUTABLES): Added i386-avx512.
8097 * gdb.arch/i386-avx512.c: New file.
8098 * gdb.arch/i386-avx512.exp: Likewise.
8099
8100 2014-04-23 Keith Seitz <keiths@redhat.com>
8101
8102 * lib/mi-support.exp (mi_list_breakpoints): Delete.
8103 (mi_make_breakpoint_table): New procedure.
8104 (mi_create_breakpoint): Use mi_make_breakpoint
8105 and return the result.
8106 (mi_make_breakpoint): New procedure.
8107 (mi_build_kv_pairs): New procedure.
8108
8109 * gdb.mi/mi-break.exp: Remove unused globals,
8110 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
8111 All callers updated.
8112 * gdb.mi/mi-dprintf.exp: Use variable to track command
8113 number.
8114 Update all callers of mi_create_breakpoint and use
8115 mi_make_breakpoint_table.
8116 Remove any unused global variables.
8117 * gdb.mi/mi-nonstop.exp: Likewise.
8118 * gdb.mi/mi-nsintrall.exp: Likewise.
8119 * gdb.mi/mi-nsmoribund.exp: Likewise.
8120 * gdb.mi/mi-nsthrexec.exp: Likewise.
8121 * gdb.mi/mi-reverse.exp: Likewise.
8122 * gdb.mi/mi-simplerun.exp: Likewise.
8123 * gdb.mi/mi-stepn.exp: Likewise.
8124 * gdb.mi/mi-syn-frame.exp: Likewise.
8125 * gdb.mi/mi-until.exp: Likewise.
8126 * gdb.mi/mi-var-cp.exp: Likewise.
8127 * gdb.mi/mi-var-display.exp: Likewise.
8128 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
8129 * gdb.mi/mi2-var-child.exp: Likewise.
8130 * gdb.mi/mi-vla-c99.exp: Likewise.
8131 * lib/mi-support.exp: Likewise.
8132
8133 From Ian Lance Taylor <iant@cygnus.com>:
8134 * lib/gdb.exp (parse_args): New procedure.
8135
8136 2014-04-23 Pedro Alves <palves@redhat.com>
8137
8138 * gdb.base/break-unload-file.c: New file.
8139 * gdb.base/break-unload-file.exp: New file.
8140 * gdb.base/sym-file-lib.c (baz): New function.
8141 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
8142 field.
8143 (load): Store the segment's mapped size.
8144 (unload): New function.
8145 (unload_shlib): New function.
8146 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
8147 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
8148 set a breakpoint at baz, and call it.
8149 * gdb.base/sym-file.exp: New tests for stale breakpoint
8150 instructions.
8151
8152 2014-04-23 Pedro Alves <palves@redhat.com>
8153
8154 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
8155 * gdb.base/hbreak-in-shr-unsupported.c: New file.
8156 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
8157 * gdb.base/hbreak-unmapped.c: New file.
8158 * gdb.base/hbreak-unmapped.exp: New file.
8159 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
8160 * lib/gdb.exp (gdb_is_target_remote): ... here.
8161
8162 2014-04-22 Pedro Alves <palves@redhat.com>
8163
8164 * gdb.base/consecutive-step-over.c: New file.
8165 * gdb.base/consecutive-step-over.exp: New file.
8166
8167 2014-04-22 Pedro Alves <palves@redhat.com>
8168
8169 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
8170 instead of send_gdb/gdb_expect.
8171
8172 2014-04-22 Yao Qi <yao@codesourcery.com>
8173
8174 * lib/trace-support.exp (generate_tracefile): New procedure.
8175 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
8176 return 0.
8177 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
8178 if generate_tracefile returns 1.
8179
8180 2014-04-18 Tom Tromey <palves@redhat.com>
8181 Pedro alves <tromey@redhat.com>
8182
8183 PR backtrace/15558
8184 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
8185 with a backtrace limit.
8186 * gdb.python/py-frame-inline.exp: Test running to an inline
8187 function with a backtrace limit, and printing the newest frame.
8188 * gdb.python/py-frame-inline.c (main): Call f.
8189
8190 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
8191
8192 * gdb.java/jnpe.exp: Drop srcdir from untested path.
8193
8194 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
8195
8196 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
8197 Drop prefix from unsupported source file path.
8198
8199 2014-04-17 Yao Qi <yao@codesourcery.com>
8200
8201 * lib/gdb.exp (with_target_charset): New proc.
8202 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
8203 with_target_charset.
8204 (test_print_strings): Likewise.
8205 (test_repeat_bytes): Likewise.
8206 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
8207 for some tests.
8208
8209 2014-04-16 Keith Seitz <keiths@redhat.com>
8210
8211 PR gdb/15827
8212 * gdb.dwarf2/corrupt.c: New file.
8213 * gdb.dwarf2/corrupt.exp: New file.
8214
8215 2014-04-16 Keith Seitz <keiths@redhat.com>
8216
8217 PR c++/16597
8218 * gdb.cp/namelessclass.cc: New file.
8219 * gdb.cp/namelessclass.exp: New file.
8220 * gdb.cp/namelessclass.S: New file.
8221
8222 2014-04-16 Doug Evans <dje@google.com>
8223
8224 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
8225 Add comment.
8226 (gdbserver_default_get_comm_port): New function.
8227 (gdbserver_start): Check if board file provided
8228 "gdbserver,get_comm_port" and use it if so.
8229 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
8230 (gdb,socketport): Set to "stdio".
8231 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
8232 (stdio_gdbserver_template): Delete.
8233 (${board}_get_remote_address): Update.
8234 (${board}_build_remote_cmd): Delete.
8235 (${board}_get_comm_port): New function.
8236 (${board}_spawn): Update.
8237 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
8238 Delete.
8239 (${board}_get_remote_address): Update.
8240 (${board}_get_comm_port): New function.
8241
8242 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
8243
8244 * gdb.base/memattr.exp: Improve regexps to handle memory regions
8245 appearing in any order.
8246
8247 2014-04-15 Doug Evans <dje@google.com>
8248
8249 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
8250 uninitialized value of "description".
8251
8252 2014-04-15 Keith Seitz <keiths@redhat.com>
8253
8254 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
8255 Remove unused globals.
8256 (test_running_the_program): Likewise.
8257 (test_controlled_execution): Likewise.
8258 (test_controlling_breakpoints): Likewise.
8259 (test_program_termination): Likewise.
8260
8261 2014-04-15 Keith Seitz <keiths@redhat.com>
8262
8263 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
8264 unused globals.
8265 (test_rbreak_creation_and_listing): Likewise.
8266 (test_ignore_count): Likewise.
8267 (test_error): Likewise.
8268
8269 2014-04-15 Pedro Alves <palves@redhat.com>
8270
8271 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
8272 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
8273 sym-file-loader.c.
8274 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
8275 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
8276 to sym-file-loader.c.
8277 (struct library): Forward declare.
8278 (load_shlib, lookup_function): Change prototypes.
8279 (find_shstrtab, find_strtab, find_shdr, find_symtab)
8280 (translate_offset): Remove declarations.
8281 (get_text_addr): New declaration.
8282 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
8283 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
8284 sym-file-loader.h.
8285 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
8286 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
8287 here from sym-file-loader.h.
8288 (struct library): New structure.
8289 (load_shlib, lookup_function): Change prototypes and adjust to
8290 work with a struct library.
8291 (find_shstrtab, find_strtab, find_shdr, find_symtab)
8292 (translate_offset): Make static.
8293 (get_text_addr): New function.
8294 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
8295
8296 2014-04-15 Pedro Alves <palves@redhat.com>
8297
8298 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
8299
8300 2014-04-15 Pedro Alves <palves@redhat.com>
8301
8302 * gdb.base/sym-file-loader.c: Include <limits.h>.
8303 (SELF_LINK): New define.
8304 (get_origin): New function.
8305 (load_shlib): Use it.
8306 * gdb.base/sym-file.exp: Don't early return if the target is
8307 remote. Use runto_main, and issue fail is that fails. Use
8308 gdb_load_shlibs.
8309 (shlib_name): Delete.
8310 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
8311
8312 2014-04-15 Pedro Alves <palves@redhat.com>
8313
8314 * gdb.base/sym-file.exp: Remove regex characters from test
8315 message. Don't refer to breakpoint numbers in test messages.
8316
8317 2014-04-14 Keith Seitz <keiths@redhat.com>
8318
8319 PR c++/16253
8320 * gdb.cp/var-tag.cc: New file.
8321 * gdb.cp/var-tag.exp: New file.
8322 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
8323 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
8324 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
8325 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
8326
8327 2014-04-14 Tom Tromey <tromey@redhat.com>
8328
8329 * gdb.cp/classes.exp (test_enums): Handle underlying type.
8330 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
8331 type.
8332 * gdb.cp/enum-class.exp: New file.
8333 * gdb.cp/enum-class.cc: New file.
8334
8335 2014-04-14 Tom Tromey <tromey@redhat.com>
8336
8337 * gdb.dwarf2/enum-type.exp: New file.
8338
8339 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8340
8341 * gdb.mi/mi-vla-c99.exp: New file.
8342 * gdb.mi/vla.c: New file.
8343
8344 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8345
8346 * gdb.base/vla-datatypes.c: New file.
8347 * gdb.base/vla-datatypes.exp: New file.
8348
8349 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8350
8351 * gdb.base/vla-ptr.c: New file.
8352 * gdb.base/vla-ptr.exp: New file.
8353
8354 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8355
8356 * gdb.dwarf2/count.exp: New file.
8357
8358 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8359
8360 * gdb.base/vla-sideeffect.c: New file.
8361 * gdb.base/vla-sideeffect.exp: New file.
8362
8363 2014-04-14 David Blaikie <dblaikie@gmail.com>
8364
8365 * gdb.mi/non-stop.c: Add return value for non-void function return
8366 statement.
8367 * gdb.threads/staticthreads.c: Ditto.
8368
8369 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
8370 Doug Evans <xdje42@gmail.com>
8371
8372 * gdb.guile/scm-value.c: Improve test case.
8373 * gdb.guile/scm-value.exp: Add new test.
8374
8375 2014-04-11 David Blaikie <dblaikie@gmail.com>
8376
8377 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
8378 override Clang's default.
8379
8380 2014-04-11 Joel Brobecker <brobecker@adacore.com>
8381
8382 Revert the following changes (regressions):
8383
8384 * gdb.base/vla-sideeffect.c: New file.
8385 * gdb.base/vla-sideeffect.exp: New file.
8386
8387 * gdb.dwarf2/count.exp: New file.
8388
8389 * gdb.base/vla-multi.c: New file.
8390 * gdb.base/vla-multi.exp: New file.
8391
8392 * gdb.base/vla-ptr.c: New file.
8393 * gdb.base/vla-ptr.exp: New file.
8394
8395 * gdb.base/vla-datatypes.c: New file.
8396 * gdb.base/vla-datatypes.exp: New file.
8397
8398 * gdb.mi/mi-vla-c99.exp: New file.
8399 * gdb.mi/vla.c: New file.
8400
8401 2014-04-11 Keith Seitz <keiths@redhat.com>
8402
8403 PR c++/16675
8404 * gdb.cp/cpsizeof.exp: New file.
8405 * gdb.cp/cpsizeof.cc: New file.
8406
8407 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8408
8409 * gdb.mi/mi-vla-c99.exp: New file.
8410 * gdb.mi/vla.c: New file.
8411
8412 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8413
8414 * gdb.base/vla-datatypes.c: New file.
8415 * gdb.base/vla-datatypes.exp: New file.
8416
8417 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8418
8419 * gdb.base/vla-ptr.c: New file.
8420 * gdb.base/vla-ptr.exp: New file.
8421
8422 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8423
8424 * gdb.base/vla-multi.c: New file.
8425 * gdb.base/vla-multi.exp: New file.
8426
8427 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8428
8429 * gdb.dwarf2/count.exp: New file.
8430
8431 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8432
8433 * gdb.base/vla-sideeffect.c: New file.
8434 * gdb.base/vla-sideeffect.exp: New file.
8435
8436 2014-04-11 Yao Qi <yao@codesourcery.com>
8437
8438 * gdb.base/completion.exp: Check file exists before running tests
8439 on file completion.
8440
8441 2014-04-10 Pedro Alves <palves@redhat.com>
8442
8443 * gdb.base/cond-eval-mode.c: New file.
8444 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
8445 prepare_for_testing to build the new file. Check result of
8446 runto_main.
8447 (test_break, test_watch): New procedures.
8448 (top level): Use them.
8449
8450 2014-04-08 Pierre Muller <muller@sourceware.org>
8451
8452 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
8453 Ctrl-V use for mingw hosts.
8454
8455 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
8456
8457 * gdb.python/py-value.c: Improve test case.
8458 * gdb.python/py-value.exp: Add new test.
8459
8460 2014-04-07 David Blaikie <dblaikie@gmail.com>
8461
8462 * lib/compiler.c: Identify the clang compiler.
8463 * lib/compiler.cc: Ditto.
8464
8465 2014-04-03 Yao Qi <yao@codesourcery.com>
8466
8467 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
8468
8469 2014-04-01 Anton Blanchard <anton@samba.org>
8470
8471 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
8472 messages unique.
8473
8474 2014-04-01 Anton Blanchard <anton@samba.org>
8475
8476 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
8477 prepare_for_testing.
8478
8479 2014-04-01 Anton Blanchard <anton@samba.org>
8480
8481 * gdb.arch/ppc64-atomic-inst.c: Remove.
8482 * gdb.arch/ppc64-atomic-inst.S: New file.
8483 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
8484
8485 2014-03-31 Doug Evans <dje@google.com>
8486
8487 * gdb.base/print-symbol-loading-lib.c: New file.
8488 * gdb.base/print-symbol-loading-main.c: New file.
8489 * gdb.base/print-symbol-loading.exp: New file.
8490
8491 2014-03-31 Yao Qi <yao@codesourcery.com>
8492
8493 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
8494
8495 2014-03-28 Joel Brobecker <brobecker@adacore.com>
8496
8497 * gdb.ada/mi_dyn_arr: New testcase.
8498
8499 2014-03-27 Doug Evans <dje@google.com>
8500
8501 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
8502
8503 2014-03-27 Yao Qi <yao@codesourcery.com>
8504
8505 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
8506 if target is nios2-*-*.
8507
8508 2014-03-26 Yao Qi <yao@codesourcery.com>
8509
8510 * lib/gdb.exp (readline_is_used): New proc.
8511 * gdb.base/completion.exp: Move tests on command complete up.
8512 Skip the rest of tests if readline is not used.
8513 * gdb.ada/complete.exp: Skp the test if readline is not
8514 used.
8515 * gdb.base/filesym.exp: Likewise.
8516 * gdb.base/macscp.exp: Likewise.
8517 * gdb.base/readline-ask.exp: Likewise.
8518 * gdb.base/readline.exp: Likewise.
8519 * gdb.python/py-cmd.exp: Likewise.
8520 * gdb.trace/tfile.exp: Likewise.
8521
8522 2014-03-26 Yao Qi <yao@codesourcery.com>
8523
8524 * gdb.base/macscp.exp: Fix code format issues.
8525
8526 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
8527
8528 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
8529 * gdb.asm/powerpc64le.inc: New file.
8530
8531 2014-03-25 Pedro Alves <palves@redhat.com>
8532 Doug Evans <dje@google.com>
8533
8534 * gdb.base/source-execution.c: New file.
8535 * gdb.base/source-execution.exp: New file.
8536 * gdb.base/source-execution.gdb: New file.
8537
8538 2014-03-24 Doug Evans <dje@google.com>
8539
8540 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
8541 using fission.
8542
8543 2014-03-24 Hui Zhu <hui@codesourcery.com>
8544 Pedro Alves <palves@redhat.com>
8545
8546 PR breakpoints/16101
8547 * gdb.base/dprintf.exp: Use unsupported rather than changing the
8548 test pass/fail messages. Detect missing support for dprintf when
8549 breakpoints are actually inserted.
8550 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
8551 breakpoints are actually inserted.
8552 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
8553 fails.
8554
8555 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8556
8557 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
8558
8559 2014-03-22 Doug Evans <xdje42@gmail.com>
8560
8561 * gdb.python/python.exp (python not supported): Verify multi-line
8562 python command issues an error.
8563 * gdb.guile/guile.exp (guile not supported): Verify multi-line
8564 guile command issues an error.
8565
8566 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
8567
8568 * gdb.threads/thread-specific.exp: Handle the lack of usable
8569 $this_breakpoint and $this_thread.
8570
8571 2014-03-21 Hui Zhu <hui@codesourcery.com>
8572
8573 * gdb.base/attach.exp (do_command_attach_tests): New.
8574
8575 2014-03-20 Tom Tromey <tromey@redhat.com>
8576 Pedro Alves <palves@redhat.com>
8577
8578 PR cli/15718
8579 * gdb.base/condbreak-call-false.c: New file.
8580 * gdb.base/condbreak-call-false.exp: New file.
8581
8582 2014-03-20 Pedro Alves <palves@redhat.com>
8583
8584 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
8585 Delete.
8586 (block_signals, unblock_signals): Delete.
8587 (child_function_2, main): Remove references to deleted variable
8588 and functions.
8589
8590 2014-03-20 Pedro Alves <palves@redhat.com>
8591
8592 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
8593 Use pthread_kill to signal thread 2.
8594 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8595 Adjust to make the test send itself a signal rather than using the
8596 host's "kill" command.
8597
8598 2014-03-20 Pedro Alves <palves@redhat.com>
8599
8600 * gdb.threads/multiple-step-overs.c: New file.
8601 * gdb.threads/multiple-step-overs.exp: New file.
8602 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8603 Adjust expected infrun debug output.
8604
8605 2014-03-20 Pedro Alves <palves@redhat.com>
8606
8607 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
8608 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
8609
8610 2014-03-20 Pedro Alves <palves@redhat.com>
8611
8612 PR breakpoints/7143
8613 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
8614 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
8615 of gdb_test_multiple.
8616 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
8617 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
8618
8619 2014-03-20 Pedro Alves <palves@redhat.com>
8620
8621 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
8622 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
8623
8624 2014-03-19 Pedro Alves <palves@redhat.com>
8625
8626 * gdb.base/async.exp: Remove early return.
8627
8628 2014-03-19 Pedro Alves <palves@redhat.com>
8629
8630 * gdb.base/async.exp (step& tests): Pass explicit test messages.
8631
8632 2014-03-19 Pedro Alves <palves@redhat.com>
8633
8634 * gdb.base/async.exp (test_background): Expect \r\n after
8635 "completed." in the fail pattern.
8636
8637 2014-03-19 Pedro Alves <palves@redhat.com>
8638
8639 * gdb.base/async.exp (test_background): New procedure.
8640 Use it for all background execution command tests.
8641
8642 2014-03-19 Pedro Alves <palves@redhat.com>
8643
8644 * gdb.base/async.exp: Use prepare_for_testing.
8645
8646 2014-03-19 Pedro Alves <palves@redhat.com>
8647
8648 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
8649 the same line.
8650
8651 2014-03-19 Pedro Alves <palves@redhat.com>
8652
8653 * gdb.base/async.c (main): Add "jump here" and "until here" line
8654 marker comments.
8655 * gdb.base/async.exp (jump_here): New global.
8656 (jump& test): Use it.
8657 (until_here): New global.
8658 (until& test): Use it.
8659
8660 2014-03-19 Pedro Alves <palves@redhat.com>
8661
8662 * gdb.base/async.exp: Don't frob gdb_protocol.
8663
8664 2014-03-18 Doug Evans <xdje42@gmail.com>
8665
8666 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
8667 Fix spelling of exec-done-display.
8668
8669 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8670
8671 PR gdb/15358
8672 * gdb.base/gdb-sigterm.c: New file.
8673 * gdb.base/gdb-sigterm.exp: New file.
8674
8675 2014-03-18 Pedro Alves <palves@redhat.com>
8676
8677 PR gdb/13860
8678 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
8679 * lib/mi-support.exp (mi_expect_stop): Add special handling for
8680 solib-event.
8681
8682 2014-03-17 Joel Brobecker <brobecker@adacore.com>
8683
8684 * gdb.ada/pckd_arr_ren: New testcase.
8685
8686 2014-03-13 Doug Evans <xdje42@gmail.com>
8687
8688 PR guile/16612
8689 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
8690 collect after discarding symbols.
8691
8692 2014-03-13 Ludovic Courtès <ludo@gnu.org>
8693 Doug Evans <xdje42@gmail.com>
8694
8695 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
8696 to history survives a gc.
8697
8698 2014-03-13 Pedro Alves <palves@redhat.com>
8699
8700 * gdb.base/default.exp: Don't test "target procfs".
8701
8702 2014-03-13 Pedro Alves <palves@redhat.com>
8703
8704 * gdb.base/default.exp: Update "target child" and "target procfs"
8705 tests to not expect "Unix".
8706
8707 2014-03-12 Tom Tromey <tromey@redhat.com>
8708
8709 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
8710 New procs. Add target-async tests.
8711 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
8712 Add target-async tests.
8713
8714 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8715
8716 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
8717 'func_start' and 'func_end' for the beginning and end of the
8718 function code, respectively.
8719 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
8720 'func_end' instead of 'func' and 'main'.
8721
8722 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8723
8724 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
8725 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
8726 generate the debug info assembler source.
8727
8728 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8729
8730 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
8731 * gdb.dwarf2/arr-subrange.exp: Likewise.
8732 * gdb.dwarf2/dwz.exp: Likewise.
8733 * gdb.dwarf2/method-ptr.exp: Likewise.
8734 * gdb.dwarf2/missing-sig-type.exp: Likewise.
8735 * gdb.dwarf2/subrange.exp: Likewise.
8736 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
8737 * gdb.dwarf2/implptrpiece.exp: Likewise.
8738 * gdb.dwarf2/nostaticblock.exp: Likewise.
8739
8740 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8741
8742 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
8743 directory to absolute path name arguments.
8744
8745 2014-03-10 Joel Brobecker <brobecker@adacore.com>
8746
8747 * gdb.ada/tagged_access: New testcase.
8748
8749 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
8750
8751 * gdb.btrace/data.exp: Update expected output.
8752
8753 2014-03-06 Yao Qi <yao@codesourcery.com>
8754
8755 * gdb.trace/pr16508.exp: New file.
8756
8757 2014-03-05 Pedro Alves <palves@redhat.com>
8758
8759 PR gdb/16575
8760 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
8761 procedure.
8762 (top level): Adjust to use it. Add tests that exercise breakpoint
8763 interaction with the code-cache.
8764
8765 2014-02-26 Ludovic Courtès <ludo@gnu.org>
8766
8767 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
8768 test for 'history-append!'.
8769
8770 2014-02-26 Joel Brobecker <brobecker@adacore.com>
8771
8772 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
8773 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
8774 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
8775 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
8776 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
8777 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
8778
8779 2014-02-26 Joel Brobecker <brobecker@adacore.com>
8780
8781 * testsuite/gdb.python/py-pp-re-notag.c: New file.
8782 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
8783 * testsuite/gdb.python/py-pp-re-notag.p: New file.
8784
8785 2014-02-26 Joel Brobecker <brobecker@adacore.com>
8786
8787 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
8788
8789 2014-02-26 Joel Brobecker <brobecker@adacore.com>
8790
8791 * gdb.dwarf2/arr-stride.c: New file.
8792 * gdb.dwarf2/arr-stride.exp: New file.
8793
8794 2014-02-26 Pedro Alves <palves@redhat.com>
8795
8796 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
8797 that won't ever trigger. Make sure that GDB reports the correct
8798 breakpoint that caused the stop.
8799
8800 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8801
8802 PR gdb/16626
8803 * gdb.base/auto-load-script: New file.
8804 * gdb.base/auto-load.c: New file.
8805 * gdb.base/auto-load.exp: New file.
8806
8807 PR gdb/16626
8808 * gdb.base/auto-load.exp: Fix out-of-srctree run.
8809
8810 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8811
8812 Fix dw2-icycle.exp -fsanitize=address GDB crash.
8813 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
8814
8815 2014-02-24 Doug Evans <dje@google.com>
8816
8817 * lib/gdb.exp (run_on_host): Log error output if program fails.
8818
8819 2014-02-21 Pedro Alves <palves@redhat.com>
8820
8821 * gdb.threads/step-after-sr-lock.c: Rename to ...
8822 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
8823 * gdb.threads/step-after-sr-lock.exp: Rename to ...
8824 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8825 ... this.
8826
8827 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
8828
8829 PR tdep/16397
8830 * gdb.arch/amd64-stap-special-operands.exp: New file.
8831 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
8832 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
8833 * gdb.arch/amd64-stap-triplet.S: Likewise.
8834 * gdb.arch/amd64-stap-triplet.c: Likewise.
8835
8836 2014-02-20 Joel Brobecker <brobecker@adacore.com>
8837
8838 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
8839 in .section pseudo-op.
8840
8841 2014-02-20 lin zuojian <manjian2006@gmail.com>
8842 Joel Brobecker <brobecker@adacore.com>
8843 Doug Evans <xdje42@gmail.com>
8844
8845 PR symtab/16581
8846 * gdb.dwarf2/dw2-icycle.S: New file.
8847 * gdb.dwarf2/dw2-icycle.c: New file.
8848 * gdb.dwarf2/dw2-icycle.exp: New file.
8849
8850 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
8851
8852 * gdb.python/py-value-cc.cc: Improve test case to enable testing
8853 operations on gdb.Value objects.
8854 * gdb.python/py-value-cc.exp: Add new test to test operations on
8855 gdb.Value objects.
8856
8857 2014-02-18 Doug Evans <dje@google.com>
8858
8859 * Makefile.in (TESTS): New variable.
8860 (expanded_tests, expanded_tests_or_none): New variables
8861 (check-single): Pass $(expanded_tests_or_none) to runtest.
8862 (check-parallel): Only run tests in $(TESTS) if non-empty.
8863 (check/no-matching-tests-found): New rule.
8864 * README: Document TESTS makefile variable.
8865
8866 2014-02-18 Doug Evans <dje@google.com>
8867
8868 * Makefile.in (check-parallel): rm -rf outputs temp.
8869
8870 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8871
8872 Fix "ERROR: no fileid for" in the testsuite.
8873 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
8874
8875 2014-02-12 Doug Evans <dje@google.com>
8876
8877 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
8878 (MISCELLANEOUS): New variable.
8879 (clean): rm -rf $(MISCELLANEOUS).
8880 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
8881 dwp live in the same directory as symlinks, with each symlink pointed
8882 to a differently named file in a different directory.
8883
8884 2014-02-11 Doug Evans <dje@google.com>
8885
8886 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
8887 of Tcl file commands.
8888
8889 2014-02-10 Mark Kettenis <kettenis@gnu.org>
8890
8891 * gdb.threads/step-after-sr-lock.exp: Avoid executing
8892 "kill -SIGUSR1 -1".
8893
8894 2014-02-10 Joel Brobecker <brobecker@adacore.com>
8895
8896 * gdb.ada/tick_length_array_enum_idx: New testcase.
8897
8898 2014-02-10 Doug Evans <xdje42@gmail.com>
8899
8900 * configure.ac (AC_OUTPUT): Add gdb.guile.
8901 * configure: Regenerate.
8902 * lib/gdb-guile.exp: New file.
8903 * lib/gdb.exp (get_target_charset): New function.
8904 * gdb.base/help.exp: Update expected output from "apropos apropos".
8905 * gdb.guile/Makefile.in: New file.
8906 * gdb.guile/guile.exp: New file.
8907 * gdb.guile/scm-arch.c: New file.
8908 * gdb.guile/scm-arch.exp: New file.
8909 * gdb.guile/scm-block.c: New file.
8910 * gdb.guile/scm-block.exp: New file.
8911 * gdb.guile/scm-breakpoint.c: New file.
8912 * gdb.guile/scm-breakpoint.exp: New file.
8913 * gdb.guile/scm-disasm.c: New file.
8914 * gdb.guile/scm-disasm.exp: New file.
8915 * gdb.guile/scm-equal.c: New file.
8916 * gdb.guile/scm-equal.exp: New file.
8917 * gdb.guile/scm-error.exp: New file.
8918 * gdb.guile/scm-error.scm: New file.
8919 * gdb.guile/scm-frame-args.c: New file.
8920 * gdb.guile/scm-frame-args.exp: New file.
8921 * gdb.guile/scm-frame-args.scm: New file.
8922 * gdb.guile/scm-frame-inline.c: New file.
8923 * gdb.guile/scm-frame-inline.exp: New file.
8924 * gdb.guile/scm-frame.c: New file.
8925 * gdb.guile/scm-frame.exp: New file.
8926 * gdb.guile/scm-generics.exp: New file.
8927 * gdb.guile/scm-gsmob.exp: New file.
8928 * gdb.guile/scm-iterator.c: New file.
8929 * gdb.guile/scm-iterator.exp: New file.
8930 * gdb.guile/scm-math.c: New file.
8931 * gdb.guile/scm-math.exp: New file.
8932 * gdb.guile/scm-objfile-script-gdb.in: New file.
8933 * gdb.guile/scm-objfile-script.c: New file.
8934 * gdb.guile/scm-objfile-script.exp: New file.
8935 * gdb.guile/scm-objfile.c: New file.
8936 * gdb.guile/scm-objfile.exp: New file.
8937 * gdb.guile/scm-ports.exp: New file.
8938 * gdb.guile/scm-pretty-print.c: New file.
8939 * gdb.guile/scm-pretty-print.exp: New file.
8940 * gdb.guile/scm-pretty-print.scm: New file.
8941 * gdb.guile/scm-section-script.c: New file.
8942 * gdb.guile/scm-section-script.exp: New file.
8943 * gdb.guile/scm-section-script.scm: New file.
8944 * gdb.guile/scm-symbol.c: New file.
8945 * gdb.guile/scm-symbol.exp: New file.
8946 * gdb.guile/scm-symtab-2.c: New file.
8947 * gdb.guile/scm-symtab.c: New file.
8948 * gdb.guile/scm-symtab.exp: New file.
8949 * gdb.guile/scm-type.c: New file.
8950 * gdb.guile/scm-type.exp: New file.
8951 * gdb.guile/scm-value-cc.cc: New file.
8952 * gdb.guile/scm-value-cc.exp: New file.
8953 * gdb.guile/scm-value.c: New file.
8954 * gdb.guile/scm-value.exp: New file.
8955 * gdb.guile/source2.scm: New file.
8956 * gdb.guile/types-module.cc: New file.
8957 * gdb.guile/types-module.exp: New file.
8958
8959 2014-02-10 Yao Qi <yao@codesourcery.com>
8960
8961 PR testsuite/16543
8962 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
8963 * configure: Regenerated.
8964 * Makefile.in: New file.
8965
8966 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
8967
8968 * gdb.python/py-framefilter.exp: Fix typo.
8969
8970 2014-02-08 Yao Qi <yao@codesourcery.com>
8971
8972 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
8973 that no =breakpoint-modified is emitted when breakpoints are
8974 modified through MI commands.
8975
8976 2014-02-07 Pedro Alves <pedro@codesourcery.com>
8977 Pedro Alves <palves@redhat.com>
8978
8979 * gdb.threads/step-after-sr-lock.c: New file.
8980 * gdb.threads/step-after-sr-lock.exp: New file.
8981
8982 2014-02-07 Pedro Alves <palves@redhat.com>
8983
8984 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
8985
8986 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8987
8988 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
8989 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
8990
8991 2014-02-06 Doug Evans <xdje42@gmail.com>
8992
8993 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
8994 output.
8995
8996 * gdb.gdb/python-interrupts.exp: New file.
8997
8998 2014-02-05 Yao Qi <yao@codesourcery.com>
8999
9000 * gdb.trace/report.exp (use_collected_data): Test the output
9001 of "info threads" and "info inferiors".
9002
9003 2014-02-05 Yao Qi <yao@codesourcery.com>
9004
9005 Revert this patch:
9006
9007 2013-05-24 Yao Qi <yao@codesourcery.com>
9008
9009 * gdb.trace/tfile.exp: Test inferior and thread.
9010
9011 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
9012
9013 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
9014 on a function.
9015 * gdb.base/step-bt.c: Call hello via function pointer to make
9016 sure its first instruction is executed on powerpc64le-linux.
9017
9018 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
9019
9020 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
9021
9022 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
9023
9024 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
9025 of the test patterns for use on little-endian systems.
9026
9027 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
9028
9029 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
9030 (decimal_vector): Fix for little-endian.
9031
9032 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
9033
9034 * gdb.arch/sparc-sysstep.exp: New file.
9035 * gdb.arch/sparc-sysstep.c: Likewise.
9036
9037 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
9038
9039 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9040
9041 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
9042
9043 2014-01-23 Tom Tromey <tromey@redhat.com>
9044
9045 * gdb.ada/array_char_idx: New testcase.
9046
9047 2014-01-23 Tom Tromey <tromey@redhat.com>
9048
9049 PR python/16487:
9050 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
9051 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
9052 classes.
9053
9054 2014-01-23 Tom Tromey <tromey@redhat.com>
9055
9056 PR python/16491:
9057 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
9058 string from an inferior frame.
9059 * gdb.python/py-framefilter-mi.exp: Update.
9060
9061 2014-01-22 Doug Evans <dje@google.com>
9062
9063 * gdb.server/server-mon.exp: Add tests for "set debug-format".
9064
9065 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
9066
9067 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
9068
9069 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
9070
9071 * gdb.trace/entry-values.exp: Remove excess space character from
9072 regex patterns. Handle s390 call instruction.
9073
9074 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
9075
9076 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
9077 define "*_start" label. Make "name" static.
9078 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
9079 ${name} by references to ${name}_start.
9080
9081 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
9082
9083 * gdb.base/info-macros.exp: Remove "debug" from the compile
9084 options.
9085
9086 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
9087
9088 * gdb.dlang/demangle.exp: New file.
9089
9090 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
9091
9092 * gdb.dlang/primitive-types.exp: New file.
9093
9094 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
9095
9096 * configure.ac: Create gdb.dlang/Makefile.
9097 * configure: Regenerate.
9098 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
9099 * gdb.dlang/Makefile.in: New file.
9100 * lib/d-support.exp: New file.
9101 * lib/gdb.exp (skip_d_tests): New proc.
9102
9103 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9104
9105 * gdb.btrace/delta.exp: Check reverse stepi.
9106 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
9107 * gdb.btrace/finish.exp: New.
9108 * gdb.btrace/next.exp: New.
9109 * gdb.btrace/nexti.exp: New.
9110 * gdb.btrace/record_goto.c: Add comments.
9111 * gdb.btrace/step.exp: New.
9112 * gdb.btrace/stepi.exp: New.
9113 * gdb.btrace/multi-thread-step.c: New.
9114 * gdb.btrace/multi-thread-step.exp: New.
9115 * gdb.btrace/rn-dl-bind.c: New.
9116 * gdb.btrace/rn-dl-bind.exp: New.
9117 * gdb.btrace/data.c: New.
9118 * gdb.btrace/data.exp: New.
9119 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
9120
9121 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9122
9123 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
9124 * gdb.btrace/exception.exp: Update.
9125 * gdb.btrace/instruction_history.exp: Update.
9126 * gdb.btrace/record_goto.exp: Update.
9127 * gdb.btrace/tailcall.exp: Update.
9128 * gdb.btrace/unknown_functions.exp: Update.
9129 * gdb.btrace/delta.exp: New.
9130
9131 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9132
9133 * gdb.btrace/record_goto.exp: Add backtrace test.
9134 * gdb.btrace/tailcall.exp: Add backtrace test.
9135
9136 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9137
9138 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
9139 * gdb.btrace/record_goto.c: New.
9140 * gdb.btrace/record_goto.exp: New.
9141 * gdb.btrace/x86-record_goto.S: New.
9142
9143 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9144
9145 * gdb.btrace/function_call_history.exp: Update tests.
9146 * gdb.btrace/instruction_history.exp: Update tests.
9147
9148 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9149
9150 * gdb.btrace/function_call_history.exp: Fix expected field
9151 order for "record function-call-history".
9152 Add new tests for "record function-call-history /c".
9153 * gdb.btrace/exception.cc: New.
9154 * gdb.btrace/exception.exp: New.
9155 * gdb.btrace/tailcall.exp: New.
9156 * gdb.btrace/x86-tailcall.S: New.
9157 * gdb.btrace/x86-tailcall.c: New.
9158 * gdb.btrace/unknown_functions.c: New.
9159 * gdb.btrace/unknown_functions.exp: New.
9160 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
9161
9162 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9163
9164 * gdb.btrace/instruction_history.exp: Update.
9165 * gdb.btrace/function_call_history.exp: Update.
9166
9167 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9168
9169 * gdb.btrace/function_call_history.exp: Fix expected function
9170 trace.
9171 * gdb.btrace/instruction_history.exp: Initialize traced.
9172 Remove traced_functions.
9173
9174 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9175
9176 * gdb.btrace/function_call_history.exp: Update
9177 * gdb.btrace/instruction_history.exp: Update.
9178
9179 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9180
9181 * gdb.btrace/enable.exp: Update expected text.
9182
9183 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
9184
9185 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
9186 bytes.
9187
9188 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
9189
9190 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
9191
9192 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
9193
9194 * lib/gdb.exp (supports_process_record): Return true for
9195 arm*-linux*. (supports_reverse): Likewise.
9196
9197 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
9198
9199 PR python/15464
9200 PR python/16113
9201 * gdb.python/py-type.c: Enhance test case.
9202 * gdb.python/py-value-cc.cc: Likewise
9203 * gdb.python/py-type.exp: Add new tests.
9204 * gdb.python/py-value-cc.exp: Likewise
9205
9206 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9207 Pedro Alves <palves@redhat.com>
9208
9209 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
9210 Make "name" extern.
9211 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
9212 references to ${name}_start by references to ${name}.
9213
9214 2014-01-10 Joel Brobecker <brobecker@adacore.com>
9215
9216 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
9217
9218 2014-01-10 Joel Brobecker <brobecker@adacore.com>
9219
9220 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
9221
9222 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
9223 Pedro Alves <palves@redhat.com>
9224
9225 * gdb.mi/mi-info-os.exp: Connect to the target with
9226 mi_gdb_target_load.
9227
9228 2014-01-08 Pedro Alves <palves@redhat.com>
9229
9230 * gdb.threads/reconnect-signal.c: New file.
9231 * gdb.threads/reconnect-signal.exp: New file.
9232
9233 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9234
9235 * gdb.base/source-dir.exp: New file.
9236
9237 2014-01-07 Joel Brobecker <brobecker@adacore.com>
9238
9239 * gdb.ada/mi_interface: New testcase.
9240
9241 2014-01-07 Joel Brobecker <brobecker@adacore.com>
9242
9243 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
9244 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
9245 gdb.ada/pp-rec-component/pck.ads: New files.
9246
9247 2014-01-07 Joel Brobecker <brobecker@adacore.com>
9248
9249 * gdb.python/py-pp-integral.c: New file.
9250 * gdb.python/py-pp-integral.py: New file.
9251 * gdb.python/py-pp-integral.exp: New file.
9252
9253 For older changes see ChangeLog-1993-2013.
9254 \f
9255 ;; Local Variables:
9256 ;; mode: change-log
9257 ;; left-margin: 8
9258 ;; fill-column: 74
9259 ;; version-control: never
9260 ;; End:
9261
9262 Copyright 2014-2016 Free Software Foundation, Inc.
9263 Copying and distribution of this file, with or without modification,
9264 are permitted provided the copyright notice and this notice are preserved.
This page took 0.255011 seconds and 4 git commands to generate.