]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
gas/arc: Change 'LENGHT' to 'LENGTH'
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
64cdf930
PA
12016-03-31 Pedro Alves <palves@redhat.com>
2
3 PR gdb/19858
4 * gdb.base/jit-main.c: Include unistd.h.
5 (ATTACH): Define to 0 if not already defined.
6 (wait_for_gdb, mypid): New globals.
7 (WAIT_FOR_GDB): New macro.
8 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9 some breakpoint locations.
10 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11 New procedures.
12 (one_jit_test): Add REATTACH parameter, and handle it. Use
13 continue_to_test_location.
14 (top level): Test attach, and adjusts calls to one_jit_test.
15
40dea8cb
PA
162016-03-31 Pedro Alves <palves@redhat.com>
17
18 PR gdb/19858
19 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
20 BINSUFFIX parameter, and handle it.
21 (top level): Adjust calls compile_jit_test.
22
e7ea3ec7
CU
232016-03-31 Catalin Udma <catalin.udma@freescale.com>
24
25 PR python/19743
26 * gdb.python/py-mi-events-gdb.py: New file.
27 * gdb.python/py-mi-events.c: New file.
28 * gdb.python/py-mi-events.exp: New file.
29
e6359af3
YQ
302016-03-30 Yao Qi <yao.qi@linaro.org>
31
32 * gdb.reverse/until-precsave.exp: Match function name only.
33 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
34 Move malloc to a condition block.
35 * gdb.reverse/until-reverse.exp: Match function name only.
36
a4105d04
MK
372016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
38
39 * gdb.trace/ftrace.exp: Set arg0exp for s390.
40 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
41 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
42 variable for GPR 0 instead of assuming it is register 0.
43 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
44 * lib/trace-support.exp: Add s390 registers.
45
bfa6adb9
YQ
462016-03-29 Yao Qi <yao.qi@linaro.org>
47
48 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
49
1e6697ea
YQ
502016-03-24 Yao Qi <yao.qi@linaro.org>
51
52 * gdb.reverse/break-reverse.exp: Add quotation mark in the
53 test message.
54
64bcd522
AA
552016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
56
57 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
58 maintaining separate logic for constructing the output path.
59
7868401b
DB
602016-03-16 Don Breazeal <donb@codesourcery.com>
61
62 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
63 Retry fork and waitpid on interrupted system call errors.
64 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
65 Use with_timeout_factor to increase timeout by factor of 10.
66
1cafadb4
DB
672016-03-15 Don Breazeal <donb@codesourcery.com>
68
69 * gdb.cp/scope-err.cc: New test program.
70 * gdb.cp/scope-err.exp: New test script.
71 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
72 lines and "set breakpoint here" comment.
73 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
74 Fixed some whitespace and format issues.
75 * gdb.mi/mi-linespec-err-cp.cc: New test program.
76 * gdb.mi/mi-linespec-err-cp.exp: New test script.
77
81516450
DE
782016-03-15 Doug Evans <dje@google.com>
79
80 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
81 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
82 All callers updated. Add tests for enums, mixed flags register.
83
aa52b601
DE
842016-03-15 Doug Evans <dje@google.com>
85
86 * gdb.base/skip.c (main): Call test_skip_file_and_function.
87 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
88
fa4ff313
SM
892016-03-14 Simon Marchi <simon.marchi@ericsson.com>
90
91 * gdb.base/default.exp: Add $_as_string to the list of expected
92 convenience functions.
93
f2403c39
AB
942016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
95
96 * gdb.base/maint.exp: New tests for 'maint info line-table'.
97
f2f3ccb9
SM
982016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
99
100 * gdb.python/py-as-string.exp: New file.
101 * gdb.python/py-as-string.c: New file.
102
00dbd492
PA
1032016-03-09 Pedro Alves <palves@redhat.com>
104
105 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
106 signal" -> "Thread NN received signal" output change.
107 * gdb.threads/ia64-sigill.exp: Likewise.
108 * gdb.threads/linux-dp.exp: Likewise.
109 * gdb.threads/manythreads.exp: Likewise.
110 * gdb.threads/pending-step.exp: Likewise.
111 * gdb.threads/print-threads.exp: Likewise.
112 * gdb.threads/sigstep-threads.exp: Likewise.
113 * gdb.threads/staticthreads.exp: Likewise.
114 * gdb.threads/tls.exp: Likewise.
115
1e6697ea
YQ
1162016-03-09 Pedro Alves <palves@redhat.com>
117
118 * gdb.base/command-line-input.exp: New file.
119
b04fd3be
MK
1202016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
121
122 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
123 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
124 * gdb.trace/pending.exp: Accept leading dot before function name.
125 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
126 * lib/trace-support.exp: Set registers for ppc.
127
98fa59e9
MK
1282016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
129
130 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
131 use it for disassembly; accept .main in addition to main in backtrace.
132
f77198c8
MK
1332016-03-09 Wei-cheng Wang <cole945@gmail.com>
134 Marcin Kościelnicki <koriakin@0x04.net>
135
136 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
137 (gdb_recursion_test_ptr): New global variable.
138 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
139 gdb_recursion_test.
140 (gdb_c_test): Ditto.
141
ba84e0da
MK
1422016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
143
144 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
145 ordering.
146
4366d36e
MK
1472016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
148
149 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
150 (bar): Add bar_start_lbl label.
151 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
152 of foo/bar for emitting DWARF and tracing.
153
5eb264df
SDJ
1542016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
155
156 * analyze-racy-logs.py: Set executable bit.
157
fb6a751f
SDJ
1582016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
159
160 * Makefile.in (DEFAULT_RACY_ITER): New variable.
161 (CHECK_TARGET_TMP): Likewise.
162 (check-single-racy): New rule.
163 (check-parallel-racy): Likewise.
164 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
165 (do-check-parallel-racy): New rule.
166 (check-racy/%.exp): Likewise.
167 * README (Racy testcases): New section.
168 * analyze-racy-logs.py: New file.
169
bdf7e230
DE
1702016-03-03 Doug Evans <dje@google.com>
171
172 * gdb.base/skip.exp: Use with_test_prefix.
173
4719d415
YQ
1742016-03-03 Yao Qi <yao.qi@linaro.org>
175
176 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
177 Invoke step_over_syscall "clone" and break_cond_on_syscall
178 "clone".
179 * gdb.base/step-over-clone.c: New file.
180
ea507862
YQ
1812016-03-03 Yao Qi <yao.qi@linaro.org>
182
183 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
184 code format.
185
8fc8cbda
YQ
1862016-03-03 Yao Qi <yao.qi@linaro.org>
187
188 * gdb.base/disp-step-fork.c: Rename to ...
189 * gdb.base/step-over-fork.c: ... it. New file.
190 * gdb.base/disp-step-vfork.c: Rename to ...
191 * gdb.base/step-over-vfork.c: ... it. New file.
192 * gdb.base/disp-step-syscall.exp: Rename to ...
193 * gdb.base/step-over-syscall.exp: ... it. New file.
194 (disp_step_cross_syscall): Rename to ...
195 (step_over_syscall): ... it.
196
92fa70b0
YQ
1972016-03-03 Yao Qi <yao.qi@linaro.org>
198
199 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
200 If target supports condition evaluation on target, invoke
201 break_cond_on_syscall for fork and vfork.
202
e197ad3c
YQ
2032016-03-03 Yao Qi <yao.qi@linaro.org>
204
205 * gdb.base/disp-step-syscall.exp: Don't invoke
206 support_displaced_stepping.
207 (disp_step_cross_syscall): Test with displaced stepping off and
208 on if supported.
209
0b47da9f
YQ
2102016-03-03 Yao Qi <yao.qi@linaro.org>
211
212 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
213 proc.
214 (setup): New proc.
215 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
216 and setup.
217
065ab6dc
BH
2182016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
219
220 * gdb.fortran/vla-history.exp: Remove breakpoint.
221
07e448ad 2222016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
223
224 * gdb.fortran/vla-history.exp: Lookup array elements and printing exceeds timeout.
225
9ac2d526 2262016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
227
228 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an breakpoint.
229
17807369
BH
2302016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
231
232 * gdb.mi/vla.f90: Nullify pointer after declaration.
233
86e501af
PA
2342016-03-01 Pedro Alves <palves@redhat.com>
235
236 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
237
1e903e32
PA
2382016-03-01 Pedro Alves <palves@redhat.com>
239
240 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
241 before anything else.
242 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
243 _GNU_SOURCE here.
244 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
245 before anything else.
246 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
247
6ccb54e2
PA
2482016-03-01 Pedro Alves <palves@redhat.com>
249
250 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
251
30ca9da1
YQ
2522016-03-01 Yao Qi <yao.qi@linaro.org>
253
254 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
255 prepare_for_testing.
256
dc856b38
YQ
2572016-03-01 Yao Qi <yao.qi@linaro.org>
258
259 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
260
4a932159
AA
2612016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
262
263 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
264 manually constructing the output path.
265
f2489477
AA
2662016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
267
268 * gdb.arch/s390-stackless.S: New.
269 * gdb.arch/s390-stackless.exp: New.
270
38899f16
IB
2712016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
272
273 * gdb.dlang/circular.c: New file.
274 * gdb.dlang/circular.exp: New file.
275
9fde51ed
YQ
2762016-02-26 Yao Qi <yao.qi@linaro.org>
277
278 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
279 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
280 (testcases): Update.
281
ce90fefe
YQ
2822016-02-26 Yao Qi <yao.qi@linaro.org>
283
284 * gdb.reverse/aarch64.c: Rename to ...
285 * gdb.reverse/insn-reverse.c: ... it.
286 * gdb.reverse/aarch64.exp: Rename to ...
287 * gdb.reverse/insn-reverse.exp: ... it.
288
3263bceb
YQ
2892016-02-26 Yao Qi <yao.qi@linaro.org>
290
291 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
292 (testcase_ftype): New.
293 (testcases): New array.
294 (n_testcases): New.
295 (main): Call each element in testcases.
296 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
297 (read_testcase): New.
298 Do the tests in a loop.
299
6cb59ff1
YQ
3002016-02-25 Yao Qi <yao.qi@linaro.org>
301
302 * gdb.base/branches.c: Remove.
303
ae91f625
MK
3042016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
305
306 PR gdb/13808
307 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
308
678b48b7
MK
3092016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
310
311 * gdb.trace/ftrace.exp: Remove unnecessary target check.
312
7337a6f2
MK
3132016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
314
315 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
316 change x86_64 call_insn to 'callq'.
317
861ca91f
AT
3182016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
319
320 * gdb.trace/tfile-avx.c: Move to...
321 * gdb.trace/tracefile-pseudo-reg.c: Here.
322 * gdb.trace/tfile-avx.exp: Move to...
323 * gdb.trace/tracefile-pseudo-reg.exp: Here.
324
bf74e428
GB
3252016-02-24 Gary Benson <gbenson@redhat.com>
326
327 * gdb.base/attach-pie-noexec.exp: Do not expect an error
328 message on attach.
329
cce0e923
DE
3302016-02-23 Doug Evans <dje@google.com>
331
332 * gdb.base/skip.c (test_skip): New function.
333 (end_test_skip_file_and_function): New function.
334 (test_skip_file_and_function): New function.
335 * gdb.base/skip1.c (test_skip): New function.
336 (skip1_test_skip_file_and_function): New function.
337 * gdb.base/skip.exp: Add tests for new skip options.
338 * gdb.base/skip-solib.exp: Update expected output.
339 * gdb.perf/skip-command.cc: New file.
340 * gdb.perf/skip-command.exp: New file.
341 * gdb.perf/skip-command.py: New file.
342
4000e47e
MK
3432016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
344
345 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
346 info registers pattern.
347
24f75ead
IB
3482016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
349
350 * lib/future.exp: Add D support.
351 (gdb_find_gdc): New proc.
352 (gdb_default_target_compile): Add D support.
353
fbb7bcbe
WW
3542016-02-18 Wei-cheng Wang <cole945@gmail.com>
355
356 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
357 user+system time.
358 (trace_speed_test): Determine the iteration count for a time
359 between 15..30 seconds.
360
012b3a21
WT
3612016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
362
363 * gdb.arch/i386-mpx-sigsegv.c: New file.
364 * gdb.arch/i386-mpx-sigsegv.exp: New file.
365 * gdb.arch/i386-mpx-simple_segv.c: New file.
366 * gdb.arch/i386-mpx-simple_segv.exp: New file.
367
2d5189bd
YQ
3682016-02-18 Yao Qi <yao.qi@linaro.org>
369
370 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
371 Don't call setup_kfail.
372
40fb20d0
YQ
3732016-02-18 Yao Qi <yao.qi@linaro.org>
374
375 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
376 Set "set breakpoint condition-evaluation" per $cond_bp_target.
377
21b1f8d2
DE
3782016-02-16 Doug Evans <dje@google.com>
379
380 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
381 * gdb.base/skip1.c: Ditto.
382 * gdb.base/skip.exp: Whitespace cleanup.
383
4041ed77
DB
3842016-02-16 Don Breazeal <donb@codesourcery.com>
385
386 PR remote/19496
387 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
388 Remove kfail for PR remote/19496.
389
c4ef31bf
SM
3902016-02-16 Simon Marchi <simon.marchi@ericsson.com>
391
392 * lib/gdb.exp (standard_temp_file): Return a path specific to
393 the runtest invocation.
394
266b65b3
SM
3952016-02-16 Simon Marchi <simon.marchi@ericsson.com>
396
397 * gdb.trace/save-trace.exp: Change relative path to be in the
398 standard output directory.
399
a7a0a6a9
JK
4002016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
401
402 * gdb.arch/i386-prologue.c: Add missing prototypes.
403
c99dbb42
JK
4042016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
405
406 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
407 * gdb.arch/i386-prologue.exp: Likewise.
408 * gdb.arch/i386-size.exp: Likewise.
409
aa480355
SM
4102016-02-15 Simon Marchi <simon.marchi@ericsson.com>
411
412 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
413 define object file path.
414 * gdb.btrace/gcore.exp: Use standard_output_file to define core
415 file path.
416 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
417 standard_output_file to define binfile.
418
ba881f50
JK
4192016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
420
421 Fix compatibility with recent gfortran-5.3.1.
422 * gdb.fortran/vla-history.exp (print vla1 allocated)
423 (print vla2 allocated, print $2, print $3): Remove
424 (print $4): Rename to ...
425 (print $2): ... here.
426 (print $9): Rename to ...
427 (print $5): ... here.
428 (print $10): Rename to ...
429 (print $6): ... here.
430 * gdb.fortran/vla.f90: Add pvla initialization.
431
e9fb005c
JK
4322016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
433
434 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
435 New test.
436 * gdb.fortran/vla-value-sub.exp: Likewise.
437
e44e00ff
MK
4382016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
439
440 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
441
97e94151
SM
4422016-02-12 Simon Marchi <simon.marchi@ericsson.com>
443
444 * i386-biarch-core.exp: Define corefile using
445 standard_output_file.
446
01113bc1
YQ
4472016-02-12 Yao Qi <yao.qi@linaro.org>
448
449 * gdb.arch/arm-single-step-kernel-helper.c: New.
450 * gdb.arch/arm-single-step-kernel-helper.exp: New.
451
33b4777c
MM
4522016-02-12 Markus Metzger <markus.t.metzger@intel.com>
453
454 * gdb.btrace/tailcall-only.exp: New.
455 * gdb.btrace/tailcall-only.c: New.
456 * gdb.btrace/x86_64-tailcall-only.S: New.
457 * gdb.btrace/i686-tailcall-only.S: New.
458
acc23c11
PA
4592016-02-11 Pedro Alves <palves@redhat.com>
460
461 * README (Parallel testing): Add missing double quotes.
462
e352bf0a
PA
4632016-02-11 Pedro Alves <palves@redhat.com>
464
465 * README (Parallel testing): New section.
466 (GDB_PARALLEL): Rewrite.
467 (FORCE_PARALLEL): Document.
468
9f5fed78
MK
4692016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
470
471 * gdb.trace/tfile-avx.c: New test.
472 * gdb.trace/tfile-avx.exp: New test.
473
9ef9e6a6
KS
4742016-02-09 Keith Seitz <keiths@redhat.com>
475
476 PR breakpoints/19546
477 * gdb.base/infcall-exec.c: New file.
478 * gdb.base/infcall-exec2.c: New file.
479 * gdb.base/infcall-exec.exp: New file.
480
a96e36da
KS
4812016-02-09 Keith Seitz <keiths@redhat.com>
482
483 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
484 (toplevel): Call test_bkpt_address.
485
9f61929f
KS
4862016-02-09 Keith Seitz <keiths@redhat.com>
487
488 PR python/19506
489 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
490 (toplevel): Call test_bkpt_address.
491
1e94266c
SM
4922016-02-09 Simon Marchi <simon.marchi@ericsson.com>
493
494 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
495 to AC_OUTPUT.
496 * configure: Regenerate.
497
2a7f3dff
PA
4982016-02-09 Pedro Alves <palves@redhat.com>
499
500 PR breakpoints/19548
501 * gdb.base/execl-update-breakpoints.c (some_function): New
502 function.
503 (main): Call it.
504 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
505 Tighten expected GDB output.
506
2151ccc5
SM
5072016-02-08 Simon Marchi <simon.marchi@ericsson.com>
508
509 * Makefile.in (ALL_SUBDIRS): Remove.
510 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
511 (distclean maintainer-clean realclean): Likewise.
512 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
513 * configure: Regenerate.
514 * gdb.ada/Makefile.in: Delete.
515 * gdb.arch/Makefile.in: Likewise.
516 * gdb.asm/Makefile.in: Likewise.
517 * gdb.base/Makefile.in: Likewise.
518 * gdb.btrace/Makefile.in: Likewise.
519 * gdb.cell/Makefile.in: Likewise.
520 * gdb.compile/Makefile.in: Likewise.
521 * gdb.cp/Makefile.in: Likewise.
522 * gdb.disasm/Makefile.in: Likewise.
523 * gdb.dlang/Makefile.in: Likewise.
524 * gdb.dwarf2/Makefile.in: Likewise.
525 * gdb.fortran/Makefile.in: Likewise.
526 * gdb.gdb/Makefile.in: Likewise.
527 * gdb.go/Makefile.in: Likewise.
528 * gdb.guile/Makefile.in: Likewise.
529 * gdb.java/Makefile.in: Likewise.
530 * gdb.linespec/Makefile.in: Likewise.
531 * gdb.mi/Makefile.in: Likewise.
532 * gdb.modula2/Makefile.in: Likewise.
533 * gdb.multi/Makefile.in: Likewise.
534 * gdb.objc/Makefile.in: Likewise.
535 * gdb.opencl/Makefile.in: Likewise.
536 * gdb.opt/Makefile.in: Likewise.
537 * gdb.pascal/Makefile.in: Likewise.
538 * gdb.perf/Makefile.in: Likewise.
539 * gdb.python/Makefile.in: Likewise.
540 * gdb.reverse/Makefile.in: Likewise.
541 * gdb.server/Makefile.in: Likewise.
542 * gdb.stabs/Makefile.in: Likewise.
543 * gdb.threads/Makefile.in: Likewise.
544 * gdb.trace/Makefile.in: Likewise.
545 * gdb.xml/Makefile.in: Likewise.
546 * lib/gdb.exp (make_gdb_parallel_path): Add check for
547 GDB_PARALLEL.
548 (standard_output_file): Remove check for GDB_PARALLEL, always
549 return path in outputs/$subdir/$testname.
550
437277d4
SM
5512016-02-08 Simon Marchi <simon.marchi@ericsson.com>
552
553 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
554 (site.exp): Assign abs_srcdir to tcl's srcdir.
555
31d913c7
YQ
5562016-02-04 Yao Qi <yao.qi@linaro.org>
557
558 * gdb.base/foll-exec-mode.c: Include limits.h.
559 (main): Add parameters argc and argv. Get directory from
560 argv[0].
561 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
562 compilation.
563 * gdb.base/foll-exec.c: Include limits.h.
564 (main): Add parameters argc and argv.
565 Get directory from argv[0].
566 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
567 Adjust tests on the number of lines as source code changed.
568 * gdb.base/foll-vfork-exit.c: Include limits.h.
569 (main): Add one line of statement before vfork.
570 * gdb.base/foll-vfork.c: Include limits.h and string.h.
571 (main): Add parameters argc and argv. Get directory from
572 argv[0].
573 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
574 (setup_gdb): Set tbreak to skip some source lines.
575 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
576 (main): Add parameters argc and argv. Get directory from
577 argv[0].
578 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
579 compilation.
580 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
581 (main): Add parameters argc and argv. Get directory from
582 argv[0].
583 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
584 compilation.
585
9482b9fb
DE
5862016-02-01 Doug Evans <dje@google.com>
587
588 * gdb.base/skip.exp: Clean up multiple references to same test name.
589
6b2e4f10
PA
5902016-02-01 Pedro Alves <palves@redhat.com>
591
ccb6afd6 592 PR remote/19496
6b2e4f10
PA
593 * gdb.threads/forking-threads-plus-breakpoint.exp
594 (displaced_stepping_supported): New global.
595 (probe_displaced_stepping_support): New procedure.
596 (do_test): Add 'displaced' parameter, and use it.
597 (top level): Check for displaced stepping support. Add displaced
598 stepping on/off testing axis.
599
37a8db1a
AB
6002016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
601
602 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
603 pointer. Don't perform further tests on the unassociated pointer
604 if the first test fails.
605
5fdf6324
AB
6062016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
607
608 * gdb.base/max-value-size.c: New file.
609 * gdb.base/max-value-size.exp: New file.
610 * gdb.base/huge.exp: Disable max-value-size for this test.
611
935c6144
IB
6122016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
613
614 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
615
7fe8399d
YQ
6162016-01-28 Yao Qi <yao.qi@linaro.org>
617
618 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
619
a2077e25
PA
6202016-01-25 Pedro Alves <palves@redhat.com>
621
622 PR threads/19461
623 * gdb.base/fork-running-state.c: New file.
624 * gdb.base/fork-running-state.exp: New file.
625
1d2736d4
PA
6262016-01-25 Pedro Alves <palves@redhat.com>
627
628 PR gdb/19494
629 * gdb.base/catch-fork-kill.c: New file.
630 * gdb.base/catch-fork-kill.exp: New file.
631
f1da4b11
PA
6322016-01-25 Pedro Alves <palves@redhat.com>
633
634 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
635 Delete, moved to lib/gdb.exp.
636 * gdb.threads/forking-threads-plus-breakpoint.exp
637 (foreach_with_prefix): Likewise.
638 * gdb.threads/process-dies-while-handling-bp.exp
639 (foreach_with_prefix): Likewise.
640 * lib/gdb.exp (foreach_with_prefix): New procedure.
641
45f38546
MK
6422016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
643
644 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
645 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
646
dc29a1ce
MK
6472016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
648
649 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
650 endian targets.
651
092127d7
JK
6522016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
653 Pedro Alves <palves@redhat.com>
654
655 Fix testsuite compatibility with Guile.
656 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
657 number.
658
31d765d3
JK
6592016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
660
661 Fix testsuite compatibility with Guile.
662 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
663 (thread 1): New test for backtrace through signal handler.
664
1ac78c04
YQ
6652016-01-22 Yao Qi <yao.qi@linaro.org>
666
667 PR testsuite/19491
668 * gdb.base/multi-forks.c: Include
669 ../lib/unbuffer_output.c
670 (main): Call gdb_unbuffer_output.
671
4f5946a8
DE
6722016-01-21 Doug Evans <dje@google.com>
673
674 * lib/ada.exp (gdb_compile_ada): Fix typo.
675
305e13e6
JB
6762016-01-21 Joel Brobecker <brobecker@adacore.com>
677
678 * gdb.base/break-fun-addr.exp: New file.
679 * gdb.base/break-fun-addr1.c: New file.
680 * gdb.base/break-fun-addr2.c: New file.
681
5f5dfff6
SM
6822016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
683
684 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
685 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
686 enum flag values.
687
fd356fa2
AA
6882016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
689
690 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
691 when GDB can not set the vector return value. Add more comments
692 for clarification.
693
9df22175
AT
6942016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
695
696 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
697 command.
698
41d1845e
SM
6992016-01-19 Simon Marchi <simon.marchi@ericsson.com>
700
701 * Makefile.in (DO_RUNTEST): Add --status and update usages.
702
01ac6840
SM
7032016-01-19 Simon Marchi <simon.marchi@ericsson.com>
704
705 * Makefile.in (check-single): Pass --status to runtest.
706 (check/%.exp): Likewise.
707
7082016-01-19 Simon Marchi <simon.marchi@ericsson.com>
709
710 * Makefile.in (check-parallel): Propagate return code from make
711 do-check-parallel.
712
bd0a71fa
MK
7132016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
714
715 * gdb.trace/ftrace.exp: Fix expected message on continue.
716 * gdb.trace/pending.exp: Fix expected message on continue.
717 * gdb.trace/trace-break.exp: Fix expected message on continue.
718
8bcbad33
SM
7192016-01-18 Simon Marchi <simon.marchi@ericsson.com>
720
721 * lib/gdb.exp (gdb_test): Remove unused global references.
722
f303dbd6
PA
7232016-01-18 Pedro Alves <palves@redhat.com>
724
725 * gdb.base/async-shell.exp: Adjust expected output.
726 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
727 * gdb.base/siginfo-thread.exp: Adjust expected output.
728 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
729 * gdb.java/jnpe.exp: Adjust expected output.
730 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
731 * gdb.threads/continue-pending-status.exp: Adjust expected output.
732 * gdb.threads/leader-exit.exp: Adjust expected output.
733 * gdb.threads/manythreads.exp: Adjust expected output.
734 * gdb.threads/pthreads.exp: Adjust expected output.
735 * gdb.threads/schedlock.exp: Adjust expected output.
736 * gdb.threads/siginfo-threads.exp: Adjust expected output.
737 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
738 expected output.
739 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
740 output.
741 * gdb.threads/sigthread.exp: Adjust expected output.
742 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
743
b2789696
YQ
7442016-01-18 Yao Qi <yao.qi@linaro.org>
745
746 * gdb.guile/scm-section-script.c: Replace @progbits with
747 %progbits.
748 * gdb.python/py-section-script.c: Likewise.
749
71ef29a8
PA
7502016-01-15 Pedro Alves <palves@redhat.com>
751
752 * gdb.multi/tids.exp: Test star wildcard ranges.
753
3f5b7598
PA
7542016-01-15 Pedro Alves <palves@redhat.com>
755
756 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
757 command from "thread apply" invocation.
758 (thr_apply_info_thr_invalid): Default the expected output to the
759 input tid list.
760 (top level): Add tests that use convenience variables. Add tests
761 for "thread apply" with a valid TID list, but missing the command.
762
663f6d42
PA
7632016-01-13 Pedro Alves <palves@redhat.com>
764
765 * gdb.base/default.exp: Expect $_gthread as well.
766 * gdb.multi/tids.exp: Test $_gthread.
767 * gdb.threads/thread-specific.exp: Test $_gthread.
768
c84f6bbf
PA
7692016-01-13 Pedro Alves <palves@redhat.com>
770
771 * gdb.multi/tids.exp: Test "info threads -gid".
772
22a02324
PA
7732016-01-13 Pedro Alves <palves@redhat.com>
774
775 * gdb.multi/tids.exp: Test InferiorThread.global_num and
776 Breakpoint.thread.
777 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
778
5d5658a1
PA
7792016-01-07 Pedro Alves <palves@redhat.com>
780
781 * gdb.base/break.exp: Adjust to output changes.
782 * gdb.base/hbreak2.exp: Likewise.
783 * gdb.base/sepdebug.exp: Likewise.
784 * gdb.base/watch_thread_num.exp: Likewise.
785 * gdb.linespec/keywords.exp: Likewise.
786 * gdb.multi/info-threads.exp: Likewise.
787 * gdb.threads/thread-find.exp: Likewise.
788 * gdb.multi/tids.c: New file.
789 * gdb.multi/tids.exp: New file.
790
84654457
PA
7912016-01-13 Pedro Alves <palves@redhat.com>
792
793 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
794
e3940304
PA
7952016-01-13 Pedro Alves <palves@redhat.com>
796
797 * gdb.base/default.exp: Expect $_inferior as well.
798 * gdb.multi/base.exp: Test $_inferior.
799
a911d87a
PA
8002016-01-13 Pedro Alves <palves@redhat.com>
801
802 PR breakpoints/19388
803 * gdb.base/catch-signal-siginfo-cond.c: New file.
804 * gdb.base/catch-signal-siginfo-cond.exp: New file.
805
82075af2
JS
8062016-01-12 Josh Stone <jistone@redhat.com>
807 Philippe Waroquiers <philippe.waroquiers@skynet.be>
808
809 * gdb.base/catch-syscall.c (do_execve): New variable.
810 (main): Conditionally trigger an execve.
811 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
812 (test_catch_syscall_execve): New, check entry/return across execve.
813 (do_syscall_tests): Call test_catch_syscall_execve.
814
e46eeedd
PA
8152016-01-12 Pedro Alves <palves@redhat.com>
816
817 * gdb.base/random-signal.exp (do_test): New procedure, with body
818 of testcase moved in.
819
01d8c27e
JK
8202016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
821 Pedro Alves <palves@redhat.com>
822
823 * gdb.base/funcargs.exp (finish from indirectly called function):
824 Reintroduce the case for 'First'.
825
9a706302
JK
8262016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
827 Pedro Alves <palves@redhat.com>
828
829 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
830 (tcatch_vfork_then_child_follow_exec)
831 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
832 identification.
833
c0ecb95f
JK
8342016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
835
836 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
837 and repeats to unlimited.
838 * gdb.python/py-value.exp: Likewise.
839 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
840 and repeats to unlimited.
841
6cfc1fcb
JK
8422016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
843
844 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
845 and reordering the functions.
846 * gdb.multi/hangout.c: Likewise.
847 * gdb.multi/hello.c: Likewise.
848
582a1b00
SM
8492016-01-08 Simon Marchi <simon.marchi@ericsson.com>
850
851 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
852 absolute.
853 (SingleStatisticTestResult.report): Use dict.keys instead of
854 dict.iterkeys.
855
79bc59cb
PA
8562016-01-06 Pedro Alves <palves@redhat.com>
857
858 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
859
43368e1d
MM
8602016-01-04 Markus Metzger <markus.t.metzger@intel.com>
861
862 * gdb.btrace/dlopen.exp: New.
863 * gdb.btrace/dlopen.c: New.
864 * gdb.btrace/dlopen-dso.c: New.
865
79fad5b8
SL
8662015-12-25 Sandra Loosemore <sandra@codesourcery.com>
867
868 * lib/gdb.exp (gdb_test): Update comments to clarify that the
869 PATTERN argument is optional.
870
ab8314b3
JB
8712015-12-24 Joel Brobecker <brobecker@adacore.com>
872
873 * lib/ada.exp (target_compile_ada_from_dir): New function.
874 (gdb_compile_ada): Reimplement avoiding the use of project files.
875 * gdb.ada/gnat_ada.gpr: Delete.
876 * gdb.ada/cond_lang.exp: Adjust test to make path before
877 filename optional.
878 * gdb.ada/small_reg_param.exp: Likewise.
879
fe33faff
SM
8802015-12-22 Simon Marchi <simon.marchi@ericsson.com>
881
882 * gdb.base/foll-vork.exp: Remove HP-UX special case.
883
6d265cb4
TP
8842015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
885
886 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
887 case.
888
10125099
SM
8892015-12-21 Simon Marchi <simon.marchi@ericsson.com>
890
891 * gdb.base/break.exp: Remove dead code.
892 * gdb.base/sepdebug.exp: Likewise.
893
3ca22649
SM
8942015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
895
896 * gdb.asm/asm-source.exp: Remove HP-UX references.
897 * gdb.base/annota1.exp: Likewise.
898 * gdb.base/annota3.exp: Likewise.
899 * gdb.base/attach.exp: Likewise.
900 * gdb.base/bigcore.exp: Likewise.
901 * gdb.base/break.exp: Likewise.
902 * gdb.base/call-ar-st.exp: Likewise.
903 * gdb.base/callfuncs.exp: Likewise.
904 * gdb.base/catch-fork-static.exp: Likewise.
905 * gdb.base/display.exp: Likewise.
906 * gdb.base/foll-exec-mode.exp: Likewise.
907 * gdb.base/foll-exec.exp: Likewise.
908 * gdb.base/foll-fork.exp: Likewise.
909 * gdb.base/foll-vfork.exp: Likewise.
910 * gdb.base/funcargs.exp: Likewise.
911 * gdb.base/hbreak2.exp: Likewise.
912 * gdb.base/inferior-died.exp: Likewise.
913 * gdb.base/interrupt.exp: Likewise.
914 * gdb.base/multi-forks.exp: Likewise.
915 * gdb.base/nodebug.exp: Likewise.
916 * gdb.base/sepdebug.exp: Likewise.
917 * gdb.base/solib1.c: Likewise.
918 * gdb.base/step-test.exp: Likewise.
919 * gdb.mi/non-stop.c: Likewise.
920 * gdb.mi/pthreads.c: Likewise.
921 * gdb.multi/bkpt-multi-exec.ex: Likewise.
922 * gdb.threads/pthreads.c: Likewise.
923 * gdb.threads/staticthreads.exp: Likewise.
924 * lib/future.exp: Likewise.
925 * lib/gdb.exp: Likewise.
926 * gdb.base/so-indr-cl.c: Remove.
927 * gdb.base/so-indr-cl.exp: Likewise.
928 * gdb.base/solib.c: Likewise.
929 * gdb.base/solib.exp: Likewise.
930 * gdb.base/solib2.c: Likewise.
931
b6304613
SM
9322015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
933
934 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
935 * gdb.base/call-ar-st.exp: Likewise.
936 * gdb.base/callfuncs.exp: Likewise.
937 * gdb.base/condbreak.exp: Likewise.
938 * gdb.base/constvars.exp: Likewise.
939 * gdb.base/hbreak2.exp: Likewise.
940 * gdb.base/langs.exp: Likewise.
941 * gdb.base/list.exp: Likewise.
942 * gdb.base/long_long.exp: Likewise.
943 * gdb.base/ptype.exp: Likewise.
944 * gdb.base/scope.exp: Likewise.
945 * gdb.base/signals.exp: Likewise.
946 * gdb.base/so-impl-ld.exp: Likewise.
947 * gdb.base/varargs.exp: Likewise.
948 * gdb.base/volatile.exp: Likewise.
949 * gdb.base/whatis.exp: Likewise.
950 * gdb.cp/cplusfuncs.exp: Likewise.
951 * gdb.cp/inherit.exp: Likewise.
952 * gdb.cp/local.exp: Likewise.
953 * gdb.cp/member-ptr.exp: Likewise.
954 * gdb.cp/method.exp: Likewise.
955 * gdb.cp/overload.exp: Likewise.
956 * gdb.cp/templates.exp: Likewise.
957 * gdb.stabs/weird.exp: Likewise.
958 * lib/compiler.c: Likewise.
959 * lib/compiler.cc: Likewise.
960 * lib/cp-support.exp: Likewise.
961 * lib/gdb.exp: Likewise.
962
bf401b07
SM
9632015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
964
965 * configure.ac: Remove HP-UX case.
966 * configure: Regenerate.
967
aff9c0f8
SM
9682015-12-18 Simon Marchi <simon.marchi@ericsson.com>
969
970 * lib/gdb.exp (gdb_compile): Add function doc.
971
a6904d5a
PA
9722015-12-17 Pedro Alves <palves@redhat.com>
973
974 PR threads/19354
975 * gdb.multi/info-threads.exp: New file.
976
a22279dd
YQ
9772015-12-15 Yao Qi <yao.qi@linaro.org>
978
979 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
980 is aarch64*-*-*.
981
0588c796
SL
9822015-12-14 Sandra Loosemore <sandra@codesourcery.com>
983
984 * gdb.base/history-duplicates.exp: Skip if no readline support.
985
5d978e17
SL
9862015-12-14 Sandra Loosemore <sandra@codesourcery.com>
987
988 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
989
7e763b86
SL
9902015-12-14 Sandra Loosemore <sandra@codesourcery.com>
991
992 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
993
87a3a92c
SL
9942015-12-14 Sandra Loosemore <sandra@codesourcery.com>
995
996 * gdb.base/completion.exp: Skip tests that interrupt GDB with
997 ctrl-C if nointerrupts target property is set.
998 * gdb.base/double-prompt-target-event-error.exp: Likewise.
999 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
1000 * gdb.base/paginate-bg-execution.exp: Likewise.
1001 * gdb.base/paginate-execution-startup.exp: Likewise.
1002 * gdb.base/random-signal.exp: Likewise.
1003 * gdb.base/range-stepping.exp: Likewise.
1004 * gdb.cp/annota2.exp: Likewise.
1005 * gdb.cp/annota3.exp: Likewise.
1006 * gdb.gdb/selftest.exp: Likewise.
1007 * gdb.threads/continue-pending-status.exp: Likewise.
1008 * gdb.threads/leader-exit.exp: Likewise.
1009 * gdb.threads/manythreads.exp: Likewise.
1010 * gdb.threads/pthreads.exp: Likewise.
1011 * gdb.threads/schedlock.exp: Likewise.
1012 * gdb.threads/sigthread.exp: Likewise.
1013
a8f077dc
DB
10142015-12-11 Don Breazeal <donb@codesourcery.com>
1015
1016 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
1017 remote.
1018 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
1019 * gdb.base/foll-exec.exp (main): Enable for target remote.
1020 * gdb.base/foll-fork.exp (main): Likewise.
1021 * gdb.base/foll-vfork.exp (main): Likewise.
1022 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
1023 (proc continue_to_exit_bp_loc): Use clean_restart.
1024 * gdb.base/pie-execl.exp (main): Disable for target remote.
1025 * gdb.base/watch-vfork.exp (main): Enable for target remote.
1026 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
1027 * gdb.threads/execl.exp (main): Likewise.
1028 * gdb.threads/fork-child-threads.exp (main): Likewise.
1029 * gdb.threads/fork-plus-threads.exp (main): Disable for target
1030 remote.
1031 * gdb.threads/fork-thread-pending.exp (main): Enable for target
1032 remote.
1033 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
1034 pid.tid style ptids, instead of just tid.
1035 * gdb.threads/thread-execl.exp (main): Enable for target remote.
1036 * gdb.threads/watchpoint-fork.exp (main): Likewise.
1037 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
1038 ptids, instead of just tid.
1039
3b2464a8
AB
10402015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1041
1042 * gdb.base/list.exp (test_list_forward): Add end of file error
1043 test.
1044 (test_repeat_list_command): Add end of file error test.
1045 (test_list_backwards): Add beginning of file error test.
1046
a0def019
AB
10472015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1048
1049 * gdb.base/list.exp (test_list_invalid_args): New function,
1050 defined, and called.
1051
5c000dff
AB
10522015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1053
1054 * gdb.base/list.exp (test_list): Make test names unique.
1055
f1637ebe
YQ
10562015-12-11 Yao Qi <yao.qi@linaro.org>
1057
1058 * gdb.base/coremaker2.c: Remove.
1059
36d6fc0a
PA
10602015-12-10 Pedro Alves <palves@redhat.com>
1061
1062 * gdb.multi/base.exp: Remove stale "spaces" references.
1063
762f7747
PA
10642015-12-10 Pedro Alves <palves@redhat.com>
1065
1066 * gdb.multi/base.exp: Don't use nowarnings.
1067 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
1068 * gdb.multi/hangout.c: Include stdio.h.
1069 * gdb.multi/hello.c: Include stdlib.h.
1070 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
1071 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
1072 * gdb.multi/multi-arch.exp: Don't use nowarnings.
1073
28d2bfb9
AB
10742015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
1075
1076 * gdb.dwarf2/dw2-ranges-base.c: New file.
1077 * gdb.dwarf2/dw2-ranges-base.exp: New file.
1078 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
1079 support additional line table, and debug ranges generation.
1080 (Dwarf::ranges): New function, generate .debug_ranges.
1081 (Dwarf::lines): Support generating simple line table programs.
1082 (Dwarf::assemble): Initialise new namespace variables.
1083
5fc2beac
KB
10842015-12-09 Kevin Buettner <kevinb@redhat.com>
1085
1086 * gdb.base/async.exp (proc test_background): Add case for
1087 asynchronous execution not supported.
1088
1c35a88f
LM
10892015-12-09 Luis Machado <lgustavo@codesourcery.com>
1090
1091 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
1092 format and change test names to make them unique.
1093
b593e3d9
RK
10942015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
1095 Pedro Alves <pedro@redhat.com>
1096
1097 PR gdb/18702
1098 Add checking of floatformats setup on x86_64 hosts.
1099 * gdb.arch/i386-float.S (main): Load bigval and smallval.
1100 (smallval, bigval): New labels/constants.
1101 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
1102 float" after loading bigval and smallval.
1103
d72413e6
PMR
11042015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
1105
1106 * gdb.ada/fun_overload_menu.exp: New testcase.
1107 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
1108
ece66d65
JS
11092015-12-04 Josh Stone <jistone@redhat.com>
1110
1111 * gdb.base/catch-fork-static.exp: New.
1112
41d0efca
YQ
11132015-12-03 Yao Qi <yao.qi@linaro.org>
1114
1115 * gdb.base/sizeof.c: Don't include stdio.h and
1116 ../lib/unbuffer_output.c.
1117 (main): New variable 'size' and 'value'. Remove printf and
1118 gdb_unbuffer_output. Assign return value to size and value.
1119 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
1120 at the beginning.
1121 (check_sizeof): Check the result by printing variable 'size'.
1122 (check_valueof): Check the result by printing variable 'value'.
1123
99fd02d9
YQ
11242015-12-01 Yao Qi <yao.qi@linaro.org>
1125
1126 * gdb.base/disp-step-syscall.exp: Define syscall instruction
1127 for aarch64*-*-linux* target.
1128
f2faf941
PA
11292015-11-30 Pedro Alves <palves@redhat.com>
1130
1131 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
1132
04bf20c5
PA
11332015-11-30 Pedro Alves <palves@redhat.com>
1134
1135 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1136 Handle non-stop mode vCont replies.
1137
09df4675
PA
11382015-11-30 Pedro Alves <palves@redhat.com>
1139
1140 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
1141 prepare_for_testing. Start gdb with "set non-stop on" appended to
1142 GDBFLAGS. Lax expected stop output.
1143
58b584af
YQ
11442015-11-27 Yao Qi <yao.qi@linaro.org>
1145
1146 * gdb.arch/arm-neon.exp: New.
1147 * gdb.arch/arm-neon.c: New.
1148
dfcb77a8
YQ
11492015-11-27 Yao Qi <yao.qi@linaro.org>
1150
1151 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
1152
88e8ec1b
YQ
11532015-11-27 Yao Qi <yao.qi@linaro.org>
1154
1155 * gdb.cp/annota2.exp: Allow multiple occurrences of the
1156 frames-invalid annotation.
1157
bfde72c2
YQ
11582015-11-27 Yao Qi <yao.qi@linaro.org>
1159
1160 * gdb.cp/annota2.exp: Use ${frames_invalid}.
1161
f6512a69
SM
11622015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1163
1164 * gdb.threads/names.exp: New file.
1165 * gdb.threads/names.c: New file.
1166 * README: Mention gdb,no_thread_names.
1167
46a3515b
MM
11682015-11-26 Markus Metzger <markus.t.metzger@intel.com>
1169
1170 PR 19297
1171 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
1172 support" error.
1173
62147a22
PA
11742015-11-24 Pedro Alves <palves@redhat.com>
1175
1176 PR 17539
1177 * gdb.base/display.exp: Expect displays to be sorted in ascending
1178 order. Use multi_line.
1179 * gdb.base/solib-display.exp: Likewise.
1180
2f341b6e
PA
11812015-11-24 Pedro Alves <palves@redhat.com>
1182
1183 PR 17539
1184 * gdb.base/display.exp: Expect displays to be sorted in ascending
1185 order. Use multi_line.
1186 * gdb.base/solib-display.exp: Likewise.
1187
7e0aa6aa
PA
11882015-11-24 Pedro Alves <palves@redhat.com>
1189
1190 PR 17539
1191 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
1192 threads in ascending order.
1193 * gdb.base/foll-fork.exp: Likewise.
1194 * gdb.base/foll-vfork.exp: Likewise.
1195 * gdb.base/multi-forks.exp: Likewise.
1196 * gdb.mi/mi-nonstop.exp: Likewise.
1197 * gdb.mi/mi-nsintrall.exp: Likewise.
1198 * gdb.multi/base.exp: Likewise.
1199 * gdb.multi/multi-arch.exp: Likewise.
1200 * gdb.python/py-inferior.exp: Likewise.
1201 * gdb.threads/break-while-running.exp: Likewise.
1202 * gdb.threads/execl.exp: Likewise.
1203 * gdb.threads/gcore-thread.exp: Likewise.
1204 * gdb.threads/info-threads-cur-sal.exp: Likewise.
1205 * gdb.threads/kill.exp: Likewise.
1206 * gdb.threads/linux-dp.exp: Likewise.
1207 * gdb.threads/multiple-step-overs.exp: Likewise.
1208 * gdb.threads/next-bp-other-thread.exp: Likewise.
1209 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
1210 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
1211 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
1212 * gdb.threads/thread-find.exp: Likewise.
1213 * gdb.threads/tls.exp: Likewise.
1214 * lib/mi-support.exp (mi_reverse_list): Delete.
1215 (mi_check_thread_states): No longer reverse list.
1216
2cc57ad8
PA
12172015-11-24 Pedro Alves <palves@redhat.com>
1218
1219 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
1220 use lowercase.
1221
c93e8391
SM
12222015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1223
1224 * gdb.trace/actions.c: Include trace-common.h.
1225 (main): Add a location for a fast tracepoint.
1226 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
1227 the normal tracepoints.
1228 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
1229
045ccf91
SM
12302015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1231
1232 * save-trace.exp: Factor out code to these...
1233 (gdb_save_tracepoints): New.
1234 (gdb_load_tracepoints): New.
1235 (do_save_load_test): New.
1236
5506f9f6
KB
12372015-11-23 Kevin Buettner <kevinb@redhat.com>
1238
1239 * gdb.base/asmlabel.exp: New test.
1240 * gdb.base/asmlabel.c: New test case.
1241
16c3b12f
JB
12422015-11-23 Joel Brobecker <brobecker@adacore.com>
1243
1244 * gdb.base/wrong_frame_bt_full-main.c: New file.
1245 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
1246 * gdb.base/wrong_frame_bt_full.exp: New file.
1247
155bfbd3
JB
12482015-11-23 Joel Brobecker <brobecker@adacore.com>
1249
1250 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
1251
bb097445
JM
12522015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1253
206853a0 1254 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
1255 pstate register when comparing registers values in
1256 sparc64-*-linux-gnu targets to avoid spurious differences.
1257
9c88ed8f
JM
12582015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1259
206853a0 1260 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 1261
96161e25
SL
12622015-11-19 Sandra Loosemore <sandra@codesourcery.com>
1263
1264 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
1265 as type argument to gdb_compile.
1266 * gdb.base/nested-subp2.exp: Likewise.
1267 * gdb.base/nested-subp3.exp: Likewise.
1268
340c2830
DV
12692015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
1270
1271 * lib/dwarf.exp (_note): Fix left shift of negative value.
1272 * gdb.trace/trace-condition.exp: Likewise.
1273
c1862d0f
YQ
12742015-11-13 Yao Qi <yao.qi@linaro.org>
1275
1276 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
1277 comments about d10v.
1278 (test_scalar_returns): Likewise.
1279 * gdb.base/d10v.ld: Remove.
1280 * gdb.base/overlays.exp: Remove the target triplet checking for
1281 d10v-*-*.
1282 * gdb.base/structs.exp (test_struct_returns): Remove the
1283 comments about d10v.
1284 (test_struct_calls): Likewise.
1285
77ae9c19
YQ
12862015-11-13 Yao Qi <yao.qi@linaro.org>
1287
1288 * gdb.base/gnu_vector.exp: Check the return value by "p res".
1289 * gdb.base/gnu_vector.c: Don't include stdio.h.
1290 (main): Don't print res and call add_some_intvecs.
1291
430e004e
MK
12922015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
1293
1294 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
1295 macro.
1296 (func5): Removed.
1297 (func4): Use FAST_TRACEPOINT_LABEL.
1298 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
1299 macro.
1300 (func): Removed.
1301 (thread_function): Use FAST_TRACEPOINT_LABEL.
1302 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
1303 (func): Remove.
1304 (marker): Use FAST_TRACEPOINT_LABEL.
1305 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
1306 (pendfunc1): Remove.
1307 (pendfunc): Use FAST_TRACEPOINT_LABEL.
1308 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
1309 (foo): Remove.
1310 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
1311 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
1312 macro.
1313 (func): Remove.
1314 (marker): Use FAST_TRACEPOINT_LABEL.
1315 * gdb.trace/trace-common.h: New header.
1316 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
1317 macro.
1318 (func): Remove.
1319 (marker): Use FAST_TRACEPOINT_LABEL.
1320 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
1321 (func): Remove.
1322 (thread_function): Use FAST_TRACEPOINT_LABEL.
1323
6e7675a7
MK
13242015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
1325
1326 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
1327 in front.
1328 * gdb.trace/change-loc.exp: Use global pcreg definition.
1329 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
1330 * gdb.trace/entry-values.exp: Use global spreg definition, add $
1331 in front.
1332 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
1333 * gdb.trace/pending.exp: Likewise.
1334 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
1335 * gdb.trace/trace-break.exp: Likewise.
1336 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
1337 in front.
1338 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
1339 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
1340 in front.
1341 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
1342
dddc0e16
JB
13432015-11-09 Joel Brobecker <brobecker@adacore.com>
1344
1345 * gdb.ada/fin_fun_out: New testcase.
1346
c6f0b406
KB
13472015-11-07 Kevin Buettner <kevinb@redhat.com>
1348
1349 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
1350 value associated with DW_AT_byte_size.
1351 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
1352 constants for DW_AT_byte_size, DW_AT_lower_bound, and
1353 DW_AT_upper_bound.
1354
f01dcfd9
KB
13552015-11-07 Kevin Buettner <kevinb@redhat.com>
1356
1357 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
1358 (gdb_target_symbol_prefix_flags): Define in terms of _asm
1359 version.
1360 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
1361 gdb.dwarf2/dw2-canonicalize-type.exp,
1362 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
1363 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
1364 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
1365 provided by gdb_target_symbol_prefix_flags_asm.
1366 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
1367 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
1368 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
1369 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
1370 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
1371 macros where needed). Use this macro for symbols which require
1372 the prefix provided by SYMBOL_PREFIX.
1373
2223449a
KB
13742015-11-05 Kevin Buettner <kevinb@redhat.com>
1375
1376 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
1377 New procs.
1378 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
1379 representing expressions, of more than one list element.
1380 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
1381 to prepend linker symbol prefix to f.
1382 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
1383 table_1 and table_2.
1384 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
1385 Likewise, for f and g.
1386 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
1387 for ptr.
1388 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
1389 for main.
1390 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
1391 table_1_ptr and table_2_ptr.
1392
6f2f1a3a
JK
13932015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1394 Joel Brobecker <brobecker@adacore.com>
1395
1396 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
1397
566c56c9
MK
13982015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
1399
1400 * gdb.reverse/s390-mvcle.c: New test.
1401 * gdb.reverse/s390-mvcle.exp: New file.
1402 * lib/gdb.exp: Enable reverse tests on s390*-linux.
1403
d5f0636b
MK
14042015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1405
1406 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
1407
7ad8b86c
MK
14082015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1409
1410 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
1411 reaching marker2.
1412 * gdb.reverse/getresuid-reverse.exp: Likewise.
1413 * gdb.reverse/pipe-reverse.exp: Likewise.
1414 * gdb.reverse/readv-reverse.exp: Likewise.
1415 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1416 * gdb.reverse/time-reverse.exp: Likewise.
1417 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
1418
4081c0f1
YQ
14192015-10-30 Yao Qi <yao.qi@linaro.org>
1420
1421 * gdb.threads/wp-replication.c (watch_count_done): Remove.
1422 (empty_cycle): Remove.
1423 (main): Don't call empty_cycle. Don't use watch_count_done.
1424 * gdb.threads/wp-replication.exp: Don't set breakpoint on
1425 empty_cycle. Rewrite the code counting HW watchpoints.
1426
452b4ba5
MK
14272015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
1428
1429 * gdb.reverse/fstatat-reverse.c: New test.
1430 * gdb.reverse/fstatat-reverse.exp: New file.
1431 * gdb.reverse/getresuid-reverse.c: New test.
1432 * gdb.reverse/getresuid-reverse.exp: New file.
1433 * gdb.reverse/pipe-reverse.c: New test.
1434 * gdb.reverse/pipe-reverse.exp: New file.
1435 * gdb.reverse/readv-reverse.c: New test.
1436 * gdb.reverse/readv-reverse.exp: New file.
1437 * gdb.reverse/recvmsg-reverse.c: New test.
1438 * gdb.reverse/recvmsg-reverse.exp: New file.
1439 * gdb.reverse/time-reverse.c: New test.
1440 * gdb.reverse/time-reverse.exp: New file.
1441 * gdb.reverse/waitpid-reverse.c: New test.
1442 * gdb.reverse/waitpid-reverse.exp: New file.
1443
5e2e7507
JK
14442015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1445
1446 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
1447
0fde2c53
DE
14482015-10-26 Doug Evans <dje@google.com>
1449
1450 PR symtab/17391
1451 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
1452 * gdb.dwarf2/bad-regnum.c: New file.
1453 * gdb.dwarf2/bad-regnum.exp: New file.
1454
1a70ae97
DE
14552015-10-26 Doug Evans <dje@google.com>
1456
1457 PR python/18938
1458 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
1459 file.
1460
27dc26ab
JK
14612015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1462
1463 * gdb.compile/compile.exp (compile code globalvar): Update expectation
1464 for a change by "Mention language in compile error message".
1465
bed91f4d
SM
14662015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
1467
1468 PR python/18073
1469 * gdb.python/py-type.c (C::a_method): New.
1470 (C::a_const_method): New.
1471 (C::a_static_method): New.
1472 (a_function): New.
1473 * gdb.python/py-type.exp (test_fields): Test getting fields
1474 from function and method.
1475
3f2f83dd
KB
14762015-10-21 Keven Boell <keven.boell@intel.com>
1477
1478 * gdb.fortran/vla-alloc-assoc.exp: New file.
1479 * gdb.fortran/vla-datatypes.exp: New file.
1480 * gdb.fortran/vla-datatypes.f90: New file.
1481 * gdb.fortran/vla-history.exp: New file.
1482 * gdb.fortran/vla-ptype-sub.exp: New file.
1483 * gdb.fortran/vla-ptype.exp: New file.
1484 * gdb.fortran/vla-sizeof.exp: New file.
1485 * gdb.fortran/vla-sub.f90: New file.
1486 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
1487 * gdb.fortran/vla-value-sub-finish.exp: New file.
1488 * gdb.fortran/vla-value-sub.exp: New file.
1489 * gdb.fortran/vla-value.exp: New file.
1490 * gdb.fortran/vla-ptr-info.exp: New file.
1491 * gdb.mi/mi-vla-fortran.exp: New file.
1492 * gdb.mi/vla.f90: New file.
1493
27145d50
SL
14942015-10-21 Sandra Loosemore <sandra@codesourcery.com>
1495
1496 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
1497 of hardwired timeout value.
1498
5f3ff4f8
JK
14992015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1500 Pedro Alves <palves@redhat.com>
1501
1502 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
1503 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
1504
bfd09d20
JS
15052015-10-19 Josh Stone <jistone@redhat.com>
1506
1507 * gdb.base/catch-syscall.c: Include <sched.h>.
1508 (unknown_syscall): New variable.
1509 (main): Trigger a vfork and an unknown syscall.
1510 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
1511 (unknown_syscall_number): Likewise.
1512 (check_call_to_syscall): Accept an optional syscall pattern.
1513 (check_return_from_syscall): Likewise.
1514 (check_continue): Likewise.
1515 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
1516 (test_catch_syscall_skipping_return): New test toggling off 'catch
1517 syscall' to step over the syscall return, then toggling back on.
1518 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
1519 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
1520 (do_syscall_tests): Call test_catch_syscall_without_args and
1521 test_catch_syscall_mid_vfork.
1522 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
1523 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
1524
b32b93c6
AS
15252015-10-19 Andrew Stubbs <ams@codesourcery.com>
1526
1527 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
1528 print g_vE): Add new pass patterns.
1529 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
1530 print various symbol names for vptr fields.
1531
9d622bda
AB
15322015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1533
1534 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
1535 results.
1536
0fd8ac1c
YQ
15372015-10-12 Yao Qi <yao.qi@linaro.org>
1538
1539 * gdb.arch/disp-step-insn-reloc.exp: New test case.
1540
34240514
YQ
15412015-10-12 Yao Qi <yao.qi@linaro.org>
1542
1543 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
1544 is aarch64*-*-linux*.
1545
8240f442
YQ
15462015-10-12 Yao Qi <yao.qi@linaro.org>
1547
1548 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
1549 (can_relocate_bcond_true): ... it.
1550 (can_relocate_bcond_false): New function.
1551 (foo): Likewise.
1552 (can_relocate_bl): Likewise.
1553 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
1554 can_relocate_bl.
1555
2520f728
PMR
15562015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
1557
1558 * gdb.base/nested-addr.c: New file.
1559 * gdb.base/nested-addr.exp: New testcase.
1560
abcef95a
MM
15612015-10-09 Markus Metzger <markus.t.metzger@intel.com>
1562
1563 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
1564 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
1565 its output. Ignore the output of "record goto begin" and instead
1566 check that GDB is replaying.
1567
145e3ddb
PA
15682015-10-09 Pedro Alves <palves@redhat.com>
1569
1570 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
1571 (top level): Use it in the run with no args test.
1572
d5d8c4e1
IB
15732015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
1574
1575 * gdb.dlang/properties.exp: New file.
1576
06e635ef
SL
15772015-10-02 Sandra Loosemore <sandra@codesourcery.com>
1578
1579 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
1580 whether or not address 0x1000 is mapped on the target.
1581
e019fd1d
SM
15822015-09-30 Simon Marchi <simon.marchi@ericsson.com>
1583
1584 * gdb.python/py-type.exp: Do not run tests if binaries fail to
1585 build.
1586
77ba2a67
MM
15872015-09-30 Markus Metzger <markus.t.metzger@intel.com>
1588
1589 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
1590 instruction-history test.
1591
c60eb31f
DE
15922015-09-28 Doug Evans <dje@google.com>
1593
1594 * gdb.base/gcore.c (array_func): Add reference to static_array.
1595
9a3c8263
SM
15962015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1597
1598 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
1599 source line.
1600
9720e656
SL
16012015-09-24 Sandra Loosemore <sandra@codesourcery.com>
1602
1603 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
1604 short or char as base type.
1605
938d3bf2
SL
16062015-09-23 Sandra Loosemore <sandra@codesourcery.com>
1607
1608 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
1609 to allow any size enum.
1610
e6c2c623
PMR
16112015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
1612
1613 * gdb.ada/array_ptr_renaming.exp: New testcase.
1614 * gdb.ada/array_ptr_renaming/foo.adb: New file.
1615 * gdb.ada/array_ptr_renaming/pack.ads: New file.
1616
06da0f77
PL
16172015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1618
1619 * gdb.trace/ftrace-lock.c: New file.
1620 * gdb.trace/ftrace-lock.exp: New file.
1621
4f51c22a
PL
16222015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1623
1624 * gdb.arch/insn-reloc.c: New file.
1625 * gdb.arch/ftrace-insn-reloc.exp: New file.
1626
7041adf4
PL
16272015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1628
1629 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
1630 instruction.
1631 * gdb.trace/pendshr1.c (pendfunc): Likewise.
1632 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
1633 * gdb.trace/range-stepping.c: Likewise.
1634 * gdb.trace/trace-break.c: Likewise.
1635 * gdb.trace/trace-mt.c (thread_function): Likewise.
1636 * gdb.trace/ftrace.c (marker): Likewise.
1637 * gdb.trace/trace-condition.c (marker): Likewise.
1638 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
1639 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
1640 is_aarch64_target.
1641
015d2e7e
DE
16422015-09-18 Doug Evans <xdje42@gmail.com>
1643
1644 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
1645 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
1646
26b188a2
SL
16472015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1648
1649 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
1650 the breakpoint.
1651
79dc332b
SL
16522015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1653
1654 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
1655 the pending breakpoint. Remove timeout override for "Run till
1656 MI pending breakpoint on pendfunc3 on thread 2" test.
1657
f57929f2
SL
16582015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1659
1660 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
1661 filename pattern.
1662
3f469b17
SL
16632015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1664
1665 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
1666 in breakpoint filename pattern.
1667
515b89b3
SL
16682015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1669
7800dbe4
SL
1670 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
1671
16722015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1673
515b89b3
SL
1674 * gdb.linespec/explicit.exp: Check for readline support for
1675 tab-completion tests. Fix obvious typo.
1676
d2939ba2
MM
16772015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1678
1679 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
1680 and replay.
1681
cbb55fa7
MM
16822015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1683
1684 * gdb.btrace/non-stop.c: New.
1685 * gdb.btrace/non-stop.exp: New.
1686
43691ca1
PL
16872015-09-17 Pierre Langlois <pierre.langlois@arm.com>
1688 Yao Qi <yao.qi@linaro.org>
1689
1690 * gdb.trace/trace-condition.c: New file.
1691 * gdb.trace/trace-condition.exp: New file.
1692
d78908cf
WW
16932015-09-16 Wei-cheng Wang <cole945@gmail.com>
1694
1695 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
1696 for testing bytecode compilation.
1697
1ed415e2
PA
16982015-09-16 Pedro Alves <palves@redhat.com>
1699 Sandra Loosemore <sandra@codesourcery.com>
1700
1701 * gdb.threads/non-stop-fair-events.c (timeout): New global.
1702 (SECONDS): Redefine.
1703 (main): Call pthread_kill and alarm early.
1704 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
1705 support.
1706 (test): If the target can't hardware step and doesn't support
1707 displaced stepping, increase the timeout.
1708
d136eff5
PA
17092015-09-16 Pedro Alves <palves@redhat.com>
1710
1711 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
1712 (enable_debug): New procedures.
1713 (test): Use them. Bail out if waiting for threads fails.
1714 (top level): Bail out if a test fails.
1715
991f019c
YQ
17162015-09-16 Yao Qi <yao.qi@linaro.org>
1717
1718 * gdb.asm/asm-source.exp: Set asm-arch for
1719 aarch64*-*-* target.
1720 * gdb.asm/aarch64.inc: New file.
1721
bfca584f
PMR
17222015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
1723
1724 * gdb.ada/array_of_variable_length.exp: New testcase.
1725 * gdb.ada/array_of_variable_length/foo.adb: New file.
1726 * gdb.ada/array_of_variable_length/pck.adb: New file.
1727 * gdb.ada/array_of_variable_length/pck.ads: New file.
1728
b326e587
DE
17292015-09-15 Doug Evans <dje@google.com>
1730
1731 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
1732 of function static local variable.
1733
5382cfab
PW
17342015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1735
1736 * gdb.threads/tls-so_extern.exp: New test file.
1737 * gdb.threads/tls-so_extern.c: New test file.
1738 * gdb.threads/tls-so_extern_main.c: New test file.
1739
141c5cc4
JK
17402015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1741
1742 * gdb.opt/solib-intra-step-lib.c: New file.
1743 * gdb.opt/solib-intra-step-main.c: New file.
1744 * gdb.opt/solib-intra-step.exp: New file.
1745
d15dcecd
PA
17462015-09-15 Pedro Alves <palves@redhat.com>
1747
1748 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
1749 gdb_continue_to_breakpoint instead of gdb_test_multiple.
1750
4c2f2a79
PA
17512015-09-14 Pedro Alves <palves@redhat.com>
1752
1753 * gdb.base/hook-stop-continue.c: Delete.
1754 * gdb.base/hook-stop-continue.exp: Delete.
1755 * gdb.base/hook-stop-frame.c: Delete.
1756 * gdb.base/hook-stop-frame.exp: Delete.
1757 * gdb.base/hook-stop.c: New file.
1758 * gdb.base/hook-stop.exp: New file.
1759
919e6dbe
PMR
17602015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
1761
1762 * gdb.ada/access_to_packed_array.exp: New testcase.
1763 * gdb.ada/access_to_packed_array/foo.adb: New file.
1764 * gdb.ada/access_to_packed_array/pack.adb: New file.
1765 * gdb.ada/access_to_packed_array/pack.ads: New file.
1766
157280a4
MM
17672015-09-14 Markus Metzger <markus.t.metzger@intel.com>
1768
1769 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
1770 buffer size test.
1771
2fd33e94
DB
17722015-09-11 Don Breazeal <donb@codesourcery.com>
1773
1774 * gdb.base/foll-exec.c: Add copyright header. Fix
1775 formatting issues.
1776 * gdb.base/foll-exec.exp (zap_session): Delete proc.
1777 (do_exec_tests): Use clean_restart in place of zap_session,
1778 and for test initialization. Fix formatting issues. Use
1779 fail in place of perror.
1780 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
1781 an expect statement to match an expression with output from
1782 the program under debug.
1783 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
1784 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
1785 * gdb.threads/non-ldr-exc-2.exp: Likewise.
1786 * gdb.threads/non-ldr-exc-3.exp: Likewise.
1787 * gdb.threads/non-ldr-exc-4.exp: Likewise.
1788
e70b6e8e
DE
17892015-09-09 Doug Evans <dje@google.com>
1790
1791 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
1792
7a551a51
DE
17932015-09-09 Doug Evans <dje@google.com>
1794
1795 * gdb.base/pie-execl.exp: Fix result test of build_executable.
1796
4c666f84
DE
17972015-09-09 Doug Evans <dje@google.com>
1798
1799 * gdb.base/savedregs.exp: Fix typo.
1800
243a9253
PA
18012015-09-09 Pedro Alves <palves@redhat.com>
1802
1803 * gdb.mi/mi-cli.exp: Add CLI finish tests.
1804
c0fa8fbd
SL
18052015-09-08 Sandra Loosemore <sandra@codesourcery.com>
1806
1807 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
1808 command actually switches threads. Give up on remaining
1809 tests if target fails to stop at breakpoint.
1810
cd7c1778
PMR
18112015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
1812
1813 * gdb.ada/funcall_char.exp: New testcase.
1814 * gdb.ada/funcall_char/foo.adb: New file.
1815
dc5c8746
PMR
18162015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
1817
1818 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
1819 expected outputs. Add two testcases for completing ambiguous
1820 functions.
1821 * gdb.ada/complete/aux_pck.adb: New file.
1822 * gdb.ada/complete/aux_pck.ads: New file.
1823 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
1824 Ambiguous_Func functions.
1825 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
1826 * gdb.ada/complete/pck.adb: Likewise.
1827
4e83a1e7
UW
18282015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1829
1830 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
1831 failures to run the test program under GDB.
1832
8ce74153
LM
18332015-08-26 Luis Machado <lgustavo@codesourcery.com>
1834
1835 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
1836 to C.
1837
e9756d52
PP
18382015-08-26 Patrick Palka <patrick@parcs.ath.cx>
1839
1840 * gdb.base/run-after-attach.exp: New test file.
1841 * gdb.base/run-after-attach.c: New test file.
1842
8d37573b
DB
18432015-08-26 Don Breazeal <donb@codesourcery.com>
1844
1845 * gdb.base/foll-exec-2.c: New test program.
1846 * gdb.base/foll-exec-2.exp: New test.
1847
63e43d3a
PMR
18482015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
1849
1850 * gdb.base/nested-subp1.exp: New file.
1851 * gdb.base/nested-subp1.c: New file.
1852 * gdb.base/nested-subp2.exp: New file.
1853 * gdb.base/nested-subp2.c: New file.
1854 * gdb.base/nested-subp3.exp: New file.
1855 * gdb.base/nested-subp3.c: New file.
1856
3d40fbb5
PA
18572015-08-24 Pedro Alves <palves@redhat.com>
1858
1859 * gdb.server/connect-without-multi-process.c: New file.
1860 * gdb.server/connect-without-multi-process.exp: New file.
1861
4422ac93
LM
18622015-08-24 Luis Machado <lgustavo@codesourcery.com>
1863
1864 * gdb.opt/inline-markers.c: Make z int.
1865
91dddb86
LM
18662015-08-24 Luis Machado <lgustavo@codesourcery.com>
1867
1868 * gdb.opt/inline-markers.c: Make z volatile.
1869
a48847ee
LM
18702015-08-24 Luis Machado <lgustavo@codesourcery.com>
1871
1872 * gdb.opt/inline-bt.c: New volatile global z.
1873 * gdb.opt/inline-cmds.c: Likewise.
1874 * gdb.opt/inline-locals.c: Likewise.
1875 * gdb.opt/inline-markers.c: New extern global z.
1876 (marker): Use z.
1877 (inline_fn): Likewise.
1878
0ebbc52b
PA
18792015-08-24 Pedro Alves <palves@redhat.com>
1880
1881 * config/m32r-stub.exp: Remove file.
1882 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
1883 * gdb.base/call-rt-st.exp: Likewise.
1884 * gdb.base/call-strs.exp: Likewise.
1885 * gdb.base/default.exp: Remove references to h8300-*-hms and
1886 *-*-udi*.
1887 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
1888
77c365df
AA
18892015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1890
1891 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
1892 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
1893 and "return" use KFAIL when GDB can not read/write the vector
1894 return value.
1895
4313b8c0
GB
18962015-08-21 Gary Benson <gbenson@redhat.com>
1897
1898 * gdb.trace/pending.exp: Cope with remote transfer warnings.
1899
0e433b32
PA
19002015-08-20 Pedro Alves <palves@redhat.com>
1901
1902 * gdb.server/solib-list.exp: No longer expect an interior stop in
1903 non-stop mode.
1904
221e1a37
PA
19052015-08-20 Pedro Alves <palves@redhat.com>
1906
1907 * gdb.server/connect-stopped-target.c: New file.
1908 * gdb.server/connect-stopped-target.exp: New file.
1909
40e3ad0e
PA
19102015-08-20 Pedro Alves <palves@redhat.com>
1911
1912 * gdb.dwarf2/comp-unit-lang.exp: New file.
1913 * gdb.dwarf2/comp-unit-lang.c: New file.
1914
af39b327
PMR
19152015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
1916
1917 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
1918 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
1919
7d45c7c3 19202015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 1921
7d45c7c3
KB
1922 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
1923 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
1924
4d6cceb4
DE
19252015-08-18 Doug Evans <dje@google.com>
1926 Adrian Sendroiu <adrian.sendroiu@freescale.com>
1927
1928 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
1929 skip_python_tests. New arg prompt_regexp.
1930 (skip_python_tests): New function.
1931 * lib/mi-support.exp (mi_skip_python_tests): New function.
1932 * gdb.python/py-mi-objfile-gdb.py: New file.
1933 * gdb.python/py-mi-objfile.c: New file.
1934 * gdb.python/py-mi-objfile.exp: New file.
1935
ad89c2aa
KS
19362015-08-17 Keith Seitz <keiths@redhat.com>
1937
1938 * gdb.linespec/explicit.exp: Move strace test from here ...
1939 * gdb.trace/strace.exp: ... to here.
1940
e3ae3c43
PP
19412015-08-15 Patrick Palka <patrick@parcs.ath.cx>
1942
1943 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
1944 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
1945
604b2636
DE
19462015-08-14 Doug Evans <xdje42@gmail.com>
1947
1948 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
1949 inferior before selecting a new file.
1950
6ff0ba5f
DE
19512015-08-14 Doug Evans <xdje42@gmail.com>
1952
1953 * gdb.mi/mi-disassemble.exp: Update.
1954 * gdb.base/disasm-optim.S: New file.
1955 * gdb.base/disasm-optim.c: New file.
1956 * gdb.base/disasm-optim.h: New file.
1957 * gdb.base/disasm-optim.exp: New file.
1958
9ca98f92
KS
19592015-08-14 Keith Seitz <keiths@redhat.com>
1960
1961 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
1962 "evaluated-by".
1963
52bbc560
JB
19642015-08-13 Joel Brobecker <brobecker@adacore.com>
1965
1966 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
1967
5d8c3ed3
PMR
19682015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
1969
1970 * gdb.ada/fun_renaming.exp: New testcase.
1971 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
1972 * gdb.ada/fun_renaming/pack.adb: New file.
1973 * gdb.ada/fun_renaming/pack.ads: New file.
1974
ea8812bc
KS
19752015-08-12 Keith Seitz <keiths@redhat.com>
1976
1977 * gdb.base/dso2dso.exp: Pass basename of source file in call to
1978 gdb_get_line_number.
1979
4dafcdeb
JB
19802015-08-12 Joel Brobecker <brobecker@adacore.com>
1981
1982 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
1983 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
1984 gdb.base/dso2dso.exp: New files.
1985
5ba32597
SDJ
19862015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1987 Pedro Alves <palves@redhat.com>
1988 Keith Seitz <keiths@redhat.com>
1989
1990 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
1991 GDBFLAGS.
1992
b6dafabf
PP
19932015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1994
1995 * gdb.base/gdbhistsize-history.exp
1996 (test_histsize_history_setting): Use save_vars.
1997 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1998 Use save_vars.
1999 (test_no_truncation_of_unlimited_history_file): Use save_vars.
2000 * gdb.base/readline.exp: Use save_vars.
2001
abe8e607
PP
20022015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2003
2004 * lib/gdb.exp (save_vars): New proc.
2005
629500fa
KS
20062015-08-11 Keith Seitz <keiths@redhat.com>
2007
2008 * gdb.base/help.exp: Update help_breakpoint_text.
2009
eb8c4e2e
KS
20102015-08-11 Keith Seitz <keiths@redhat.com>
2011
2012 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
2013 (at toplevel): Call test_explicit_breakpoints.
2014 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
2015 breakpoints.
2016 * lib/mi-support.exp (mi_make_breakpoint): Add support for
2017 breakpoint conditions, "-cond".
2018
87f0e720
KS
20192015-08-11 Keith Seitz <keiths@redhat.com>
2020
2021 * gdb.linespec/3explicit.c: New file.
2022 * gdb.linespec/cpexplicit.cc: New file.
2023 * gdb.linespec/cpexplicit.exp: New file.
2024 * gdb.linespec/explicit.c: New file.
2025 * gdb.linespec/explicit.exp: New file.
2026 * gdb.linespec/explicit2.c: New file.
2027 * gdb.linespec/ls-errs.exp: Add explicit location tests.
2028 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
2029 before using in the matching pattern.
2030 Clarify that `prefix' is a regular expression.
2031
f00aae0f
KS
20322015-08-11 Keith Seitz <keiths@redhat.com>
2033
2034 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
2035 test.
2036 Add tests for missing ",FMT" and ",".
2037
e27852be
DE
20382015-08-10 Doug Evans <dje@google.com>
2039 Keith Seitz <keiths@redhat.com>
2040
2041 PR gdb/17960
2042 * gdb.base/completion.exp: Add location completer tests.
2043
7f03bd92
PA
20442015-08-07 Pedro Alves <palves@redhat.com>
2045
2046 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
2047 tests here.
2048 (top level): Run do_test with and without displaced stepping.
2049
3fc8eb30
PA
20502015-08-07 Pedro Alves <palves@redhat.com>
2051
2052 * gdb.base/valgrind-disp-step.c: New file.
2053 * gdb.base/valgrind-disp-step.exp: New file.
2054
d4569d7b
PA
20552015-08-07 Pedro Alves <palves@redhat.com>
2056
2057 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
2058 Delete function.
2059 (main): Add alarm. Run an infinite loop instead of calling
2060 wait_threads.
2061 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
2062 comment.
2063 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
2064 Delete function.
2065 (main): Add alarm. Run an infinite loop instead of calling
2066 wait_threads.
2067 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
2068 comment.
2069
e1316e60
PA
20702015-08-07 Pedro Alves <palves@redhat.com>
2071
2072 * gdb.base/checkpoint-ns.exp: New file.
2073 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
2074 standard_testfile.
2075
da8c46d2
MM
20762015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2077
2078 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
2079 * gdb.btrace/instruction_history.exp: Update.
2080 * gdb.btrace/tsx.exp: New.
2081 * gdb.btrace/tsx.c: New.
2082
de1c2c52
PA
20832015-08-06 Pedro Alves <palves@redhat.com>
2084
2085 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
2086 increase timeout.
2087 * gdb.reverse/until-precsave.exp: Bump timeouts.
2088
782e0bf4
PA
20892015-08-06 Pedro Alves <palves@redhat.com>
2090
2091 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
2092
83e97ed0
PA
20932015-08-06 Pedro Alves <palves@redhat.com>
2094
2095 PR gdb/18749
2096 * gdb.threads/process-dies-while-handling-bp.c: New file.
2097 * gdb.threads/process-dies-while-handling-bp.exp: New file.
2098
863d01bd
PA
20992015-08-06 Pedro Alves <palves@redhat.com>
2100
2101 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
2102 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
2103
0a39bb32
PA
21042015-08-05 Pedro Alves <palves@redhat.com>
2105
2106 * gdb.threads/next-while-other-thread-longjmps.c: New file.
2107 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
2108
ee2d2b10
SL
21092015-08-03 Sandra Loosemore <sandra@codesourcery.com>
2110
2111 * gdb.base/bp-permanent.exp: Report test as unsupported if
2112 the target cannot stop at the permanent breakpoint.
2113
4e1bdb00
DE
21142015-08-03 Doug Evans <dje@google.com>
2115
2116 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
2117 10000.
2118
3d338901
DE
21192015-08-03 Doug Evans <dje@google.com>
2120
2121 * Makefile.in (workers/%.worker, build-perf): New rule.
2122 (GDB_PERFTEST_MODE): New variable.
2123 (check-perf): Use it.
2124 (clean): Clean up gdb.perf parallel build subdirs.
2125 * lib/build-piece.exp: New file.
2126 * lib/gdb.exp (make_gdb_parallel_path): New function
2127 (standard_output_file, standard_temp_file): Call it.
2128 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2129 of $GDB_PARALLEL.
2130 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
2131
af061d3e
DE
21322015-08-03 Doug Evans <dje@google.com>
2133
8e1afc81 2134 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
2135 (LOG_FILE_NAME): New global.
2136 (TextReporter.__init__): Initialize self.txt_sum.
2137 (TextReporter.report): Add support for multiple data-points.
2138 Move report to perftest.sum, put raw data in perftest.log.
2139 (TextReporter.start): Open sum and log files.
2140 (TextReporter.end): Close sum and log files.
8e1afc81
DE
2141 * gdb.perf/lib/perftest/testresult.py
2142 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 2143
2c8c5d37
PA
21442015-07-31 Pedro Alves <palves@redhat.com>
2145
2146 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
2147 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2148 kill_wait_spawned_process instead of explicit "kill -9".
2149 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
2150 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2151 kill_wait_spawned_process.
2152 * gdb.base/attach-twice.exp: Likewise.
2153 * gdb.base/attach.exp: Likewise.
2154 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
2155 gdb_test_multiple.
2156 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
2157 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2158 kill_wait_spawned_process.
2159 * gdb.base/valgrind-infcall.exp: Likewise.
2160 * gdb.multi/multi-attach.exp: Likewise.
2161 * gdb.python/py-prompt.exp: Likewise.
2162 * gdb.python/py-sync-interp.exp: Likewise.
2163 * gdb.server/ext-attach.exp: Likewise.
2164 * gdb.threads/attach-into-signal.exp (corefunc): Use
2165 spawn_wait_for_attach, spawn_id_get_pid and
2166 kill_wait_spawned_process.
2167 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
2168 spawn_wait_for_attach returning a spawn id instead of a pid. Use
2169 spawn_id_get_pid and kill_wait_spawned_process.
2170 * gdb.threads/attach-stopped.exp (corefunc): Use
2171 spawn_wait_for_attach, spawn_id_get_pid and
2172 kill_wait_spawned_process.
2173 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
2174 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2175 kill_wait_spawned_process instead of explicit "kill -9".
2176 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
2177 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
2178 (spawn_wait_for_attach): Use spawn instead of exec to spawn
2179 processes. Don't map cygwin/windows pids here. Now returns a
2180 spawn id list.
2181
032a0fca
SL
21822015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2183
2184 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
2185 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
2186 correct patch.
2187
61a934ca
SL
21882015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2189
2190 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
2191
4bc4d428
SL
21922015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2193
2194 Reapply:
2195 2014-05-21 Mark Wielaard <mjw@redhat.com>
2196
2197 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2198
998d452a
PA
21992015-07-30 Pedro Alves <palves@redhat.com>
2200
2201 * linux-low.c (handle_extended_wait): Set the child's last
2202 reported status to TARGET_WAITKIND_STOPPED.
2203
69dde7dc
PA
22042015-07-30 Pedro Alves <palves@redhat.com>
2205
2206 PR threads/18600
2207 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
2208 only shows inferior 1.
2209
4dd63d48
PA
22102015-07-30 Simon Marchi <simon.marchi@ericsson.com>
2211 Pedro Alves <palves@redhat.com>
2212
2213 PR threads/18600
2214 * gdb.threads/fork-plus-threads.c: New file.
2215 * gdb.threads/fork-plus-threads.exp: New file.
2216
d618e4c5
PP
22172015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2218
2219 * gdb.base/batch-preserve-term-settings.exp
2220 (test_terminal_settings_preserved_after_cli_exit): Use
2221 send_quit_command.
2222
1eef6428
PA
22232015-07-29 Pedro Alves <palves@redhat.com>
2224 Don Breazeal <donb@codesourcery.com>
2225
2226 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
2227 output from both inferior_spawn_id and gdb_spawn_id.
2228
7da5b897
SDJ
22292015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2230
2231 * gdb.threads/attach-into-signal.exp (corefunc): Use
2232 with_test_prefix on nested loops, uniquefying the test messages.
2233
dac804df
SDJ
22342015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2235
2236 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
2237 commit.
2238
06265e53
PP
22392015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2240
2241 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
2242 New proc.
2243 (test_terminal_settings_preserved_after_sigterm): New test.
2244
18206ca3
PP
22452015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2246
2247 * gdb.base/batch-preserve-term-settings.exp
2248 (test_terminal_settings_preserved_after_cli_exit): New test.
2249
90074d11
PP
22502015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2251
2252 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
2253 manipulation of saved_gdbflags.
2254 (test_terminal_settings_preserved): Remove global declaration of
2255 the unused variable pagination_prompt. Remove manipulation of
2256 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
2257 GDBFLAGS.
2258
eb1a7902
PA
22592015-07-29 Pedro Alves <palves@redhat.com>
2260
2261 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
2262
8b75dd3b
PA
22632015-07-29 Pedro Alves <palves@redhat.com>
2264
2265 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
2266 at the top.
2267
dedad4e3
PA
22682015-07-29 Pedro Alves <palves@redhat.com>
2269
2270 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
2271 (main): Call gdb_unbuffer_output.
2272 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
2273 (main): Call gdb_unbuffer_output.
2274 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
2275 (main): Call gdb_unbuffer_output.
2276 * gdb.base/call-strs.exp: Adjust to step over the
2277 gdb_unbuffer_output call.
2278 * gdb.base/catch-gdb-caused-signals.c: Include
2279 "../lib/unbuffer_output.c".
2280 (main): Call gdb_unbuffer_output.
2281 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
2282 (main): Call gdb_unbuffer_output.
2283 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
2284 (main): Call gdb_unbuffer_output.
2285 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
2286 (main): Call gdb_unbuffer_output.
2287 * gdb.base/shlib-call.exp: Adjust to step over the
2288 gdb_unbuffer_output call.
2289 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
2290 (main): Call gdb_unbuffer_output.
2291 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
2292 (main): Call gdb_unbuffer_output.
2293 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
2294 (main): Rename to ...
2295 (test): ... this.
2296 (main): Reimplement.
2297 * gdb.base/varargs.exp: Run to test instead of to main.
2298 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2299 (main): Call gdb_unbuffer_output.
2300
58789a91
PA
23012015-07-29 Pedro Alves <palves@redhat.com>
2302
2303 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
2304 factore out from mi_continue_dprintf. For call-style dprintfs,
2305 expect dprintf output out of $inferior_spawn_id.
2306 (mi_continue_dprintf): Use mi_expect_dprintf.
2307 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2308 (main): Call gdb_unbuffer_output.
2309
e8376742
PA
23102015-07-29 Pedro Alves <palves@redhat.com>
2311
2312 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
2313 (default_mi_gdb_start): Set inferior_spawn_id instead of
2314 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
2315 gdb_spawn_id.
2316 (mi_gdb_test): Always expect inferior output from both
2317 $inferior_spawn_id and $gdb_spawn_id.
2318
08280010
PA
23192015-07-29 Pedro Alves <palves@redhat.com>
2320
2321 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
2322 send_inferior and $inferior_spawn_id.
2323
4d30e432
PA
23242015-07-29 Pedro Alves <palves@redhat.com>
2325
2326 * gdb.gdb/complaints.exp (test_initial_complaints)
2327 (test_serial_complaints, test_short_complaints): Use
2328 gdb_test_stdio.
2329 (test_empty_complaint): Handle $inferior_spawn_id !=
2330 $gdb_spawn_id.
2331
0d30a335
PA
23322015-07-29 Pedro Alves <palves@redhat.com>
2333
2334 * gdb.base/varargs.exp: Use gdb_test_stdio.
2335
39413b29
PA
23362015-07-29 Pedro Alves <palves@redhat.com>
2337
2338 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
2339
7cb000a9
PA
23402015-07-29 Pedro Alves <palves@redhat.com>
2341
2342 * gdb.base/ending-run.exp: Use gdb_test_stdio.
2343
d7b8ac82
PA
23442015-07-29 Pedro Alves <palves@redhat.com>
2345
2346 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
2347 parameter into two new parameters, "inf_result" and "gdb_result".
2348 Expect inferior output and gdb output from $inferior_spawn_id and
2349 $gdb_spawn_id, respectively. Adjust all callers.
2350
789c3a0c
PA
23512015-07-29 Pedro Alves <palves@redhat.com>
2352
2353 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
2354 of gdb_test_sequence.
2355
77e760c3
PA
23562015-07-29 Pedro Alves <palves@redhat.com>
2357
2358 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
2359 (saw_spurious_output): Expect inferior output from
2360 $inferior_spawn_id. Use gdb_test_stdio.
2361
8396d2cd
PA
23622015-07-29 Pedro Alves <palves@redhat.com>
2363
2364 * gdb.base/dprintf.exp: Use standard_testfile. Change
2365 prepare_for_testing call.
2366 (srcfile): Don't set.
2367 (restart): New procedure.
2368 (test_dprintf): New procecure, use to continue over dprintfs.
2369 (test_call, test_agent): New procedures, tests moved here.
2370 Restart gdb and recreate dprintfs. Adjust expected output.
2371
2051d61f
PA
23722015-07-29 Pedro Alves <palves@redhat.com>
2373
2374 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
2375
452397af
PA
23762015-07-29 Pedro Alves <palves@redhat.com>
2377
2378 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
2379
8aed9555
PA
23802015-07-29 Pedro Alves <palves@redhat.com>
2381
2382 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
2383 gdb_test_stdio.
2384
188a61b4
PA
23852015-07-29 Pedro Alves <palves@redhat.com>
2386
2387 * lib/gdb.exp (gdb_test_stdio): New procedure.
2388
12264a45
PA
23892015-07-29 Pedro Alves <palves@redhat.com>
2390
2391 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
2392
23ffc893
PA
23932015-07-29 Pedro Alves <palves@redhat.com>
2394
2395 * gdb.base/call-signal-resume.exp: Remove check for
2396 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
2397 * gdb.base/unwindonsignal.exp: Likewise.
2398 * gdb.base/call-signals.c (gen_signal): Remove printf call.
2399 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
2400
65566918
PA
24012015-07-29 Pedro Alves <palves@redhat.com>
2402
2403 * gdb.base/siginfo-addr.c (pass): New function.
2404 (handler): Call it iff si_addr is correct.
2405 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
2406 Set a breakpoint at "pass" and continue to it.
2407
d60a9221
SDJ
24082015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
2409
2410 * gdb.python/py-objfile.exp: Make some tests have unique names.
2411 * gdb.python/py-pp-registration.exp: Likewise.
2412
bde40b8f
PA
24132015-07-28 Pedro Alves <palves@redhat.com>
2414
2415 * gdb.server/server-exec-info.exp: Issue a "disconnect".
2416
13e1dec8
SM
24172015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2418
2419 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
2420
da33c9a7
SM
24212015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2422
2423 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
2424
077836f7
PP
24252015-07-27 Patrick Palka <patrick@parcs.ath.cx>
2426
2427 * gdb.base/gdb-sigterm-2.exp: New test.
2428
b8cc7b2e
DE
24292015-07-25 Doug Evans <xdje42@gmail.com>
2430
2431 Revert:
2432 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2433 (workers/%.worker, build-perf): New rule.
2434 (GDB_PERFTEST_MODE): New variable.
2435 (check-perf): Use it.
2436 (clean): Clean up gdb.perf parallel build subdirs.
2437 * lib/build-piece.exp: New file.
2438 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2439 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2440 name.
2441 (standard_temp_file): Ditto.
2442 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2443 of $GDB_PARALLEL.
2444
c8bd4544
DE
24452015-07-24 Doug Evans <dje@google.com>
2446
2447 * gdb.perf/lib/perftest/utils.py: New file.
2448 * gdb.perf/gm-hello.cc: New file.
2449 * gdb.perf/gm-pervasive-typedef.cc: New file.
2450 * gdb.perf/gm-pervasive-typedef.h: New file.
2451 * gdb.perf/gm-std.cc: New file.
2452 * gdb.perf/gm-std.h: New file.
2453 * gdb.perf/gm-use-cerr.cc: New file.
2454 * gdb.perf/gm-utils.h: New file.
2455 * gdb.perf/gmonster-null-lookup.py: New file.
2456 * gdb.perf/gmonster-pervasive-typedef.py: New file.
2457 * gdb.perf/gmonster-print-cerr.py: New file.
2458 * gdb.perf/gmonster-ptype-string.py: New file.
2459 * gdb.perf/gmonster-runto-main.py: New file.
2460 * gdb.perf/gmonster-select-file.py: New file.
2461 * gdb.perf/gmonster1-null-lookup.exp: New file.
2462 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
2463 * gdb.perf/gmonster1-print-cerr.exp: New file.
2464 * gdb.perf/gmonster1-ptype-string.exp: New file.
2465 * gdb.perf/gmonster1-runto-main.exp: New file.
2466 * gdb.perf/gmonster1-select-file.exp: New file.
2467 * gdb.perf/gmonster1.cc: New file.
2468 * gdb.perf/gmonster1.exp: New file.
2469 * gdb.perf/gmonster2-null-lookup.exp: New file.
2470 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
2471 * gdb.perf/gmonster2-print-cerr.exp: New file.
2472 * gdb.perf/gmonster2-ptype-string.exp: New file.
2473 * gdb.perf/gmonster2-runto-main.exp: New file.
2474 * gdb.perf/gmonster2-select-file.exp: New file.
2475 * gdb.perf/gmonster2.cc: New file.
2476 * gdb.perf/gmonster2.exp: New file.
2477
6eab34f3
DE
24782015-07-24 Doug Evans <dje@google.com>
2479
2480 * gdb.perf/README: New file.
2481 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
2482 * lib/gen-perf-test.exp: New file.
2483
63738bfd
DE
24842015-07-24 Doug Evans <dje@google.com>
2485
2486 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
2487 (PerfTest::startup): New function.
2488 (PerfTest::run): Return result of calling body.
2489 (PerfTest::assemble): Rewrite.
2490 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
2491 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
2492 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
2493 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
2494 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
2495
7b606f95
DE
24962015-07-24 Doug Evans <dje@google.com>
2497
2498 * lib/gdb.exp (clean_restart): Make executable optional.
2499
a97b16b8
DE
25002015-07-24 Doug Evans <dje@google.com>
2501
2502 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
2503 compiler_info references.
2504 * gdb.cp/temargs.exp: Ditto.
2505 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
2506 (get_compiler_info): Early exit if already computed. Set compiler_info
2507 to "unknown" if there was a problem.
2508 (test_compiler_info): Add function comment. Call get_compiler_info.
2509
35baa57f
DE
25102015-07-24 Doug Evans <dje@google.com>
2511
2512 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2513 (workers/%.worker, build-perf): New rule.
2514 (GDB_PERFTEST_MODE): New variable.
2515 (check-perf): Use it.
2516 (clean): Clean up gdb.perf parallel build subdirs.
2517 * lib/build-piece.exp: New file.
2518 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2519 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2520 name.
2521 (standard_temp_file): Ditto.
2522 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2523 of $GDB_PARALLEL.
2524
6ebea266
DE
25252015-07-24 Doug Evans <dje@google.com>
2526
2527 * lib/future.exp (gdb_default_target_compile): New option
2528 "early_flags".
2529 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
2530 --as-needed.
2531
1e76a7e9
SDJ
25322015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
2533
2534 * gdb.base/catch-syscall.exp: Call gdb_exit before
2535 gdb_skip_xml_test.
2536
5068630a
PA
25372015-07-24 Pedro Alves <palves@redhat.com>
2538
2539 * gdb.python/py-events.exp: Accept output between the stop event
2540 and the prompt.
2541 * gdb.python/py-evsignal.exp: Likewise.
2542 * gdb.python/py-evthreads.exp: Likewise.
2543
77598427
PA
25442015-07-24 Pedro Alves <palves@redhat.com>
2545
2546 PR gdb/18717
2547 * gdb.threads/non-ldr-exit.c: New file.
2548 * gdb.threads/non-ldr-exit.exp: New file.
2549
11e6c98f
YQ
25502015-07-24 Yao Qi <yao.qi@linaro.org>
2551
2552 * gdb.server/ext-wrapper.exp: Test --wrapper option when
2553 restarting process.
2554
51aee833
YQ
25552015-07-24 Yao Qi <yao.qi@linaro.org>
2556
2557 * gdb.server/ext-restart.exp: New file.
2558
8cfe207c
YQ
25592015-07-24 Yao Qi <yao.qi@linaro.org>
2560
2561 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
2562 argument options.
2563 * gdb.server/ext-wrapper.exp: New file.
2564
cc12ce38
DE
25652015-07-23 Doug Evans <dje@google.com>
2566
2567 * gdb.dwarf2/dw2-dummy-cu.S: New file.
2568 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
2569
d0d84780
PMR
25702015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
2571
2572 * gdb.ada/var_arr_typedef.exp: New testcase.
2573 * gdb.ada/var_arr_typedef/pack.adb: New file.
2574 * gdb.ada/var_arr_typedef/pack.ads: New file.
2575 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
2576
8b558f79
JB
25772015-07-20 Joel Brobecker <brobecker@adacore.com>
2578
2579 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
2580
775a3298
JK
25812015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2582
2583 * gdb.arch/i386-biarch-core.exp: Replace istarget
2584 by "complete set gnutarget". Remove expectation for the "core-file"
2585 command.
2586
db1ff28b
JK
25872015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2588
2589 Revert the previous commit:
2590 Tests for validate symbol file using build-id.
2591
0a94970d
JK
25922015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2593
2594 Tests for validate symbol file using build-id.
2595 * gdb.base/solib-mismatch-lib.c: New file.
2596 * gdb.base/solib-mismatch-libmod.c: New file.
2597 * gdb.base/solib-mismatch.c: New file.
2598 * gdb.base/solib-mismatch.exp: New file.
2599
03346981
SL
26002015-07-15 Sandra Loosemore <sandra@codesourcery.com>
2601
2602 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
2603 nios2-*-linux*.
2604 * gdb.base/sigbpt.exp (stepi_out): Likewise.
2605 * gdb.base/siginfo.exp: Likewise.
2606 * gdb.base/sigstep.exp (advance, advancei): Likewise.
2607
42422cc7
PL
26082015-07-15 Pierre Langlois <pierre.langlois@arm.com>
2609
2610 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
2611 Move it to ...
2612 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
2613 ... here.
2614 * gdb.trace/range-stepping.exp: Check that the target supports
2615 range stepping.
2616
cfa68bae
JK
26172015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2618
2619 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
2620
8ffdba26
PA
26212015-07-14 Pedro Alves <palves@redhat.com>
2622
2623 * gdb.base/killed-outside.exp: New file.
2624 * gdb.base/killed-outside.c: New file.
2625
218a5a11
JK
26262015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2627
2628 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
2629 (n at main): New.
2630 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
2631
e03ed3c6
AA
26322015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2633
2634 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
2635 infcall tests instead of setting up for KFAIL.
2636
485668e5
MM
26372015-07-10 Markus Metzger <markus.t.metzger@intel.com>
2638
2639 * gdb.btrace/record_goto-step.exp: New.
2640
08464196
JK
26412015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2642
2643 PR compile/18484
2644 * gdb.compile/compile.c (struct struct_type): Add volatile to
2645 selffield's type.
2646 * gdb.compile/compile.exp
2647 (compile code struct_object.selffield = &struct_object): Skip further
2648 struct_object tests if this one xfails.
2649
bcf5c1d9
RC
26502015-07-08 Robert O'Callahan <robert@ocallahan.org>
2651
2652 PR exp/18617
2653 * gdb.trace/ax.exp: Add test.
2654
4931af25
YQ
26552015-07-07 Yao Qi <yao.qi@linaro.org>
2656
2657 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
2658 instead of istarget "aarch64*-*-*".
2659 * gdb.arch/aarch64-fp.exp: Likewise.
2660 * gdb.base/float.exp: Likewise.
2661 * gdb.reverse/aarch64.exp: Likewise.
2662 * lib/gdb.exp (is_aarch64_target): New proc.
2663
9fcf688e
YQ
26642015-07-07 Yao Qi <yao.qi@linaro.org>
2665
2666 * lib/gdb.exp (is_aarch32_target): New proc.
2667 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
2668 instead of "istarget "arm*-*-*"".
2669 * gdb.arch/arm-disp-step.exp: Likewise.
2670 * gdb.arch/thumb-bx-pc.exp: Likewise.
2671 * gdb.arch/thumb-prologue.exp: Likewise.
2672 * gdb.arch/thumb-singlestep.exp: Likewise.
2673 * gdb.base/disp-step-syscall.exp: Likewise.
2674 * gdb.base/float.exp: Likewise.
2675
fbd8d50d
YQ
26762015-07-07 Yao Qi <yao.qi@linaro.org>
2677
2678 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
2679 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
2680
71be1fdc
YQ
26812015-07-07 Yao Qi <yao.qi@linaro.org>
2682
2683 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
2684 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
2685 if it exists.
2686 * gdb.multi/multi-arch.exp: Likewise.
2687
3e221d36
SM
26882015-07-07 Simon Marchi <simon.marchi@ericsson.com>
2689
2690 * gdb.python/py-lazy-string.exp: Add missing parentheses to
2691 print.
2692
d441430b
YQ
26932015-07-07 Yao Qi <yao.qi@linaro.org>
2694
2695 * gdb.arch/thumb-singlestep.exp: Do one more single step.
2696
06f810bd
MG
26972015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
2698
2699 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
2700 '[' and ']' characters.
2701
5e61e7c0
IB
27022015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
2703
2704 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
2705
28bf096c
PA
27062015-06-29 Pedro Alves <palves@redhat.com>
2707
2708 PR threads/18127
2709 * gdb.threads/hand-call-new-thread.c: New file.
2710 * gdb.threads/hand-call-new-thread.c: New file.
2711
ee93cd5e
KS
27122015-06-26 Keith Seitz <keiths@redhat.com>
2713 Doug Evans <dje@google.com>
2714
2715 PR 16253
2716 * gdb.cp/var-tag-2.cc: New file.
2717 * gdb.cp/var-tag-3.cc: New file.
2718 * gdb.cp/var-tag-4.cc: New file.
2719 * gdb.cp/var-tag.cc: New file.
2720 * gdb.cp/var-tag.exp: New file.
2721
fc637f04
PP
27222015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2723
2724 * gdb.base/history-duplicates.exp: New test.
2725
2e52ae68
PP
27262015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2727
2728 * gdb.base/completion.exp: Test the completion of the "focus"
2729 command.
2730
6e22494e
JK
27312015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2732
2733 * gdb.arch/amd64-prologue-skip.S: New file.
2734 * gdb.arch/amd64-prologue-skip.exp: New file.
2735
bf7b9cd9
SM
27362015-06-25 Simon Marchi <simon.marchi@ericsson.com>
2737
2738 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
2739 is_address_zero_readable check.
2740
201e8dfd
PB
27412015-06-24 Peter Bergner <bergner@vnet.ibm.com>
2742
2743 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
2744 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
2745
5cd867b4
YQ
27462015-06-24 Yao Qi <yao.qi@linaro.org>
2747
2748 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
2749 linux targets.
2750
4d7be007
YQ
27512015-06-24 Yao Qi <yao.qi@linaro.org>
2752
2753 * lib/gdb.exp (supports_get_siginfo_type): New proc.
2754 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
2755 * gdb.base/siginfo-thread.exp: Likewise.
2756
07fcd301
YQ
27572015-06-22 Yao Qi <yao.qi@linaro.org>
2758
2759 * boards/remote-gdbserver-on-localhost.exp: Add comments.
2760
52042a00
YQ
27612015-06-22 Yao Qi <yao.qi@linaro.org>
2762
2763 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
2764 aarch64*-*-*.
2765 (skip_hw_watchpoint_tests): Likewise.
2766
74bd41ce
PP
27672015-06-18 Patrick Palka <patrick@parcs.ath.cx>
2768
2769 * gdb.base/gdbinit-history.exp: Test the interaction between
2770 setting GDBHISTSIZE and setting the history size via .gdbinit.
2771
bc460514
PP
27722015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2773
2774 PR gdb/16999
2775 * gdb.base/gdbhistsize-history.exp: New test.
2776
b58c513b
PP
27772015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2778
2779 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
2780 with GDBHISTSIZE.
2781 * gdb.base/readline.exp: Likewise.
2782
92046791
YQ
27832015-06-17 Yao Qi <yao.qi@linaro.org>
2784
2785 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
2786 line.
2787
2093d2d3
PP
27882015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2789
2790 * gdb.base/gdbinit-history.exp: Add test case to check that
2791 an unlimited history file does not get truncated on exit.
2792
e6c693af
AA
27932015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2794
2795 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
2796 (VECTOR): New macro. Use it...
2797 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
2798 ...for these typedefs.
2799 (int8, char1, int1, double1): New typedefs.
2800 (struct just_int2, struct two_int2): New structures.
2801 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
2802 (add_structvecs, add_singlevecs): New functions.
2803 (main): Call add_some_intvecs twice.
2804 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
2805 the compile and exit upon failure. Try compiling for the "native"
2806 architecture. Test inferior function calls with vector arguments
2807 and vector return value handling with "finish" and "return".
2808
c74f7d1c
JT
28092015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2810
2811 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
2812 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
2813 PE file.
2814 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
2815
98aa42ee
AT
28162015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
2817
2818 PR breakpoints/16465
2819 * gdb.mi/mi-dprintf-pending.c: New file.
2820 * gdb.mi/mi-dprintf-pending.exp: New test.
2821 * gdb.mi/mi-dprintf-pendshr.c: New file.
2822
7d73c23c 28232015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 2824 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
2825
2826 * gdb.arch/i386-mpx-map.c: New file.
2827 * gdb.arch/i386-mpx-map.exp: New File.
2828
28292015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2830
2831 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
2832 * gdb.arch/i386-mpx.exp: Indentation fixed.
2833
28342015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2835
2836 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
2837 function and improved indentation.
2838 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
2839 gdb_test_multiple. Added additional tests to skip the test.
2840
28412015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2842
2843 * gdb.arch/i386-avx512.c: Change path in include file.
2844 * gdb.arch/i386-avx512.exp: Change include dir path
2845 compilation flag.
2846 * gdb.arch/i386-mpx.c: Change path in include file.
2847 * gdb.arch/i386-mpx.exp: Change include dir path compilation
2848 flag.
2849
d5eba19a
JK
28502015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2851
2852 * gdb.compile/compile-print.exp (compile print *vararray@3)
2853 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
2854
7f361056
JK
28552015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2856
2857 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
2858 (do not keep jit in memory): ... this.
2859 (expect 5): Change it to ...
2860 (expect no 5): ... this.
2861
3b462ec2
SM
28622015-06-02 Simon Marchi <simon.marchi@ericsson.com>
2863
2864 PR gdb/15564
2865 * gdb.mi/mi-detach.exp: New file.
2866
e0619de6
JK
28672015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2868
2869 PR symtab/18392
2870 * gdb.arch/amd64-tailcall-self.S: New file.
2871 * gdb.arch/amd64-tailcall-self.c: New file.
2872 * gdb.arch/amd64-tailcall-self.exp: New file.
2873
e970cb34
DB
28742015-05-28 Don Breazeal <donb@codesourcery.com>
2875
2876 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
2877 tests for remote targets by checking is_target_gdbserver.
2878
b2e2f908
DE
28792015-05-27 Doug Evans <dje@google.com>
2880
2881 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
2882 * gdb.dwarf2/opaque-type-lookup.c: New file.
2883 * gdb.dwarf2/opaque-type-lookup.exp: New file.
2884
82c7be31
DE
28852015-05-26 Doug Evans <dje@google.com>
2886
2887 * gdb.cp/iostream.cc: New file.
2888 * gdb.cp/iostream.exp: New file.
2889
b4f54984
DE
28902015-05-26 Doug Evans <dje@google.com>
2891
2892 * gdb.dwarf2/dw2-op-call.exp: Update.
2893 * gdb.dwarf2/dw4-sig-types.exp: Update.
2894 * gdb.dwarf2/implptr.exp: Update.
2895 * gdb.mi/mi-cmd-param-changed.exp: Update.
2896
4ea6efe9
DE
28972015-05-26 Doug Evans <dje@google.com>
2898
2899 * gdb.python/py-lazy-string.c: New file.
2900 * gdb.python/py-lazy-string.exp: New file.
2901 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
2902 (main): Update. Add estring3.
2903 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
2904 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
2905
f6bb7db3
YQ
29062015-05-26 Omair Javaid <omair.javaid@linaro.org>
2907 Yao Qi <yao.qi@linaro.org>
2908
2909 * gdb.reverse/aarch64.c: New.
2910 * gdb.reverse/aarch64.exp: New.
2911
a81bfbd0
OJ
29122015-05-26 Omair Javaid <omair.javaid@linaro.org>
2913
2914 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
2915 (supports_reverse): Likewise.
2916
158bf1b4
PP
29172015-05-22 Patrick Palka <patrick@parcs.ath.cx>
2918
2919 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2920 Use with_test_prefix.
2921
a0145030
AB
29222015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
2923
2924 * gdb.base/completion.exp: Add test for completion of layout
2925 names.
2926
ebe3b578
AB
29272015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
2928
2929 * lib/gdb.exp (skip_tui_tests): New proc.
2930 * gdb.base/tui-layout.exp: Check skip_tui_tests.
2931
84204ed7
PA
29322015-05-19 Pedro Alves <palves@redhat.com>
2933
2934 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2935 Save the whole env array instead of just HOME. Unset HISTSIZE in
2936 the environment while testing. Restore whole environment
2937 afterwards.
2938
37442ce1
DE
29392015-05-16 Doug Evans <xdje42@gmail.com>
2940
2941 * gdb.guile/scm-ports.c: New file.
2942 * gdb.guile/scm-ports.exp: Add memory port tests.
2943
36de76f9
JK
29442015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2945
2946 * gdb.compile/compile-print.c: New file.
2947 * gdb.compile/compile-print.exp: New file.
2948
3a9558c4
JK
29492015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2950
2951 * gdb.compile/compile-ops.exp: Cast param to void.
2952 * gdb.compile/compile.exp: Complete type for _gdb_expr.
2953 (compile code struct_object.selffield = &struct_object): Add xfail.
2954
aa715135
JG
29552015-05-15 Joel Brobecker <brobecker@adacore.com>
2956
2957 * gdb.ada/arr_enum_with_gap: New testcase.
2958
931e5bc3
JG
29592015-05-15 Joel Brobecker <brobecker@adacore.com>
2960
2961 * gdb.ada/byte_packed_arr: New testcase.
2962
9cd4d857
JB
29632015-05-15 Joel Brobecker <brobecker@adacore.com>
2964
2965 * gdb.ada/pckd_neg: New testcase.
2966
ebfd00d2
PP
29672015-05-13 Patrick Palka <patrick@parcs.ath.cx>
2968
2969 PR gdb/17820
2970 * gdb.base/gdbinit-history.exp: New test.
2971 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
2972 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
2973
4c082a81
SC
29742015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2975
2976 * gdb.python/py-xmethods.cc: Enhance test case.
2977 * gdb.python/py-xmethods.exp: New tests.
2978 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
2979 function.
2980 (B_indexoper): Likewise.
2981 (global_dm_list) : Add new xmethod worker functions.
2982
f7797074
SDJ
29832015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
2984
2985 * gdb.base/coredump-filter.exp: Correctly unset
2986 "coredump_var_addr" array.
2987
a4674e4e
PA
29882015-05-08 Pedro Alves <palves@redhat.com>
2989
2990 * gdb.server/non-existing-program.exp: Unset spawn_id.
2991
df2eb078
SC
29922015-05-08 Siva Chandra Reddy <sivachandra@google.com>
2993
2994 PR python/18291
2995 * gdb.python/py-xmethods.exp: Add tests.
2996
422349a3
YQ
29972015-05-08 Yao Qi <yao.qi@linaro.org>
2998
2999 PR gdb/18208
3000 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
3001 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
3002 function set_coredump_filter, and remove remote_exec call.
3003 Remove argument ipid. Callers update.
3004 (top level): Don't get inferior's PID.
3005
63fc80ce
AA
30062015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
3007
3008 * gdb.base/watch_thread_num.exp: Skip test on targets without
3009 access watchpoints.
3010
80ad801e
PA
30112015-05-06 Pedro Alves <palves@redhat.com>
3012
3013 PR server/18081
3014 * gdb.server/non-existing-program.exp: New file.
3015
0fa7fe50
JB
30162015-05-05 Joel Brobecker <brobecker@adacore.com>
3017
3018 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
3019
3ea89b92
PMR
30202015-05-05 Joel Brobecker <brobecker@adacore.com>
3021
3022 * gdb.ada/out_of_line_in_inlined: New testcase.
3023
87b8eff0
JB
30242015-05-05 Joel Brobecker <brobecker@adacore.com>
3025
3026 * gdb.ada/var_rec_arr: New testcase.
3027
5fccc635
YQ
30282015-04-30 Yao Qi <yao.qi@linaro.org>
3029
3030 * gdb.base/break-idempotent.exp: If
3031 skip_hw_watchpoint_multi_tests returns true, skip the tests
3032 on "rwatch" and "awatch".
3033
42d38f42
YQ
30342015-04-30 Yao Qi <yao.qi@linaro.org>
3035
3036 * gdb.base/relativedebug.exp: Invoke gdb command
3037 "info sharedlibrary", and if libc.so doesn't have debug info,
3038 skip the test.
3039
2ce1cdbf
DE
30402015-04-29 Doug Evans <dje@google.com>
3041
3042 * gdb.python/py-xmethods.exp: Add ptype tests.
3043 * gdb.python/py-xmethods.py (E_method_char_worker): Add
3044 get_result_type method.
3045
f24a38c5
LM
30462015-04-29 Luis Machado <lgustavo@codesourcery.com>
3047
3048 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
3049 the target does not support hardware watchpoints.
3050
ecbf2b3c
LM
30512015-04-29 Luis Machado <lgustavo@codesourcery.com>
3052
3053 * gdb.base/break-always.exp: Abort testing if writing to memory
3054 causes an error.
3055
34f5f757
DE
30562015-04-28 Doug Evans <dje@google.com>
3057
3058 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
3059 * gdb.python/py-pp-registration.exp: ... here. New file.
3060 * gdb.python/py-pp-registration.c: New file.
3061 * gdb.python/py-pp-registration.py: New file.
3062
69b4374a
DE
30632015-04-28 Doug Evans <dje@google.com>
3064
3065 * gdb.python/py-bad-printers.c: New file.
3066 * gdb.python/py-bad-printers.py: New file.
3067 * gdb.python/py-bad-printers.exp: New file.
3068
59fb7612
SS
30692015-04-28 Sasha Smundak <asmundak@google.com>
3070
3071 * gdb.python/py-type.exp: New test.
3072
2631b16a
AW
30732015-04-28 Andy Wingo <wingo@igalia.com>
3074
3075 * gdb.python/py-parameter.exp:
3076 * gdb.guile/scm-parameter.exp: Escape the path that we are
3077 matching against, as it might contain characters that are special
3078 to regular expressions.
3079
460efde1
JB
30802015-04-27 Joel Brobecker <brobecker@adacore.com>
3081
3082 * gdb.ada/rec_comp: New testcase.
3083
2d369d8e
SDJ
30842015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
3085
3086 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
3087 before using it.
3088
cf75d6c3
AB
30892015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
3090
3091 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
3092 new tests for verilog output.
3093
8dbe7ca5
YQ
30942015-04-24 Yao Qi <yao.qi@linaro.org>
3095
3096 * boards/remote-gdbserver-on-localhost.exp: New file.
3097
4ef9fb2f
PA
30982015-04-23 Pedro Alves <palves@redhat.com>
3099
3100 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
3101 $inferior_spawn_id instead of $inferior_spawn_id directly. On
3102 "end of file", remove $inferior_spawn_id from the indirect list.
3103
0a803169
PA
31042015-04-23 Pedro Alves <palves@redhat.com>
3105
3106 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
3107
749ef8f8
PA
31082015-04-23 Pedro Alves <palves@redhat.com>
3109
3110 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
3111 on $any_spawn_id instead of only on $gdb_spawn_id.
3112
8aae4344
PM
31132015-04-21 Pierre Muller <muller@sourceware.org>
3114
3115 PR pascal/17815
3116 * lib/pascal.exp (gpc_compile): Add new option "class".
3117 (fpc_compile): Likewise.
3118 * gdb.pascal/case-insensitive-symbols.pas: New file.
3119 * gdb.pascal/case-insensitive-symbols.exp: New file.
3120
1586c8fb
GB
31212015-04-20 Gary Benson <gbenson@redhat.com>
3122
3123 * gdb.base/attach.exp: Fix three extended remote failures.
3124
1b6e6f5c
GB
31252015-04-17 Gary Benson <gbenson@redhat.com>
3126
3127 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
3128 the main executable over the remote protocol.
3129
e797481d
PA
31302015-04-16 Pedro Alves <palves@redhat.com>
3131
3132 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
3133 a new gdbserver if gdbserver_reconnect_p is set.
3134
1ca99c42
PA
31352015-04-16 Pedro Alves <palves@redhat.com>
3136
3137 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
3138 is set, don't exit gdbserver.
3139
af9fd6f8
AA
31402015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3141
3142 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
3143 appropriate .insn, such that an older assembler can be used.
3144 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
3145 the z/Architecture instruction set on 31-bit targets as well.
3146
04ff1e61
AA
31472015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3148
3149 * gdb.go/handcall.exp: Remove all logic related to the first
3150 breakpoint and rely on go_runto_main instead.
3151 * gdb.go/strings.exp: Likewise.
3152 * gdb.go/unsafe.exp: Likewise.
3153 * gdb.go/hello.exp: Likewise. Also rename the remaining
3154 breakpoint marker to "breakpoint 1".
3155 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
3156 * gdb.go/strings.go: Likewise.
3157 * gdb.go/unsafe.go: Likewise.
3158 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
3159 "set breakpoint 2 here" and rename the remaining breakpoint marker
3160 to "breakpoint 1".
3161
40d2f8d6
SM
31622015-04-15 Simon Marchi <simon.marchi@ericsson.com>
3163
3164 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
3165 if itertools.imap is not present.
3166 * gdb.python/py-objfile.exp: Add parentheses.
3167 * gdb.python/py-type.exp: Same.
3168 * gdb.python/py-unwind-maint.py: Same.
3169
8cbc97c6
YQ
31702015-04-15 Yao Qi <yao.qi@linaro.org>
3171
3172 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
3173 of ":$ptr_size" and set its form explicitly.
3174
45fd756c
YQ
31752015-04-15 Pedro Alves <palves@redhat.com>
3176 Yao Qi <yao.qi@linaro.org>
3177
3178 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
3179 timeout by factor of 4.
3180 (test_regular_watch): Likewise.
3181 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
3182 * gdb.reverse/sigall-reverse.exp: Likewise.
3183 * gdb.reverse/until-precsave.exp: Likewise.
3184 * lib/gdb.exp (with_timeout_factor): New proc.
3185 (gdb_expect): Move some code to ...
3186 (get_largest_timeout): ... here. New procedure.
3187
9e811bc3
LM
31882015-04-14 Luis Machado <lgustavo@codesourcery.com>
3189
3190 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
3191
0ff6fcb2
LM
31922015-04-13 Luis Machado <lgustavo@codesourcery.com>
3193
3194 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
3195 to write to the .text section.
3196
7578d5f7
LM
31972015-04-13 Luis Machado <lgustavo@codesourcery.com>
3198
3199 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
3200 Handle the case of targets that do not provide PID information.
3201
2efe15c4
YQ
32022015-04-13 Yao Qi <yao.qi@linaro.org>
3203
3204 * lib/gdbserver-support.exp (gdb_exit): Catch exception
3205 and use expect instead of gdb_expect.
3206
8cd8f2f8
SDJ
32072015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
3208
3209 * gdb.base/coredump-filter.exp: Rename variable "addr" to
3210 "coredump_var_addr" to avoid naming conflict with other testcases.
3211
9ee41772
PA
32122015-04-10 Pedro Alves <palves@redhat.com>
3213
3214 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
3215 gdb_test_sequence and gdb_assert.
3216
07473109
PA
32172015-04-10 Pedro Alves <palves@redhat.com>
3218
3219 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
3220 test messages that don't include the breakpoint address.
3221
de3db44c
YQ
32222015-04-10 Yao Qi <yao.qi@linaro.org>
3223
3224 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
3225 false for some offset and width combinations which aren't
3226 supported by linux kernel.
3227
c79d856c
PA
32282015-04-10 Pedro Alves <palves@redhat.com>
3229
3230 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
3231 procedure, factored out from ...
3232 (top level): ... here. Add "set displaced-stepping" testing axis.
3233 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
3234 parameter "displaced". Use it.
3235 (top level): Use foreach and add "set displaced-stepping" testing
3236 axis.
3237
ebc90b50
PA
32382015-04-10 Pedro Alves <palves@redhat.com>
3239
3240 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
3241 Remove comment.
3242 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
3243 both the address of the instruction that triggers the watchpoint
3244 and the address of the instruction immediately after, and use
3245 those addresses for the test. Fix comment.
3246
8f572e5c
PA
32472015-04-10 Pedro Alves <palves@redhat.com>
3248
3249 * gdb.base/sigstep.exp (breakpoint_to_handler)
3250 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
3251 Test "backtrace" in handler.
3252 (breakpoint_over_handler): New parameter 'displaced'. Use it.
3253 (top level): Add new "displaced" test axis to
3254 breakpoint_to_handler, breakpoint_to_handler_entry and
3255 breakpoint_over_handler.
3256
8d707a12
PA
32572015-04-10 Pedro Alves <palves@redhat.com>
3258
3259 PR gdb/18216
3260 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
3261
ef713951
YQ
32622015-04-10 Yao Qi <yao.qi@linaro.org>
3263
3264 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
3265 (test_add_rn_pc): New function.
3266 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
3267 (top level): Invoke test_add_rn_pc.
3268
906d60cf
PA
32692015-04-10 Pedro Alves <palves@redhat.com>
3270
3271 PR gdb/13858
3272 * gdb.base/step-over-no-symbols.exp: New file.
3273
f2983cc3
AW
32742015-04-09 Andy Wingo <wingo@igalia.com>
3275
3276 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
3277 after the Python tests.
3278
6d62641c
SDJ
32792015-04-08 Keith Seitz <keiths@redhat.com>
3280
3281 PR python/16699
3282 * gdb.python/py-completion.exp: New tests for completion.
3283 * gdb.python/py-completion.py (CompleteLimit1): New class.
3284 (CompleteLimit2): Likewise.
3285 (CompleteLimit3): Likewise.
3286 (CompleteLimit4): Likewise.
3287 (CompleteLimit5): Likewise.
3288 (CompleteLimit6): Likewise.
3289 (CompleteLimit7): Likewise.
3290
f3770638
PA
32912015-04-08 Pedro Alves <palves@redhat.com>
3292
3293 PR gdb/18214
3294 PR gdb/18216
3295 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
3296 function.
3297 (main): Install it as SIGUSR1 handler.
3298 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
3299 parameter. Always use "setup" as prefix. Toggle "set
3300 displaced-stepping" off/on depending on global. Don't switch to
3301 thread 1 here.
3302 (top level): Add displaced stepping "off/on" test axis. Update
3303 "setup" calls. Wrap each subtest with with_test_prefix. Test
3304 continuing with a queued signal in each thread.
3305
4496bed7
PA
33062015-04-08 Pedro Alves <palves@redhat.com>
3307
3308 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
3309 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
3310 gdb_breakpoint instead of gdb_test that doesn't expect anything.
3311 Return early if running to main fails.
3312 * gdb.trace/while-stepping.exp: Likewise.
3313
b97fde92
PA
33142015-04-07 Pedro Alves <palves@redhat.com>
3315
3316 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
3317 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
3318 interact with inferior program.
3319
f71c18e7
PA
33202015-04-07 Pedro Alves <palves@redhat.com>
3321
3322 * lib/gdb.exp (inferior_spawn_id): New global.
3323 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
3324 spawn id after processing the user code.
3325 (default_gdb_start): Set inferior_spawn_id.
3326 (send_inferior): New procedure.
3327 * lib/gdbserver-support.exp (gdbserver_start): Set
3328 inferior_spawn_id.
3329 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
3330
6423214f
PA
33312015-04-07 Pedro Alves <palves@redhat.com>
3332
3333 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
3334 * lib/gdbserver-support.exp (gdbserver_start): Make
3335 $server_spawn_id global.
3336 (gdbserver_start): Don't wait for gdbserver's spawn id with
3337 expect_background.
3338 (close_gdbserver): New procedure.
3339 (gdb_exit): Rename the default version and reimplement.
3340
71c0ee8c
PA
33412015-04-07 Pedro Alves <palves@redhat.com>
3342
72f4393d 3343 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
3344 append the substituted item, not the original item.
3345
203bc29b
PA
33462015-04-07 Pedro Alves <palves@redhat.com>
3347
3348 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
3349 gdb_expect.
3350
508a3ddf
PA
33512015-04-07 Pedro Alves <palves@redhat.com>
3352
3353 * gdb.base/interrupt.exp: Don't handle the case of the inferior
3354 output appearing once only.
3355
9f6dbe2b
PA
33562015-04-07 Pedro Alves <palves@redhat.com>
3357
3358 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
3359 that doesn't expect anything. Return early if running to main
3360 fails.
3361
337532fa
YQ
33622015-04-07 Yao Qi <yao.qi@linaro.org>
3363
3364 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
3365 (child_function): Call alarm.
3366 (main): Move call to alarm into the loop.
3367 * gdb.threads/non-stop-fair-events.exp: Build program with
3368 -DTIMEOUT=$timeout.
3369
01b622d4
DE
33702015-04-06 Doug Evans <xdje42@gmail.com>
3371
3372 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
3373 Fix dest parameter to board_info.
3374 (fpc_compile): Ditto.
3375 (gdb_compile_pascal): Rename dest arg to destfile.
3376
961f4160
PMR
33772015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
3378
3379 * gdb.ada/funcall_ref.exp: New file.
3380 * gdb.ada/funcall_ref/foo.adb: New file.
3381
cafda597
YQ
33822015-04-02 Yao Qi <yao.qi@linaro.org>
3383
3384 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
3385 is remote.
3386
fed040c6
GB
33872015-04-02 Gary Benson <gbenson@redhat.com>
3388
3389 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
3390
d11916aa
SS
33912015-04-01 Sasha Smundak <asmundak@google.com>
3392
3393 * gdb.python/py-unwind-maint.c: New file.
3394 * gdb.python/py-unwind-maint.exp: New test.
3395 * gdb.python/py-unwind-maint.py: New file.
3396 * gdb.python/py-unwind.c: New file.
3397 * gdb.python/py-unwind.exp: New test.
3398 * gdb.python/py-unwind.py: New test.
3399
a1471180
PA
34002015-04-01 Pedro Alves <palves@redhat.com>
3401
3402 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
3403 to fail instead of non-existent $test.
3404
0bbeccb1
PA
34052015-04-01 Pedro Alves <palves@redhat.com>
3406
3407 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
3408 GDBFLAGS if not empty.
3409
3c724c8c
PMR
34102015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
3411
3412 * gdb.ada/complete.exp: Remove "multi_line".
3413 * gdb.ada/info_exc.exp: Remove "multi_line".
3414 * gdb.ada/packed_tagged.exp: Remove "multi_line".
3415 * gdb.ada/ptype_field.exp: Remove "multi_line".
3416 * gdb.ada/sym_print_name.exp: Remove "multi_line".
3417 * gdb.ada/tagged.exp: Remove "multi_line".
3418 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
3419 [multi_line ...]
3420 * gdb.btrace/delta.exp: Likewise.
3421 * gdb.btrace/exception.exp: Likewise.
3422 * gdb.btrace/function_call_history.exp: Likewise.
3423 * gdb.btrace/instruction_history.exp: Likewise.
3424 * gdb.btrace/nohist.exp: Likewise.
3425 * gdb.btrace/record_goto.exp: Likewise.
3426 * gdb.btrace/segv.exp: Likewise.
3427 * gdb.btrace/stepi.exp: Likewise.
3428 * gdb.btrace/tailcall.exp: Likewise.
3429 * gdb.btrace/unknown_functions.exp: Likewise.
3430 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
3431 * lib/gdb.exp: Add the "multi_line" helper.
3432
4eec2deb
PA
34332015-04-01 Pedro Alves <palves@redhat.com>
3434
3435 * gdb.threads/tid-reuse.c: New file.
3436 * gdb.threads/tid-reuse.exp: New file.
3437
df8411da
SDJ
34382015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
3439
3440 PR corefiles/16092
3441 * gdb.base/coredump-filter.c: New file.
3442 * gdb.base/coredump-filter.exp: Likewise.
3443
6ef37366
PM
34442015-03-27 Petr Machata <pmachata@redhat.com>
3445
3446 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
3447 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
3448 (Dwarf::assemble): Initialize them.
3449 (Dwarf::lines): New function.
3450
7ec911b0
JT
34512015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
3452
3453 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
3454 SYMBOL_PREFIX for x86_64-*-cygwin.
3455
ff908ebf
AW
34562015-03-26 Andy Wingo <wingo@igalia.com>
3457
3458 PR symtab/18148
3459 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
3460 const_value but not a location.
3461 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
3462 location defined in non-main CUs are visible.
3463
6d5f0679
YQ
34642015-03-26 Yao Qi <yao.qi@linaro.org>
3465
3466 PR testsuite/18139
3467 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
3468 Add a line number entry for the same line.
3469 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
3470 Add a line number entry for the same line.
3471
2898689b
YQ
34722015-03-26 Yao Qi <yao.qi@linaro.org>
3473
3474 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
3475 .int 0.
3476 (func): Likewise. Add .Lfunc_1 label.
3477 Use .Lfunc_1 label.
3478 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
3479 .int 0.
3480 (func): Likewise.
3481 Use .Lfunc_1 label.
3482
85180498
YQ
34832015-03-26 Yao Qi <yao.qi@linaro.org>
3484
3485 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
3486 Call gdb_compile instead to compile each .s files without debug
3487 information.
3488
8aa08a8d
YQ
34892015-03-26 Yao Qi <yao.qi@linaro.org>
3490
3491 * gdb.base/savedregs.exp (process_saved_regs): Make
3492 "Saved registers:" optional in the pattern.
3493
66849923
MM
34942015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3495
3496 * gdb.btrace/next.exp: Merged into step.exp.
3497 * gdb.btrace/finish.exp: Merged into step.exp.
3498 * gdb.btrace/nexti.exp: Merged into stepi.exp.
3499 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
3500 "record goto" and checking the exact replay position.
3501 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
3502 check for "Recording format" in "info record" output.
3503 * gdb.btrace/record_goto.exp: Choose test file based on target.
3504 * gdb.btrace/x86-record_goto.S: Renamed into ...
3505 * gdb.btrace/x86_64-record_goto.S: ... this.
3506 * gdb.btrace/i686-record_goto.S: New.
3507 * gdb.btrace/x86-tailcall.S: Renamed into ...
3508 * gdb.btrace/x86_64-tailcall.S: ... this.
3509 * gdb.btrace/i686-tailcall.S: New.
3510 * gdb.btrace/x86-tailcall.c: Renamed into ...
3511 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
3512 separate statements. Update test.
3513 * gdb.btrace/delta.exp: Use record_goto.c as test file.
3514 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
3515 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
3516 * gdb.btrace/tailcall.exp: Choose test file based on target.
3517 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
3518
11cc1b74
MM
35192015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3520
3521 * gdb.btrace/exception.exp: Increase BTS buffer size.
3522
a25d8bf9
PA
35232015-03-24 Pedro Alves <palves@redhat.com>
3524
3525 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
3526
856e7dd6
PA
35272015-03-24 Pedro Alves <palves@redhat.com>
3528
3529 * gdb.threads/schedlock.exp (test_step): No longer expect that
3530 "set scheduler-locking step" with "next" over a function call runs
3531 threads unlocked.
3532
ad235a41
AT
35332015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3534
3535 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
3536
15630549
AT
35372015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3538
3539 PR breakpoints/16466
3540 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
3541 * gdb.mi/mi-pending.c (thread_func): New function.
3542 (int main): Add threading support required.
3543 * gdb.mi/mi-pending.exp: Add tests for this issue.
3544 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
3545 (pendfunc2): Remove stdio dependency.
3546 * gdb.mi/mi-pendshr2.c: New file.
3547
693dca06
KS
35482015-03-23 Keith Seitz <keiths@redhat.com>
3549
3550 * gdb.linespec/keywords.c: New file.
3551 * gdb.linespec/keywords.exp: New file.
3552
7e993ebf
KS
35532015-03-23 Keith Seitz <keiths@redhat.com>
3554
3555 PR gdb/18021
3556 * gdb.dwarf2/staticvirtual.exp: New test.
3557
bc23328c
JK
35582015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3559
3560 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
3561 * README: Remove HP-UX and gdb.hp.
3562 (configuration):
3563 * configure: Regenerate.
3564 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
3565 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
3566 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
3567 gdb.hp/gdb.defects/Makefile.
3568 * gdb.hp/Makefile.in: File deleted.
3569 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
3570 * gdb.hp/gdb.aCC/optimize.c: File deleted.
3571 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
3572 * gdb.hp/gdb.aCC/run.c: File deleted.
3573 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
3574 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
3575 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
3576 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
3577 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
3578 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
3579 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
3580 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
3581 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
3582 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
3583 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
3584 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
3585 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
3586 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
3587 * gdb.hp/gdb.base-hp/reg.s: File deleted.
3588 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
3589 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
3590 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
3591 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
3592 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
3593 * gdb.hp/gdb.compat/Makefile.in: File deleted.
3594 * gdb.hp/gdb.compat/average.c: File deleted.
3595 * gdb.hp/gdb.compat/sum.c: File deleted.
3596 * gdb.hp/gdb.compat/xdb.c: File deleted.
3597 * gdb.hp/gdb.compat/xdb0.c: File deleted.
3598 * gdb.hp/gdb.compat/xdb0.h: File deleted.
3599 * gdb.hp/gdb.compat/xdb1.c: File deleted.
3600 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
3601 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
3602 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
3603 * gdb.hp/gdb.defects/Makefile.in: File deleted.
3604 * gdb.hp/gdb.defects/bs14602.c: File deleted.
3605 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
3606 * gdb.hp/gdb.defects/solib-d.c: File deleted.
3607 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
3608 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
3609 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
3610 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
3611 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
3612 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
3613 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
3614 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
3615 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
3616 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
3617 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
3618 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
3619 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
3620 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
3621 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
3622 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
3623 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
3624 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
3625 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
3626 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
3627 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
3628 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
3629 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
3630 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
3631 * gdb.hp/tools/odump: File deleted.
3632
8bf3b159
PA
36332015-03-19 Pedro Alves <palves@redhat.com>
3634
3635 * gdb.threads/continue-pending-status.exp (saw_thread_2)
3636 (saw_thread_3): New globals.
3637 (top level): Increment them when an event for the corresponding
3638 thread is seen.
3639 (no thread starvation): New test.
3640
eb54c8bf
PA
36412015-03-19 Pedro Alves <palves@redhat.com>
3642
3643 * gdb.threads/continue-pending-status.c: New file.
3644 * gdb.threads/continue-pending-status.exp: New file.
3645
32d2e5d6
PA
36462015-03-18 Pedro Alves <palves@redhat.com>
3647
3648 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3649 Use gdb_is_target_remote instead of is_remote. Use
3650 gdb_test_multiple instead of gdb_expect. Exit early if
3651 gdb_test_multiple hits its internal matches. Tighten stepi tests
3652 expected output. Fail on exit with any signal, instead of just
3653 SIGILL.
3654
f68f11b7
YQ
36552015-03-18 Yao Qi <yao.qi@linaro.org>
3656
3657 PR tdep/18107
3658 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
3659 variable.
3660 * gdb.base/catch-syscall.exp: Don't skip it on
3661 aarch64*-*-linux* target. Remove elements in all_syscalls.
3662 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
3663 target.
3664 (setup_all_syscalls): New proc.
3665
ca5fd19b
YQ
36662015-03-16 Yao Qi <yao.qi@linaro.org>
3667
3668 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
3669 (top level): Skip tests if valid_addr_p returns false for
3670 $cmd1 or $cmd2.
3671
85642ba0
AW
36722015-03-11 Andy Wingo <wingo@igalia.com>
3673
3674 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
3675
e03f9645
YQ
36762015-03-11 Yao Qi <yao.qi@linaro.org>
3677
3678 * gdb.base/catch-syscall.exp: Fix typo in comments.
3679
5d0962b2
YQ
36802015-03-11 Yao Qi <yao.qi@linaro.org>
3681
3682 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
3683
b2df3cef
PA
36842015-03-09 Pedro Alves <palves@redhat.com>
3685
3686 * dg-extract-results.py: Delete.
3687
ef878e53
PA
36882015-03-09 Pedro Alves <palves@redhat.com>
3689
3690 Merge dg-extract-results.sh from GCC upstream (r218843).
3691
3692 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
3693 * dg-extract-results.sh: Use --text with grep to avoid issues with
3694 binary files. Fall back to cat -v, if that doesn't work.
3695
9494d219
PA
36962015-03-05 Pedro Alves <palves@redhat.com>
3697
3698 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
3699
a8d9763a
SM
37002015-03-04 Simon Marchi <simon.marchi@ericsson.com>
3701
3702 * lib/mi-support.exp (mi_expect_interrupt): Accept
3703 alternative event for when in all-stop mode.
3704
be9957b8
PA
37052015-03-04 Pedro Alves <palves@redhat.com>
3706
3707 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
3708
d57be0f4 37092015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
3710
3711 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
3712
c214c7cf
AA
37132015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3714
3715 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
3716 regexps for GDB's current line display, accept a hex address
3717 preceding the line number.
3718
6d74a497
AA
37192015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3720
3721 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
3722 the 'arch1' variable for "s390*-linux*" targets.
3723
511aee7c
PA
37242015-03-04 Pedro Alves <palves@redhat.com>
3725
3726 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
3727 (main): Pass missing retval argument to pthread_join call.
3728
95e50b27
PA
37292015-03-02 Pedro Alves <palves@redhat.com>
3730
3731 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
3732 (top level): Call do_test with non-stop as well.
3733
28054d69
PA
37342015-03-02 Pedro Alves <palves@redhat.com>
3735
3736 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
3737 -1.
3738
4fa5d7b4
AA
37392015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3740
3741 * gdb.arch/s390-vregs.exp: New test.
3742 * gdb.arch/s390-vregs.S: New file.
3743
97c18565
PA
37442015-02-27 Pedro Alves <palves@redhat.com>
3745
3746 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
3747 call to catch_command_errors.
3748 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
3749 catch_command_errors.
3750
a37bfa30
PA
37512015-02-27 Pedro Alves <palves@redhat.com>
3752
3753 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
3754 "true" for boolean result.
3755 * gdb.gdb/selftest.exp (test_with_self): Also accept full
3756 prototype of main.
3757
6f98576f
PA
37582015-02-27 Pedro Alves <palves@redhat.com>
3759
3760 * lib/unbuffer_output.c: New file.
3761 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
3762 (main): Call gdb_unbuffer_output.
3763
eba5ab56
YQ
37642015-02-27 Yao Qi <yao.qi@linaro.org>
3765
3766 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
3767 target.
3768
0def5aaa
DE
37692015-02-26 Doug Evans <dje@google.com>
3770
3771 * gdb.cp/class2.cc (Dbase, D): New classes.
3772 (main): New local delta.
3773 * gdb.cp/class2.exp: Test printing delta.
3774 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
3775 (dynbar): New global.
3776 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
3777
081a1c2c
JK
37782015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3779
3780 * gdb.compile/compile-ifunc.c: New file.
3781 * gdb.compile/compile-ifunc.exp: New file.
3782
2f41223f
AT
37832015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
3784
3785 * gdb.base/structs.exp: Check for correct struct on finish.
3786
03eddd80
YQ
37872015-02-26 Yao Qi <yao.qi@linaro.org>
3788
3789 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
3790 is zero.
3791
80c57053
JK
37922015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3793
3794 * gdb.arch/cordic.ko.bz2: New file.
3795 * gdb.arch/cordic.ko.debug.bz2: New file.
3796 * gdb.arch/ppc64-symtab-cordic.exp: New file.
3797
21613c12
YQ
37982015-02-25 Yao Qi <yao.qi@linaro.org>
3799
3800 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
3801 aarch64*-*-* target.
3802
d8b901ed
PA
38032015-02-23 Pedro Alves <palves@redhat.com>
3804
3805 * lib/gdb.exp (delete_breakpoints): Rewrite using
3806 gdb_test_multiple.
3807
e5b85ead
PA
38082015-02-23 Pedro Alves <palves@redhat.com>
3809
3810 * gdb.base/info-os.c: Include stdlib.h.
3811
85c3a371
DE
38122015-02-22 Doug Evans <xdje42@gmail.com>
3813
3814 PR symtab/17855
3815 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
3816 is read after symbols have been re-read.
3817 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
3818 * gdb.ada/exec_changed/second.adb (Second): Ditto.
3819
96553a0c
DE
38202015-02-21 Doug Evans <dje@google.com>
3821
3822 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
3823
97a0c697
JK
38242015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3825
3826 PR corefiles/17808
3827 * gdb.arch/i386-biarch-core.core.bz2: New file.
3828 * gdb.arch/i386-biarch-core.exp: New file.
3829
a47cd6e9
PA
38302015-02-21 Pedro Alves <palves@redhat.com>
3831
3832 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
3833 runto_main fails.
3834
c5facdc4
PA
38352015-02-20 Pedro Alves <palves@redhat.com>
3836
3837 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
3838 info probes.
3839
2db9a427
PA
38402015-02-20 Pedro Alves <palves@redhat.com>
3841
3842 * gdb.threads/multi-create-ns-info-thr.exp: New file.
3843
60fb7e9e
PA
38442015-02-20 Pedro Alves <palves@redhat.com>
3845
3846 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
3847 clean_restart before gdb_target_supports_trace.
3848
5c5019c2
PA
38492015-02-20 Pedro Alves <palves@redhat.com>
3850
3851 PR threads/18006
3852 * gdb.threads/clone-thread_db.c: New file.
3853 * gdb.threads/clone-thread_db.exp: New file.
3854
c9587f88
AT
38552015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
3856
3857 PR breakpoints/16812
3858 * gdb.base/catch-gdb-caused-signals.c: New file.
3859 * gdb.base/catch-gdb-caused-signals.exp: New file.
3860
f6a88844
JM
38612015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
3862
3863 * configure: Regenerated.
3864 * configure.ac: Use GDB_AC_TRANSFORM.
3865 * aclocal.m4: sinclude ../transform.m4.
3866
497c491b
JM
38672015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3868
3869 * lib/dtrace.exp: New file.
3870 * gdb.base/dtrace-probe.exp: Likewise.
3871 * gdb.base/dtrace-probe.d: Likewise.
3872 * gdb.base/dtrace-probe.c: Likewise.
3873 * lib/pdtrace.in: Likewise.
3874 * configure.ac: Output variables with the transformed names of
3875 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
3876 * configure: Regenerated.
3877
03e98035
JM
38782015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3879
3880 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
3881 expected message when trying to access $_probe_* convenience
3882 variables while not on a probe.
3883
63cc30e9
JK
38842015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3885
3886 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
3887
0703599a
PA
38882015-02-11 Pedro Alves <pedro@codesourcery.com>
3889
3890 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
3891 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
3892
7e60a48e
DE
38932015-02-10 Doug Evans <xdje42@gmail.com>
3894
3895 * lib/gdb.exp (gdb_load): Always return a result.
3896
01b088bc
PA
38972015-02-10 Pedro Alves <palves@redhat.com>
3898
3899 * gdb.threads/signal-sigtrap.c: New file.
3900 * gdb.threads/signal-sigtrap.exp: New file.
3901
b05ec7a5
AT
39022015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
3903
3904 * gdb.trace/no-attach-trace.c: New file.
3905 * gdb.trace/no-attach-trace.exp: New file.
3906
a2c2acaf
MW
39072015-02-09 Mark Wielaard <mjw@redhat.com>
3908
3909 * gdb.dwarf2/atomic.c: New file.
3910 * gdb.dwarf2/atomic-type.exp: Likewise.
3911
31fd9caa
MM
39122015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3913
3914 * gdb.btrace/buffer-size.exp: Update "info record" output.
3915 * gdb.btrace/delta.exp: Update "info record" output.
3916 * gdb.btrace/enable.exp: Update "info record" output.
3917 * gdb.btrace/finish.exp: Update "info record" output.
3918 * gdb.btrace/instruction_history.exp: Update "info record" output.
3919 * gdb.btrace/next.exp: Update "info record" output.
3920 * gdb.btrace/nexti.exp: Update "info record" output.
3921 * gdb.btrace/step.exp: Update "info record" output.
3922 * gdb.btrace/stepi.exp: Update "info record" output.
3923 * gdb.btrace/nohist.exp: Update "info record" output.
3924
d33501a5
MM
39252015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3926
3927 * gdb.btrace/buffer-size: New.
3928
f4abbc16
MM
39292015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3930
3931 * gdb.btrace/delta.exp: Update "info record" output.
3932 * gdb.btrace/enable.exp: Update "info record" output.
3933 * gdb.btrace/finish.exp: Update "info record" output.
3934 * gdb.btrace/instruction_history.exp: Update "info record" output.
3935 * gdb.btrace/next.exp: Update "info record" output.
3936 * gdb.btrace/nexti.exp: Update "info record" output.
3937 * gdb.btrace/step.exp: Update "info record" output.
3938 * gdb.btrace/stepi.exp: Update "info record" output.
3939 * gdb.btrace/nohist.exp: Update "info record" output.
3940
b9d61307
SM
39412015-02-06 Simon Marchi <simon.marchi@ericsson.com>
3942
3943 PR gdb/15678
3944 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
3945
e584fdbc
PA
39462015-02-06 Pedro Alves <palves@redhat.com>
3947
3948 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
3949 macro.
3950 (seconds_left, again): New globals.
3951 (main): Wait seconds_left in a 1-second sleep loop instead of
3952 sleeping 180 seconds. If 'again' is set, reset the seconds
3953 counter.
3954 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
3955 'again' in the inferior before detaching. Print the seconds left.
3956 (options): New global.
3957 (top level): Build program with -DTIMEOUT=$timeout.
3958
77f41761
PA
39592015-02-06 Pedro Alves <palves@redhat.com>
3960
3961 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
3962 determine how many seconds to pass to 'alarm'.
3963 * gdb.base/gdb-sigterm.exp (top level): Build program with
3964 -DTIMEOUT=$timeout.
3965 (do_test): Return success/failure indication. Add more verbose
3966 logging. Don't fail if 200 single steps are seen. Instead, fail
3967 when the test times out.
3968 (passes): New global.
3969 (top level): Break the testing loop if testing fails on any
3970 iteration. Use gdb_assert.
3971
b9394193
DB
39722015-02-04 Don Breazeal <donb@codesourcery.com>
3973
3974 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
3975 and initialize them.
3976 (ipc_cleanup): New function.
3977 (main): Don't declare shmid, semid, and msqid. Add a call to
3978 atexit so that we call ipc_cleanup on exit.
3979
42d9e528
PA
39802015-02-04 Pedro Alves <palves@redhat.com>
3981
3982 * boards/native-extended-gdbserver.exp: Remove any target variant
3983 specifications from the board name before clearing the isremote
3984 flag from board_info.
3985
ae6ae975
DE
39862015-01-31 Doug Evans <xdje42@gmail.com>
3987
3988 * gdb.base/maint.exp <maint print type argc>: Update expected output.
3989
cfb069a8
GB
39902015-01-31 Gary Benson <gbenson@redhat.com>
3991
3992 * gdb.base/completion.exp: Disable completion limiting for
3993 existing tests. Add new tests to check completion limiting.
3994 * gdb.linespec/ls-errs.exp: Disable completion limiting.
3995
5dd31d79
DE
39962015-01-31 Doug Evans <xdje42@gmail.com>
3997
3998 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
3999
9f050062
DE
40002015-01-31 Doug Evans <xdje42@gmail.com>
4001
4002 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
4003 entries. Duplicate file section script entries.
4004 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
4005 inlined entries. Add test for safe-path rejection.
4006 * gdb.python/py-section-script.c: Add duplicate inlined section script
4007 entries. Duplicate file section script entries.
4008 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
4009 inlined entries. Add test for safe-path rejection.
4010
df25ebbd
JB
40112015-01-29 Joel Brobecker <brobecker@adacore.com>
4012
4013 * gdb.ada/disc_arr_bound: New testcase.
4014
4a0ca9ec
JB
40152015-01-29 Joel Brobecker <brobecker@adacore.com>
4016
4017 * gdb.ada/mi_var_array: New testcase.
4018
3a8b707a
DE
40192015-01-27 Doug Evans <dje@google.com>
4020
4021 * gdb.python/py-objfile.exp: Add tests for objfile.username.
4022 Add test for objfile.filename, objfile.username after objfile
4023 has been unloaded.
4024
f8313f6e
JB
40252015-01-26 Joel Brobecker <brobecker@adacore.com>
4026
4027 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
4028 the second test to print the name attribute of value
4029 returned by the call to gdb.lookup_type, and adjust
4030 the expected output accordingly.
4031
37bc665e
MW
40322015-01-25 Mark Wielaard <mjw@redhat.com>
4033
4034 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
4035 * gdb.base/disp-step-fork.c: Include unistd.h.
4036 * gdb.base/siginfo-obj.c: Include stdio.h.
4037 * gdb.base/siginfo-thread.c: Likewise.
4038 * gdb.mi/non-stop.c: Include unistd.h.
4039 * gdb.mi/nsthrexec.c: Include stdio.h.
4040 * gdb.mi/pthreads.c: Include unistd.h.
4041 * gdb.modula2/unbounded1.c (main): Declare returns int.
4042 * gdb.reverse/consecutive-reverse.c: Likewise.
4043 * gdb.threads/create-fail.c: Include unistd.h.
4044 * gdb.threads/killed.c: Likewise.
4045 * gdb.threads/linux-dp.c: Likewise.
4046 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
4047 * gdb.threads/non-ldr-exc-2.c: Likewise.
4048 * gdb.threads/non-ldr-exc-3.c: Likewise.
4049 * gdb.threads/non-ldr-exc-4.c: Likewise.
4050 * gdb.threads/pthreads.c: Include unistd.h.
4051 (main): Declare returns int.
4052 * gdb.threads/tls-main.c (foo): New declaration.
4053 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
4054
f7e5394d
SM
40552015-01-23 Simon Marchi <simon.marchi@ericsson.com>
4056
4057 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
4058 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
4059
743649fd
MW
40602015-01-15 Mark Wielaard <mjw@redhat.com>
4061
4062 * gdb.base/noreturn-return.c: New file.
4063 * gdb.base/noreturn-return.exp: New file.
4064 * gdb.base/noreturn-finish.c: New file.
4065 * gdb.base/noreturn-finish.exp: New file.
4066
198297aa
PA
40672015-01-23 Pedro Alves <palves@redhat.com>
4068
4069 * gdb.threads/continue-pending-after-query.c: New file.
4070 * gdb.threads/continue-pending-after-query.exp: New file.
4071
717cf30c
AG
40722015-01-22 Anders Granlund <anders.granlund@ericsson.com>
4073 Simon Marchi <simon.marchi@ericsson.com>
4074
4075 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
4076 * gdb.base/valgrind-db-attach.exp: Same.
4077 * gdb.base/valgrind-infcall.exp: Same.
4078 * lib/mi-support.exp (default_mi_gdb_start): Same.
4079 * lib/prompt.exp (default_prompt_gdb_start): Same.
4080 * lib/gdb.exp (default_gdb_spawn): Same.
4081 (gdb_interact): New.
4082
4083
4b62a76e
JK
40842015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4085
4086 * gdb.compile/compile.exp (pointer to jit function): New test.
4087
b4cdae6f
WW
40882015-01-17 Wei-cheng Wang <cole945@gmail.com>
4089
4090 * lib/gdb.exp (supports_process_record): Return true for
4091 powerpc*-*-linux*.
4092 (supports_reverse): Likewise.
4093
d221e7ef
DB
40942015-01-15 Don Breazeal <donb@codesourcery.com>
4095
4096 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
4097 instead of checking whether the target board is remote and
4098 use spawn_wait_for_attach instead of exec/sleep.
4099 * gdb.base/attach-twice.exp: Likewise.
4100
bafffb51
JB
41012015-01-15 Joel Brobecker <brobecker@adacore.com>
4102
4103 * gdb.ada/var_arr_attrs: New testcase.
4104
5589af0e
PA
41052015-01-14 Pedro Alves <palves@redhat.com>
4106 Joel Brobecker <brobecker@adacore.com>
4107
4108 PR gdb/17525
4109 * gdb.base/bp-cmds-execution-x-script.c: New file.
4110 * gdb.base/bp-cmds-execution-x-script.exp: New file.
4111 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
4112
6c400b59
PA
41132015-01-14 Pedro Alves <palves@redhat.com>
4114
4115 PR cli/17828
4116 * gdb.base/batch-preserve-term-settings.c: New file.
4117 * gdb.base/batch-preserve-term-settings.exp: New file.
4118
e02c96a7
DE
41192015-01-13 Doug Evans <dje@google.com>
4120
4121 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
4122 binary.
4123
576fd14c
JB
41242015-01-13 Joel Brobecker <brobecker@adacore.com>
4125
4126 * Makefile.in (clean mostlyclean): Do not delete *.py.
4127
04dccad0
JB
41282015-01-13 Joel Brobecker <brobecker@adacore.com>
4129
4130 * gdb.python/py-lookup-type.exp: New file.
4131
3d230f71
PA
41322015-01-12 Pedro Alves <palves@redhat.com>
4133
4134 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
4135 restore GDBFLAGS before returning.
4136
7e67715d
JK
41372015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4138
4139 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
4140 is_amd64_regs_target and is_x86_like_target.
4141
f2e0d4b4
DE
41422015-01-11 Doug Evans <xdje42@gmail.com>
4143
4144 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
4145 is given without an explicit form.
4146 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
4147 attributes.
4148 * gdb.dwarf/corrupt.exp: Ditto.
4149 * gdb.dwarf2/enum-type.exp: Ditto.
4150 * gdb.trace/entry-values.exp: Ditto.
4151 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
4152
439250fb
DE
41532015-01-11 Doug Evans <xdje42@gmail.com>
4154
4155 PR gdb/15830
4156 * gdb.base/maint.exp: Remove references to "maint demangle".
4157 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
4158 Add tests for explicitly specifying language to demangle.
4159 * gdb.dlang/demangle.exp: Ditto.
4160
ede9f622
PA
41612015-01-09 Pedro Alves <palves@redhat.com>
4162
4163 * gdb.threads/non-stop-fair-events.c: New file.
4164 * gdb.threads/non-stop-fair-events.exp: New file.
4165
a7b796db
PA
41662015-01-09 Pedro Alves <palves@redhat.com>
4167
4168 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
4169 the global scope. Set a breakpoint after all threads are started
4170 rather than stepping over two source lines. Expect the prompt.
4171 * gdb.base/watch_thread_num.c (threads_started_barrier): New
4172 global.
4173 (NUM): Now 15.
4174 (main): Use threads_started_barrier to wait for all threads to
4175 start. Main thread no longer calls thread_function. Exit after
4176 180 seconds.
4177 (loop): New function.
4178 (thread_function): Wait on threads_started_barrier barrier. Call
4179 'loop' at each iteration.
4180 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
4181 threads have started, instead of hardcoding number of "next"
4182 steps. Use an access watchpoint instead of a write watchpoint.
4183
9665ffdd
PA
41842015-01-09 Pedro Alves <palves@redhat.com>
4185
4186 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
4187 (thread_func): Wait on barrier.
4188 (main): Wait for all threads to start before stopping GDB.
4189 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
4190 global.
4191 (thread1_func, thread2_func): Wait on barrier.
4192 (main): Wait for all threads to start before stopping GDB.
4193 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
4194 New global.
4195 (thread1_func, thread2_func): Wait on barrier.
4196 (main): Wait for all threads to start before stopping GDB.
4197
c945a99f
PA
41982015-01-09 Pedro Alves <palves@redhat.com>
4199
4200 * gdb.threads/attach-many-short-lived-threads.c: New file.
4201 * gdb.threads/attach-many-short-lived-threads.exp: New file.
4202
c1a747c1
PA
42032014-01-09 Pedro Alves <palves@redhat.com>
4204
4205 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
4206 instead of to thread 2.
4207 * gdb.threads/signal-command-multiple-signals-pending.c (main):
4208 Add barrier around each pthread_create call instead of around all
4209 calls.
4210 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
4211 Set a break on thread_function and have the child threads hit it
4212 one at at a time.
4213
60b3033e
PA
42142015-01-09 Pedro Alves <palves@redhat.com>
4215
4216 * lib/gdb.exp (can_spawn_for_attach): New procedure.
4217 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
4218 false.
4219 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
4220 checking whether the target board is remote.
4221 * gdb.multi/multi-attach.exp: Likewise.
4222 * gdb.python/py-sync-interp.exp: Likewise.
4223 * gdb.server/ext-attach.exp: Likewise.
4224 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
4225 tests that need to attach, instead of checking whether the target
4226 board is remote at the top of the file.
4227
acc018ac
YQ
42282015-01-08 Yao Qi <yao@codesourcery.com>
4229
4230 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
4231
50a18af8
JK
42322015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4233
4234 Fix testcase compilation.
4235 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
4236
8503d6e1
JB
42372015-01-06 Joel Brobecker <brobecker@adacore.com>
4238
4239 * gdb.python/py-type.exp: Add a couple test about empty
4240 array creation, and negative-length array creation.
4241
cc73dbcc
DE
42422015-01-02 Doug Evans <xdje42@gmail.com>
4243
4244 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
4245
0300bbc7
DE
42462015-01-02 Doug Evans <dje@google.com>
4247
4248 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
4249
9d85a0ec
YQ
42502014-12-29 Yao Qi <yao@codesourcery.com>
4251
4252 * gdb.trace/entry-values.exp: Update comments. Rename variable
4253 bar_call_foo to returned_from_foo.
4254
87186c6a
MMN
42552014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
4256
4257 PR gdb/17394
4258 * gdb.linespec/break-asm-file.c: New file.
4259 * gdb.linespec/break-asm-file.exp: New file.
4260 * gdb.linespec/break-asm-file0.s: New file.
4261 * gdb.linespec/break-asm-file1.s: New file.
4262
1bab7383
YQ
42632014-12-18 Nigel Stephens <nigel@mips.com>
4264 Maciej W. Rozycki <macro@codesourcery.com>
4265
4266 * gdb.base/float.exp: Handle the new output from "info float" on
4267 MIPS targets.
4268
1bc1068a
JK
42692014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4270
4271 Fix MinGW compilation.
4272 * gdb.compile/compile-ops.exp: Update untested message if
4273 !skip_compile_feature_tests.
4274 * gdb.compile/compile-setjmp.exp: Likewise.
4275 * gdb.compile/compile-tls.exp: Likewise.
4276 * gdb.compile/compile.exp: Likewise.
4277 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
4278 supported on this host".
4279
b6615d10
DE
42802014-12-16 Doug Evans <xdje42@gmail.com>
4281
4282 * boards/stabs.exp: New file.
4283
25dda427
AA
42842014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
4285
4286 * gdb.base/completion.exp: Adjust to format changes of "maint
4287 print user-registers".
4288
bf330350
CU
42892014-12-16 Catalin Udma <catalin.udma@freescale.com>
4290
4291 PR server/17457
4292 * gdb.arch/aarch64-fp.c: New file.
4293 * gdb.arch/aarch64-fp.exp: New file.
4294
395cf596
SDJ
42952014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4296
4297 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
4298 r210637, r210913, r211666, r215400, r215817).
4299
4300 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
4301 * dg-extract-results.py: New file.
4302 * dg-extract-results.sh: Use it if the environment seems
4303 suitable.
4304
4305 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
4306
4307 * dg-extract-results.py (parse_run): Handle warnings that
4308 are printed before a test harness is run.
4309
4310 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
4311
4312 * dg-extract-results.py (Named): Remove __cmp__ method.
4313 (output_variation): Use a key to sort variation.harnesses.
4314
4315 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
4316
4317 * dg-extract-results.py: For Python 3, force sys.stdout to
4318 handle surrogate escape sequences.
4319 (safe_open): New function.
4320 (output_segment, main): Use it.
4321
4322 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
4323
4324 * dg-extract-results.py (Prog.result_re): Include options
4325 in test name.
4326
4327 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
4328
4329 * dg-extract-results.py (output_variation): Always sort if
4330 do_sum.
4331
e882ef3c
SM
43322014-12-15 Simon Marchi <simon.marchi@ericsson.com>
4333
4334 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
4335 as long as we get pagination notifications.
4336
4992aa20
JM
43372014-12-15 Jason Merrill <jason@redhat.com>
4338
4339 * Makefile.in (check-gdb.%): Restore.
4340 * README: Mention it.
4341
c1b5a1a6
JB
43422014-12-13 Joel Brobecker <brobecker@adacore.com>
4343
4344 * gdb.ada/str_uninit: New testcase.
4345
5537b577
JK
43462014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4347
4348 PR symtab/17642
4349 * gdb.base/vla-stub-define.c: New file.
4350 * gdb.base/vla-stub.c: New file.
4351 * gdb.base/vla-stub.exp: New file.
4352
bb2ec1b3
TT
43532014-12-12 Phil Muldoon <pmuldoon@redhat.com>
4354 Jan Kratochvil <jan.kratochvil@redhat.com>
4355 Tom Tromey <tromey@redhat.com>
4356
4357 * configure.ac: Add gdb.compile/.
4358 * configure: Regenerate.
4359 * gdb.compile/Makefile.in: New file.
4360 * gdb.compile/compile-ops.exp: New file.
4361 * gdb.compile/compile-ops.c: New file.
4362 * gdb.compile/compile-tls.c: New file.
4363 * gdb.compile/compile-tls.exp: New file.
4364 * gdb.compile/compile-constvar.S: New file.
4365 * gdb.compile/compile-constvar.c: New file.
4366 * gdb.compile/compile-mod.c: New file.
4367 * gdb.compile/compile-nodebug.c: New file.
4368 * gdb.compile/compile-setjmp-mod.c: New file.
4369 * gdb.compile/compile-setjmp.c: New file.
4370 * gdb.compile/compile-setjmp.exp: New file.
4371 * gdb.compile/compile-shlib.c: New file.
4372 * gdb.compile/compile.c: New file.
4373 * gdb.compile/compile.exp: New file.
4374 * lib/gdb.exp (skip_compile_feature_tests): New proc.
4375
4ff709eb
TT
43762014-12-12 Tom Tromey <tromey@redhat.com>
4377
4378 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
4379 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
4380
6dddd6a5
DE
43812014-12-12 Doug Evans <dje@google.com>
4382
4383 * lib/gdb-python.exp (get_python_valueof): New function.
4384 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
4385
71c24708
AA
43862014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4387
4388 * gdb.base/completion.exp: Add test for completion of "info
4389 registers ".
4390
3e29f34a
MR
43912014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
4392
4393 * gdb.base/func-ptrs.c: New file.
4394 * gdb.base/func-ptrs.exp: New file.
4395
fc126975
SM
43962014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4397
4398 PR breakpoints/17012
4399 * gdb.base/dprintf-detach.c: New file.
4400 * gdb.base/dprintf-detach.exp: New file.
4401
0a46d518
SM
44022014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4403
4404 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
4405 * lib/gdb.exp (target_is_gdbserver): New procedure.
4406
a0be3e44
DE
44072014-12-08 Doug Evans <dje@google.com>
4408
4409 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
4410
df1b803a
YQ
44112014-12-05 Yao Qi <yao@codesourcery.com>
4412
4413 * gdb.guile/scm-error.exp: Remove the third argument to
4414 gdb_remote_download.
4415 * gdb.guile/scm-frame-args.exp: Likewise.
4416 * gdb.guile/scm-section-script.exp: Likewise.
4417
ddb9f679
YQ
44182014-12-05 Yao Qi <yao@codesourcery.com>
4419
4420 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
4421
86e4ed39
DE
44222014-12-04 Doug Evans <dje@google.com>
4423
4424 * gdb.python/py-objfile.exp: Add tests for
4425 objfile.add_separate_debug_file.
4426
7c50a931
DE
44272014-12-04 Doug Evans <dje@google.com>
4428
4429 * lib/gdb.exp (get_build_id): New function.
4430 (build_id_debug_filename_get): Rewrite to use it.
4431 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
4432
621661e3
MR
44332014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
4434
4435 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
4436 `method(long)', not just 0x0.
4437 * gdb.cp/nsalias.exp: Align code labels to 4.
4438 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
4439 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
4440 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
4441 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
4442 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
4443 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
4444
29f0c3b7
DE
44452014-12-02 Doug Evans <dje@google.com>
4446
e1e061e7 4447 PR symtab/17602
29f0c3b7 4448 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 4449 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
4450 * gdb.cp/anon-ns.exp: Update.
4451
162078c8
NB
44522014-12-02 Nick Bull <nicholaspbull@gmail.com>
4453
4454 * gdb.python/py-events.py (inferior_call_handler): New.
4455 (register_changed_handler, memory_changed_handler): New.
4456 (test_events.invoke): Register new handlers.
4457 * gdb.python/py-events.exp: Add tests for inferior call,
4458 memory_changed and register_changed events.
4459
fdb09caf
AA
44602014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4461
4462 * gdb.base/execl-update-breakpoints.exp: Specify the link address
4463 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
4464 if the linker doesn't understand this.
4465
55cfb2c4
SM
44662014-12-01 Simon Marchi <simon.marchi@ericsson.com>
4467
4468 * gdb.python/python.exp: Change expected reply to help().
4469
9e8cd6df
YQ
44702014-12-01 Yao Qi <yao@codesourcery.com>
4471
4472 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
4473 AC_CONFIG_SUBDIRS(gdb.gdbtk).
4474 * configure: Re-generated.
4475
6c659fc2
SC
44762014-11-28 Siva Chandra Reddy <sivachandra@google.com>
4477
4478 * gdb.cp/chained-calls.cc: New file.
4479 * gdb.cp/chained-calls.exp: New file.
4480 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
4481
d7fc3181
SM
44822014-11-28 Simon Marchi <simon.marchi@ericsson.com>
4483
4484 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
4485 * gdb.dwarf2/symtab-producer.exp: Same.
4486 * gdb.gdb/python-interrupts.exp: Same.
4487 * gdb.gdb/python-selftest.exp: Same.
4488 * gdb.python/py-linetable.exp: Same.
4489 * gdb.python/py-type.exp: Same.
4490 * gdb.python/py-value-cc.exp: Same.
4491 * gdb.python/py-value.exp: Same.
4492
10e79639
YQ
44932014-11-28 Yao Qi <yao@codesourcery.com>
4494
4495 * gdb.base/break-probes.exp: Match library name prefixed with
4496 sysroot.
4497
f28a0564
SM
44982014-11-27 Simon Marchi <simon.marchi@ericsson.com>
4499
4500 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
4501 test expected output. Add parentheses for the call to print.
4502 Remove L suffix from integers.
4503
3fe1ce1d
DE
45042014-11-26 Doug Evans <dje@google.com>
4505
4506 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
4507
84429e27
YQ
45082014-11-22 Yao Qi <yao@codesourcery.com>
4509
4510 * gdb.trace/entry-values.c: Remove asms.
4511 (foo): Add foo_label.
4512 (bar): Add bar_label.
4513 * gdb.trace/entry-values.exp: Remove code computing foo's
4514 length and bar's length.
4515 (Dwarf::assemble): Invoke function_range for bar and use
4516 MACRO_AT_func for foo.
4517
26741859
YQ
45182014-11-22 Yao Qi <yao@codesourcery.com>
4519
4520 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
4521 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
4522 Use .Lgcc43_procstart instead of gcc43.
4523
45e44d27
JB
45242014-11-21 Joel Brobecker <brobecker@adacore.com>
4525
4526 * gdb.ada/n_arr_bound: New testcase.
4527
458c8db8
SDJ
45282014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
4529
4530 PR breakpoints/10737
4531 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
4532 test_catch_syscall_multi_arch.
4533 (test_catch_syscall_multi_arch): New function.
4534
43f3e411
DE
45352014-11-20 Doug Evans <xdje42@gmail.com>
4536
4537 * gdb.base/maint.exp: Update expected output.
4538
0d7b2549
AA
45392014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4540
4541 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
4542 4-byte instruction on S390.
4543
8908fca5
JB
45442014-11-19 Joel Brobecker <brobecker@adacore.com>
4545
4546 * gdb.ada/arr_arr: New testcase.
4547
4a46959e
JB
45482014-11-19 Joel Brobecker <brobecker@adacore.com>
4549
4550 * gdb.ada/pkd_arr_elem: New Testcase.
4551
470e2f4e
LM
45522014-11-18 Luis Machado <lgustavo@codesourcery.com>
4553
4554 * gdb.reverse/break-precsave: Expect completion message for
4555 core file reads.
4556 * gdb.reverse/consecutive-precsave.exp: Likewise.
4557 * gdb.reverse/finish-precsave.exp: Likewise.
4558 * gdb.reverse/i386-precsave.exp: Likewise.
4559 * gdb.reverse/machinestate-precsave.exp: Likewise.
4560 * gdb.reverse/sigall-precsave.exp: Likewise.
4561 * gdb.reverse/solib-precsave.exp: Likewise.
4562 * gdb.reverse/step-precsave.exp: Likewise.
4563 * gdb.reverse/until-precsave.exp: Likewise.
4564 * gdb.reverse/watch-precsave.exp: Likewise.
4565
a267f3ad
AA
45662014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4567
4568 * gdb.base/bp-permanent.c: Include unistd.h.
4569 * gdb.python/py-framefilter-mi.c (main): Add return type.
4570 * gdb.python/py-framefilter.c (main): Likewise.
4571 * gdb.trace/actions-changed.c (main): Likewise.
4572
12084a9a
AA
45732014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4574
4575 * gdb.mi/until.c: Add eye-catchers.
4576 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
4577 line numbers.
4578
dc7e1a77
AA
45792014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4580
4581 * gdb.base/condbreak.exp: Drop references to removed non-prototype
4582 function header variants in break1.c.
4583 * gdb.base/ena-dis-br.exp: Likewise.
4584 * gdb.base/hbreak2.exp: Likewise.
4585 * gdb.reverse/until-precsave.exp: Drop references to removed
4586 non-prototype function header variants in ur1.c.
4587 * gdb.reverse/until-reverse.exp: Likewise.
4588
41c77605
PM
45892014-11-17 Petr Machata <pmachata@redhat.com>
4590
4591 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
4592 ${_cu_offset_size} bytes abbrev offset.
4593
34248c3a
DE
45942014-11-15 Doug Evans <xdje42@gmail.com>
4595
4596 PR symtab/17559
4597 * gdb.base/line-symtabs.exp: New file.
4598 * gdb.base/line-symtabs.c: New file.
4599 * gdb.base/line-symtabs.h: New file.
4600
646da059
YQ
46012014-11-14 Yao Qi <yao@codesourcery.com>
4602
4603 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
4604 (func): Add label func_label.
4605 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
4606 Replace low_pc and high_pc with MACRO_AT_range.
4607 Replace name, low_pc and high_pc with MACRO_AT_func.
4608
9301ebe6
YQ
46092014-11-14 Yao Qi <yao@codesourcery.com>
4610
4611 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
4612 Replace name, low_pc and high_pc with MACRO_AT_func.
4613
f166b542
YQ
46142014-11-14 Yao Qi <yao@codesourcery.com>
4615
4616 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
4617 produce debug information.
4618 * gdb.dwarf2/implptr-optimized-out.S: Removed.
4619
0f6e71e3
YQ
46202014-11-14 Yao Qi <yao@codesourcery.com>
4621
4622 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
4623 object and get function length.
4624 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
4625 with MACRO_AT_func.
4626 (top-level): Replace gdb_compile and clean_restart with
4627 prepare_for_testing.
4628 * gdb.dwarf2/main.c (main): Add label main_label.
4629
876c4df9
YQ
46302014-11-14 Yao Qi <yao@codesourcery.com>
4631
4632 * lib/dwarf.exp (function_range): New procedure.
4633 (Dwarf::_handle_macro_at_func): New procedure.
4634 (Dwarf::_handle_macro_at_range): New procedure.
4635 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
4636
02ad9cf1
YQ
46372014-11-14 Yao Qi <yao@codesourcery.com>
4638
4639 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
4640 (_handle_attribute): New procedure.
4641
a59add0c
AA
46422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4643
4644 * gdb.ada/cond_lang/foo.c (callme): Add return type.
4645 * gdb.base/call-sc.c (zed): Likewise.
4646 * gdb.base/checkpoint.c (main): Likewise.
4647 * gdb.base/dump.c (main): Likewise.
4648 * gdb.base/gcore.c (main): Likewise.
4649 * gdb.base/huge.c (main): Likewise.
4650 * gdb.base/multi-forks.c (main): Likewise.
4651 * gdb.base/pr10179-a.c (main): Likewise.
4652 * gdb.base/savedregs.c (main): Likewise.
4653 * gdb.base/sigaltstack.c (main): Likewise.
4654 * gdb.base/siginfo.c (main): Likewise.
4655 * gdb.base/structs.c (zed): Likewise.
4656 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
4657 * gdb.mi/mi-syn-frame.c (main): Likewise.
4658 * gdb.mi/until.c (foo, main): Likewise.
4659 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
4660 * gdb.base/solib-weak.c (foo): Declare.
4661 * gdb.base/attach-twice.c: Include stdio.h.
4662 * gdb.base/weaklib1.c: Likewise.
4663 * gdb.base/weaklib2.c: Likewise.
4664 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
4665 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
4666 unistd.h.
4667 * gdb.base/attach-pie-misread.c: Include stdlib.h.
4668 * gdb.mi/mi-exit-code.c: Likewise.
4669 * gdb.base/break-interp-lib.c: Include string.h.
4670 * gdb.base/coremaker.c: Likewise.
4671 * gdb.base/testenv.c: Likewise.
4672 * gdb.python/py-finish-breakpoint.c: Likewise.
4673 * gdb.base/inferior-died.c: Include sys/wait.h.
4674 * gdb.base/fileio.c: Include time.h.
4675 * gdb.base/async-shell.c: Include unistd.h.
4676 * gdb.base/dprintf-non-stop.c: Likewise.
4677 * gdb.base/info-os.c: Likewise.
4678 * gdb.mi/mi-console.c: Likewise.
4679 * gdb.mi/watch-nonstop.c: Likewise.
4680 * gdb.python/py-events.c: Likewise.
4681 * gdb.base/async.c (baz): Move up before its invocation.
4682 * gdb.base/code_elim2.c (my_global_func): Likewise.
4683 * gdb.base/skip-solib-lib.c (multiply): Likewise.
4684 * gdb.base/advance.c (func2): Likewise.
4685
3b5d5997
AA
46862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4687
4688 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
4689 variant.
4690 * gdb.base/annota3.c: Likewise.
4691 * gdb.base/async.c: Likewise.
4692 * gdb.base/average.c: Likewise.
4693 * gdb.base/call-ar-st.c: Likewise.
4694 * gdb.base/call-rt-st.c: Likewise.
4695 * gdb.base/call-sc.c: Likewise.
4696 * gdb.base/call-strs.c: Likewise.
4697 * gdb.base/ending-run.c: Likewise.
4698 * gdb.base/execd-prog.c: Likewise.
4699 * gdb.base/exprs.c: Likewise.
4700 * gdb.base/foll-exec.c: Likewise.
4701 * gdb.base/foll-fork.c: Likewise.
4702 * gdb.base/foll-vfork.c: Likewise.
4703 * gdb.base/funcargs.c: Likewise.
4704 * gdb.base/gcore.c: Likewise.
4705 * gdb.base/jump.c: Likewise.
4706 * gdb.base/langs0.c: Likewise.
4707 * gdb.base/langs1.c: Likewise.
4708 * gdb.base/langs2.c: Likewise.
4709 * gdb.base/mips_pro.c: Likewise.
4710 * gdb.base/nodebug.c: Likewise.
4711 * gdb.base/opaque0.c: Likewise.
4712 * gdb.base/opaque1.c: Likewise.
4713 * gdb.base/recurse.c: Likewise.
4714 * gdb.base/run.c: Likewise.
4715 * gdb.base/scope0.c: Likewise.
4716 * gdb.base/scope1.c: Likewise.
4717 * gdb.base/setshow.c: Likewise.
4718 * gdb.base/setvar.c: Likewise.
4719 * gdb.base/shmain.c: Likewise.
4720 * gdb.base/shr1.c: Likewise.
4721 * gdb.base/shr2.c: Likewise.
4722 * gdb.base/sigall.c: Likewise.
4723 * gdb.base/signals.c: Likewise.
4724 * gdb.base/so-indr-cl.c: Likewise.
4725 * gdb.base/solib2.c: Likewise.
4726 * gdb.base/structs.c: Likewise.
4727 * gdb.base/sum.c: Likewise.
4728 * gdb.base/vforked-prog.c: Likewise.
4729 * gdb.base/watchpoint.c: Likewise.
4730 * gdb.reverse/shr2.c: Likewise.
4731 * gdb.reverse/until-reverse.c: Likewise.
4732 * gdb.reverse/ur1.c: Likewise.
4733 * gdb.reverse/watch-reverse.c: Likewise.
4734
066a77c5
AA
47352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4736
4737 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
4738 variant.
4739 * gdb.base/sepdebug.exp: Drop references to removed code.
4740
4f204ea5
AA
47412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4742
4743 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
4744 variant. Preserve original line numbering.
4745 * gdb.base/list1.c: Likewise.
4746
3b377a3a
AA
47472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4748
4749 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
4750 variant.
4751 * gdb.base/break1.c: Likewise.
4752 * gdb.base/break.exp: Drop references to removed code.
4753
e444df73
AA
47542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4755
4756 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
4757 variant.
4758
8008f2a7
AA
47592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4760
4761 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
4762
a5a06887
AA
47632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4764
4765 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
4766 logic into perform_all_tests() and invoke it with and without
4767 function header prototypes.
4768 (do_function_calls): Remove conditional XFAIL for PR 5318.
4769 (rerun_and_prepare): Remove duplicate code.
4770 (perform_all_tests): New. Main logic moved here.
4771
44dba9b9
AA
47722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4773
4774 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
4775 code guarded by #ifdef NO_PROTOTYPES.
4776 (t_double_many_args): Likewise.
4777 (DEF_FUNC_MANY_ARGS_1): Likewise.
4778 (DEF_FUNC_VALUES_1): Likewise.
4779 (t_structs_ldc): Renamed from t_structs_fc in conditional code
4780 guarded by #ifdef PROTOTYPES.
4781
d1fbcd56
AA
47822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4783
4784 * gdb.mi/mi-console.c: Add eye-catcher.
4785 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
4786 instead of literal line number.
4787
b0e59b8f
AA
47882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4789
4790 * gdb.base/shr2.c: Add eye-catcher.
4791 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
4792 line number.
4793
78f98cca
AA
47942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4795
4796 * gdb.base/jump.c: Add eye-catchers.
4797 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
4798 numbers.
4799
58fa2af0
AA
48002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4801
4802 * gdb.base/execd-prog.c: Add eye-catchers.
4803 * gdb.base/foll-exec.c: Likewise.
4804 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
4805 line numbers.
4806
04e5059b
AA
48072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4808
4809 * gdb.base/ending-run.c: Add eye-catchers.
4810 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
4811 literal line numbers.
4812
dbfdb174
AA
48132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4814
4815 * gdb.base/call-rt-st.c: Add eye-catchers.
4816 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
4817 literal line numbers.
4818
888a2ade
AA
48192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4820
4821 * gdb.base/call-ar-st.c: Add eye-catchers.
4822 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
4823 literal line numbers.
4824
6acc2dde
AA
48252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4826
4827 * gdb.base/average.c: Add eye-catchers.
4828 * gdb.base/sum.c: Likewise.
4829 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
4830 regexps dynamically.
4831
9ecfcd1d
AA
48322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4833
4834 * gdb.base/solib1.c: Add eye-catchers.
4835 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
4836 literal line numbers.
4837
78708b7c
PA
48382014-11-12 Pedro Alves <palves@redhat.com>
4839
4840 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
4841 leader has exited.
4842
af48d08f
PA
48432014-11-12 Pedro Alves <palves@redhat.com>
4844
4845 * gdb.arch/i386-bp_permanent.c: New file.
4846 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
4847 (srcfile): Set to i386-bp_permanent.c.
4848 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
4849 that stepi does not execute the 'leave' instruction, instead of
4850 testing it does execute.
4851 * gdb.base/bp-permanent.c: New file.
4852 * gdb.base/bp-permanent.exp: New file.
4853
af3768e9
DE
48542014-11-10 Doug Evans <xdje42@gmail.com>
4855
4856 PR symtab/17564
4857 * gdb.base/symtab-search-order.exp: New file.
4858 * gdb.base/symtab-search-order.c: New file.
4859 * gdb.base/symtab-search-order-1.c: New file.
4860 * gdb.base/symtab-search-order-shlib-1.c: New file.
4861
9de00a4a
PA
48622014-11-07 Pedro Alves <palves@redhat.com>
4863
4864 PR gdb/17511
4865 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
4866 i?86-*-linux*.
4867
e0f52461
SC
48682014-11-03 Siva Chandra Reddy <sivachandra@google.com>
4869
4870 PR c++/17494
4871 * gdb.cp/pr17494.cc: New file.
4872 * gdb.cp/pr17494.exp: New file.
4873
6ce8c980
YQ
48742014-11-02 Yao Qi <yao@codesourcery.com>
4875
4876 * gdb.python/python.exp: Get working directory and match the
4877 output of "set extended-prompt \\w " with it.
4878
02be9a71
DE
48792014-10-30 Doug Evans <dje@google.com>
4880
4881 * gdb.python/py-objfile.exp: Add tests for setting random attributes
4882 in objfiles.
4883 * gdb.python/py-progspace.exp: Add tests for setting random attributes
4884 in progspaces.
4885
3bdff46b
LM
48862014-10-30 Janis Johnson <janisjo@codesourcery.com>
4887
4888 * gdb.base/fullpath-expand.exp: Skip for a remote host.
4889 * gdb.base/realname-expand.exp: Likewise.
4890 * gdb.linespec/macro-relative.exp: Likewise.
4891
ab917dfb
PA
48922014-10-29 Pedro Alves <palves@redhat.com>
4893
4894 PR gdb/17408
4895 * gdb.threads/schedlock.c (some_function): New function.
4896 (call_function): New global.
4897 (MAYBE_CALL_SOME_FUNCTION): New macro.
4898 (thread_function): Call it.
4899 * gdb.threads/schedlock.exp (get_args): Add description parameter,
4900 and use it instead of a global counter. Adjust all callers.
4901 (get_current_thread): Use "find current thread" for test message
4902 here rather than having all callers pass down the same string.
4903 (goto_loop): New procedure, factored out from ...
4904 (my_continue): ... this.
4905 (step_ten_loops): Change parameter from test message to command to
4906 use. Adjust.
4907 (list_count): Delete global.
4908 (check_result): New procedure, factored out from duplicate top
4909 level code.
4910 (continue tests): Wrap in with_test_prefix.
4911 (test_step): New procedure, factored out from duplicate top level
4912 code.
4913 (top level): Test "step" in combination with all scheduler-locking
4914 modes. Test "next" in combination with all scheduler-locking
4915 modes, and in combination with stepping over a function call or
4916 not.
4917 * gdb.threads/next-bp-other-thread.c: New file.
4918 * gdb.threads/next-bp-other-thread.exp: New file.
4919
d3d4baed
PA
49202014-10-29 Pedro Alves <palves@redhat.com>
4921
4922 PR python/17372
4923 * gdb.python/python.exp: Test a multi-line command that spawns
4924 interactive Python.
4925 * gdb.base/multi-line-starts-subshell.exp: New file.
4926
563e8d85
YQ
49272014-10-29 Yao Qi <yao@codesourcery.com>
4928
4929 * gdb.base/fileio.exp: Make directories on host.
4930
0ea4d52e
YQ
49312014-10-29 Yao Qi <yao@codesourcery.com>
4932
4933 * gdb.base/fileio.c (test_write): Close the file.
4934
7f5ef605
PA
49352014-10-28 Pedro Alves <palves@redhat.com>
4936
4937 PR gdb/12623
4938 * gdb.base/sigstep.c (no_handler): New global.
4939 (main): If 'no_handler is true, set the signal handlers to
4940 SIG_IGN.
4941 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
4942 with_sw_watch and no_handler parameters. Handle them.
4943 (top level) <stepping over handler when stopped at a breakpoint
4944 test>: Add a test axis for testing with a software watchpoint, and
4945 another for testing with the signal handler set to SIG_IGN.
4946 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
4947 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
4948
abbdbd03
PA
49492014-10-28 Pedro Alves <palves@redhat.com>
4950
4951 PR gdb/17511
4952 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
4953 * gdb.base/sigstep.exp (other_handler_location): New global.
4954 (advance): Support stepping into the signal handler, and running
4955 commands while in the handler.
4956 (in_handler_map): New global.
4957 (top level): In the advance test, add combinations for getting
4958 into the handler with stepping commands, and for running commands
4959 in the handler. Add comment descripting the advancei tests.
4960
1df4399f
PA
49612014-10-28 Pedro Alves <palves@redhat.com>
4962
4963 * gdb.base/sigstep.exp: Use build_executable instead of
4964 prepare_for_testing.
4965 (top level): Move code that starts GDB, runs to main and creates a
4966 display to ...
4967 (restart): ... this new procedure.
4968 (top level): Move backtrace from signal handler test to ...
4969 (validate_backtrace): ... this new procedure.
4970 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
4971 with_test_prefix. Always restart GDB.
4972 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
4973 with_test_prefix. Always restart GDB. No need to delete
4974 breakpoints after the test.
4975 (test_skip_handler): Remove prefix parameter.
4976 (skip_over_handler, breakpoint_to_handler)
4977 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
4978 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
4979 restart GDB. No need to delete breakpoints after the test.
4980 (top level): Use foreach to call the test procedures with
4981 different commands.
4982
a5b6e449
PA
49832014-10-28 Pedro Alves <palves@redhat.com>
4984
4985 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
4986 instead of GNATS numbers.
4987 * gdb.base/sigbpt.exp: Likewise.
4988 * gdb.base/siginfo.exp: Likewise.
4989 * gdb.base/sigstep.exp: Likewise.
4990
e5f8a7cc
PA
49912014-10-27 Pedro Alves <palves@redhat.com>
4992
4993 * gdb.base/sigstep.c (dummy): New global.
4994 (main): Issue a couple writes to the new global.
4995 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
4996 procedures.
4997 (skip_over_handler): Use test_skip_handler.
4998 (top level): Call skip_over_handler for stepi and nexti too.
4999 (breakpoint_over_handler): Use test_skip_handler.
5000 (top level): Call breakpoint_over_handler for stepi and nexti too.
5001
763905a3
YQ
50022014-10-27 Yao Qi <yao@codesourcery.com>
5003
5004 * gdb.trace/tfile.c (adjust_function_address)
5005 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
5006 function descriptor.
5007
6f259a23
DB
50082014-10-24 Don Breazeal <donb@codesourcery.com>
5009
5010 * gdb.base/foll-fork.exp (test_follow_fork,
5011 catch_fork_child_follow): Check for updated fork messages emitted
5012 from infrun.c.
5013 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
5014 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
5015 vfork_and_exec_child_follow_through_step): Check for updated vfork
5016 messages emitted from infrun.c.
5017
09dd9a69
PA
50182014-10-24 Pedro Alves <palves@redhat.com>
5019
5020 * gdb.base/corefile.exp: Remove references to ultrix.
5021 * gdb.base/interrupt.exp: Likewise.
5022 * gdb.base/whatis.exp: Likewise.
5023 * gdb.gdb/selftest.exp: Likewise.
5024 * gdb.threads/manythreads.exp: Likewise.
5025 * gdb.threads/print-threads.exp: Likewise.
5026 * gdb.threads/pthreads.exp:: Likewise.
5027 * gdb.threads/schedlock.exp: Likewise.
5028
3433cfa5
SC
50292014-10-24 Siva Chandra Reddy <sivachandra@google.com>
5030
5031 * gdb.cp/non-trivial-retval.cc: Add a test case.
5032 * gdb.cp/non-trivial-retval.exp: Add a test.
5033
092f880b
YQ
50342014-10-20 Yao Qi <yao@codesourcery.com>
5035
5036 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
5037 * gdb.python/py-objfile-script-gdb.py: New file.
5038 * gdb.python/py-objfile-script.exp: Update reference to
5039 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
5040 of remote_download. Remove the dest file.
5041
acbdb7f3
YQ
50422014-10-20 Yao Qi <yao@codesourcery.com>
5043
5044 * gdb.base/checkpoint.exp: Don't remove file copied on host.
5045 * gdb.base/step-line.exp: Likewise.
5046 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5047 * gdb.dwarf2/dw2-basic.exp: Likewise.
5048 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5049 * gdb.dwarf2/dw2-filename.exp: Likewise.
5050 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5051 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5052 * gdb.dwarf2/dw2-producer.exp: Likewise.
5053 * gdb.dwarf2/mac-fileno.exp: Likewise.
5054 * gdb.python/py-frame-args.exp: Likewise.
5055 * gdb.python/py-framefilter.exp: Likewise.
5056 * gdb.python/py-mi.exp: Likewise.
5057 * gdb.python/py-objfile-script.exp: Likewise
5058 * gdb.python/py-pp-integral.exp: Likewise.
5059 * gdb.python/py-pp-re-notag.exp: Likewise.
5060 * gdb.python/py-prettyprint.exp: Likewise.
5061 * gdb.python/py-section-script.exp: Likewise.
5062 * gdb.python/py-typeprint.exp: Likewise.
5063 * gdb.python/py-xmethods.exp: Likewise.
5064 * gdb.stabs/weird.exp: Likewise.
5065 * gdb.xml/tdesc-regs.exp: Likewise.
5066
bd286a29
KCY
50672014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
5068
5069 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
5070 (out_cu): Use addr_len for the size of addresses.
5071 (out_line): Likewise. Size DW_LNE_set_address instruction
5072 according to addr_len.
5073 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
5074 (FUNC): Add START_INSNS to definition.
5075
673dc4a0
YQ
50762014-10-18 Yao Qi <yao@codesourcery.com>
5077
5078 * gdb.base/argv0-symlink.exp: Check argv[0] value if
5079 gdb_has_argv0 return true.
5080 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
5081 check [target_info exists noargs], check [gdb_has_argv0]
5082 instead.
5083 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5084 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
5085 procedures.
5086
4ffbba72
DE
50872014-10-17 Doug Evans <dje@google.com>
5088
5089 * gdb.python/py-events.exp: Update expected output for clear_objfiles
5090 event.
5091 * gdb.python/py-events.py: Add clear_objfiles event.
5092
d096d8c1
DE
50932014-10-17 Doug Evans <dje@google.com>
5094
5095 * gdb.python/py-objfile.exp: Test progspace attribute.
5096
a80db015
LM
50972014-10-17 Luis Machado <lgustavo@codesourcery.com>
5098
5099 * gdb.guile/scm-breakpoint.exp: Do not assume any
5100 directory separators when matching source file paths.
5101 * gdb.python/py-breakpoint.exp: Likewise.
5102 * gdb.reverse/break-precsave.exp: Likewise.
5103 * gdb.reverse/break-reverse.exp: Likewise.
5104 * gdb.reverse/consecutive-precsave.exp: Likewise.
5105 * gdb.reverse/finish-precsave.exp: Likewise.
5106 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
5107 * gdb.reverse/finish-reverse.exp: Likewise.
5108 * gdb.reverse/i386-precsave.exp: Likewise.
5109 * gdb.reverse/i387-env-reverse.exp: Likewise.
5110 * gdb.reverse/i387-stack-reverse.exp: Likewise.
5111 * gdb.reverse/machinestate-precsave.exp: Likewise.
5112 * gdb.reverse/machinestate.exp: Likewise.
5113 * gdb.reverse/sigall-precsave.exp: Likewise.
5114 * gdb.reverse/solib-precsave.exp: Likewise.
5115 * gdb.reverse/step-precsave.exp: Likewise.
5116 * gdb.reverse/until-precsave.exp: Likewise.
5117 * gdb.reverse/watch-precsave.exp: Likewise.
5118 * gdb.reverse/watch-reverse.exp: Likewise.
5119
b22089ab
YQ
51202014-10-17 Yao Qi <yao@codesourcery.com>
5121
5122 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
5123 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
5124
6c4486e6
PA
51252014-10-17 Pedro Alves <palves@redhat.com>
5126
5127 PR gdb/17471
5128 * gdb.base/bg-execution-repeat.c: New file.
5129 * gdb.base/bg-execution-repeat.exp: New file.
5130
0ff33695
PA
51312014-10-17 Pedro Alves <palves@redhat.com>
5132
5133 PR gdb/17300
5134 * gdb.base/continue-all-already-running.c: New file.
5135 * gdb.base/continue-all-already-running.exp: New file.
5136
6fdebc3d
PA
51372014-10-17 Pedro Alves <palves@redhat.com>
5138
5139 PR gdb/17472
5140 * gdb.base/annota-input-while-running.c: New file.
5141 * gdb.base/annota-input-while-running.exp: New file.
5142
32a8097b
PA
51432014-10-17 Pedro Alves <palves@redhat.com>
5144
5145 * gdb.base/callfuncs.exp: emove references to osf.
5146 * gdb.base/sigall.exp: Likewise.
5147 * gdb.gdb/selftest.exp: Likewise.
5148 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5149 * gdb.mi/non-stop.c: Likewise.
5150 * gdb.mi/pthreads.c: Likewise.
5151 * gdb.reverse/sigall-precsave.exp: Likewise.
5152 * gdb.reverse/sigall-reverse.exp: Likewise.
5153 * gdb.threads/pthreads.c: Likewise.
5154 * gdb.threads/pthreads.exp: Likewise.
5155
7a3517ff
YQ
51562014-10-17 Yao Qi <yao@codesourcery.com>
5157
5158 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
5159 check 'target_info exists noargs'.
5160 (test_command_prompt_position): Likewise.
5161 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
5162 Remove "set args".
5163 (progvar_simple_while_test): Likewise.
5164 (progvar_complex_if_while_test): Likewise.
5165 (if_while_breakpoint_command_test): Likewise.
5166 (infrun_breakpoint_command_test): Likewise.
5167 (breakpoint_command_test): Likewise.
5168 (watchpoint_command_test): Likewise.
5169 (bp_deleted_in_command_test): Likewise.
5170 (temporary_breakpoint_commands): Likewise.
5171
bb99c472
YQ
51722014-10-16 Yao Qi <yao@codesourcery.com>
5173
5174 * gdb.base/remotetimeout.exp: Remove noargs checking.
5175
7c16b83e
PA
51762014-10-15 Pedro Alves <palves@redhat.com>
5177
5178 PR breakpoints/9649
5179 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
5180 * gdb.base/breakpoint-in-ro-region.exp
5181 (probe_target_hardware_step): New procedure.
5182 (top level): Probe hardware stepping and hardware breakpoint
5183 support. Test stepping through a read-only region, with both
5184 "breakpoint auto-hw" on and off and both "always-inserted" on and
5185 off.
5186
35a49624
IB
51872014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
5188
5189 * gdb.dlang/demangle.exp: Update for demangling changes.
5190
2d1c107c
SC
51912014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5192
5193 * gdb.cp/non-trivial-retval.cc: Add new test cases.
5194 * gdb.cp/non-trivial-retval.exp: Add new tests.
5195
778811d5
SC
51962014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5197
5198 PR c++/13403
5199 PR c++/15154
5200 * gdb.cp/non-trivial-retval.cc: New file.
5201 * gdb.cp/non-trivial-retval.exp: New file.
5202
10c5f0a8
YQ
52032014-10-15 Yao Qi <yao@codesourcery.com>
5204
5205 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
5206 remote host.
5207
65d7b369
YQ
52082014-10-15 Yao Qi <yao@codesourcery.com>
5209
5210 * gdb.python/py-symbol.exp: Match file base name if host is
5211 remote, otherwise match file name with dir name.
5212 * gdb.python/py-symtab.exp: Likewise.
5213 * gdb.python/python.exp: Likewise.
5214
46dc1394
YQ
52152014-10-15 Yao Qi <yao@codesourcery.com>
5216
5217 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
5218 pattern.
5219 * gdb.python/py-symtab.exp: Likewise.
5220 * gdb.python/python.exp: Remove trailing ".*". Fix typo
5221 locationn.
5222
c40cc657
JB
52232014-10-14 Joel Brobecker <brobecker@adacore.com>
5224
5225 * gdb.ada/addr_arith: New testcase.
5226
2abf49e1
MR
52272014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
5228
5229 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
5230 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
5231 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
5232 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
5233
f7088df3
SDJ
52342014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
5235
5236 * gdb.arch/stap-eval-lang-ada.S: Likewise.
5237 * gdb.arch/stap-eval-lang-ada.c: Likewise.
5238 * gdb.arch/stap-eval-lang-ada.exp: New file.
5239
4dc06805
YQ
52402014-10-14 Yao Qi <yao@codesourcery.com>
5241
5242 * gdb.mi/mi-var-child.c (nothing1): New function.
5243 (nothing2): New function.
5244 (do_children_tests): Set function pointers by nothing1 and
5245 nothing2.
5246 * gdb.mi/mi-var-child.exp: Step over new added statements.
5247 Update test to match the new output.
5248 * gdb.mi/var-cmd.c (nothing1): New function.
5249 (nothing2): New function.
5250 (do_children_tests): Set function pointers by nothing1 and
5251 nothing2.
5252 * gdb.mi/mi-var-display.exp: Update test to match output.
5253 Step to the line specified by $line_dct_nothing.
5254 Increase the number of lines to step.
5255
46a93de2
YQ
52562014-10-14 Yao Qi <yao@codesourcery.com>
5257
5258 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
5259 tests.
5260 * gdb.mi/mi2-var-child.exp: Likewise.
5261
14ea52ee
DE
52622014-10-13 Doug Evans <dje@google.com>
5263
5264 * gdb.python/py-objfile.exp: Change name of file name test.
5265
e5c6e92b
DE
52662014-10-13 Doug Evans <dje@google.com>
5267
5268 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
5269 from the start of the CU.
5270
c780cc2f
JK
52712014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5272 Yao Qi <yao@codesourcery.com>
5273
5274 Fix "save breakpoints" for "catch" command.
5275 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
5276 Remove -nonewline. Match also the added "main" line.
5277
99894e11
JK
52782014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5279
5280 Fix "save breakpoints" for "disable $bpnum" command.
5281 * gdb.base/save-bp.c (main): Add label.
5282 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
5283
6e1ac5a3
JK
52842014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5285
5286 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
5287
754dd2b0
YQ
52882014-10-11 Yao Qi <yao@codesourcery.com>
5289
5290 * gdb.server/server-kill.exp: Execute command
5291 "set remote trace-status-packet on" before "tstatus".
5292
f90183d7
YQ
52932014-10-11 Yao Qi <yao@codesourcery.com>
5294
5295 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
5296 (main): Call getppid.
5297 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
5298 and continue to it. Read variable "server_pid".
5299
bf40a607
YQ
53002014-10-11 Yao Qi <yao@codesourcery.com>
5301
5302 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
5303
052ca370
YQ
53042014-10-11 Yao Qi <yao@codesourcery.com>
5305
5306 * gdb.threads/thread-find.exp: Don't execute command
5307 "info threads".
5308 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
5309 * gdb.threads/linux-dp.exp: Don't check the condition
5310 $threads_created equals to zero.
5311
3831839c
PA
53122014-10-10 Pedro Alves <palves@redhat.com>
5313
5314 * gdb.base/bigcore.exp: Remove references to IRIX.
5315 * gdb.base/funcargs.exp: Likewise.
5316 * gdb.base/interrupt.exp: Likewise.
5317 * gdb.base/mips_pro.exp: Likewise.
5318 * gdb.base/nodebug.exp: Likewise.
5319 * gdb.base/setvar.exp: Likewise.
5320 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
5321
8b9a549d
PA
53222014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5323 Pedro Alves <palves@redhat.com>
5324
5325 PR symtab/14466
5326 * gdb.base/vdso-warning.c: New file.
5327 * gdb.base/vdso-warning.exp: New file.
5328
d48ba5e8
DE
53292014-10-02 Doug Evans <dje@google.com>
5330
5331 * gdb.base/structs.c (main): Don't run forever.
5332
2278c276
PA
53332014-10-02 Pedro Alves <palves@redhat.com>
5334
5335 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
5336 (top level) <stop threads 1, stop threads 2>: Use it.
5337
b57bacec
PA
53382014-10-02 Pedro Alves <palves@redhat.com>
5339
5340 * gdb.threads/break-while-running.exp (test): Add new
5341 'update_thread_list' argument. Skip "info threads" if false.
5342 (top level): Add new 'update_thread_list' axis.
5343
13fd3ff3
PA
53442014-10-02 Pedro Alves <palves@redhat.com>
5345
5346 PR breakpoints/17431
5347 * gdb.base/execl-update-breakpoints.c: New file.
5348 * gdb.base/execl-update-breakpoints.exp: New file.
5349
0fec99e8
PA
53502014-10-01 Pedro Alves <palves@redhat.com>
5351
5352 * gdb.base/breakpoint-in-ro-region.c: New file.
5353 * gdb.base/breakpoint-in-ro-region.exp: New file.
5354
2ddf4301
SM
53552014-10-01 Simon Marchi <simon.marchi@ericsson.com>
5356
5357 * gdb.mi/mi-exit-code.exp: New file.
5358 * gdb.mi/mi-exit-code.c: New file.
5359
6a5f3f43
YQ
53602014-09-30 Yao Qi <yao@codesourcery.com>
5361
5362 * lib/prelink-support.exp (build_executable_own_libs): Error if
5363 the target isn't native.
5364
345bcc73
YQ
53652014-09-30 Yao Qi <yao@codesourcery.com>
5366
5367 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
5368 false.
5369
a25a5a45
PA
53702014-09-22 Pedro Alves <palves@redhat.com>
5371
5372 * gdb.threads/break-while-running.exp: New file.
5373 * gdb.threads/break-while-running.c: New file.
5374
00ba3162
YQ
53752014-09-19 Yao Qi <yao@codesourcery.com>
5376
5377 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
5378 Invoke test. Restart GDB with --readnow and invoke test again.
5379
c3b7b696
YQ
53802014-09-19 Yao Qi <yao@codesourcery.com>
5381
5382 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
5383 proc set_breakpoint_on_gcd_function. Invoke
5384 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
5385 invoke set_breakpoint_on_gcd_function again.
5386
2b4fd423
DE
53872014-09-18 Doug Evans <dje@google.com>
5388
5389 * gdb.dwarf2/symtab-producer.exp: New file.
5390
a5947601
SDJ
53912014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5392
5393 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
5394 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
5395 * gdb.base/global-var-nested-by-dso.c: Likewise.
5396 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5397
91c19059
SDJ
53982014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5399 Pedro Alves <palves@redhat.com>
5400
5401 * gdb.base/watch-bitfields.exp: Pass string other than test file
5402 name to prepare_for_testing.
5403 (watch): New procedure.
5404 (expect_watchpoint): Use with_test_prefix.
5405 (top level): Factor out tests to ...
5406 (test_watch_location, test_regular_watch): ... these new
5407 procedures, and use with_test_prefix and gdb_continue_to_end.
5408
bb9d5f81
PP
54092014-09-16 Patrick Palka <patrick@parcs.ath.cx>
5410
5411 PR breakpoints/12526
5412 * gdb.base/watch-bitfields.exp: New file.
5413 * gdb.base/watch-bitfields.c: New file.
5414
635856f5
PA
54152014-09-16 Pedro Alves <palves@redhat.com>
5416
5417 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
5418 software and hardware addresses, not software address against
5419 itself.
5420
7280ceea
PA
54212014-09-16 Pedro Alves <palves@redhat.com>
5422
5423 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
5424 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
5425
428b16bd
PA
54262014-09-16 Pedro Alves <palves@redhat.com>
5427
5428 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
5429 files.
5430 * gdb.base/a2-run.exp: Remove all code guarded by istarget
5431 "*-*-vxworks*" throughout.
5432 * gdb.base/break.exp: Likewise.
5433 * gdb.base/default.exp: Likewise.
5434 * gdb.base/scope.exp: Likewise.
5435 * gdb.base/sepdebug.exp: Likewise.
5436 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
5437 throughout.
5438 * gdb.base/run.c: Likewise.
5439 * gdb.base/sepdebug.c: Likewise.
5440 * gdb.hp/gdb.aCC/run.c: Likewise.
5441 * gdb.reverse/until-reverse.c: Likewise.
5442 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
5443
666d413c
YQ
54442014-09-16 Yao Qi <yao@codesourcery.com>
5445
5446 * boards/local-remote-host-native.exp: New file.
5447
57cbd724
DE
54482014-09-14 Doug Evans <xdje42@gmail.com>
5449
5450 * gdb.threads/queue-signal.c (thread_count): New variable.
5451 (thread_count_mutex, thread_count_condvar): New variables.
5452 (incr_thread_count, wait_all_threads_running): New functions.
5453 (main): Wait for all threads to be in their thread functions.
5454
81219e53
DE
54552014-09-13 Doug Evans <xdje42@gmail.com>
5456
5457 * gdb.threads/queue-signal.c: New file.
5458 * gdb.threads/queue-signal.exp: New file.
5459
3714cea7
DE
54602014-09-13 Doug Evans <xdje42@gmail.com>
5461
5462 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
5463 be consistent with what default_gdb_init uses.
5464 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
5465 the plain text of the prompt. Add some logging printfs.
5466 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
5467
fa43b1d7
PA
54682014-09-12 Pedro Alves <palves@redhat.com>
5469
5470 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
5471 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
5472 * gdb.arch/i386-size-overlap.exp: Likewise.
5473 * gdb.arch/i386-size.exp: Likewise.
5474 * gdb.arch/i386-unwind.exp: Likewise.
5475 * gdb.base/a2-run.exp: Likewise.
5476 * gdb.base/break.exp: Likewise.
5477 * gdb.base/charset.exp: Likewise.
5478 * gdb.base/chng-syms.exp: Likewise.
5479 * gdb.base/commands.exp: Likewise.
5480 * gdb.base/dbx.exp: Likewise.
5481 * gdb.base/find.exp: Likewise.
5482 * gdb.base/funcargs.exp: Likewise.
5483 * gdb.base/jit-simple.exp: Likewise.
5484 * gdb.base/reread.exp: Likewise.
5485 * gdb.base/sepdebug.exp: Likewise.
5486 * gdb.base/step-bt.exp: Likewise.
5487 * gdb.cp/mb-inline.exp: Likewise.
5488 * gdb.cp/mb-templates.exp: Likewise.
5489 * gdb.objc/basicclass.exp: Likewise.
5490 * gdb.threads/killed.exp: Likewise.
5491
9d9bf2df
EBM
54922014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5493
5494 PR tdep/17379
5495 * gdb.arch/powerpc-stackless.S: New file.
5496 * gdb.arch/powerpc-stackless.exp: New file.
5497
1cf2f1b0
JK
54982014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5499
5500 * gdb.base/attach.c: Include unistd.h.
5501 (main): Call alarm. Add label postloop.
5502 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
5503 gdb_breakpoint, gdb_continue_to_breakpoint.
5504 (test_command_line_attach_run): Kill ${testpid} in one exit path.
5505
98880d46
PA
55062014-09-11 Pedro Alves <palves@redhat.com>
5507
5508 PR gdb/17347
5509 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
5510 * gdb.base/attach.exp (test_command_line_attach_run): New
5511 procedure.
5512 (top level): Call it.
5513
4c92ff2c
PA
55142014-09-11 Pedro Alves <palves@redhat.com>
5515
5516 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
5517 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
5518 (do_command_attach_tests): Use spawn_wait_for_attach.
5519 * gdb.base/solib-overlap.exp: Likewise.
5520 * gdb.multi/multi-attach.exp: Likewise.
5521 * gdb.python/py-prompt.exp: Likewise.
5522 * gdb.python/py-sync-interp.exp: Likewise.
5523 * gdb.server/ext-attach.exp: Likewise.
5524
3adc1a7d
GKB
55252014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
5526
5527 * gdb.fortran/array-element.exp: Remove unexpected "continue"
5528 command in testcase. Simplify testcase.
5529
96334934
JB
55302014-09-10 Joel Brobecker <brobecker@adacore.com>
5531
5532 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
5533
eb479039
JB
55342014-09-10 Joel Brobecker <brobecker@adacore.com>
5535
5536 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
5537
deede10c
JB
55382014-09-10 Joel Brobecker <brobecker@adacore.com>
5539
5540 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
5541
7828a5f5
JB
55422014-09-10 Joel Brobecker <brobecker@adacore.com>
5543
5544 * gdb.dwarf2/dynarr-ptr.c: New file.
5545 * gdb.dwarf2/dynarr-ptr.exp: New file.
5546
33aeebcf
MR
55472014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5548
5549 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
5550 of 30 rather than hardcoding 120 for a slow test case. Take the
5551 `gdb,timeout' target setting into account for this calculation.
5552 Don't extend the timeout for the test cases that don't need it.
5553
7b415901
MR
55542014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5555
5556 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
5557 a factor of 2 for a slow test case. Take the `gdb,timeout'
5558 target setting into account for this calculation.
5559 * gdb.reverse/until-precsave.exp: Increase the timeout by
5560 a factor of 15 and 3 respectively rather than adding 120
5561 for a pair of slow test cases. Take the `gdb,timeout'
5562 target setting into account for this calculation.
5563
4a40f85a
MR
55642014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5565
5566 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
5567 timeout, don't pass one down to gdb_expect.
5568 (gdb_expect): Rework timeout selection.
5569
09635af7
MR
55702014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5571
5572 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
5573 exception on timeout.
5574 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
5575 (gdbserver_start_extended): Catch any `gdbserver_start' error
5576 exceptions.
5577 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
5578 * lib/mi-support.exp (mi_gdb_target_load): Catch any
5579 `gdbserver_gdb_load' error exceptions.
5580
2bdd10b7
MR
55812014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5582
5583 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
5584 120 on waiting for the TCP socket to open.
5585
316935f0
DE
55862014-09-09 Doug Evans <xdje42@gmail.com>
5587
5588 * gdb.base/default.exp (show_conv_list): Add _caller_is,
5589 _caller_matches, _any_caller_is, _any_caller_matches.
5590
83740597
DE
55912014-09-09 Doug Evans <xdje42@gmail.com>
5592
5593 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
5594
4c122fc3
YQ
55952014-09-09 Yao Qi <yao@codesourcery.com>
5596
5597 * gdb.mi/mi-var-display.exp: Set print symbol off.
5598
a9f116cb
GKB
55992014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
5600
5601 PR gdb/17035
5602 * gdb.base/commands.exp: Add tests to verify user-defined
5603 commands with empty bodies.
5604 * gdb.python/py-cmd.exp: Test that we don't show user-defined
5605 python commands in `show user command`.
5606 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
5607 scheme commands in `show user command`.
5608
c75bd3a2
JK
56092014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5610
5611 PR python/17355
5612 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
5613 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
5614 * gdb.python/py-framefilter-invalidarg.exp: New file.
5615 * gdb.python/py-framefilter-invalidarg.py: New file.
5616
faa42425
DE
56172014-09-06 Doug Evans <xdje42@gmail.com>
5618
5619 PR 15276
5620 * gdb.python/py-caller-is.c: New file.
5621 * gdb.python/py-caller-is.exp: New file.
5622
474ca4f6
SDJ
56232014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
5624
5625 PR gdb/17235
5626 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
5627 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
5628
eb0b0463
SDJ
56292014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
5630
5631 PR fortran/17237
5632 * gdb.fortran/print-formatted.exp: New file.
5633 * gdb.fortran/print-formatted.f90: Likewise.
5634
5f3b99cf
SS
56352014-09-03 Sasha Smundak <asmundak@google.com>
5636
5637 * gdb.python/py-frame.exp: Test Frame.read_register.
5638
7d793aa9
SDJ
56392014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
5640
5641 PR python/16699
5642 * gdb.python/py-completion.exp: New file.
5643 * gdb.python/py-completion.py: Likewise.
5644
fb0576e9
DE
56452014-08-28 Doug Evans <dje@google.com>
5646
5647 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
5648 eax,etc. are live with values set by gdb and thus the compiler can't
5649 use them.
5650 * gdb.arch/i386-pseudo.c (main): Ditto.
5651
ee92b0dd
DE
56522014-08-27 Doug Evans <dje@google.com>
5653
5654 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
5655
6649db35
DE
56562014-08-25 Doug Evans <dje@google.com>
5657
5658 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
5659 (main): Ditto.
5660
564b7600
DE
56612014-08-25 Doug Evans <dje@google.com>
5662
5663 * gdb.threads/thread-execl.exp: #include <stdio.h>.
5664
3881fb67
YQ
56652014-08-24 Yao Qi <yao@codesourcery.com>
5666
5667 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
5668 symbol off.
5669 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
5670
a05a36a5
DE
56712014-08-22 Doug Evans <dje@google.com>
5672
5673 PR 17276
5674 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
5675 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
5676 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
5677
7c343b48
YQ
56782014-08-22 Yao Qi <yao@codesourcery.com>
5679
5680 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
5681 * gdb.python/py-finish-breakpoint2.exp: Likewise.
5682 * gdb.python/python.exp: Likewise. Use .py file on the host
5683 instead of the build.
5684
22fd09ae
JK
56852014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5686
5687 * gdb.threads/gcore-stale-thread.c: New file.
5688 * gdb.threads/gcore-stale-thread.exp: New file.
5689
a8454a7c
PA
56902014-08-21 Pedro Alves <palves@redhat.com>
5691
5692 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
5693 * gdb.base/gcore-relro-pie.exp: Likewise.
5694 * gdb.base/gcore-relro.exp: Likewise.
5695 * gdb.base/gcore.exp: Likewise.
5696 * gdb.base/print-symbol-loading.exp: Likewise.
5697 * gdb.threads/gcore-thread.exp: Likewise.
5698 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
5699
2a31c623
PA
57002014-08-20 Pedro Alves <palves@redhat.com>
5701 Jan Kratochvil <jan.kratochvil@redhat.com>
5702
5703 * Makefile.in (EXTRA_RULES, CC): New variables, get from
5704 configure.
5705 (EXPECT): Handle READ1 being set.
5706 (all): Depend on EXTRA_RULES.
5707 (check-read1, expect-read1, read1.so, read1): New rules.
5708 * README (Testsuite Parameters): Document the READ1 make variable.
5709 (Race detection): New section.
5710 * configure: Regenerate.
5711 * configure.ac: If build==host==target, and running under a
5712 GNU/glibc system, add read1 to the extra Makefile rules.
5713 (EXTRA_RULES): AC_SUBST it.
5714 * lib/read1.c: New file.
5715
d36430db
JB
57162014-08-20 Joel Brobecker <brobecker@adacore.com>
5717
5718 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
5719 the handling of variables declared as a typedef to an array
5720 which a DW_AT_data_location attribute.
5721
9a0dc9e3
PA
57222014-08-19 Andrew Burgess <aburgess@broadcom.com>
5723 Pedro Alves <palves@redhat.com>
5724
5725 PR symtab/14604
5726 PR symtab/14605
5727 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
5728 gdb_test.
5729
0718a8da
PA
57302014-08-19 Pedro Alves <palves@redhat.com>
5731
5732 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
5733
13b448cd
YQ
57342014-08-19 Yao Qi <yao@codesourcery.com>
5735
5736 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
5737 right line.
5738
1cbf5077
DB
57392014-08-18 David Blaikie <dblaikie@gmail.com>
5740
5741 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
5742
bf0fae19
JB
57432014-08-18 Joel Brobecker <brobecker@adacore.com>
5744
5745 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
5746 attribute in array range.
5747
3c8c5dcc
JB
57482014-08-18 Joel Brobecker <brobecker@adacore.com>
5749
5750 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
5751
e66d4446
SC
57522014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5753
5754 PR c++/17132
5755 * gdb.cp/pr17132.cc: New file.
5756 * gdb.cp/pr17132.exp: New file.
5757
940df408
SC
57582014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5759
5760 * gdb.python/py-xmethods.py (A_getarrayind)
5761 (E_method_char_worker.__call__, E_method_int_worker.__call__):
5762 Use 'print' with function call syntax.
5763 (E_method_matcher.match): Fix tab vs space indentation mixup.
5764
ebcc6c3a
YQ
57652014-08-15 Yao Qi <yao@codesourcery.com>
5766
5767 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
5768 false.
5769
775e0f04
YQ
57702014-08-15 Yao Qi <yao@codesourcery.com>
5771
5772 * gdb.cp/casts.exp: Set print symbol off.
5773 * gdb.cp/class2.exp: Likewise.
5774 * gdb.cp/overload.exp: Likewise.
5775 * gdb.cp/templates.exp: Likewise.
5776
d769e349
DE
57772014-08-11 Doug Evans <dje@google.com>
5778
5779 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5780 (test_load_shlib): Update.
5781
20c6f1e1
YQ
57822014-08-09 Yao Qi <yao@codesourcery.com>
5783
5784 * gdb.base/display.exp: Invoke is_address_zero_readable.
5785 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
5786 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5787 * gdb.base/hbreak-unmapped.exp: Return if
5788 is_address_zero_readable returns true.
5789 * gdb.base/signest.exp: Likewise.
5790 * gdb.base/signull.exp: Likewise.
5791 * gdb.base/sigbpt.exp: Likewise.
5792 * gdb.guile/scm-disasm.exp: Do the test if
5793 is_address_zero_readable returns false.
5794 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
5795 * gdb.python/py-arch.exp: Likewise.
5796 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
5797 * lib/gdb.exp (is_address_zero_readable): New proc.
5798
5792e8e3
YQ
57992014-08-09 Yao Qi <yao@codesourcery.com>
5800
5801 PR testsuite/13443
5802 * gdb.mi/mi-var-display.exp: Make test messages unique.
5803
3cecbbbe
TT
58042014-08-04 Tom Tromey <tromey@redhat.com>
5805
5806 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
5807 target 0".
5808
00b51ff5
TT
58092014-08-04 Tom Tromey <tromey@redhat.com>
5810
5811 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
5812 "target_resume".
5813
6908c509
JB
58142014-08-01 Joel Brobecker <brobecker@adacore.com>
5815
5816 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
5817 inner_vla_struct_object_size.
5818 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
5819 as xfail.
5820
cc6563d2
PA
58212014-07-30 Pedro Alves <palves@redhat.com>
5822
5823 * gdb.threads/signal-command-handle-nopass.exp (test): Add
5824 comment.
5825
7e09a223
YQ
58262014-07-29 Yao Qi <yao@codesourcery.com>
5827
5828 PR gdb/17206
5829 * gdb.base/until-nodebug.exp: New.
5830
7ebdbe92
DE
58312014-07-28 Doug Evans <xdje42@gmail.com>
5832
5833 PR guile/17203
5834 * gdb.guile/scm-parameter.exp: Add tests for trying to create
5835 previously existing parameter, and previously ambiguously spelled
5836 parameter.
5837
fdb1adc6
WN
58382014-07-28 Will Newton <will.newton@linaro.org>
5839
5840 * gdb.base/varargs.exp: Remove KFAILs for ARM.
5841
186fcde0
DE
58422014-07-26 Ludovic Courtès <ludo@gnu.org>
5843 Doug Evans <xdje42@gmail.com>
5844
5845 PR guile/17146
5846 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
5847
70509625
PA
58482014-07-25 Pedro Alves <palves@redhat.com>
5849
5850 * gdb.threads/signal-command-handle-nopass.c: New file.
5851 * gdb.threads/signal-command-handle-nopass.exp: New file.
5852 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
5853 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
5854 * gdb.threads/signal-delivered-right-thread.c: New file.
5855 * gdb.threads/signal-delivered-right-thread.exp: New file.
5856
c3f814a1
PA
58572014-07-25 Pedro Alves <palves@redhat.com>
5858
5859 * gdb.base/double-prompt-target-event-error.exp
5860 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
5861 match.
5862 (cancel_pagination_in_target_event): Rework double prompt
5863 detection.
5864 * gdb.base/paginate-after-ctrl-c-running.exp
5865 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
5866 <return>' match.
5867 * gdb.base/paginate-bg-execution.exp
5868 (test_bg_execution_pagination_return)
5869 (test_bg_execution_pagination_cancel): Remove '-notransfer
5870 <return>' matches.
5871 * gdb.base/paginate-execution-startup.exp
5872 (test_fg_execution_pagination_return)
5873 (test_fg_execution_pagination_cancel): Remove '-notransfer
5874 <return>' matches.
5875 * gdb.base/paginate-inferior-exit.exp
5876 (test_paginate_inferior_exited): Remove '-notransfer <return>'
5877 match.
5878 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
5879 * lib/gdb.exp (pagination_prompt): Run text through
5880 string_to_regexp.
5881 (gdb_test_multiple): Match $pagination_prompt instead of
5882 "<return>".
5883 (string_to_regexp): Move to lib/gdb-utils.exp.
5884
e214cf6c
JK
58852014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5886
5887 * gdb.arch/amd64-entry-value-paramref.S: New file.
5888 * gdb.arch/amd64-entry-value-paramref.cc: New file.
5889 * gdb.arch/amd64-entry-value-paramref.exp: New file.
5890 * gdb.arch/amd64-optimout-repeat.S: New file.
5891 * gdb.arch/amd64-optimout-repeat.c: New file.
5892 * gdb.arch/amd64-optimout-repeat.exp: New file.
5893
17d0c5c8
JK
58942014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5895
5896 PR gdb/17170
5897 * gdb.base/statistics.exp: New file.
5898
b8b8facf
DE
58992014-07-17 Doug Evans <dje@google.com>
5900
74b49205 5901 PR gdb/17170
b8b8facf
DE
5902 * gdb.base/maint.exp: Update testing of per-command stats.
5903
1b5d0ab3
PA
59042014-07-16 Pedro Alves <palves@redhat.com>
5905
5906 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
5907 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
5908 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
5909 (tfile_write_buf): New functions.
5910 (add_memory_block): Rewrite using the above.
5911 (adjust_function_address): New function.
5912 (FUNCTION_ADDRESS): New macro.
5913 (write_basic_trace_file): Remove short_x local, and use
5914 tfile_write_16. Change type of func_addr local to unsigned long
5915 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
5916 here. Cast argument of add_memory_block to char pointer.
5917 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
5918 (main): Remove parameters.
5919 * gdb.trace/tfile.exp: Remove nowarnings.
5920
4d974e88
SM
59212014-07-15 Simon Marchi <simon.marchi@ericsson.com>
5922
5923 * gdb.base/debug-expr.exp: Test string evaluation with
5924 "debug expression" on.
5925
41e99568
PA
59262014-07-15 Pedro Alves <palves@redhat.com>
5927
5928 * gdb.base/reread.exp: Use clean_restart.
5929
487d9753
PL
59302014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
5931
5932 * gdb.arch/avr-flash-qualifer.c: New.
5933 * gdb.arch/avr-flash-qualifer.exp: New.
5934
cc1c52ad
PA
59352014-07-14 Pedro Alves <palves@redhat.com>
5936
5937 * gdb.base/paginate-after-ctrl-c-running.c: New file.
5938 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
5939
1e973570
PA
59402014-07-14 Pedro Alves <palves@redhat.com>
5941
5942 * gdb.base/double-prompt-target-event-error.c: New file.
5943 * gdb.base/double-prompt-target-event-error.exp: New file.
5944
93d6eb10
PA
59452014-07-14 Pedro Alves <palves@redhat.com>
5946
5947 PR gdb/17072
5948 * gdb.base/paginate-inferior-exit.c: New file.
5949 * gdb.base/paginate-inferior-exit.exp: New file.
5950
0017922d
PA
59512014-07-14 Pedro Alves <palves@redhat.com>
5952
5953 PR gdb/17072
5954 * gdb.base/paginate-bg-execution.c: New file.
5955 * gdb.base/paginate-bg-execution.exp: New file.
5956
94696ad3
PA
59572014-07-14 Pedro Alves <palves@redhat.com>
5958
5959 PR gdb/17072
5960 * gdb.base/paginate-execution-startup.c: New file.
5961 * gdb.base/paginate-execution-startup.exp: New file.
5962 * lib/gdb.exp (pagination_prompt): New global.
5963 (default_gdb_spawn): New procedure, factored out from
5964 default_gdb_spawn.
5965 (default_gdb_start): Adjust to call default_gdb_spawn.
5966 (gdb_spawn): New procedure.
5967
bd293940
PA
59682014-07-14 Pedro Alves <palves@redhat.com>
5969
5970 * lib/gdb.exp (gdb_assert): New procedure.
5971 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
5972
c933f875
PA
59732014-07-14 Pedro Alves <palves@redhat.com>
5974
5975 * gdb.base/execution-termios.c: New file.
5976 * gdb.base/execution-termios.exp: New file.
5977
d98b7a16
TT
59782014-07-14 Tom Tromey <tromey@redhat.com>
5979
5980 * gdb.cp/vla-cxx.cc: New file.
5981 * gdb.cp/vla-cxx.exp: New file.
5982
548740d6
TT
59832014-07-14 Tom Tromey <tromey@redhat.com>
5984
5985 * gdb.reverse/rerun-prec.c: New file.
5986 * gdb.reverse/rerun-prec.exp: New file.
5987
a25eb028
MR
59882014-07-12 Maciej W. Rozycki <macro@mips.com>
5989 Maciej W. Rozycki <macro@codesourcery.com>
5990
5991 * lib/gdb-utils.exp: New file.
5992 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
5993 inline `gdb_init_command' processing.
5994 (gdb_start_cmd): Likewise.
5995 * lib/mi-support.exp (mi_run_cmd): Likewise.
5996 * README: Document `gdb_init_command' and `gdb_init_commands'.
5997
218c2655
JK
59982014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5999
6000 Fix false FAIL running under a very long directory name.
6001 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
6002 and "set print elements 10000". Twice.
6003
5401fde3
YQ
60042014-07-11 Yao Qi <yao@codesourcery.com>
6005
6006 * gdb.base/exprs.exp: "set print symbol off".
6007
e76126e8
PA
60082014-07-11 Pedro Alves <palves@redhat.com>
6009
6010 * gdb.threads/kill.c: New file.
6011 * gdb.threads/kill.exp: New file.
6012
2d6f0de6
YQ
60132014-07-10 Yao Qi <yao@codesourcery.com>
6014
6015 * gdb.trace/tfile.c (write_basic_trace_file)
6016 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
6017 address written to trace file.
6018
7180e04a
PA
60192014-07-09 Pedro Alves <palves@redhat.com>
6020
6021 * gdb.base/attach-wait-input.exp: New file.
6022 * gdb.base/attach-wait-input.c: New file.
6023
9a9a7608
AB
60242014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6025
6026 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
6027 setting up test structures.
6028 (main): Call new test function.
6029 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
6030 test function, continue into test function and walk test
6031 structures.
6032
161ac41e
YQ
60332014-07-02 Yao Qi <yao@codesourcery.com>
6034
6035 * gdb.trace/entry-values.c: Define labels 'foo_start' and
6036 'bar_start' at the beginning of functions 'foo' and 'bar'
6037 respectively.
6038 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
6039 instead of 'foo' and 'bar'.
6040
1f267ae3
MM
60412014-07-08 Markus Metzger <markus.t.metzger@intel.com>
6042
6043 * gdb.btrace/segv.exp: New.
6044 * gdb.btrace/segv.c: New.
6045
2b239efb
LM
60462014-07-02 Luis Machado <lgustavo@codesourcery.com>
6047
6048 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
6049 instruction.
6050
cf363f18
MW
60512014-06-30 Mark Wielaard <mjw@redhat.com>
6052
6053 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
6054 vulture, vilify, villar): New volatile array constants.
6055 (vindictive, vegetation): New const volatile array constants.
6056 * gdb.base/volatile.exp: Test volatile and const volatile array
6057 types.
6058
aebf9d24
AA
60592014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6060
6061 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
6062 target lacks support for awatch, rwatch, or hbreak.
6063
b67a2c6f
YQ
60642014-06-27 Yao Qi <yao@codesourcery.com>
6065
6066 * gdb.multi/dummy-frame-restore.exp: New.
6067 * gdb.multi/dummy-frame-restore.c: New.
6068
aef92902
MM
60692014-06-25 Markus Metzger <markus.t.metzger@intel.com>
6070
6071 * gdb.btrace/gcore.exp: New.
6072
8e9db26e
PA
60732014-06-23 Pedro Alves <palves@redhat.com>
6074
6075 * gdb.base/watchpoint-reuse-slot.c: New file.
6076 * gdb.base/watchpoint-reuse-slot.exp: New file.
6077
70afc5b7
SC
60782014-06-23 Siva Chandra Reddy <sivachandra@google.com>
6079
6080 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
6081 progspace's filename in 'info', 'enable' and 'disable' command
6082 tests.
6083
b972bd9c
JK
60842014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6085
6086 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
6087 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6088 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
6089
125f8a3d
GB
60902014-06-20 Gary Benson <gbenson@redhat.com>
6091
6092 * gdb.arch/i386-avx.exp: Fix include file location.
6093 * gdb.arch/i386-sse.exp: Likewise.
6094
3ed9baed
IB
60952014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
6096
6097 * gdb.dlang/expression.exp: New file.
6098
034f788c
PA
60992014-06-19 Pedro Alves <palves@redhat.com>
6100
6101 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
6102 out from ...
6103 (top level): ... here. Iterate running tests under different
6104 scheduler-locking settings.
6105
45371d0c
LM
61062014-06-18 Luis Machado <lgustavo@codesourcery.com>
6107
6108 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
6109 to DW_FORM_addr and use non-zero addresses.
6110
5d376983
SC
61112014-06-18 Siva Chandra Reddy <sivachandra@google.com>
6112
6113 PR gdb/17017
6114 * gdb.python/py-xmethods.cc: Add global function call counters and
6115 increment them in their respective functions. Remove "cout"
6116 statements.
6117 * gdb.python/py-xmethods.exp: Make tests check the global function
6118 call counters instead of depending on inferior IO.
6119
a1aa2221
LM
61202014-06-18 Don Breazeal <donb@codesourcery.com>
6121
6122 * gdb.base/foll-fork.exp (default_fork_parent_follow):
6123 Deleted procedure.
6124 (explicit_fork_parent_follow): Deleted procedure.
6125 (explicit_fork_child_follow): Deleted procedure.
6126 (test_follow_fork): New procedure.
6127 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 6128 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
6129 procedure calls.
6130
0fc05997
YQ
61312014-06-17 Yao Qi <yao@codesourcery.com>
6132
6133 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
6134 CP1252.
6135
70795c52
LM
61362014-06-17 Luis Machado <lgustavo@codesourcery.com>
6137
6138 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
6139 Initialize ptr and S explicitly.
6140 (skip_type_update_when_not_use_rtti_test): Likewise.
6141
6be47f0c
KS
61422014-06-16 Keith Seitz <keiths@redhat.com>
6143
6144 PR mi/15863
6145 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
6146 the inferior is started.
6147
d03de421
PA
61482014-06-16 Pedro Alves <palves@redhat.com>
6149
6150 * gdb.base/break-main-file-remove-fail.c: New file.
6151 * gdb.base/break-main-file-remove-fail.exp: New file.
6152 * gdb.base/break-unload-file.exp: Use build_executable instead of
6153 prepare_for_testing.
6154 (test_break): New parameter "initial_load". Handle it.
6155 (top level): Add initial_load cmdline/file axis.
6156
f9579b99
TT
61572014-06-12 Tom Tromey <tromey@redhat.com>
6158
6159 * gdb.base/completion.exp: Don't use directory name in test.
6160
3657956b
GB
61612014-06-09 Gary Benson <gbenson@redhat.com>
6162
6163 * gdb.base/sigall.c [Functions to send signals]: Reorder to
6164 separate the always-available ANSI-standard signals from the
6165 signals that require checking.
6166 (main): Likewise.
6167 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
6168 Likewise.
6169 (main): Likewise.
6170
4186eb54
KS
61712014-06-07 Keith Seitz <keiths@redhat.com>
6172
6173 Revert:
6174 PR c++/16253
6175 * gdb.cp/var-tag.cc: New file.
6176 * gdb.cp/var-tag.exp: New file.
6177 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6178 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6179 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6180 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6181
25326a28 61822014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
6183
6184 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
6185
829155c9
PA
61862014-06-06 Pedro Alves <palves@redhat.com>
6187
6188 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
6189 in target debug output instead of looking at RSP packets,
6190 disabling the test on any target that uses hardware stepping.
6191 Update comments.
6192
61c8d22e
PA
61932014-06-06 Pedro Alves <palves@redhat.com>
6194
6195 * gdb.base/break-unload-file.exp: Fix typo.
6196
d9a47287
YQ
61972014-06-06 Yao Qi <yao@codesourcery.com>
6198
6199 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
6200 from "jit_function" to "^jit_function".
6201
e5e01dbf
YQ
62022014-06-06 Yao Qi <yao@codesourcery.com>
6203
6204 * gdb.base/async.c (foo): Add one statement.
6205 * gdb.base/async.exp: Get the next instruction address and
6206 match the output of "nexti" by instruction address. Match
6207 the hex address in the output of "finish".
6208
73ba372c
GB
62092014-06-06 Gary Benson <gbenson@redhat.com>
6210
6211 * gdb.base/call-signals.c: Remove preprocessor conditionals
6212 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
6213 SIGSEGV and SIGTERM.
6214 * gdb.base/sigall.c: Likewise.
6215 * gdb.base/unwindonsignal.c: Likewise.
6216 * gdb.reverse/sigall-reverse.c: Likewise.
6217
831517df
YQ
62182014-06-06 Yao Qi <yao@codesourcery.com>
6219
6220 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
6221 readable, skip the test.
6222
b8b91e98
YQ
62232014-06-06 Yao Qi <yao@codesourcery.com>
6224
6225 * gdb.threads/staticthreads.c (thread_function): Move the line
6226 setting breakpoint on forward.
6227 * gdb.threads/staticthreads.exp: Update comments.
6228
fb934770
LC
62292014-06-05 Ludovic Courtès <ludo@gnu.org>
6230
6231 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
6232 "history-append! type error".
6233
6ef284bd
SM
62342014-06-05 Simon Marchi <simon.marchi@ericsson.com>
6235
6236 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
6237 erroneous dprintf expected input.
6238
a872e241
DE
62392014-06-04 Doug Evans <xdje42@gmail.com>
6240
6241 * gdb.guile/scm-generics.exp: Delete.
6242
16f691fb
DE
62432014-06-04 Doug Evans <xdje42@gmail.com>
6244
6245 * gdb.guile/scm-breakpoint.exp: Update.
6246 Add tests for breakpoint registration.
6247
012370f6
TT
62482014-06-04 Tom Tromey <tromey@redhat.com>
6249
6250 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
6251 VLA-in-union.
6252 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
6253 inner_vla_struct, vla_union types. Initialize objects of those
6254 types and compute their sizes.
6255
9f5a4cef
HZ
62562014-06-04 Nathan Sidwell <nathan@codesourcery.com>
6257 Hui Zhu <hui@codesourcery.com>
6258
6259 * gdb.base/fileio.exp: Add test for shell not available as well as
6260 available.
6261 * gdb.base/fileio.c (test_system): Check for shell twice.
6262
90a45c4d
YQ
62632014-06-04 Yao Qi <yao@codesourcery.com>
6264
6265 * gdb.base/auto-connect-native-target.exp: Remove redundant
6266 space from the regexp pattern.
6267
70017e41
YQ
62682014-06-04 Yao Qi <yao@codesourcery.com>
6269
6270 * gdb.base/default.exp: Replace "child" with "native" in
6271 regexp pattern.
6272
883964a7
SC
62732014-06-03 Siva Chandra Reddy <sivachandra@google.com>
6274
6275 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
6276 * gdb.python/py-xmethods.exp: New tests to test xmethods.
6277 * gdb.python/py-xmethods.py: Python script supporting the
6278 new testcase and tests.
6279
ef370185
JB
62802014-06-03 Joel Brobecker <brobecker@adacore.com>
6281 Pedro Alves <palves@redhat.com>
6282
6283 PR breakpoints/17000
6284 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
6285 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
6286
1e2ccb61
BM
62872014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
6288
6289 * gdb.base/subst.exp: Add tests to verify partial path matching
6290 output.
6291
c6ec5ab2
PA
62922014-06-03 Pedro Alves <palves@redhat.com>
6293
6294 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
6295 target that doesn't use software single-stepping.
6296
835c559f
PA
62972014-06-03 Pedro Alves <palves@redhat.com>
6298
6299 PR breakpoints/17000
6300 * gdb.base/sss-bp-on-user-bp-2.c: New file.
6301 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
6302
06eb1586
DE
63032014-06-02 Doug Evans <xdje42@gmail.com>
6304
6305 * gdb.guile/scm-parameter.exp: New file.
6306
e698b8c4
DE
63072014-06-02 Doug Evans <xdje42@gmail.com>
6308
6309 * gdb.guile/scm-cmd.c: New file.
6310 * gdb.guile/scm-cmd.exp: New file.
6311
ded03782
DE
63122014-06-02 Doug Evans <xdje42@gmail.com>
6313
6314 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
6315 pretty-printer lookup.
6316 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
6317 (make-pp_s-printer): Call it.
6318 (make-pretty-printer-from-dict): New function.
6319 (lookup-pretty-printer-maker-from-dict): New function.
6320 (*pretty-printer*): Simplify.
6321 (make-objfile-pp_s-printer): New function.
6322 (install-objfile-pretty-printers!): New function.
6323 (make-progspace-pp_s-printer): New function.
6324 (install-progspace-pretty-printers!): New function.
6325 * gdb.guile/scm-progspace.c: New file.
6326 * gdb.guile/scm-progspace.exp: New file.
6327
41fac0cf
PA
63282014-06-02 Pedro Alves <palves@redhat.com>
6329
6330 * gdb.base/dprintf-bp-same-addr.c: New file.
6331 * gdb.base/dprintf-bp-same-addr.exp: New file.
6332
96ae5695
EBM
63332014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6334
6335 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
6336 * gdb.arch/powerpc-power.s: Likewise.
6337
da02b3a8
JB
63382014-06-02 Joel Brobecker <brobecker@adacore.com>
6339
6340 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
6341
c72b2e7b
YQ
63422014-06-01 Yao Qi <yao@codesourcery.com>
6343
6344 * gdb.base/watchpoint.exp (test_watch_location): Check null
6345 pointer can be dereferenced. If not, do the test, otherwise
6346 skip it.
6347
53e8a631
AB
63482014-05-30 Andrew Burgess <aburgess@broadcom.com>
6349
6350 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
6351 results.
6352 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
6353
938f0e2f
AB
63542014-05-30 Andrew Burgess <aburgess@broadcom.com>
6355
6356 * gdb.arch/amd64-invalid-stack-middle.S: New file.
6357 * gdb.arch/amd64-invalid-stack-middle.c: New file.
6358 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
6359 * gdb.arch/amd64-invalid-stack-top.c: New file.
6360 * gdb.arch/amd64-invalid-stack-top.exp: New file.
6361
9ba6657a
PA
63622014-05-30 Pedro Alves <palves@redhat.com>
6363
6364 PR breakpoints/17000
6365 * gdb.base/sss-bp-on-user-bp.c: New file.
6366 * gdb.base/sss-bp-on-user-bp.exp: New file.
6367
522c09bf
DB
63682014-05-30 David Blaikie <dblaikie@gmail.com>
6369
6370 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
6371 gnu_inline semantics via attribute.
6372 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
6373 source explicitly specifies the required semantics.
6374
bf4ef81e
MR
63752014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
6376
6377 * gdb.reverse/sigall-reverse.exp: Fix a typo.
6378
329ea579
PA
63792014-05-29 Pedro Alves <palves@redhat.com>
6380 Tom Tromey <tromey@redhat.com>
6381
6382 * gdb.base/async-shell.exp: Don't enable target-async.
6383 * gdb.base/async.exp
6384 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
6385 parameter. Adjust.
6386 (top level): Don't test with "target-async".
6387 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
6388 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
6389 * gdb.base/inferior-died.exp: Don't enable target-async.
6390 * gdb.base/interrupt-noterm.exp: Likewise.
6391 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
6392 * gdb.mi/mi-nonstop-exit.exp: Likewise.
6393 * gdb.mi/mi-nonstop.exp: Likewise.
6394 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6395 * gdb.mi/mi-nsintrall.exp: Likewise.
6396 * gdb.mi/mi-nsmoribund.exp: Likewise.
6397 * gdb.mi/mi-nsthrexec.exp: Likewise.
6398 * gdb.mi/mi-watch-nonstop.exp: Likewise.
6399 * gdb.multi/watchpoint-multi.exp: Adjust comment.
6400 * gdb.python/py-evsignal.exp: Don't enable target-async.
6401 * gdb.python/py-evthreads.exp: Likewise.
6402 * gdb.python/py-prompt.exp: Likewise.
6403 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
6404 * gdb.server/solib-list.exp: Don't enable target-async.
6405 * gdb.threads/thread-specific-bp.exp: Likewise.
6406 * lib/mi-support.exp: Adjust to use mi-async.
6407
fd664c91
PA
64082014-05-29 Pedro Alves <palves@redhat.com>
6409
6410 PR gdb/13860
6411 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
6412 reason, even in sync mode.
6413
251bde03
PA
64142014-05-29 Pedro Alves <palves@redhat.com>
6415 Hui Zhu <hui@codesourcery.com>
6416
6417 PR PR15693
6418 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
6419 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
6420 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
6421 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
6422
7f3c0343
JB
64232014-05-28 Joel Brobecker <brobecker@adacore.com>
6424
6425 * config/monitor.exp (gdb_target_monitor): Replace use of
6426 "set remotebaud" by "set serial baud".
6427
b2715b27
AW
64282014-05-26 Andy Wingo <wingo@igalia.com>
6429
6430 * gdb.guile/scm-breakpoint.exp:
6431 * gdb.guile/scm-gsmob.exp: Update to use plain old object
6432 properties instead of gdb-object-properties.
6433
498a4489
YQ
64342014-05-26 Yao Qi <yao@codesourcery.com>
6435
6436 * gdb.server/no-thread-db.exp: Specify source file name
6437 explicitly when setting a breakpoint.
6438
589fdceb
MM
64392014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6440
6441 * gdb.btrace/vdso.c: New.
6442 * gdb.btrace/vdso.exp: New.
6443
e9089e05
MM
64442014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6445
6446 * gdb.base/gcore.exp (capture_command_output): Move ...
6447 * lib/gdb.exp (capture_command_output): ... here.
6448
67b5c0c1
MM
64492014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6450
6451 * gdb.btrace/data.exp: Test memory access during btrace replay.
6452
a2199296
SM
64532014-05-22 Simon Marchi <simon.marchi@ericsson.com>
6454
6455 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
6456
17b2616c
PA
64572014-05-21 Pedro Alves <palves@redhat.com>
6458
6459 PR gdb/13860
6460 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
6461 (top level): Test that output related to execution commands is
6462 sent to the console with CLI commands, but not with MI commands.
6463 Test that breakpoint events are always mirrored to the console.
6464 Also expect the new source line to be output after a "next" in
6465 async mode too. Make it a pass/fail test.
6466 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
6467 output.
6468 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
6469
5166082f
PA
64702014-05-21 Pedro Alves <palves@redhat.com>
6471
6472 * gdb.base/list.exp (build_pattern, test_list): New procedures.
6473 Use them to test variations of "list" after reaching a breakpoint.
6474 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
6475 Test "list" with listsize 10 after reaching a breakpoint.
6476 * gdb.python/python.exp (decode_line current location line
6477 number): Adjust expected line number.
6478
2f25d70f
SM
64792014-05-21 Simon Marchi <simon.marchi@ericsson.com>
6480
6481 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
6482 behavior for $args, pass it directly to "run".
6483
ff604a67
MR
64842014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
6485
6486 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
6487 30000 to 65536.
6488
6a3cb8e8
PA
64892014-05-21 Pedro Alves <palves@redhat.com>
6490
6491 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
6492 auto-connect-native-target off".
6493 * gdb.base/auto-connect-native-target.c: New file.
6494 * gdb.base/auto-connect-native-target.exp: New file.
6495
4ebfc96e
PA
64962014-05-21 Pedro Alves <palves@redhat.com>
6497
6498 * gdb.base/default.exp: Test "target native" instead of "target
6499 child".
6500
36d46afb
MW
65012014-05-21 Mark Wielaard <mjw@redhat.com>
6502
6503 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6504
5876f503
JK
65052014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6506
6507 Fix TLS access for -static -pthread.
6508 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
6509 <HAVE_TLS> (thread_function, main): Initialize it.
6510 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
6511 Add clean_restart.
6512 <$have_tls != "">: Check TLSVAR.
6513
0256a6ac
PA
65142014-05-21 Pedro Alves <palves@redhat.com>
6515
6516 * gdb.base/dcache-line-read-error.c: New.
6517 * gdb.base/dcache-line-read-error.exp: New.
6518
936d2992
PA
65192014-05-20 Pedro Alves <palves@redhat.com>
6520
6521 * gdb.base/compare-sections.c: New file.
6522 * gdb.base/compare-sections.exp: New file.
6523
802e8e6d
PA
65242014-05-20 Pedro Alves <palves@redhat.com>
6525
6526 * gdb.base/break-idempotent.c: New file.
6527 * gdb.base/break-idempotent.exp: New file.
6528
e59fa00f
MM
65292014-05-20 Markus Metzger <markus.t.metzger@intel.com>
6530
6531 * gdb.btrace/nohist.exp: New.
6532
8b696e31
YQ
65332014-05-20 Yao Qi <yao@codesourcery.com>
6534
6535 * lib/gdb.exp (gdb_init): Set timeout if test file is under
6536 gdb.reverse directory and gdb_reverse_timeout exists in board
6537 setting.
6538 * README: Document gdb_reverse_timeout.
6539
73c9764f
YQ
65402014-05-20 Yao Qi <yao@codesourcery.com>
6541
6542 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
6543 'test_file_name'. Treat args as a string instead of a list.
6544 (gdb_init): Rename argument 'args' by 'test_file_name'.
6545
f1f4348a
JK
65462014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6547
6548 * gdb.arch/powerpc-power.exp: New file.
6549 * gdb.arch/powerpc-power.s: New file.
6550
0dbe70ce
DE
65512014-05-16 Doug Evans <dje@google.com>
6552
6553 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
6554 * gdb.base/completion.exp: Check that all expected files exist
6555 before doing file completion.
0dbe70ce 6556
8d551b02
DE
65572014-05-16 Doug Evans <dje@google.com>
6558
6559 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
6560 Update.
6561 (do_syscall_tests_without_xml): Update.
6562
73eb7709
PA
65632014-05-16 Pedro Alves <palves@redhat.com>
6564
6565 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
6566 instead of "unknown output after running".
6567
3fae92fc
YQ
65682014-05-16 Yao Qi <yao@codesourcery.com>
6569
6570 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
6571 file1.txt from host at the end.
6572 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6573
c2b2ccc5
DE
65742014-05-15 Doug Evans <dje@google.com>
6575
6576 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
6577 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
6578 loading file. Add test for TU lookup.
6579
8c217a4b
SM
65802014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6581
6582 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
6583 calling "-exec-arguments" or "set args" before running the
6584 inferior.
6585
3deb39c6
SM
65862014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6587
6588 * lib/mi-support.exp (mi_expect_stop): Expect message for
6589 inferiors that exit with non-zero exit code.
6590
71a79f8c
YQ
65912014-05-14 Yao Qi <yao@codesourcery.com>
6592
6593 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
6594 match absolute path on remote host.
6595 (test_file_list_exec_source_files): Remove "/" from the
6596 pattern.
6597
f23fcd46
YQ
65982014-05-14 Yao Qi <yao@codesourcery.com>
6599
6600 * boards/local-remote-host-notty.exp (${board}_file): New
6601 proc.
6602
9404b58f
KM
66032014-05-07 Kyle McMartin <kyle@redhat.com>
6604
6605 Pushed by Joel Brobecker <brobecker@adacore.com>.
6606 * gdb.arch/aarch64-atomic-inst.c: New file.
6607 * gdb.arch/aarch64-atomic-inst.exp: New file.
6608
5e45f04c
YQ
66092014-05-07 Yao Qi <yao@codesourcery.com>
6610
6611 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
6612 in current context" too.
6613
c888a17d
KS
66142014-05-05 Keith Seitz <keiths@redhat.com>
6615
6616 * gdb.linespec/ls-dollar.exp: Add test for linespec
6617 file:convenience_variable.
6618
290a839c
YQ
66192014-05-05 Yao Qi <yao@codesourcery.com>
6620
6621 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
6622 traceframes into tfile and ctf trace files. Read data from
6623 trace file and test collected data.
6624 (gdb_collect_locals_test): Likewise.
6625 (gdb_unavailable_registers_test): Likewise.
6626 (gdb_unavailable_floats): Likewise.
6627 (gdb_collect_globals_test): Likewise.
6628 (top-level): Append "ctf" to trace_file_targets if GDB
6629 supports.
6630
b5262cd0
YQ
66312014-05-05 Yao Qi <yao@codesourcery.com>
6632
6633 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
6634 code to ...
6635 (gdb_collect_args_test_1): ... it. New proc.
6636 (gdb_collect_locals_test): Move some code to ...
6637 (gdb_collect_locals_test_1): ... it. New proc.
6638 (gdb_unavailable_registers_test): Move some code to ...
6639 (gdb_unavailable_registers_test_1): ... it. New proc.
6640 (gdb_unavailable_floats): Move some code to ...
6641 (gdb_unavailable_floats_1): ... it. New proc.
6642
30a1e6cc
SDJ
66432014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6644
6645 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
6646 probes to test for bitness recognition.
6647 * gdb.arch/amd64-stap-optional-prefix.exp
6648 (test_probe_value_without_reg): New procedure.
6649 Add code to test for different kinds of bitness.
6650
f33da99a
SDJ
66512014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6652
6653 PR breakpoints/16889
6654 * gdb.arch/amd64-stap-optional-prefix.S: New file.
6655 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6656
5b80f00d
PA
66572014-05-01 Pedro Alves <palves@redhat.com>
6658
6659 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
6660 gdb_file_cmd if no file is specified.
6661 * boards/native-extended-gdbserver.exp (gdb_load): Use the
6662 last_loaded_file to set the remote exec-file.
6663
f8c2a73c
PA
66642014-05-01 Pedro Alves <palves@redhat.com>
6665
6666 * boards/local-remote-host.exp: New file.
6667
be6e8ac7
PA
66682014-05-01 Pedro Alves <palves@redhat.com>
6669
6670 * boards/local-remote-host.exp: Rename to ...
6671 * boards/local-remote-host-notty.exp: ... this.
6672
cac0dc8f
JB
66732014-04-28 Joel Brobecker <brobecker@adacore.com>
6674
6675 * gdb.ada/dyn_arrayidx: New testcase.
6676
9730e6cc
YQ
66772014-04-26 Yao Qi <yao@codesourcery.com>
6678
6679 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
6680 and compute the length of function main. Save it in
6681 $main_length.
6682 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
6683 (top-level): Use gdb_compile to compile objects into
6684 executable and restart GDB. Remove invocation to
6685 prepare_for_testing.
6686
7ae1a6a6
PA
66872014-04-25 Simon Marchi <simon.marchi@ericsson.com>
6688 Pedro Alves <palves@redhat.com>
6689
6690 PR server/16255
6691 * gdb.multi/multi-attach.c: New file.
6692 * gdb.multi/multi-attach.exp: New file.
6693
4082afcc
PA
66942014-04-25 Pedro Alves <palves@redhat.com>
6695
6696 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
6697 user.
6698 (top level): Test that "set remote conditional-breakpoints-packet
6699 off" works as intended.
6700 * gdb.base/dprintf.exp: Test that "set remote
6701 breakpoint-commands-packet off" works as intended.
6702 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
6703 New function.
6704 (top level): Call it.
6705 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
6706 remote fast-tracepoints-packet off" works as intended.
6707 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
6708 * lib/gdb.exp (gdb_is_target_remote): ... here.
6709
2abc3f8d
DB
67102014-04-24 David Blaikie <dblaikie@gmail.com>
6711
6712 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
6713 ensure clang would not discard them.
6714 * gdb.base/gdbvars.c: Ditto.
6715 * gdb.base/memattr.c: Ditto.
6716 * gdb.base/whatis.c: Ditto.
6717 * gdb.python/py-prettyprint.c: Ditto.
6718 * gdb.trace/actions.c: Ditto.
6719 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
6720 ensure clang would not discard it.
6721
bfd39632
DB
67222014-04-24 David Blaikie <dblaikie@gmail.com>
6723
6724 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
6725 clang to emit the full definition of type required by the test
6726 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
6727
22842ff6
DB
67282014-04-24 David Blaikie <dblaikie@gmail.com>
6729
6730 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
6731 coax Clang into emitting the definition of the type.
6732 * gdb.cp/pr10728-x.h (y): Ditto.
6733 * gdb.cp/pr10728-y.cc (y): Ditto.
6734
c2e827ad
DB
67352014-04-24 David Blaikie <dblaikie@gmail.com>
6736
6737 * gdb.base/label.exp: XFAIL label related tests under Clang.
6738 * gdb.cp/cplabel.exp: Ditto.
6739 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
6740 under Clang those using labels.
6741
4c2d33e7
YQ
67422014-04-25 Yao Qi <yao@codesourcery.com>
6743
6744 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
6745 double_label.
6746 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
6747 partial_label and double_label.
6748
56083b99
DB
67492014-04-24 David Blaikie <dblaikie@gmail.com>
6750
6751 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
6752
25d4e99d
DB
67532014-04-24 David Blaikie <dblaikie@gmail.com>
6754
6755 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
6756 of the function to work across GCC and Clang.
6757 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
6758 pointer types (const void ** const V void **).
6759
01f9f808
MS
67602014-04-24 Michael Sturm <michael.sturm@mintel.com>
6761 Walfred Tedeschi <walfred.tedeschi@intel.com>
6762
6763 * Makefile.in (EXECUTABLES): Added i386-avx512.
6764 * gdb.arch/i386-avx512.c: New file.
6765 * gdb.arch/i386-avx512.exp: Likewise.
6766
4b48d439
KS
67672014-04-23 Keith Seitz <keiths@redhat.com>
6768
6769 * lib/mi-support.exp (mi_list_breakpoints): Delete.
6770 (mi_make_breakpoint_table): New procedure.
6771 (mi_create_breakpoint): Use mi_make_breakpoint
6772 and return the result.
6773 (mi_make_breakpoint): New procedure.
6774 (mi_build_kv_pairs): New procedure.
6775
6776 * gdb.mi/mi-break.exp: Remove unused globals,
6777 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
6778 All callers updated.
6779 * gdb.mi/mi-dprintf.exp: Use variable to track command
6780 number.
6781 Update all callers of mi_create_breakpoint and use
6782 mi_make_breakpoint_table.
6783 Remove any unused global variables.
6784 * gdb.mi/mi-nonstop.exp: Likewise.
6785 * gdb.mi/mi-nsintrall.exp: Likewise.
6786 * gdb.mi/mi-nsmoribund.exp: Likewise.
6787 * gdb.mi/mi-nsthrexec.exp: Likewise.
6788 * gdb.mi/mi-reverse.exp: Likewise.
6789 * gdb.mi/mi-simplerun.exp: Likewise.
6790 * gdb.mi/mi-stepn.exp: Likewise.
6791 * gdb.mi/mi-syn-frame.exp: Likewise.
6792 * gdb.mi/mi-until.exp: Likewise.
6793 * gdb.mi/mi-var-cp.exp: Likewise.
6794 * gdb.mi/mi-var-display.exp: Likewise.
6795 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
6796 * gdb.mi/mi2-var-child.exp: Likewise.
6797 * gdb.mi/mi-vla-c99.exp: Likewise.
6798 * lib/mi-support.exp: Likewise.
6799
6800 From Ian Lance Taylor <iant@cygnus.com>:
6801 * lib/gdb.exp (parse_args): New procedure.
6802
08351840
PA
68032014-04-23 Pedro Alves <palves@redhat.com>
6804
6805 * gdb.base/break-unload-file.c: New file.
6806 * gdb.base/break-unload-file.exp: New file.
6807 * gdb.base/sym-file-lib.c (baz): New function.
6808 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
6809 field.
6810 (load): Store the segment's mapped size.
6811 (unload): New function.
6812 (unload_shlib): New function.
6813 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
6814 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
6815 set a breakpoint at baz, and call it.
6816 * gdb.base/sym-file.exp: New tests for stale breakpoint
6817 instructions.
6818
076855f9
PA
68192014-04-23 Pedro Alves <palves@redhat.com>
6820
6821 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
6822 * gdb.base/hbreak-in-shr-unsupported.c: New file.
6823 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
6824 * gdb.base/hbreak-unmapped.c: New file.
6825 * gdb.base/hbreak-unmapped.exp: New file.
6826 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
6827 * lib/gdb.exp (gdb_is_target_remote): ... here.
6828
483805cf
PA
68292014-04-22 Pedro Alves <palves@redhat.com>
6830
6831 * gdb.base/consecutive-step-over.c: New file.
6832 * gdb.base/consecutive-step-over.exp: New file.
6833
06d97543
PA
68342014-04-22 Pedro Alves <palves@redhat.com>
6835
6836 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
6837 instead of send_gdb/gdb_expect.
6838
b4429ea2
YQ
68392014-04-22 Yao Qi <yao@codesourcery.com>
6840
6841 * lib/trace-support.exp (generate_tracefile): New procedure.
6842 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
6843 return 0.
6844 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
6845 if generate_tracefile returns 1.
6846
51d48146
PA
68472014-04-18 Tom Tromey <palves@redhat.com>
6848 Pedro alves <tromey@redhat.com>
6849
6850 PR backtrace/15558
6851 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
6852 with a backtrace limit.
6853 * gdb.python/py-frame-inline.exp: Test running to an inline
6854 function with a backtrace limit, and printing the newest frame.
6855 * gdb.python/py-frame-inline.c (main): Call f.
6856
bd1dce5f
MS
68572014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6858
6859 * gdb.java/jnpe.exp: Drop srcdir from untested path.
6860
40d1a503
MS
68612014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6862
6863 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
6864 Drop prefix from unsupported source file path.
6865
389b98f7
YQ
68662014-04-17 Yao Qi <yao@codesourcery.com>
6867
6868 * lib/gdb.exp (with_target_charset): New proc.
6869 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
6870 with_target_charset.
6871 (test_print_strings): Likewise.
6872 (test_repeat_bytes): Likewise.
6873 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
6874 for some tests.
6875
22869d73
KS
68762014-04-16 Keith Seitz <keiths@redhat.com>
6877
6878 PR gdb/15827
6879 * gdb.dwarf2/corrupt.c: New file.
6880 * gdb.dwarf2/corrupt.exp: New file.
6881
c4f87ca6
KS
68822014-04-16 Keith Seitz <keiths@redhat.com>
6883
6884 PR c++/16597
6885 * gdb.cp/namelessclass.cc: New file.
6886 * gdb.cp/namelessclass.exp: New file.
6887 * gdb.cp/namelessclass.S: New file.
6888
ab19de87
DE
68892014-04-16 Doug Evans <dje@google.com>
6890
6891 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
6892 Add comment.
6893 (gdbserver_default_get_comm_port): New function.
6894 (gdbserver_start): Check if board file provided
6895 "gdbserver,get_comm_port" and use it if so.
6896 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
6897 (gdb,socketport): Set to "stdio".
6898 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
6899 (stdio_gdbserver_template): Delete.
6900 (${board}_get_remote_address): Update.
6901 (${board}_build_remote_cmd): Delete.
6902 (${board}_get_comm_port): New function.
6903 (${board}_spawn): Update.
6904 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
6905 Delete.
6906 (${board}_get_remote_address): Update.
6907 (${board}_get_comm_port): New function.
6908
fc98a809
AB
69092014-04-16 Andrew Burgess <aburgess@broadcom.com>
6910
6911 * gdb.base/memattr.exp: Improve regexps to handle memory regions
6912 appearing in any order.
6913
87fd9e6e
DE
69142014-04-15 Doug Evans <dje@google.com>
6915
6916 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
6917 uninitialized value of "description".
6918
099fc3ea
KS
69192014-04-15 Keith Seitz <keiths@redhat.com>
6920
6921 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
6922 Remove unused globals.
6923 (test_running_the_program): Likewise.
6924 (test_controlled_execution): Likewise.
6925 (test_controlling_breakpoints): Likewise.
6926 (test_program_termination): Likewise.
6927
5da151d4
KS
69282014-04-15 Keith Seitz <keiths@redhat.com>
6929
6930 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
6931 unused globals.
6932 (test_rbreak_creation_and_listing): Likewise.
6933 (test_ignore_count): Likewise.
6934 (test_error): Likewise.
6935
35e5d2f0
PA
69362014-04-15 Pedro Alves <palves@redhat.com>
6937
6938 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
6939 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
6940 sym-file-loader.c.
6941 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6942 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6943 to sym-file-loader.c.
6944 (struct library): Forward declare.
6945 (load_shlib, lookup_function): Change prototypes.
6946 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6947 (translate_offset): Remove declarations.
6948 (get_text_addr): New declaration.
6949 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
6950 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
6951 sym-file-loader.h.
6952 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6953 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6954 here from sym-file-loader.h.
6955 (struct library): New structure.
6956 (load_shlib, lookup_function): Change prototypes and adjust to
6957 work with a struct library.
6958 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6959 (translate_offset): Make static.
6960 (get_text_addr): New function.
6961 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
6962
eb4c1710
PA
69632014-04-15 Pedro Alves <palves@redhat.com>
6964
6965 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
6966
2d1baf52
PA
69672014-04-15 Pedro Alves <palves@redhat.com>
6968
6969 * gdb.base/sym-file-loader.c: Include <limits.h>.
6970 (SELF_LINK): New define.
6971 (get_origin): New function.
6972 (load_shlib): Use it.
6973 * gdb.base/sym-file.exp: Don't early return if the target is
6974 remote. Use runto_main, and issue fail is that fails. Use
6975 gdb_load_shlibs.
6976 (shlib_name): Delete.
6977 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
6978
7dd6df01
PA
69792014-04-15 Pedro Alves <palves@redhat.com>
6980
6981 * gdb.base/sym-file.exp: Remove regex characters from test
6982 message. Don't refer to breakpoint numbers in test messages.
6983
b50c8614
KS
69842014-04-14 Keith Seitz <keiths@redhat.com>
6985
6986 PR c++/16253
6987 * gdb.cp/var-tag.cc: New file.
6988 * gdb.cp/var-tag.exp: New file.
6989 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6990 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6991 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6992 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6993
3d567982
TT
69942014-04-14 Tom Tromey <tromey@redhat.com>
6995
6996 * gdb.cp/classes.exp (test_enums): Handle underlying type.
6997 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
6998 type.
6999 * gdb.cp/enum-class.exp: New file.
7000 * gdb.cp/enum-class.cc: New file.
7001
0626fc76
TT
70022014-04-14 Tom Tromey <tromey@redhat.com>
7003
7004 * gdb.dwarf2/enum-type.exp: New file.
7005
dca325b3
SA
70062014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7007
7008 * gdb.mi/mi-vla-c99.exp: New file.
7009 * gdb.mi/vla.c: New file.
7010
5854b38a
SA
70112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7012
7013 * gdb.base/vla-datatypes.c: New file.
7014 * gdb.base/vla-datatypes.exp: New file.
7015
463bb957
SA
70162014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7017
7018 * gdb.base/vla-ptr.c: New file.
7019 * gdb.base/vla-ptr.exp: New file.
7020
3dd170be
SA
70212014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7022
7023 * gdb.dwarf2/count.exp: New file.
7024
5ecaaa66
SA
70252014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7026
7027 * gdb.base/vla-sideeffect.c: New file.
7028 * gdb.base/vla-sideeffect.exp: New file.
7029
41f1ada5
DB
70302014-04-14 David Blaikie <dblaikie@gmail.com>
7031
7032 * gdb.mi/non-stop.c: Add return value for non-void function return
7033 statement.
7034 * gdb.threads/staticthreads.c: Ditto.
7035
0be03e84
DE
70362014-04-12 Siva Chandra Reddy <sivachandra@google.com>
7037 Doug Evans <xdje42@gmail.com>
7038
7039 * gdb.guile/scm-value.c: Improve test case.
7040 * gdb.guile/scm-value.exp: Add new test.
7041
f180a1fb
DB
70422014-04-11 David Blaikie <dblaikie@gmail.com>
7043
7044 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
7045 override Clang's default.
7046
6b662e19
JB
70472014-04-11 Joel Brobecker <brobecker@adacore.com>
7048
7049 Revert the following changes (regressions):
7050
7051 * gdb.base/vla-sideeffect.c: New file.
7052 * gdb.base/vla-sideeffect.exp: New file.
7053
7054 * gdb.dwarf2/count.exp: New file.
7055
7056 * gdb.base/vla-multi.c: New file.
7057 * gdb.base/vla-multi.exp: New file.
7058
7059 * gdb.base/vla-ptr.c: New file.
7060 * gdb.base/vla-ptr.exp: New file.
7061
7062 * gdb.base/vla-datatypes.c: New file.
7063 * gdb.base/vla-datatypes.exp: New file.
7064
7065 * gdb.mi/mi-vla-c99.exp: New file.
7066 * gdb.mi/vla.c: New file.
7067
245a5f0b
KS
70682014-04-11 Keith Seitz <keiths@redhat.com>
7069
7070 PR c++/16675
7071 * gdb.cp/cpsizeof.exp: New file.
7072 * gdb.cp/cpsizeof.cc: New file.
7073
58a84dcf
SA
70742014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7075
191a8a90
JB
7076 * gdb.mi/mi-vla-c99.exp: New file.
7077 * gdb.mi/vla.c: New file.
58a84dcf 7078
c8655f75
SA
70792014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7080
7081 * gdb.base/vla-datatypes.c: New file.
7082 * gdb.base/vla-datatypes.exp: New file.
7083
024e13b4
SA
70842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7085
7086 * gdb.base/vla-ptr.c: New file.
7087 * gdb.base/vla-ptr.exp: New file.
7088
1a237e0e
SA
70892014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7090
7091 * gdb.base/vla-multi.c: New file.
7092 * gdb.base/vla-multi.exp: New file.
7093
504f3432
SA
70942014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7095
7096 * gdb.dwarf2/count.exp: New file.
7097
3bce8237
SA
70982014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7099
191a8a90
JB
7100 * gdb.base/vla-sideeffect.c: New file.
7101 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 7102
322f9c21
YQ
71032014-04-11 Yao Qi <yao@codesourcery.com>
7104
7105 * gdb.base/completion.exp: Check file exists before running tests
7106 on file completion.
7107
d708bcd1
PA
71082014-04-10 Pedro Alves <palves@redhat.com>
7109
7110 * gdb.base/cond-eval-mode.c: New file.
7111 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
7112 prepare_for_testing to build the new file. Check result of
7113 runto_main.
7114 (test_break, test_watch): New procedures.
7115 (top level): Use them.
7116
ae1d2761
PM
71172014-04-08 Pierre Muller <muller@sourceware.org>
7118
7119 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
7120 Ctrl-V use for mingw hosts.
7121
7af389b8
SC
71222014-04-07 Siva Chandra Reddy <sivachandra@google.com>
7123
7124 * gdb.python/py-value.c: Improve test case.
7125 * gdb.python/py-value.exp: Add new test.
7126
5e703181
DE
71272014-04-07 David Blaikie <dblaikie@gmail.com>
7128
7129 * lib/compiler.c: Identify the clang compiler.
7130 * lib/compiler.cc: Ditto.
7131
9810b410
YQ
71322014-04-03 Yao Qi <yao@codesourcery.com>
7133
7134 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
7135
98d1b8dc
AB
71362014-04-01 Anton Blanchard <anton@samba.org>
7137
7138 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
7139 messages unique.
7140
3114cea1
AB
71412014-04-01 Anton Blanchard <anton@samba.org>
7142
7143 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
7144 prepare_for_testing.
7145
62f7182c
AB
71462014-04-01 Anton Blanchard <anton@samba.org>
7147
7148 * gdb.arch/ppc64-atomic-inst.c: Remove.
7149 * gdb.arch/ppc64-atomic-inst.S: New file.
7150 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
7151
770e7fc7
DE
71522014-03-31 Doug Evans <dje@google.com>
7153
7154 * gdb.base/print-symbol-loading-lib.c: New file.
7155 * gdb.base/print-symbol-loading-main.c: New file.
7156 * gdb.base/print-symbol-loading.exp: New file.
7157
46e2bafa
YQ
71582014-03-31 Yao Qi <yao@codesourcery.com>
7159
7160 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
7161
8776cfe9
JB
71622014-03-28 Joel Brobecker <brobecker@adacore.com>
7163
7164 * gdb.ada/mi_dyn_arr: New testcase.
7165
5d1ef361
DE
71662014-03-27 Doug Evans <dje@google.com>
7167
7168 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
7169
b5bee914
YQ
71702014-03-27 Yao Qi <yao@codesourcery.com>
7171
7172 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
7173 if target is nios2-*-*.
7174
0d4d0e77
YQ
71752014-03-26 Yao Qi <yao@codesourcery.com>
7176
7177 * lib/gdb.exp (readline_is_used): New proc.
7178 * gdb.base/completion.exp: Move tests on command complete up.
7179 Skip the rest of tests if readline is not used.
7180 * gdb.ada/complete.exp: Skp the test if readline is not
7181 used.
7182 * gdb.base/filesym.exp: Likewise.
7183 * gdb.base/macscp.exp: Likewise.
7184 * gdb.base/readline-ask.exp: Likewise.
7185 * gdb.base/readline.exp: Likewise.
7186 * gdb.python/py-cmd.exp: Likewise.
7187 * gdb.trace/tfile.exp: Likewise.
7188
29361eee
YQ
71892014-03-26 Yao Qi <yao@codesourcery.com>
7190
7191 * gdb.base/macscp.exp: Fix code format issues.
7192
bc9a5525
UW
71932014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
7194
7195 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
7196 * gdb.asm/powerpc64le.inc: New file.
7197
d3839ede
PA
71982014-03-25 Pedro Alves <palves@redhat.com>
7199 Doug Evans <dje@google.com>
7200
7201 * gdb.base/source-execution.c: New file.
7202 * gdb.base/source-execution.exp: New file.
7203 * gdb.base/source-execution.gdb: New file.
7204
01672a57
DE
72052014-03-24 Doug Evans <dje@google.com>
7206
7207 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
7208 using fission.
7209
88bbeca9
HZ
72102014-03-24 Hui Zhu <hui@codesourcery.com>
7211 Pedro Alves <palves@redhat.com>
7212
7213 PR breakpoints/16101
7214 * gdb.base/dprintf.exp: Use unsupported rather than changing the
7215 test pass/fail messages. Detect missing support for dprintf when
7216 breakpoints are actually inserted.
7217 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
7218 breakpoints are actually inserted.
7219 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
7220 fails.
7221
d2348791
JK
72222014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7223
7224 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
7225
feef67ab
DE
72262014-03-22 Doug Evans <xdje42@gmail.com>
7227
7228 * gdb.python/python.exp (python not supported): Verify multi-line
7229 python command issues an error.
25d743f9 7230 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 7231 guile command issues an error.
feef67ab 7232
ecebef6a
MR
72332014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
7234
7235 * gdb.threads/thread-specific.exp: Handle the lack of usable
7236 $this_breakpoint and $this_thread.
7237
ccdd1909
HZ
72382014-03-21 Hui Zhu <hui@codesourcery.com>
7239
7240 * gdb.base/attach.exp (do_command_attach_tests): New.
7241
beb460e8
PA
72422014-03-20 Tom Tromey <tromey@redhat.com>
7243 Pedro Alves <palves@redhat.com>
7244
7245 PR cli/15718
7246 * gdb.base/condbreak-call-false.c: New file.
7247 * gdb.base/condbreak-call-false.exp: New file.
7248
40acf43a
PA
72492014-03-20 Pedro Alves <palves@redhat.com>
7250
7251 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
7252 Delete.
7253 (block_signals, unblock_signals): Delete.
7254 (child_function_2, main): Remove references to deleted variable
7255 and functions.
7256
9f5e1e02
PA
72572014-03-20 Pedro Alves <palves@redhat.com>
7258
7259 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
7260 Use pthread_kill to signal thread 2.
7261 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7262 Adjust to make the test send itself a signal rather than using the
7263 host's "kill" command.
7264
99619bea
PA
72652014-03-20 Pedro Alves <palves@redhat.com>
7266
7267 * gdb.threads/multiple-step-overs.c: New file.
7268 * gdb.threads/multiple-step-overs.exp: New file.
7269 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7270 Adjust expected infrun debug output.
7271
2adfaa28
PA
72722014-03-20 Pedro Alves <palves@redhat.com>
7273
7274 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
7275 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
7276
31e77af2
PA
72772014-03-20 Pedro Alves <palves@redhat.com>
7278
7279 PR breakpoints/7143
7280 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
7281 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
7282 of gdb_test_multiple.
7283 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
7284 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
7285
b9f437de
PA
72862014-03-20 Pedro Alves <palves@redhat.com>
7287
7288 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
7289 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
7290
05adc73e
PA
72912014-03-19 Pedro Alves <palves@redhat.com>
7292
7293 * gdb.base/async.exp: Remove early return.
7294
6048b950
PA
72952014-03-19 Pedro Alves <palves@redhat.com>
7296
7297 * gdb.base/async.exp (step& tests): Pass explicit test messages.
7298
8bcfb00a
PA
72992014-03-19 Pedro Alves <palves@redhat.com>
7300
7301 * gdb.base/async.exp (test_background): Expect \r\n after
7302 "completed." in the fail pattern.
7303
884e37dc
PA
73042014-03-19 Pedro Alves <palves@redhat.com>
7305
7306 * gdb.base/async.exp (test_background): New procedure.
7307 Use it for all background execution command tests.
7308
148e57e2
PA
73092014-03-19 Pedro Alves <palves@redhat.com>
7310
7311 * gdb.base/async.exp: Use prepare_for_testing.
7312
f48088c7
PA
73132014-03-19 Pedro Alves <palves@redhat.com>
7314
7315 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
7316 the same line.
7317
e2f6c966
PA
73182014-03-19 Pedro Alves <palves@redhat.com>
7319
7320 * gdb.base/async.c (main): Add "jump here" and "until here" line
7321 marker comments.
7322 * gdb.base/async.exp (jump_here): New global.
7323 (jump& test): Use it.
7324 (until_here): New global.
7325 (until& test): Use it.
7326
c30568d4
PA
73272014-03-19 Pedro Alves <palves@redhat.com>
7328
7329 * gdb.base/async.exp: Don't frob gdb_protocol.
7330
0172b6a7
DE
73312014-03-18 Doug Evans <xdje42@gmail.com>
7332
7333 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
7334 Fix spelling of exec-done-display.
7335
06c868a8
JK
73362014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7337
7338 PR gdb/15358
7339 * gdb.base/gdb-sigterm.c: New file.
7340 * gdb.base/gdb-sigterm.exp: New file.
7341
0c7e1a46
PA
73422014-03-18 Pedro Alves <palves@redhat.com>
7343
7344 PR gdb/13860
7345 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
7346 * lib/mi-support.exp (mi_expect_stop): Add special handling for
7347 solib-event.
7348
f7c77d93
JB
73492014-03-17 Joel Brobecker <brobecker@adacore.com>
7350
7351 * gdb.ada/pckd_arr_ren: New testcase.
7352
5a1e8c7a
DE
73532014-03-13 Doug Evans <xdje42@gmail.com>
7354
7355 PR guile/16612
7356 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
7357 collect after discarding symbols.
7358
350e1a76
DE
73592014-03-13 Ludovic Courtès <ludo@gnu.org>
7360 Doug Evans <xdje42@gmail.com>
7361
7362 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
7363 to history survives a gc.
7364
a69900ae
PA
73652014-03-13 Pedro Alves <palves@redhat.com>
7366
7367 * gdb.base/default.exp: Don't test "target procfs".
7368
5db9f0bd
PA
73692014-03-13 Pedro Alves <palves@redhat.com>
7370
7371 * gdb.base/default.exp: Update "target child" and "target procfs"
7372 tests to not expect "Unix".
7373
b3ccfe11
TT
73742014-03-12 Tom Tromey <tromey@redhat.com>
7375
7376 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
7377 New procs. Add target-async tests.
7378 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
7379 Add target-async tests.
7380
646f4417
AA
73812014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7382
7383 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
7384 'func_start' and 'func_end' for the beginning and end of the
7385 function code, respectively.
7386 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
7387 'func_end' instead of 'func' and 'main'.
7388
288c211f
AA
73892014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7390
7391 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
7392 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
7393 generate the debug info assembler source.
7394
e0c0f156
AA
73952014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7396
7397 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
7398 * gdb.dwarf2/arr-subrange.exp: Likewise.
7399 * gdb.dwarf2/dwz.exp: Likewise.
7400 * gdb.dwarf2/method-ptr.exp: Likewise.
7401 * gdb.dwarf2/missing-sig-type.exp: Likewise.
7402 * gdb.dwarf2/subrange.exp: Likewise.
7403 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
7404 * gdb.dwarf2/implptrpiece.exp: Likewise.
7405 * gdb.dwarf2/nostaticblock.exp: Likewise.
7406
0e5c4555
AA
74072014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7408
7409 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
7410 directory to absolute path name arguments.
7411
5ec18f2b
JG
74122014-03-10 Joel Brobecker <brobecker@adacore.com>
7413
7414 * gdb.ada/tagged_access: New testcase.
7415
847fc4f2
MM
74162014-03-07 Markus Metzger <markus.t.metzger@intel.com>
7417
7418 * gdb.btrace/data.exp: Update expected output.
7419
cc3da688
YQ
74202014-03-06 Yao Qi <yao@codesourcery.com>
7421
7422 * gdb.trace/pr16508.exp: New file.
7423
0f26cec1
PA
74242014-03-05 Pedro Alves <palves@redhat.com>
7425
7426 PR gdb/16575
7427 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
7428 procedure.
7429 (top level): Adjust to use it. Add tests that exercise breakpoint
7430 interaction with the code-cache.
7431
7a5a839f
LC
74322014-02-26 Ludovic Courtès <ludo@gnu.org>
7433
7434 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
7435 test for 'history-append!'.
7436
31aa7e4e
JB
74372014-02-26 Joel Brobecker <brobecker@adacore.com>
7438
7439 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
7440 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
7441 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
7442 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
7443 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
7444 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
7445
1b588015
JB
74462014-02-26 Joel Brobecker <brobecker@adacore.com>
7447
7448 * testsuite/gdb.python/py-pp-re-notag.c: New file.
7449 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
7450 * testsuite/gdb.python/py-pp-re-notag.p: New file.
7451
55426c9d
JB
74522014-02-26 Joel Brobecker <brobecker@adacore.com>
7453
7454 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
7455
dc53a7ad
JB
74562014-02-26 Joel Brobecker <brobecker@adacore.com>
7457
7458 * gdb.dwarf2/arr-stride.c: New file.
7459 * gdb.dwarf2/arr-stride.exp: New file.
7460
12ab52e9
PA
74612014-02-26 Pedro Alves <palves@redhat.com>
7462
7463 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
7464 that won't ever trigger. Make sure that GDB reports the correct
7465 breakpoint that caused the stop.
7466
849c862e
JK
74672014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7468
7469 PR gdb/16626
7470 * gdb.base/auto-load-script: New file.
7471 * gdb.base/auto-load.c: New file.
7472 * gdb.base/auto-load.exp: New file.
7473
71b7d793
JK
7474 PR gdb/16626
7475 * gdb.base/auto-load.exp: Fix out-of-srctree run.
7476
e2f0d509
JK
74772014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7478
7479 Fix dw2-icycle.exp -fsanitize=address GDB crash.
7480 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
7481
50cc37c8
DE
74822014-02-24 Doug Evans <dje@google.com>
7483
7484 * lib/gdb.exp (run_on_host): Log error output if program fails.
7485
ea4758f2
PA
74862014-02-21 Pedro Alves <palves@redhat.com>
7487
7488 * gdb.threads/step-after-sr-lock.c: Rename to ...
7489 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
7490 * gdb.threads/step-after-sr-lock.exp: Rename to ...
7491 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7492 ... this.
7493
d7b30f67
SDJ
74942014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
7495
7496 PR tdep/16397
7497 * gdb.arch/amd64-stap-special-operands.exp: New file.
7498 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
7499 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
7500 * gdb.arch/amd64-stap-triplet.S: Likewise.
7501 * gdb.arch/amd64-stap-triplet.c: Likewise.
7502
83deb43f
JB
75032014-02-20 Joel Brobecker <brobecker@adacore.com>
7504
7505 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
7506 in .section pseudo-op.
7507
adde2bff
DE
75082014-02-20 lin zuojian <manjian2006@gmail.com>
7509 Joel Brobecker <brobecker@adacore.com>
7510 Doug Evans <xdje42@gmail.com>
7511
7512 PR symtab/16581
7513 * gdb.dwarf2/dw2-icycle.S: New file.
7514 * gdb.dwarf2/dw2-icycle.c: New file.
7515 * gdb.dwarf2/dw2-icycle.exp: New file.
7516
f7bd0f78
SC
75172014-02-19 Siva Chandra Reddy <sivachandra@google.com>
7518
7519 * gdb.python/py-value-cc.cc: Improve test case to enable testing
7520 operations on gdb.Value objects.
7521 * gdb.python/py-value-cc.exp: Add new test to test operations on
7522 gdb.Value objects.
7523
c17ef0d5
DE
75242014-02-18 Doug Evans <dje@google.com>
7525
7526 * Makefile.in (TESTS): New variable.
7527 (expanded_tests, expanded_tests_or_none): New variables
7528 (check-single): Pass $(expanded_tests_or_none) to runtest.
7529 (check-parallel): Only run tests in $(TESTS) if non-empty.
7530 (check/no-matching-tests-found): New rule.
7531 * README: Document TESTS makefile variable.
7532
5dd3176f
DE
75332014-02-18 Doug Evans <dje@google.com>
7534
7535 * Makefile.in (check-parallel): rm -rf outputs temp.
7536
0b10be4f
JK
75372014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7538
7539 Fix "ERROR: no fileid for" in the testsuite.
7540 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
7541
85f224e7
DE
75422014-02-12 Doug Evans <dje@google.com>
7543
7544 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
7545 (MISCELLANEOUS): New variable.
7546 (clean): rm -rf $(MISCELLANEOUS).
7547 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
7548 dwp live in the same directory as symlinks, with each symlink pointed
7549 to a differently named file in a different directory.
7550
149b30ff
DE
75512014-02-11 Doug Evans <dje@google.com>
7552
7553 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
7554 of Tcl file commands.
7555
1dfdac32
MK
75562014-02-10 Mark Kettenis <kettenis@gnu.org>
7557
7558 * gdb.threads/step-after-sr-lock.exp: Avoid executing
7559 "kill -SIGUSR1 -1".
7560
aa4fb036
JB
75612014-02-10 Joel Brobecker <brobecker@adacore.com>
7562
7563 * gdb.ada/tick_length_array_enum_idx: New testcase.
7564
ed3ef339
DE
75652014-02-10 Doug Evans <xdje42@gmail.com>
7566
7567 * configure.ac (AC_OUTPUT): Add gdb.guile.
7568 * configure: Regenerate.
7569 * lib/gdb-guile.exp: New file.
7570 * lib/gdb.exp (get_target_charset): New function.
7571 * gdb.base/help.exp: Update expected output from "apropos apropos".
7572 * gdb.guile/Makefile.in: New file.
7573 * gdb.guile/guile.exp: New file.
7574 * gdb.guile/scm-arch.c: New file.
7575 * gdb.guile/scm-arch.exp: New file.
7576 * gdb.guile/scm-block.c: New file.
7577 * gdb.guile/scm-block.exp: New file.
7578 * gdb.guile/scm-breakpoint.c: New file.
7579 * gdb.guile/scm-breakpoint.exp: New file.
7580 * gdb.guile/scm-disasm.c: New file.
7581 * gdb.guile/scm-disasm.exp: New file.
7582 * gdb.guile/scm-equal.c: New file.
7583 * gdb.guile/scm-equal.exp: New file.
7584 * gdb.guile/scm-error.exp: New file.
7585 * gdb.guile/scm-error.scm: New file.
7586 * gdb.guile/scm-frame-args.c: New file.
7587 * gdb.guile/scm-frame-args.exp: New file.
7588 * gdb.guile/scm-frame-args.scm: New file.
7589 * gdb.guile/scm-frame-inline.c: New file.
7590 * gdb.guile/scm-frame-inline.exp: New file.
7591 * gdb.guile/scm-frame.c: New file.
7592 * gdb.guile/scm-frame.exp: New file.
7593 * gdb.guile/scm-generics.exp: New file.
7594 * gdb.guile/scm-gsmob.exp: New file.
7595 * gdb.guile/scm-iterator.c: New file.
7596 * gdb.guile/scm-iterator.exp: New file.
7597 * gdb.guile/scm-math.c: New file.
7598 * gdb.guile/scm-math.exp: New file.
7599 * gdb.guile/scm-objfile-script-gdb.in: New file.
7600 * gdb.guile/scm-objfile-script.c: New file.
7601 * gdb.guile/scm-objfile-script.exp: New file.
7602 * gdb.guile/scm-objfile.c: New file.
7603 * gdb.guile/scm-objfile.exp: New file.
7604 * gdb.guile/scm-ports.exp: New file.
7605 * gdb.guile/scm-pretty-print.c: New file.
7606 * gdb.guile/scm-pretty-print.exp: New file.
7607 * gdb.guile/scm-pretty-print.scm: New file.
7608 * gdb.guile/scm-section-script.c: New file.
7609 * gdb.guile/scm-section-script.exp: New file.
7610 * gdb.guile/scm-section-script.scm: New file.
7611 * gdb.guile/scm-symbol.c: New file.
7612 * gdb.guile/scm-symbol.exp: New file.
7613 * gdb.guile/scm-symtab-2.c: New file.
7614 * gdb.guile/scm-symtab.c: New file.
7615 * gdb.guile/scm-symtab.exp: New file.
7616 * gdb.guile/scm-type.c: New file.
7617 * gdb.guile/scm-type.exp: New file.
7618 * gdb.guile/scm-value-cc.cc: New file.
7619 * gdb.guile/scm-value-cc.exp: New file.
7620 * gdb.guile/scm-value.c: New file.
7621 * gdb.guile/scm-value.exp: New file.
7622 * gdb.guile/source2.scm: New file.
7623 * gdb.guile/types-module.cc: New file.
7624 * gdb.guile/types-module.exp: New file.
7625
7026a7c1
YQ
76262014-02-10 Yao Qi <yao@codesourcery.com>
7627
7628 PR testsuite/16543
7629 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
7630 * configure: Regenerated.
7631 * Makefile.in: New file.
7632
6c466447
AS
76332014-02-08 Andreas Schwab <schwab@linux-m68k.org>
7634
7635 * gdb.python/py-framefilter.exp: Fix typo.
7636
6e854735
YQ
76372014-02-08 Yao Qi <yao@codesourcery.com>
7638
7639 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
7640 that no =breakpoint-modified is emitted when breakpoints are
7641 modified through MI commands.
7642
d137e6dc
PA
76432014-02-07 Pedro Alves <pedro@codesourcery.com>
7644 Pedro Alves <palves@redhat.com>
7645
7646 * gdb.threads/step-after-sr-lock.c: New file.
7647 * gdb.threads/step-after-sr-lock.exp: New file.
7648
b5ee5a50
PA
76492014-02-07 Pedro Alves <palves@redhat.com>
7650
7651 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
7652
3c77faf3
JK
76532014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7654
7655 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
7656 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
7657
6dddc817
DE
76582014-02-06 Doug Evans <xdje42@gmail.com>
7659
7660 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
7661 output.
7662
7663 * gdb.gdb/python-interrupts.exp: New file.
7664
de7b2893
YQ
76652014-02-05 Yao Qi <yao@codesourcery.com>
7666
7667 * gdb.trace/report.exp (use_collected_data): Test the output
7668 of "info threads" and "info inferiors".
7669
66d032ac
YQ
76702014-02-05 Yao Qi <yao@codesourcery.com>
7671
7672 Revert this patch:
7673
7674 2013-05-24 Yao Qi <yao@codesourcery.com>
7675
7676 * gdb.trace/tfile.exp: Test inferior and thread.
7677
591a12a1
UW
76782014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7679
7680 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
7681 on a function.
7682 * gdb.base/step-bt.c: Call hello via function pointer to make
7683 sure its first instruction is executed on powerpc64le-linux.
7684
0ff3e01f
UW
76852014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7686
7687 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
7688
084ee545
UW
76892014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7690
7691 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
7692 of the test patterns for use on little-endian systems.
7693
6ed14ff3
UW
76942014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7695
7696 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
7697 (decimal_vector): Fix for little-endian.
7698
401e27fd
JM
76992014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
7700
7701 * gdb.arch/sparc-sysstep.exp: New file.
7702 * gdb.arch/sparc-sysstep.c: Likewise.
7703
7704 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
7705
8b924729
EBM
77062014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7707
7708 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
7709
fb151210
JB
77102014-01-23 Tom Tromey <tromey@redhat.com>
7711
7712 * gdb.ada/array_char_idx: New testcase.
7713
0740f8d8
TT
77142014-01-23 Tom Tromey <tromey@redhat.com>
7715
7716 PR python/16487:
7717 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
7718 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
7719 classes.
7720
21909fa1
TT
77212014-01-23 Tom Tromey <tromey@redhat.com>
7722
7723 PR python/16491:
7724 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
7725 string from an inferior frame.
7726 * gdb.python/py-framefilter-mi.exp: Update.
7727
87ce2a04
DE
77282014-01-22 Doug Evans <dje@google.com>
7729
7730 * gdb.server/server-mon.exp: Add tests for "set debug-format".
7731
237b092b
AA
77322014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7733
7734 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
7735
d674a709
AA
77362014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7737
7738 * gdb.trace/entry-values.exp: Remove excess space character from
7739 regex patterns. Handle s390 call instruction.
7740
20fa3390
AA
77412014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7742
7743 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
7744 define "*_start" label. Make "name" static.
7745 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
7746 ${name} by references to ${name}_start.
7747
78466714
AA
77482014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7749
7750 * gdb.base/info-macros.exp: Remove "debug" from the compile
7751 options.
7752
ec9f644a
IB
77532014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7754
7755 * gdb.dlang/demangle.exp: New file.
7756
94b1b47e
IB
77572014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7758
7759 * gdb.dlang/primitive-types.exp: New file.
7760
7f420862
IB
77612014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7762
7763 * configure.ac: Create gdb.dlang/Makefile.
7764 * configure: Regenerate.
7765 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
7766 * gdb.dlang/Makefile.in: New file.
7767 * lib/d-support.exp: New file.
7768 * lib/gdb.exp (skip_d_tests): New proc.
7769
52834460
MM
77702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7771
7772 * gdb.btrace/delta.exp: Check reverse stepi.
7773 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
7774 * gdb.btrace/finish.exp: New.
7775 * gdb.btrace/next.exp: New.
7776 * gdb.btrace/nexti.exp: New.
7777 * gdb.btrace/record_goto.c: Add comments.
7778 * gdb.btrace/step.exp: New.
7779 * gdb.btrace/stepi.exp: New.
7780 * gdb.btrace/multi-thread-step.c: New.
7781 * gdb.btrace/multi-thread-step.exp: New.
7782 * gdb.btrace/rn-dl-bind.c: New.
7783 * gdb.btrace/rn-dl-bind.exp: New.
7784 * gdb.btrace/data.c: New.
7785 * gdb.btrace/data.exp: New.
7786 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7787
6e07b1d2
MM
77882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7789
7790 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
7791 * gdb.btrace/exception.exp: Update.
7792 * gdb.btrace/instruction_history.exp: Update.
7793 * gdb.btrace/record_goto.exp: Update.
7794 * gdb.btrace/tailcall.exp: Update.
7795 * gdb.btrace/unknown_functions.exp: Update.
7796 * gdb.btrace/delta.exp: New.
7797
0b722aec
MM
77982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7799
7800 * gdb.btrace/record_goto.exp: Add backtrace test.
7801 * gdb.btrace/tailcall.exp: Add backtrace test.
7802
066ce621
MM
78032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7804
7805 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
7806 * gdb.btrace/record_goto.c: New.
7807 * gdb.btrace/record_goto.exp: New.
7808 * gdb.btrace/x86-record_goto.S: New.
7809
0688d04e
MM
78102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7811
7812 * gdb.btrace/function_call_history.exp: Update tests.
7813 * gdb.btrace/instruction_history.exp: Update tests.
7814
8710b709
MM
78152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7816
7817 * gdb.btrace/function_call_history.exp: Fix expected field
7818 order for "record function-call-history".
7819 Add new tests for "record function-call-history /c".
7820 * gdb.btrace/exception.cc: New.
7821 * gdb.btrace/exception.exp: New.
7822 * gdb.btrace/tailcall.exp: New.
7823 * gdb.btrace/x86-tailcall.S: New.
7824 * gdb.btrace/x86-tailcall.c: New.
7825 * gdb.btrace/unknown_functions.c: New.
7826 * gdb.btrace/unknown_functions.exp: New.
7827 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7828
5de9129b
MM
78292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7830
7831 * gdb.btrace/instruction_history.exp: Update.
7832 * gdb.btrace/function_call_history.exp: Update.
7833
23a7fe75
MM
78342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7835
7836 * gdb.btrace/function_call_history.exp: Fix expected function
7837 trace.
7838 * gdb.btrace/instruction_history.exp: Initialize traced.
7839 Remove traced_functions.
7840
724c7dd8
MM
78412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7842
7843 * gdb.btrace/function_call_history.exp: Update
7844 * gdb.btrace/instruction_history.exp: Update.
7845
6d78d93b
MM
78462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7847
7848 * gdb.btrace/enable.exp: Update expected text.
7849
93a360cc
OJ
78502014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
7851
7852 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
7853 bytes.
7854
3772b53f
MR
78552014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
7856
7857 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
7858
596662fa
OJ
78592014-01-15 Omair Javaid <omair.javaid@linaro.org>
7860
7861 * lib/gdb.exp (supports_process_record): Return true for
7862 arm*-linux*. (supports_reverse): Likewise.
7863
b5b08fb4
SC
78642014-01-13 Siva Chandra Reddy <sivachandra@google.com>
7865
7866 PR python/15464
7867 PR python/16113
7868 * gdb.python/py-type.c: Enhance test case.
7869 * gdb.python/py-value-cc.cc: Likewise
7870 * gdb.python/py-type.exp: Add new tests.
7871 * gdb.python/py-value-cc.exp: Likewise
7872
52d7fb13
AA
78732014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
7874 Pedro Alves <palves@redhat.com>
7875
7876 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
7877 Make "name" extern.
7878 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
7879 references to ${name}_start by references to ${name}.
7880
a2cd8cfe
JB
78812014-01-10 Joel Brobecker <brobecker@adacore.com>
7882
7883 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
7884
4e23fced
JB
78852014-01-10 Joel Brobecker <brobecker@adacore.com>
7886
7887 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
7888
c6a9e42c
PA
78892014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
7890 Pedro Alves <palves@redhat.com>
7891
7892 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 7893 mi_gdb_target_load.
c6a9e42c 7894
b7ea362b
PA
78952014-01-08 Pedro Alves <palves@redhat.com>
7896
7897 * gdb.threads/reconnect-signal.c: New file.
7898 * gdb.threads/reconnect-signal.exp: New file.
7899
5e3f4fab
EBM
79002014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7901
7902 * gdb.base/source-dir.exp: New file.
7903
79301218
JB
79042014-01-07 Joel Brobecker <brobecker@adacore.com>
7905
7906 * gdb.ada/mi_interface: New testcase.
7907
8e355c5d
JB
79082014-01-07 Joel Brobecker <brobecker@adacore.com>
7909
7910 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
7911 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
7912 gdb.ada/pp-rec-component/pck.ads: New files.
7913
c0d48811
JB
79142014-01-07 Joel Brobecker <brobecker@adacore.com>
7915
7916 * gdb.python/py-pp-integral.c: New file.
7917 * gdb.python/py-pp-integral.py: New file.
7918 * gdb.python/py-pp-integral.exp: New file.
7919
17b609c3 7920For older changes see ChangeLog-1993-2013.
c906108c 7921\f
8d8cb839
EZ
7922;; Local Variables:
7923;; mode: change-log
7924;; left-margin: 8
7925;; fill-column: 74
7926;; version-control: never
7927;; End:
902f2ccb 7928
618f726f 7929 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
7930 Copying and distribution of this file, with or without modification,
7931 are permitted provided the copyright notice and this notice are preserved.