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