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