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