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