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