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