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