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