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