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