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