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