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