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