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