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