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