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