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