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