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