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