]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Make gdb.base/jit.exp binaries unique
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
40dea8cb
PA
12016-03-31 Pedro Alves <palves@redhat.com>
2
3 PR gdb/19858
4 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
5 BINSUFFIX parameter, and handle it.
6 (top level): Adjust calls compile_jit_test.
7
e7ea3ec7
CU
82016-03-31 Catalin Udma <catalin.udma@freescale.com>
9
10 PR python/19743
11 * gdb.python/py-mi-events-gdb.py: New file.
12 * gdb.python/py-mi-events.c: New file.
13 * gdb.python/py-mi-events.exp: New file.
14
e6359af3
YQ
152016-03-30 Yao Qi <yao.qi@linaro.org>
16
17 * gdb.reverse/until-precsave.exp: Match function name only.
18 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
19 Move malloc to a condition block.
20 * gdb.reverse/until-reverse.exp: Match function name only.
21
a4105d04
MK
222016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
23
24 * gdb.trace/ftrace.exp: Set arg0exp for s390.
25 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
26 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
27 variable for GPR 0 instead of assuming it is register 0.
28 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
29 * lib/trace-support.exp: Add s390 registers.
30
bfa6adb9
YQ
312016-03-29 Yao Qi <yao.qi@linaro.org>
32
33 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
34
1e6697ea
YQ
352016-03-24 Yao Qi <yao.qi@linaro.org>
36
37 * gdb.reverse/break-reverse.exp: Add quotation mark in the
38 test message.
39
64bcd522
AA
402016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
41
42 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
43 maintaining separate logic for constructing the output path.
44
7868401b
DB
452016-03-16 Don Breazeal <donb@codesourcery.com>
46
47 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
48 Retry fork and waitpid on interrupted system call errors.
49 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
50 Use with_timeout_factor to increase timeout by factor of 10.
51
1cafadb4
DB
522016-03-15 Don Breazeal <donb@codesourcery.com>
53
54 * gdb.cp/scope-err.cc: New test program.
55 * gdb.cp/scope-err.exp: New test script.
56 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
57 lines and "set breakpoint here" comment.
58 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
59 Fixed some whitespace and format issues.
60 * gdb.mi/mi-linespec-err-cp.cc: New test program.
61 * gdb.mi/mi-linespec-err-cp.exp: New test script.
62
81516450
DE
632016-03-15 Doug Evans <dje@google.com>
64
65 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
66 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
67 All callers updated. Add tests for enums, mixed flags register.
68
aa52b601
DE
692016-03-15 Doug Evans <dje@google.com>
70
71 * gdb.base/skip.c (main): Call test_skip_file_and_function.
72 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
73
fa4ff313
SM
742016-03-14 Simon Marchi <simon.marchi@ericsson.com>
75
76 * gdb.base/default.exp: Add $_as_string to the list of expected
77 convenience functions.
78
f2403c39
AB
792016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
80
81 * gdb.base/maint.exp: New tests for 'maint info line-table'.
82
f2f3ccb9
SM
832016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
84
85 * gdb.python/py-as-string.exp: New file.
86 * gdb.python/py-as-string.c: New file.
87
00dbd492
PA
882016-03-09 Pedro Alves <palves@redhat.com>
89
90 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
91 signal" -> "Thread NN received signal" output change.
92 * gdb.threads/ia64-sigill.exp: Likewise.
93 * gdb.threads/linux-dp.exp: Likewise.
94 * gdb.threads/manythreads.exp: Likewise.
95 * gdb.threads/pending-step.exp: Likewise.
96 * gdb.threads/print-threads.exp: Likewise.
97 * gdb.threads/sigstep-threads.exp: Likewise.
98 * gdb.threads/staticthreads.exp: Likewise.
99 * gdb.threads/tls.exp: Likewise.
100
1e6697ea
YQ
1012016-03-09 Pedro Alves <palves@redhat.com>
102
103 * gdb.base/command-line-input.exp: New file.
104
b04fd3be
MK
1052016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
106
107 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
108 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
109 * gdb.trace/pending.exp: Accept leading dot before function name.
110 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
111 * lib/trace-support.exp: Set registers for ppc.
112
98fa59e9
MK
1132016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
114
115 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
116 use it for disassembly; accept .main in addition to main in backtrace.
117
f77198c8
MK
1182016-03-09 Wei-cheng Wang <cole945@gmail.com>
119 Marcin Kościelnicki <koriakin@0x04.net>
120
121 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
122 (gdb_recursion_test_ptr): New global variable.
123 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
124 gdb_recursion_test.
125 (gdb_c_test): Ditto.
126
ba84e0da
MK
1272016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
128
129 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
130 ordering.
131
4366d36e
MK
1322016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
133
134 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
135 (bar): Add bar_start_lbl label.
136 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
137 of foo/bar for emitting DWARF and tracing.
138
5eb264df
SDJ
1392016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
140
141 * analyze-racy-logs.py: Set executable bit.
142
fb6a751f
SDJ
1432016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
144
145 * Makefile.in (DEFAULT_RACY_ITER): New variable.
146 (CHECK_TARGET_TMP): Likewise.
147 (check-single-racy): New rule.
148 (check-parallel-racy): Likewise.
149 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
150 (do-check-parallel-racy): New rule.
151 (check-racy/%.exp): Likewise.
152 * README (Racy testcases): New section.
153 * analyze-racy-logs.py: New file.
154
bdf7e230
DE
1552016-03-03 Doug Evans <dje@google.com>
156
157 * gdb.base/skip.exp: Use with_test_prefix.
158
4719d415
YQ
1592016-03-03 Yao Qi <yao.qi@linaro.org>
160
161 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
162 Invoke step_over_syscall "clone" and break_cond_on_syscall
163 "clone".
164 * gdb.base/step-over-clone.c: New file.
165
ea507862
YQ
1662016-03-03 Yao Qi <yao.qi@linaro.org>
167
168 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
169 code format.
170
8fc8cbda
YQ
1712016-03-03 Yao Qi <yao.qi@linaro.org>
172
173 * gdb.base/disp-step-fork.c: Rename to ...
174 * gdb.base/step-over-fork.c: ... it. New file.
175 * gdb.base/disp-step-vfork.c: Rename to ...
176 * gdb.base/step-over-vfork.c: ... it. New file.
177 * gdb.base/disp-step-syscall.exp: Rename to ...
178 * gdb.base/step-over-syscall.exp: ... it. New file.
179 (disp_step_cross_syscall): Rename to ...
180 (step_over_syscall): ... it.
181
92fa70b0
YQ
1822016-03-03 Yao Qi <yao.qi@linaro.org>
183
184 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
185 If target supports condition evaluation on target, invoke
186 break_cond_on_syscall for fork and vfork.
187
e197ad3c
YQ
1882016-03-03 Yao Qi <yao.qi@linaro.org>
189
190 * gdb.base/disp-step-syscall.exp: Don't invoke
191 support_displaced_stepping.
192 (disp_step_cross_syscall): Test with displaced stepping off and
193 on if supported.
194
0b47da9f
YQ
1952016-03-03 Yao Qi <yao.qi@linaro.org>
196
197 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
198 proc.
199 (setup): New proc.
200 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
201 and setup.
202
065ab6dc
BH
2032016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
204
205 * gdb.fortran/vla-history.exp: Remove breakpoint.
206
07e448ad 2072016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
208
209 * gdb.fortran/vla-history.exp: Lookup array elements and printing exceeds timeout.
210
9ac2d526 2112016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
212
213 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an breakpoint.
214
17807369
BH
2152016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
216
217 * gdb.mi/vla.f90: Nullify pointer after declaration.
218
86e501af
PA
2192016-03-01 Pedro Alves <palves@redhat.com>
220
221 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
222
1e903e32
PA
2232016-03-01 Pedro Alves <palves@redhat.com>
224
225 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
226 before anything else.
227 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
228 _GNU_SOURCE here.
229 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
230 before anything else.
231 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
232
6ccb54e2
PA
2332016-03-01 Pedro Alves <palves@redhat.com>
234
235 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
236
30ca9da1
YQ
2372016-03-01 Yao Qi <yao.qi@linaro.org>
238
239 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
240 prepare_for_testing.
241
dc856b38
YQ
2422016-03-01 Yao Qi <yao.qi@linaro.org>
243
244 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
245
4a932159
AA
2462016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
247
248 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
249 manually constructing the output path.
250
f2489477
AA
2512016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
252
253 * gdb.arch/s390-stackless.S: New.
254 * gdb.arch/s390-stackless.exp: New.
255
38899f16
IB
2562016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
257
258 * gdb.dlang/circular.c: New file.
259 * gdb.dlang/circular.exp: New file.
260
9fde51ed
YQ
2612016-02-26 Yao Qi <yao.qi@linaro.org>
262
263 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
264 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
265 (testcases): Update.
266
ce90fefe
YQ
2672016-02-26 Yao Qi <yao.qi@linaro.org>
268
269 * gdb.reverse/aarch64.c: Rename to ...
270 * gdb.reverse/insn-reverse.c: ... it.
271 * gdb.reverse/aarch64.exp: Rename to ...
272 * gdb.reverse/insn-reverse.exp: ... it.
273
3263bceb
YQ
2742016-02-26 Yao Qi <yao.qi@linaro.org>
275
276 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
277 (testcase_ftype): New.
278 (testcases): New array.
279 (n_testcases): New.
280 (main): Call each element in testcases.
281 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
282 (read_testcase): New.
283 Do the tests in a loop.
284
6cb59ff1
YQ
2852016-02-25 Yao Qi <yao.qi@linaro.org>
286
287 * gdb.base/branches.c: Remove.
288
ae91f625
MK
2892016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
290
291 PR gdb/13808
292 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
293
678b48b7
MK
2942016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
295
296 * gdb.trace/ftrace.exp: Remove unnecessary target check.
297
7337a6f2
MK
2982016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
299
300 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
301 change x86_64 call_insn to 'callq'.
302
861ca91f
AT
3032016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
304
305 * gdb.trace/tfile-avx.c: Move to...
306 * gdb.trace/tracefile-pseudo-reg.c: Here.
307 * gdb.trace/tfile-avx.exp: Move to...
308 * gdb.trace/tracefile-pseudo-reg.exp: Here.
309
bf74e428
GB
3102016-02-24 Gary Benson <gbenson@redhat.com>
311
312 * gdb.base/attach-pie-noexec.exp: Do not expect an error
313 message on attach.
314
cce0e923
DE
3152016-02-23 Doug Evans <dje@google.com>
316
317 * gdb.base/skip.c (test_skip): New function.
318 (end_test_skip_file_and_function): New function.
319 (test_skip_file_and_function): New function.
320 * gdb.base/skip1.c (test_skip): New function.
321 (skip1_test_skip_file_and_function): New function.
322 * gdb.base/skip.exp: Add tests for new skip options.
323 * gdb.base/skip-solib.exp: Update expected output.
324 * gdb.perf/skip-command.cc: New file.
325 * gdb.perf/skip-command.exp: New file.
326 * gdb.perf/skip-command.py: New file.
327
4000e47e
MK
3282016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
329
330 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
331 info registers pattern.
332
24f75ead
IB
3332016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
334
335 * lib/future.exp: Add D support.
336 (gdb_find_gdc): New proc.
337 (gdb_default_target_compile): Add D support.
338
fbb7bcbe
WW
3392016-02-18 Wei-cheng Wang <cole945@gmail.com>
340
341 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
342 user+system time.
343 (trace_speed_test): Determine the iteration count for a time
344 between 15..30 seconds.
345
012b3a21
WT
3462016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
347
348 * gdb.arch/i386-mpx-sigsegv.c: New file.
349 * gdb.arch/i386-mpx-sigsegv.exp: New file.
350 * gdb.arch/i386-mpx-simple_segv.c: New file.
351 * gdb.arch/i386-mpx-simple_segv.exp: New file.
352
2d5189bd
YQ
3532016-02-18 Yao Qi <yao.qi@linaro.org>
354
355 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
356 Don't call setup_kfail.
357
40fb20d0
YQ
3582016-02-18 Yao Qi <yao.qi@linaro.org>
359
360 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
361 Set "set breakpoint condition-evaluation" per $cond_bp_target.
362
21b1f8d2
DE
3632016-02-16 Doug Evans <dje@google.com>
364
365 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
366 * gdb.base/skip1.c: Ditto.
367 * gdb.base/skip.exp: Whitespace cleanup.
368
4041ed77
DB
3692016-02-16 Don Breazeal <donb@codesourcery.com>
370
371 PR remote/19496
372 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
373 Remove kfail for PR remote/19496.
374
c4ef31bf
SM
3752016-02-16 Simon Marchi <simon.marchi@ericsson.com>
376
377 * lib/gdb.exp (standard_temp_file): Return a path specific to
378 the runtest invocation.
379
266b65b3
SM
3802016-02-16 Simon Marchi <simon.marchi@ericsson.com>
381
382 * gdb.trace/save-trace.exp: Change relative path to be in the
383 standard output directory.
384
a7a0a6a9
JK
3852016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
386
387 * gdb.arch/i386-prologue.c: Add missing prototypes.
388
c99dbb42
JK
3892016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
390
391 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
392 * gdb.arch/i386-prologue.exp: Likewise.
393 * gdb.arch/i386-size.exp: Likewise.
394
aa480355
SM
3952016-02-15 Simon Marchi <simon.marchi@ericsson.com>
396
397 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
398 define object file path.
399 * gdb.btrace/gcore.exp: Use standard_output_file to define core
400 file path.
401 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
402 standard_output_file to define binfile.
403
ba881f50
JK
4042016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
405
406 Fix compatibility with recent gfortran-5.3.1.
407 * gdb.fortran/vla-history.exp (print vla1 allocated)
408 (print vla2 allocated, print $2, print $3): Remove
409 (print $4): Rename to ...
410 (print $2): ... here.
411 (print $9): Rename to ...
412 (print $5): ... here.
413 (print $10): Rename to ...
414 (print $6): ... here.
415 * gdb.fortran/vla.f90: Add pvla initialization.
416
e9fb005c
JK
4172016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
418
419 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
420 New test.
421 * gdb.fortran/vla-value-sub.exp: Likewise.
422
e44e00ff
MK
4232016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
424
425 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
426
97e94151
SM
4272016-02-12 Simon Marchi <simon.marchi@ericsson.com>
428
429 * i386-biarch-core.exp: Define corefile using
430 standard_output_file.
431
01113bc1
YQ
4322016-02-12 Yao Qi <yao.qi@linaro.org>
433
434 * gdb.arch/arm-single-step-kernel-helper.c: New.
435 * gdb.arch/arm-single-step-kernel-helper.exp: New.
436
33b4777c
MM
4372016-02-12 Markus Metzger <markus.t.metzger@intel.com>
438
439 * gdb.btrace/tailcall-only.exp: New.
440 * gdb.btrace/tailcall-only.c: New.
441 * gdb.btrace/x86_64-tailcall-only.S: New.
442 * gdb.btrace/i686-tailcall-only.S: New.
443
acc23c11
PA
4442016-02-11 Pedro Alves <palves@redhat.com>
445
446 * README (Parallel testing): Add missing double quotes.
447
e352bf0a
PA
4482016-02-11 Pedro Alves <palves@redhat.com>
449
450 * README (Parallel testing): New section.
451 (GDB_PARALLEL): Rewrite.
452 (FORCE_PARALLEL): Document.
453
9f5fed78
MK
4542016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
455
456 * gdb.trace/tfile-avx.c: New test.
457 * gdb.trace/tfile-avx.exp: New test.
458
9ef9e6a6
KS
4592016-02-09 Keith Seitz <keiths@redhat.com>
460
461 PR breakpoints/19546
462 * gdb.base/infcall-exec.c: New file.
463 * gdb.base/infcall-exec2.c: New file.
464 * gdb.base/infcall-exec.exp: New file.
465
a96e36da
KS
4662016-02-09 Keith Seitz <keiths@redhat.com>
467
468 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
469 (toplevel): Call test_bkpt_address.
470
9f61929f
KS
4712016-02-09 Keith Seitz <keiths@redhat.com>
472
473 PR python/19506
474 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
475 (toplevel): Call test_bkpt_address.
476
1e94266c
SM
4772016-02-09 Simon Marchi <simon.marchi@ericsson.com>
478
479 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
480 to AC_OUTPUT.
481 * configure: Regenerate.
482
2a7f3dff
PA
4832016-02-09 Pedro Alves <palves@redhat.com>
484
485 PR breakpoints/19548
486 * gdb.base/execl-update-breakpoints.c (some_function): New
487 function.
488 (main): Call it.
489 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
490 Tighten expected GDB output.
491
2151ccc5
SM
4922016-02-08 Simon Marchi <simon.marchi@ericsson.com>
493
494 * Makefile.in (ALL_SUBDIRS): Remove.
495 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
496 (distclean maintainer-clean realclean): Likewise.
497 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
498 * configure: Regenerate.
499 * gdb.ada/Makefile.in: Delete.
500 * gdb.arch/Makefile.in: Likewise.
501 * gdb.asm/Makefile.in: Likewise.
502 * gdb.base/Makefile.in: Likewise.
503 * gdb.btrace/Makefile.in: Likewise.
504 * gdb.cell/Makefile.in: Likewise.
505 * gdb.compile/Makefile.in: Likewise.
506 * gdb.cp/Makefile.in: Likewise.
507 * gdb.disasm/Makefile.in: Likewise.
508 * gdb.dlang/Makefile.in: Likewise.
509 * gdb.dwarf2/Makefile.in: Likewise.
510 * gdb.fortran/Makefile.in: Likewise.
511 * gdb.gdb/Makefile.in: Likewise.
512 * gdb.go/Makefile.in: Likewise.
513 * gdb.guile/Makefile.in: Likewise.
514 * gdb.java/Makefile.in: Likewise.
515 * gdb.linespec/Makefile.in: Likewise.
516 * gdb.mi/Makefile.in: Likewise.
517 * gdb.modula2/Makefile.in: Likewise.
518 * gdb.multi/Makefile.in: Likewise.
519 * gdb.objc/Makefile.in: Likewise.
520 * gdb.opencl/Makefile.in: Likewise.
521 * gdb.opt/Makefile.in: Likewise.
522 * gdb.pascal/Makefile.in: Likewise.
523 * gdb.perf/Makefile.in: Likewise.
524 * gdb.python/Makefile.in: Likewise.
525 * gdb.reverse/Makefile.in: Likewise.
526 * gdb.server/Makefile.in: Likewise.
527 * gdb.stabs/Makefile.in: Likewise.
528 * gdb.threads/Makefile.in: Likewise.
529 * gdb.trace/Makefile.in: Likewise.
530 * gdb.xml/Makefile.in: Likewise.
531 * lib/gdb.exp (make_gdb_parallel_path): Add check for
532 GDB_PARALLEL.
533 (standard_output_file): Remove check for GDB_PARALLEL, always
534 return path in outputs/$subdir/$testname.
535
437277d4
SM
5362016-02-08 Simon Marchi <simon.marchi@ericsson.com>
537
538 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
539 (site.exp): Assign abs_srcdir to tcl's srcdir.
540
31d913c7
YQ
5412016-02-04 Yao Qi <yao.qi@linaro.org>
542
543 * gdb.base/foll-exec-mode.c: Include limits.h.
544 (main): Add parameters argc and argv. Get directory from
545 argv[0].
546 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
547 compilation.
548 * gdb.base/foll-exec.c: Include limits.h.
549 (main): Add parameters argc and argv.
550 Get directory from argv[0].
551 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
552 Adjust tests on the number of lines as source code changed.
553 * gdb.base/foll-vfork-exit.c: Include limits.h.
554 (main): Add one line of statement before vfork.
555 * gdb.base/foll-vfork.c: Include limits.h and string.h.
556 (main): Add parameters argc and argv. Get directory from
557 argv[0].
558 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
559 (setup_gdb): Set tbreak to skip some source lines.
560 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
561 (main): Add parameters argc and argv. Get directory from
562 argv[0].
563 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
564 compilation.
565 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
566 (main): Add parameters argc and argv. Get directory from
567 argv[0].
568 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
569 compilation.
570
9482b9fb
DE
5712016-02-01 Doug Evans <dje@google.com>
572
573 * gdb.base/skip.exp: Clean up multiple references to same test name.
574
6b2e4f10
PA
5752016-02-01 Pedro Alves <palves@redhat.com>
576
ccb6afd6 577 PR remote/19496
6b2e4f10
PA
578 * gdb.threads/forking-threads-plus-breakpoint.exp
579 (displaced_stepping_supported): New global.
580 (probe_displaced_stepping_support): New procedure.
581 (do_test): Add 'displaced' parameter, and use it.
582 (top level): Check for displaced stepping support. Add displaced
583 stepping on/off testing axis.
584
37a8db1a
AB
5852016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
586
587 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
588 pointer. Don't perform further tests on the unassociated pointer
589 if the first test fails.
590
5fdf6324
AB
5912016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
592
593 * gdb.base/max-value-size.c: New file.
594 * gdb.base/max-value-size.exp: New file.
595 * gdb.base/huge.exp: Disable max-value-size for this test.
596
935c6144
IB
5972016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
598
599 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
600
7fe8399d
YQ
6012016-01-28 Yao Qi <yao.qi@linaro.org>
602
603 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
604
a2077e25
PA
6052016-01-25 Pedro Alves <palves@redhat.com>
606
607 PR threads/19461
608 * gdb.base/fork-running-state.c: New file.
609 * gdb.base/fork-running-state.exp: New file.
610
1d2736d4
PA
6112016-01-25 Pedro Alves <palves@redhat.com>
612
613 PR gdb/19494
614 * gdb.base/catch-fork-kill.c: New file.
615 * gdb.base/catch-fork-kill.exp: New file.
616
f1da4b11
PA
6172016-01-25 Pedro Alves <palves@redhat.com>
618
619 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
620 Delete, moved to lib/gdb.exp.
621 * gdb.threads/forking-threads-plus-breakpoint.exp
622 (foreach_with_prefix): Likewise.
623 * gdb.threads/process-dies-while-handling-bp.exp
624 (foreach_with_prefix): Likewise.
625 * lib/gdb.exp (foreach_with_prefix): New procedure.
626
45f38546
MK
6272016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
628
629 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
630 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
631
dc29a1ce
MK
6322016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
633
634 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
635 endian targets.
636
092127d7
JK
6372016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
638 Pedro Alves <palves@redhat.com>
639
640 Fix testsuite compatibility with Guile.
641 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
642 number.
643
31d765d3
JK
6442016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
645
646 Fix testsuite compatibility with Guile.
647 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
648 (thread 1): New test for backtrace through signal handler.
649
1ac78c04
YQ
6502016-01-22 Yao Qi <yao.qi@linaro.org>
651
652 PR testsuite/19491
653 * gdb.base/multi-forks.c: Include
654 ../lib/unbuffer_output.c
655 (main): Call gdb_unbuffer_output.
656
4f5946a8
DE
6572016-01-21 Doug Evans <dje@google.com>
658
659 * lib/ada.exp (gdb_compile_ada): Fix typo.
660
305e13e6
JB
6612016-01-21 Joel Brobecker <brobecker@adacore.com>
662
663 * gdb.base/break-fun-addr.exp: New file.
664 * gdb.base/break-fun-addr1.c: New file.
665 * gdb.base/break-fun-addr2.c: New file.
666
5f5dfff6
SM
6672016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
668
669 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
670 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
671 enum flag values.
672
fd356fa2
AA
6732016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
674
675 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
676 when GDB can not set the vector return value. Add more comments
677 for clarification.
678
9df22175
AT
6792016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
680
681 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
682 command.
683
41d1845e
SM
6842016-01-19 Simon Marchi <simon.marchi@ericsson.com>
685
686 * Makefile.in (DO_RUNTEST): Add --status and update usages.
687
01ac6840
SM
6882016-01-19 Simon Marchi <simon.marchi@ericsson.com>
689
690 * Makefile.in (check-single): Pass --status to runtest.
691 (check/%.exp): Likewise.
692
6932016-01-19 Simon Marchi <simon.marchi@ericsson.com>
694
695 * Makefile.in (check-parallel): Propagate return code from make
696 do-check-parallel.
697
bd0a71fa
MK
6982016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
699
700 * gdb.trace/ftrace.exp: Fix expected message on continue.
701 * gdb.trace/pending.exp: Fix expected message on continue.
702 * gdb.trace/trace-break.exp: Fix expected message on continue.
703
8bcbad33
SM
7042016-01-18 Simon Marchi <simon.marchi@ericsson.com>
705
706 * lib/gdb.exp (gdb_test): Remove unused global references.
707
f303dbd6
PA
7082016-01-18 Pedro Alves <palves@redhat.com>
709
710 * gdb.base/async-shell.exp: Adjust expected output.
711 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
712 * gdb.base/siginfo-thread.exp: Adjust expected output.
713 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
714 * gdb.java/jnpe.exp: Adjust expected output.
715 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
716 * gdb.threads/continue-pending-status.exp: Adjust expected output.
717 * gdb.threads/leader-exit.exp: Adjust expected output.
718 * gdb.threads/manythreads.exp: Adjust expected output.
719 * gdb.threads/pthreads.exp: Adjust expected output.
720 * gdb.threads/schedlock.exp: Adjust expected output.
721 * gdb.threads/siginfo-threads.exp: Adjust expected output.
722 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
723 expected output.
724 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
725 output.
726 * gdb.threads/sigthread.exp: Adjust expected output.
727 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
728
b2789696
YQ
7292016-01-18 Yao Qi <yao.qi@linaro.org>
730
731 * gdb.guile/scm-section-script.c: Replace @progbits with
732 %progbits.
733 * gdb.python/py-section-script.c: Likewise.
734
71ef29a8
PA
7352016-01-15 Pedro Alves <palves@redhat.com>
736
737 * gdb.multi/tids.exp: Test star wildcard ranges.
738
3f5b7598
PA
7392016-01-15 Pedro Alves <palves@redhat.com>
740
741 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
742 command from "thread apply" invocation.
743 (thr_apply_info_thr_invalid): Default the expected output to the
744 input tid list.
745 (top level): Add tests that use convenience variables. Add tests
746 for "thread apply" with a valid TID list, but missing the command.
747
663f6d42
PA
7482016-01-13 Pedro Alves <palves@redhat.com>
749
750 * gdb.base/default.exp: Expect $_gthread as well.
751 * gdb.multi/tids.exp: Test $_gthread.
752 * gdb.threads/thread-specific.exp: Test $_gthread.
753
c84f6bbf
PA
7542016-01-13 Pedro Alves <palves@redhat.com>
755
756 * gdb.multi/tids.exp: Test "info threads -gid".
757
22a02324
PA
7582016-01-13 Pedro Alves <palves@redhat.com>
759
760 * gdb.multi/tids.exp: Test InferiorThread.global_num and
761 Breakpoint.thread.
762 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
763
5d5658a1
PA
7642016-01-07 Pedro Alves <palves@redhat.com>
765
766 * gdb.base/break.exp: Adjust to output changes.
767 * gdb.base/hbreak2.exp: Likewise.
768 * gdb.base/sepdebug.exp: Likewise.
769 * gdb.base/watch_thread_num.exp: Likewise.
770 * gdb.linespec/keywords.exp: Likewise.
771 * gdb.multi/info-threads.exp: Likewise.
772 * gdb.threads/thread-find.exp: Likewise.
773 * gdb.multi/tids.c: New file.
774 * gdb.multi/tids.exp: New file.
775
84654457
PA
7762016-01-13 Pedro Alves <palves@redhat.com>
777
778 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
779
e3940304
PA
7802016-01-13 Pedro Alves <palves@redhat.com>
781
782 * gdb.base/default.exp: Expect $_inferior as well.
783 * gdb.multi/base.exp: Test $_inferior.
784
a911d87a
PA
7852016-01-13 Pedro Alves <palves@redhat.com>
786
787 PR breakpoints/19388
788 * gdb.base/catch-signal-siginfo-cond.c: New file.
789 * gdb.base/catch-signal-siginfo-cond.exp: New file.
790
82075af2
JS
7912016-01-12 Josh Stone <jistone@redhat.com>
792 Philippe Waroquiers <philippe.waroquiers@skynet.be>
793
794 * gdb.base/catch-syscall.c (do_execve): New variable.
795 (main): Conditionally trigger an execve.
796 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
797 (test_catch_syscall_execve): New, check entry/return across execve.
798 (do_syscall_tests): Call test_catch_syscall_execve.
799
e46eeedd
PA
8002016-01-12 Pedro Alves <palves@redhat.com>
801
802 * gdb.base/random-signal.exp (do_test): New procedure, with body
803 of testcase moved in.
804
01d8c27e
JK
8052016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
806 Pedro Alves <palves@redhat.com>
807
808 * gdb.base/funcargs.exp (finish from indirectly called function):
809 Reintroduce the case for 'First'.
810
9a706302
JK
8112016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
812 Pedro Alves <palves@redhat.com>
813
814 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
815 (tcatch_vfork_then_child_follow_exec)
816 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
817 identification.
818
c0ecb95f
JK
8192016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
820
821 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
822 and repeats to unlimited.
823 * gdb.python/py-value.exp: Likewise.
824 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
825 and repeats to unlimited.
826
6cfc1fcb
JK
8272016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
828
829 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
830 and reordering the functions.
831 * gdb.multi/hangout.c: Likewise.
832 * gdb.multi/hello.c: Likewise.
833
582a1b00
SM
8342016-01-08 Simon Marchi <simon.marchi@ericsson.com>
835
836 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
837 absolute.
838 (SingleStatisticTestResult.report): Use dict.keys instead of
839 dict.iterkeys.
840
79bc59cb
PA
8412016-01-06 Pedro Alves <palves@redhat.com>
842
843 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
844
43368e1d
MM
8452016-01-04 Markus Metzger <markus.t.metzger@intel.com>
846
847 * gdb.btrace/dlopen.exp: New.
848 * gdb.btrace/dlopen.c: New.
849 * gdb.btrace/dlopen-dso.c: New.
850
79fad5b8
SL
8512015-12-25 Sandra Loosemore <sandra@codesourcery.com>
852
853 * lib/gdb.exp (gdb_test): Update comments to clarify that the
854 PATTERN argument is optional.
855
ab8314b3
JB
8562015-12-24 Joel Brobecker <brobecker@adacore.com>
857
858 * lib/ada.exp (target_compile_ada_from_dir): New function.
859 (gdb_compile_ada): Reimplement avoiding the use of project files.
860 * gdb.ada/gnat_ada.gpr: Delete.
861 * gdb.ada/cond_lang.exp: Adjust test to make path before
862 filename optional.
863 * gdb.ada/small_reg_param.exp: Likewise.
864
fe33faff
SM
8652015-12-22 Simon Marchi <simon.marchi@ericsson.com>
866
867 * gdb.base/foll-vork.exp: Remove HP-UX special case.
868
6d265cb4
TP
8692015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
870
871 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
872 case.
873
10125099
SM
8742015-12-21 Simon Marchi <simon.marchi@ericsson.com>
875
876 * gdb.base/break.exp: Remove dead code.
877 * gdb.base/sepdebug.exp: Likewise.
878
3ca22649
SM
8792015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
880
881 * gdb.asm/asm-source.exp: Remove HP-UX references.
882 * gdb.base/annota1.exp: Likewise.
883 * gdb.base/annota3.exp: Likewise.
884 * gdb.base/attach.exp: Likewise.
885 * gdb.base/bigcore.exp: Likewise.
886 * gdb.base/break.exp: Likewise.
887 * gdb.base/call-ar-st.exp: Likewise.
888 * gdb.base/callfuncs.exp: Likewise.
889 * gdb.base/catch-fork-static.exp: Likewise.
890 * gdb.base/display.exp: Likewise.
891 * gdb.base/foll-exec-mode.exp: Likewise.
892 * gdb.base/foll-exec.exp: Likewise.
893 * gdb.base/foll-fork.exp: Likewise.
894 * gdb.base/foll-vfork.exp: Likewise.
895 * gdb.base/funcargs.exp: Likewise.
896 * gdb.base/hbreak2.exp: Likewise.
897 * gdb.base/inferior-died.exp: Likewise.
898 * gdb.base/interrupt.exp: Likewise.
899 * gdb.base/multi-forks.exp: Likewise.
900 * gdb.base/nodebug.exp: Likewise.
901 * gdb.base/sepdebug.exp: Likewise.
902 * gdb.base/solib1.c: Likewise.
903 * gdb.base/step-test.exp: Likewise.
904 * gdb.mi/non-stop.c: Likewise.
905 * gdb.mi/pthreads.c: Likewise.
906 * gdb.multi/bkpt-multi-exec.ex: Likewise.
907 * gdb.threads/pthreads.c: Likewise.
908 * gdb.threads/staticthreads.exp: Likewise.
909 * lib/future.exp: Likewise.
910 * lib/gdb.exp: Likewise.
911 * gdb.base/so-indr-cl.c: Remove.
912 * gdb.base/so-indr-cl.exp: Likewise.
913 * gdb.base/solib.c: Likewise.
914 * gdb.base/solib.exp: Likewise.
915 * gdb.base/solib2.c: Likewise.
916
b6304613
SM
9172015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
918
919 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
920 * gdb.base/call-ar-st.exp: Likewise.
921 * gdb.base/callfuncs.exp: Likewise.
922 * gdb.base/condbreak.exp: Likewise.
923 * gdb.base/constvars.exp: Likewise.
924 * gdb.base/hbreak2.exp: Likewise.
925 * gdb.base/langs.exp: Likewise.
926 * gdb.base/list.exp: Likewise.
927 * gdb.base/long_long.exp: Likewise.
928 * gdb.base/ptype.exp: Likewise.
929 * gdb.base/scope.exp: Likewise.
930 * gdb.base/signals.exp: Likewise.
931 * gdb.base/so-impl-ld.exp: Likewise.
932 * gdb.base/varargs.exp: Likewise.
933 * gdb.base/volatile.exp: Likewise.
934 * gdb.base/whatis.exp: Likewise.
935 * gdb.cp/cplusfuncs.exp: Likewise.
936 * gdb.cp/inherit.exp: Likewise.
937 * gdb.cp/local.exp: Likewise.
938 * gdb.cp/member-ptr.exp: Likewise.
939 * gdb.cp/method.exp: Likewise.
940 * gdb.cp/overload.exp: Likewise.
941 * gdb.cp/templates.exp: Likewise.
942 * gdb.stabs/weird.exp: Likewise.
943 * lib/compiler.c: Likewise.
944 * lib/compiler.cc: Likewise.
945 * lib/cp-support.exp: Likewise.
946 * lib/gdb.exp: Likewise.
947
bf401b07
SM
9482015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
949
950 * configure.ac: Remove HP-UX case.
951 * configure: Regenerate.
952
aff9c0f8
SM
9532015-12-18 Simon Marchi <simon.marchi@ericsson.com>
954
955 * lib/gdb.exp (gdb_compile): Add function doc.
956
a6904d5a
PA
9572015-12-17 Pedro Alves <palves@redhat.com>
958
959 PR threads/19354
960 * gdb.multi/info-threads.exp: New file.
961
a22279dd
YQ
9622015-12-15 Yao Qi <yao.qi@linaro.org>
963
964 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
965 is aarch64*-*-*.
966
0588c796
SL
9672015-12-14 Sandra Loosemore <sandra@codesourcery.com>
968
969 * gdb.base/history-duplicates.exp: Skip if no readline support.
970
5d978e17
SL
9712015-12-14 Sandra Loosemore <sandra@codesourcery.com>
972
973 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
974
7e763b86
SL
9752015-12-14 Sandra Loosemore <sandra@codesourcery.com>
976
977 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
978
87a3a92c
SL
9792015-12-14 Sandra Loosemore <sandra@codesourcery.com>
980
981 * gdb.base/completion.exp: Skip tests that interrupt GDB with
982 ctrl-C if nointerrupts target property is set.
983 * gdb.base/double-prompt-target-event-error.exp: Likewise.
984 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
985 * gdb.base/paginate-bg-execution.exp: Likewise.
986 * gdb.base/paginate-execution-startup.exp: Likewise.
987 * gdb.base/random-signal.exp: Likewise.
988 * gdb.base/range-stepping.exp: Likewise.
989 * gdb.cp/annota2.exp: Likewise.
990 * gdb.cp/annota3.exp: Likewise.
991 * gdb.gdb/selftest.exp: Likewise.
992 * gdb.threads/continue-pending-status.exp: Likewise.
993 * gdb.threads/leader-exit.exp: Likewise.
994 * gdb.threads/manythreads.exp: Likewise.
995 * gdb.threads/pthreads.exp: Likewise.
996 * gdb.threads/schedlock.exp: Likewise.
997 * gdb.threads/sigthread.exp: Likewise.
998
a8f077dc
DB
9992015-12-11 Don Breazeal <donb@codesourcery.com>
1000
1001 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
1002 remote.
1003 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
1004 * gdb.base/foll-exec.exp (main): Enable for target remote.
1005 * gdb.base/foll-fork.exp (main): Likewise.
1006 * gdb.base/foll-vfork.exp (main): Likewise.
1007 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
1008 (proc continue_to_exit_bp_loc): Use clean_restart.
1009 * gdb.base/pie-execl.exp (main): Disable for target remote.
1010 * gdb.base/watch-vfork.exp (main): Enable for target remote.
1011 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
1012 * gdb.threads/execl.exp (main): Likewise.
1013 * gdb.threads/fork-child-threads.exp (main): Likewise.
1014 * gdb.threads/fork-plus-threads.exp (main): Disable for target
1015 remote.
1016 * gdb.threads/fork-thread-pending.exp (main): Enable for target
1017 remote.
1018 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
1019 pid.tid style ptids, instead of just tid.
1020 * gdb.threads/thread-execl.exp (main): Enable for target remote.
1021 * gdb.threads/watchpoint-fork.exp (main): Likewise.
1022 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
1023 ptids, instead of just tid.
1024
3b2464a8
AB
10252015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1026
1027 * gdb.base/list.exp (test_list_forward): Add end of file error
1028 test.
1029 (test_repeat_list_command): Add end of file error test.
1030 (test_list_backwards): Add beginning of file error test.
1031
a0def019
AB
10322015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1033
1034 * gdb.base/list.exp (test_list_invalid_args): New function,
1035 defined, and called.
1036
5c000dff
AB
10372015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1038
1039 * gdb.base/list.exp (test_list): Make test names unique.
1040
f1637ebe
YQ
10412015-12-11 Yao Qi <yao.qi@linaro.org>
1042
1043 * gdb.base/coremaker2.c: Remove.
1044
36d6fc0a
PA
10452015-12-10 Pedro Alves <palves@redhat.com>
1046
1047 * gdb.multi/base.exp: Remove stale "spaces" references.
1048
762f7747
PA
10492015-12-10 Pedro Alves <palves@redhat.com>
1050
1051 * gdb.multi/base.exp: Don't use nowarnings.
1052 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
1053 * gdb.multi/hangout.c: Include stdio.h.
1054 * gdb.multi/hello.c: Include stdlib.h.
1055 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
1056 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
1057 * gdb.multi/multi-arch.exp: Don't use nowarnings.
1058
28d2bfb9
AB
10592015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
1060
1061 * gdb.dwarf2/dw2-ranges-base.c: New file.
1062 * gdb.dwarf2/dw2-ranges-base.exp: New file.
1063 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
1064 support additional line table, and debug ranges generation.
1065 (Dwarf::ranges): New function, generate .debug_ranges.
1066 (Dwarf::lines): Support generating simple line table programs.
1067 (Dwarf::assemble): Initialise new namespace variables.
1068
5fc2beac
KB
10692015-12-09 Kevin Buettner <kevinb@redhat.com>
1070
1071 * gdb.base/async.exp (proc test_background): Add case for
1072 asynchronous execution not supported.
1073
1c35a88f
LM
10742015-12-09 Luis Machado <lgustavo@codesourcery.com>
1075
1076 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
1077 format and change test names to make them unique.
1078
b593e3d9
RK
10792015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
1080 Pedro Alves <pedro@redhat.com>
1081
1082 PR gdb/18702
1083 Add checking of floatformats setup on x86_64 hosts.
1084 * gdb.arch/i386-float.S (main): Load bigval and smallval.
1085 (smallval, bigval): New labels/constants.
1086 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
1087 float" after loading bigval and smallval.
1088
d72413e6
PMR
10892015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
1090
1091 * gdb.ada/fun_overload_menu.exp: New testcase.
1092 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
1093
ece66d65
JS
10942015-12-04 Josh Stone <jistone@redhat.com>
1095
1096 * gdb.base/catch-fork-static.exp: New.
1097
41d0efca
YQ
10982015-12-03 Yao Qi <yao.qi@linaro.org>
1099
1100 * gdb.base/sizeof.c: Don't include stdio.h and
1101 ../lib/unbuffer_output.c.
1102 (main): New variable 'size' and 'value'. Remove printf and
1103 gdb_unbuffer_output. Assign return value to size and value.
1104 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
1105 at the beginning.
1106 (check_sizeof): Check the result by printing variable 'size'.
1107 (check_valueof): Check the result by printing variable 'value'.
1108
99fd02d9
YQ
11092015-12-01 Yao Qi <yao.qi@linaro.org>
1110
1111 * gdb.base/disp-step-syscall.exp: Define syscall instruction
1112 for aarch64*-*-linux* target.
1113
f2faf941
PA
11142015-11-30 Pedro Alves <palves@redhat.com>
1115
1116 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
1117
04bf20c5
PA
11182015-11-30 Pedro Alves <palves@redhat.com>
1119
1120 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1121 Handle non-stop mode vCont replies.
1122
09df4675
PA
11232015-11-30 Pedro Alves <palves@redhat.com>
1124
1125 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
1126 prepare_for_testing. Start gdb with "set non-stop on" appended to
1127 GDBFLAGS. Lax expected stop output.
1128
58b584af
YQ
11292015-11-27 Yao Qi <yao.qi@linaro.org>
1130
1131 * gdb.arch/arm-neon.exp: New.
1132 * gdb.arch/arm-neon.c: New.
1133
dfcb77a8
YQ
11342015-11-27 Yao Qi <yao.qi@linaro.org>
1135
1136 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
1137
88e8ec1b
YQ
11382015-11-27 Yao Qi <yao.qi@linaro.org>
1139
1140 * gdb.cp/annota2.exp: Allow multiple occurrences of the
1141 frames-invalid annotation.
1142
bfde72c2
YQ
11432015-11-27 Yao Qi <yao.qi@linaro.org>
1144
1145 * gdb.cp/annota2.exp: Use ${frames_invalid}.
1146
f6512a69
SM
11472015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1148
1149 * gdb.threads/names.exp: New file.
1150 * gdb.threads/names.c: New file.
1151 * README: Mention gdb,no_thread_names.
1152
46a3515b
MM
11532015-11-26 Markus Metzger <markus.t.metzger@intel.com>
1154
1155 PR 19297
1156 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
1157 support" error.
1158
62147a22
PA
11592015-11-24 Pedro Alves <palves@redhat.com>
1160
1161 PR 17539
1162 * gdb.base/display.exp: Expect displays to be sorted in ascending
1163 order. Use multi_line.
1164 * gdb.base/solib-display.exp: Likewise.
1165
2f341b6e
PA
11662015-11-24 Pedro Alves <palves@redhat.com>
1167
1168 PR 17539
1169 * gdb.base/display.exp: Expect displays to be sorted in ascending
1170 order. Use multi_line.
1171 * gdb.base/solib-display.exp: Likewise.
1172
7e0aa6aa
PA
11732015-11-24 Pedro Alves <palves@redhat.com>
1174
1175 PR 17539
1176 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
1177 threads in ascending order.
1178 * gdb.base/foll-fork.exp: Likewise.
1179 * gdb.base/foll-vfork.exp: Likewise.
1180 * gdb.base/multi-forks.exp: Likewise.
1181 * gdb.mi/mi-nonstop.exp: Likewise.
1182 * gdb.mi/mi-nsintrall.exp: Likewise.
1183 * gdb.multi/base.exp: Likewise.
1184 * gdb.multi/multi-arch.exp: Likewise.
1185 * gdb.python/py-inferior.exp: Likewise.
1186 * gdb.threads/break-while-running.exp: Likewise.
1187 * gdb.threads/execl.exp: Likewise.
1188 * gdb.threads/gcore-thread.exp: Likewise.
1189 * gdb.threads/info-threads-cur-sal.exp: Likewise.
1190 * gdb.threads/kill.exp: Likewise.
1191 * gdb.threads/linux-dp.exp: Likewise.
1192 * gdb.threads/multiple-step-overs.exp: Likewise.
1193 * gdb.threads/next-bp-other-thread.exp: Likewise.
1194 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
1195 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
1196 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
1197 * gdb.threads/thread-find.exp: Likewise.
1198 * gdb.threads/tls.exp: Likewise.
1199 * lib/mi-support.exp (mi_reverse_list): Delete.
1200 (mi_check_thread_states): No longer reverse list.
1201
2cc57ad8
PA
12022015-11-24 Pedro Alves <palves@redhat.com>
1203
1204 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
1205 use lowercase.
1206
c93e8391
SM
12072015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1208
1209 * gdb.trace/actions.c: Include trace-common.h.
1210 (main): Add a location for a fast tracepoint.
1211 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
1212 the normal tracepoints.
1213 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
1214
045ccf91
SM
12152015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1216
1217 * save-trace.exp: Factor out code to these...
1218 (gdb_save_tracepoints): New.
1219 (gdb_load_tracepoints): New.
1220 (do_save_load_test): New.
1221
5506f9f6
KB
12222015-11-23 Kevin Buettner <kevinb@redhat.com>
1223
1224 * gdb.base/asmlabel.exp: New test.
1225 * gdb.base/asmlabel.c: New test case.
1226
16c3b12f
JB
12272015-11-23 Joel Brobecker <brobecker@adacore.com>
1228
1229 * gdb.base/wrong_frame_bt_full-main.c: New file.
1230 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
1231 * gdb.base/wrong_frame_bt_full.exp: New file.
1232
155bfbd3
JB
12332015-11-23 Joel Brobecker <brobecker@adacore.com>
1234
1235 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
1236
bb097445
JM
12372015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1238
206853a0 1239 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
1240 pstate register when comparing registers values in
1241 sparc64-*-linux-gnu targets to avoid spurious differences.
1242
9c88ed8f
JM
12432015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1244
206853a0 1245 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 1246
96161e25
SL
12472015-11-19 Sandra Loosemore <sandra@codesourcery.com>
1248
1249 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
1250 as type argument to gdb_compile.
1251 * gdb.base/nested-subp2.exp: Likewise.
1252 * gdb.base/nested-subp3.exp: Likewise.
1253
340c2830
DV
12542015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
1255
1256 * lib/dwarf.exp (_note): Fix left shift of negative value.
1257 * gdb.trace/trace-condition.exp: Likewise.
1258
c1862d0f
YQ
12592015-11-13 Yao Qi <yao.qi@linaro.org>
1260
1261 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
1262 comments about d10v.
1263 (test_scalar_returns): Likewise.
1264 * gdb.base/d10v.ld: Remove.
1265 * gdb.base/overlays.exp: Remove the target triplet checking for
1266 d10v-*-*.
1267 * gdb.base/structs.exp (test_struct_returns): Remove the
1268 comments about d10v.
1269 (test_struct_calls): Likewise.
1270
77ae9c19
YQ
12712015-11-13 Yao Qi <yao.qi@linaro.org>
1272
1273 * gdb.base/gnu_vector.exp: Check the return value by "p res".
1274 * gdb.base/gnu_vector.c: Don't include stdio.h.
1275 (main): Don't print res and call add_some_intvecs.
1276
430e004e
MK
12772015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
1278
1279 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
1280 macro.
1281 (func5): Removed.
1282 (func4): Use FAST_TRACEPOINT_LABEL.
1283 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
1284 macro.
1285 (func): Removed.
1286 (thread_function): Use FAST_TRACEPOINT_LABEL.
1287 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
1288 (func): Remove.
1289 (marker): Use FAST_TRACEPOINT_LABEL.
1290 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
1291 (pendfunc1): Remove.
1292 (pendfunc): Use FAST_TRACEPOINT_LABEL.
1293 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
1294 (foo): Remove.
1295 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
1296 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
1297 macro.
1298 (func): Remove.
1299 (marker): Use FAST_TRACEPOINT_LABEL.
1300 * gdb.trace/trace-common.h: New header.
1301 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
1302 macro.
1303 (func): Remove.
1304 (marker): Use FAST_TRACEPOINT_LABEL.
1305 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
1306 (func): Remove.
1307 (thread_function): Use FAST_TRACEPOINT_LABEL.
1308
6e7675a7
MK
13092015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
1310
1311 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
1312 in front.
1313 * gdb.trace/change-loc.exp: Use global pcreg definition.
1314 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
1315 * gdb.trace/entry-values.exp: Use global spreg definition, add $
1316 in front.
1317 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
1318 * gdb.trace/pending.exp: Likewise.
1319 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
1320 * gdb.trace/trace-break.exp: Likewise.
1321 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
1322 in front.
1323 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
1324 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
1325 in front.
1326 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
1327
dddc0e16
JB
13282015-11-09 Joel Brobecker <brobecker@adacore.com>
1329
1330 * gdb.ada/fin_fun_out: New testcase.
1331
c6f0b406
KB
13322015-11-07 Kevin Buettner <kevinb@redhat.com>
1333
1334 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
1335 value associated with DW_AT_byte_size.
1336 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
1337 constants for DW_AT_byte_size, DW_AT_lower_bound, and
1338 DW_AT_upper_bound.
1339
f01dcfd9
KB
13402015-11-07 Kevin Buettner <kevinb@redhat.com>
1341
1342 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
1343 (gdb_target_symbol_prefix_flags): Define in terms of _asm
1344 version.
1345 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
1346 gdb.dwarf2/dw2-canonicalize-type.exp,
1347 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
1348 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
1349 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
1350 provided by gdb_target_symbol_prefix_flags_asm.
1351 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
1352 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
1353 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
1354 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
1355 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
1356 macros where needed). Use this macro for symbols which require
1357 the prefix provided by SYMBOL_PREFIX.
1358
2223449a
KB
13592015-11-05 Kevin Buettner <kevinb@redhat.com>
1360
1361 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
1362 New procs.
1363 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
1364 representing expressions, of more than one list element.
1365 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
1366 to prepend linker symbol prefix to f.
1367 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
1368 table_1 and table_2.
1369 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
1370 Likewise, for f and g.
1371 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
1372 for ptr.
1373 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
1374 for main.
1375 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
1376 table_1_ptr and table_2_ptr.
1377
6f2f1a3a
JK
13782015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1379 Joel Brobecker <brobecker@adacore.com>
1380
1381 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
1382
566c56c9
MK
13832015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
1384
1385 * gdb.reverse/s390-mvcle.c: New test.
1386 * gdb.reverse/s390-mvcle.exp: New file.
1387 * lib/gdb.exp: Enable reverse tests on s390*-linux.
1388
d5f0636b
MK
13892015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1390
1391 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
1392
7ad8b86c
MK
13932015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1394
1395 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
1396 reaching marker2.
1397 * gdb.reverse/getresuid-reverse.exp: Likewise.
1398 * gdb.reverse/pipe-reverse.exp: Likewise.
1399 * gdb.reverse/readv-reverse.exp: Likewise.
1400 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1401 * gdb.reverse/time-reverse.exp: Likewise.
1402 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
1403
4081c0f1
YQ
14042015-10-30 Yao Qi <yao.qi@linaro.org>
1405
1406 * gdb.threads/wp-replication.c (watch_count_done): Remove.
1407 (empty_cycle): Remove.
1408 (main): Don't call empty_cycle. Don't use watch_count_done.
1409 * gdb.threads/wp-replication.exp: Don't set breakpoint on
1410 empty_cycle. Rewrite the code counting HW watchpoints.
1411
452b4ba5
MK
14122015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
1413
1414 * gdb.reverse/fstatat-reverse.c: New test.
1415 * gdb.reverse/fstatat-reverse.exp: New file.
1416 * gdb.reverse/getresuid-reverse.c: New test.
1417 * gdb.reverse/getresuid-reverse.exp: New file.
1418 * gdb.reverse/pipe-reverse.c: New test.
1419 * gdb.reverse/pipe-reverse.exp: New file.
1420 * gdb.reverse/readv-reverse.c: New test.
1421 * gdb.reverse/readv-reverse.exp: New file.
1422 * gdb.reverse/recvmsg-reverse.c: New test.
1423 * gdb.reverse/recvmsg-reverse.exp: New file.
1424 * gdb.reverse/time-reverse.c: New test.
1425 * gdb.reverse/time-reverse.exp: New file.
1426 * gdb.reverse/waitpid-reverse.c: New test.
1427 * gdb.reverse/waitpid-reverse.exp: New file.
1428
5e2e7507
JK
14292015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1430
1431 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
1432
0fde2c53
DE
14332015-10-26 Doug Evans <dje@google.com>
1434
1435 PR symtab/17391
1436 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
1437 * gdb.dwarf2/bad-regnum.c: New file.
1438 * gdb.dwarf2/bad-regnum.exp: New file.
1439
1a70ae97
DE
14402015-10-26 Doug Evans <dje@google.com>
1441
1442 PR python/18938
1443 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
1444 file.
1445
27dc26ab
JK
14462015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1447
1448 * gdb.compile/compile.exp (compile code globalvar): Update expectation
1449 for a change by "Mention language in compile error message".
1450
bed91f4d
SM
14512015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
1452
1453 PR python/18073
1454 * gdb.python/py-type.c (C::a_method): New.
1455 (C::a_const_method): New.
1456 (C::a_static_method): New.
1457 (a_function): New.
1458 * gdb.python/py-type.exp (test_fields): Test getting fields
1459 from function and method.
1460
3f2f83dd
KB
14612015-10-21 Keven Boell <keven.boell@intel.com>
1462
1463 * gdb.fortran/vla-alloc-assoc.exp: New file.
1464 * gdb.fortran/vla-datatypes.exp: New file.
1465 * gdb.fortran/vla-datatypes.f90: New file.
1466 * gdb.fortran/vla-history.exp: New file.
1467 * gdb.fortran/vla-ptype-sub.exp: New file.
1468 * gdb.fortran/vla-ptype.exp: New file.
1469 * gdb.fortran/vla-sizeof.exp: New file.
1470 * gdb.fortran/vla-sub.f90: New file.
1471 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
1472 * gdb.fortran/vla-value-sub-finish.exp: New file.
1473 * gdb.fortran/vla-value-sub.exp: New file.
1474 * gdb.fortran/vla-value.exp: New file.
1475 * gdb.fortran/vla-ptr-info.exp: New file.
1476 * gdb.mi/mi-vla-fortran.exp: New file.
1477 * gdb.mi/vla.f90: New file.
1478
27145d50
SL
14792015-10-21 Sandra Loosemore <sandra@codesourcery.com>
1480
1481 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
1482 of hardwired timeout value.
1483
5f3ff4f8
JK
14842015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1485 Pedro Alves <palves@redhat.com>
1486
1487 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
1488 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
1489
bfd09d20
JS
14902015-10-19 Josh Stone <jistone@redhat.com>
1491
1492 * gdb.base/catch-syscall.c: Include <sched.h>.
1493 (unknown_syscall): New variable.
1494 (main): Trigger a vfork and an unknown syscall.
1495 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
1496 (unknown_syscall_number): Likewise.
1497 (check_call_to_syscall): Accept an optional syscall pattern.
1498 (check_return_from_syscall): Likewise.
1499 (check_continue): Likewise.
1500 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
1501 (test_catch_syscall_skipping_return): New test toggling off 'catch
1502 syscall' to step over the syscall return, then toggling back on.
1503 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
1504 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
1505 (do_syscall_tests): Call test_catch_syscall_without_args and
1506 test_catch_syscall_mid_vfork.
1507 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
1508 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
1509
b32b93c6
AS
15102015-10-19 Andrew Stubbs <ams@codesourcery.com>
1511
1512 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
1513 print g_vE): Add new pass patterns.
1514 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
1515 print various symbol names for vptr fields.
1516
9d622bda
AB
15172015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1518
1519 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
1520 results.
1521
0fd8ac1c
YQ
15222015-10-12 Yao Qi <yao.qi@linaro.org>
1523
1524 * gdb.arch/disp-step-insn-reloc.exp: New test case.
1525
34240514
YQ
15262015-10-12 Yao Qi <yao.qi@linaro.org>
1527
1528 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
1529 is aarch64*-*-linux*.
1530
8240f442
YQ
15312015-10-12 Yao Qi <yao.qi@linaro.org>
1532
1533 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
1534 (can_relocate_bcond_true): ... it.
1535 (can_relocate_bcond_false): New function.
1536 (foo): Likewise.
1537 (can_relocate_bl): Likewise.
1538 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
1539 can_relocate_bl.
1540
2520f728
PMR
15412015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
1542
1543 * gdb.base/nested-addr.c: New file.
1544 * gdb.base/nested-addr.exp: New testcase.
1545
abcef95a
MM
15462015-10-09 Markus Metzger <markus.t.metzger@intel.com>
1547
1548 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
1549 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
1550 its output. Ignore the output of "record goto begin" and instead
1551 check that GDB is replaying.
1552
145e3ddb
PA
15532015-10-09 Pedro Alves <palves@redhat.com>
1554
1555 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
1556 (top level): Use it in the run with no args test.
1557
d5d8c4e1
IB
15582015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
1559
1560 * gdb.dlang/properties.exp: New file.
1561
06e635ef
SL
15622015-10-02 Sandra Loosemore <sandra@codesourcery.com>
1563
1564 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
1565 whether or not address 0x1000 is mapped on the target.
1566
e019fd1d
SM
15672015-09-30 Simon Marchi <simon.marchi@ericsson.com>
1568
1569 * gdb.python/py-type.exp: Do not run tests if binaries fail to
1570 build.
1571
77ba2a67
MM
15722015-09-30 Markus Metzger <markus.t.metzger@intel.com>
1573
1574 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
1575 instruction-history test.
1576
c60eb31f
DE
15772015-09-28 Doug Evans <dje@google.com>
1578
1579 * gdb.base/gcore.c (array_func): Add reference to static_array.
1580
9a3c8263
SM
15812015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1582
1583 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
1584 source line.
1585
9720e656
SL
15862015-09-24 Sandra Loosemore <sandra@codesourcery.com>
1587
1588 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
1589 short or char as base type.
1590
938d3bf2
SL
15912015-09-23 Sandra Loosemore <sandra@codesourcery.com>
1592
1593 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
1594 to allow any size enum.
1595
e6c2c623
PMR
15962015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
1597
1598 * gdb.ada/array_ptr_renaming.exp: New testcase.
1599 * gdb.ada/array_ptr_renaming/foo.adb: New file.
1600 * gdb.ada/array_ptr_renaming/pack.ads: New file.
1601
06da0f77
PL
16022015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1603
1604 * gdb.trace/ftrace-lock.c: New file.
1605 * gdb.trace/ftrace-lock.exp: New file.
1606
4f51c22a
PL
16072015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1608
1609 * gdb.arch/insn-reloc.c: New file.
1610 * gdb.arch/ftrace-insn-reloc.exp: New file.
1611
7041adf4
PL
16122015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1613
1614 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
1615 instruction.
1616 * gdb.trace/pendshr1.c (pendfunc): Likewise.
1617 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
1618 * gdb.trace/range-stepping.c: Likewise.
1619 * gdb.trace/trace-break.c: Likewise.
1620 * gdb.trace/trace-mt.c (thread_function): Likewise.
1621 * gdb.trace/ftrace.c (marker): Likewise.
1622 * gdb.trace/trace-condition.c (marker): Likewise.
1623 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
1624 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
1625 is_aarch64_target.
1626
015d2e7e
DE
16272015-09-18 Doug Evans <xdje42@gmail.com>
1628
1629 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
1630 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
1631
26b188a2
SL
16322015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1633
1634 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
1635 the breakpoint.
1636
79dc332b
SL
16372015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1638
1639 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
1640 the pending breakpoint. Remove timeout override for "Run till
1641 MI pending breakpoint on pendfunc3 on thread 2" test.
1642
f57929f2
SL
16432015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1644
1645 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
1646 filename pattern.
1647
3f469b17
SL
16482015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1649
1650 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
1651 in breakpoint filename pattern.
1652
515b89b3
SL
16532015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1654
7800dbe4
SL
1655 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
1656
16572015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1658
515b89b3
SL
1659 * gdb.linespec/explicit.exp: Check for readline support for
1660 tab-completion tests. Fix obvious typo.
1661
d2939ba2
MM
16622015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1663
1664 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
1665 and replay.
1666
cbb55fa7
MM
16672015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1668
1669 * gdb.btrace/non-stop.c: New.
1670 * gdb.btrace/non-stop.exp: New.
1671
43691ca1
PL
16722015-09-17 Pierre Langlois <pierre.langlois@arm.com>
1673 Yao Qi <yao.qi@linaro.org>
1674
1675 * gdb.trace/trace-condition.c: New file.
1676 * gdb.trace/trace-condition.exp: New file.
1677
d78908cf
WW
16782015-09-16 Wei-cheng Wang <cole945@gmail.com>
1679
1680 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
1681 for testing bytecode compilation.
1682
1ed415e2
PA
16832015-09-16 Pedro Alves <palves@redhat.com>
1684 Sandra Loosemore <sandra@codesourcery.com>
1685
1686 * gdb.threads/non-stop-fair-events.c (timeout): New global.
1687 (SECONDS): Redefine.
1688 (main): Call pthread_kill and alarm early.
1689 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
1690 support.
1691 (test): If the target can't hardware step and doesn't support
1692 displaced stepping, increase the timeout.
1693
d136eff5
PA
16942015-09-16 Pedro Alves <palves@redhat.com>
1695
1696 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
1697 (enable_debug): New procedures.
1698 (test): Use them. Bail out if waiting for threads fails.
1699 (top level): Bail out if a test fails.
1700
991f019c
YQ
17012015-09-16 Yao Qi <yao.qi@linaro.org>
1702
1703 * gdb.asm/asm-source.exp: Set asm-arch for
1704 aarch64*-*-* target.
1705 * gdb.asm/aarch64.inc: New file.
1706
bfca584f
PMR
17072015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
1708
1709 * gdb.ada/array_of_variable_length.exp: New testcase.
1710 * gdb.ada/array_of_variable_length/foo.adb: New file.
1711 * gdb.ada/array_of_variable_length/pck.adb: New file.
1712 * gdb.ada/array_of_variable_length/pck.ads: New file.
1713
b326e587
DE
17142015-09-15 Doug Evans <dje@google.com>
1715
1716 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
1717 of function static local variable.
1718
5382cfab
PW
17192015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1720
1721 * gdb.threads/tls-so_extern.exp: New test file.
1722 * gdb.threads/tls-so_extern.c: New test file.
1723 * gdb.threads/tls-so_extern_main.c: New test file.
1724
141c5cc4
JK
17252015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1726
1727 * gdb.opt/solib-intra-step-lib.c: New file.
1728 * gdb.opt/solib-intra-step-main.c: New file.
1729 * gdb.opt/solib-intra-step.exp: New file.
1730
d15dcecd
PA
17312015-09-15 Pedro Alves <palves@redhat.com>
1732
1733 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
1734 gdb_continue_to_breakpoint instead of gdb_test_multiple.
1735
4c2f2a79
PA
17362015-09-14 Pedro Alves <palves@redhat.com>
1737
1738 * gdb.base/hook-stop-continue.c: Delete.
1739 * gdb.base/hook-stop-continue.exp: Delete.
1740 * gdb.base/hook-stop-frame.c: Delete.
1741 * gdb.base/hook-stop-frame.exp: Delete.
1742 * gdb.base/hook-stop.c: New file.
1743 * gdb.base/hook-stop.exp: New file.
1744
919e6dbe
PMR
17452015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
1746
1747 * gdb.ada/access_to_packed_array.exp: New testcase.
1748 * gdb.ada/access_to_packed_array/foo.adb: New file.
1749 * gdb.ada/access_to_packed_array/pack.adb: New file.
1750 * gdb.ada/access_to_packed_array/pack.ads: New file.
1751
157280a4
MM
17522015-09-14 Markus Metzger <markus.t.metzger@intel.com>
1753
1754 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
1755 buffer size test.
1756
2fd33e94
DB
17572015-09-11 Don Breazeal <donb@codesourcery.com>
1758
1759 * gdb.base/foll-exec.c: Add copyright header. Fix
1760 formatting issues.
1761 * gdb.base/foll-exec.exp (zap_session): Delete proc.
1762 (do_exec_tests): Use clean_restart in place of zap_session,
1763 and for test initialization. Fix formatting issues. Use
1764 fail in place of perror.
1765 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
1766 an expect statement to match an expression with output from
1767 the program under debug.
1768 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
1769 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
1770 * gdb.threads/non-ldr-exc-2.exp: Likewise.
1771 * gdb.threads/non-ldr-exc-3.exp: Likewise.
1772 * gdb.threads/non-ldr-exc-4.exp: Likewise.
1773
e70b6e8e
DE
17742015-09-09 Doug Evans <dje@google.com>
1775
1776 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
1777
7a551a51
DE
17782015-09-09 Doug Evans <dje@google.com>
1779
1780 * gdb.base/pie-execl.exp: Fix result test of build_executable.
1781
4c666f84
DE
17822015-09-09 Doug Evans <dje@google.com>
1783
1784 * gdb.base/savedregs.exp: Fix typo.
1785
243a9253
PA
17862015-09-09 Pedro Alves <palves@redhat.com>
1787
1788 * gdb.mi/mi-cli.exp: Add CLI finish tests.
1789
c0fa8fbd
SL
17902015-09-08 Sandra Loosemore <sandra@codesourcery.com>
1791
1792 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
1793 command actually switches threads. Give up on remaining
1794 tests if target fails to stop at breakpoint.
1795
cd7c1778
PMR
17962015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
1797
1798 * gdb.ada/funcall_char.exp: New testcase.
1799 * gdb.ada/funcall_char/foo.adb: New file.
1800
dc5c8746
PMR
18012015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
1802
1803 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
1804 expected outputs. Add two testcases for completing ambiguous
1805 functions.
1806 * gdb.ada/complete/aux_pck.adb: New file.
1807 * gdb.ada/complete/aux_pck.ads: New file.
1808 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
1809 Ambiguous_Func functions.
1810 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
1811 * gdb.ada/complete/pck.adb: Likewise.
1812
4e83a1e7
UW
18132015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1814
1815 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
1816 failures to run the test program under GDB.
1817
8ce74153
LM
18182015-08-26 Luis Machado <lgustavo@codesourcery.com>
1819
1820 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
1821 to C.
1822
e9756d52
PP
18232015-08-26 Patrick Palka <patrick@parcs.ath.cx>
1824
1825 * gdb.base/run-after-attach.exp: New test file.
1826 * gdb.base/run-after-attach.c: New test file.
1827
8d37573b
DB
18282015-08-26 Don Breazeal <donb@codesourcery.com>
1829
1830 * gdb.base/foll-exec-2.c: New test program.
1831 * gdb.base/foll-exec-2.exp: New test.
1832
63e43d3a
PMR
18332015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
1834
1835 * gdb.base/nested-subp1.exp: New file.
1836 * gdb.base/nested-subp1.c: New file.
1837 * gdb.base/nested-subp2.exp: New file.
1838 * gdb.base/nested-subp2.c: New file.
1839 * gdb.base/nested-subp3.exp: New file.
1840 * gdb.base/nested-subp3.c: New file.
1841
3d40fbb5
PA
18422015-08-24 Pedro Alves <palves@redhat.com>
1843
1844 * gdb.server/connect-without-multi-process.c: New file.
1845 * gdb.server/connect-without-multi-process.exp: New file.
1846
4422ac93
LM
18472015-08-24 Luis Machado <lgustavo@codesourcery.com>
1848
1849 * gdb.opt/inline-markers.c: Make z int.
1850
91dddb86
LM
18512015-08-24 Luis Machado <lgustavo@codesourcery.com>
1852
1853 * gdb.opt/inline-markers.c: Make z volatile.
1854
a48847ee
LM
18552015-08-24 Luis Machado <lgustavo@codesourcery.com>
1856
1857 * gdb.opt/inline-bt.c: New volatile global z.
1858 * gdb.opt/inline-cmds.c: Likewise.
1859 * gdb.opt/inline-locals.c: Likewise.
1860 * gdb.opt/inline-markers.c: New extern global z.
1861 (marker): Use z.
1862 (inline_fn): Likewise.
1863
0ebbc52b
PA
18642015-08-24 Pedro Alves <palves@redhat.com>
1865
1866 * config/m32r-stub.exp: Remove file.
1867 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
1868 * gdb.base/call-rt-st.exp: Likewise.
1869 * gdb.base/call-strs.exp: Likewise.
1870 * gdb.base/default.exp: Remove references to h8300-*-hms and
1871 *-*-udi*.
1872 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
1873
77c365df
AA
18742015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1875
1876 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
1877 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
1878 and "return" use KFAIL when GDB can not read/write the vector
1879 return value.
1880
4313b8c0
GB
18812015-08-21 Gary Benson <gbenson@redhat.com>
1882
1883 * gdb.trace/pending.exp: Cope with remote transfer warnings.
1884
0e433b32
PA
18852015-08-20 Pedro Alves <palves@redhat.com>
1886
1887 * gdb.server/solib-list.exp: No longer expect an interior stop in
1888 non-stop mode.
1889
221e1a37
PA
18902015-08-20 Pedro Alves <palves@redhat.com>
1891
1892 * gdb.server/connect-stopped-target.c: New file.
1893 * gdb.server/connect-stopped-target.exp: New file.
1894
40e3ad0e
PA
18952015-08-20 Pedro Alves <palves@redhat.com>
1896
1897 * gdb.dwarf2/comp-unit-lang.exp: New file.
1898 * gdb.dwarf2/comp-unit-lang.c: New file.
1899
af39b327
PMR
19002015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
1901
1902 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
1903 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
1904
7d45c7c3 19052015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 1906
7d45c7c3
KB
1907 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
1908 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
1909
4d6cceb4
DE
19102015-08-18 Doug Evans <dje@google.com>
1911 Adrian Sendroiu <adrian.sendroiu@freescale.com>
1912
1913 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
1914 skip_python_tests. New arg prompt_regexp.
1915 (skip_python_tests): New function.
1916 * lib/mi-support.exp (mi_skip_python_tests): New function.
1917 * gdb.python/py-mi-objfile-gdb.py: New file.
1918 * gdb.python/py-mi-objfile.c: New file.
1919 * gdb.python/py-mi-objfile.exp: New file.
1920
ad89c2aa
KS
19212015-08-17 Keith Seitz <keiths@redhat.com>
1922
1923 * gdb.linespec/explicit.exp: Move strace test from here ...
1924 * gdb.trace/strace.exp: ... to here.
1925
e3ae3c43
PP
19262015-08-15 Patrick Palka <patrick@parcs.ath.cx>
1927
1928 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
1929 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
1930
604b2636
DE
19312015-08-14 Doug Evans <xdje42@gmail.com>
1932
1933 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
1934 inferior before selecting a new file.
1935
6ff0ba5f
DE
19362015-08-14 Doug Evans <xdje42@gmail.com>
1937
1938 * gdb.mi/mi-disassemble.exp: Update.
1939 * gdb.base/disasm-optim.S: New file.
1940 * gdb.base/disasm-optim.c: New file.
1941 * gdb.base/disasm-optim.h: New file.
1942 * gdb.base/disasm-optim.exp: New file.
1943
9ca98f92
KS
19442015-08-14 Keith Seitz <keiths@redhat.com>
1945
1946 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
1947 "evaluated-by".
1948
52bbc560
JB
19492015-08-13 Joel Brobecker <brobecker@adacore.com>
1950
1951 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
1952
5d8c3ed3
PMR
19532015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
1954
1955 * gdb.ada/fun_renaming.exp: New testcase.
1956 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
1957 * gdb.ada/fun_renaming/pack.adb: New file.
1958 * gdb.ada/fun_renaming/pack.ads: New file.
1959
ea8812bc
KS
19602015-08-12 Keith Seitz <keiths@redhat.com>
1961
1962 * gdb.base/dso2dso.exp: Pass basename of source file in call to
1963 gdb_get_line_number.
1964
4dafcdeb
JB
19652015-08-12 Joel Brobecker <brobecker@adacore.com>
1966
1967 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
1968 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
1969 gdb.base/dso2dso.exp: New files.
1970
5ba32597
SDJ
19712015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1972 Pedro Alves <palves@redhat.com>
1973 Keith Seitz <keiths@redhat.com>
1974
1975 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
1976 GDBFLAGS.
1977
b6dafabf
PP
19782015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1979
1980 * gdb.base/gdbhistsize-history.exp
1981 (test_histsize_history_setting): Use save_vars.
1982 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1983 Use save_vars.
1984 (test_no_truncation_of_unlimited_history_file): Use save_vars.
1985 * gdb.base/readline.exp: Use save_vars.
1986
abe8e607
PP
19872015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1988
1989 * lib/gdb.exp (save_vars): New proc.
1990
629500fa
KS
19912015-08-11 Keith Seitz <keiths@redhat.com>
1992
1993 * gdb.base/help.exp: Update help_breakpoint_text.
1994
eb8c4e2e
KS
19952015-08-11 Keith Seitz <keiths@redhat.com>
1996
1997 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
1998 (at toplevel): Call test_explicit_breakpoints.
1999 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
2000 breakpoints.
2001 * lib/mi-support.exp (mi_make_breakpoint): Add support for
2002 breakpoint conditions, "-cond".
2003
87f0e720
KS
20042015-08-11 Keith Seitz <keiths@redhat.com>
2005
2006 * gdb.linespec/3explicit.c: New file.
2007 * gdb.linespec/cpexplicit.cc: New file.
2008 * gdb.linespec/cpexplicit.exp: New file.
2009 * gdb.linespec/explicit.c: New file.
2010 * gdb.linespec/explicit.exp: New file.
2011 * gdb.linespec/explicit2.c: New file.
2012 * gdb.linespec/ls-errs.exp: Add explicit location tests.
2013 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
2014 before using in the matching pattern.
2015 Clarify that `prefix' is a regular expression.
2016
f00aae0f
KS
20172015-08-11 Keith Seitz <keiths@redhat.com>
2018
2019 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
2020 test.
2021 Add tests for missing ",FMT" and ",".
2022
e27852be
DE
20232015-08-10 Doug Evans <dje@google.com>
2024 Keith Seitz <keiths@redhat.com>
2025
2026 PR gdb/17960
2027 * gdb.base/completion.exp: Add location completer tests.
2028
7f03bd92
PA
20292015-08-07 Pedro Alves <palves@redhat.com>
2030
2031 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
2032 tests here.
2033 (top level): Run do_test with and without displaced stepping.
2034
3fc8eb30
PA
20352015-08-07 Pedro Alves <palves@redhat.com>
2036
2037 * gdb.base/valgrind-disp-step.c: New file.
2038 * gdb.base/valgrind-disp-step.exp: New file.
2039
d4569d7b
PA
20402015-08-07 Pedro Alves <palves@redhat.com>
2041
2042 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
2043 Delete function.
2044 (main): Add alarm. Run an infinite loop instead of calling
2045 wait_threads.
2046 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
2047 comment.
2048 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
2049 Delete function.
2050 (main): Add alarm. Run an infinite loop instead of calling
2051 wait_threads.
2052 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
2053 comment.
2054
e1316e60
PA
20552015-08-07 Pedro Alves <palves@redhat.com>
2056
2057 * gdb.base/checkpoint-ns.exp: New file.
2058 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
2059 standard_testfile.
2060
da8c46d2
MM
20612015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2062
2063 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
2064 * gdb.btrace/instruction_history.exp: Update.
2065 * gdb.btrace/tsx.exp: New.
2066 * gdb.btrace/tsx.c: New.
2067
de1c2c52
PA
20682015-08-06 Pedro Alves <palves@redhat.com>
2069
2070 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
2071 increase timeout.
2072 * gdb.reverse/until-precsave.exp: Bump timeouts.
2073
782e0bf4
PA
20742015-08-06 Pedro Alves <palves@redhat.com>
2075
2076 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
2077
83e97ed0
PA
20782015-08-06 Pedro Alves <palves@redhat.com>
2079
2080 PR gdb/18749
2081 * gdb.threads/process-dies-while-handling-bp.c: New file.
2082 * gdb.threads/process-dies-while-handling-bp.exp: New file.
2083
863d01bd
PA
20842015-08-06 Pedro Alves <palves@redhat.com>
2085
2086 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
2087 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
2088
0a39bb32
PA
20892015-08-05 Pedro Alves <palves@redhat.com>
2090
2091 * gdb.threads/next-while-other-thread-longjmps.c: New file.
2092 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
2093
ee2d2b10
SL
20942015-08-03 Sandra Loosemore <sandra@codesourcery.com>
2095
2096 * gdb.base/bp-permanent.exp: Report test as unsupported if
2097 the target cannot stop at the permanent breakpoint.
2098
4e1bdb00
DE
20992015-08-03 Doug Evans <dje@google.com>
2100
2101 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
2102 10000.
2103
3d338901
DE
21042015-08-03 Doug Evans <dje@google.com>
2105
2106 * Makefile.in (workers/%.worker, build-perf): New rule.
2107 (GDB_PERFTEST_MODE): New variable.
2108 (check-perf): Use it.
2109 (clean): Clean up gdb.perf parallel build subdirs.
2110 * lib/build-piece.exp: New file.
2111 * lib/gdb.exp (make_gdb_parallel_path): New function
2112 (standard_output_file, standard_temp_file): Call it.
2113 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2114 of $GDB_PARALLEL.
2115 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
2116
af061d3e
DE
21172015-08-03 Doug Evans <dje@google.com>
2118
8e1afc81 2119 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
2120 (LOG_FILE_NAME): New global.
2121 (TextReporter.__init__): Initialize self.txt_sum.
2122 (TextReporter.report): Add support for multiple data-points.
2123 Move report to perftest.sum, put raw data in perftest.log.
2124 (TextReporter.start): Open sum and log files.
2125 (TextReporter.end): Close sum and log files.
8e1afc81
DE
2126 * gdb.perf/lib/perftest/testresult.py
2127 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 2128
2c8c5d37
PA
21292015-07-31 Pedro Alves <palves@redhat.com>
2130
2131 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
2132 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2133 kill_wait_spawned_process instead of explicit "kill -9".
2134 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
2135 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2136 kill_wait_spawned_process.
2137 * gdb.base/attach-twice.exp: Likewise.
2138 * gdb.base/attach.exp: Likewise.
2139 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
2140 gdb_test_multiple.
2141 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
2142 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2143 kill_wait_spawned_process.
2144 * gdb.base/valgrind-infcall.exp: Likewise.
2145 * gdb.multi/multi-attach.exp: Likewise.
2146 * gdb.python/py-prompt.exp: Likewise.
2147 * gdb.python/py-sync-interp.exp: Likewise.
2148 * gdb.server/ext-attach.exp: Likewise.
2149 * gdb.threads/attach-into-signal.exp (corefunc): Use
2150 spawn_wait_for_attach, spawn_id_get_pid and
2151 kill_wait_spawned_process.
2152 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
2153 spawn_wait_for_attach returning a spawn id instead of a pid. Use
2154 spawn_id_get_pid and kill_wait_spawned_process.
2155 * gdb.threads/attach-stopped.exp (corefunc): Use
2156 spawn_wait_for_attach, spawn_id_get_pid and
2157 kill_wait_spawned_process.
2158 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
2159 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2160 kill_wait_spawned_process instead of explicit "kill -9".
2161 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
2162 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
2163 (spawn_wait_for_attach): Use spawn instead of exec to spawn
2164 processes. Don't map cygwin/windows pids here. Now returns a
2165 spawn id list.
2166
032a0fca
SL
21672015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2168
2169 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
2170 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
2171 correct patch.
2172
61a934ca
SL
21732015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2174
2175 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
2176
4bc4d428
SL
21772015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2178
2179 Reapply:
2180 2014-05-21 Mark Wielaard <mjw@redhat.com>
2181
2182 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2183
998d452a
PA
21842015-07-30 Pedro Alves <palves@redhat.com>
2185
2186 * linux-low.c (handle_extended_wait): Set the child's last
2187 reported status to TARGET_WAITKIND_STOPPED.
2188
69dde7dc
PA
21892015-07-30 Pedro Alves <palves@redhat.com>
2190
2191 PR threads/18600
2192 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
2193 only shows inferior 1.
2194
4dd63d48
PA
21952015-07-30 Simon Marchi <simon.marchi@ericsson.com>
2196 Pedro Alves <palves@redhat.com>
2197
2198 PR threads/18600
2199 * gdb.threads/fork-plus-threads.c: New file.
2200 * gdb.threads/fork-plus-threads.exp: New file.
2201
d618e4c5
PP
22022015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2203
2204 * gdb.base/batch-preserve-term-settings.exp
2205 (test_terminal_settings_preserved_after_cli_exit): Use
2206 send_quit_command.
2207
1eef6428
PA
22082015-07-29 Pedro Alves <palves@redhat.com>
2209 Don Breazeal <donb@codesourcery.com>
2210
2211 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
2212 output from both inferior_spawn_id and gdb_spawn_id.
2213
7da5b897
SDJ
22142015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2215
2216 * gdb.threads/attach-into-signal.exp (corefunc): Use
2217 with_test_prefix on nested loops, uniquefying the test messages.
2218
dac804df
SDJ
22192015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2220
2221 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
2222 commit.
2223
06265e53
PP
22242015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2225
2226 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
2227 New proc.
2228 (test_terminal_settings_preserved_after_sigterm): New test.
2229
18206ca3
PP
22302015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2231
2232 * gdb.base/batch-preserve-term-settings.exp
2233 (test_terminal_settings_preserved_after_cli_exit): New test.
2234
90074d11
PP
22352015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2236
2237 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
2238 manipulation of saved_gdbflags.
2239 (test_terminal_settings_preserved): Remove global declaration of
2240 the unused variable pagination_prompt. Remove manipulation of
2241 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
2242 GDBFLAGS.
2243
eb1a7902
PA
22442015-07-29 Pedro Alves <palves@redhat.com>
2245
2246 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
2247
8b75dd3b
PA
22482015-07-29 Pedro Alves <palves@redhat.com>
2249
2250 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
2251 at the top.
2252
dedad4e3
PA
22532015-07-29 Pedro Alves <palves@redhat.com>
2254
2255 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
2256 (main): Call gdb_unbuffer_output.
2257 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
2258 (main): Call gdb_unbuffer_output.
2259 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
2260 (main): Call gdb_unbuffer_output.
2261 * gdb.base/call-strs.exp: Adjust to step over the
2262 gdb_unbuffer_output call.
2263 * gdb.base/catch-gdb-caused-signals.c: Include
2264 "../lib/unbuffer_output.c".
2265 (main): Call gdb_unbuffer_output.
2266 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
2267 (main): Call gdb_unbuffer_output.
2268 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
2269 (main): Call gdb_unbuffer_output.
2270 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
2271 (main): Call gdb_unbuffer_output.
2272 * gdb.base/shlib-call.exp: Adjust to step over the
2273 gdb_unbuffer_output call.
2274 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
2275 (main): Call gdb_unbuffer_output.
2276 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
2277 (main): Call gdb_unbuffer_output.
2278 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
2279 (main): Rename to ...
2280 (test): ... this.
2281 (main): Reimplement.
2282 * gdb.base/varargs.exp: Run to test instead of to main.
2283 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2284 (main): Call gdb_unbuffer_output.
2285
58789a91
PA
22862015-07-29 Pedro Alves <palves@redhat.com>
2287
2288 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
2289 factore out from mi_continue_dprintf. For call-style dprintfs,
2290 expect dprintf output out of $inferior_spawn_id.
2291 (mi_continue_dprintf): Use mi_expect_dprintf.
2292 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2293 (main): Call gdb_unbuffer_output.
2294
e8376742
PA
22952015-07-29 Pedro Alves <palves@redhat.com>
2296
2297 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
2298 (default_mi_gdb_start): Set inferior_spawn_id instead of
2299 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
2300 gdb_spawn_id.
2301 (mi_gdb_test): Always expect inferior output from both
2302 $inferior_spawn_id and $gdb_spawn_id.
2303
08280010
PA
23042015-07-29 Pedro Alves <palves@redhat.com>
2305
2306 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
2307 send_inferior and $inferior_spawn_id.
2308
4d30e432
PA
23092015-07-29 Pedro Alves <palves@redhat.com>
2310
2311 * gdb.gdb/complaints.exp (test_initial_complaints)
2312 (test_serial_complaints, test_short_complaints): Use
2313 gdb_test_stdio.
2314 (test_empty_complaint): Handle $inferior_spawn_id !=
2315 $gdb_spawn_id.
2316
0d30a335
PA
23172015-07-29 Pedro Alves <palves@redhat.com>
2318
2319 * gdb.base/varargs.exp: Use gdb_test_stdio.
2320
39413b29
PA
23212015-07-29 Pedro Alves <palves@redhat.com>
2322
2323 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
2324
7cb000a9
PA
23252015-07-29 Pedro Alves <palves@redhat.com>
2326
2327 * gdb.base/ending-run.exp: Use gdb_test_stdio.
2328
d7b8ac82
PA
23292015-07-29 Pedro Alves <palves@redhat.com>
2330
2331 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
2332 parameter into two new parameters, "inf_result" and "gdb_result".
2333 Expect inferior output and gdb output from $inferior_spawn_id and
2334 $gdb_spawn_id, respectively. Adjust all callers.
2335
789c3a0c
PA
23362015-07-29 Pedro Alves <palves@redhat.com>
2337
2338 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
2339 of gdb_test_sequence.
2340
77e760c3
PA
23412015-07-29 Pedro Alves <palves@redhat.com>
2342
2343 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
2344 (saw_spurious_output): Expect inferior output from
2345 $inferior_spawn_id. Use gdb_test_stdio.
2346
8396d2cd
PA
23472015-07-29 Pedro Alves <palves@redhat.com>
2348
2349 * gdb.base/dprintf.exp: Use standard_testfile. Change
2350 prepare_for_testing call.
2351 (srcfile): Don't set.
2352 (restart): New procedure.
2353 (test_dprintf): New procecure, use to continue over dprintfs.
2354 (test_call, test_agent): New procedures, tests moved here.
2355 Restart gdb and recreate dprintfs. Adjust expected output.
2356
2051d61f
PA
23572015-07-29 Pedro Alves <palves@redhat.com>
2358
2359 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
2360
452397af
PA
23612015-07-29 Pedro Alves <palves@redhat.com>
2362
2363 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
2364
8aed9555
PA
23652015-07-29 Pedro Alves <palves@redhat.com>
2366
2367 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
2368 gdb_test_stdio.
2369
188a61b4
PA
23702015-07-29 Pedro Alves <palves@redhat.com>
2371
2372 * lib/gdb.exp (gdb_test_stdio): New procedure.
2373
12264a45
PA
23742015-07-29 Pedro Alves <palves@redhat.com>
2375
2376 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
2377
23ffc893
PA
23782015-07-29 Pedro Alves <palves@redhat.com>
2379
2380 * gdb.base/call-signal-resume.exp: Remove check for
2381 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
2382 * gdb.base/unwindonsignal.exp: Likewise.
2383 * gdb.base/call-signals.c (gen_signal): Remove printf call.
2384 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
2385
65566918
PA
23862015-07-29 Pedro Alves <palves@redhat.com>
2387
2388 * gdb.base/siginfo-addr.c (pass): New function.
2389 (handler): Call it iff si_addr is correct.
2390 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
2391 Set a breakpoint at "pass" and continue to it.
2392
d60a9221
SDJ
23932015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
2394
2395 * gdb.python/py-objfile.exp: Make some tests have unique names.
2396 * gdb.python/py-pp-registration.exp: Likewise.
2397
bde40b8f
PA
23982015-07-28 Pedro Alves <palves@redhat.com>
2399
2400 * gdb.server/server-exec-info.exp: Issue a "disconnect".
2401
13e1dec8
SM
24022015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2403
2404 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
2405
da33c9a7
SM
24062015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2407
2408 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
2409
077836f7
PP
24102015-07-27 Patrick Palka <patrick@parcs.ath.cx>
2411
2412 * gdb.base/gdb-sigterm-2.exp: New test.
2413
b8cc7b2e
DE
24142015-07-25 Doug Evans <xdje42@gmail.com>
2415
2416 Revert:
2417 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2418 (workers/%.worker, build-perf): New rule.
2419 (GDB_PERFTEST_MODE): New variable.
2420 (check-perf): Use it.
2421 (clean): Clean up gdb.perf parallel build subdirs.
2422 * lib/build-piece.exp: New file.
2423 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2424 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2425 name.
2426 (standard_temp_file): Ditto.
2427 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2428 of $GDB_PARALLEL.
2429
c8bd4544
DE
24302015-07-24 Doug Evans <dje@google.com>
2431
2432 * gdb.perf/lib/perftest/utils.py: New file.
2433 * gdb.perf/gm-hello.cc: New file.
2434 * gdb.perf/gm-pervasive-typedef.cc: New file.
2435 * gdb.perf/gm-pervasive-typedef.h: New file.
2436 * gdb.perf/gm-std.cc: New file.
2437 * gdb.perf/gm-std.h: New file.
2438 * gdb.perf/gm-use-cerr.cc: New file.
2439 * gdb.perf/gm-utils.h: New file.
2440 * gdb.perf/gmonster-null-lookup.py: New file.
2441 * gdb.perf/gmonster-pervasive-typedef.py: New file.
2442 * gdb.perf/gmonster-print-cerr.py: New file.
2443 * gdb.perf/gmonster-ptype-string.py: New file.
2444 * gdb.perf/gmonster-runto-main.py: New file.
2445 * gdb.perf/gmonster-select-file.py: New file.
2446 * gdb.perf/gmonster1-null-lookup.exp: New file.
2447 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
2448 * gdb.perf/gmonster1-print-cerr.exp: New file.
2449 * gdb.perf/gmonster1-ptype-string.exp: New file.
2450 * gdb.perf/gmonster1-runto-main.exp: New file.
2451 * gdb.perf/gmonster1-select-file.exp: New file.
2452 * gdb.perf/gmonster1.cc: New file.
2453 * gdb.perf/gmonster1.exp: New file.
2454 * gdb.perf/gmonster2-null-lookup.exp: New file.
2455 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
2456 * gdb.perf/gmonster2-print-cerr.exp: New file.
2457 * gdb.perf/gmonster2-ptype-string.exp: New file.
2458 * gdb.perf/gmonster2-runto-main.exp: New file.
2459 * gdb.perf/gmonster2-select-file.exp: New file.
2460 * gdb.perf/gmonster2.cc: New file.
2461 * gdb.perf/gmonster2.exp: New file.
2462
6eab34f3
DE
24632015-07-24 Doug Evans <dje@google.com>
2464
2465 * gdb.perf/README: New file.
2466 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
2467 * lib/gen-perf-test.exp: New file.
2468
63738bfd
DE
24692015-07-24 Doug Evans <dje@google.com>
2470
2471 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
2472 (PerfTest::startup): New function.
2473 (PerfTest::run): Return result of calling body.
2474 (PerfTest::assemble): Rewrite.
2475 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
2476 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
2477 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
2478 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
2479 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
2480
7b606f95
DE
24812015-07-24 Doug Evans <dje@google.com>
2482
2483 * lib/gdb.exp (clean_restart): Make executable optional.
2484
a97b16b8
DE
24852015-07-24 Doug Evans <dje@google.com>
2486
2487 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
2488 compiler_info references.
2489 * gdb.cp/temargs.exp: Ditto.
2490 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
2491 (get_compiler_info): Early exit if already computed. Set compiler_info
2492 to "unknown" if there was a problem.
2493 (test_compiler_info): Add function comment. Call get_compiler_info.
2494
35baa57f
DE
24952015-07-24 Doug Evans <dje@google.com>
2496
2497 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2498 (workers/%.worker, build-perf): New rule.
2499 (GDB_PERFTEST_MODE): New variable.
2500 (check-perf): Use it.
2501 (clean): Clean up gdb.perf parallel build subdirs.
2502 * lib/build-piece.exp: New file.
2503 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2504 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2505 name.
2506 (standard_temp_file): Ditto.
2507 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2508 of $GDB_PARALLEL.
2509
6ebea266
DE
25102015-07-24 Doug Evans <dje@google.com>
2511
2512 * lib/future.exp (gdb_default_target_compile): New option
2513 "early_flags".
2514 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
2515 --as-needed.
2516
1e76a7e9
SDJ
25172015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
2518
2519 * gdb.base/catch-syscall.exp: Call gdb_exit before
2520 gdb_skip_xml_test.
2521
5068630a
PA
25222015-07-24 Pedro Alves <palves@redhat.com>
2523
2524 * gdb.python/py-events.exp: Accept output between the stop event
2525 and the prompt.
2526 * gdb.python/py-evsignal.exp: Likewise.
2527 * gdb.python/py-evthreads.exp: Likewise.
2528
77598427
PA
25292015-07-24 Pedro Alves <palves@redhat.com>
2530
2531 PR gdb/18717
2532 * gdb.threads/non-ldr-exit.c: New file.
2533 * gdb.threads/non-ldr-exit.exp: New file.
2534
11e6c98f
YQ
25352015-07-24 Yao Qi <yao.qi@linaro.org>
2536
2537 * gdb.server/ext-wrapper.exp: Test --wrapper option when
2538 restarting process.
2539
51aee833
YQ
25402015-07-24 Yao Qi <yao.qi@linaro.org>
2541
2542 * gdb.server/ext-restart.exp: New file.
2543
8cfe207c
YQ
25442015-07-24 Yao Qi <yao.qi@linaro.org>
2545
2546 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
2547 argument options.
2548 * gdb.server/ext-wrapper.exp: New file.
2549
cc12ce38
DE
25502015-07-23 Doug Evans <dje@google.com>
2551
2552 * gdb.dwarf2/dw2-dummy-cu.S: New file.
2553 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
2554
d0d84780
PMR
25552015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
2556
2557 * gdb.ada/var_arr_typedef.exp: New testcase.
2558 * gdb.ada/var_arr_typedef/pack.adb: New file.
2559 * gdb.ada/var_arr_typedef/pack.ads: New file.
2560 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
2561
8b558f79
JB
25622015-07-20 Joel Brobecker <brobecker@adacore.com>
2563
2564 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
2565
775a3298
JK
25662015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2567
2568 * gdb.arch/i386-biarch-core.exp: Replace istarget
2569 by "complete set gnutarget". Remove expectation for the "core-file"
2570 command.
2571
db1ff28b
JK
25722015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2573
2574 Revert the previous commit:
2575 Tests for validate symbol file using build-id.
2576
0a94970d
JK
25772015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2578
2579 Tests for validate symbol file using build-id.
2580 * gdb.base/solib-mismatch-lib.c: New file.
2581 * gdb.base/solib-mismatch-libmod.c: New file.
2582 * gdb.base/solib-mismatch.c: New file.
2583 * gdb.base/solib-mismatch.exp: New file.
2584
03346981
SL
25852015-07-15 Sandra Loosemore <sandra@codesourcery.com>
2586
2587 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
2588 nios2-*-linux*.
2589 * gdb.base/sigbpt.exp (stepi_out): Likewise.
2590 * gdb.base/siginfo.exp: Likewise.
2591 * gdb.base/sigstep.exp (advance, advancei): Likewise.
2592
42422cc7
PL
25932015-07-15 Pierre Langlois <pierre.langlois@arm.com>
2594
2595 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
2596 Move it to ...
2597 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
2598 ... here.
2599 * gdb.trace/range-stepping.exp: Check that the target supports
2600 range stepping.
2601
cfa68bae
JK
26022015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2603
2604 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
2605
8ffdba26
PA
26062015-07-14 Pedro Alves <palves@redhat.com>
2607
2608 * gdb.base/killed-outside.exp: New file.
2609 * gdb.base/killed-outside.c: New file.
2610
218a5a11
JK
26112015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2612
2613 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
2614 (n at main): New.
2615 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
2616
e03ed3c6
AA
26172015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2618
2619 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
2620 infcall tests instead of setting up for KFAIL.
2621
485668e5
MM
26222015-07-10 Markus Metzger <markus.t.metzger@intel.com>
2623
2624 * gdb.btrace/record_goto-step.exp: New.
2625
08464196
JK
26262015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2627
2628 PR compile/18484
2629 * gdb.compile/compile.c (struct struct_type): Add volatile to
2630 selffield's type.
2631 * gdb.compile/compile.exp
2632 (compile code struct_object.selffield = &struct_object): Skip further
2633 struct_object tests if this one xfails.
2634
bcf5c1d9
RC
26352015-07-08 Robert O'Callahan <robert@ocallahan.org>
2636
2637 PR exp/18617
2638 * gdb.trace/ax.exp: Add test.
2639
4931af25
YQ
26402015-07-07 Yao Qi <yao.qi@linaro.org>
2641
2642 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
2643 instead of istarget "aarch64*-*-*".
2644 * gdb.arch/aarch64-fp.exp: Likewise.
2645 * gdb.base/float.exp: Likewise.
2646 * gdb.reverse/aarch64.exp: Likewise.
2647 * lib/gdb.exp (is_aarch64_target): New proc.
2648
9fcf688e
YQ
26492015-07-07 Yao Qi <yao.qi@linaro.org>
2650
2651 * lib/gdb.exp (is_aarch32_target): New proc.
2652 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
2653 instead of "istarget "arm*-*-*"".
2654 * gdb.arch/arm-disp-step.exp: Likewise.
2655 * gdb.arch/thumb-bx-pc.exp: Likewise.
2656 * gdb.arch/thumb-prologue.exp: Likewise.
2657 * gdb.arch/thumb-singlestep.exp: Likewise.
2658 * gdb.base/disp-step-syscall.exp: Likewise.
2659 * gdb.base/float.exp: Likewise.
2660
fbd8d50d
YQ
26612015-07-07 Yao Qi <yao.qi@linaro.org>
2662
2663 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
2664 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
2665
71be1fdc
YQ
26662015-07-07 Yao Qi <yao.qi@linaro.org>
2667
2668 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
2669 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
2670 if it exists.
2671 * gdb.multi/multi-arch.exp: Likewise.
2672
3e221d36
SM
26732015-07-07 Simon Marchi <simon.marchi@ericsson.com>
2674
2675 * gdb.python/py-lazy-string.exp: Add missing parentheses to
2676 print.
2677
d441430b
YQ
26782015-07-07 Yao Qi <yao.qi@linaro.org>
2679
2680 * gdb.arch/thumb-singlestep.exp: Do one more single step.
2681
06f810bd
MG
26822015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
2683
2684 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
2685 '[' and ']' characters.
2686
5e61e7c0
IB
26872015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
2688
2689 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
2690
28bf096c
PA
26912015-06-29 Pedro Alves <palves@redhat.com>
2692
2693 PR threads/18127
2694 * gdb.threads/hand-call-new-thread.c: New file.
2695 * gdb.threads/hand-call-new-thread.c: New file.
2696
ee93cd5e
KS
26972015-06-26 Keith Seitz <keiths@redhat.com>
2698 Doug Evans <dje@google.com>
2699
2700 PR 16253
2701 * gdb.cp/var-tag-2.cc: New file.
2702 * gdb.cp/var-tag-3.cc: New file.
2703 * gdb.cp/var-tag-4.cc: New file.
2704 * gdb.cp/var-tag.cc: New file.
2705 * gdb.cp/var-tag.exp: New file.
2706
fc637f04
PP
27072015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2708
2709 * gdb.base/history-duplicates.exp: New test.
2710
2e52ae68
PP
27112015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2712
2713 * gdb.base/completion.exp: Test the completion of the "focus"
2714 command.
2715
6e22494e
JK
27162015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2717
2718 * gdb.arch/amd64-prologue-skip.S: New file.
2719 * gdb.arch/amd64-prologue-skip.exp: New file.
2720
bf7b9cd9
SM
27212015-06-25 Simon Marchi <simon.marchi@ericsson.com>
2722
2723 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
2724 is_address_zero_readable check.
2725
201e8dfd
PB
27262015-06-24 Peter Bergner <bergner@vnet.ibm.com>
2727
2728 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
2729 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
2730
5cd867b4
YQ
27312015-06-24 Yao Qi <yao.qi@linaro.org>
2732
2733 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
2734 linux targets.
2735
4d7be007
YQ
27362015-06-24 Yao Qi <yao.qi@linaro.org>
2737
2738 * lib/gdb.exp (supports_get_siginfo_type): New proc.
2739 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
2740 * gdb.base/siginfo-thread.exp: Likewise.
2741
07fcd301
YQ
27422015-06-22 Yao Qi <yao.qi@linaro.org>
2743
2744 * boards/remote-gdbserver-on-localhost.exp: Add comments.
2745
52042a00
YQ
27462015-06-22 Yao Qi <yao.qi@linaro.org>
2747
2748 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
2749 aarch64*-*-*.
2750 (skip_hw_watchpoint_tests): Likewise.
2751
74bd41ce
PP
27522015-06-18 Patrick Palka <patrick@parcs.ath.cx>
2753
2754 * gdb.base/gdbinit-history.exp: Test the interaction between
2755 setting GDBHISTSIZE and setting the history size via .gdbinit.
2756
bc460514
PP
27572015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2758
2759 PR gdb/16999
2760 * gdb.base/gdbhistsize-history.exp: New test.
2761
b58c513b
PP
27622015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2763
2764 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
2765 with GDBHISTSIZE.
2766 * gdb.base/readline.exp: Likewise.
2767
92046791
YQ
27682015-06-17 Yao Qi <yao.qi@linaro.org>
2769
2770 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
2771 line.
2772
2093d2d3
PP
27732015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2774
2775 * gdb.base/gdbinit-history.exp: Add test case to check that
2776 an unlimited history file does not get truncated on exit.
2777
e6c693af
AA
27782015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2779
2780 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
2781 (VECTOR): New macro. Use it...
2782 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
2783 ...for these typedefs.
2784 (int8, char1, int1, double1): New typedefs.
2785 (struct just_int2, struct two_int2): New structures.
2786 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
2787 (add_structvecs, add_singlevecs): New functions.
2788 (main): Call add_some_intvecs twice.
2789 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
2790 the compile and exit upon failure. Try compiling for the "native"
2791 architecture. Test inferior function calls with vector arguments
2792 and vector return value handling with "finish" and "return".
2793
c74f7d1c
JT
27942015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2795
2796 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
2797 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
2798 PE file.
2799 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
2800
98aa42ee
AT
28012015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
2802
2803 PR breakpoints/16465
2804 * gdb.mi/mi-dprintf-pending.c: New file.
2805 * gdb.mi/mi-dprintf-pending.exp: New test.
2806 * gdb.mi/mi-dprintf-pendshr.c: New file.
2807
7d73c23c 28082015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 2809 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
2810
2811 * gdb.arch/i386-mpx-map.c: New file.
2812 * gdb.arch/i386-mpx-map.exp: New File.
2813
28142015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2815
2816 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
2817 * gdb.arch/i386-mpx.exp: Indentation fixed.
2818
28192015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2820
2821 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
2822 function and improved indentation.
2823 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
2824 gdb_test_multiple. Added additional tests to skip the test.
2825
28262015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2827
2828 * gdb.arch/i386-avx512.c: Change path in include file.
2829 * gdb.arch/i386-avx512.exp: Change include dir path
2830 compilation flag.
2831 * gdb.arch/i386-mpx.c: Change path in include file.
2832 * gdb.arch/i386-mpx.exp: Change include dir path compilation
2833 flag.
2834
d5eba19a
JK
28352015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2836
2837 * gdb.compile/compile-print.exp (compile print *vararray@3)
2838 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
2839
7f361056
JK
28402015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2841
2842 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
2843 (do not keep jit in memory): ... this.
2844 (expect 5): Change it to ...
2845 (expect no 5): ... this.
2846
3b462ec2
SM
28472015-06-02 Simon Marchi <simon.marchi@ericsson.com>
2848
2849 PR gdb/15564
2850 * gdb.mi/mi-detach.exp: New file.
2851
e0619de6
JK
28522015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2853
2854 PR symtab/18392
2855 * gdb.arch/amd64-tailcall-self.S: New file.
2856 * gdb.arch/amd64-tailcall-self.c: New file.
2857 * gdb.arch/amd64-tailcall-self.exp: New file.
2858
e970cb34
DB
28592015-05-28 Don Breazeal <donb@codesourcery.com>
2860
2861 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
2862 tests for remote targets by checking is_target_gdbserver.
2863
b2e2f908
DE
28642015-05-27 Doug Evans <dje@google.com>
2865
2866 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
2867 * gdb.dwarf2/opaque-type-lookup.c: New file.
2868 * gdb.dwarf2/opaque-type-lookup.exp: New file.
2869
82c7be31
DE
28702015-05-26 Doug Evans <dje@google.com>
2871
2872 * gdb.cp/iostream.cc: New file.
2873 * gdb.cp/iostream.exp: New file.
2874
b4f54984
DE
28752015-05-26 Doug Evans <dje@google.com>
2876
2877 * gdb.dwarf2/dw2-op-call.exp: Update.
2878 * gdb.dwarf2/dw4-sig-types.exp: Update.
2879 * gdb.dwarf2/implptr.exp: Update.
2880 * gdb.mi/mi-cmd-param-changed.exp: Update.
2881
4ea6efe9
DE
28822015-05-26 Doug Evans <dje@google.com>
2883
2884 * gdb.python/py-lazy-string.c: New file.
2885 * gdb.python/py-lazy-string.exp: New file.
2886 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
2887 (main): Update. Add estring3.
2888 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
2889 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
2890
f6bb7db3
YQ
28912015-05-26 Omair Javaid <omair.javaid@linaro.org>
2892 Yao Qi <yao.qi@linaro.org>
2893
2894 * gdb.reverse/aarch64.c: New.
2895 * gdb.reverse/aarch64.exp: New.
2896
a81bfbd0
OJ
28972015-05-26 Omair Javaid <omair.javaid@linaro.org>
2898
2899 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
2900 (supports_reverse): Likewise.
2901
158bf1b4
PP
29022015-05-22 Patrick Palka <patrick@parcs.ath.cx>
2903
2904 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2905 Use with_test_prefix.
2906
a0145030
AB
29072015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
2908
2909 * gdb.base/completion.exp: Add test for completion of layout
2910 names.
2911
ebe3b578
AB
29122015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
2913
2914 * lib/gdb.exp (skip_tui_tests): New proc.
2915 * gdb.base/tui-layout.exp: Check skip_tui_tests.
2916
84204ed7
PA
29172015-05-19 Pedro Alves <palves@redhat.com>
2918
2919 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2920 Save the whole env array instead of just HOME. Unset HISTSIZE in
2921 the environment while testing. Restore whole environment
2922 afterwards.
2923
37442ce1
DE
29242015-05-16 Doug Evans <xdje42@gmail.com>
2925
2926 * gdb.guile/scm-ports.c: New file.
2927 * gdb.guile/scm-ports.exp: Add memory port tests.
2928
36de76f9
JK
29292015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2930
2931 * gdb.compile/compile-print.c: New file.
2932 * gdb.compile/compile-print.exp: New file.
2933
3a9558c4
JK
29342015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2935
2936 * gdb.compile/compile-ops.exp: Cast param to void.
2937 * gdb.compile/compile.exp: Complete type for _gdb_expr.
2938 (compile code struct_object.selffield = &struct_object): Add xfail.
2939
aa715135
JG
29402015-05-15 Joel Brobecker <brobecker@adacore.com>
2941
2942 * gdb.ada/arr_enum_with_gap: New testcase.
2943
931e5bc3
JG
29442015-05-15 Joel Brobecker <brobecker@adacore.com>
2945
2946 * gdb.ada/byte_packed_arr: New testcase.
2947
9cd4d857
JB
29482015-05-15 Joel Brobecker <brobecker@adacore.com>
2949
2950 * gdb.ada/pckd_neg: New testcase.
2951
ebfd00d2
PP
29522015-05-13 Patrick Palka <patrick@parcs.ath.cx>
2953
2954 PR gdb/17820
2955 * gdb.base/gdbinit-history.exp: New test.
2956 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
2957 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
2958
4c082a81
SC
29592015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2960
2961 * gdb.python/py-xmethods.cc: Enhance test case.
2962 * gdb.python/py-xmethods.exp: New tests.
2963 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
2964 function.
2965 (B_indexoper): Likewise.
2966 (global_dm_list) : Add new xmethod worker functions.
2967
f7797074
SDJ
29682015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
2969
2970 * gdb.base/coredump-filter.exp: Correctly unset
2971 "coredump_var_addr" array.
2972
a4674e4e
PA
29732015-05-08 Pedro Alves <palves@redhat.com>
2974
2975 * gdb.server/non-existing-program.exp: Unset spawn_id.
2976
df2eb078
SC
29772015-05-08 Siva Chandra Reddy <sivachandra@google.com>
2978
2979 PR python/18291
2980 * gdb.python/py-xmethods.exp: Add tests.
2981
422349a3
YQ
29822015-05-08 Yao Qi <yao.qi@linaro.org>
2983
2984 PR gdb/18208
2985 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
2986 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
2987 function set_coredump_filter, and remove remote_exec call.
2988 Remove argument ipid. Callers update.
2989 (top level): Don't get inferior's PID.
2990
63fc80ce
AA
29912015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2992
2993 * gdb.base/watch_thread_num.exp: Skip test on targets without
2994 access watchpoints.
2995
80ad801e
PA
29962015-05-06 Pedro Alves <palves@redhat.com>
2997
2998 PR server/18081
2999 * gdb.server/non-existing-program.exp: New file.
3000
0fa7fe50
JB
30012015-05-05 Joel Brobecker <brobecker@adacore.com>
3002
3003 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
3004
3ea89b92
PMR
30052015-05-05 Joel Brobecker <brobecker@adacore.com>
3006
3007 * gdb.ada/out_of_line_in_inlined: New testcase.
3008
87b8eff0
JB
30092015-05-05 Joel Brobecker <brobecker@adacore.com>
3010
3011 * gdb.ada/var_rec_arr: New testcase.
3012
5fccc635
YQ
30132015-04-30 Yao Qi <yao.qi@linaro.org>
3014
3015 * gdb.base/break-idempotent.exp: If
3016 skip_hw_watchpoint_multi_tests returns true, skip the tests
3017 on "rwatch" and "awatch".
3018
42d38f42
YQ
30192015-04-30 Yao Qi <yao.qi@linaro.org>
3020
3021 * gdb.base/relativedebug.exp: Invoke gdb command
3022 "info sharedlibrary", and if libc.so doesn't have debug info,
3023 skip the test.
3024
2ce1cdbf
DE
30252015-04-29 Doug Evans <dje@google.com>
3026
3027 * gdb.python/py-xmethods.exp: Add ptype tests.
3028 * gdb.python/py-xmethods.py (E_method_char_worker): Add
3029 get_result_type method.
3030
f24a38c5
LM
30312015-04-29 Luis Machado <lgustavo@codesourcery.com>
3032
3033 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
3034 the target does not support hardware watchpoints.
3035
ecbf2b3c
LM
30362015-04-29 Luis Machado <lgustavo@codesourcery.com>
3037
3038 * gdb.base/break-always.exp: Abort testing if writing to memory
3039 causes an error.
3040
34f5f757
DE
30412015-04-28 Doug Evans <dje@google.com>
3042
3043 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
3044 * gdb.python/py-pp-registration.exp: ... here. New file.
3045 * gdb.python/py-pp-registration.c: New file.
3046 * gdb.python/py-pp-registration.py: New file.
3047
69b4374a
DE
30482015-04-28 Doug Evans <dje@google.com>
3049
3050 * gdb.python/py-bad-printers.c: New file.
3051 * gdb.python/py-bad-printers.py: New file.
3052 * gdb.python/py-bad-printers.exp: New file.
3053
59fb7612
SS
30542015-04-28 Sasha Smundak <asmundak@google.com>
3055
3056 * gdb.python/py-type.exp: New test.
3057
2631b16a
AW
30582015-04-28 Andy Wingo <wingo@igalia.com>
3059
3060 * gdb.python/py-parameter.exp:
3061 * gdb.guile/scm-parameter.exp: Escape the path that we are
3062 matching against, as it might contain characters that are special
3063 to regular expressions.
3064
460efde1
JB
30652015-04-27 Joel Brobecker <brobecker@adacore.com>
3066
3067 * gdb.ada/rec_comp: New testcase.
3068
2d369d8e
SDJ
30692015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
3070
3071 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
3072 before using it.
3073
cf75d6c3
AB
30742015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
3075
3076 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
3077 new tests for verilog output.
3078
8dbe7ca5
YQ
30792015-04-24 Yao Qi <yao.qi@linaro.org>
3080
3081 * boards/remote-gdbserver-on-localhost.exp: New file.
3082
4ef9fb2f
PA
30832015-04-23 Pedro Alves <palves@redhat.com>
3084
3085 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
3086 $inferior_spawn_id instead of $inferior_spawn_id directly. On
3087 "end of file", remove $inferior_spawn_id from the indirect list.
3088
0a803169
PA
30892015-04-23 Pedro Alves <palves@redhat.com>
3090
3091 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
3092
749ef8f8
PA
30932015-04-23 Pedro Alves <palves@redhat.com>
3094
3095 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
3096 on $any_spawn_id instead of only on $gdb_spawn_id.
3097
8aae4344
PM
30982015-04-21 Pierre Muller <muller@sourceware.org>
3099
3100 PR pascal/17815
3101 * lib/pascal.exp (gpc_compile): Add new option "class".
3102 (fpc_compile): Likewise.
3103 * gdb.pascal/case-insensitive-symbols.pas: New file.
3104 * gdb.pascal/case-insensitive-symbols.exp: New file.
3105
1586c8fb
GB
31062015-04-20 Gary Benson <gbenson@redhat.com>
3107
3108 * gdb.base/attach.exp: Fix three extended remote failures.
3109
1b6e6f5c
GB
31102015-04-17 Gary Benson <gbenson@redhat.com>
3111
3112 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
3113 the main executable over the remote protocol.
3114
e797481d
PA
31152015-04-16 Pedro Alves <palves@redhat.com>
3116
3117 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
3118 a new gdbserver if gdbserver_reconnect_p is set.
3119
1ca99c42
PA
31202015-04-16 Pedro Alves <palves@redhat.com>
3121
3122 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
3123 is set, don't exit gdbserver.
3124
af9fd6f8
AA
31252015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3126
3127 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
3128 appropriate .insn, such that an older assembler can be used.
3129 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
3130 the z/Architecture instruction set on 31-bit targets as well.
3131
04ff1e61
AA
31322015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3133
3134 * gdb.go/handcall.exp: Remove all logic related to the first
3135 breakpoint and rely on go_runto_main instead.
3136 * gdb.go/strings.exp: Likewise.
3137 * gdb.go/unsafe.exp: Likewise.
3138 * gdb.go/hello.exp: Likewise. Also rename the remaining
3139 breakpoint marker to "breakpoint 1".
3140 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
3141 * gdb.go/strings.go: Likewise.
3142 * gdb.go/unsafe.go: Likewise.
3143 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
3144 "set breakpoint 2 here" and rename the remaining breakpoint marker
3145 to "breakpoint 1".
3146
40d2f8d6
SM
31472015-04-15 Simon Marchi <simon.marchi@ericsson.com>
3148
3149 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
3150 if itertools.imap is not present.
3151 * gdb.python/py-objfile.exp: Add parentheses.
3152 * gdb.python/py-type.exp: Same.
3153 * gdb.python/py-unwind-maint.py: Same.
3154
8cbc97c6
YQ
31552015-04-15 Yao Qi <yao.qi@linaro.org>
3156
3157 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
3158 of ":$ptr_size" and set its form explicitly.
3159
45fd756c
YQ
31602015-04-15 Pedro Alves <palves@redhat.com>
3161 Yao Qi <yao.qi@linaro.org>
3162
3163 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
3164 timeout by factor of 4.
3165 (test_regular_watch): Likewise.
3166 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
3167 * gdb.reverse/sigall-reverse.exp: Likewise.
3168 * gdb.reverse/until-precsave.exp: Likewise.
3169 * lib/gdb.exp (with_timeout_factor): New proc.
3170 (gdb_expect): Move some code to ...
3171 (get_largest_timeout): ... here. New procedure.
3172
9e811bc3
LM
31732015-04-14 Luis Machado <lgustavo@codesourcery.com>
3174
3175 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
3176
0ff6fcb2
LM
31772015-04-13 Luis Machado <lgustavo@codesourcery.com>
3178
3179 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
3180 to write to the .text section.
3181
7578d5f7
LM
31822015-04-13 Luis Machado <lgustavo@codesourcery.com>
3183
3184 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
3185 Handle the case of targets that do not provide PID information.
3186
2efe15c4
YQ
31872015-04-13 Yao Qi <yao.qi@linaro.org>
3188
3189 * lib/gdbserver-support.exp (gdb_exit): Catch exception
3190 and use expect instead of gdb_expect.
3191
8cd8f2f8
SDJ
31922015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
3193
3194 * gdb.base/coredump-filter.exp: Rename variable "addr" to
3195 "coredump_var_addr" to avoid naming conflict with other testcases.
3196
9ee41772
PA
31972015-04-10 Pedro Alves <palves@redhat.com>
3198
3199 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
3200 gdb_test_sequence and gdb_assert.
3201
07473109
PA
32022015-04-10 Pedro Alves <palves@redhat.com>
3203
3204 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
3205 test messages that don't include the breakpoint address.
3206
de3db44c
YQ
32072015-04-10 Yao Qi <yao.qi@linaro.org>
3208
3209 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
3210 false for some offset and width combinations which aren't
3211 supported by linux kernel.
3212
c79d856c
PA
32132015-04-10 Pedro Alves <palves@redhat.com>
3214
3215 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
3216 procedure, factored out from ...
3217 (top level): ... here. Add "set displaced-stepping" testing axis.
3218 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
3219 parameter "displaced". Use it.
3220 (top level): Use foreach and add "set displaced-stepping" testing
3221 axis.
3222
ebc90b50
PA
32232015-04-10 Pedro Alves <palves@redhat.com>
3224
3225 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
3226 Remove comment.
3227 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
3228 both the address of the instruction that triggers the watchpoint
3229 and the address of the instruction immediately after, and use
3230 those addresses for the test. Fix comment.
3231
8f572e5c
PA
32322015-04-10 Pedro Alves <palves@redhat.com>
3233
3234 * gdb.base/sigstep.exp (breakpoint_to_handler)
3235 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
3236 Test "backtrace" in handler.
3237 (breakpoint_over_handler): New parameter 'displaced'. Use it.
3238 (top level): Add new "displaced" test axis to
3239 breakpoint_to_handler, breakpoint_to_handler_entry and
3240 breakpoint_over_handler.
3241
8d707a12
PA
32422015-04-10 Pedro Alves <palves@redhat.com>
3243
3244 PR gdb/18216
3245 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
3246
ef713951
YQ
32472015-04-10 Yao Qi <yao.qi@linaro.org>
3248
3249 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
3250 (test_add_rn_pc): New function.
3251 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
3252 (top level): Invoke test_add_rn_pc.
3253
906d60cf
PA
32542015-04-10 Pedro Alves <palves@redhat.com>
3255
3256 PR gdb/13858
3257 * gdb.base/step-over-no-symbols.exp: New file.
3258
f2983cc3
AW
32592015-04-09 Andy Wingo <wingo@igalia.com>
3260
3261 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
3262 after the Python tests.
3263
6d62641c
SDJ
32642015-04-08 Keith Seitz <keiths@redhat.com>
3265
3266 PR python/16699
3267 * gdb.python/py-completion.exp: New tests for completion.
3268 * gdb.python/py-completion.py (CompleteLimit1): New class.
3269 (CompleteLimit2): Likewise.
3270 (CompleteLimit3): Likewise.
3271 (CompleteLimit4): Likewise.
3272 (CompleteLimit5): Likewise.
3273 (CompleteLimit6): Likewise.
3274 (CompleteLimit7): Likewise.
3275
f3770638
PA
32762015-04-08 Pedro Alves <palves@redhat.com>
3277
3278 PR gdb/18214
3279 PR gdb/18216
3280 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
3281 function.
3282 (main): Install it as SIGUSR1 handler.
3283 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
3284 parameter. Always use "setup" as prefix. Toggle "set
3285 displaced-stepping" off/on depending on global. Don't switch to
3286 thread 1 here.
3287 (top level): Add displaced stepping "off/on" test axis. Update
3288 "setup" calls. Wrap each subtest with with_test_prefix. Test
3289 continuing with a queued signal in each thread.
3290
4496bed7
PA
32912015-04-08 Pedro Alves <palves@redhat.com>
3292
3293 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
3294 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
3295 gdb_breakpoint instead of gdb_test that doesn't expect anything.
3296 Return early if running to main fails.
3297 * gdb.trace/while-stepping.exp: Likewise.
3298
b97fde92
PA
32992015-04-07 Pedro Alves <palves@redhat.com>
3300
3301 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
3302 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
3303 interact with inferior program.
3304
f71c18e7
PA
33052015-04-07 Pedro Alves <palves@redhat.com>
3306
3307 * lib/gdb.exp (inferior_spawn_id): New global.
3308 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
3309 spawn id after processing the user code.
3310 (default_gdb_start): Set inferior_spawn_id.
3311 (send_inferior): New procedure.
3312 * lib/gdbserver-support.exp (gdbserver_start): Set
3313 inferior_spawn_id.
3314 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
3315
6423214f
PA
33162015-04-07 Pedro Alves <palves@redhat.com>
3317
3318 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
3319 * lib/gdbserver-support.exp (gdbserver_start): Make
3320 $server_spawn_id global.
3321 (gdbserver_start): Don't wait for gdbserver's spawn id with
3322 expect_background.
3323 (close_gdbserver): New procedure.
3324 (gdb_exit): Rename the default version and reimplement.
3325
71c0ee8c
PA
33262015-04-07 Pedro Alves <palves@redhat.com>
3327
72f4393d 3328 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
3329 append the substituted item, not the original item.
3330
203bc29b
PA
33312015-04-07 Pedro Alves <palves@redhat.com>
3332
3333 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
3334 gdb_expect.
3335
508a3ddf
PA
33362015-04-07 Pedro Alves <palves@redhat.com>
3337
3338 * gdb.base/interrupt.exp: Don't handle the case of the inferior
3339 output appearing once only.
3340
9f6dbe2b
PA
33412015-04-07 Pedro Alves <palves@redhat.com>
3342
3343 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
3344 that doesn't expect anything. Return early if running to main
3345 fails.
3346
337532fa
YQ
33472015-04-07 Yao Qi <yao.qi@linaro.org>
3348
3349 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
3350 (child_function): Call alarm.
3351 (main): Move call to alarm into the loop.
3352 * gdb.threads/non-stop-fair-events.exp: Build program with
3353 -DTIMEOUT=$timeout.
3354
01b622d4
DE
33552015-04-06 Doug Evans <xdje42@gmail.com>
3356
3357 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
3358 Fix dest parameter to board_info.
3359 (fpc_compile): Ditto.
3360 (gdb_compile_pascal): Rename dest arg to destfile.
3361
961f4160
PMR
33622015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
3363
3364 * gdb.ada/funcall_ref.exp: New file.
3365 * gdb.ada/funcall_ref/foo.adb: New file.
3366
cafda597
YQ
33672015-04-02 Yao Qi <yao.qi@linaro.org>
3368
3369 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
3370 is remote.
3371
fed040c6
GB
33722015-04-02 Gary Benson <gbenson@redhat.com>
3373
3374 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
3375
d11916aa
SS
33762015-04-01 Sasha Smundak <asmundak@google.com>
3377
3378 * gdb.python/py-unwind-maint.c: New file.
3379 * gdb.python/py-unwind-maint.exp: New test.
3380 * gdb.python/py-unwind-maint.py: New file.
3381 * gdb.python/py-unwind.c: New file.
3382 * gdb.python/py-unwind.exp: New test.
3383 * gdb.python/py-unwind.py: New test.
3384
a1471180
PA
33852015-04-01 Pedro Alves <palves@redhat.com>
3386
3387 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
3388 to fail instead of non-existent $test.
3389
0bbeccb1
PA
33902015-04-01 Pedro Alves <palves@redhat.com>
3391
3392 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
3393 GDBFLAGS if not empty.
3394
3c724c8c
PMR
33952015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
3396
3397 * gdb.ada/complete.exp: Remove "multi_line".
3398 * gdb.ada/info_exc.exp: Remove "multi_line".
3399 * gdb.ada/packed_tagged.exp: Remove "multi_line".
3400 * gdb.ada/ptype_field.exp: Remove "multi_line".
3401 * gdb.ada/sym_print_name.exp: Remove "multi_line".
3402 * gdb.ada/tagged.exp: Remove "multi_line".
3403 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
3404 [multi_line ...]
3405 * gdb.btrace/delta.exp: Likewise.
3406 * gdb.btrace/exception.exp: Likewise.
3407 * gdb.btrace/function_call_history.exp: Likewise.
3408 * gdb.btrace/instruction_history.exp: Likewise.
3409 * gdb.btrace/nohist.exp: Likewise.
3410 * gdb.btrace/record_goto.exp: Likewise.
3411 * gdb.btrace/segv.exp: Likewise.
3412 * gdb.btrace/stepi.exp: Likewise.
3413 * gdb.btrace/tailcall.exp: Likewise.
3414 * gdb.btrace/unknown_functions.exp: Likewise.
3415 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
3416 * lib/gdb.exp: Add the "multi_line" helper.
3417
4eec2deb
PA
34182015-04-01 Pedro Alves <palves@redhat.com>
3419
3420 * gdb.threads/tid-reuse.c: New file.
3421 * gdb.threads/tid-reuse.exp: New file.
3422
df8411da
SDJ
34232015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
3424
3425 PR corefiles/16092
3426 * gdb.base/coredump-filter.c: New file.
3427 * gdb.base/coredump-filter.exp: Likewise.
3428
6ef37366
PM
34292015-03-27 Petr Machata <pmachata@redhat.com>
3430
3431 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
3432 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
3433 (Dwarf::assemble): Initialize them.
3434 (Dwarf::lines): New function.
3435
7ec911b0
JT
34362015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
3437
3438 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
3439 SYMBOL_PREFIX for x86_64-*-cygwin.
3440
ff908ebf
AW
34412015-03-26 Andy Wingo <wingo@igalia.com>
3442
3443 PR symtab/18148
3444 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
3445 const_value but not a location.
3446 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
3447 location defined in non-main CUs are visible.
3448
6d5f0679
YQ
34492015-03-26 Yao Qi <yao.qi@linaro.org>
3450
3451 PR testsuite/18139
3452 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
3453 Add a line number entry for the same line.
3454 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
3455 Add a line number entry for the same line.
3456
2898689b
YQ
34572015-03-26 Yao Qi <yao.qi@linaro.org>
3458
3459 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
3460 .int 0.
3461 (func): Likewise. Add .Lfunc_1 label.
3462 Use .Lfunc_1 label.
3463 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
3464 .int 0.
3465 (func): Likewise.
3466 Use .Lfunc_1 label.
3467
85180498
YQ
34682015-03-26 Yao Qi <yao.qi@linaro.org>
3469
3470 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
3471 Call gdb_compile instead to compile each .s files without debug
3472 information.
3473
8aa08a8d
YQ
34742015-03-26 Yao Qi <yao.qi@linaro.org>
3475
3476 * gdb.base/savedregs.exp (process_saved_regs): Make
3477 "Saved registers:" optional in the pattern.
3478
66849923
MM
34792015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3480
3481 * gdb.btrace/next.exp: Merged into step.exp.
3482 * gdb.btrace/finish.exp: Merged into step.exp.
3483 * gdb.btrace/nexti.exp: Merged into stepi.exp.
3484 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
3485 "record goto" and checking the exact replay position.
3486 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
3487 check for "Recording format" in "info record" output.
3488 * gdb.btrace/record_goto.exp: Choose test file based on target.
3489 * gdb.btrace/x86-record_goto.S: Renamed into ...
3490 * gdb.btrace/x86_64-record_goto.S: ... this.
3491 * gdb.btrace/i686-record_goto.S: New.
3492 * gdb.btrace/x86-tailcall.S: Renamed into ...
3493 * gdb.btrace/x86_64-tailcall.S: ... this.
3494 * gdb.btrace/i686-tailcall.S: New.
3495 * gdb.btrace/x86-tailcall.c: Renamed into ...
3496 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
3497 separate statements. Update test.
3498 * gdb.btrace/delta.exp: Use record_goto.c as test file.
3499 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
3500 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
3501 * gdb.btrace/tailcall.exp: Choose test file based on target.
3502 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
3503
11cc1b74
MM
35042015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3505
3506 * gdb.btrace/exception.exp: Increase BTS buffer size.
3507
a25d8bf9
PA
35082015-03-24 Pedro Alves <palves@redhat.com>
3509
3510 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
3511
856e7dd6
PA
35122015-03-24 Pedro Alves <palves@redhat.com>
3513
3514 * gdb.threads/schedlock.exp (test_step): No longer expect that
3515 "set scheduler-locking step" with "next" over a function call runs
3516 threads unlocked.
3517
ad235a41
AT
35182015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3519
3520 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
3521
15630549
AT
35222015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3523
3524 PR breakpoints/16466
3525 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
3526 * gdb.mi/mi-pending.c (thread_func): New function.
3527 (int main): Add threading support required.
3528 * gdb.mi/mi-pending.exp: Add tests for this issue.
3529 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
3530 (pendfunc2): Remove stdio dependency.
3531 * gdb.mi/mi-pendshr2.c: New file.
3532
693dca06
KS
35332015-03-23 Keith Seitz <keiths@redhat.com>
3534
3535 * gdb.linespec/keywords.c: New file.
3536 * gdb.linespec/keywords.exp: New file.
3537
7e993ebf
KS
35382015-03-23 Keith Seitz <keiths@redhat.com>
3539
3540 PR gdb/18021
3541 * gdb.dwarf2/staticvirtual.exp: New test.
3542
bc23328c
JK
35432015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3544
3545 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
3546 * README: Remove HP-UX and gdb.hp.
3547 (configuration):
3548 * configure: Regenerate.
3549 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
3550 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
3551 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
3552 gdb.hp/gdb.defects/Makefile.
3553 * gdb.hp/Makefile.in: File deleted.
3554 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
3555 * gdb.hp/gdb.aCC/optimize.c: File deleted.
3556 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
3557 * gdb.hp/gdb.aCC/run.c: File deleted.
3558 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
3559 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
3560 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
3561 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
3562 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
3563 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
3564 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
3565 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
3566 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
3567 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
3568 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
3569 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
3570 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
3571 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
3572 * gdb.hp/gdb.base-hp/reg.s: File deleted.
3573 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
3574 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
3575 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
3576 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
3577 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
3578 * gdb.hp/gdb.compat/Makefile.in: File deleted.
3579 * gdb.hp/gdb.compat/average.c: File deleted.
3580 * gdb.hp/gdb.compat/sum.c: File deleted.
3581 * gdb.hp/gdb.compat/xdb.c: File deleted.
3582 * gdb.hp/gdb.compat/xdb0.c: File deleted.
3583 * gdb.hp/gdb.compat/xdb0.h: File deleted.
3584 * gdb.hp/gdb.compat/xdb1.c: File deleted.
3585 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
3586 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
3587 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
3588 * gdb.hp/gdb.defects/Makefile.in: File deleted.
3589 * gdb.hp/gdb.defects/bs14602.c: File deleted.
3590 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
3591 * gdb.hp/gdb.defects/solib-d.c: File deleted.
3592 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
3593 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
3594 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
3595 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
3596 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
3597 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
3598 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
3599 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
3600 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
3601 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
3602 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
3603 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
3604 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
3605 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
3606 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
3607 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
3608 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
3609 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
3610 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
3611 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
3612 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
3613 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
3614 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
3615 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
3616 * gdb.hp/tools/odump: File deleted.
3617
8bf3b159
PA
36182015-03-19 Pedro Alves <palves@redhat.com>
3619
3620 * gdb.threads/continue-pending-status.exp (saw_thread_2)
3621 (saw_thread_3): New globals.
3622 (top level): Increment them when an event for the corresponding
3623 thread is seen.
3624 (no thread starvation): New test.
3625
eb54c8bf
PA
36262015-03-19 Pedro Alves <palves@redhat.com>
3627
3628 * gdb.threads/continue-pending-status.c: New file.
3629 * gdb.threads/continue-pending-status.exp: New file.
3630
32d2e5d6
PA
36312015-03-18 Pedro Alves <palves@redhat.com>
3632
3633 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3634 Use gdb_is_target_remote instead of is_remote. Use
3635 gdb_test_multiple instead of gdb_expect. Exit early if
3636 gdb_test_multiple hits its internal matches. Tighten stepi tests
3637 expected output. Fail on exit with any signal, instead of just
3638 SIGILL.
3639
f68f11b7
YQ
36402015-03-18 Yao Qi <yao.qi@linaro.org>
3641
3642 PR tdep/18107
3643 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
3644 variable.
3645 * gdb.base/catch-syscall.exp: Don't skip it on
3646 aarch64*-*-linux* target. Remove elements in all_syscalls.
3647 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
3648 target.
3649 (setup_all_syscalls): New proc.
3650
ca5fd19b
YQ
36512015-03-16 Yao Qi <yao.qi@linaro.org>
3652
3653 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
3654 (top level): Skip tests if valid_addr_p returns false for
3655 $cmd1 or $cmd2.
3656
85642ba0
AW
36572015-03-11 Andy Wingo <wingo@igalia.com>
3658
3659 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
3660
e03f9645
YQ
36612015-03-11 Yao Qi <yao.qi@linaro.org>
3662
3663 * gdb.base/catch-syscall.exp: Fix typo in comments.
3664
5d0962b2
YQ
36652015-03-11 Yao Qi <yao.qi@linaro.org>
3666
3667 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
3668
b2df3cef
PA
36692015-03-09 Pedro Alves <palves@redhat.com>
3670
3671 * dg-extract-results.py: Delete.
3672
ef878e53
PA
36732015-03-09 Pedro Alves <palves@redhat.com>
3674
3675 Merge dg-extract-results.sh from GCC upstream (r218843).
3676
3677 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
3678 * dg-extract-results.sh: Use --text with grep to avoid issues with
3679 binary files. Fall back to cat -v, if that doesn't work.
3680
9494d219
PA
36812015-03-05 Pedro Alves <palves@redhat.com>
3682
3683 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
3684
a8d9763a
SM
36852015-03-04 Simon Marchi <simon.marchi@ericsson.com>
3686
3687 * lib/mi-support.exp (mi_expect_interrupt): Accept
3688 alternative event for when in all-stop mode.
3689
be9957b8
PA
36902015-03-04 Pedro Alves <palves@redhat.com>
3691
3692 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
3693
d57be0f4 36942015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
3695
3696 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
3697
c214c7cf
AA
36982015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3699
3700 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
3701 regexps for GDB's current line display, accept a hex address
3702 preceding the line number.
3703
6d74a497
AA
37042015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3705
3706 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
3707 the 'arch1' variable for "s390*-linux*" targets.
3708
511aee7c
PA
37092015-03-04 Pedro Alves <palves@redhat.com>
3710
3711 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
3712 (main): Pass missing retval argument to pthread_join call.
3713
95e50b27
PA
37142015-03-02 Pedro Alves <palves@redhat.com>
3715
3716 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
3717 (top level): Call do_test with non-stop as well.
3718
28054d69
PA
37192015-03-02 Pedro Alves <palves@redhat.com>
3720
3721 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
3722 -1.
3723
4fa5d7b4
AA
37242015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3725
3726 * gdb.arch/s390-vregs.exp: New test.
3727 * gdb.arch/s390-vregs.S: New file.
3728
97c18565
PA
37292015-02-27 Pedro Alves <palves@redhat.com>
3730
3731 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
3732 call to catch_command_errors.
3733 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
3734 catch_command_errors.
3735
a37bfa30
PA
37362015-02-27 Pedro Alves <palves@redhat.com>
3737
3738 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
3739 "true" for boolean result.
3740 * gdb.gdb/selftest.exp (test_with_self): Also accept full
3741 prototype of main.
3742
6f98576f
PA
37432015-02-27 Pedro Alves <palves@redhat.com>
3744
3745 * lib/unbuffer_output.c: New file.
3746 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
3747 (main): Call gdb_unbuffer_output.
3748
eba5ab56
YQ
37492015-02-27 Yao Qi <yao.qi@linaro.org>
3750
3751 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
3752 target.
3753
0def5aaa
DE
37542015-02-26 Doug Evans <dje@google.com>
3755
3756 * gdb.cp/class2.cc (Dbase, D): New classes.
3757 (main): New local delta.
3758 * gdb.cp/class2.exp: Test printing delta.
3759 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
3760 (dynbar): New global.
3761 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
3762
081a1c2c
JK
37632015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3764
3765 * gdb.compile/compile-ifunc.c: New file.
3766 * gdb.compile/compile-ifunc.exp: New file.
3767
2f41223f
AT
37682015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
3769
3770 * gdb.base/structs.exp: Check for correct struct on finish.
3771
03eddd80
YQ
37722015-02-26 Yao Qi <yao.qi@linaro.org>
3773
3774 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
3775 is zero.
3776
80c57053
JK
37772015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3778
3779 * gdb.arch/cordic.ko.bz2: New file.
3780 * gdb.arch/cordic.ko.debug.bz2: New file.
3781 * gdb.arch/ppc64-symtab-cordic.exp: New file.
3782
21613c12
YQ
37832015-02-25 Yao Qi <yao.qi@linaro.org>
3784
3785 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
3786 aarch64*-*-* target.
3787
d8b901ed
PA
37882015-02-23 Pedro Alves <palves@redhat.com>
3789
3790 * lib/gdb.exp (delete_breakpoints): Rewrite using
3791 gdb_test_multiple.
3792
e5b85ead
PA
37932015-02-23 Pedro Alves <palves@redhat.com>
3794
3795 * gdb.base/info-os.c: Include stdlib.h.
3796
85c3a371
DE
37972015-02-22 Doug Evans <xdje42@gmail.com>
3798
3799 PR symtab/17855
3800 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
3801 is read after symbols have been re-read.
3802 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
3803 * gdb.ada/exec_changed/second.adb (Second): Ditto.
3804
96553a0c
DE
38052015-02-21 Doug Evans <dje@google.com>
3806
3807 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
3808
97a0c697
JK
38092015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3810
3811 PR corefiles/17808
3812 * gdb.arch/i386-biarch-core.core.bz2: New file.
3813 * gdb.arch/i386-biarch-core.exp: New file.
3814
a47cd6e9
PA
38152015-02-21 Pedro Alves <palves@redhat.com>
3816
3817 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
3818 runto_main fails.
3819
c5facdc4
PA
38202015-02-20 Pedro Alves <palves@redhat.com>
3821
3822 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
3823 info probes.
3824
2db9a427
PA
38252015-02-20 Pedro Alves <palves@redhat.com>
3826
3827 * gdb.threads/multi-create-ns-info-thr.exp: New file.
3828
60fb7e9e
PA
38292015-02-20 Pedro Alves <palves@redhat.com>
3830
3831 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
3832 clean_restart before gdb_target_supports_trace.
3833
5c5019c2
PA
38342015-02-20 Pedro Alves <palves@redhat.com>
3835
3836 PR threads/18006
3837 * gdb.threads/clone-thread_db.c: New file.
3838 * gdb.threads/clone-thread_db.exp: New file.
3839
c9587f88
AT
38402015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
3841
3842 PR breakpoints/16812
3843 * gdb.base/catch-gdb-caused-signals.c: New file.
3844 * gdb.base/catch-gdb-caused-signals.exp: New file.
3845
f6a88844
JM
38462015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
3847
3848 * configure: Regenerated.
3849 * configure.ac: Use GDB_AC_TRANSFORM.
3850 * aclocal.m4: sinclude ../transform.m4.
3851
497c491b
JM
38522015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3853
3854 * lib/dtrace.exp: New file.
3855 * gdb.base/dtrace-probe.exp: Likewise.
3856 * gdb.base/dtrace-probe.d: Likewise.
3857 * gdb.base/dtrace-probe.c: Likewise.
3858 * lib/pdtrace.in: Likewise.
3859 * configure.ac: Output variables with the transformed names of
3860 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
3861 * configure: Regenerated.
3862
03e98035
JM
38632015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3864
3865 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
3866 expected message when trying to access $_probe_* convenience
3867 variables while not on a probe.
3868
63cc30e9
JK
38692015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3870
3871 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
3872
0703599a
PA
38732015-02-11 Pedro Alves <pedro@codesourcery.com>
3874
3875 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
3876 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
3877
7e60a48e
DE
38782015-02-10 Doug Evans <xdje42@gmail.com>
3879
3880 * lib/gdb.exp (gdb_load): Always return a result.
3881
01b088bc
PA
38822015-02-10 Pedro Alves <palves@redhat.com>
3883
3884 * gdb.threads/signal-sigtrap.c: New file.
3885 * gdb.threads/signal-sigtrap.exp: New file.
3886
b05ec7a5
AT
38872015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
3888
3889 * gdb.trace/no-attach-trace.c: New file.
3890 * gdb.trace/no-attach-trace.exp: New file.
3891
a2c2acaf
MW
38922015-02-09 Mark Wielaard <mjw@redhat.com>
3893
3894 * gdb.dwarf2/atomic.c: New file.
3895 * gdb.dwarf2/atomic-type.exp: Likewise.
3896
31fd9caa
MM
38972015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3898
3899 * gdb.btrace/buffer-size.exp: Update "info record" output.
3900 * gdb.btrace/delta.exp: Update "info record" output.
3901 * gdb.btrace/enable.exp: Update "info record" output.
3902 * gdb.btrace/finish.exp: Update "info record" output.
3903 * gdb.btrace/instruction_history.exp: Update "info record" output.
3904 * gdb.btrace/next.exp: Update "info record" output.
3905 * gdb.btrace/nexti.exp: Update "info record" output.
3906 * gdb.btrace/step.exp: Update "info record" output.
3907 * gdb.btrace/stepi.exp: Update "info record" output.
3908 * gdb.btrace/nohist.exp: Update "info record" output.
3909
d33501a5
MM
39102015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3911
3912 * gdb.btrace/buffer-size: New.
3913
f4abbc16
MM
39142015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3915
3916 * gdb.btrace/delta.exp: Update "info record" output.
3917 * gdb.btrace/enable.exp: Update "info record" output.
3918 * gdb.btrace/finish.exp: Update "info record" output.
3919 * gdb.btrace/instruction_history.exp: Update "info record" output.
3920 * gdb.btrace/next.exp: Update "info record" output.
3921 * gdb.btrace/nexti.exp: Update "info record" output.
3922 * gdb.btrace/step.exp: Update "info record" output.
3923 * gdb.btrace/stepi.exp: Update "info record" output.
3924 * gdb.btrace/nohist.exp: Update "info record" output.
3925
b9d61307
SM
39262015-02-06 Simon Marchi <simon.marchi@ericsson.com>
3927
3928 PR gdb/15678
3929 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
3930
e584fdbc
PA
39312015-02-06 Pedro Alves <palves@redhat.com>
3932
3933 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
3934 macro.
3935 (seconds_left, again): New globals.
3936 (main): Wait seconds_left in a 1-second sleep loop instead of
3937 sleeping 180 seconds. If 'again' is set, reset the seconds
3938 counter.
3939 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
3940 'again' in the inferior before detaching. Print the seconds left.
3941 (options): New global.
3942 (top level): Build program with -DTIMEOUT=$timeout.
3943
77f41761
PA
39442015-02-06 Pedro Alves <palves@redhat.com>
3945
3946 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
3947 determine how many seconds to pass to 'alarm'.
3948 * gdb.base/gdb-sigterm.exp (top level): Build program with
3949 -DTIMEOUT=$timeout.
3950 (do_test): Return success/failure indication. Add more verbose
3951 logging. Don't fail if 200 single steps are seen. Instead, fail
3952 when the test times out.
3953 (passes): New global.
3954 (top level): Break the testing loop if testing fails on any
3955 iteration. Use gdb_assert.
3956
b9394193
DB
39572015-02-04 Don Breazeal <donb@codesourcery.com>
3958
3959 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
3960 and initialize them.
3961 (ipc_cleanup): New function.
3962 (main): Don't declare shmid, semid, and msqid. Add a call to
3963 atexit so that we call ipc_cleanup on exit.
3964
42d9e528
PA
39652015-02-04 Pedro Alves <palves@redhat.com>
3966
3967 * boards/native-extended-gdbserver.exp: Remove any target variant
3968 specifications from the board name before clearing the isremote
3969 flag from board_info.
3970
ae6ae975
DE
39712015-01-31 Doug Evans <xdje42@gmail.com>
3972
3973 * gdb.base/maint.exp <maint print type argc>: Update expected output.
3974
cfb069a8
GB
39752015-01-31 Gary Benson <gbenson@redhat.com>
3976
3977 * gdb.base/completion.exp: Disable completion limiting for
3978 existing tests. Add new tests to check completion limiting.
3979 * gdb.linespec/ls-errs.exp: Disable completion limiting.
3980
5dd31d79
DE
39812015-01-31 Doug Evans <xdje42@gmail.com>
3982
3983 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
3984
9f050062
DE
39852015-01-31 Doug Evans <xdje42@gmail.com>
3986
3987 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
3988 entries. Duplicate file section script entries.
3989 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
3990 inlined entries. Add test for safe-path rejection.
3991 * gdb.python/py-section-script.c: Add duplicate inlined section script
3992 entries. Duplicate file section script entries.
3993 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
3994 inlined entries. Add test for safe-path rejection.
3995
df25ebbd
JB
39962015-01-29 Joel Brobecker <brobecker@adacore.com>
3997
3998 * gdb.ada/disc_arr_bound: New testcase.
3999
4a0ca9ec
JB
40002015-01-29 Joel Brobecker <brobecker@adacore.com>
4001
4002 * gdb.ada/mi_var_array: New testcase.
4003
3a8b707a
DE
40042015-01-27 Doug Evans <dje@google.com>
4005
4006 * gdb.python/py-objfile.exp: Add tests for objfile.username.
4007 Add test for objfile.filename, objfile.username after objfile
4008 has been unloaded.
4009
f8313f6e
JB
40102015-01-26 Joel Brobecker <brobecker@adacore.com>
4011
4012 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
4013 the second test to print the name attribute of value
4014 returned by the call to gdb.lookup_type, and adjust
4015 the expected output accordingly.
4016
37bc665e
MW
40172015-01-25 Mark Wielaard <mjw@redhat.com>
4018
4019 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
4020 * gdb.base/disp-step-fork.c: Include unistd.h.
4021 * gdb.base/siginfo-obj.c: Include stdio.h.
4022 * gdb.base/siginfo-thread.c: Likewise.
4023 * gdb.mi/non-stop.c: Include unistd.h.
4024 * gdb.mi/nsthrexec.c: Include stdio.h.
4025 * gdb.mi/pthreads.c: Include unistd.h.
4026 * gdb.modula2/unbounded1.c (main): Declare returns int.
4027 * gdb.reverse/consecutive-reverse.c: Likewise.
4028 * gdb.threads/create-fail.c: Include unistd.h.
4029 * gdb.threads/killed.c: Likewise.
4030 * gdb.threads/linux-dp.c: Likewise.
4031 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
4032 * gdb.threads/non-ldr-exc-2.c: Likewise.
4033 * gdb.threads/non-ldr-exc-3.c: Likewise.
4034 * gdb.threads/non-ldr-exc-4.c: Likewise.
4035 * gdb.threads/pthreads.c: Include unistd.h.
4036 (main): Declare returns int.
4037 * gdb.threads/tls-main.c (foo): New declaration.
4038 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
4039
f7e5394d
SM
40402015-01-23 Simon Marchi <simon.marchi@ericsson.com>
4041
4042 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
4043 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
4044
743649fd
MW
40452015-01-15 Mark Wielaard <mjw@redhat.com>
4046
4047 * gdb.base/noreturn-return.c: New file.
4048 * gdb.base/noreturn-return.exp: New file.
4049 * gdb.base/noreturn-finish.c: New file.
4050 * gdb.base/noreturn-finish.exp: New file.
4051
198297aa
PA
40522015-01-23 Pedro Alves <palves@redhat.com>
4053
4054 * gdb.threads/continue-pending-after-query.c: New file.
4055 * gdb.threads/continue-pending-after-query.exp: New file.
4056
717cf30c
AG
40572015-01-22 Anders Granlund <anders.granlund@ericsson.com>
4058 Simon Marchi <simon.marchi@ericsson.com>
4059
4060 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
4061 * gdb.base/valgrind-db-attach.exp: Same.
4062 * gdb.base/valgrind-infcall.exp: Same.
4063 * lib/mi-support.exp (default_mi_gdb_start): Same.
4064 * lib/prompt.exp (default_prompt_gdb_start): Same.
4065 * lib/gdb.exp (default_gdb_spawn): Same.
4066 (gdb_interact): New.
4067
4068
4b62a76e
JK
40692015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4070
4071 * gdb.compile/compile.exp (pointer to jit function): New test.
4072
b4cdae6f
WW
40732015-01-17 Wei-cheng Wang <cole945@gmail.com>
4074
4075 * lib/gdb.exp (supports_process_record): Return true for
4076 powerpc*-*-linux*.
4077 (supports_reverse): Likewise.
4078
d221e7ef
DB
40792015-01-15 Don Breazeal <donb@codesourcery.com>
4080
4081 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
4082 instead of checking whether the target board is remote and
4083 use spawn_wait_for_attach instead of exec/sleep.
4084 * gdb.base/attach-twice.exp: Likewise.
4085
bafffb51
JB
40862015-01-15 Joel Brobecker <brobecker@adacore.com>
4087
4088 * gdb.ada/var_arr_attrs: New testcase.
4089
5589af0e
PA
40902015-01-14 Pedro Alves <palves@redhat.com>
4091 Joel Brobecker <brobecker@adacore.com>
4092
4093 PR gdb/17525
4094 * gdb.base/bp-cmds-execution-x-script.c: New file.
4095 * gdb.base/bp-cmds-execution-x-script.exp: New file.
4096 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
4097
6c400b59
PA
40982015-01-14 Pedro Alves <palves@redhat.com>
4099
4100 PR cli/17828
4101 * gdb.base/batch-preserve-term-settings.c: New file.
4102 * gdb.base/batch-preserve-term-settings.exp: New file.
4103
e02c96a7
DE
41042015-01-13 Doug Evans <dje@google.com>
4105
4106 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
4107 binary.
4108
576fd14c
JB
41092015-01-13 Joel Brobecker <brobecker@adacore.com>
4110
4111 * Makefile.in (clean mostlyclean): Do not delete *.py.
4112
04dccad0
JB
41132015-01-13 Joel Brobecker <brobecker@adacore.com>
4114
4115 * gdb.python/py-lookup-type.exp: New file.
4116
3d230f71
PA
41172015-01-12 Pedro Alves <palves@redhat.com>
4118
4119 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
4120 restore GDBFLAGS before returning.
4121
7e67715d
JK
41222015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4123
4124 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
4125 is_amd64_regs_target and is_x86_like_target.
4126
f2e0d4b4
DE
41272015-01-11 Doug Evans <xdje42@gmail.com>
4128
4129 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
4130 is given without an explicit form.
4131 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
4132 attributes.
4133 * gdb.dwarf/corrupt.exp: Ditto.
4134 * gdb.dwarf2/enum-type.exp: Ditto.
4135 * gdb.trace/entry-values.exp: Ditto.
4136 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
4137
439250fb
DE
41382015-01-11 Doug Evans <xdje42@gmail.com>
4139
4140 PR gdb/15830
4141 * gdb.base/maint.exp: Remove references to "maint demangle".
4142 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
4143 Add tests for explicitly specifying language to demangle.
4144 * gdb.dlang/demangle.exp: Ditto.
4145
ede9f622
PA
41462015-01-09 Pedro Alves <palves@redhat.com>
4147
4148 * gdb.threads/non-stop-fair-events.c: New file.
4149 * gdb.threads/non-stop-fair-events.exp: New file.
4150
a7b796db
PA
41512015-01-09 Pedro Alves <palves@redhat.com>
4152
4153 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
4154 the global scope. Set a breakpoint after all threads are started
4155 rather than stepping over two source lines. Expect the prompt.
4156 * gdb.base/watch_thread_num.c (threads_started_barrier): New
4157 global.
4158 (NUM): Now 15.
4159 (main): Use threads_started_barrier to wait for all threads to
4160 start. Main thread no longer calls thread_function. Exit after
4161 180 seconds.
4162 (loop): New function.
4163 (thread_function): Wait on threads_started_barrier barrier. Call
4164 'loop' at each iteration.
4165 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
4166 threads have started, instead of hardcoding number of "next"
4167 steps. Use an access watchpoint instead of a write watchpoint.
4168
9665ffdd
PA
41692015-01-09 Pedro Alves <palves@redhat.com>
4170
4171 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
4172 (thread_func): Wait on barrier.
4173 (main): Wait for all threads to start before stopping GDB.
4174 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
4175 global.
4176 (thread1_func, thread2_func): Wait on barrier.
4177 (main): Wait for all threads to start before stopping GDB.
4178 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
4179 New global.
4180 (thread1_func, thread2_func): Wait on barrier.
4181 (main): Wait for all threads to start before stopping GDB.
4182
c945a99f
PA
41832015-01-09 Pedro Alves <palves@redhat.com>
4184
4185 * gdb.threads/attach-many-short-lived-threads.c: New file.
4186 * gdb.threads/attach-many-short-lived-threads.exp: New file.
4187
c1a747c1
PA
41882014-01-09 Pedro Alves <palves@redhat.com>
4189
4190 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
4191 instead of to thread 2.
4192 * gdb.threads/signal-command-multiple-signals-pending.c (main):
4193 Add barrier around each pthread_create call instead of around all
4194 calls.
4195 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
4196 Set a break on thread_function and have the child threads hit it
4197 one at at a time.
4198
60b3033e
PA
41992015-01-09 Pedro Alves <palves@redhat.com>
4200
4201 * lib/gdb.exp (can_spawn_for_attach): New procedure.
4202 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
4203 false.
4204 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
4205 checking whether the target board is remote.
4206 * gdb.multi/multi-attach.exp: Likewise.
4207 * gdb.python/py-sync-interp.exp: Likewise.
4208 * gdb.server/ext-attach.exp: Likewise.
4209 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
4210 tests that need to attach, instead of checking whether the target
4211 board is remote at the top of the file.
4212
acc018ac
YQ
42132015-01-08 Yao Qi <yao@codesourcery.com>
4214
4215 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
4216
50a18af8
JK
42172015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4218
4219 Fix testcase compilation.
4220 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
4221
8503d6e1
JB
42222015-01-06 Joel Brobecker <brobecker@adacore.com>
4223
4224 * gdb.python/py-type.exp: Add a couple test about empty
4225 array creation, and negative-length array creation.
4226
cc73dbcc
DE
42272015-01-02 Doug Evans <xdje42@gmail.com>
4228
4229 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
4230
0300bbc7
DE
42312015-01-02 Doug Evans <dje@google.com>
4232
4233 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
4234
9d85a0ec
YQ
42352014-12-29 Yao Qi <yao@codesourcery.com>
4236
4237 * gdb.trace/entry-values.exp: Update comments. Rename variable
4238 bar_call_foo to returned_from_foo.
4239
87186c6a
MMN
42402014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
4241
4242 PR gdb/17394
4243 * gdb.linespec/break-asm-file.c: New file.
4244 * gdb.linespec/break-asm-file.exp: New file.
4245 * gdb.linespec/break-asm-file0.s: New file.
4246 * gdb.linespec/break-asm-file1.s: New file.
4247
1bab7383
YQ
42482014-12-18 Nigel Stephens <nigel@mips.com>
4249 Maciej W. Rozycki <macro@codesourcery.com>
4250
4251 * gdb.base/float.exp: Handle the new output from "info float" on
4252 MIPS targets.
4253
1bc1068a
JK
42542014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4255
4256 Fix MinGW compilation.
4257 * gdb.compile/compile-ops.exp: Update untested message if
4258 !skip_compile_feature_tests.
4259 * gdb.compile/compile-setjmp.exp: Likewise.
4260 * gdb.compile/compile-tls.exp: Likewise.
4261 * gdb.compile/compile.exp: Likewise.
4262 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
4263 supported on this host".
4264
b6615d10
DE
42652014-12-16 Doug Evans <xdje42@gmail.com>
4266
4267 * boards/stabs.exp: New file.
4268
25dda427
AA
42692014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
4270
4271 * gdb.base/completion.exp: Adjust to format changes of "maint
4272 print user-registers".
4273
bf330350
CU
42742014-12-16 Catalin Udma <catalin.udma@freescale.com>
4275
4276 PR server/17457
4277 * gdb.arch/aarch64-fp.c: New file.
4278 * gdb.arch/aarch64-fp.exp: New file.
4279
395cf596
SDJ
42802014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4281
4282 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
4283 r210637, r210913, r211666, r215400, r215817).
4284
4285 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
4286 * dg-extract-results.py: New file.
4287 * dg-extract-results.sh: Use it if the environment seems
4288 suitable.
4289
4290 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
4291
4292 * dg-extract-results.py (parse_run): Handle warnings that
4293 are printed before a test harness is run.
4294
4295 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
4296
4297 * dg-extract-results.py (Named): Remove __cmp__ method.
4298 (output_variation): Use a key to sort variation.harnesses.
4299
4300 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
4301
4302 * dg-extract-results.py: For Python 3, force sys.stdout to
4303 handle surrogate escape sequences.
4304 (safe_open): New function.
4305 (output_segment, main): Use it.
4306
4307 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
4308
4309 * dg-extract-results.py (Prog.result_re): Include options
4310 in test name.
4311
4312 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
4313
4314 * dg-extract-results.py (output_variation): Always sort if
4315 do_sum.
4316
e882ef3c
SM
43172014-12-15 Simon Marchi <simon.marchi@ericsson.com>
4318
4319 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
4320 as long as we get pagination notifications.
4321
4992aa20
JM
43222014-12-15 Jason Merrill <jason@redhat.com>
4323
4324 * Makefile.in (check-gdb.%): Restore.
4325 * README: Mention it.
4326
c1b5a1a6
JB
43272014-12-13 Joel Brobecker <brobecker@adacore.com>
4328
4329 * gdb.ada/str_uninit: New testcase.
4330
5537b577
JK
43312014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4332
4333 PR symtab/17642
4334 * gdb.base/vla-stub-define.c: New file.
4335 * gdb.base/vla-stub.c: New file.
4336 * gdb.base/vla-stub.exp: New file.
4337
bb2ec1b3
TT
43382014-12-12 Phil Muldoon <pmuldoon@redhat.com>
4339 Jan Kratochvil <jan.kratochvil@redhat.com>
4340 Tom Tromey <tromey@redhat.com>
4341
4342 * configure.ac: Add gdb.compile/.
4343 * configure: Regenerate.
4344 * gdb.compile/Makefile.in: New file.
4345 * gdb.compile/compile-ops.exp: New file.
4346 * gdb.compile/compile-ops.c: New file.
4347 * gdb.compile/compile-tls.c: New file.
4348 * gdb.compile/compile-tls.exp: New file.
4349 * gdb.compile/compile-constvar.S: New file.
4350 * gdb.compile/compile-constvar.c: New file.
4351 * gdb.compile/compile-mod.c: New file.
4352 * gdb.compile/compile-nodebug.c: New file.
4353 * gdb.compile/compile-setjmp-mod.c: New file.
4354 * gdb.compile/compile-setjmp.c: New file.
4355 * gdb.compile/compile-setjmp.exp: New file.
4356 * gdb.compile/compile-shlib.c: New file.
4357 * gdb.compile/compile.c: New file.
4358 * gdb.compile/compile.exp: New file.
4359 * lib/gdb.exp (skip_compile_feature_tests): New proc.
4360
4ff709eb
TT
43612014-12-12 Tom Tromey <tromey@redhat.com>
4362
4363 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
4364 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
4365
6dddd6a5
DE
43662014-12-12 Doug Evans <dje@google.com>
4367
4368 * lib/gdb-python.exp (get_python_valueof): New function.
4369 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
4370
71c24708
AA
43712014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4372
4373 * gdb.base/completion.exp: Add test for completion of "info
4374 registers ".
4375
3e29f34a
MR
43762014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
4377
4378 * gdb.base/func-ptrs.c: New file.
4379 * gdb.base/func-ptrs.exp: New file.
4380
fc126975
SM
43812014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4382
4383 PR breakpoints/17012
4384 * gdb.base/dprintf-detach.c: New file.
4385 * gdb.base/dprintf-detach.exp: New file.
4386
0a46d518
SM
43872014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4388
4389 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
4390 * lib/gdb.exp (target_is_gdbserver): New procedure.
4391
a0be3e44
DE
43922014-12-08 Doug Evans <dje@google.com>
4393
4394 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
4395
df1b803a
YQ
43962014-12-05 Yao Qi <yao@codesourcery.com>
4397
4398 * gdb.guile/scm-error.exp: Remove the third argument to
4399 gdb_remote_download.
4400 * gdb.guile/scm-frame-args.exp: Likewise.
4401 * gdb.guile/scm-section-script.exp: Likewise.
4402
ddb9f679
YQ
44032014-12-05 Yao Qi <yao@codesourcery.com>
4404
4405 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
4406
86e4ed39
DE
44072014-12-04 Doug Evans <dje@google.com>
4408
4409 * gdb.python/py-objfile.exp: Add tests for
4410 objfile.add_separate_debug_file.
4411
7c50a931
DE
44122014-12-04 Doug Evans <dje@google.com>
4413
4414 * lib/gdb.exp (get_build_id): New function.
4415 (build_id_debug_filename_get): Rewrite to use it.
4416 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
4417
621661e3
MR
44182014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
4419
4420 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
4421 `method(long)', not just 0x0.
4422 * gdb.cp/nsalias.exp: Align code labels to 4.
4423 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
4424 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
4425 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
4426 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
4427 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
4428 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
4429
29f0c3b7
DE
44302014-12-02 Doug Evans <dje@google.com>
4431
e1e061e7 4432 PR symtab/17602
29f0c3b7 4433 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 4434 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
4435 * gdb.cp/anon-ns.exp: Update.
4436
162078c8
NB
44372014-12-02 Nick Bull <nicholaspbull@gmail.com>
4438
4439 * gdb.python/py-events.py (inferior_call_handler): New.
4440 (register_changed_handler, memory_changed_handler): New.
4441 (test_events.invoke): Register new handlers.
4442 * gdb.python/py-events.exp: Add tests for inferior call,
4443 memory_changed and register_changed events.
4444
fdb09caf
AA
44452014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4446
4447 * gdb.base/execl-update-breakpoints.exp: Specify the link address
4448 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
4449 if the linker doesn't understand this.
4450
55cfb2c4
SM
44512014-12-01 Simon Marchi <simon.marchi@ericsson.com>
4452
4453 * gdb.python/python.exp: Change expected reply to help().
4454
9e8cd6df
YQ
44552014-12-01 Yao Qi <yao@codesourcery.com>
4456
4457 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
4458 AC_CONFIG_SUBDIRS(gdb.gdbtk).
4459 * configure: Re-generated.
4460
6c659fc2
SC
44612014-11-28 Siva Chandra Reddy <sivachandra@google.com>
4462
4463 * gdb.cp/chained-calls.cc: New file.
4464 * gdb.cp/chained-calls.exp: New file.
4465 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
4466
d7fc3181
SM
44672014-11-28 Simon Marchi <simon.marchi@ericsson.com>
4468
4469 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
4470 * gdb.dwarf2/symtab-producer.exp: Same.
4471 * gdb.gdb/python-interrupts.exp: Same.
4472 * gdb.gdb/python-selftest.exp: Same.
4473 * gdb.python/py-linetable.exp: Same.
4474 * gdb.python/py-type.exp: Same.
4475 * gdb.python/py-value-cc.exp: Same.
4476 * gdb.python/py-value.exp: Same.
4477
10e79639
YQ
44782014-11-28 Yao Qi <yao@codesourcery.com>
4479
4480 * gdb.base/break-probes.exp: Match library name prefixed with
4481 sysroot.
4482
f28a0564
SM
44832014-11-27 Simon Marchi <simon.marchi@ericsson.com>
4484
4485 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
4486 test expected output. Add parentheses for the call to print.
4487 Remove L suffix from integers.
4488
3fe1ce1d
DE
44892014-11-26 Doug Evans <dje@google.com>
4490
4491 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
4492
84429e27
YQ
44932014-11-22 Yao Qi <yao@codesourcery.com>
4494
4495 * gdb.trace/entry-values.c: Remove asms.
4496 (foo): Add foo_label.
4497 (bar): Add bar_label.
4498 * gdb.trace/entry-values.exp: Remove code computing foo's
4499 length and bar's length.
4500 (Dwarf::assemble): Invoke function_range for bar and use
4501 MACRO_AT_func for foo.
4502
26741859
YQ
45032014-11-22 Yao Qi <yao@codesourcery.com>
4504
4505 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
4506 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
4507 Use .Lgcc43_procstart instead of gcc43.
4508
45e44d27
JB
45092014-11-21 Joel Brobecker <brobecker@adacore.com>
4510
4511 * gdb.ada/n_arr_bound: New testcase.
4512
458c8db8
SDJ
45132014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
4514
4515 PR breakpoints/10737
4516 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
4517 test_catch_syscall_multi_arch.
4518 (test_catch_syscall_multi_arch): New function.
4519
43f3e411
DE
45202014-11-20 Doug Evans <xdje42@gmail.com>
4521
4522 * gdb.base/maint.exp: Update expected output.
4523
0d7b2549
AA
45242014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4525
4526 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
4527 4-byte instruction on S390.
4528
8908fca5
JB
45292014-11-19 Joel Brobecker <brobecker@adacore.com>
4530
4531 * gdb.ada/arr_arr: New testcase.
4532
4a46959e
JB
45332014-11-19 Joel Brobecker <brobecker@adacore.com>
4534
4535 * gdb.ada/pkd_arr_elem: New Testcase.
4536
470e2f4e
LM
45372014-11-18 Luis Machado <lgustavo@codesourcery.com>
4538
4539 * gdb.reverse/break-precsave: Expect completion message for
4540 core file reads.
4541 * gdb.reverse/consecutive-precsave.exp: Likewise.
4542 * gdb.reverse/finish-precsave.exp: Likewise.
4543 * gdb.reverse/i386-precsave.exp: Likewise.
4544 * gdb.reverse/machinestate-precsave.exp: Likewise.
4545 * gdb.reverse/sigall-precsave.exp: Likewise.
4546 * gdb.reverse/solib-precsave.exp: Likewise.
4547 * gdb.reverse/step-precsave.exp: Likewise.
4548 * gdb.reverse/until-precsave.exp: Likewise.
4549 * gdb.reverse/watch-precsave.exp: Likewise.
4550
a267f3ad
AA
45512014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4552
4553 * gdb.base/bp-permanent.c: Include unistd.h.
4554 * gdb.python/py-framefilter-mi.c (main): Add return type.
4555 * gdb.python/py-framefilter.c (main): Likewise.
4556 * gdb.trace/actions-changed.c (main): Likewise.
4557
12084a9a
AA
45582014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4559
4560 * gdb.mi/until.c: Add eye-catchers.
4561 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
4562 line numbers.
4563
dc7e1a77
AA
45642014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4565
4566 * gdb.base/condbreak.exp: Drop references to removed non-prototype
4567 function header variants in break1.c.
4568 * gdb.base/ena-dis-br.exp: Likewise.
4569 * gdb.base/hbreak2.exp: Likewise.
4570 * gdb.reverse/until-precsave.exp: Drop references to removed
4571 non-prototype function header variants in ur1.c.
4572 * gdb.reverse/until-reverse.exp: Likewise.
4573
41c77605
PM
45742014-11-17 Petr Machata <pmachata@redhat.com>
4575
4576 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
4577 ${_cu_offset_size} bytes abbrev offset.
4578
34248c3a
DE
45792014-11-15 Doug Evans <xdje42@gmail.com>
4580
4581 PR symtab/17559
4582 * gdb.base/line-symtabs.exp: New file.
4583 * gdb.base/line-symtabs.c: New file.
4584 * gdb.base/line-symtabs.h: New file.
4585
646da059
YQ
45862014-11-14 Yao Qi <yao@codesourcery.com>
4587
4588 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
4589 (func): Add label func_label.
4590 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
4591 Replace low_pc and high_pc with MACRO_AT_range.
4592 Replace name, low_pc and high_pc with MACRO_AT_func.
4593
9301ebe6
YQ
45942014-11-14 Yao Qi <yao@codesourcery.com>
4595
4596 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
4597 Replace name, low_pc and high_pc with MACRO_AT_func.
4598
f166b542
YQ
45992014-11-14 Yao Qi <yao@codesourcery.com>
4600
4601 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
4602 produce debug information.
4603 * gdb.dwarf2/implptr-optimized-out.S: Removed.
4604
0f6e71e3
YQ
46052014-11-14 Yao Qi <yao@codesourcery.com>
4606
4607 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
4608 object and get function length.
4609 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
4610 with MACRO_AT_func.
4611 (top-level): Replace gdb_compile and clean_restart with
4612 prepare_for_testing.
4613 * gdb.dwarf2/main.c (main): Add label main_label.
4614
876c4df9
YQ
46152014-11-14 Yao Qi <yao@codesourcery.com>
4616
4617 * lib/dwarf.exp (function_range): New procedure.
4618 (Dwarf::_handle_macro_at_func): New procedure.
4619 (Dwarf::_handle_macro_at_range): New procedure.
4620 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
4621
02ad9cf1
YQ
46222014-11-14 Yao Qi <yao@codesourcery.com>
4623
4624 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
4625 (_handle_attribute): New procedure.
4626
a59add0c
AA
46272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4628
4629 * gdb.ada/cond_lang/foo.c (callme): Add return type.
4630 * gdb.base/call-sc.c (zed): Likewise.
4631 * gdb.base/checkpoint.c (main): Likewise.
4632 * gdb.base/dump.c (main): Likewise.
4633 * gdb.base/gcore.c (main): Likewise.
4634 * gdb.base/huge.c (main): Likewise.
4635 * gdb.base/multi-forks.c (main): Likewise.
4636 * gdb.base/pr10179-a.c (main): Likewise.
4637 * gdb.base/savedregs.c (main): Likewise.
4638 * gdb.base/sigaltstack.c (main): Likewise.
4639 * gdb.base/siginfo.c (main): Likewise.
4640 * gdb.base/structs.c (zed): Likewise.
4641 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
4642 * gdb.mi/mi-syn-frame.c (main): Likewise.
4643 * gdb.mi/until.c (foo, main): Likewise.
4644 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
4645 * gdb.base/solib-weak.c (foo): Declare.
4646 * gdb.base/attach-twice.c: Include stdio.h.
4647 * gdb.base/weaklib1.c: Likewise.
4648 * gdb.base/weaklib2.c: Likewise.
4649 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
4650 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
4651 unistd.h.
4652 * gdb.base/attach-pie-misread.c: Include stdlib.h.
4653 * gdb.mi/mi-exit-code.c: Likewise.
4654 * gdb.base/break-interp-lib.c: Include string.h.
4655 * gdb.base/coremaker.c: Likewise.
4656 * gdb.base/testenv.c: Likewise.
4657 * gdb.python/py-finish-breakpoint.c: Likewise.
4658 * gdb.base/inferior-died.c: Include sys/wait.h.
4659 * gdb.base/fileio.c: Include time.h.
4660 * gdb.base/async-shell.c: Include unistd.h.
4661 * gdb.base/dprintf-non-stop.c: Likewise.
4662 * gdb.base/info-os.c: Likewise.
4663 * gdb.mi/mi-console.c: Likewise.
4664 * gdb.mi/watch-nonstop.c: Likewise.
4665 * gdb.python/py-events.c: Likewise.
4666 * gdb.base/async.c (baz): Move up before its invocation.
4667 * gdb.base/code_elim2.c (my_global_func): Likewise.
4668 * gdb.base/skip-solib-lib.c (multiply): Likewise.
4669 * gdb.base/advance.c (func2): Likewise.
4670
3b5d5997
AA
46712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4672
4673 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
4674 variant.
4675 * gdb.base/annota3.c: Likewise.
4676 * gdb.base/async.c: Likewise.
4677 * gdb.base/average.c: Likewise.
4678 * gdb.base/call-ar-st.c: Likewise.
4679 * gdb.base/call-rt-st.c: Likewise.
4680 * gdb.base/call-sc.c: Likewise.
4681 * gdb.base/call-strs.c: Likewise.
4682 * gdb.base/ending-run.c: Likewise.
4683 * gdb.base/execd-prog.c: Likewise.
4684 * gdb.base/exprs.c: Likewise.
4685 * gdb.base/foll-exec.c: Likewise.
4686 * gdb.base/foll-fork.c: Likewise.
4687 * gdb.base/foll-vfork.c: Likewise.
4688 * gdb.base/funcargs.c: Likewise.
4689 * gdb.base/gcore.c: Likewise.
4690 * gdb.base/jump.c: Likewise.
4691 * gdb.base/langs0.c: Likewise.
4692 * gdb.base/langs1.c: Likewise.
4693 * gdb.base/langs2.c: Likewise.
4694 * gdb.base/mips_pro.c: Likewise.
4695 * gdb.base/nodebug.c: Likewise.
4696 * gdb.base/opaque0.c: Likewise.
4697 * gdb.base/opaque1.c: Likewise.
4698 * gdb.base/recurse.c: Likewise.
4699 * gdb.base/run.c: Likewise.
4700 * gdb.base/scope0.c: Likewise.
4701 * gdb.base/scope1.c: Likewise.
4702 * gdb.base/setshow.c: Likewise.
4703 * gdb.base/setvar.c: Likewise.
4704 * gdb.base/shmain.c: Likewise.
4705 * gdb.base/shr1.c: Likewise.
4706 * gdb.base/shr2.c: Likewise.
4707 * gdb.base/sigall.c: Likewise.
4708 * gdb.base/signals.c: Likewise.
4709 * gdb.base/so-indr-cl.c: Likewise.
4710 * gdb.base/solib2.c: Likewise.
4711 * gdb.base/structs.c: Likewise.
4712 * gdb.base/sum.c: Likewise.
4713 * gdb.base/vforked-prog.c: Likewise.
4714 * gdb.base/watchpoint.c: Likewise.
4715 * gdb.reverse/shr2.c: Likewise.
4716 * gdb.reverse/until-reverse.c: Likewise.
4717 * gdb.reverse/ur1.c: Likewise.
4718 * gdb.reverse/watch-reverse.c: Likewise.
4719
066a77c5
AA
47202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4721
4722 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
4723 variant.
4724 * gdb.base/sepdebug.exp: Drop references to removed code.
4725
4f204ea5
AA
47262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4727
4728 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
4729 variant. Preserve original line numbering.
4730 * gdb.base/list1.c: Likewise.
4731
3b377a3a
AA
47322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4733
4734 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
4735 variant.
4736 * gdb.base/break1.c: Likewise.
4737 * gdb.base/break.exp: Drop references to removed code.
4738
e444df73
AA
47392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4740
4741 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
4742 variant.
4743
8008f2a7
AA
47442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4745
4746 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
4747
a5a06887
AA
47482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4749
4750 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
4751 logic into perform_all_tests() and invoke it with and without
4752 function header prototypes.
4753 (do_function_calls): Remove conditional XFAIL for PR 5318.
4754 (rerun_and_prepare): Remove duplicate code.
4755 (perform_all_tests): New. Main logic moved here.
4756
44dba9b9
AA
47572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4758
4759 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
4760 code guarded by #ifdef NO_PROTOTYPES.
4761 (t_double_many_args): Likewise.
4762 (DEF_FUNC_MANY_ARGS_1): Likewise.
4763 (DEF_FUNC_VALUES_1): Likewise.
4764 (t_structs_ldc): Renamed from t_structs_fc in conditional code
4765 guarded by #ifdef PROTOTYPES.
4766
d1fbcd56
AA
47672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4768
4769 * gdb.mi/mi-console.c: Add eye-catcher.
4770 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
4771 instead of literal line number.
4772
b0e59b8f
AA
47732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4774
4775 * gdb.base/shr2.c: Add eye-catcher.
4776 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
4777 line number.
4778
78f98cca
AA
47792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4780
4781 * gdb.base/jump.c: Add eye-catchers.
4782 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
4783 numbers.
4784
58fa2af0
AA
47852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4786
4787 * gdb.base/execd-prog.c: Add eye-catchers.
4788 * gdb.base/foll-exec.c: Likewise.
4789 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
4790 line numbers.
4791
04e5059b
AA
47922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4793
4794 * gdb.base/ending-run.c: Add eye-catchers.
4795 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
4796 literal line numbers.
4797
dbfdb174
AA
47982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4799
4800 * gdb.base/call-rt-st.c: Add eye-catchers.
4801 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
4802 literal line numbers.
4803
888a2ade
AA
48042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4805
4806 * gdb.base/call-ar-st.c: Add eye-catchers.
4807 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
4808 literal line numbers.
4809
6acc2dde
AA
48102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4811
4812 * gdb.base/average.c: Add eye-catchers.
4813 * gdb.base/sum.c: Likewise.
4814 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
4815 regexps dynamically.
4816
9ecfcd1d
AA
48172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4818
4819 * gdb.base/solib1.c: Add eye-catchers.
4820 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
4821 literal line numbers.
4822
78708b7c
PA
48232014-11-12 Pedro Alves <palves@redhat.com>
4824
4825 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
4826 leader has exited.
4827
af48d08f
PA
48282014-11-12 Pedro Alves <palves@redhat.com>
4829
4830 * gdb.arch/i386-bp_permanent.c: New file.
4831 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
4832 (srcfile): Set to i386-bp_permanent.c.
4833 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
4834 that stepi does not execute the 'leave' instruction, instead of
4835 testing it does execute.
4836 * gdb.base/bp-permanent.c: New file.
4837 * gdb.base/bp-permanent.exp: New file.
4838
af3768e9
DE
48392014-11-10 Doug Evans <xdje42@gmail.com>
4840
4841 PR symtab/17564
4842 * gdb.base/symtab-search-order.exp: New file.
4843 * gdb.base/symtab-search-order.c: New file.
4844 * gdb.base/symtab-search-order-1.c: New file.
4845 * gdb.base/symtab-search-order-shlib-1.c: New file.
4846
9de00a4a
PA
48472014-11-07 Pedro Alves <palves@redhat.com>
4848
4849 PR gdb/17511
4850 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
4851 i?86-*-linux*.
4852
e0f52461
SC
48532014-11-03 Siva Chandra Reddy <sivachandra@google.com>
4854
4855 PR c++/17494
4856 * gdb.cp/pr17494.cc: New file.
4857 * gdb.cp/pr17494.exp: New file.
4858
6ce8c980
YQ
48592014-11-02 Yao Qi <yao@codesourcery.com>
4860
4861 * gdb.python/python.exp: Get working directory and match the
4862 output of "set extended-prompt \\w " with it.
4863
02be9a71
DE
48642014-10-30 Doug Evans <dje@google.com>
4865
4866 * gdb.python/py-objfile.exp: Add tests for setting random attributes
4867 in objfiles.
4868 * gdb.python/py-progspace.exp: Add tests for setting random attributes
4869 in progspaces.
4870
3bdff46b
LM
48712014-10-30 Janis Johnson <janisjo@codesourcery.com>
4872
4873 * gdb.base/fullpath-expand.exp: Skip for a remote host.
4874 * gdb.base/realname-expand.exp: Likewise.
4875 * gdb.linespec/macro-relative.exp: Likewise.
4876
ab917dfb
PA
48772014-10-29 Pedro Alves <palves@redhat.com>
4878
4879 PR gdb/17408
4880 * gdb.threads/schedlock.c (some_function): New function.
4881 (call_function): New global.
4882 (MAYBE_CALL_SOME_FUNCTION): New macro.
4883 (thread_function): Call it.
4884 * gdb.threads/schedlock.exp (get_args): Add description parameter,
4885 and use it instead of a global counter. Adjust all callers.
4886 (get_current_thread): Use "find current thread" for test message
4887 here rather than having all callers pass down the same string.
4888 (goto_loop): New procedure, factored out from ...
4889 (my_continue): ... this.
4890 (step_ten_loops): Change parameter from test message to command to
4891 use. Adjust.
4892 (list_count): Delete global.
4893 (check_result): New procedure, factored out from duplicate top
4894 level code.
4895 (continue tests): Wrap in with_test_prefix.
4896 (test_step): New procedure, factored out from duplicate top level
4897 code.
4898 (top level): Test "step" in combination with all scheduler-locking
4899 modes. Test "next" in combination with all scheduler-locking
4900 modes, and in combination with stepping over a function call or
4901 not.
4902 * gdb.threads/next-bp-other-thread.c: New file.
4903 * gdb.threads/next-bp-other-thread.exp: New file.
4904
d3d4baed
PA
49052014-10-29 Pedro Alves <palves@redhat.com>
4906
4907 PR python/17372
4908 * gdb.python/python.exp: Test a multi-line command that spawns
4909 interactive Python.
4910 * gdb.base/multi-line-starts-subshell.exp: New file.
4911
563e8d85
YQ
49122014-10-29 Yao Qi <yao@codesourcery.com>
4913
4914 * gdb.base/fileio.exp: Make directories on host.
4915
0ea4d52e
YQ
49162014-10-29 Yao Qi <yao@codesourcery.com>
4917
4918 * gdb.base/fileio.c (test_write): Close the file.
4919
7f5ef605
PA
49202014-10-28 Pedro Alves <palves@redhat.com>
4921
4922 PR gdb/12623
4923 * gdb.base/sigstep.c (no_handler): New global.
4924 (main): If 'no_handler is true, set the signal handlers to
4925 SIG_IGN.
4926 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
4927 with_sw_watch and no_handler parameters. Handle them.
4928 (top level) <stepping over handler when stopped at a breakpoint
4929 test>: Add a test axis for testing with a software watchpoint, and
4930 another for testing with the signal handler set to SIG_IGN.
4931 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
4932 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
4933
abbdbd03
PA
49342014-10-28 Pedro Alves <palves@redhat.com>
4935
4936 PR gdb/17511
4937 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
4938 * gdb.base/sigstep.exp (other_handler_location): New global.
4939 (advance): Support stepping into the signal handler, and running
4940 commands while in the handler.
4941 (in_handler_map): New global.
4942 (top level): In the advance test, add combinations for getting
4943 into the handler with stepping commands, and for running commands
4944 in the handler. Add comment descripting the advancei tests.
4945
1df4399f
PA
49462014-10-28 Pedro Alves <palves@redhat.com>
4947
4948 * gdb.base/sigstep.exp: Use build_executable instead of
4949 prepare_for_testing.
4950 (top level): Move code that starts GDB, runs to main and creates a
4951 display to ...
4952 (restart): ... this new procedure.
4953 (top level): Move backtrace from signal handler test to ...
4954 (validate_backtrace): ... this new procedure.
4955 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
4956 with_test_prefix. Always restart GDB.
4957 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
4958 with_test_prefix. Always restart GDB. No need to delete
4959 breakpoints after the test.
4960 (test_skip_handler): Remove prefix parameter.
4961 (skip_over_handler, breakpoint_to_handler)
4962 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
4963 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
4964 restart GDB. No need to delete breakpoints after the test.
4965 (top level): Use foreach to call the test procedures with
4966 different commands.
4967
a5b6e449
PA
49682014-10-28 Pedro Alves <palves@redhat.com>
4969
4970 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
4971 instead of GNATS numbers.
4972 * gdb.base/sigbpt.exp: Likewise.
4973 * gdb.base/siginfo.exp: Likewise.
4974 * gdb.base/sigstep.exp: Likewise.
4975
e5f8a7cc
PA
49762014-10-27 Pedro Alves <palves@redhat.com>
4977
4978 * gdb.base/sigstep.c (dummy): New global.
4979 (main): Issue a couple writes to the new global.
4980 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
4981 procedures.
4982 (skip_over_handler): Use test_skip_handler.
4983 (top level): Call skip_over_handler for stepi and nexti too.
4984 (breakpoint_over_handler): Use test_skip_handler.
4985 (top level): Call breakpoint_over_handler for stepi and nexti too.
4986
763905a3
YQ
49872014-10-27 Yao Qi <yao@codesourcery.com>
4988
4989 * gdb.trace/tfile.c (adjust_function_address)
4990 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
4991 function descriptor.
4992
6f259a23
DB
49932014-10-24 Don Breazeal <donb@codesourcery.com>
4994
4995 * gdb.base/foll-fork.exp (test_follow_fork,
4996 catch_fork_child_follow): Check for updated fork messages emitted
4997 from infrun.c.
4998 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
4999 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
5000 vfork_and_exec_child_follow_through_step): Check for updated vfork
5001 messages emitted from infrun.c.
5002
09dd9a69
PA
50032014-10-24 Pedro Alves <palves@redhat.com>
5004
5005 * gdb.base/corefile.exp: Remove references to ultrix.
5006 * gdb.base/interrupt.exp: Likewise.
5007 * gdb.base/whatis.exp: Likewise.
5008 * gdb.gdb/selftest.exp: Likewise.
5009 * gdb.threads/manythreads.exp: Likewise.
5010 * gdb.threads/print-threads.exp: Likewise.
5011 * gdb.threads/pthreads.exp:: Likewise.
5012 * gdb.threads/schedlock.exp: Likewise.
5013
3433cfa5
SC
50142014-10-24 Siva Chandra Reddy <sivachandra@google.com>
5015
5016 * gdb.cp/non-trivial-retval.cc: Add a test case.
5017 * gdb.cp/non-trivial-retval.exp: Add a test.
5018
092f880b
YQ
50192014-10-20 Yao Qi <yao@codesourcery.com>
5020
5021 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
5022 * gdb.python/py-objfile-script-gdb.py: New file.
5023 * gdb.python/py-objfile-script.exp: Update reference to
5024 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
5025 of remote_download. Remove the dest file.
5026
acbdb7f3
YQ
50272014-10-20 Yao Qi <yao@codesourcery.com>
5028
5029 * gdb.base/checkpoint.exp: Don't remove file copied on host.
5030 * gdb.base/step-line.exp: Likewise.
5031 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5032 * gdb.dwarf2/dw2-basic.exp: Likewise.
5033 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5034 * gdb.dwarf2/dw2-filename.exp: Likewise.
5035 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5036 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5037 * gdb.dwarf2/dw2-producer.exp: Likewise.
5038 * gdb.dwarf2/mac-fileno.exp: Likewise.
5039 * gdb.python/py-frame-args.exp: Likewise.
5040 * gdb.python/py-framefilter.exp: Likewise.
5041 * gdb.python/py-mi.exp: Likewise.
5042 * gdb.python/py-objfile-script.exp: Likewise
5043 * gdb.python/py-pp-integral.exp: Likewise.
5044 * gdb.python/py-pp-re-notag.exp: Likewise.
5045 * gdb.python/py-prettyprint.exp: Likewise.
5046 * gdb.python/py-section-script.exp: Likewise.
5047 * gdb.python/py-typeprint.exp: Likewise.
5048 * gdb.python/py-xmethods.exp: Likewise.
5049 * gdb.stabs/weird.exp: Likewise.
5050 * gdb.xml/tdesc-regs.exp: Likewise.
5051
bd286a29
KCY
50522014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
5053
5054 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
5055 (out_cu): Use addr_len for the size of addresses.
5056 (out_line): Likewise. Size DW_LNE_set_address instruction
5057 according to addr_len.
5058 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
5059 (FUNC): Add START_INSNS to definition.
5060
673dc4a0
YQ
50612014-10-18 Yao Qi <yao@codesourcery.com>
5062
5063 * gdb.base/argv0-symlink.exp: Check argv[0] value if
5064 gdb_has_argv0 return true.
5065 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
5066 check [target_info exists noargs], check [gdb_has_argv0]
5067 instead.
5068 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5069 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
5070 procedures.
5071
4ffbba72
DE
50722014-10-17 Doug Evans <dje@google.com>
5073
5074 * gdb.python/py-events.exp: Update expected output for clear_objfiles
5075 event.
5076 * gdb.python/py-events.py: Add clear_objfiles event.
5077
d096d8c1
DE
50782014-10-17 Doug Evans <dje@google.com>
5079
5080 * gdb.python/py-objfile.exp: Test progspace attribute.
5081
a80db015
LM
50822014-10-17 Luis Machado <lgustavo@codesourcery.com>
5083
5084 * gdb.guile/scm-breakpoint.exp: Do not assume any
5085 directory separators when matching source file paths.
5086 * gdb.python/py-breakpoint.exp: Likewise.
5087 * gdb.reverse/break-precsave.exp: Likewise.
5088 * gdb.reverse/break-reverse.exp: Likewise.
5089 * gdb.reverse/consecutive-precsave.exp: Likewise.
5090 * gdb.reverse/finish-precsave.exp: Likewise.
5091 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
5092 * gdb.reverse/finish-reverse.exp: Likewise.
5093 * gdb.reverse/i386-precsave.exp: Likewise.
5094 * gdb.reverse/i387-env-reverse.exp: Likewise.
5095 * gdb.reverse/i387-stack-reverse.exp: Likewise.
5096 * gdb.reverse/machinestate-precsave.exp: Likewise.
5097 * gdb.reverse/machinestate.exp: Likewise.
5098 * gdb.reverse/sigall-precsave.exp: Likewise.
5099 * gdb.reverse/solib-precsave.exp: Likewise.
5100 * gdb.reverse/step-precsave.exp: Likewise.
5101 * gdb.reverse/until-precsave.exp: Likewise.
5102 * gdb.reverse/watch-precsave.exp: Likewise.
5103 * gdb.reverse/watch-reverse.exp: Likewise.
5104
b22089ab
YQ
51052014-10-17 Yao Qi <yao@codesourcery.com>
5106
5107 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
5108 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
5109
6c4486e6
PA
51102014-10-17 Pedro Alves <palves@redhat.com>
5111
5112 PR gdb/17471
5113 * gdb.base/bg-execution-repeat.c: New file.
5114 * gdb.base/bg-execution-repeat.exp: New file.
5115
0ff33695
PA
51162014-10-17 Pedro Alves <palves@redhat.com>
5117
5118 PR gdb/17300
5119 * gdb.base/continue-all-already-running.c: New file.
5120 * gdb.base/continue-all-already-running.exp: New file.
5121
6fdebc3d
PA
51222014-10-17 Pedro Alves <palves@redhat.com>
5123
5124 PR gdb/17472
5125 * gdb.base/annota-input-while-running.c: New file.
5126 * gdb.base/annota-input-while-running.exp: New file.
5127
32a8097b
PA
51282014-10-17 Pedro Alves <palves@redhat.com>
5129
5130 * gdb.base/callfuncs.exp: emove references to osf.
5131 * gdb.base/sigall.exp: Likewise.
5132 * gdb.gdb/selftest.exp: Likewise.
5133 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5134 * gdb.mi/non-stop.c: Likewise.
5135 * gdb.mi/pthreads.c: Likewise.
5136 * gdb.reverse/sigall-precsave.exp: Likewise.
5137 * gdb.reverse/sigall-reverse.exp: Likewise.
5138 * gdb.threads/pthreads.c: Likewise.
5139 * gdb.threads/pthreads.exp: Likewise.
5140
7a3517ff
YQ
51412014-10-17 Yao Qi <yao@codesourcery.com>
5142
5143 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
5144 check 'target_info exists noargs'.
5145 (test_command_prompt_position): Likewise.
5146 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
5147 Remove "set args".
5148 (progvar_simple_while_test): Likewise.
5149 (progvar_complex_if_while_test): Likewise.
5150 (if_while_breakpoint_command_test): Likewise.
5151 (infrun_breakpoint_command_test): Likewise.
5152 (breakpoint_command_test): Likewise.
5153 (watchpoint_command_test): Likewise.
5154 (bp_deleted_in_command_test): Likewise.
5155 (temporary_breakpoint_commands): Likewise.
5156
bb99c472
YQ
51572014-10-16 Yao Qi <yao@codesourcery.com>
5158
5159 * gdb.base/remotetimeout.exp: Remove noargs checking.
5160
7c16b83e
PA
51612014-10-15 Pedro Alves <palves@redhat.com>
5162
5163 PR breakpoints/9649
5164 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
5165 * gdb.base/breakpoint-in-ro-region.exp
5166 (probe_target_hardware_step): New procedure.
5167 (top level): Probe hardware stepping and hardware breakpoint
5168 support. Test stepping through a read-only region, with both
5169 "breakpoint auto-hw" on and off and both "always-inserted" on and
5170 off.
5171
35a49624
IB
51722014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
5173
5174 * gdb.dlang/demangle.exp: Update for demangling changes.
5175
2d1c107c
SC
51762014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5177
5178 * gdb.cp/non-trivial-retval.cc: Add new test cases.
5179 * gdb.cp/non-trivial-retval.exp: Add new tests.
5180
778811d5
SC
51812014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5182
5183 PR c++/13403
5184 PR c++/15154
5185 * gdb.cp/non-trivial-retval.cc: New file.
5186 * gdb.cp/non-trivial-retval.exp: New file.
5187
10c5f0a8
YQ
51882014-10-15 Yao Qi <yao@codesourcery.com>
5189
5190 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
5191 remote host.
5192
65d7b369
YQ
51932014-10-15 Yao Qi <yao@codesourcery.com>
5194
5195 * gdb.python/py-symbol.exp: Match file base name if host is
5196 remote, otherwise match file name with dir name.
5197 * gdb.python/py-symtab.exp: Likewise.
5198 * gdb.python/python.exp: Likewise.
5199
46dc1394
YQ
52002014-10-15 Yao Qi <yao@codesourcery.com>
5201
5202 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
5203 pattern.
5204 * gdb.python/py-symtab.exp: Likewise.
5205 * gdb.python/python.exp: Remove trailing ".*". Fix typo
5206 locationn.
5207
c40cc657
JB
52082014-10-14 Joel Brobecker <brobecker@adacore.com>
5209
5210 * gdb.ada/addr_arith: New testcase.
5211
2abf49e1
MR
52122014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
5213
5214 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
5215 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
5216 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
5217 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
5218
f7088df3
SDJ
52192014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
5220
5221 * gdb.arch/stap-eval-lang-ada.S: Likewise.
5222 * gdb.arch/stap-eval-lang-ada.c: Likewise.
5223 * gdb.arch/stap-eval-lang-ada.exp: New file.
5224
4dc06805
YQ
52252014-10-14 Yao Qi <yao@codesourcery.com>
5226
5227 * gdb.mi/mi-var-child.c (nothing1): New function.
5228 (nothing2): New function.
5229 (do_children_tests): Set function pointers by nothing1 and
5230 nothing2.
5231 * gdb.mi/mi-var-child.exp: Step over new added statements.
5232 Update test to match the new output.
5233 * gdb.mi/var-cmd.c (nothing1): New function.
5234 (nothing2): New function.
5235 (do_children_tests): Set function pointers by nothing1 and
5236 nothing2.
5237 * gdb.mi/mi-var-display.exp: Update test to match output.
5238 Step to the line specified by $line_dct_nothing.
5239 Increase the number of lines to step.
5240
46a93de2
YQ
52412014-10-14 Yao Qi <yao@codesourcery.com>
5242
5243 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
5244 tests.
5245 * gdb.mi/mi2-var-child.exp: Likewise.
5246
14ea52ee
DE
52472014-10-13 Doug Evans <dje@google.com>
5248
5249 * gdb.python/py-objfile.exp: Change name of file name test.
5250
e5c6e92b
DE
52512014-10-13 Doug Evans <dje@google.com>
5252
5253 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
5254 from the start of the CU.
5255
c780cc2f
JK
52562014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5257 Yao Qi <yao@codesourcery.com>
5258
5259 Fix "save breakpoints" for "catch" command.
5260 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
5261 Remove -nonewline. Match also the added "main" line.
5262
99894e11
JK
52632014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5264
5265 Fix "save breakpoints" for "disable $bpnum" command.
5266 * gdb.base/save-bp.c (main): Add label.
5267 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
5268
6e1ac5a3
JK
52692014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5270
5271 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
5272
754dd2b0
YQ
52732014-10-11 Yao Qi <yao@codesourcery.com>
5274
5275 * gdb.server/server-kill.exp: Execute command
5276 "set remote trace-status-packet on" before "tstatus".
5277
f90183d7
YQ
52782014-10-11 Yao Qi <yao@codesourcery.com>
5279
5280 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
5281 (main): Call getppid.
5282 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
5283 and continue to it. Read variable "server_pid".
5284
bf40a607
YQ
52852014-10-11 Yao Qi <yao@codesourcery.com>
5286
5287 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
5288
052ca370
YQ
52892014-10-11 Yao Qi <yao@codesourcery.com>
5290
5291 * gdb.threads/thread-find.exp: Don't execute command
5292 "info threads".
5293 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
5294 * gdb.threads/linux-dp.exp: Don't check the condition
5295 $threads_created equals to zero.
5296
3831839c
PA
52972014-10-10 Pedro Alves <palves@redhat.com>
5298
5299 * gdb.base/bigcore.exp: Remove references to IRIX.
5300 * gdb.base/funcargs.exp: Likewise.
5301 * gdb.base/interrupt.exp: Likewise.
5302 * gdb.base/mips_pro.exp: Likewise.
5303 * gdb.base/nodebug.exp: Likewise.
5304 * gdb.base/setvar.exp: Likewise.
5305 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
5306
8b9a549d
PA
53072014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5308 Pedro Alves <palves@redhat.com>
5309
5310 PR symtab/14466
5311 * gdb.base/vdso-warning.c: New file.
5312 * gdb.base/vdso-warning.exp: New file.
5313
d48ba5e8
DE
53142014-10-02 Doug Evans <dje@google.com>
5315
5316 * gdb.base/structs.c (main): Don't run forever.
5317
2278c276
PA
53182014-10-02 Pedro Alves <palves@redhat.com>
5319
5320 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
5321 (top level) <stop threads 1, stop threads 2>: Use it.
5322
b57bacec
PA
53232014-10-02 Pedro Alves <palves@redhat.com>
5324
5325 * gdb.threads/break-while-running.exp (test): Add new
5326 'update_thread_list' argument. Skip "info threads" if false.
5327 (top level): Add new 'update_thread_list' axis.
5328
13fd3ff3
PA
53292014-10-02 Pedro Alves <palves@redhat.com>
5330
5331 PR breakpoints/17431
5332 * gdb.base/execl-update-breakpoints.c: New file.
5333 * gdb.base/execl-update-breakpoints.exp: New file.
5334
0fec99e8
PA
53352014-10-01 Pedro Alves <palves@redhat.com>
5336
5337 * gdb.base/breakpoint-in-ro-region.c: New file.
5338 * gdb.base/breakpoint-in-ro-region.exp: New file.
5339
2ddf4301
SM
53402014-10-01 Simon Marchi <simon.marchi@ericsson.com>
5341
5342 * gdb.mi/mi-exit-code.exp: New file.
5343 * gdb.mi/mi-exit-code.c: New file.
5344
6a5f3f43
YQ
53452014-09-30 Yao Qi <yao@codesourcery.com>
5346
5347 * lib/prelink-support.exp (build_executable_own_libs): Error if
5348 the target isn't native.
5349
345bcc73
YQ
53502014-09-30 Yao Qi <yao@codesourcery.com>
5351
5352 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
5353 false.
5354
a25a5a45
PA
53552014-09-22 Pedro Alves <palves@redhat.com>
5356
5357 * gdb.threads/break-while-running.exp: New file.
5358 * gdb.threads/break-while-running.c: New file.
5359
00ba3162
YQ
53602014-09-19 Yao Qi <yao@codesourcery.com>
5361
5362 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
5363 Invoke test. Restart GDB with --readnow and invoke test again.
5364
c3b7b696
YQ
53652014-09-19 Yao Qi <yao@codesourcery.com>
5366
5367 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
5368 proc set_breakpoint_on_gcd_function. Invoke
5369 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
5370 invoke set_breakpoint_on_gcd_function again.
5371
2b4fd423
DE
53722014-09-18 Doug Evans <dje@google.com>
5373
5374 * gdb.dwarf2/symtab-producer.exp: New file.
5375
a5947601
SDJ
53762014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5377
5378 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
5379 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
5380 * gdb.base/global-var-nested-by-dso.c: Likewise.
5381 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5382
91c19059
SDJ
53832014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5384 Pedro Alves <palves@redhat.com>
5385
5386 * gdb.base/watch-bitfields.exp: Pass string other than test file
5387 name to prepare_for_testing.
5388 (watch): New procedure.
5389 (expect_watchpoint): Use with_test_prefix.
5390 (top level): Factor out tests to ...
5391 (test_watch_location, test_regular_watch): ... these new
5392 procedures, and use with_test_prefix and gdb_continue_to_end.
5393
bb9d5f81
PP
53942014-09-16 Patrick Palka <patrick@parcs.ath.cx>
5395
5396 PR breakpoints/12526
5397 * gdb.base/watch-bitfields.exp: New file.
5398 * gdb.base/watch-bitfields.c: New file.
5399
635856f5
PA
54002014-09-16 Pedro Alves <palves@redhat.com>
5401
5402 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
5403 software and hardware addresses, not software address against
5404 itself.
5405
7280ceea
PA
54062014-09-16 Pedro Alves <palves@redhat.com>
5407
5408 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
5409 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
5410
428b16bd
PA
54112014-09-16 Pedro Alves <palves@redhat.com>
5412
5413 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
5414 files.
5415 * gdb.base/a2-run.exp: Remove all code guarded by istarget
5416 "*-*-vxworks*" throughout.
5417 * gdb.base/break.exp: Likewise.
5418 * gdb.base/default.exp: Likewise.
5419 * gdb.base/scope.exp: Likewise.
5420 * gdb.base/sepdebug.exp: Likewise.
5421 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
5422 throughout.
5423 * gdb.base/run.c: Likewise.
5424 * gdb.base/sepdebug.c: Likewise.
5425 * gdb.hp/gdb.aCC/run.c: Likewise.
5426 * gdb.reverse/until-reverse.c: Likewise.
5427 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
5428
666d413c
YQ
54292014-09-16 Yao Qi <yao@codesourcery.com>
5430
5431 * boards/local-remote-host-native.exp: New file.
5432
57cbd724
DE
54332014-09-14 Doug Evans <xdje42@gmail.com>
5434
5435 * gdb.threads/queue-signal.c (thread_count): New variable.
5436 (thread_count_mutex, thread_count_condvar): New variables.
5437 (incr_thread_count, wait_all_threads_running): New functions.
5438 (main): Wait for all threads to be in their thread functions.
5439
81219e53
DE
54402014-09-13 Doug Evans <xdje42@gmail.com>
5441
5442 * gdb.threads/queue-signal.c: New file.
5443 * gdb.threads/queue-signal.exp: New file.
5444
3714cea7
DE
54452014-09-13 Doug Evans <xdje42@gmail.com>
5446
5447 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
5448 be consistent with what default_gdb_init uses.
5449 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
5450 the plain text of the prompt. Add some logging printfs.
5451 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
5452
fa43b1d7
PA
54532014-09-12 Pedro Alves <palves@redhat.com>
5454
5455 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
5456 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
5457 * gdb.arch/i386-size-overlap.exp: Likewise.
5458 * gdb.arch/i386-size.exp: Likewise.
5459 * gdb.arch/i386-unwind.exp: Likewise.
5460 * gdb.base/a2-run.exp: Likewise.
5461 * gdb.base/break.exp: Likewise.
5462 * gdb.base/charset.exp: Likewise.
5463 * gdb.base/chng-syms.exp: Likewise.
5464 * gdb.base/commands.exp: Likewise.
5465 * gdb.base/dbx.exp: Likewise.
5466 * gdb.base/find.exp: Likewise.
5467 * gdb.base/funcargs.exp: Likewise.
5468 * gdb.base/jit-simple.exp: Likewise.
5469 * gdb.base/reread.exp: Likewise.
5470 * gdb.base/sepdebug.exp: Likewise.
5471 * gdb.base/step-bt.exp: Likewise.
5472 * gdb.cp/mb-inline.exp: Likewise.
5473 * gdb.cp/mb-templates.exp: Likewise.
5474 * gdb.objc/basicclass.exp: Likewise.
5475 * gdb.threads/killed.exp: Likewise.
5476
9d9bf2df
EBM
54772014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5478
5479 PR tdep/17379
5480 * gdb.arch/powerpc-stackless.S: New file.
5481 * gdb.arch/powerpc-stackless.exp: New file.
5482
1cf2f1b0
JK
54832014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5484
5485 * gdb.base/attach.c: Include unistd.h.
5486 (main): Call alarm. Add label postloop.
5487 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
5488 gdb_breakpoint, gdb_continue_to_breakpoint.
5489 (test_command_line_attach_run): Kill ${testpid} in one exit path.
5490
98880d46
PA
54912014-09-11 Pedro Alves <palves@redhat.com>
5492
5493 PR gdb/17347
5494 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
5495 * gdb.base/attach.exp (test_command_line_attach_run): New
5496 procedure.
5497 (top level): Call it.
5498
4c92ff2c
PA
54992014-09-11 Pedro Alves <palves@redhat.com>
5500
5501 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
5502 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
5503 (do_command_attach_tests): Use spawn_wait_for_attach.
5504 * gdb.base/solib-overlap.exp: Likewise.
5505 * gdb.multi/multi-attach.exp: Likewise.
5506 * gdb.python/py-prompt.exp: Likewise.
5507 * gdb.python/py-sync-interp.exp: Likewise.
5508 * gdb.server/ext-attach.exp: Likewise.
5509
3adc1a7d
GKB
55102014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
5511
5512 * gdb.fortran/array-element.exp: Remove unexpected "continue"
5513 command in testcase. Simplify testcase.
5514
96334934
JB
55152014-09-10 Joel Brobecker <brobecker@adacore.com>
5516
5517 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
5518
eb479039
JB
55192014-09-10 Joel Brobecker <brobecker@adacore.com>
5520
5521 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
5522
deede10c
JB
55232014-09-10 Joel Brobecker <brobecker@adacore.com>
5524
5525 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
5526
7828a5f5
JB
55272014-09-10 Joel Brobecker <brobecker@adacore.com>
5528
5529 * gdb.dwarf2/dynarr-ptr.c: New file.
5530 * gdb.dwarf2/dynarr-ptr.exp: New file.
5531
33aeebcf
MR
55322014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5533
5534 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
5535 of 30 rather than hardcoding 120 for a slow test case. Take the
5536 `gdb,timeout' target setting into account for this calculation.
5537 Don't extend the timeout for the test cases that don't need it.
5538
7b415901
MR
55392014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5540
5541 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
5542 a factor of 2 for a slow test case. Take the `gdb,timeout'
5543 target setting into account for this calculation.
5544 * gdb.reverse/until-precsave.exp: Increase the timeout by
5545 a factor of 15 and 3 respectively rather than adding 120
5546 for a pair of slow test cases. Take the `gdb,timeout'
5547 target setting into account for this calculation.
5548
4a40f85a
MR
55492014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5550
5551 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
5552 timeout, don't pass one down to gdb_expect.
5553 (gdb_expect): Rework timeout selection.
5554
09635af7
MR
55552014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5556
5557 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
5558 exception on timeout.
5559 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
5560 (gdbserver_start_extended): Catch any `gdbserver_start' error
5561 exceptions.
5562 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
5563 * lib/mi-support.exp (mi_gdb_target_load): Catch any
5564 `gdbserver_gdb_load' error exceptions.
5565
2bdd10b7
MR
55662014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5567
5568 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
5569 120 on waiting for the TCP socket to open.
5570
316935f0
DE
55712014-09-09 Doug Evans <xdje42@gmail.com>
5572
5573 * gdb.base/default.exp (show_conv_list): Add _caller_is,
5574 _caller_matches, _any_caller_is, _any_caller_matches.
5575
83740597
DE
55762014-09-09 Doug Evans <xdje42@gmail.com>
5577
5578 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
5579
4c122fc3
YQ
55802014-09-09 Yao Qi <yao@codesourcery.com>
5581
5582 * gdb.mi/mi-var-display.exp: Set print symbol off.
5583
a9f116cb
GKB
55842014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
5585
5586 PR gdb/17035
5587 * gdb.base/commands.exp: Add tests to verify user-defined
5588 commands with empty bodies.
5589 * gdb.python/py-cmd.exp: Test that we don't show user-defined
5590 python commands in `show user command`.
5591 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
5592 scheme commands in `show user command`.
5593
c75bd3a2
JK
55942014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5595
5596 PR python/17355
5597 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
5598 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
5599 * gdb.python/py-framefilter-invalidarg.exp: New file.
5600 * gdb.python/py-framefilter-invalidarg.py: New file.
5601
faa42425
DE
56022014-09-06 Doug Evans <xdje42@gmail.com>
5603
5604 PR 15276
5605 * gdb.python/py-caller-is.c: New file.
5606 * gdb.python/py-caller-is.exp: New file.
5607
474ca4f6
SDJ
56082014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
5609
5610 PR gdb/17235
5611 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
5612 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
5613
eb0b0463
SDJ
56142014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
5615
5616 PR fortran/17237
5617 * gdb.fortran/print-formatted.exp: New file.
5618 * gdb.fortran/print-formatted.f90: Likewise.
5619
5f3b99cf
SS
56202014-09-03 Sasha Smundak <asmundak@google.com>
5621
5622 * gdb.python/py-frame.exp: Test Frame.read_register.
5623
7d793aa9
SDJ
56242014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
5625
5626 PR python/16699
5627 * gdb.python/py-completion.exp: New file.
5628 * gdb.python/py-completion.py: Likewise.
5629
fb0576e9
DE
56302014-08-28 Doug Evans <dje@google.com>
5631
5632 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
5633 eax,etc. are live with values set by gdb and thus the compiler can't
5634 use them.
5635 * gdb.arch/i386-pseudo.c (main): Ditto.
5636
ee92b0dd
DE
56372014-08-27 Doug Evans <dje@google.com>
5638
5639 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
5640
6649db35
DE
56412014-08-25 Doug Evans <dje@google.com>
5642
5643 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
5644 (main): Ditto.
5645
564b7600
DE
56462014-08-25 Doug Evans <dje@google.com>
5647
5648 * gdb.threads/thread-execl.exp: #include <stdio.h>.
5649
3881fb67
YQ
56502014-08-24 Yao Qi <yao@codesourcery.com>
5651
5652 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
5653 symbol off.
5654 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
5655
a05a36a5
DE
56562014-08-22 Doug Evans <dje@google.com>
5657
5658 PR 17276
5659 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
5660 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
5661 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
5662
7c343b48
YQ
56632014-08-22 Yao Qi <yao@codesourcery.com>
5664
5665 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
5666 * gdb.python/py-finish-breakpoint2.exp: Likewise.
5667 * gdb.python/python.exp: Likewise. Use .py file on the host
5668 instead of the build.
5669
22fd09ae
JK
56702014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5671
5672 * gdb.threads/gcore-stale-thread.c: New file.
5673 * gdb.threads/gcore-stale-thread.exp: New file.
5674
a8454a7c
PA
56752014-08-21 Pedro Alves <palves@redhat.com>
5676
5677 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
5678 * gdb.base/gcore-relro-pie.exp: Likewise.
5679 * gdb.base/gcore-relro.exp: Likewise.
5680 * gdb.base/gcore.exp: Likewise.
5681 * gdb.base/print-symbol-loading.exp: Likewise.
5682 * gdb.threads/gcore-thread.exp: Likewise.
5683 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
5684
2a31c623
PA
56852014-08-20 Pedro Alves <palves@redhat.com>
5686 Jan Kratochvil <jan.kratochvil@redhat.com>
5687
5688 * Makefile.in (EXTRA_RULES, CC): New variables, get from
5689 configure.
5690 (EXPECT): Handle READ1 being set.
5691 (all): Depend on EXTRA_RULES.
5692 (check-read1, expect-read1, read1.so, read1): New rules.
5693 * README (Testsuite Parameters): Document the READ1 make variable.
5694 (Race detection): New section.
5695 * configure: Regenerate.
5696 * configure.ac: If build==host==target, and running under a
5697 GNU/glibc system, add read1 to the extra Makefile rules.
5698 (EXTRA_RULES): AC_SUBST it.
5699 * lib/read1.c: New file.
5700
d36430db
JB
57012014-08-20 Joel Brobecker <brobecker@adacore.com>
5702
5703 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
5704 the handling of variables declared as a typedef to an array
5705 which a DW_AT_data_location attribute.
5706
9a0dc9e3
PA
57072014-08-19 Andrew Burgess <aburgess@broadcom.com>
5708 Pedro Alves <palves@redhat.com>
5709
5710 PR symtab/14604
5711 PR symtab/14605
5712 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
5713 gdb_test.
5714
0718a8da
PA
57152014-08-19 Pedro Alves <palves@redhat.com>
5716
5717 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
5718
13b448cd
YQ
57192014-08-19 Yao Qi <yao@codesourcery.com>
5720
5721 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
5722 right line.
5723
1cbf5077
DB
57242014-08-18 David Blaikie <dblaikie@gmail.com>
5725
5726 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
5727
bf0fae19
JB
57282014-08-18 Joel Brobecker <brobecker@adacore.com>
5729
5730 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
5731 attribute in array range.
5732
3c8c5dcc
JB
57332014-08-18 Joel Brobecker <brobecker@adacore.com>
5734
5735 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
5736
e66d4446
SC
57372014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5738
5739 PR c++/17132
5740 * gdb.cp/pr17132.cc: New file.
5741 * gdb.cp/pr17132.exp: New file.
5742
940df408
SC
57432014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5744
5745 * gdb.python/py-xmethods.py (A_getarrayind)
5746 (E_method_char_worker.__call__, E_method_int_worker.__call__):
5747 Use 'print' with function call syntax.
5748 (E_method_matcher.match): Fix tab vs space indentation mixup.
5749
ebcc6c3a
YQ
57502014-08-15 Yao Qi <yao@codesourcery.com>
5751
5752 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
5753 false.
5754
775e0f04
YQ
57552014-08-15 Yao Qi <yao@codesourcery.com>
5756
5757 * gdb.cp/casts.exp: Set print symbol off.
5758 * gdb.cp/class2.exp: Likewise.
5759 * gdb.cp/overload.exp: Likewise.
5760 * gdb.cp/templates.exp: Likewise.
5761
d769e349
DE
57622014-08-11 Doug Evans <dje@google.com>
5763
5764 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5765 (test_load_shlib): Update.
5766
20c6f1e1
YQ
57672014-08-09 Yao Qi <yao@codesourcery.com>
5768
5769 * gdb.base/display.exp: Invoke is_address_zero_readable.
5770 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
5771 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5772 * gdb.base/hbreak-unmapped.exp: Return if
5773 is_address_zero_readable returns true.
5774 * gdb.base/signest.exp: Likewise.
5775 * gdb.base/signull.exp: Likewise.
5776 * gdb.base/sigbpt.exp: Likewise.
5777 * gdb.guile/scm-disasm.exp: Do the test if
5778 is_address_zero_readable returns false.
5779 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
5780 * gdb.python/py-arch.exp: Likewise.
5781 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
5782 * lib/gdb.exp (is_address_zero_readable): New proc.
5783
5792e8e3
YQ
57842014-08-09 Yao Qi <yao@codesourcery.com>
5785
5786 PR testsuite/13443
5787 * gdb.mi/mi-var-display.exp: Make test messages unique.
5788
3cecbbbe
TT
57892014-08-04 Tom Tromey <tromey@redhat.com>
5790
5791 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
5792 target 0".
5793
00b51ff5
TT
57942014-08-04 Tom Tromey <tromey@redhat.com>
5795
5796 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
5797 "target_resume".
5798
6908c509
JB
57992014-08-01 Joel Brobecker <brobecker@adacore.com>
5800
5801 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
5802 inner_vla_struct_object_size.
5803 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
5804 as xfail.
5805
cc6563d2
PA
58062014-07-30 Pedro Alves <palves@redhat.com>
5807
5808 * gdb.threads/signal-command-handle-nopass.exp (test): Add
5809 comment.
5810
7e09a223
YQ
58112014-07-29 Yao Qi <yao@codesourcery.com>
5812
5813 PR gdb/17206
5814 * gdb.base/until-nodebug.exp: New.
5815
7ebdbe92
DE
58162014-07-28 Doug Evans <xdje42@gmail.com>
5817
5818 PR guile/17203
5819 * gdb.guile/scm-parameter.exp: Add tests for trying to create
5820 previously existing parameter, and previously ambiguously spelled
5821 parameter.
5822
fdb1adc6
WN
58232014-07-28 Will Newton <will.newton@linaro.org>
5824
5825 * gdb.base/varargs.exp: Remove KFAILs for ARM.
5826
186fcde0
DE
58272014-07-26 Ludovic Courtès <ludo@gnu.org>
5828 Doug Evans <xdje42@gmail.com>
5829
5830 PR guile/17146
5831 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
5832
70509625
PA
58332014-07-25 Pedro Alves <palves@redhat.com>
5834
5835 * gdb.threads/signal-command-handle-nopass.c: New file.
5836 * gdb.threads/signal-command-handle-nopass.exp: New file.
5837 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
5838 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
5839 * gdb.threads/signal-delivered-right-thread.c: New file.
5840 * gdb.threads/signal-delivered-right-thread.exp: New file.
5841
c3f814a1
PA
58422014-07-25 Pedro Alves <palves@redhat.com>
5843
5844 * gdb.base/double-prompt-target-event-error.exp
5845 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
5846 match.
5847 (cancel_pagination_in_target_event): Rework double prompt
5848 detection.
5849 * gdb.base/paginate-after-ctrl-c-running.exp
5850 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
5851 <return>' match.
5852 * gdb.base/paginate-bg-execution.exp
5853 (test_bg_execution_pagination_return)
5854 (test_bg_execution_pagination_cancel): Remove '-notransfer
5855 <return>' matches.
5856 * gdb.base/paginate-execution-startup.exp
5857 (test_fg_execution_pagination_return)
5858 (test_fg_execution_pagination_cancel): Remove '-notransfer
5859 <return>' matches.
5860 * gdb.base/paginate-inferior-exit.exp
5861 (test_paginate_inferior_exited): Remove '-notransfer <return>'
5862 match.
5863 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
5864 * lib/gdb.exp (pagination_prompt): Run text through
5865 string_to_regexp.
5866 (gdb_test_multiple): Match $pagination_prompt instead of
5867 "<return>".
5868 (string_to_regexp): Move to lib/gdb-utils.exp.
5869
e214cf6c
JK
58702014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5871
5872 * gdb.arch/amd64-entry-value-paramref.S: New file.
5873 * gdb.arch/amd64-entry-value-paramref.cc: New file.
5874 * gdb.arch/amd64-entry-value-paramref.exp: New file.
5875 * gdb.arch/amd64-optimout-repeat.S: New file.
5876 * gdb.arch/amd64-optimout-repeat.c: New file.
5877 * gdb.arch/amd64-optimout-repeat.exp: New file.
5878
17d0c5c8
JK
58792014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5880
5881 PR gdb/17170
5882 * gdb.base/statistics.exp: New file.
5883
b8b8facf
DE
58842014-07-17 Doug Evans <dje@google.com>
5885
74b49205 5886 PR gdb/17170
b8b8facf
DE
5887 * gdb.base/maint.exp: Update testing of per-command stats.
5888
1b5d0ab3
PA
58892014-07-16 Pedro Alves <palves@redhat.com>
5890
5891 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
5892 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
5893 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
5894 (tfile_write_buf): New functions.
5895 (add_memory_block): Rewrite using the above.
5896 (adjust_function_address): New function.
5897 (FUNCTION_ADDRESS): New macro.
5898 (write_basic_trace_file): Remove short_x local, and use
5899 tfile_write_16. Change type of func_addr local to unsigned long
5900 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
5901 here. Cast argument of add_memory_block to char pointer.
5902 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
5903 (main): Remove parameters.
5904 * gdb.trace/tfile.exp: Remove nowarnings.
5905
4d974e88
SM
59062014-07-15 Simon Marchi <simon.marchi@ericsson.com>
5907
5908 * gdb.base/debug-expr.exp: Test string evaluation with
5909 "debug expression" on.
5910
41e99568
PA
59112014-07-15 Pedro Alves <palves@redhat.com>
5912
5913 * gdb.base/reread.exp: Use clean_restart.
5914
487d9753
PL
59152014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
5916
5917 * gdb.arch/avr-flash-qualifer.c: New.
5918 * gdb.arch/avr-flash-qualifer.exp: New.
5919
cc1c52ad
PA
59202014-07-14 Pedro Alves <palves@redhat.com>
5921
5922 * gdb.base/paginate-after-ctrl-c-running.c: New file.
5923 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
5924
1e973570
PA
59252014-07-14 Pedro Alves <palves@redhat.com>
5926
5927 * gdb.base/double-prompt-target-event-error.c: New file.
5928 * gdb.base/double-prompt-target-event-error.exp: New file.
5929
93d6eb10
PA
59302014-07-14 Pedro Alves <palves@redhat.com>
5931
5932 PR gdb/17072
5933 * gdb.base/paginate-inferior-exit.c: New file.
5934 * gdb.base/paginate-inferior-exit.exp: New file.
5935
0017922d
PA
59362014-07-14 Pedro Alves <palves@redhat.com>
5937
5938 PR gdb/17072
5939 * gdb.base/paginate-bg-execution.c: New file.
5940 * gdb.base/paginate-bg-execution.exp: New file.
5941
94696ad3
PA
59422014-07-14 Pedro Alves <palves@redhat.com>
5943
5944 PR gdb/17072
5945 * gdb.base/paginate-execution-startup.c: New file.
5946 * gdb.base/paginate-execution-startup.exp: New file.
5947 * lib/gdb.exp (pagination_prompt): New global.
5948 (default_gdb_spawn): New procedure, factored out from
5949 default_gdb_spawn.
5950 (default_gdb_start): Adjust to call default_gdb_spawn.
5951 (gdb_spawn): New procedure.
5952
bd293940
PA
59532014-07-14 Pedro Alves <palves@redhat.com>
5954
5955 * lib/gdb.exp (gdb_assert): New procedure.
5956 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
5957
c933f875
PA
59582014-07-14 Pedro Alves <palves@redhat.com>
5959
5960 * gdb.base/execution-termios.c: New file.
5961 * gdb.base/execution-termios.exp: New file.
5962
d98b7a16
TT
59632014-07-14 Tom Tromey <tromey@redhat.com>
5964
5965 * gdb.cp/vla-cxx.cc: New file.
5966 * gdb.cp/vla-cxx.exp: New file.
5967
548740d6
TT
59682014-07-14 Tom Tromey <tromey@redhat.com>
5969
5970 * gdb.reverse/rerun-prec.c: New file.
5971 * gdb.reverse/rerun-prec.exp: New file.
5972
a25eb028
MR
59732014-07-12 Maciej W. Rozycki <macro@mips.com>
5974 Maciej W. Rozycki <macro@codesourcery.com>
5975
5976 * lib/gdb-utils.exp: New file.
5977 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
5978 inline `gdb_init_command' processing.
5979 (gdb_start_cmd): Likewise.
5980 * lib/mi-support.exp (mi_run_cmd): Likewise.
5981 * README: Document `gdb_init_command' and `gdb_init_commands'.
5982
218c2655
JK
59832014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5984
5985 Fix false FAIL running under a very long directory name.
5986 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
5987 and "set print elements 10000". Twice.
5988
5401fde3
YQ
59892014-07-11 Yao Qi <yao@codesourcery.com>
5990
5991 * gdb.base/exprs.exp: "set print symbol off".
5992
e76126e8
PA
59932014-07-11 Pedro Alves <palves@redhat.com>
5994
5995 * gdb.threads/kill.c: New file.
5996 * gdb.threads/kill.exp: New file.
5997
2d6f0de6
YQ
59982014-07-10 Yao Qi <yao@codesourcery.com>
5999
6000 * gdb.trace/tfile.c (write_basic_trace_file)
6001 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
6002 address written to trace file.
6003
7180e04a
PA
60042014-07-09 Pedro Alves <palves@redhat.com>
6005
6006 * gdb.base/attach-wait-input.exp: New file.
6007 * gdb.base/attach-wait-input.c: New file.
6008
9a9a7608
AB
60092014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6010
6011 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
6012 setting up test structures.
6013 (main): Call new test function.
6014 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
6015 test function, continue into test function and walk test
6016 structures.
6017
161ac41e
YQ
60182014-07-02 Yao Qi <yao@codesourcery.com>
6019
6020 * gdb.trace/entry-values.c: Define labels 'foo_start' and
6021 'bar_start' at the beginning of functions 'foo' and 'bar'
6022 respectively.
6023 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
6024 instead of 'foo' and 'bar'.
6025
1f267ae3
MM
60262014-07-08 Markus Metzger <markus.t.metzger@intel.com>
6027
6028 * gdb.btrace/segv.exp: New.
6029 * gdb.btrace/segv.c: New.
6030
2b239efb
LM
60312014-07-02 Luis Machado <lgustavo@codesourcery.com>
6032
6033 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
6034 instruction.
6035
cf363f18
MW
60362014-06-30 Mark Wielaard <mjw@redhat.com>
6037
6038 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
6039 vulture, vilify, villar): New volatile array constants.
6040 (vindictive, vegetation): New const volatile array constants.
6041 * gdb.base/volatile.exp: Test volatile and const volatile array
6042 types.
6043
aebf9d24
AA
60442014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6045
6046 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
6047 target lacks support for awatch, rwatch, or hbreak.
6048
b67a2c6f
YQ
60492014-06-27 Yao Qi <yao@codesourcery.com>
6050
6051 * gdb.multi/dummy-frame-restore.exp: New.
6052 * gdb.multi/dummy-frame-restore.c: New.
6053
aef92902
MM
60542014-06-25 Markus Metzger <markus.t.metzger@intel.com>
6055
6056 * gdb.btrace/gcore.exp: New.
6057
8e9db26e
PA
60582014-06-23 Pedro Alves <palves@redhat.com>
6059
6060 * gdb.base/watchpoint-reuse-slot.c: New file.
6061 * gdb.base/watchpoint-reuse-slot.exp: New file.
6062
70afc5b7
SC
60632014-06-23 Siva Chandra Reddy <sivachandra@google.com>
6064
6065 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
6066 progspace's filename in 'info', 'enable' and 'disable' command
6067 tests.
6068
b972bd9c
JK
60692014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6070
6071 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
6072 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6073 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
6074
125f8a3d
GB
60752014-06-20 Gary Benson <gbenson@redhat.com>
6076
6077 * gdb.arch/i386-avx.exp: Fix include file location.
6078 * gdb.arch/i386-sse.exp: Likewise.
6079
3ed9baed
IB
60802014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
6081
6082 * gdb.dlang/expression.exp: New file.
6083
034f788c
PA
60842014-06-19 Pedro Alves <palves@redhat.com>
6085
6086 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
6087 out from ...
6088 (top level): ... here. Iterate running tests under different
6089 scheduler-locking settings.
6090
45371d0c
LM
60912014-06-18 Luis Machado <lgustavo@codesourcery.com>
6092
6093 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
6094 to DW_FORM_addr and use non-zero addresses.
6095
5d376983
SC
60962014-06-18 Siva Chandra Reddy <sivachandra@google.com>
6097
6098 PR gdb/17017
6099 * gdb.python/py-xmethods.cc: Add global function call counters and
6100 increment them in their respective functions. Remove "cout"
6101 statements.
6102 * gdb.python/py-xmethods.exp: Make tests check the global function
6103 call counters instead of depending on inferior IO.
6104
a1aa2221
LM
61052014-06-18 Don Breazeal <donb@codesourcery.com>
6106
6107 * gdb.base/foll-fork.exp (default_fork_parent_follow):
6108 Deleted procedure.
6109 (explicit_fork_parent_follow): Deleted procedure.
6110 (explicit_fork_child_follow): Deleted procedure.
6111 (test_follow_fork): New procedure.
6112 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 6113 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
6114 procedure calls.
6115
0fc05997
YQ
61162014-06-17 Yao Qi <yao@codesourcery.com>
6117
6118 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
6119 CP1252.
6120
70795c52
LM
61212014-06-17 Luis Machado <lgustavo@codesourcery.com>
6122
6123 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
6124 Initialize ptr and S explicitly.
6125 (skip_type_update_when_not_use_rtti_test): Likewise.
6126
6be47f0c
KS
61272014-06-16 Keith Seitz <keiths@redhat.com>
6128
6129 PR mi/15863
6130 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
6131 the inferior is started.
6132
d03de421
PA
61332014-06-16 Pedro Alves <palves@redhat.com>
6134
6135 * gdb.base/break-main-file-remove-fail.c: New file.
6136 * gdb.base/break-main-file-remove-fail.exp: New file.
6137 * gdb.base/break-unload-file.exp: Use build_executable instead of
6138 prepare_for_testing.
6139 (test_break): New parameter "initial_load". Handle it.
6140 (top level): Add initial_load cmdline/file axis.
6141
f9579b99
TT
61422014-06-12 Tom Tromey <tromey@redhat.com>
6143
6144 * gdb.base/completion.exp: Don't use directory name in test.
6145
3657956b
GB
61462014-06-09 Gary Benson <gbenson@redhat.com>
6147
6148 * gdb.base/sigall.c [Functions to send signals]: Reorder to
6149 separate the always-available ANSI-standard signals from the
6150 signals that require checking.
6151 (main): Likewise.
6152 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
6153 Likewise.
6154 (main): Likewise.
6155
4186eb54
KS
61562014-06-07 Keith Seitz <keiths@redhat.com>
6157
6158 Revert:
6159 PR c++/16253
6160 * gdb.cp/var-tag.cc: New file.
6161 * gdb.cp/var-tag.exp: New file.
6162 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6163 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6164 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6165 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6166
25326a28 61672014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
6168
6169 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
6170
829155c9
PA
61712014-06-06 Pedro Alves <palves@redhat.com>
6172
6173 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
6174 in target debug output instead of looking at RSP packets,
6175 disabling the test on any target that uses hardware stepping.
6176 Update comments.
6177
61c8d22e
PA
61782014-06-06 Pedro Alves <palves@redhat.com>
6179
6180 * gdb.base/break-unload-file.exp: Fix typo.
6181
d9a47287
YQ
61822014-06-06 Yao Qi <yao@codesourcery.com>
6183
6184 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
6185 from "jit_function" to "^jit_function".
6186
e5e01dbf
YQ
61872014-06-06 Yao Qi <yao@codesourcery.com>
6188
6189 * gdb.base/async.c (foo): Add one statement.
6190 * gdb.base/async.exp: Get the next instruction address and
6191 match the output of "nexti" by instruction address. Match
6192 the hex address in the output of "finish".
6193
73ba372c
GB
61942014-06-06 Gary Benson <gbenson@redhat.com>
6195
6196 * gdb.base/call-signals.c: Remove preprocessor conditionals
6197 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
6198 SIGSEGV and SIGTERM.
6199 * gdb.base/sigall.c: Likewise.
6200 * gdb.base/unwindonsignal.c: Likewise.
6201 * gdb.reverse/sigall-reverse.c: Likewise.
6202
831517df
YQ
62032014-06-06 Yao Qi <yao@codesourcery.com>
6204
6205 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
6206 readable, skip the test.
6207
b8b91e98
YQ
62082014-06-06 Yao Qi <yao@codesourcery.com>
6209
6210 * gdb.threads/staticthreads.c (thread_function): Move the line
6211 setting breakpoint on forward.
6212 * gdb.threads/staticthreads.exp: Update comments.
6213
fb934770
LC
62142014-06-05 Ludovic Courtès <ludo@gnu.org>
6215
6216 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
6217 "history-append! type error".
6218
6ef284bd
SM
62192014-06-05 Simon Marchi <simon.marchi@ericsson.com>
6220
6221 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
6222 erroneous dprintf expected input.
6223
a872e241
DE
62242014-06-04 Doug Evans <xdje42@gmail.com>
6225
6226 * gdb.guile/scm-generics.exp: Delete.
6227
16f691fb
DE
62282014-06-04 Doug Evans <xdje42@gmail.com>
6229
6230 * gdb.guile/scm-breakpoint.exp: Update.
6231 Add tests for breakpoint registration.
6232
012370f6
TT
62332014-06-04 Tom Tromey <tromey@redhat.com>
6234
6235 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
6236 VLA-in-union.
6237 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
6238 inner_vla_struct, vla_union types. Initialize objects of those
6239 types and compute their sizes.
6240
9f5a4cef
HZ
62412014-06-04 Nathan Sidwell <nathan@codesourcery.com>
6242 Hui Zhu <hui@codesourcery.com>
6243
6244 * gdb.base/fileio.exp: Add test for shell not available as well as
6245 available.
6246 * gdb.base/fileio.c (test_system): Check for shell twice.
6247
90a45c4d
YQ
62482014-06-04 Yao Qi <yao@codesourcery.com>
6249
6250 * gdb.base/auto-connect-native-target.exp: Remove redundant
6251 space from the regexp pattern.
6252
70017e41
YQ
62532014-06-04 Yao Qi <yao@codesourcery.com>
6254
6255 * gdb.base/default.exp: Replace "child" with "native" in
6256 regexp pattern.
6257
883964a7
SC
62582014-06-03 Siva Chandra Reddy <sivachandra@google.com>
6259
6260 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
6261 * gdb.python/py-xmethods.exp: New tests to test xmethods.
6262 * gdb.python/py-xmethods.py: Python script supporting the
6263 new testcase and tests.
6264
ef370185
JB
62652014-06-03 Joel Brobecker <brobecker@adacore.com>
6266 Pedro Alves <palves@redhat.com>
6267
6268 PR breakpoints/17000
6269 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
6270 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
6271
1e2ccb61
BM
62722014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
6273
6274 * gdb.base/subst.exp: Add tests to verify partial path matching
6275 output.
6276
c6ec5ab2
PA
62772014-06-03 Pedro Alves <palves@redhat.com>
6278
6279 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
6280 target that doesn't use software single-stepping.
6281
835c559f
PA
62822014-06-03 Pedro Alves <palves@redhat.com>
6283
6284 PR breakpoints/17000
6285 * gdb.base/sss-bp-on-user-bp-2.c: New file.
6286 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
6287
06eb1586
DE
62882014-06-02 Doug Evans <xdje42@gmail.com>
6289
6290 * gdb.guile/scm-parameter.exp: New file.
6291
e698b8c4
DE
62922014-06-02 Doug Evans <xdje42@gmail.com>
6293
6294 * gdb.guile/scm-cmd.c: New file.
6295 * gdb.guile/scm-cmd.exp: New file.
6296
ded03782
DE
62972014-06-02 Doug Evans <xdje42@gmail.com>
6298
6299 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
6300 pretty-printer lookup.
6301 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
6302 (make-pp_s-printer): Call it.
6303 (make-pretty-printer-from-dict): New function.
6304 (lookup-pretty-printer-maker-from-dict): New function.
6305 (*pretty-printer*): Simplify.
6306 (make-objfile-pp_s-printer): New function.
6307 (install-objfile-pretty-printers!): New function.
6308 (make-progspace-pp_s-printer): New function.
6309 (install-progspace-pretty-printers!): New function.
6310 * gdb.guile/scm-progspace.c: New file.
6311 * gdb.guile/scm-progspace.exp: New file.
6312
41fac0cf
PA
63132014-06-02 Pedro Alves <palves@redhat.com>
6314
6315 * gdb.base/dprintf-bp-same-addr.c: New file.
6316 * gdb.base/dprintf-bp-same-addr.exp: New file.
6317
96ae5695
EBM
63182014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6319
6320 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
6321 * gdb.arch/powerpc-power.s: Likewise.
6322
da02b3a8
JB
63232014-06-02 Joel Brobecker <brobecker@adacore.com>
6324
6325 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
6326
c72b2e7b
YQ
63272014-06-01 Yao Qi <yao@codesourcery.com>
6328
6329 * gdb.base/watchpoint.exp (test_watch_location): Check null
6330 pointer can be dereferenced. If not, do the test, otherwise
6331 skip it.
6332
53e8a631
AB
63332014-05-30 Andrew Burgess <aburgess@broadcom.com>
6334
6335 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
6336 results.
6337 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
6338
938f0e2f
AB
63392014-05-30 Andrew Burgess <aburgess@broadcom.com>
6340
6341 * gdb.arch/amd64-invalid-stack-middle.S: New file.
6342 * gdb.arch/amd64-invalid-stack-middle.c: New file.
6343 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
6344 * gdb.arch/amd64-invalid-stack-top.c: New file.
6345 * gdb.arch/amd64-invalid-stack-top.exp: New file.
6346
9ba6657a
PA
63472014-05-30 Pedro Alves <palves@redhat.com>
6348
6349 PR breakpoints/17000
6350 * gdb.base/sss-bp-on-user-bp.c: New file.
6351 * gdb.base/sss-bp-on-user-bp.exp: New file.
6352
522c09bf
DB
63532014-05-30 David Blaikie <dblaikie@gmail.com>
6354
6355 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
6356 gnu_inline semantics via attribute.
6357 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
6358 source explicitly specifies the required semantics.
6359
bf4ef81e
MR
63602014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
6361
6362 * gdb.reverse/sigall-reverse.exp: Fix a typo.
6363
329ea579
PA
63642014-05-29 Pedro Alves <palves@redhat.com>
6365 Tom Tromey <tromey@redhat.com>
6366
6367 * gdb.base/async-shell.exp: Don't enable target-async.
6368 * gdb.base/async.exp
6369 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
6370 parameter. Adjust.
6371 (top level): Don't test with "target-async".
6372 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
6373 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
6374 * gdb.base/inferior-died.exp: Don't enable target-async.
6375 * gdb.base/interrupt-noterm.exp: Likewise.
6376 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
6377 * gdb.mi/mi-nonstop-exit.exp: Likewise.
6378 * gdb.mi/mi-nonstop.exp: Likewise.
6379 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6380 * gdb.mi/mi-nsintrall.exp: Likewise.
6381 * gdb.mi/mi-nsmoribund.exp: Likewise.
6382 * gdb.mi/mi-nsthrexec.exp: Likewise.
6383 * gdb.mi/mi-watch-nonstop.exp: Likewise.
6384 * gdb.multi/watchpoint-multi.exp: Adjust comment.
6385 * gdb.python/py-evsignal.exp: Don't enable target-async.
6386 * gdb.python/py-evthreads.exp: Likewise.
6387 * gdb.python/py-prompt.exp: Likewise.
6388 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
6389 * gdb.server/solib-list.exp: Don't enable target-async.
6390 * gdb.threads/thread-specific-bp.exp: Likewise.
6391 * lib/mi-support.exp: Adjust to use mi-async.
6392
fd664c91
PA
63932014-05-29 Pedro Alves <palves@redhat.com>
6394
6395 PR gdb/13860
6396 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
6397 reason, even in sync mode.
6398
251bde03
PA
63992014-05-29 Pedro Alves <palves@redhat.com>
6400 Hui Zhu <hui@codesourcery.com>
6401
6402 PR PR15693
6403 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
6404 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
6405 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
6406 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
6407
7f3c0343
JB
64082014-05-28 Joel Brobecker <brobecker@adacore.com>
6409
6410 * config/monitor.exp (gdb_target_monitor): Replace use of
6411 "set remotebaud" by "set serial baud".
6412
b2715b27
AW
64132014-05-26 Andy Wingo <wingo@igalia.com>
6414
6415 * gdb.guile/scm-breakpoint.exp:
6416 * gdb.guile/scm-gsmob.exp: Update to use plain old object
6417 properties instead of gdb-object-properties.
6418
498a4489
YQ
64192014-05-26 Yao Qi <yao@codesourcery.com>
6420
6421 * gdb.server/no-thread-db.exp: Specify source file name
6422 explicitly when setting a breakpoint.
6423
589fdceb
MM
64242014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6425
6426 * gdb.btrace/vdso.c: New.
6427 * gdb.btrace/vdso.exp: New.
6428
e9089e05
MM
64292014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6430
6431 * gdb.base/gcore.exp (capture_command_output): Move ...
6432 * lib/gdb.exp (capture_command_output): ... here.
6433
67b5c0c1
MM
64342014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6435
6436 * gdb.btrace/data.exp: Test memory access during btrace replay.
6437
a2199296
SM
64382014-05-22 Simon Marchi <simon.marchi@ericsson.com>
6439
6440 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
6441
17b2616c
PA
64422014-05-21 Pedro Alves <palves@redhat.com>
6443
6444 PR gdb/13860
6445 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
6446 (top level): Test that output related to execution commands is
6447 sent to the console with CLI commands, but not with MI commands.
6448 Test that breakpoint events are always mirrored to the console.
6449 Also expect the new source line to be output after a "next" in
6450 async mode too. Make it a pass/fail test.
6451 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
6452 output.
6453 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
6454
5166082f
PA
64552014-05-21 Pedro Alves <palves@redhat.com>
6456
6457 * gdb.base/list.exp (build_pattern, test_list): New procedures.
6458 Use them to test variations of "list" after reaching a breakpoint.
6459 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
6460 Test "list" with listsize 10 after reaching a breakpoint.
6461 * gdb.python/python.exp (decode_line current location line
6462 number): Adjust expected line number.
6463
2f25d70f
SM
64642014-05-21 Simon Marchi <simon.marchi@ericsson.com>
6465
6466 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
6467 behavior for $args, pass it directly to "run".
6468
ff604a67
MR
64692014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
6470
6471 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
6472 30000 to 65536.
6473
6a3cb8e8
PA
64742014-05-21 Pedro Alves <palves@redhat.com>
6475
6476 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
6477 auto-connect-native-target off".
6478 * gdb.base/auto-connect-native-target.c: New file.
6479 * gdb.base/auto-connect-native-target.exp: New file.
6480
4ebfc96e
PA
64812014-05-21 Pedro Alves <palves@redhat.com>
6482
6483 * gdb.base/default.exp: Test "target native" instead of "target
6484 child".
6485
36d46afb
MW
64862014-05-21 Mark Wielaard <mjw@redhat.com>
6487
6488 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6489
5876f503
JK
64902014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6491
6492 Fix TLS access for -static -pthread.
6493 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
6494 <HAVE_TLS> (thread_function, main): Initialize it.
6495 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
6496 Add clean_restart.
6497 <$have_tls != "">: Check TLSVAR.
6498
0256a6ac
PA
64992014-05-21 Pedro Alves <palves@redhat.com>
6500
6501 * gdb.base/dcache-line-read-error.c: New.
6502 * gdb.base/dcache-line-read-error.exp: New.
6503
936d2992
PA
65042014-05-20 Pedro Alves <palves@redhat.com>
6505
6506 * gdb.base/compare-sections.c: New file.
6507 * gdb.base/compare-sections.exp: New file.
6508
802e8e6d
PA
65092014-05-20 Pedro Alves <palves@redhat.com>
6510
6511 * gdb.base/break-idempotent.c: New file.
6512 * gdb.base/break-idempotent.exp: New file.
6513
e59fa00f
MM
65142014-05-20 Markus Metzger <markus.t.metzger@intel.com>
6515
6516 * gdb.btrace/nohist.exp: New.
6517
8b696e31
YQ
65182014-05-20 Yao Qi <yao@codesourcery.com>
6519
6520 * lib/gdb.exp (gdb_init): Set timeout if test file is under
6521 gdb.reverse directory and gdb_reverse_timeout exists in board
6522 setting.
6523 * README: Document gdb_reverse_timeout.
6524
73c9764f
YQ
65252014-05-20 Yao Qi <yao@codesourcery.com>
6526
6527 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
6528 'test_file_name'. Treat args as a string instead of a list.
6529 (gdb_init): Rename argument 'args' by 'test_file_name'.
6530
f1f4348a
JK
65312014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6532
6533 * gdb.arch/powerpc-power.exp: New file.
6534 * gdb.arch/powerpc-power.s: New file.
6535
0dbe70ce
DE
65362014-05-16 Doug Evans <dje@google.com>
6537
6538 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
6539 * gdb.base/completion.exp: Check that all expected files exist
6540 before doing file completion.
0dbe70ce 6541
8d551b02
DE
65422014-05-16 Doug Evans <dje@google.com>
6543
6544 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
6545 Update.
6546 (do_syscall_tests_without_xml): Update.
6547
73eb7709
PA
65482014-05-16 Pedro Alves <palves@redhat.com>
6549
6550 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
6551 instead of "unknown output after running".
6552
3fae92fc
YQ
65532014-05-16 Yao Qi <yao@codesourcery.com>
6554
6555 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
6556 file1.txt from host at the end.
6557 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6558
c2b2ccc5
DE
65592014-05-15 Doug Evans <dje@google.com>
6560
6561 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
6562 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
6563 loading file. Add test for TU lookup.
6564
8c217a4b
SM
65652014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6566
6567 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
6568 calling "-exec-arguments" or "set args" before running the
6569 inferior.
6570
3deb39c6
SM
65712014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6572
6573 * lib/mi-support.exp (mi_expect_stop): Expect message for
6574 inferiors that exit with non-zero exit code.
6575
71a79f8c
YQ
65762014-05-14 Yao Qi <yao@codesourcery.com>
6577
6578 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
6579 match absolute path on remote host.
6580 (test_file_list_exec_source_files): Remove "/" from the
6581 pattern.
6582
f23fcd46
YQ
65832014-05-14 Yao Qi <yao@codesourcery.com>
6584
6585 * boards/local-remote-host-notty.exp (${board}_file): New
6586 proc.
6587
9404b58f
KM
65882014-05-07 Kyle McMartin <kyle@redhat.com>
6589
6590 Pushed by Joel Brobecker <brobecker@adacore.com>.
6591 * gdb.arch/aarch64-atomic-inst.c: New file.
6592 * gdb.arch/aarch64-atomic-inst.exp: New file.
6593
5e45f04c
YQ
65942014-05-07 Yao Qi <yao@codesourcery.com>
6595
6596 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
6597 in current context" too.
6598
c888a17d
KS
65992014-05-05 Keith Seitz <keiths@redhat.com>
6600
6601 * gdb.linespec/ls-dollar.exp: Add test for linespec
6602 file:convenience_variable.
6603
290a839c
YQ
66042014-05-05 Yao Qi <yao@codesourcery.com>
6605
6606 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
6607 traceframes into tfile and ctf trace files. Read data from
6608 trace file and test collected data.
6609 (gdb_collect_locals_test): Likewise.
6610 (gdb_unavailable_registers_test): Likewise.
6611 (gdb_unavailable_floats): Likewise.
6612 (gdb_collect_globals_test): Likewise.
6613 (top-level): Append "ctf" to trace_file_targets if GDB
6614 supports.
6615
b5262cd0
YQ
66162014-05-05 Yao Qi <yao@codesourcery.com>
6617
6618 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
6619 code to ...
6620 (gdb_collect_args_test_1): ... it. New proc.
6621 (gdb_collect_locals_test): Move some code to ...
6622 (gdb_collect_locals_test_1): ... it. New proc.
6623 (gdb_unavailable_registers_test): Move some code to ...
6624 (gdb_unavailable_registers_test_1): ... it. New proc.
6625 (gdb_unavailable_floats): Move some code to ...
6626 (gdb_unavailable_floats_1): ... it. New proc.
6627
30a1e6cc
SDJ
66282014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6629
6630 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
6631 probes to test for bitness recognition.
6632 * gdb.arch/amd64-stap-optional-prefix.exp
6633 (test_probe_value_without_reg): New procedure.
6634 Add code to test for different kinds of bitness.
6635
f33da99a
SDJ
66362014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6637
6638 PR breakpoints/16889
6639 * gdb.arch/amd64-stap-optional-prefix.S: New file.
6640 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6641
5b80f00d
PA
66422014-05-01 Pedro Alves <palves@redhat.com>
6643
6644 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
6645 gdb_file_cmd if no file is specified.
6646 * boards/native-extended-gdbserver.exp (gdb_load): Use the
6647 last_loaded_file to set the remote exec-file.
6648
f8c2a73c
PA
66492014-05-01 Pedro Alves <palves@redhat.com>
6650
6651 * boards/local-remote-host.exp: New file.
6652
be6e8ac7
PA
66532014-05-01 Pedro Alves <palves@redhat.com>
6654
6655 * boards/local-remote-host.exp: Rename to ...
6656 * boards/local-remote-host-notty.exp: ... this.
6657
cac0dc8f
JB
66582014-04-28 Joel Brobecker <brobecker@adacore.com>
6659
6660 * gdb.ada/dyn_arrayidx: New testcase.
6661
9730e6cc
YQ
66622014-04-26 Yao Qi <yao@codesourcery.com>
6663
6664 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
6665 and compute the length of function main. Save it in
6666 $main_length.
6667 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
6668 (top-level): Use gdb_compile to compile objects into
6669 executable and restart GDB. Remove invocation to
6670 prepare_for_testing.
6671
7ae1a6a6
PA
66722014-04-25 Simon Marchi <simon.marchi@ericsson.com>
6673 Pedro Alves <palves@redhat.com>
6674
6675 PR server/16255
6676 * gdb.multi/multi-attach.c: New file.
6677 * gdb.multi/multi-attach.exp: New file.
6678
4082afcc
PA
66792014-04-25 Pedro Alves <palves@redhat.com>
6680
6681 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
6682 user.
6683 (top level): Test that "set remote conditional-breakpoints-packet
6684 off" works as intended.
6685 * gdb.base/dprintf.exp: Test that "set remote
6686 breakpoint-commands-packet off" works as intended.
6687 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
6688 New function.
6689 (top level): Call it.
6690 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
6691 remote fast-tracepoints-packet off" works as intended.
6692 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
6693 * lib/gdb.exp (gdb_is_target_remote): ... here.
6694
2abc3f8d
DB
66952014-04-24 David Blaikie <dblaikie@gmail.com>
6696
6697 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
6698 ensure clang would not discard them.
6699 * gdb.base/gdbvars.c: Ditto.
6700 * gdb.base/memattr.c: Ditto.
6701 * gdb.base/whatis.c: Ditto.
6702 * gdb.python/py-prettyprint.c: Ditto.
6703 * gdb.trace/actions.c: Ditto.
6704 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
6705 ensure clang would not discard it.
6706
bfd39632
DB
67072014-04-24 David Blaikie <dblaikie@gmail.com>
6708
6709 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
6710 clang to emit the full definition of type required by the test
6711 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
6712
22842ff6
DB
67132014-04-24 David Blaikie <dblaikie@gmail.com>
6714
6715 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
6716 coax Clang into emitting the definition of the type.
6717 * gdb.cp/pr10728-x.h (y): Ditto.
6718 * gdb.cp/pr10728-y.cc (y): Ditto.
6719
c2e827ad
DB
67202014-04-24 David Blaikie <dblaikie@gmail.com>
6721
6722 * gdb.base/label.exp: XFAIL label related tests under Clang.
6723 * gdb.cp/cplabel.exp: Ditto.
6724 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
6725 under Clang those using labels.
6726
4c2d33e7
YQ
67272014-04-25 Yao Qi <yao@codesourcery.com>
6728
6729 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
6730 double_label.
6731 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
6732 partial_label and double_label.
6733
56083b99
DB
67342014-04-24 David Blaikie <dblaikie@gmail.com>
6735
6736 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
6737
25d4e99d
DB
67382014-04-24 David Blaikie <dblaikie@gmail.com>
6739
6740 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
6741 of the function to work across GCC and Clang.
6742 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
6743 pointer types (const void ** const V void **).
6744
01f9f808
MS
67452014-04-24 Michael Sturm <michael.sturm@mintel.com>
6746 Walfred Tedeschi <walfred.tedeschi@intel.com>
6747
6748 * Makefile.in (EXECUTABLES): Added i386-avx512.
6749 * gdb.arch/i386-avx512.c: New file.
6750 * gdb.arch/i386-avx512.exp: Likewise.
6751
4b48d439
KS
67522014-04-23 Keith Seitz <keiths@redhat.com>
6753
6754 * lib/mi-support.exp (mi_list_breakpoints): Delete.
6755 (mi_make_breakpoint_table): New procedure.
6756 (mi_create_breakpoint): Use mi_make_breakpoint
6757 and return the result.
6758 (mi_make_breakpoint): New procedure.
6759 (mi_build_kv_pairs): New procedure.
6760
6761 * gdb.mi/mi-break.exp: Remove unused globals,
6762 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
6763 All callers updated.
6764 * gdb.mi/mi-dprintf.exp: Use variable to track command
6765 number.
6766 Update all callers of mi_create_breakpoint and use
6767 mi_make_breakpoint_table.
6768 Remove any unused global variables.
6769 * gdb.mi/mi-nonstop.exp: Likewise.
6770 * gdb.mi/mi-nsintrall.exp: Likewise.
6771 * gdb.mi/mi-nsmoribund.exp: Likewise.
6772 * gdb.mi/mi-nsthrexec.exp: Likewise.
6773 * gdb.mi/mi-reverse.exp: Likewise.
6774 * gdb.mi/mi-simplerun.exp: Likewise.
6775 * gdb.mi/mi-stepn.exp: Likewise.
6776 * gdb.mi/mi-syn-frame.exp: Likewise.
6777 * gdb.mi/mi-until.exp: Likewise.
6778 * gdb.mi/mi-var-cp.exp: Likewise.
6779 * gdb.mi/mi-var-display.exp: Likewise.
6780 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
6781 * gdb.mi/mi2-var-child.exp: Likewise.
6782 * gdb.mi/mi-vla-c99.exp: Likewise.
6783 * lib/mi-support.exp: Likewise.
6784
6785 From Ian Lance Taylor <iant@cygnus.com>:
6786 * lib/gdb.exp (parse_args): New procedure.
6787
08351840
PA
67882014-04-23 Pedro Alves <palves@redhat.com>
6789
6790 * gdb.base/break-unload-file.c: New file.
6791 * gdb.base/break-unload-file.exp: New file.
6792 * gdb.base/sym-file-lib.c (baz): New function.
6793 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
6794 field.
6795 (load): Store the segment's mapped size.
6796 (unload): New function.
6797 (unload_shlib): New function.
6798 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
6799 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
6800 set a breakpoint at baz, and call it.
6801 * gdb.base/sym-file.exp: New tests for stale breakpoint
6802 instructions.
6803
076855f9
PA
68042014-04-23 Pedro Alves <palves@redhat.com>
6805
6806 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
6807 * gdb.base/hbreak-in-shr-unsupported.c: New file.
6808 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
6809 * gdb.base/hbreak-unmapped.c: New file.
6810 * gdb.base/hbreak-unmapped.exp: New file.
6811 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
6812 * lib/gdb.exp (gdb_is_target_remote): ... here.
6813
483805cf
PA
68142014-04-22 Pedro Alves <palves@redhat.com>
6815
6816 * gdb.base/consecutive-step-over.c: New file.
6817 * gdb.base/consecutive-step-over.exp: New file.
6818
06d97543
PA
68192014-04-22 Pedro Alves <palves@redhat.com>
6820
6821 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
6822 instead of send_gdb/gdb_expect.
6823
b4429ea2
YQ
68242014-04-22 Yao Qi <yao@codesourcery.com>
6825
6826 * lib/trace-support.exp (generate_tracefile): New procedure.
6827 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
6828 return 0.
6829 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
6830 if generate_tracefile returns 1.
6831
51d48146
PA
68322014-04-18 Tom Tromey <palves@redhat.com>
6833 Pedro alves <tromey@redhat.com>
6834
6835 PR backtrace/15558
6836 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
6837 with a backtrace limit.
6838 * gdb.python/py-frame-inline.exp: Test running to an inline
6839 function with a backtrace limit, and printing the newest frame.
6840 * gdb.python/py-frame-inline.c (main): Call f.
6841
bd1dce5f
MS
68422014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6843
6844 * gdb.java/jnpe.exp: Drop srcdir from untested path.
6845
40d1a503
MS
68462014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6847
6848 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
6849 Drop prefix from unsupported source file path.
6850
389b98f7
YQ
68512014-04-17 Yao Qi <yao@codesourcery.com>
6852
6853 * lib/gdb.exp (with_target_charset): New proc.
6854 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
6855 with_target_charset.
6856 (test_print_strings): Likewise.
6857 (test_repeat_bytes): Likewise.
6858 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
6859 for some tests.
6860
22869d73
KS
68612014-04-16 Keith Seitz <keiths@redhat.com>
6862
6863 PR gdb/15827
6864 * gdb.dwarf2/corrupt.c: New file.
6865 * gdb.dwarf2/corrupt.exp: New file.
6866
c4f87ca6
KS
68672014-04-16 Keith Seitz <keiths@redhat.com>
6868
6869 PR c++/16597
6870 * gdb.cp/namelessclass.cc: New file.
6871 * gdb.cp/namelessclass.exp: New file.
6872 * gdb.cp/namelessclass.S: New file.
6873
ab19de87
DE
68742014-04-16 Doug Evans <dje@google.com>
6875
6876 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
6877 Add comment.
6878 (gdbserver_default_get_comm_port): New function.
6879 (gdbserver_start): Check if board file provided
6880 "gdbserver,get_comm_port" and use it if so.
6881 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
6882 (gdb,socketport): Set to "stdio".
6883 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
6884 (stdio_gdbserver_template): Delete.
6885 (${board}_get_remote_address): Update.
6886 (${board}_build_remote_cmd): Delete.
6887 (${board}_get_comm_port): New function.
6888 (${board}_spawn): Update.
6889 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
6890 Delete.
6891 (${board}_get_remote_address): Update.
6892 (${board}_get_comm_port): New function.
6893
fc98a809
AB
68942014-04-16 Andrew Burgess <aburgess@broadcom.com>
6895
6896 * gdb.base/memattr.exp: Improve regexps to handle memory regions
6897 appearing in any order.
6898
87fd9e6e
DE
68992014-04-15 Doug Evans <dje@google.com>
6900
6901 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
6902 uninitialized value of "description".
6903
099fc3ea
KS
69042014-04-15 Keith Seitz <keiths@redhat.com>
6905
6906 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
6907 Remove unused globals.
6908 (test_running_the_program): Likewise.
6909 (test_controlled_execution): Likewise.
6910 (test_controlling_breakpoints): Likewise.
6911 (test_program_termination): Likewise.
6912
5da151d4
KS
69132014-04-15 Keith Seitz <keiths@redhat.com>
6914
6915 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
6916 unused globals.
6917 (test_rbreak_creation_and_listing): Likewise.
6918 (test_ignore_count): Likewise.
6919 (test_error): Likewise.
6920
35e5d2f0
PA
69212014-04-15 Pedro Alves <palves@redhat.com>
6922
6923 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
6924 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
6925 sym-file-loader.c.
6926 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6927 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6928 to sym-file-loader.c.
6929 (struct library): Forward declare.
6930 (load_shlib, lookup_function): Change prototypes.
6931 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6932 (translate_offset): Remove declarations.
6933 (get_text_addr): New declaration.
6934 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
6935 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
6936 sym-file-loader.h.
6937 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6938 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6939 here from sym-file-loader.h.
6940 (struct library): New structure.
6941 (load_shlib, lookup_function): Change prototypes and adjust to
6942 work with a struct library.
6943 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6944 (translate_offset): Make static.
6945 (get_text_addr): New function.
6946 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
6947
eb4c1710
PA
69482014-04-15 Pedro Alves <palves@redhat.com>
6949
6950 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
6951
2d1baf52
PA
69522014-04-15 Pedro Alves <palves@redhat.com>
6953
6954 * gdb.base/sym-file-loader.c: Include <limits.h>.
6955 (SELF_LINK): New define.
6956 (get_origin): New function.
6957 (load_shlib): Use it.
6958 * gdb.base/sym-file.exp: Don't early return if the target is
6959 remote. Use runto_main, and issue fail is that fails. Use
6960 gdb_load_shlibs.
6961 (shlib_name): Delete.
6962 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
6963
7dd6df01
PA
69642014-04-15 Pedro Alves <palves@redhat.com>
6965
6966 * gdb.base/sym-file.exp: Remove regex characters from test
6967 message. Don't refer to breakpoint numbers in test messages.
6968
b50c8614
KS
69692014-04-14 Keith Seitz <keiths@redhat.com>
6970
6971 PR c++/16253
6972 * gdb.cp/var-tag.cc: New file.
6973 * gdb.cp/var-tag.exp: New file.
6974 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6975 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6976 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6977 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6978
3d567982
TT
69792014-04-14 Tom Tromey <tromey@redhat.com>
6980
6981 * gdb.cp/classes.exp (test_enums): Handle underlying type.
6982 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
6983 type.
6984 * gdb.cp/enum-class.exp: New file.
6985 * gdb.cp/enum-class.cc: New file.
6986
0626fc76
TT
69872014-04-14 Tom Tromey <tromey@redhat.com>
6988
6989 * gdb.dwarf2/enum-type.exp: New file.
6990
dca325b3
SA
69912014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6992
6993 * gdb.mi/mi-vla-c99.exp: New file.
6994 * gdb.mi/vla.c: New file.
6995
5854b38a
SA
69962014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6997
6998 * gdb.base/vla-datatypes.c: New file.
6999 * gdb.base/vla-datatypes.exp: New file.
7000
463bb957
SA
70012014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7002
7003 * gdb.base/vla-ptr.c: New file.
7004 * gdb.base/vla-ptr.exp: New file.
7005
3dd170be
SA
70062014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7007
7008 * gdb.dwarf2/count.exp: New file.
7009
5ecaaa66
SA
70102014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7011
7012 * gdb.base/vla-sideeffect.c: New file.
7013 * gdb.base/vla-sideeffect.exp: New file.
7014
41f1ada5
DB
70152014-04-14 David Blaikie <dblaikie@gmail.com>
7016
7017 * gdb.mi/non-stop.c: Add return value for non-void function return
7018 statement.
7019 * gdb.threads/staticthreads.c: Ditto.
7020
0be03e84
DE
70212014-04-12 Siva Chandra Reddy <sivachandra@google.com>
7022 Doug Evans <xdje42@gmail.com>
7023
7024 * gdb.guile/scm-value.c: Improve test case.
7025 * gdb.guile/scm-value.exp: Add new test.
7026
f180a1fb
DB
70272014-04-11 David Blaikie <dblaikie@gmail.com>
7028
7029 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
7030 override Clang's default.
7031
6b662e19
JB
70322014-04-11 Joel Brobecker <brobecker@adacore.com>
7033
7034 Revert the following changes (regressions):
7035
7036 * gdb.base/vla-sideeffect.c: New file.
7037 * gdb.base/vla-sideeffect.exp: New file.
7038
7039 * gdb.dwarf2/count.exp: New file.
7040
7041 * gdb.base/vla-multi.c: New file.
7042 * gdb.base/vla-multi.exp: New file.
7043
7044 * gdb.base/vla-ptr.c: New file.
7045 * gdb.base/vla-ptr.exp: New file.
7046
7047 * gdb.base/vla-datatypes.c: New file.
7048 * gdb.base/vla-datatypes.exp: New file.
7049
7050 * gdb.mi/mi-vla-c99.exp: New file.
7051 * gdb.mi/vla.c: New file.
7052
245a5f0b
KS
70532014-04-11 Keith Seitz <keiths@redhat.com>
7054
7055 PR c++/16675
7056 * gdb.cp/cpsizeof.exp: New file.
7057 * gdb.cp/cpsizeof.cc: New file.
7058
58a84dcf
SA
70592014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7060
191a8a90
JB
7061 * gdb.mi/mi-vla-c99.exp: New file.
7062 * gdb.mi/vla.c: New file.
58a84dcf 7063
c8655f75
SA
70642014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7065
7066 * gdb.base/vla-datatypes.c: New file.
7067 * gdb.base/vla-datatypes.exp: New file.
7068
024e13b4
SA
70692014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7070
7071 * gdb.base/vla-ptr.c: New file.
7072 * gdb.base/vla-ptr.exp: New file.
7073
1a237e0e
SA
70742014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7075
7076 * gdb.base/vla-multi.c: New file.
7077 * gdb.base/vla-multi.exp: New file.
7078
504f3432
SA
70792014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7080
7081 * gdb.dwarf2/count.exp: New file.
7082
3bce8237
SA
70832014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7084
191a8a90
JB
7085 * gdb.base/vla-sideeffect.c: New file.
7086 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 7087
322f9c21
YQ
70882014-04-11 Yao Qi <yao@codesourcery.com>
7089
7090 * gdb.base/completion.exp: Check file exists before running tests
7091 on file completion.
7092
d708bcd1
PA
70932014-04-10 Pedro Alves <palves@redhat.com>
7094
7095 * gdb.base/cond-eval-mode.c: New file.
7096 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
7097 prepare_for_testing to build the new file. Check result of
7098 runto_main.
7099 (test_break, test_watch): New procedures.
7100 (top level): Use them.
7101
ae1d2761
PM
71022014-04-08 Pierre Muller <muller@sourceware.org>
7103
7104 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
7105 Ctrl-V use for mingw hosts.
7106
7af389b8
SC
71072014-04-07 Siva Chandra Reddy <sivachandra@google.com>
7108
7109 * gdb.python/py-value.c: Improve test case.
7110 * gdb.python/py-value.exp: Add new test.
7111
5e703181
DE
71122014-04-07 David Blaikie <dblaikie@gmail.com>
7113
7114 * lib/compiler.c: Identify the clang compiler.
7115 * lib/compiler.cc: Ditto.
7116
9810b410
YQ
71172014-04-03 Yao Qi <yao@codesourcery.com>
7118
7119 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
7120
98d1b8dc
AB
71212014-04-01 Anton Blanchard <anton@samba.org>
7122
7123 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
7124 messages unique.
7125
3114cea1
AB
71262014-04-01 Anton Blanchard <anton@samba.org>
7127
7128 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
7129 prepare_for_testing.
7130
62f7182c
AB
71312014-04-01 Anton Blanchard <anton@samba.org>
7132
7133 * gdb.arch/ppc64-atomic-inst.c: Remove.
7134 * gdb.arch/ppc64-atomic-inst.S: New file.
7135 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
7136
770e7fc7
DE
71372014-03-31 Doug Evans <dje@google.com>
7138
7139 * gdb.base/print-symbol-loading-lib.c: New file.
7140 * gdb.base/print-symbol-loading-main.c: New file.
7141 * gdb.base/print-symbol-loading.exp: New file.
7142
46e2bafa
YQ
71432014-03-31 Yao Qi <yao@codesourcery.com>
7144
7145 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
7146
8776cfe9
JB
71472014-03-28 Joel Brobecker <brobecker@adacore.com>
7148
7149 * gdb.ada/mi_dyn_arr: New testcase.
7150
5d1ef361
DE
71512014-03-27 Doug Evans <dje@google.com>
7152
7153 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
7154
b5bee914
YQ
71552014-03-27 Yao Qi <yao@codesourcery.com>
7156
7157 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
7158 if target is nios2-*-*.
7159
0d4d0e77
YQ
71602014-03-26 Yao Qi <yao@codesourcery.com>
7161
7162 * lib/gdb.exp (readline_is_used): New proc.
7163 * gdb.base/completion.exp: Move tests on command complete up.
7164 Skip the rest of tests if readline is not used.
7165 * gdb.ada/complete.exp: Skp the test if readline is not
7166 used.
7167 * gdb.base/filesym.exp: Likewise.
7168 * gdb.base/macscp.exp: Likewise.
7169 * gdb.base/readline-ask.exp: Likewise.
7170 * gdb.base/readline.exp: Likewise.
7171 * gdb.python/py-cmd.exp: Likewise.
7172 * gdb.trace/tfile.exp: Likewise.
7173
29361eee
YQ
71742014-03-26 Yao Qi <yao@codesourcery.com>
7175
7176 * gdb.base/macscp.exp: Fix code format issues.
7177
bc9a5525
UW
71782014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
7179
7180 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
7181 * gdb.asm/powerpc64le.inc: New file.
7182
d3839ede
PA
71832014-03-25 Pedro Alves <palves@redhat.com>
7184 Doug Evans <dje@google.com>
7185
7186 * gdb.base/source-execution.c: New file.
7187 * gdb.base/source-execution.exp: New file.
7188 * gdb.base/source-execution.gdb: New file.
7189
01672a57
DE
71902014-03-24 Doug Evans <dje@google.com>
7191
7192 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
7193 using fission.
7194
88bbeca9
HZ
71952014-03-24 Hui Zhu <hui@codesourcery.com>
7196 Pedro Alves <palves@redhat.com>
7197
7198 PR breakpoints/16101
7199 * gdb.base/dprintf.exp: Use unsupported rather than changing the
7200 test pass/fail messages. Detect missing support for dprintf when
7201 breakpoints are actually inserted.
7202 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
7203 breakpoints are actually inserted.
7204 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
7205 fails.
7206
d2348791
JK
72072014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7208
7209 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
7210
feef67ab
DE
72112014-03-22 Doug Evans <xdje42@gmail.com>
7212
7213 * gdb.python/python.exp (python not supported): Verify multi-line
7214 python command issues an error.
25d743f9 7215 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 7216 guile command issues an error.
feef67ab 7217
ecebef6a
MR
72182014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
7219
7220 * gdb.threads/thread-specific.exp: Handle the lack of usable
7221 $this_breakpoint and $this_thread.
7222
ccdd1909
HZ
72232014-03-21 Hui Zhu <hui@codesourcery.com>
7224
7225 * gdb.base/attach.exp (do_command_attach_tests): New.
7226
beb460e8
PA
72272014-03-20 Tom Tromey <tromey@redhat.com>
7228 Pedro Alves <palves@redhat.com>
7229
7230 PR cli/15718
7231 * gdb.base/condbreak-call-false.c: New file.
7232 * gdb.base/condbreak-call-false.exp: New file.
7233
40acf43a
PA
72342014-03-20 Pedro Alves <palves@redhat.com>
7235
7236 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
7237 Delete.
7238 (block_signals, unblock_signals): Delete.
7239 (child_function_2, main): Remove references to deleted variable
7240 and functions.
7241
9f5e1e02
PA
72422014-03-20 Pedro Alves <palves@redhat.com>
7243
7244 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
7245 Use pthread_kill to signal thread 2.
7246 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7247 Adjust to make the test send itself a signal rather than using the
7248 host's "kill" command.
7249
99619bea
PA
72502014-03-20 Pedro Alves <palves@redhat.com>
7251
7252 * gdb.threads/multiple-step-overs.c: New file.
7253 * gdb.threads/multiple-step-overs.exp: New file.
7254 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7255 Adjust expected infrun debug output.
7256
2adfaa28
PA
72572014-03-20 Pedro Alves <palves@redhat.com>
7258
7259 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
7260 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
7261
31e77af2
PA
72622014-03-20 Pedro Alves <palves@redhat.com>
7263
7264 PR breakpoints/7143
7265 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
7266 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
7267 of gdb_test_multiple.
7268 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
7269 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
7270
b9f437de
PA
72712014-03-20 Pedro Alves <palves@redhat.com>
7272
7273 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
7274 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
7275
05adc73e
PA
72762014-03-19 Pedro Alves <palves@redhat.com>
7277
7278 * gdb.base/async.exp: Remove early return.
7279
6048b950
PA
72802014-03-19 Pedro Alves <palves@redhat.com>
7281
7282 * gdb.base/async.exp (step& tests): Pass explicit test messages.
7283
8bcfb00a
PA
72842014-03-19 Pedro Alves <palves@redhat.com>
7285
7286 * gdb.base/async.exp (test_background): Expect \r\n after
7287 "completed." in the fail pattern.
7288
884e37dc
PA
72892014-03-19 Pedro Alves <palves@redhat.com>
7290
7291 * gdb.base/async.exp (test_background): New procedure.
7292 Use it for all background execution command tests.
7293
148e57e2
PA
72942014-03-19 Pedro Alves <palves@redhat.com>
7295
7296 * gdb.base/async.exp: Use prepare_for_testing.
7297
f48088c7
PA
72982014-03-19 Pedro Alves <palves@redhat.com>
7299
7300 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
7301 the same line.
7302
e2f6c966
PA
73032014-03-19 Pedro Alves <palves@redhat.com>
7304
7305 * gdb.base/async.c (main): Add "jump here" and "until here" line
7306 marker comments.
7307 * gdb.base/async.exp (jump_here): New global.
7308 (jump& test): Use it.
7309 (until_here): New global.
7310 (until& test): Use it.
7311
c30568d4
PA
73122014-03-19 Pedro Alves <palves@redhat.com>
7313
7314 * gdb.base/async.exp: Don't frob gdb_protocol.
7315
0172b6a7
DE
73162014-03-18 Doug Evans <xdje42@gmail.com>
7317
7318 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
7319 Fix spelling of exec-done-display.
7320
06c868a8
JK
73212014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7322
7323 PR gdb/15358
7324 * gdb.base/gdb-sigterm.c: New file.
7325 * gdb.base/gdb-sigterm.exp: New file.
7326
0c7e1a46
PA
73272014-03-18 Pedro Alves <palves@redhat.com>
7328
7329 PR gdb/13860
7330 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
7331 * lib/mi-support.exp (mi_expect_stop): Add special handling for
7332 solib-event.
7333
f7c77d93
JB
73342014-03-17 Joel Brobecker <brobecker@adacore.com>
7335
7336 * gdb.ada/pckd_arr_ren: New testcase.
7337
5a1e8c7a
DE
73382014-03-13 Doug Evans <xdje42@gmail.com>
7339
7340 PR guile/16612
7341 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
7342 collect after discarding symbols.
7343
350e1a76
DE
73442014-03-13 Ludovic Courtès <ludo@gnu.org>
7345 Doug Evans <xdje42@gmail.com>
7346
7347 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
7348 to history survives a gc.
7349
a69900ae
PA
73502014-03-13 Pedro Alves <palves@redhat.com>
7351
7352 * gdb.base/default.exp: Don't test "target procfs".
7353
5db9f0bd
PA
73542014-03-13 Pedro Alves <palves@redhat.com>
7355
7356 * gdb.base/default.exp: Update "target child" and "target procfs"
7357 tests to not expect "Unix".
7358
b3ccfe11
TT
73592014-03-12 Tom Tromey <tromey@redhat.com>
7360
7361 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
7362 New procs. Add target-async tests.
7363 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
7364 Add target-async tests.
7365
646f4417
AA
73662014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7367
7368 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
7369 'func_start' and 'func_end' for the beginning and end of the
7370 function code, respectively.
7371 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
7372 'func_end' instead of 'func' and 'main'.
7373
288c211f
AA
73742014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7375
7376 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
7377 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
7378 generate the debug info assembler source.
7379
e0c0f156
AA
73802014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7381
7382 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
7383 * gdb.dwarf2/arr-subrange.exp: Likewise.
7384 * gdb.dwarf2/dwz.exp: Likewise.
7385 * gdb.dwarf2/method-ptr.exp: Likewise.
7386 * gdb.dwarf2/missing-sig-type.exp: Likewise.
7387 * gdb.dwarf2/subrange.exp: Likewise.
7388 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
7389 * gdb.dwarf2/implptrpiece.exp: Likewise.
7390 * gdb.dwarf2/nostaticblock.exp: Likewise.
7391
0e5c4555
AA
73922014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7393
7394 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
7395 directory to absolute path name arguments.
7396
5ec18f2b
JG
73972014-03-10 Joel Brobecker <brobecker@adacore.com>
7398
7399 * gdb.ada/tagged_access: New testcase.
7400
847fc4f2
MM
74012014-03-07 Markus Metzger <markus.t.metzger@intel.com>
7402
7403 * gdb.btrace/data.exp: Update expected output.
7404
cc3da688
YQ
74052014-03-06 Yao Qi <yao@codesourcery.com>
7406
7407 * gdb.trace/pr16508.exp: New file.
7408
0f26cec1
PA
74092014-03-05 Pedro Alves <palves@redhat.com>
7410
7411 PR gdb/16575
7412 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
7413 procedure.
7414 (top level): Adjust to use it. Add tests that exercise breakpoint
7415 interaction with the code-cache.
7416
7a5a839f
LC
74172014-02-26 Ludovic Courtès <ludo@gnu.org>
7418
7419 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
7420 test for 'history-append!'.
7421
31aa7e4e
JB
74222014-02-26 Joel Brobecker <brobecker@adacore.com>
7423
7424 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
7425 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
7426 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
7427 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
7428 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
7429 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
7430
1b588015
JB
74312014-02-26 Joel Brobecker <brobecker@adacore.com>
7432
7433 * testsuite/gdb.python/py-pp-re-notag.c: New file.
7434 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
7435 * testsuite/gdb.python/py-pp-re-notag.p: New file.
7436
55426c9d
JB
74372014-02-26 Joel Brobecker <brobecker@adacore.com>
7438
7439 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
7440
dc53a7ad
JB
74412014-02-26 Joel Brobecker <brobecker@adacore.com>
7442
7443 * gdb.dwarf2/arr-stride.c: New file.
7444 * gdb.dwarf2/arr-stride.exp: New file.
7445
12ab52e9
PA
74462014-02-26 Pedro Alves <palves@redhat.com>
7447
7448 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
7449 that won't ever trigger. Make sure that GDB reports the correct
7450 breakpoint that caused the stop.
7451
849c862e
JK
74522014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7453
7454 PR gdb/16626
7455 * gdb.base/auto-load-script: New file.
7456 * gdb.base/auto-load.c: New file.
7457 * gdb.base/auto-load.exp: New file.
7458
71b7d793
JK
7459 PR gdb/16626
7460 * gdb.base/auto-load.exp: Fix out-of-srctree run.
7461
e2f0d509
JK
74622014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7463
7464 Fix dw2-icycle.exp -fsanitize=address GDB crash.
7465 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
7466
50cc37c8
DE
74672014-02-24 Doug Evans <dje@google.com>
7468
7469 * lib/gdb.exp (run_on_host): Log error output if program fails.
7470
ea4758f2
PA
74712014-02-21 Pedro Alves <palves@redhat.com>
7472
7473 * gdb.threads/step-after-sr-lock.c: Rename to ...
7474 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
7475 * gdb.threads/step-after-sr-lock.exp: Rename to ...
7476 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7477 ... this.
7478
d7b30f67
SDJ
74792014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
7480
7481 PR tdep/16397
7482 * gdb.arch/amd64-stap-special-operands.exp: New file.
7483 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
7484 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
7485 * gdb.arch/amd64-stap-triplet.S: Likewise.
7486 * gdb.arch/amd64-stap-triplet.c: Likewise.
7487
83deb43f
JB
74882014-02-20 Joel Brobecker <brobecker@adacore.com>
7489
7490 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
7491 in .section pseudo-op.
7492
adde2bff
DE
74932014-02-20 lin zuojian <manjian2006@gmail.com>
7494 Joel Brobecker <brobecker@adacore.com>
7495 Doug Evans <xdje42@gmail.com>
7496
7497 PR symtab/16581
7498 * gdb.dwarf2/dw2-icycle.S: New file.
7499 * gdb.dwarf2/dw2-icycle.c: New file.
7500 * gdb.dwarf2/dw2-icycle.exp: New file.
7501
f7bd0f78
SC
75022014-02-19 Siva Chandra Reddy <sivachandra@google.com>
7503
7504 * gdb.python/py-value-cc.cc: Improve test case to enable testing
7505 operations on gdb.Value objects.
7506 * gdb.python/py-value-cc.exp: Add new test to test operations on
7507 gdb.Value objects.
7508
c17ef0d5
DE
75092014-02-18 Doug Evans <dje@google.com>
7510
7511 * Makefile.in (TESTS): New variable.
7512 (expanded_tests, expanded_tests_or_none): New variables
7513 (check-single): Pass $(expanded_tests_or_none) to runtest.
7514 (check-parallel): Only run tests in $(TESTS) if non-empty.
7515 (check/no-matching-tests-found): New rule.
7516 * README: Document TESTS makefile variable.
7517
5dd3176f
DE
75182014-02-18 Doug Evans <dje@google.com>
7519
7520 * Makefile.in (check-parallel): rm -rf outputs temp.
7521
0b10be4f
JK
75222014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7523
7524 Fix "ERROR: no fileid for" in the testsuite.
7525 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
7526
85f224e7
DE
75272014-02-12 Doug Evans <dje@google.com>
7528
7529 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
7530 (MISCELLANEOUS): New variable.
7531 (clean): rm -rf $(MISCELLANEOUS).
7532 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
7533 dwp live in the same directory as symlinks, with each symlink pointed
7534 to a differently named file in a different directory.
7535
149b30ff
DE
75362014-02-11 Doug Evans <dje@google.com>
7537
7538 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
7539 of Tcl file commands.
7540
1dfdac32
MK
75412014-02-10 Mark Kettenis <kettenis@gnu.org>
7542
7543 * gdb.threads/step-after-sr-lock.exp: Avoid executing
7544 "kill -SIGUSR1 -1".
7545
aa4fb036
JB
75462014-02-10 Joel Brobecker <brobecker@adacore.com>
7547
7548 * gdb.ada/tick_length_array_enum_idx: New testcase.
7549
ed3ef339
DE
75502014-02-10 Doug Evans <xdje42@gmail.com>
7551
7552 * configure.ac (AC_OUTPUT): Add gdb.guile.
7553 * configure: Regenerate.
7554 * lib/gdb-guile.exp: New file.
7555 * lib/gdb.exp (get_target_charset): New function.
7556 * gdb.base/help.exp: Update expected output from "apropos apropos".
7557 * gdb.guile/Makefile.in: New file.
7558 * gdb.guile/guile.exp: New file.
7559 * gdb.guile/scm-arch.c: New file.
7560 * gdb.guile/scm-arch.exp: New file.
7561 * gdb.guile/scm-block.c: New file.
7562 * gdb.guile/scm-block.exp: New file.
7563 * gdb.guile/scm-breakpoint.c: New file.
7564 * gdb.guile/scm-breakpoint.exp: New file.
7565 * gdb.guile/scm-disasm.c: New file.
7566 * gdb.guile/scm-disasm.exp: New file.
7567 * gdb.guile/scm-equal.c: New file.
7568 * gdb.guile/scm-equal.exp: New file.
7569 * gdb.guile/scm-error.exp: New file.
7570 * gdb.guile/scm-error.scm: New file.
7571 * gdb.guile/scm-frame-args.c: New file.
7572 * gdb.guile/scm-frame-args.exp: New file.
7573 * gdb.guile/scm-frame-args.scm: New file.
7574 * gdb.guile/scm-frame-inline.c: New file.
7575 * gdb.guile/scm-frame-inline.exp: New file.
7576 * gdb.guile/scm-frame.c: New file.
7577 * gdb.guile/scm-frame.exp: New file.
7578 * gdb.guile/scm-generics.exp: New file.
7579 * gdb.guile/scm-gsmob.exp: New file.
7580 * gdb.guile/scm-iterator.c: New file.
7581 * gdb.guile/scm-iterator.exp: New file.
7582 * gdb.guile/scm-math.c: New file.
7583 * gdb.guile/scm-math.exp: New file.
7584 * gdb.guile/scm-objfile-script-gdb.in: New file.
7585 * gdb.guile/scm-objfile-script.c: New file.
7586 * gdb.guile/scm-objfile-script.exp: New file.
7587 * gdb.guile/scm-objfile.c: New file.
7588 * gdb.guile/scm-objfile.exp: New file.
7589 * gdb.guile/scm-ports.exp: New file.
7590 * gdb.guile/scm-pretty-print.c: New file.
7591 * gdb.guile/scm-pretty-print.exp: New file.
7592 * gdb.guile/scm-pretty-print.scm: New file.
7593 * gdb.guile/scm-section-script.c: New file.
7594 * gdb.guile/scm-section-script.exp: New file.
7595 * gdb.guile/scm-section-script.scm: New file.
7596 * gdb.guile/scm-symbol.c: New file.
7597 * gdb.guile/scm-symbol.exp: New file.
7598 * gdb.guile/scm-symtab-2.c: New file.
7599 * gdb.guile/scm-symtab.c: New file.
7600 * gdb.guile/scm-symtab.exp: New file.
7601 * gdb.guile/scm-type.c: New file.
7602 * gdb.guile/scm-type.exp: New file.
7603 * gdb.guile/scm-value-cc.cc: New file.
7604 * gdb.guile/scm-value-cc.exp: New file.
7605 * gdb.guile/scm-value.c: New file.
7606 * gdb.guile/scm-value.exp: New file.
7607 * gdb.guile/source2.scm: New file.
7608 * gdb.guile/types-module.cc: New file.
7609 * gdb.guile/types-module.exp: New file.
7610
7026a7c1
YQ
76112014-02-10 Yao Qi <yao@codesourcery.com>
7612
7613 PR testsuite/16543
7614 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
7615 * configure: Regenerated.
7616 * Makefile.in: New file.
7617
6c466447
AS
76182014-02-08 Andreas Schwab <schwab@linux-m68k.org>
7619
7620 * gdb.python/py-framefilter.exp: Fix typo.
7621
6e854735
YQ
76222014-02-08 Yao Qi <yao@codesourcery.com>
7623
7624 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
7625 that no =breakpoint-modified is emitted when breakpoints are
7626 modified through MI commands.
7627
d137e6dc
PA
76282014-02-07 Pedro Alves <pedro@codesourcery.com>
7629 Pedro Alves <palves@redhat.com>
7630
7631 * gdb.threads/step-after-sr-lock.c: New file.
7632 * gdb.threads/step-after-sr-lock.exp: New file.
7633
b5ee5a50
PA
76342014-02-07 Pedro Alves <palves@redhat.com>
7635
7636 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
7637
3c77faf3
JK
76382014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7639
7640 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
7641 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
7642
6dddc817
DE
76432014-02-06 Doug Evans <xdje42@gmail.com>
7644
7645 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
7646 output.
7647
7648 * gdb.gdb/python-interrupts.exp: New file.
7649
de7b2893
YQ
76502014-02-05 Yao Qi <yao@codesourcery.com>
7651
7652 * gdb.trace/report.exp (use_collected_data): Test the output
7653 of "info threads" and "info inferiors".
7654
66d032ac
YQ
76552014-02-05 Yao Qi <yao@codesourcery.com>
7656
7657 Revert this patch:
7658
7659 2013-05-24 Yao Qi <yao@codesourcery.com>
7660
7661 * gdb.trace/tfile.exp: Test inferior and thread.
7662
591a12a1
UW
76632014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7664
7665 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
7666 on a function.
7667 * gdb.base/step-bt.c: Call hello via function pointer to make
7668 sure its first instruction is executed on powerpc64le-linux.
7669
0ff3e01f
UW
76702014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7671
7672 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
7673
084ee545
UW
76742014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7675
7676 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
7677 of the test patterns for use on little-endian systems.
7678
6ed14ff3
UW
76792014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7680
7681 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
7682 (decimal_vector): Fix for little-endian.
7683
401e27fd
JM
76842014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
7685
7686 * gdb.arch/sparc-sysstep.exp: New file.
7687 * gdb.arch/sparc-sysstep.c: Likewise.
7688
7689 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
7690
8b924729
EBM
76912014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7692
7693 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
7694
fb151210
JB
76952014-01-23 Tom Tromey <tromey@redhat.com>
7696
7697 * gdb.ada/array_char_idx: New testcase.
7698
0740f8d8
TT
76992014-01-23 Tom Tromey <tromey@redhat.com>
7700
7701 PR python/16487:
7702 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
7703 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
7704 classes.
7705
21909fa1
TT
77062014-01-23 Tom Tromey <tromey@redhat.com>
7707
7708 PR python/16491:
7709 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
7710 string from an inferior frame.
7711 * gdb.python/py-framefilter-mi.exp: Update.
7712
87ce2a04
DE
77132014-01-22 Doug Evans <dje@google.com>
7714
7715 * gdb.server/server-mon.exp: Add tests for "set debug-format".
7716
237b092b
AA
77172014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7718
7719 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
7720
d674a709
AA
77212014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7722
7723 * gdb.trace/entry-values.exp: Remove excess space character from
7724 regex patterns. Handle s390 call instruction.
7725
20fa3390
AA
77262014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7727
7728 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
7729 define "*_start" label. Make "name" static.
7730 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
7731 ${name} by references to ${name}_start.
7732
78466714
AA
77332014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7734
7735 * gdb.base/info-macros.exp: Remove "debug" from the compile
7736 options.
7737
ec9f644a
IB
77382014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7739
7740 * gdb.dlang/demangle.exp: New file.
7741
94b1b47e
IB
77422014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7743
7744 * gdb.dlang/primitive-types.exp: New file.
7745
7f420862
IB
77462014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7747
7748 * configure.ac: Create gdb.dlang/Makefile.
7749 * configure: Regenerate.
7750 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
7751 * gdb.dlang/Makefile.in: New file.
7752 * lib/d-support.exp: New file.
7753 * lib/gdb.exp (skip_d_tests): New proc.
7754
52834460
MM
77552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7756
7757 * gdb.btrace/delta.exp: Check reverse stepi.
7758 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
7759 * gdb.btrace/finish.exp: New.
7760 * gdb.btrace/next.exp: New.
7761 * gdb.btrace/nexti.exp: New.
7762 * gdb.btrace/record_goto.c: Add comments.
7763 * gdb.btrace/step.exp: New.
7764 * gdb.btrace/stepi.exp: New.
7765 * gdb.btrace/multi-thread-step.c: New.
7766 * gdb.btrace/multi-thread-step.exp: New.
7767 * gdb.btrace/rn-dl-bind.c: New.
7768 * gdb.btrace/rn-dl-bind.exp: New.
7769 * gdb.btrace/data.c: New.
7770 * gdb.btrace/data.exp: New.
7771 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7772
6e07b1d2
MM
77732014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7774
7775 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
7776 * gdb.btrace/exception.exp: Update.
7777 * gdb.btrace/instruction_history.exp: Update.
7778 * gdb.btrace/record_goto.exp: Update.
7779 * gdb.btrace/tailcall.exp: Update.
7780 * gdb.btrace/unknown_functions.exp: Update.
7781 * gdb.btrace/delta.exp: New.
7782
0b722aec
MM
77832014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7784
7785 * gdb.btrace/record_goto.exp: Add backtrace test.
7786 * gdb.btrace/tailcall.exp: Add backtrace test.
7787
066ce621
MM
77882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7789
7790 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
7791 * gdb.btrace/record_goto.c: New.
7792 * gdb.btrace/record_goto.exp: New.
7793 * gdb.btrace/x86-record_goto.S: New.
7794
0688d04e
MM
77952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7796
7797 * gdb.btrace/function_call_history.exp: Update tests.
7798 * gdb.btrace/instruction_history.exp: Update tests.
7799
8710b709
MM
78002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7801
7802 * gdb.btrace/function_call_history.exp: Fix expected field
7803 order for "record function-call-history".
7804 Add new tests for "record function-call-history /c".
7805 * gdb.btrace/exception.cc: New.
7806 * gdb.btrace/exception.exp: New.
7807 * gdb.btrace/tailcall.exp: New.
7808 * gdb.btrace/x86-tailcall.S: New.
7809 * gdb.btrace/x86-tailcall.c: New.
7810 * gdb.btrace/unknown_functions.c: New.
7811 * gdb.btrace/unknown_functions.exp: New.
7812 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7813
5de9129b
MM
78142014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7815
7816 * gdb.btrace/instruction_history.exp: Update.
7817 * gdb.btrace/function_call_history.exp: Update.
7818
23a7fe75
MM
78192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7820
7821 * gdb.btrace/function_call_history.exp: Fix expected function
7822 trace.
7823 * gdb.btrace/instruction_history.exp: Initialize traced.
7824 Remove traced_functions.
7825
724c7dd8
MM
78262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7827
7828 * gdb.btrace/function_call_history.exp: Update
7829 * gdb.btrace/instruction_history.exp: Update.
7830
6d78d93b
MM
78312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7832
7833 * gdb.btrace/enable.exp: Update expected text.
7834
93a360cc
OJ
78352014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
7836
7837 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
7838 bytes.
7839
3772b53f
MR
78402014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
7841
7842 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
7843
596662fa
OJ
78442014-01-15 Omair Javaid <omair.javaid@linaro.org>
7845
7846 * lib/gdb.exp (supports_process_record): Return true for
7847 arm*-linux*. (supports_reverse): Likewise.
7848
b5b08fb4
SC
78492014-01-13 Siva Chandra Reddy <sivachandra@google.com>
7850
7851 PR python/15464
7852 PR python/16113
7853 * gdb.python/py-type.c: Enhance test case.
7854 * gdb.python/py-value-cc.cc: Likewise
7855 * gdb.python/py-type.exp: Add new tests.
7856 * gdb.python/py-value-cc.exp: Likewise
7857
52d7fb13
AA
78582014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
7859 Pedro Alves <palves@redhat.com>
7860
7861 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
7862 Make "name" extern.
7863 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
7864 references to ${name}_start by references to ${name}.
7865
a2cd8cfe
JB
78662014-01-10 Joel Brobecker <brobecker@adacore.com>
7867
7868 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
7869
4e23fced
JB
78702014-01-10 Joel Brobecker <brobecker@adacore.com>
7871
7872 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
7873
c6a9e42c
PA
78742014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
7875 Pedro Alves <palves@redhat.com>
7876
7877 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 7878 mi_gdb_target_load.
c6a9e42c 7879
b7ea362b
PA
78802014-01-08 Pedro Alves <palves@redhat.com>
7881
7882 * gdb.threads/reconnect-signal.c: New file.
7883 * gdb.threads/reconnect-signal.exp: New file.
7884
5e3f4fab
EBM
78852014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7886
7887 * gdb.base/source-dir.exp: New file.
7888
79301218
JB
78892014-01-07 Joel Brobecker <brobecker@adacore.com>
7890
7891 * gdb.ada/mi_interface: New testcase.
7892
8e355c5d
JB
78932014-01-07 Joel Brobecker <brobecker@adacore.com>
7894
7895 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
7896 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
7897 gdb.ada/pp-rec-component/pck.ads: New files.
7898
c0d48811
JB
78992014-01-07 Joel Brobecker <brobecker@adacore.com>
7900
7901 * gdb.python/py-pp-integral.c: New file.
7902 * gdb.python/py-pp-integral.py: New file.
7903 * gdb.python/py-pp-integral.exp: New file.
7904
17b609c3 7905For older changes see ChangeLog-1993-2013.
c906108c 7906\f
8d8cb839
EZ
7907;; Local Variables:
7908;; mode: change-log
7909;; left-margin: 8
7910;; fill-column: 74
7911;; version-control: never
7912;; End:
902f2ccb 7913
618f726f 7914 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
7915 Copying and distribution of this file, with or without modification,
7916 are permitted provided the copyright notice and this notice are preserved.