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