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