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