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