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