gdb: allow enumeration constants as second operand of BINOP_REPEAT
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
cc63428a
AV
12016-04-01 Artemiy Volkov <artemiyv@acm.org>
2
3 PR gdb/19820
4 * gdb.base/printcmds.exp: Add artificial arrays tests.
5
64cdf930
PA
62016-03-31 Pedro Alves <palves@redhat.com>
7
8 PR gdb/19858
9 * gdb.base/jit-main.c: Include unistd.h.
10 (ATTACH): Define to 0 if not already defined.
11 (wait_for_gdb, mypid): New globals.
12 (WAIT_FOR_GDB): New macro.
13 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
14 some breakpoint locations.
15 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
16 New procedures.
17 (one_jit_test): Add REATTACH parameter, and handle it. Use
18 continue_to_test_location.
19 (top level): Test attach, and adjusts calls to one_jit_test.
20
40dea8cb
PA
212016-03-31 Pedro Alves <palves@redhat.com>
22
23 PR gdb/19858
24 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
25 BINSUFFIX parameter, and handle it.
26 (top level): Adjust calls compile_jit_test.
27
e7ea3ec7
CU
282016-03-31 Catalin Udma <catalin.udma@freescale.com>
29
30 PR python/19743
31 * gdb.python/py-mi-events-gdb.py: New file.
32 * gdb.python/py-mi-events.c: New file.
33 * gdb.python/py-mi-events.exp: New file.
34
e6359af3
YQ
352016-03-30 Yao Qi <yao.qi@linaro.org>
36
37 * gdb.reverse/until-precsave.exp: Match function name only.
38 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
39 Move malloc to a condition block.
40 * gdb.reverse/until-reverse.exp: Match function name only.
41
a4105d04
MK
422016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
43
44 * gdb.trace/ftrace.exp: Set arg0exp for s390.
45 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
46 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
47 variable for GPR 0 instead of assuming it is register 0.
48 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
49 * lib/trace-support.exp: Add s390 registers.
50
bfa6adb9
YQ
512016-03-29 Yao Qi <yao.qi@linaro.org>
52
53 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
54
1e6697ea
YQ
552016-03-24 Yao Qi <yao.qi@linaro.org>
56
57 * gdb.reverse/break-reverse.exp: Add quotation mark in the
58 test message.
59
64bcd522
AA
602016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
61
62 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
63 maintaining separate logic for constructing the output path.
64
7868401b
DB
652016-03-16 Don Breazeal <donb@codesourcery.com>
66
67 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
68 Retry fork and waitpid on interrupted system call errors.
69 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
70 Use with_timeout_factor to increase timeout by factor of 10.
71
1cafadb4
DB
722016-03-15 Don Breazeal <donb@codesourcery.com>
73
74 * gdb.cp/scope-err.cc: New test program.
75 * gdb.cp/scope-err.exp: New test script.
76 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
77 lines and "set breakpoint here" comment.
78 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
79 Fixed some whitespace and format issues.
80 * gdb.mi/mi-linespec-err-cp.cc: New test program.
81 * gdb.mi/mi-linespec-err-cp.exp: New test script.
82
81516450
DE
832016-03-15 Doug Evans <dje@google.com>
84
85 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
86 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
87 All callers updated. Add tests for enums, mixed flags register.
88
aa52b601
DE
892016-03-15 Doug Evans <dje@google.com>
90
91 * gdb.base/skip.c (main): Call test_skip_file_and_function.
92 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
93
fa4ff313
SM
942016-03-14 Simon Marchi <simon.marchi@ericsson.com>
95
96 * gdb.base/default.exp: Add $_as_string to the list of expected
97 convenience functions.
98
f2403c39
AB
992016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
100
101 * gdb.base/maint.exp: New tests for 'maint info line-table'.
102
f2f3ccb9
SM
1032016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
104
105 * gdb.python/py-as-string.exp: New file.
106 * gdb.python/py-as-string.c: New file.
107
00dbd492
PA
1082016-03-09 Pedro Alves <palves@redhat.com>
109
110 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
111 signal" -> "Thread NN received signal" output change.
112 * gdb.threads/ia64-sigill.exp: Likewise.
113 * gdb.threads/linux-dp.exp: Likewise.
114 * gdb.threads/manythreads.exp: Likewise.
115 * gdb.threads/pending-step.exp: Likewise.
116 * gdb.threads/print-threads.exp: Likewise.
117 * gdb.threads/sigstep-threads.exp: Likewise.
118 * gdb.threads/staticthreads.exp: Likewise.
119 * gdb.threads/tls.exp: Likewise.
120
1e6697ea
YQ
1212016-03-09 Pedro Alves <palves@redhat.com>
122
123 * gdb.base/command-line-input.exp: New file.
124
b04fd3be
MK
1252016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
126
127 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
128 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
129 * gdb.trace/pending.exp: Accept leading dot before function name.
130 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
131 * lib/trace-support.exp: Set registers for ppc.
132
98fa59e9
MK
1332016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
134
135 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
136 use it for disassembly; accept .main in addition to main in backtrace.
137
f77198c8
MK
1382016-03-09 Wei-cheng Wang <cole945@gmail.com>
139 Marcin Kościelnicki <koriakin@0x04.net>
140
141 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
142 (gdb_recursion_test_ptr): New global variable.
143 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
144 gdb_recursion_test.
145 (gdb_c_test): Ditto.
146
ba84e0da
MK
1472016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
148
149 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
150 ordering.
151
4366d36e
MK
1522016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
153
154 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
155 (bar): Add bar_start_lbl label.
156 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
157 of foo/bar for emitting DWARF and tracing.
158
5eb264df
SDJ
1592016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
160
161 * analyze-racy-logs.py: Set executable bit.
162
fb6a751f
SDJ
1632016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
164
165 * Makefile.in (DEFAULT_RACY_ITER): New variable.
166 (CHECK_TARGET_TMP): Likewise.
167 (check-single-racy): New rule.
168 (check-parallel-racy): Likewise.
169 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
170 (do-check-parallel-racy): New rule.
171 (check-racy/%.exp): Likewise.
172 * README (Racy testcases): New section.
173 * analyze-racy-logs.py: New file.
174
bdf7e230
DE
1752016-03-03 Doug Evans <dje@google.com>
176
177 * gdb.base/skip.exp: Use with_test_prefix.
178
4719d415
YQ
1792016-03-03 Yao Qi <yao.qi@linaro.org>
180
181 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
182 Invoke step_over_syscall "clone" and break_cond_on_syscall
183 "clone".
184 * gdb.base/step-over-clone.c: New file.
185
ea507862
YQ
1862016-03-03 Yao Qi <yao.qi@linaro.org>
187
188 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
189 code format.
190
8fc8cbda
YQ
1912016-03-03 Yao Qi <yao.qi@linaro.org>
192
193 * gdb.base/disp-step-fork.c: Rename to ...
194 * gdb.base/step-over-fork.c: ... it. New file.
195 * gdb.base/disp-step-vfork.c: Rename to ...
196 * gdb.base/step-over-vfork.c: ... it. New file.
197 * gdb.base/disp-step-syscall.exp: Rename to ...
198 * gdb.base/step-over-syscall.exp: ... it. New file.
199 (disp_step_cross_syscall): Rename to ...
200 (step_over_syscall): ... it.
201
92fa70b0
YQ
2022016-03-03 Yao Qi <yao.qi@linaro.org>
203
204 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
205 If target supports condition evaluation on target, invoke
206 break_cond_on_syscall for fork and vfork.
207
e197ad3c
YQ
2082016-03-03 Yao Qi <yao.qi@linaro.org>
209
210 * gdb.base/disp-step-syscall.exp: Don't invoke
211 support_displaced_stepping.
212 (disp_step_cross_syscall): Test with displaced stepping off and
213 on if supported.
214
0b47da9f
YQ
2152016-03-03 Yao Qi <yao.qi@linaro.org>
216
217 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
218 proc.
219 (setup): New proc.
220 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
221 and setup.
222
065ab6dc
BH
2232016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
224
225 * gdb.fortran/vla-history.exp: Remove breakpoint.
226
07e448ad 2272016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
228
229 * gdb.fortran/vla-history.exp: Lookup array elements and printing exceeds timeout.
230
9ac2d526 2312016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
232
233 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an breakpoint.
234
17807369
BH
2352016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
236
237 * gdb.mi/vla.f90: Nullify pointer after declaration.
238
86e501af
PA
2392016-03-01 Pedro Alves <palves@redhat.com>
240
241 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
242
1e903e32
PA
2432016-03-01 Pedro Alves <palves@redhat.com>
244
245 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
246 before anything else.
247 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
248 _GNU_SOURCE here.
249 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
250 before anything else.
251 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
252
6ccb54e2
PA
2532016-03-01 Pedro Alves <palves@redhat.com>
254
255 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
256
30ca9da1
YQ
2572016-03-01 Yao Qi <yao.qi@linaro.org>
258
259 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
260 prepare_for_testing.
261
dc856b38
YQ
2622016-03-01 Yao Qi <yao.qi@linaro.org>
263
264 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
265
4a932159
AA
2662016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
267
268 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
269 manually constructing the output path.
270
f2489477
AA
2712016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
272
273 * gdb.arch/s390-stackless.S: New.
274 * gdb.arch/s390-stackless.exp: New.
275
38899f16
IB
2762016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
277
278 * gdb.dlang/circular.c: New file.
279 * gdb.dlang/circular.exp: New file.
280
9fde51ed
YQ
2812016-02-26 Yao Qi <yao.qi@linaro.org>
282
283 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
284 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
285 (testcases): Update.
286
ce90fefe
YQ
2872016-02-26 Yao Qi <yao.qi@linaro.org>
288
289 * gdb.reverse/aarch64.c: Rename to ...
290 * gdb.reverse/insn-reverse.c: ... it.
291 * gdb.reverse/aarch64.exp: Rename to ...
292 * gdb.reverse/insn-reverse.exp: ... it.
293
3263bceb
YQ
2942016-02-26 Yao Qi <yao.qi@linaro.org>
295
296 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
297 (testcase_ftype): New.
298 (testcases): New array.
299 (n_testcases): New.
300 (main): Call each element in testcases.
301 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
302 (read_testcase): New.
303 Do the tests in a loop.
304
6cb59ff1
YQ
3052016-02-25 Yao Qi <yao.qi@linaro.org>
306
307 * gdb.base/branches.c: Remove.
308
ae91f625
MK
3092016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
310
311 PR gdb/13808
312 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
313
678b48b7
MK
3142016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
315
316 * gdb.trace/ftrace.exp: Remove unnecessary target check.
317
7337a6f2
MK
3182016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
319
320 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
321 change x86_64 call_insn to 'callq'.
322
861ca91f
AT
3232016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
324
325 * gdb.trace/tfile-avx.c: Move to...
326 * gdb.trace/tracefile-pseudo-reg.c: Here.
327 * gdb.trace/tfile-avx.exp: Move to...
328 * gdb.trace/tracefile-pseudo-reg.exp: Here.
329
bf74e428
GB
3302016-02-24 Gary Benson <gbenson@redhat.com>
331
332 * gdb.base/attach-pie-noexec.exp: Do not expect an error
333 message on attach.
334
cce0e923
DE
3352016-02-23 Doug Evans <dje@google.com>
336
337 * gdb.base/skip.c (test_skip): New function.
338 (end_test_skip_file_and_function): New function.
339 (test_skip_file_and_function): New function.
340 * gdb.base/skip1.c (test_skip): New function.
341 (skip1_test_skip_file_and_function): New function.
342 * gdb.base/skip.exp: Add tests for new skip options.
343 * gdb.base/skip-solib.exp: Update expected output.
344 * gdb.perf/skip-command.cc: New file.
345 * gdb.perf/skip-command.exp: New file.
346 * gdb.perf/skip-command.py: New file.
347
4000e47e
MK
3482016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
349
350 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
351 info registers pattern.
352
24f75ead
IB
3532016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
354
355 * lib/future.exp: Add D support.
356 (gdb_find_gdc): New proc.
357 (gdb_default_target_compile): Add D support.
358
fbb7bcbe
WW
3592016-02-18 Wei-cheng Wang <cole945@gmail.com>
360
361 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
362 user+system time.
363 (trace_speed_test): Determine the iteration count for a time
364 between 15..30 seconds.
365
012b3a21
WT
3662016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
367
368 * gdb.arch/i386-mpx-sigsegv.c: New file.
369 * gdb.arch/i386-mpx-sigsegv.exp: New file.
370 * gdb.arch/i386-mpx-simple_segv.c: New file.
371 * gdb.arch/i386-mpx-simple_segv.exp: New file.
372
2d5189bd
YQ
3732016-02-18 Yao Qi <yao.qi@linaro.org>
374
375 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
376 Don't call setup_kfail.
377
40fb20d0
YQ
3782016-02-18 Yao Qi <yao.qi@linaro.org>
379
380 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
381 Set "set breakpoint condition-evaluation" per $cond_bp_target.
382
21b1f8d2
DE
3832016-02-16 Doug Evans <dje@google.com>
384
385 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
386 * gdb.base/skip1.c: Ditto.
387 * gdb.base/skip.exp: Whitespace cleanup.
388
4041ed77
DB
3892016-02-16 Don Breazeal <donb@codesourcery.com>
390
391 PR remote/19496
392 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
393 Remove kfail for PR remote/19496.
394
c4ef31bf
SM
3952016-02-16 Simon Marchi <simon.marchi@ericsson.com>
396
397 * lib/gdb.exp (standard_temp_file): Return a path specific to
398 the runtest invocation.
399
266b65b3
SM
4002016-02-16 Simon Marchi <simon.marchi@ericsson.com>
401
402 * gdb.trace/save-trace.exp: Change relative path to be in the
403 standard output directory.
404
a7a0a6a9
JK
4052016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
406
407 * gdb.arch/i386-prologue.c: Add missing prototypes.
408
c99dbb42
JK
4092016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
410
411 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
412 * gdb.arch/i386-prologue.exp: Likewise.
413 * gdb.arch/i386-size.exp: Likewise.
414
aa480355
SM
4152016-02-15 Simon Marchi <simon.marchi@ericsson.com>
416
417 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
418 define object file path.
419 * gdb.btrace/gcore.exp: Use standard_output_file to define core
420 file path.
421 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
422 standard_output_file to define binfile.
423
ba881f50
JK
4242016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
425
426 Fix compatibility with recent gfortran-5.3.1.
427 * gdb.fortran/vla-history.exp (print vla1 allocated)
428 (print vla2 allocated, print $2, print $3): Remove
429 (print $4): Rename to ...
430 (print $2): ... here.
431 (print $9): Rename to ...
432 (print $5): ... here.
433 (print $10): Rename to ...
434 (print $6): ... here.
435 * gdb.fortran/vla.f90: Add pvla initialization.
436
e9fb005c
JK
4372016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
438
439 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
440 New test.
441 * gdb.fortran/vla-value-sub.exp: Likewise.
442
e44e00ff
MK
4432016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
444
445 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
446
97e94151
SM
4472016-02-12 Simon Marchi <simon.marchi@ericsson.com>
448
449 * i386-biarch-core.exp: Define corefile using
450 standard_output_file.
451
01113bc1
YQ
4522016-02-12 Yao Qi <yao.qi@linaro.org>
453
454 * gdb.arch/arm-single-step-kernel-helper.c: New.
455 * gdb.arch/arm-single-step-kernel-helper.exp: New.
456
33b4777c
MM
4572016-02-12 Markus Metzger <markus.t.metzger@intel.com>
458
459 * gdb.btrace/tailcall-only.exp: New.
460 * gdb.btrace/tailcall-only.c: New.
461 * gdb.btrace/x86_64-tailcall-only.S: New.
462 * gdb.btrace/i686-tailcall-only.S: New.
463
acc23c11
PA
4642016-02-11 Pedro Alves <palves@redhat.com>
465
466 * README (Parallel testing): Add missing double quotes.
467
e352bf0a
PA
4682016-02-11 Pedro Alves <palves@redhat.com>
469
470 * README (Parallel testing): New section.
471 (GDB_PARALLEL): Rewrite.
472 (FORCE_PARALLEL): Document.
473
9f5fed78
MK
4742016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
475
476 * gdb.trace/tfile-avx.c: New test.
477 * gdb.trace/tfile-avx.exp: New test.
478
9ef9e6a6
KS
4792016-02-09 Keith Seitz <keiths@redhat.com>
480
481 PR breakpoints/19546
482 * gdb.base/infcall-exec.c: New file.
483 * gdb.base/infcall-exec2.c: New file.
484 * gdb.base/infcall-exec.exp: New file.
485
a96e36da
KS
4862016-02-09 Keith Seitz <keiths@redhat.com>
487
488 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
489 (toplevel): Call test_bkpt_address.
490
9f61929f
KS
4912016-02-09 Keith Seitz <keiths@redhat.com>
492
493 PR python/19506
494 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
495 (toplevel): Call test_bkpt_address.
496
1e94266c
SM
4972016-02-09 Simon Marchi <simon.marchi@ericsson.com>
498
499 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
500 to AC_OUTPUT.
501 * configure: Regenerate.
502
2a7f3dff
PA
5032016-02-09 Pedro Alves <palves@redhat.com>
504
505 PR breakpoints/19548
506 * gdb.base/execl-update-breakpoints.c (some_function): New
507 function.
508 (main): Call it.
509 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
510 Tighten expected GDB output.
511
2151ccc5
SM
5122016-02-08 Simon Marchi <simon.marchi@ericsson.com>
513
514 * Makefile.in (ALL_SUBDIRS): Remove.
515 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
516 (distclean maintainer-clean realclean): Likewise.
517 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
518 * configure: Regenerate.
519 * gdb.ada/Makefile.in: Delete.
520 * gdb.arch/Makefile.in: Likewise.
521 * gdb.asm/Makefile.in: Likewise.
522 * gdb.base/Makefile.in: Likewise.
523 * gdb.btrace/Makefile.in: Likewise.
524 * gdb.cell/Makefile.in: Likewise.
525 * gdb.compile/Makefile.in: Likewise.
526 * gdb.cp/Makefile.in: Likewise.
527 * gdb.disasm/Makefile.in: Likewise.
528 * gdb.dlang/Makefile.in: Likewise.
529 * gdb.dwarf2/Makefile.in: Likewise.
530 * gdb.fortran/Makefile.in: Likewise.
531 * gdb.gdb/Makefile.in: Likewise.
532 * gdb.go/Makefile.in: Likewise.
533 * gdb.guile/Makefile.in: Likewise.
534 * gdb.java/Makefile.in: Likewise.
535 * gdb.linespec/Makefile.in: Likewise.
536 * gdb.mi/Makefile.in: Likewise.
537 * gdb.modula2/Makefile.in: Likewise.
538 * gdb.multi/Makefile.in: Likewise.
539 * gdb.objc/Makefile.in: Likewise.
540 * gdb.opencl/Makefile.in: Likewise.
541 * gdb.opt/Makefile.in: Likewise.
542 * gdb.pascal/Makefile.in: Likewise.
543 * gdb.perf/Makefile.in: Likewise.
544 * gdb.python/Makefile.in: Likewise.
545 * gdb.reverse/Makefile.in: Likewise.
546 * gdb.server/Makefile.in: Likewise.
547 * gdb.stabs/Makefile.in: Likewise.
548 * gdb.threads/Makefile.in: Likewise.
549 * gdb.trace/Makefile.in: Likewise.
550 * gdb.xml/Makefile.in: Likewise.
551 * lib/gdb.exp (make_gdb_parallel_path): Add check for
552 GDB_PARALLEL.
553 (standard_output_file): Remove check for GDB_PARALLEL, always
554 return path in outputs/$subdir/$testname.
555
437277d4
SM
5562016-02-08 Simon Marchi <simon.marchi@ericsson.com>
557
558 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
559 (site.exp): Assign abs_srcdir to tcl's srcdir.
560
31d913c7
YQ
5612016-02-04 Yao Qi <yao.qi@linaro.org>
562
563 * gdb.base/foll-exec-mode.c: Include limits.h.
564 (main): Add parameters argc and argv. Get directory from
565 argv[0].
566 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
567 compilation.
568 * gdb.base/foll-exec.c: Include limits.h.
569 (main): Add parameters argc and argv.
570 Get directory from argv[0].
571 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
572 Adjust tests on the number of lines as source code changed.
573 * gdb.base/foll-vfork-exit.c: Include limits.h.
574 (main): Add one line of statement before vfork.
575 * gdb.base/foll-vfork.c: Include limits.h and string.h.
576 (main): Add parameters argc and argv. Get directory from
577 argv[0].
578 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
579 (setup_gdb): Set tbreak to skip some source lines.
580 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
581 (main): Add parameters argc and argv. Get directory from
582 argv[0].
583 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
584 compilation.
585 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
586 (main): Add parameters argc and argv. Get directory from
587 argv[0].
588 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
589 compilation.
590
9482b9fb
DE
5912016-02-01 Doug Evans <dje@google.com>
592
593 * gdb.base/skip.exp: Clean up multiple references to same test name.
594
6b2e4f10
PA
5952016-02-01 Pedro Alves <palves@redhat.com>
596
ccb6afd6 597 PR remote/19496
6b2e4f10
PA
598 * gdb.threads/forking-threads-plus-breakpoint.exp
599 (displaced_stepping_supported): New global.
600 (probe_displaced_stepping_support): New procedure.
601 (do_test): Add 'displaced' parameter, and use it.
602 (top level): Check for displaced stepping support. Add displaced
603 stepping on/off testing axis.
604
37a8db1a
AB
6052016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
606
607 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
608 pointer. Don't perform further tests on the unassociated pointer
609 if the first test fails.
610
5fdf6324
AB
6112016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
612
613 * gdb.base/max-value-size.c: New file.
614 * gdb.base/max-value-size.exp: New file.
615 * gdb.base/huge.exp: Disable max-value-size for this test.
616
935c6144
IB
6172016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
618
619 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
620
7fe8399d
YQ
6212016-01-28 Yao Qi <yao.qi@linaro.org>
622
623 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
624
a2077e25
PA
6252016-01-25 Pedro Alves <palves@redhat.com>
626
627 PR threads/19461
628 * gdb.base/fork-running-state.c: New file.
629 * gdb.base/fork-running-state.exp: New file.
630
1d2736d4
PA
6312016-01-25 Pedro Alves <palves@redhat.com>
632
633 PR gdb/19494
634 * gdb.base/catch-fork-kill.c: New file.
635 * gdb.base/catch-fork-kill.exp: New file.
636
f1da4b11
PA
6372016-01-25 Pedro Alves <palves@redhat.com>
638
639 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
640 Delete, moved to lib/gdb.exp.
641 * gdb.threads/forking-threads-plus-breakpoint.exp
642 (foreach_with_prefix): Likewise.
643 * gdb.threads/process-dies-while-handling-bp.exp
644 (foreach_with_prefix): Likewise.
645 * lib/gdb.exp (foreach_with_prefix): New procedure.
646
45f38546
MK
6472016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
648
649 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
650 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
651
dc29a1ce
MK
6522016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
653
654 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
655 endian targets.
656
092127d7
JK
6572016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
658 Pedro Alves <palves@redhat.com>
659
660 Fix testsuite compatibility with Guile.
661 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
662 number.
663
31d765d3
JK
6642016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
665
666 Fix testsuite compatibility with Guile.
667 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
668 (thread 1): New test for backtrace through signal handler.
669
1ac78c04
YQ
6702016-01-22 Yao Qi <yao.qi@linaro.org>
671
672 PR testsuite/19491
673 * gdb.base/multi-forks.c: Include
674 ../lib/unbuffer_output.c
675 (main): Call gdb_unbuffer_output.
676
4f5946a8
DE
6772016-01-21 Doug Evans <dje@google.com>
678
679 * lib/ada.exp (gdb_compile_ada): Fix typo.
680
305e13e6
JB
6812016-01-21 Joel Brobecker <brobecker@adacore.com>
682
683 * gdb.base/break-fun-addr.exp: New file.
684 * gdb.base/break-fun-addr1.c: New file.
685 * gdb.base/break-fun-addr2.c: New file.
686
5f5dfff6
SM
6872016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
688
689 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
690 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
691 enum flag values.
692
fd356fa2
AA
6932016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
694
695 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
696 when GDB can not set the vector return value. Add more comments
697 for clarification.
698
9df22175
AT
6992016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
700
701 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
702 command.
703
41d1845e
SM
7042016-01-19 Simon Marchi <simon.marchi@ericsson.com>
705
706 * Makefile.in (DO_RUNTEST): Add --status and update usages.
707
01ac6840
SM
7082016-01-19 Simon Marchi <simon.marchi@ericsson.com>
709
710 * Makefile.in (check-single): Pass --status to runtest.
711 (check/%.exp): Likewise.
712
7132016-01-19 Simon Marchi <simon.marchi@ericsson.com>
714
715 * Makefile.in (check-parallel): Propagate return code from make
716 do-check-parallel.
717
bd0a71fa
MK
7182016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
719
720 * gdb.trace/ftrace.exp: Fix expected message on continue.
721 * gdb.trace/pending.exp: Fix expected message on continue.
722 * gdb.trace/trace-break.exp: Fix expected message on continue.
723
8bcbad33
SM
7242016-01-18 Simon Marchi <simon.marchi@ericsson.com>
725
726 * lib/gdb.exp (gdb_test): Remove unused global references.
727
f303dbd6
PA
7282016-01-18 Pedro Alves <palves@redhat.com>
729
730 * gdb.base/async-shell.exp: Adjust expected output.
731 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
732 * gdb.base/siginfo-thread.exp: Adjust expected output.
733 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
734 * gdb.java/jnpe.exp: Adjust expected output.
735 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
736 * gdb.threads/continue-pending-status.exp: Adjust expected output.
737 * gdb.threads/leader-exit.exp: Adjust expected output.
738 * gdb.threads/manythreads.exp: Adjust expected output.
739 * gdb.threads/pthreads.exp: Adjust expected output.
740 * gdb.threads/schedlock.exp: Adjust expected output.
741 * gdb.threads/siginfo-threads.exp: Adjust expected output.
742 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
743 expected output.
744 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
745 output.
746 * gdb.threads/sigthread.exp: Adjust expected output.
747 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
748
b2789696
YQ
7492016-01-18 Yao Qi <yao.qi@linaro.org>
750
751 * gdb.guile/scm-section-script.c: Replace @progbits with
752 %progbits.
753 * gdb.python/py-section-script.c: Likewise.
754
71ef29a8
PA
7552016-01-15 Pedro Alves <palves@redhat.com>
756
757 * gdb.multi/tids.exp: Test star wildcard ranges.
758
3f5b7598
PA
7592016-01-15 Pedro Alves <palves@redhat.com>
760
761 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
762 command from "thread apply" invocation.
763 (thr_apply_info_thr_invalid): Default the expected output to the
764 input tid list.
765 (top level): Add tests that use convenience variables. Add tests
766 for "thread apply" with a valid TID list, but missing the command.
767
663f6d42
PA
7682016-01-13 Pedro Alves <palves@redhat.com>
769
770 * gdb.base/default.exp: Expect $_gthread as well.
771 * gdb.multi/tids.exp: Test $_gthread.
772 * gdb.threads/thread-specific.exp: Test $_gthread.
773
c84f6bbf
PA
7742016-01-13 Pedro Alves <palves@redhat.com>
775
776 * gdb.multi/tids.exp: Test "info threads -gid".
777
22a02324
PA
7782016-01-13 Pedro Alves <palves@redhat.com>
779
780 * gdb.multi/tids.exp: Test InferiorThread.global_num and
781 Breakpoint.thread.
782 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
783
5d5658a1
PA
7842016-01-07 Pedro Alves <palves@redhat.com>
785
786 * gdb.base/break.exp: Adjust to output changes.
787 * gdb.base/hbreak2.exp: Likewise.
788 * gdb.base/sepdebug.exp: Likewise.
789 * gdb.base/watch_thread_num.exp: Likewise.
790 * gdb.linespec/keywords.exp: Likewise.
791 * gdb.multi/info-threads.exp: Likewise.
792 * gdb.threads/thread-find.exp: Likewise.
793 * gdb.multi/tids.c: New file.
794 * gdb.multi/tids.exp: New file.
795
84654457
PA
7962016-01-13 Pedro Alves <palves@redhat.com>
797
798 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
799
e3940304
PA
8002016-01-13 Pedro Alves <palves@redhat.com>
801
802 * gdb.base/default.exp: Expect $_inferior as well.
803 * gdb.multi/base.exp: Test $_inferior.
804
a911d87a
PA
8052016-01-13 Pedro Alves <palves@redhat.com>
806
807 PR breakpoints/19388
808 * gdb.base/catch-signal-siginfo-cond.c: New file.
809 * gdb.base/catch-signal-siginfo-cond.exp: New file.
810
82075af2
JS
8112016-01-12 Josh Stone <jistone@redhat.com>
812 Philippe Waroquiers <philippe.waroquiers@skynet.be>
813
814 * gdb.base/catch-syscall.c (do_execve): New variable.
815 (main): Conditionally trigger an execve.
816 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
817 (test_catch_syscall_execve): New, check entry/return across execve.
818 (do_syscall_tests): Call test_catch_syscall_execve.
819
e46eeedd
PA
8202016-01-12 Pedro Alves <palves@redhat.com>
821
822 * gdb.base/random-signal.exp (do_test): New procedure, with body
823 of testcase moved in.
824
01d8c27e
JK
8252016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
826 Pedro Alves <palves@redhat.com>
827
828 * gdb.base/funcargs.exp (finish from indirectly called function):
829 Reintroduce the case for 'First'.
830
9a706302
JK
8312016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
832 Pedro Alves <palves@redhat.com>
833
834 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
835 (tcatch_vfork_then_child_follow_exec)
836 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
837 identification.
838
c0ecb95f
JK
8392016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
840
841 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
842 and repeats to unlimited.
843 * gdb.python/py-value.exp: Likewise.
844 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
845 and repeats to unlimited.
846
6cfc1fcb
JK
8472016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
848
849 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
850 and reordering the functions.
851 * gdb.multi/hangout.c: Likewise.
852 * gdb.multi/hello.c: Likewise.
853
582a1b00
SM
8542016-01-08 Simon Marchi <simon.marchi@ericsson.com>
855
856 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
857 absolute.
858 (SingleStatisticTestResult.report): Use dict.keys instead of
859 dict.iterkeys.
860
79bc59cb
PA
8612016-01-06 Pedro Alves <palves@redhat.com>
862
863 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
864
43368e1d
MM
8652016-01-04 Markus Metzger <markus.t.metzger@intel.com>
866
867 * gdb.btrace/dlopen.exp: New.
868 * gdb.btrace/dlopen.c: New.
869 * gdb.btrace/dlopen-dso.c: New.
870
79fad5b8
SL
8712015-12-25 Sandra Loosemore <sandra@codesourcery.com>
872
873 * lib/gdb.exp (gdb_test): Update comments to clarify that the
874 PATTERN argument is optional.
875
ab8314b3
JB
8762015-12-24 Joel Brobecker <brobecker@adacore.com>
877
878 * lib/ada.exp (target_compile_ada_from_dir): New function.
879 (gdb_compile_ada): Reimplement avoiding the use of project files.
880 * gdb.ada/gnat_ada.gpr: Delete.
881 * gdb.ada/cond_lang.exp: Adjust test to make path before
882 filename optional.
883 * gdb.ada/small_reg_param.exp: Likewise.
884
fe33faff
SM
8852015-12-22 Simon Marchi <simon.marchi@ericsson.com>
886
887 * gdb.base/foll-vork.exp: Remove HP-UX special case.
888
6d265cb4
TP
8892015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
890
891 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
892 case.
893
10125099
SM
8942015-12-21 Simon Marchi <simon.marchi@ericsson.com>
895
896 * gdb.base/break.exp: Remove dead code.
897 * gdb.base/sepdebug.exp: Likewise.
898
3ca22649
SM
8992015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
900
901 * gdb.asm/asm-source.exp: Remove HP-UX references.
902 * gdb.base/annota1.exp: Likewise.
903 * gdb.base/annota3.exp: Likewise.
904 * gdb.base/attach.exp: Likewise.
905 * gdb.base/bigcore.exp: Likewise.
906 * gdb.base/break.exp: Likewise.
907 * gdb.base/call-ar-st.exp: Likewise.
908 * gdb.base/callfuncs.exp: Likewise.
909 * gdb.base/catch-fork-static.exp: Likewise.
910 * gdb.base/display.exp: Likewise.
911 * gdb.base/foll-exec-mode.exp: Likewise.
912 * gdb.base/foll-exec.exp: Likewise.
913 * gdb.base/foll-fork.exp: Likewise.
914 * gdb.base/foll-vfork.exp: Likewise.
915 * gdb.base/funcargs.exp: Likewise.
916 * gdb.base/hbreak2.exp: Likewise.
917 * gdb.base/inferior-died.exp: Likewise.
918 * gdb.base/interrupt.exp: Likewise.
919 * gdb.base/multi-forks.exp: Likewise.
920 * gdb.base/nodebug.exp: Likewise.
921 * gdb.base/sepdebug.exp: Likewise.
922 * gdb.base/solib1.c: Likewise.
923 * gdb.base/step-test.exp: Likewise.
924 * gdb.mi/non-stop.c: Likewise.
925 * gdb.mi/pthreads.c: Likewise.
926 * gdb.multi/bkpt-multi-exec.ex: Likewise.
927 * gdb.threads/pthreads.c: Likewise.
928 * gdb.threads/staticthreads.exp: Likewise.
929 * lib/future.exp: Likewise.
930 * lib/gdb.exp: Likewise.
931 * gdb.base/so-indr-cl.c: Remove.
932 * gdb.base/so-indr-cl.exp: Likewise.
933 * gdb.base/solib.c: Likewise.
934 * gdb.base/solib.exp: Likewise.
935 * gdb.base/solib2.c: Likewise.
936
b6304613
SM
9372015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
938
939 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
940 * gdb.base/call-ar-st.exp: Likewise.
941 * gdb.base/callfuncs.exp: Likewise.
942 * gdb.base/condbreak.exp: Likewise.
943 * gdb.base/constvars.exp: Likewise.
944 * gdb.base/hbreak2.exp: Likewise.
945 * gdb.base/langs.exp: Likewise.
946 * gdb.base/list.exp: Likewise.
947 * gdb.base/long_long.exp: Likewise.
948 * gdb.base/ptype.exp: Likewise.
949 * gdb.base/scope.exp: Likewise.
950 * gdb.base/signals.exp: Likewise.
951 * gdb.base/so-impl-ld.exp: Likewise.
952 * gdb.base/varargs.exp: Likewise.
953 * gdb.base/volatile.exp: Likewise.
954 * gdb.base/whatis.exp: Likewise.
955 * gdb.cp/cplusfuncs.exp: Likewise.
956 * gdb.cp/inherit.exp: Likewise.
957 * gdb.cp/local.exp: Likewise.
958 * gdb.cp/member-ptr.exp: Likewise.
959 * gdb.cp/method.exp: Likewise.
960 * gdb.cp/overload.exp: Likewise.
961 * gdb.cp/templates.exp: Likewise.
962 * gdb.stabs/weird.exp: Likewise.
963 * lib/compiler.c: Likewise.
964 * lib/compiler.cc: Likewise.
965 * lib/cp-support.exp: Likewise.
966 * lib/gdb.exp: Likewise.
967
bf401b07
SM
9682015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
969
970 * configure.ac: Remove HP-UX case.
971 * configure: Regenerate.
972
aff9c0f8
SM
9732015-12-18 Simon Marchi <simon.marchi@ericsson.com>
974
975 * lib/gdb.exp (gdb_compile): Add function doc.
976
a6904d5a
PA
9772015-12-17 Pedro Alves <palves@redhat.com>
978
979 PR threads/19354
980 * gdb.multi/info-threads.exp: New file.
981
a22279dd
YQ
9822015-12-15 Yao Qi <yao.qi@linaro.org>
983
984 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
985 is aarch64*-*-*.
986
0588c796
SL
9872015-12-14 Sandra Loosemore <sandra@codesourcery.com>
988
989 * gdb.base/history-duplicates.exp: Skip if no readline support.
990
5d978e17
SL
9912015-12-14 Sandra Loosemore <sandra@codesourcery.com>
992
993 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
994
7e763b86
SL
9952015-12-14 Sandra Loosemore <sandra@codesourcery.com>
996
997 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
998
87a3a92c
SL
9992015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1000
1001 * gdb.base/completion.exp: Skip tests that interrupt GDB with
1002 ctrl-C if nointerrupts target property is set.
1003 * gdb.base/double-prompt-target-event-error.exp: Likewise.
1004 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
1005 * gdb.base/paginate-bg-execution.exp: Likewise.
1006 * gdb.base/paginate-execution-startup.exp: Likewise.
1007 * gdb.base/random-signal.exp: Likewise.
1008 * gdb.base/range-stepping.exp: Likewise.
1009 * gdb.cp/annota2.exp: Likewise.
1010 * gdb.cp/annota3.exp: Likewise.
1011 * gdb.gdb/selftest.exp: Likewise.
1012 * gdb.threads/continue-pending-status.exp: Likewise.
1013 * gdb.threads/leader-exit.exp: Likewise.
1014 * gdb.threads/manythreads.exp: Likewise.
1015 * gdb.threads/pthreads.exp: Likewise.
1016 * gdb.threads/schedlock.exp: Likewise.
1017 * gdb.threads/sigthread.exp: Likewise.
1018
a8f077dc
DB
10192015-12-11 Don Breazeal <donb@codesourcery.com>
1020
1021 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
1022 remote.
1023 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
1024 * gdb.base/foll-exec.exp (main): Enable for target remote.
1025 * gdb.base/foll-fork.exp (main): Likewise.
1026 * gdb.base/foll-vfork.exp (main): Likewise.
1027 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
1028 (proc continue_to_exit_bp_loc): Use clean_restart.
1029 * gdb.base/pie-execl.exp (main): Disable for target remote.
1030 * gdb.base/watch-vfork.exp (main): Enable for target remote.
1031 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
1032 * gdb.threads/execl.exp (main): Likewise.
1033 * gdb.threads/fork-child-threads.exp (main): Likewise.
1034 * gdb.threads/fork-plus-threads.exp (main): Disable for target
1035 remote.
1036 * gdb.threads/fork-thread-pending.exp (main): Enable for target
1037 remote.
1038 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
1039 pid.tid style ptids, instead of just tid.
1040 * gdb.threads/thread-execl.exp (main): Enable for target remote.
1041 * gdb.threads/watchpoint-fork.exp (main): Likewise.
1042 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
1043 ptids, instead of just tid.
1044
3b2464a8
AB
10452015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1046
1047 * gdb.base/list.exp (test_list_forward): Add end of file error
1048 test.
1049 (test_repeat_list_command): Add end of file error test.
1050 (test_list_backwards): Add beginning of file error test.
1051
a0def019
AB
10522015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1053
1054 * gdb.base/list.exp (test_list_invalid_args): New function,
1055 defined, and called.
1056
5c000dff
AB
10572015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1058
1059 * gdb.base/list.exp (test_list): Make test names unique.
1060
f1637ebe
YQ
10612015-12-11 Yao Qi <yao.qi@linaro.org>
1062
1063 * gdb.base/coremaker2.c: Remove.
1064
36d6fc0a
PA
10652015-12-10 Pedro Alves <palves@redhat.com>
1066
1067 * gdb.multi/base.exp: Remove stale "spaces" references.
1068
762f7747
PA
10692015-12-10 Pedro Alves <palves@redhat.com>
1070
1071 * gdb.multi/base.exp: Don't use nowarnings.
1072 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
1073 * gdb.multi/hangout.c: Include stdio.h.
1074 * gdb.multi/hello.c: Include stdlib.h.
1075 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
1076 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
1077 * gdb.multi/multi-arch.exp: Don't use nowarnings.
1078
28d2bfb9
AB
10792015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
1080
1081 * gdb.dwarf2/dw2-ranges-base.c: New file.
1082 * gdb.dwarf2/dw2-ranges-base.exp: New file.
1083 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
1084 support additional line table, and debug ranges generation.
1085 (Dwarf::ranges): New function, generate .debug_ranges.
1086 (Dwarf::lines): Support generating simple line table programs.
1087 (Dwarf::assemble): Initialise new namespace variables.
1088
5fc2beac
KB
10892015-12-09 Kevin Buettner <kevinb@redhat.com>
1090
1091 * gdb.base/async.exp (proc test_background): Add case for
1092 asynchronous execution not supported.
1093
1c35a88f
LM
10942015-12-09 Luis Machado <lgustavo@codesourcery.com>
1095
1096 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
1097 format and change test names to make them unique.
1098
b593e3d9
RK
10992015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
1100 Pedro Alves <pedro@redhat.com>
1101
1102 PR gdb/18702
1103 Add checking of floatformats setup on x86_64 hosts.
1104 * gdb.arch/i386-float.S (main): Load bigval and smallval.
1105 (smallval, bigval): New labels/constants.
1106 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
1107 float" after loading bigval and smallval.
1108
d72413e6
PMR
11092015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
1110
1111 * gdb.ada/fun_overload_menu.exp: New testcase.
1112 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
1113
ece66d65
JS
11142015-12-04 Josh Stone <jistone@redhat.com>
1115
1116 * gdb.base/catch-fork-static.exp: New.
1117
41d0efca
YQ
11182015-12-03 Yao Qi <yao.qi@linaro.org>
1119
1120 * gdb.base/sizeof.c: Don't include stdio.h and
1121 ../lib/unbuffer_output.c.
1122 (main): New variable 'size' and 'value'. Remove printf and
1123 gdb_unbuffer_output. Assign return value to size and value.
1124 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
1125 at the beginning.
1126 (check_sizeof): Check the result by printing variable 'size'.
1127 (check_valueof): Check the result by printing variable 'value'.
1128
99fd02d9
YQ
11292015-12-01 Yao Qi <yao.qi@linaro.org>
1130
1131 * gdb.base/disp-step-syscall.exp: Define syscall instruction
1132 for aarch64*-*-linux* target.
1133
f2faf941
PA
11342015-11-30 Pedro Alves <palves@redhat.com>
1135
1136 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
1137
04bf20c5
PA
11382015-11-30 Pedro Alves <palves@redhat.com>
1139
1140 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1141 Handle non-stop mode vCont replies.
1142
09df4675
PA
11432015-11-30 Pedro Alves <palves@redhat.com>
1144
1145 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
1146 prepare_for_testing. Start gdb with "set non-stop on" appended to
1147 GDBFLAGS. Lax expected stop output.
1148
58b584af
YQ
11492015-11-27 Yao Qi <yao.qi@linaro.org>
1150
1151 * gdb.arch/arm-neon.exp: New.
1152 * gdb.arch/arm-neon.c: New.
1153
dfcb77a8
YQ
11542015-11-27 Yao Qi <yao.qi@linaro.org>
1155
1156 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
1157
88e8ec1b
YQ
11582015-11-27 Yao Qi <yao.qi@linaro.org>
1159
1160 * gdb.cp/annota2.exp: Allow multiple occurrences of the
1161 frames-invalid annotation.
1162
bfde72c2
YQ
11632015-11-27 Yao Qi <yao.qi@linaro.org>
1164
1165 * gdb.cp/annota2.exp: Use ${frames_invalid}.
1166
f6512a69
SM
11672015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1168
1169 * gdb.threads/names.exp: New file.
1170 * gdb.threads/names.c: New file.
1171 * README: Mention gdb,no_thread_names.
1172
46a3515b
MM
11732015-11-26 Markus Metzger <markus.t.metzger@intel.com>
1174
1175 PR 19297
1176 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
1177 support" error.
1178
62147a22
PA
11792015-11-24 Pedro Alves <palves@redhat.com>
1180
1181 PR 17539
1182 * gdb.base/display.exp: Expect displays to be sorted in ascending
1183 order. Use multi_line.
1184 * gdb.base/solib-display.exp: Likewise.
1185
2f341b6e
PA
11862015-11-24 Pedro Alves <palves@redhat.com>
1187
1188 PR 17539
1189 * gdb.base/display.exp: Expect displays to be sorted in ascending
1190 order. Use multi_line.
1191 * gdb.base/solib-display.exp: Likewise.
1192
7e0aa6aa
PA
11932015-11-24 Pedro Alves <palves@redhat.com>
1194
1195 PR 17539
1196 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
1197 threads in ascending order.
1198 * gdb.base/foll-fork.exp: Likewise.
1199 * gdb.base/foll-vfork.exp: Likewise.
1200 * gdb.base/multi-forks.exp: Likewise.
1201 * gdb.mi/mi-nonstop.exp: Likewise.
1202 * gdb.mi/mi-nsintrall.exp: Likewise.
1203 * gdb.multi/base.exp: Likewise.
1204 * gdb.multi/multi-arch.exp: Likewise.
1205 * gdb.python/py-inferior.exp: Likewise.
1206 * gdb.threads/break-while-running.exp: Likewise.
1207 * gdb.threads/execl.exp: Likewise.
1208 * gdb.threads/gcore-thread.exp: Likewise.
1209 * gdb.threads/info-threads-cur-sal.exp: Likewise.
1210 * gdb.threads/kill.exp: Likewise.
1211 * gdb.threads/linux-dp.exp: Likewise.
1212 * gdb.threads/multiple-step-overs.exp: Likewise.
1213 * gdb.threads/next-bp-other-thread.exp: Likewise.
1214 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
1215 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
1216 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
1217 * gdb.threads/thread-find.exp: Likewise.
1218 * gdb.threads/tls.exp: Likewise.
1219 * lib/mi-support.exp (mi_reverse_list): Delete.
1220 (mi_check_thread_states): No longer reverse list.
1221
2cc57ad8
PA
12222015-11-24 Pedro Alves <palves@redhat.com>
1223
1224 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
1225 use lowercase.
1226
c93e8391
SM
12272015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1228
1229 * gdb.trace/actions.c: Include trace-common.h.
1230 (main): Add a location for a fast tracepoint.
1231 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
1232 the normal tracepoints.
1233 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
1234
045ccf91
SM
12352015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1236
1237 * save-trace.exp: Factor out code to these...
1238 (gdb_save_tracepoints): New.
1239 (gdb_load_tracepoints): New.
1240 (do_save_load_test): New.
1241
5506f9f6
KB
12422015-11-23 Kevin Buettner <kevinb@redhat.com>
1243
1244 * gdb.base/asmlabel.exp: New test.
1245 * gdb.base/asmlabel.c: New test case.
1246
16c3b12f
JB
12472015-11-23 Joel Brobecker <brobecker@adacore.com>
1248
1249 * gdb.base/wrong_frame_bt_full-main.c: New file.
1250 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
1251 * gdb.base/wrong_frame_bt_full.exp: New file.
1252
155bfbd3
JB
12532015-11-23 Joel Brobecker <brobecker@adacore.com>
1254
1255 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
1256
bb097445
JM
12572015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1258
206853a0 1259 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
1260 pstate register when comparing registers values in
1261 sparc64-*-linux-gnu targets to avoid spurious differences.
1262
9c88ed8f
JM
12632015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1264
206853a0 1265 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 1266
96161e25
SL
12672015-11-19 Sandra Loosemore <sandra@codesourcery.com>
1268
1269 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
1270 as type argument to gdb_compile.
1271 * gdb.base/nested-subp2.exp: Likewise.
1272 * gdb.base/nested-subp3.exp: Likewise.
1273
340c2830
DV
12742015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
1275
1276 * lib/dwarf.exp (_note): Fix left shift of negative value.
1277 * gdb.trace/trace-condition.exp: Likewise.
1278
c1862d0f
YQ
12792015-11-13 Yao Qi <yao.qi@linaro.org>
1280
1281 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
1282 comments about d10v.
1283 (test_scalar_returns): Likewise.
1284 * gdb.base/d10v.ld: Remove.
1285 * gdb.base/overlays.exp: Remove the target triplet checking for
1286 d10v-*-*.
1287 * gdb.base/structs.exp (test_struct_returns): Remove the
1288 comments about d10v.
1289 (test_struct_calls): Likewise.
1290
77ae9c19
YQ
12912015-11-13 Yao Qi <yao.qi@linaro.org>
1292
1293 * gdb.base/gnu_vector.exp: Check the return value by "p res".
1294 * gdb.base/gnu_vector.c: Don't include stdio.h.
1295 (main): Don't print res and call add_some_intvecs.
1296
430e004e
MK
12972015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
1298
1299 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
1300 macro.
1301 (func5): Removed.
1302 (func4): Use FAST_TRACEPOINT_LABEL.
1303 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
1304 macro.
1305 (func): Removed.
1306 (thread_function): Use FAST_TRACEPOINT_LABEL.
1307 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
1308 (func): Remove.
1309 (marker): Use FAST_TRACEPOINT_LABEL.
1310 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
1311 (pendfunc1): Remove.
1312 (pendfunc): Use FAST_TRACEPOINT_LABEL.
1313 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
1314 (foo): Remove.
1315 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
1316 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
1317 macro.
1318 (func): Remove.
1319 (marker): Use FAST_TRACEPOINT_LABEL.
1320 * gdb.trace/trace-common.h: New header.
1321 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
1322 macro.
1323 (func): Remove.
1324 (marker): Use FAST_TRACEPOINT_LABEL.
1325 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
1326 (func): Remove.
1327 (thread_function): Use FAST_TRACEPOINT_LABEL.
1328
6e7675a7
MK
13292015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
1330
1331 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
1332 in front.
1333 * gdb.trace/change-loc.exp: Use global pcreg definition.
1334 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
1335 * gdb.trace/entry-values.exp: Use global spreg definition, add $
1336 in front.
1337 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
1338 * gdb.trace/pending.exp: Likewise.
1339 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
1340 * gdb.trace/trace-break.exp: Likewise.
1341 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
1342 in front.
1343 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
1344 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
1345 in front.
1346 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
1347
dddc0e16
JB
13482015-11-09 Joel Brobecker <brobecker@adacore.com>
1349
1350 * gdb.ada/fin_fun_out: New testcase.
1351
c6f0b406
KB
13522015-11-07 Kevin Buettner <kevinb@redhat.com>
1353
1354 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
1355 value associated with DW_AT_byte_size.
1356 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
1357 constants for DW_AT_byte_size, DW_AT_lower_bound, and
1358 DW_AT_upper_bound.
1359
f01dcfd9
KB
13602015-11-07 Kevin Buettner <kevinb@redhat.com>
1361
1362 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
1363 (gdb_target_symbol_prefix_flags): Define in terms of _asm
1364 version.
1365 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
1366 gdb.dwarf2/dw2-canonicalize-type.exp,
1367 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
1368 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
1369 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
1370 provided by gdb_target_symbol_prefix_flags_asm.
1371 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
1372 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
1373 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
1374 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
1375 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
1376 macros where needed). Use this macro for symbols which require
1377 the prefix provided by SYMBOL_PREFIX.
1378
2223449a
KB
13792015-11-05 Kevin Buettner <kevinb@redhat.com>
1380
1381 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
1382 New procs.
1383 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
1384 representing expressions, of more than one list element.
1385 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
1386 to prepend linker symbol prefix to f.
1387 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
1388 table_1 and table_2.
1389 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
1390 Likewise, for f and g.
1391 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
1392 for ptr.
1393 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
1394 for main.
1395 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
1396 table_1_ptr and table_2_ptr.
1397
6f2f1a3a
JK
13982015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1399 Joel Brobecker <brobecker@adacore.com>
1400
1401 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
1402
566c56c9
MK
14032015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
1404
1405 * gdb.reverse/s390-mvcle.c: New test.
1406 * gdb.reverse/s390-mvcle.exp: New file.
1407 * lib/gdb.exp: Enable reverse tests on s390*-linux.
1408
d5f0636b
MK
14092015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1410
1411 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
1412
7ad8b86c
MK
14132015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1414
1415 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
1416 reaching marker2.
1417 * gdb.reverse/getresuid-reverse.exp: Likewise.
1418 * gdb.reverse/pipe-reverse.exp: Likewise.
1419 * gdb.reverse/readv-reverse.exp: Likewise.
1420 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1421 * gdb.reverse/time-reverse.exp: Likewise.
1422 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
1423
4081c0f1
YQ
14242015-10-30 Yao Qi <yao.qi@linaro.org>
1425
1426 * gdb.threads/wp-replication.c (watch_count_done): Remove.
1427 (empty_cycle): Remove.
1428 (main): Don't call empty_cycle. Don't use watch_count_done.
1429 * gdb.threads/wp-replication.exp: Don't set breakpoint on
1430 empty_cycle. Rewrite the code counting HW watchpoints.
1431
452b4ba5
MK
14322015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
1433
1434 * gdb.reverse/fstatat-reverse.c: New test.
1435 * gdb.reverse/fstatat-reverse.exp: New file.
1436 * gdb.reverse/getresuid-reverse.c: New test.
1437 * gdb.reverse/getresuid-reverse.exp: New file.
1438 * gdb.reverse/pipe-reverse.c: New test.
1439 * gdb.reverse/pipe-reverse.exp: New file.
1440 * gdb.reverse/readv-reverse.c: New test.
1441 * gdb.reverse/readv-reverse.exp: New file.
1442 * gdb.reverse/recvmsg-reverse.c: New test.
1443 * gdb.reverse/recvmsg-reverse.exp: New file.
1444 * gdb.reverse/time-reverse.c: New test.
1445 * gdb.reverse/time-reverse.exp: New file.
1446 * gdb.reverse/waitpid-reverse.c: New test.
1447 * gdb.reverse/waitpid-reverse.exp: New file.
1448
5e2e7507
JK
14492015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1450
1451 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
1452
0fde2c53
DE
14532015-10-26 Doug Evans <dje@google.com>
1454
1455 PR symtab/17391
1456 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
1457 * gdb.dwarf2/bad-regnum.c: New file.
1458 * gdb.dwarf2/bad-regnum.exp: New file.
1459
1a70ae97
DE
14602015-10-26 Doug Evans <dje@google.com>
1461
1462 PR python/18938
1463 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
1464 file.
1465
27dc26ab
JK
14662015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1467
1468 * gdb.compile/compile.exp (compile code globalvar): Update expectation
1469 for a change by "Mention language in compile error message".
1470
bed91f4d
SM
14712015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
1472
1473 PR python/18073
1474 * gdb.python/py-type.c (C::a_method): New.
1475 (C::a_const_method): New.
1476 (C::a_static_method): New.
1477 (a_function): New.
1478 * gdb.python/py-type.exp (test_fields): Test getting fields
1479 from function and method.
1480
3f2f83dd
KB
14812015-10-21 Keven Boell <keven.boell@intel.com>
1482
1483 * gdb.fortran/vla-alloc-assoc.exp: New file.
1484 * gdb.fortran/vla-datatypes.exp: New file.
1485 * gdb.fortran/vla-datatypes.f90: New file.
1486 * gdb.fortran/vla-history.exp: New file.
1487 * gdb.fortran/vla-ptype-sub.exp: New file.
1488 * gdb.fortran/vla-ptype.exp: New file.
1489 * gdb.fortran/vla-sizeof.exp: New file.
1490 * gdb.fortran/vla-sub.f90: New file.
1491 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
1492 * gdb.fortran/vla-value-sub-finish.exp: New file.
1493 * gdb.fortran/vla-value-sub.exp: New file.
1494 * gdb.fortran/vla-value.exp: New file.
1495 * gdb.fortran/vla-ptr-info.exp: New file.
1496 * gdb.mi/mi-vla-fortran.exp: New file.
1497 * gdb.mi/vla.f90: New file.
1498
27145d50
SL
14992015-10-21 Sandra Loosemore <sandra@codesourcery.com>
1500
1501 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
1502 of hardwired timeout value.
1503
5f3ff4f8
JK
15042015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1505 Pedro Alves <palves@redhat.com>
1506
1507 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
1508 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
1509
bfd09d20
JS
15102015-10-19 Josh Stone <jistone@redhat.com>
1511
1512 * gdb.base/catch-syscall.c: Include <sched.h>.
1513 (unknown_syscall): New variable.
1514 (main): Trigger a vfork and an unknown syscall.
1515 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
1516 (unknown_syscall_number): Likewise.
1517 (check_call_to_syscall): Accept an optional syscall pattern.
1518 (check_return_from_syscall): Likewise.
1519 (check_continue): Likewise.
1520 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
1521 (test_catch_syscall_skipping_return): New test toggling off 'catch
1522 syscall' to step over the syscall return, then toggling back on.
1523 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
1524 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
1525 (do_syscall_tests): Call test_catch_syscall_without_args and
1526 test_catch_syscall_mid_vfork.
1527 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
1528 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
1529
b32b93c6
AS
15302015-10-19 Andrew Stubbs <ams@codesourcery.com>
1531
1532 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
1533 print g_vE): Add new pass patterns.
1534 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
1535 print various symbol names for vptr fields.
1536
9d622bda
AB
15372015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1538
1539 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
1540 results.
1541
0fd8ac1c
YQ
15422015-10-12 Yao Qi <yao.qi@linaro.org>
1543
1544 * gdb.arch/disp-step-insn-reloc.exp: New test case.
1545
34240514
YQ
15462015-10-12 Yao Qi <yao.qi@linaro.org>
1547
1548 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
1549 is aarch64*-*-linux*.
1550
8240f442
YQ
15512015-10-12 Yao Qi <yao.qi@linaro.org>
1552
1553 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
1554 (can_relocate_bcond_true): ... it.
1555 (can_relocate_bcond_false): New function.
1556 (foo): Likewise.
1557 (can_relocate_bl): Likewise.
1558 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
1559 can_relocate_bl.
1560
2520f728
PMR
15612015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
1562
1563 * gdb.base/nested-addr.c: New file.
1564 * gdb.base/nested-addr.exp: New testcase.
1565
abcef95a
MM
15662015-10-09 Markus Metzger <markus.t.metzger@intel.com>
1567
1568 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
1569 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
1570 its output. Ignore the output of "record goto begin" and instead
1571 check that GDB is replaying.
1572
145e3ddb
PA
15732015-10-09 Pedro Alves <palves@redhat.com>
1574
1575 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
1576 (top level): Use it in the run with no args test.
1577
d5d8c4e1
IB
15782015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
1579
1580 * gdb.dlang/properties.exp: New file.
1581
06e635ef
SL
15822015-10-02 Sandra Loosemore <sandra@codesourcery.com>
1583
1584 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
1585 whether or not address 0x1000 is mapped on the target.
1586
e019fd1d
SM
15872015-09-30 Simon Marchi <simon.marchi@ericsson.com>
1588
1589 * gdb.python/py-type.exp: Do not run tests if binaries fail to
1590 build.
1591
77ba2a67
MM
15922015-09-30 Markus Metzger <markus.t.metzger@intel.com>
1593
1594 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
1595 instruction-history test.
1596
c60eb31f
DE
15972015-09-28 Doug Evans <dje@google.com>
1598
1599 * gdb.base/gcore.c (array_func): Add reference to static_array.
1600
9a3c8263
SM
16012015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1602
1603 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
1604 source line.
1605
9720e656
SL
16062015-09-24 Sandra Loosemore <sandra@codesourcery.com>
1607
1608 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
1609 short or char as base type.
1610
938d3bf2
SL
16112015-09-23 Sandra Loosemore <sandra@codesourcery.com>
1612
1613 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
1614 to allow any size enum.
1615
e6c2c623
PMR
16162015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
1617
1618 * gdb.ada/array_ptr_renaming.exp: New testcase.
1619 * gdb.ada/array_ptr_renaming/foo.adb: New file.
1620 * gdb.ada/array_ptr_renaming/pack.ads: New file.
1621
06da0f77
PL
16222015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1623
1624 * gdb.trace/ftrace-lock.c: New file.
1625 * gdb.trace/ftrace-lock.exp: New file.
1626
4f51c22a
PL
16272015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1628
1629 * gdb.arch/insn-reloc.c: New file.
1630 * gdb.arch/ftrace-insn-reloc.exp: New file.
1631
7041adf4
PL
16322015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1633
1634 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
1635 instruction.
1636 * gdb.trace/pendshr1.c (pendfunc): Likewise.
1637 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
1638 * gdb.trace/range-stepping.c: Likewise.
1639 * gdb.trace/trace-break.c: Likewise.
1640 * gdb.trace/trace-mt.c (thread_function): Likewise.
1641 * gdb.trace/ftrace.c (marker): Likewise.
1642 * gdb.trace/trace-condition.c (marker): Likewise.
1643 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
1644 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
1645 is_aarch64_target.
1646
015d2e7e
DE
16472015-09-18 Doug Evans <xdje42@gmail.com>
1648
1649 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
1650 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
1651
26b188a2
SL
16522015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1653
1654 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
1655 the breakpoint.
1656
79dc332b
SL
16572015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1658
1659 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
1660 the pending breakpoint. Remove timeout override for "Run till
1661 MI pending breakpoint on pendfunc3 on thread 2" test.
1662
f57929f2
SL
16632015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1664
1665 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
1666 filename pattern.
1667
3f469b17
SL
16682015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1669
1670 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
1671 in breakpoint filename pattern.
1672
515b89b3
SL
16732015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1674
7800dbe4
SL
1675 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
1676
16772015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1678
515b89b3
SL
1679 * gdb.linespec/explicit.exp: Check for readline support for
1680 tab-completion tests. Fix obvious typo.
1681
d2939ba2
MM
16822015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1683
1684 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
1685 and replay.
1686
cbb55fa7
MM
16872015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1688
1689 * gdb.btrace/non-stop.c: New.
1690 * gdb.btrace/non-stop.exp: New.
1691
43691ca1
PL
16922015-09-17 Pierre Langlois <pierre.langlois@arm.com>
1693 Yao Qi <yao.qi@linaro.org>
1694
1695 * gdb.trace/trace-condition.c: New file.
1696 * gdb.trace/trace-condition.exp: New file.
1697
d78908cf
WW
16982015-09-16 Wei-cheng Wang <cole945@gmail.com>
1699
1700 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
1701 for testing bytecode compilation.
1702
1ed415e2
PA
17032015-09-16 Pedro Alves <palves@redhat.com>
1704 Sandra Loosemore <sandra@codesourcery.com>
1705
1706 * gdb.threads/non-stop-fair-events.c (timeout): New global.
1707 (SECONDS): Redefine.
1708 (main): Call pthread_kill and alarm early.
1709 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
1710 support.
1711 (test): If the target can't hardware step and doesn't support
1712 displaced stepping, increase the timeout.
1713
d136eff5
PA
17142015-09-16 Pedro Alves <palves@redhat.com>
1715
1716 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
1717 (enable_debug): New procedures.
1718 (test): Use them. Bail out if waiting for threads fails.
1719 (top level): Bail out if a test fails.
1720
991f019c
YQ
17212015-09-16 Yao Qi <yao.qi@linaro.org>
1722
1723 * gdb.asm/asm-source.exp: Set asm-arch for
1724 aarch64*-*-* target.
1725 * gdb.asm/aarch64.inc: New file.
1726
bfca584f
PMR
17272015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
1728
1729 * gdb.ada/array_of_variable_length.exp: New testcase.
1730 * gdb.ada/array_of_variable_length/foo.adb: New file.
1731 * gdb.ada/array_of_variable_length/pck.adb: New file.
1732 * gdb.ada/array_of_variable_length/pck.ads: New file.
1733
b326e587
DE
17342015-09-15 Doug Evans <dje@google.com>
1735
1736 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
1737 of function static local variable.
1738
5382cfab
PW
17392015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1740
1741 * gdb.threads/tls-so_extern.exp: New test file.
1742 * gdb.threads/tls-so_extern.c: New test file.
1743 * gdb.threads/tls-so_extern_main.c: New test file.
1744
141c5cc4
JK
17452015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1746
1747 * gdb.opt/solib-intra-step-lib.c: New file.
1748 * gdb.opt/solib-intra-step-main.c: New file.
1749 * gdb.opt/solib-intra-step.exp: New file.
1750
d15dcecd
PA
17512015-09-15 Pedro Alves <palves@redhat.com>
1752
1753 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
1754 gdb_continue_to_breakpoint instead of gdb_test_multiple.
1755
4c2f2a79
PA
17562015-09-14 Pedro Alves <palves@redhat.com>
1757
1758 * gdb.base/hook-stop-continue.c: Delete.
1759 * gdb.base/hook-stop-continue.exp: Delete.
1760 * gdb.base/hook-stop-frame.c: Delete.
1761 * gdb.base/hook-stop-frame.exp: Delete.
1762 * gdb.base/hook-stop.c: New file.
1763 * gdb.base/hook-stop.exp: New file.
1764
919e6dbe
PMR
17652015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
1766
1767 * gdb.ada/access_to_packed_array.exp: New testcase.
1768 * gdb.ada/access_to_packed_array/foo.adb: New file.
1769 * gdb.ada/access_to_packed_array/pack.adb: New file.
1770 * gdb.ada/access_to_packed_array/pack.ads: New file.
1771
157280a4
MM
17722015-09-14 Markus Metzger <markus.t.metzger@intel.com>
1773
1774 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
1775 buffer size test.
1776
2fd33e94
DB
17772015-09-11 Don Breazeal <donb@codesourcery.com>
1778
1779 * gdb.base/foll-exec.c: Add copyright header. Fix
1780 formatting issues.
1781 * gdb.base/foll-exec.exp (zap_session): Delete proc.
1782 (do_exec_tests): Use clean_restart in place of zap_session,
1783 and for test initialization. Fix formatting issues. Use
1784 fail in place of perror.
1785 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
1786 an expect statement to match an expression with output from
1787 the program under debug.
1788 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
1789 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
1790 * gdb.threads/non-ldr-exc-2.exp: Likewise.
1791 * gdb.threads/non-ldr-exc-3.exp: Likewise.
1792 * gdb.threads/non-ldr-exc-4.exp: Likewise.
1793
e70b6e8e
DE
17942015-09-09 Doug Evans <dje@google.com>
1795
1796 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
1797
7a551a51
DE
17982015-09-09 Doug Evans <dje@google.com>
1799
1800 * gdb.base/pie-execl.exp: Fix result test of build_executable.
1801
4c666f84
DE
18022015-09-09 Doug Evans <dje@google.com>
1803
1804 * gdb.base/savedregs.exp: Fix typo.
1805
243a9253
PA
18062015-09-09 Pedro Alves <palves@redhat.com>
1807
1808 * gdb.mi/mi-cli.exp: Add CLI finish tests.
1809
c0fa8fbd
SL
18102015-09-08 Sandra Loosemore <sandra@codesourcery.com>
1811
1812 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
1813 command actually switches threads. Give up on remaining
1814 tests if target fails to stop at breakpoint.
1815
cd7c1778
PMR
18162015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
1817
1818 * gdb.ada/funcall_char.exp: New testcase.
1819 * gdb.ada/funcall_char/foo.adb: New file.
1820
dc5c8746
PMR
18212015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
1822
1823 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
1824 expected outputs. Add two testcases for completing ambiguous
1825 functions.
1826 * gdb.ada/complete/aux_pck.adb: New file.
1827 * gdb.ada/complete/aux_pck.ads: New file.
1828 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
1829 Ambiguous_Func functions.
1830 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
1831 * gdb.ada/complete/pck.adb: Likewise.
1832
4e83a1e7
UW
18332015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1834
1835 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
1836 failures to run the test program under GDB.
1837
8ce74153
LM
18382015-08-26 Luis Machado <lgustavo@codesourcery.com>
1839
1840 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
1841 to C.
1842
e9756d52
PP
18432015-08-26 Patrick Palka <patrick@parcs.ath.cx>
1844
1845 * gdb.base/run-after-attach.exp: New test file.
1846 * gdb.base/run-after-attach.c: New test file.
1847
8d37573b
DB
18482015-08-26 Don Breazeal <donb@codesourcery.com>
1849
1850 * gdb.base/foll-exec-2.c: New test program.
1851 * gdb.base/foll-exec-2.exp: New test.
1852
63e43d3a
PMR
18532015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
1854
1855 * gdb.base/nested-subp1.exp: New file.
1856 * gdb.base/nested-subp1.c: New file.
1857 * gdb.base/nested-subp2.exp: New file.
1858 * gdb.base/nested-subp2.c: New file.
1859 * gdb.base/nested-subp3.exp: New file.
1860 * gdb.base/nested-subp3.c: New file.
1861
3d40fbb5
PA
18622015-08-24 Pedro Alves <palves@redhat.com>
1863
1864 * gdb.server/connect-without-multi-process.c: New file.
1865 * gdb.server/connect-without-multi-process.exp: New file.
1866
4422ac93
LM
18672015-08-24 Luis Machado <lgustavo@codesourcery.com>
1868
1869 * gdb.opt/inline-markers.c: Make z int.
1870
91dddb86
LM
18712015-08-24 Luis Machado <lgustavo@codesourcery.com>
1872
1873 * gdb.opt/inline-markers.c: Make z volatile.
1874
a48847ee
LM
18752015-08-24 Luis Machado <lgustavo@codesourcery.com>
1876
1877 * gdb.opt/inline-bt.c: New volatile global z.
1878 * gdb.opt/inline-cmds.c: Likewise.
1879 * gdb.opt/inline-locals.c: Likewise.
1880 * gdb.opt/inline-markers.c: New extern global z.
1881 (marker): Use z.
1882 (inline_fn): Likewise.
1883
0ebbc52b
PA
18842015-08-24 Pedro Alves <palves@redhat.com>
1885
1886 * config/m32r-stub.exp: Remove file.
1887 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
1888 * gdb.base/call-rt-st.exp: Likewise.
1889 * gdb.base/call-strs.exp: Likewise.
1890 * gdb.base/default.exp: Remove references to h8300-*-hms and
1891 *-*-udi*.
1892 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
1893
77c365df
AA
18942015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1895
1896 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
1897 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
1898 and "return" use KFAIL when GDB can not read/write the vector
1899 return value.
1900
4313b8c0
GB
19012015-08-21 Gary Benson <gbenson@redhat.com>
1902
1903 * gdb.trace/pending.exp: Cope with remote transfer warnings.
1904
0e433b32
PA
19052015-08-20 Pedro Alves <palves@redhat.com>
1906
1907 * gdb.server/solib-list.exp: No longer expect an interior stop in
1908 non-stop mode.
1909
221e1a37
PA
19102015-08-20 Pedro Alves <palves@redhat.com>
1911
1912 * gdb.server/connect-stopped-target.c: New file.
1913 * gdb.server/connect-stopped-target.exp: New file.
1914
40e3ad0e
PA
19152015-08-20 Pedro Alves <palves@redhat.com>
1916
1917 * gdb.dwarf2/comp-unit-lang.exp: New file.
1918 * gdb.dwarf2/comp-unit-lang.c: New file.
1919
af39b327
PMR
19202015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
1921
1922 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
1923 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
1924
7d45c7c3 19252015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 1926
7d45c7c3
KB
1927 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
1928 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
1929
4d6cceb4
DE
19302015-08-18 Doug Evans <dje@google.com>
1931 Adrian Sendroiu <adrian.sendroiu@freescale.com>
1932
1933 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
1934 skip_python_tests. New arg prompt_regexp.
1935 (skip_python_tests): New function.
1936 * lib/mi-support.exp (mi_skip_python_tests): New function.
1937 * gdb.python/py-mi-objfile-gdb.py: New file.
1938 * gdb.python/py-mi-objfile.c: New file.
1939 * gdb.python/py-mi-objfile.exp: New file.
1940
ad89c2aa
KS
19412015-08-17 Keith Seitz <keiths@redhat.com>
1942
1943 * gdb.linespec/explicit.exp: Move strace test from here ...
1944 * gdb.trace/strace.exp: ... to here.
1945
e3ae3c43
PP
19462015-08-15 Patrick Palka <patrick@parcs.ath.cx>
1947
1948 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
1949 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
1950
604b2636
DE
19512015-08-14 Doug Evans <xdje42@gmail.com>
1952
1953 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
1954 inferior before selecting a new file.
1955
6ff0ba5f
DE
19562015-08-14 Doug Evans <xdje42@gmail.com>
1957
1958 * gdb.mi/mi-disassemble.exp: Update.
1959 * gdb.base/disasm-optim.S: New file.
1960 * gdb.base/disasm-optim.c: New file.
1961 * gdb.base/disasm-optim.h: New file.
1962 * gdb.base/disasm-optim.exp: New file.
1963
9ca98f92
KS
19642015-08-14 Keith Seitz <keiths@redhat.com>
1965
1966 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
1967 "evaluated-by".
1968
52bbc560
JB
19692015-08-13 Joel Brobecker <brobecker@adacore.com>
1970
1971 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
1972
5d8c3ed3
PMR
19732015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
1974
1975 * gdb.ada/fun_renaming.exp: New testcase.
1976 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
1977 * gdb.ada/fun_renaming/pack.adb: New file.
1978 * gdb.ada/fun_renaming/pack.ads: New file.
1979
ea8812bc
KS
19802015-08-12 Keith Seitz <keiths@redhat.com>
1981
1982 * gdb.base/dso2dso.exp: Pass basename of source file in call to
1983 gdb_get_line_number.
1984
4dafcdeb
JB
19852015-08-12 Joel Brobecker <brobecker@adacore.com>
1986
1987 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
1988 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
1989 gdb.base/dso2dso.exp: New files.
1990
5ba32597
SDJ
19912015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1992 Pedro Alves <palves@redhat.com>
1993 Keith Seitz <keiths@redhat.com>
1994
1995 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
1996 GDBFLAGS.
1997
b6dafabf
PP
19982015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1999
2000 * gdb.base/gdbhistsize-history.exp
2001 (test_histsize_history_setting): Use save_vars.
2002 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2003 Use save_vars.
2004 (test_no_truncation_of_unlimited_history_file): Use save_vars.
2005 * gdb.base/readline.exp: Use save_vars.
2006
abe8e607
PP
20072015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2008
2009 * lib/gdb.exp (save_vars): New proc.
2010
629500fa
KS
20112015-08-11 Keith Seitz <keiths@redhat.com>
2012
2013 * gdb.base/help.exp: Update help_breakpoint_text.
2014
eb8c4e2e
KS
20152015-08-11 Keith Seitz <keiths@redhat.com>
2016
2017 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
2018 (at toplevel): Call test_explicit_breakpoints.
2019 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
2020 breakpoints.
2021 * lib/mi-support.exp (mi_make_breakpoint): Add support for
2022 breakpoint conditions, "-cond".
2023
87f0e720
KS
20242015-08-11 Keith Seitz <keiths@redhat.com>
2025
2026 * gdb.linespec/3explicit.c: New file.
2027 * gdb.linespec/cpexplicit.cc: New file.
2028 * gdb.linespec/cpexplicit.exp: New file.
2029 * gdb.linespec/explicit.c: New file.
2030 * gdb.linespec/explicit.exp: New file.
2031 * gdb.linespec/explicit2.c: New file.
2032 * gdb.linespec/ls-errs.exp: Add explicit location tests.
2033 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
2034 before using in the matching pattern.
2035 Clarify that `prefix' is a regular expression.
2036
f00aae0f
KS
20372015-08-11 Keith Seitz <keiths@redhat.com>
2038
2039 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
2040 test.
2041 Add tests for missing ",FMT" and ",".
2042
e27852be
DE
20432015-08-10 Doug Evans <dje@google.com>
2044 Keith Seitz <keiths@redhat.com>
2045
2046 PR gdb/17960
2047 * gdb.base/completion.exp: Add location completer tests.
2048
7f03bd92
PA
20492015-08-07 Pedro Alves <palves@redhat.com>
2050
2051 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
2052 tests here.
2053 (top level): Run do_test with and without displaced stepping.
2054
3fc8eb30
PA
20552015-08-07 Pedro Alves <palves@redhat.com>
2056
2057 * gdb.base/valgrind-disp-step.c: New file.
2058 * gdb.base/valgrind-disp-step.exp: New file.
2059
d4569d7b
PA
20602015-08-07 Pedro Alves <palves@redhat.com>
2061
2062 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
2063 Delete function.
2064 (main): Add alarm. Run an infinite loop instead of calling
2065 wait_threads.
2066 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
2067 comment.
2068 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
2069 Delete function.
2070 (main): Add alarm. Run an infinite loop instead of calling
2071 wait_threads.
2072 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
2073 comment.
2074
e1316e60
PA
20752015-08-07 Pedro Alves <palves@redhat.com>
2076
2077 * gdb.base/checkpoint-ns.exp: New file.
2078 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
2079 standard_testfile.
2080
da8c46d2
MM
20812015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2082
2083 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
2084 * gdb.btrace/instruction_history.exp: Update.
2085 * gdb.btrace/tsx.exp: New.
2086 * gdb.btrace/tsx.c: New.
2087
de1c2c52
PA
20882015-08-06 Pedro Alves <palves@redhat.com>
2089
2090 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
2091 increase timeout.
2092 * gdb.reverse/until-precsave.exp: Bump timeouts.
2093
782e0bf4
PA
20942015-08-06 Pedro Alves <palves@redhat.com>
2095
2096 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
2097
83e97ed0
PA
20982015-08-06 Pedro Alves <palves@redhat.com>
2099
2100 PR gdb/18749
2101 * gdb.threads/process-dies-while-handling-bp.c: New file.
2102 * gdb.threads/process-dies-while-handling-bp.exp: New file.
2103
863d01bd
PA
21042015-08-06 Pedro Alves <palves@redhat.com>
2105
2106 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
2107 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
2108
0a39bb32
PA
21092015-08-05 Pedro Alves <palves@redhat.com>
2110
2111 * gdb.threads/next-while-other-thread-longjmps.c: New file.
2112 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
2113
ee2d2b10
SL
21142015-08-03 Sandra Loosemore <sandra@codesourcery.com>
2115
2116 * gdb.base/bp-permanent.exp: Report test as unsupported if
2117 the target cannot stop at the permanent breakpoint.
2118
4e1bdb00
DE
21192015-08-03 Doug Evans <dje@google.com>
2120
2121 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
2122 10000.
2123
3d338901
DE
21242015-08-03 Doug Evans <dje@google.com>
2125
2126 * Makefile.in (workers/%.worker, build-perf): New rule.
2127 (GDB_PERFTEST_MODE): New variable.
2128 (check-perf): Use it.
2129 (clean): Clean up gdb.perf parallel build subdirs.
2130 * lib/build-piece.exp: New file.
2131 * lib/gdb.exp (make_gdb_parallel_path): New function
2132 (standard_output_file, standard_temp_file): Call it.
2133 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2134 of $GDB_PARALLEL.
2135 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
2136
af061d3e
DE
21372015-08-03 Doug Evans <dje@google.com>
2138
8e1afc81 2139 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
2140 (LOG_FILE_NAME): New global.
2141 (TextReporter.__init__): Initialize self.txt_sum.
2142 (TextReporter.report): Add support for multiple data-points.
2143 Move report to perftest.sum, put raw data in perftest.log.
2144 (TextReporter.start): Open sum and log files.
2145 (TextReporter.end): Close sum and log files.
8e1afc81
DE
2146 * gdb.perf/lib/perftest/testresult.py
2147 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 2148
2c8c5d37
PA
21492015-07-31 Pedro Alves <palves@redhat.com>
2150
2151 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
2152 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2153 kill_wait_spawned_process instead of explicit "kill -9".
2154 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
2155 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2156 kill_wait_spawned_process.
2157 * gdb.base/attach-twice.exp: Likewise.
2158 * gdb.base/attach.exp: Likewise.
2159 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
2160 gdb_test_multiple.
2161 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
2162 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2163 kill_wait_spawned_process.
2164 * gdb.base/valgrind-infcall.exp: Likewise.
2165 * gdb.multi/multi-attach.exp: Likewise.
2166 * gdb.python/py-prompt.exp: Likewise.
2167 * gdb.python/py-sync-interp.exp: Likewise.
2168 * gdb.server/ext-attach.exp: Likewise.
2169 * gdb.threads/attach-into-signal.exp (corefunc): Use
2170 spawn_wait_for_attach, spawn_id_get_pid and
2171 kill_wait_spawned_process.
2172 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
2173 spawn_wait_for_attach returning a spawn id instead of a pid. Use
2174 spawn_id_get_pid and kill_wait_spawned_process.
2175 * gdb.threads/attach-stopped.exp (corefunc): Use
2176 spawn_wait_for_attach, spawn_id_get_pid and
2177 kill_wait_spawned_process.
2178 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
2179 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2180 kill_wait_spawned_process instead of explicit "kill -9".
2181 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
2182 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
2183 (spawn_wait_for_attach): Use spawn instead of exec to spawn
2184 processes. Don't map cygwin/windows pids here. Now returns a
2185 spawn id list.
2186
032a0fca
SL
21872015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2188
2189 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
2190 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
2191 correct patch.
2192
61a934ca
SL
21932015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2194
2195 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
2196
4bc4d428
SL
21972015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2198
2199 Reapply:
2200 2014-05-21 Mark Wielaard <mjw@redhat.com>
2201
2202 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2203
998d452a
PA
22042015-07-30 Pedro Alves <palves@redhat.com>
2205
2206 * linux-low.c (handle_extended_wait): Set the child's last
2207 reported status to TARGET_WAITKIND_STOPPED.
2208
69dde7dc
PA
22092015-07-30 Pedro Alves <palves@redhat.com>
2210
2211 PR threads/18600
2212 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
2213 only shows inferior 1.
2214
4dd63d48
PA
22152015-07-30 Simon Marchi <simon.marchi@ericsson.com>
2216 Pedro Alves <palves@redhat.com>
2217
2218 PR threads/18600
2219 * gdb.threads/fork-plus-threads.c: New file.
2220 * gdb.threads/fork-plus-threads.exp: New file.
2221
d618e4c5
PP
22222015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2223
2224 * gdb.base/batch-preserve-term-settings.exp
2225 (test_terminal_settings_preserved_after_cli_exit): Use
2226 send_quit_command.
2227
1eef6428
PA
22282015-07-29 Pedro Alves <palves@redhat.com>
2229 Don Breazeal <donb@codesourcery.com>
2230
2231 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
2232 output from both inferior_spawn_id and gdb_spawn_id.
2233
7da5b897
SDJ
22342015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2235
2236 * gdb.threads/attach-into-signal.exp (corefunc): Use
2237 with_test_prefix on nested loops, uniquefying the test messages.
2238
dac804df
SDJ
22392015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2240
2241 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
2242 commit.
2243
06265e53
PP
22442015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2245
2246 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
2247 New proc.
2248 (test_terminal_settings_preserved_after_sigterm): New test.
2249
18206ca3
PP
22502015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2251
2252 * gdb.base/batch-preserve-term-settings.exp
2253 (test_terminal_settings_preserved_after_cli_exit): New test.
2254
90074d11
PP
22552015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2256
2257 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
2258 manipulation of saved_gdbflags.
2259 (test_terminal_settings_preserved): Remove global declaration of
2260 the unused variable pagination_prompt. Remove manipulation of
2261 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
2262 GDBFLAGS.
2263
eb1a7902
PA
22642015-07-29 Pedro Alves <palves@redhat.com>
2265
2266 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
2267
8b75dd3b
PA
22682015-07-29 Pedro Alves <palves@redhat.com>
2269
2270 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
2271 at the top.
2272
dedad4e3
PA
22732015-07-29 Pedro Alves <palves@redhat.com>
2274
2275 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
2276 (main): Call gdb_unbuffer_output.
2277 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
2278 (main): Call gdb_unbuffer_output.
2279 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
2280 (main): Call gdb_unbuffer_output.
2281 * gdb.base/call-strs.exp: Adjust to step over the
2282 gdb_unbuffer_output call.
2283 * gdb.base/catch-gdb-caused-signals.c: Include
2284 "../lib/unbuffer_output.c".
2285 (main): Call gdb_unbuffer_output.
2286 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
2287 (main): Call gdb_unbuffer_output.
2288 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
2289 (main): Call gdb_unbuffer_output.
2290 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
2291 (main): Call gdb_unbuffer_output.
2292 * gdb.base/shlib-call.exp: Adjust to step over the
2293 gdb_unbuffer_output call.
2294 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
2295 (main): Call gdb_unbuffer_output.
2296 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
2297 (main): Call gdb_unbuffer_output.
2298 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
2299 (main): Rename to ...
2300 (test): ... this.
2301 (main): Reimplement.
2302 * gdb.base/varargs.exp: Run to test instead of to main.
2303 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2304 (main): Call gdb_unbuffer_output.
2305
58789a91
PA
23062015-07-29 Pedro Alves <palves@redhat.com>
2307
2308 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
2309 factore out from mi_continue_dprintf. For call-style dprintfs,
2310 expect dprintf output out of $inferior_spawn_id.
2311 (mi_continue_dprintf): Use mi_expect_dprintf.
2312 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2313 (main): Call gdb_unbuffer_output.
2314
e8376742
PA
23152015-07-29 Pedro Alves <palves@redhat.com>
2316
2317 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
2318 (default_mi_gdb_start): Set inferior_spawn_id instead of
2319 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
2320 gdb_spawn_id.
2321 (mi_gdb_test): Always expect inferior output from both
2322 $inferior_spawn_id and $gdb_spawn_id.
2323
08280010
PA
23242015-07-29 Pedro Alves <palves@redhat.com>
2325
2326 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
2327 send_inferior and $inferior_spawn_id.
2328
4d30e432
PA
23292015-07-29 Pedro Alves <palves@redhat.com>
2330
2331 * gdb.gdb/complaints.exp (test_initial_complaints)
2332 (test_serial_complaints, test_short_complaints): Use
2333 gdb_test_stdio.
2334 (test_empty_complaint): Handle $inferior_spawn_id !=
2335 $gdb_spawn_id.
2336
0d30a335
PA
23372015-07-29 Pedro Alves <palves@redhat.com>
2338
2339 * gdb.base/varargs.exp: Use gdb_test_stdio.
2340
39413b29
PA
23412015-07-29 Pedro Alves <palves@redhat.com>
2342
2343 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
2344
7cb000a9
PA
23452015-07-29 Pedro Alves <palves@redhat.com>
2346
2347 * gdb.base/ending-run.exp: Use gdb_test_stdio.
2348
d7b8ac82
PA
23492015-07-29 Pedro Alves <palves@redhat.com>
2350
2351 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
2352 parameter into two new parameters, "inf_result" and "gdb_result".
2353 Expect inferior output and gdb output from $inferior_spawn_id and
2354 $gdb_spawn_id, respectively. Adjust all callers.
2355
789c3a0c
PA
23562015-07-29 Pedro Alves <palves@redhat.com>
2357
2358 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
2359 of gdb_test_sequence.
2360
77e760c3
PA
23612015-07-29 Pedro Alves <palves@redhat.com>
2362
2363 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
2364 (saw_spurious_output): Expect inferior output from
2365 $inferior_spawn_id. Use gdb_test_stdio.
2366
8396d2cd
PA
23672015-07-29 Pedro Alves <palves@redhat.com>
2368
2369 * gdb.base/dprintf.exp: Use standard_testfile. Change
2370 prepare_for_testing call.
2371 (srcfile): Don't set.
2372 (restart): New procedure.
2373 (test_dprintf): New procecure, use to continue over dprintfs.
2374 (test_call, test_agent): New procedures, tests moved here.
2375 Restart gdb and recreate dprintfs. Adjust expected output.
2376
2051d61f
PA
23772015-07-29 Pedro Alves <palves@redhat.com>
2378
2379 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
2380
452397af
PA
23812015-07-29 Pedro Alves <palves@redhat.com>
2382
2383 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
2384
8aed9555
PA
23852015-07-29 Pedro Alves <palves@redhat.com>
2386
2387 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
2388 gdb_test_stdio.
2389
188a61b4
PA
23902015-07-29 Pedro Alves <palves@redhat.com>
2391
2392 * lib/gdb.exp (gdb_test_stdio): New procedure.
2393
12264a45
PA
23942015-07-29 Pedro Alves <palves@redhat.com>
2395
2396 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
2397
23ffc893
PA
23982015-07-29 Pedro Alves <palves@redhat.com>
2399
2400 * gdb.base/call-signal-resume.exp: Remove check for
2401 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
2402 * gdb.base/unwindonsignal.exp: Likewise.
2403 * gdb.base/call-signals.c (gen_signal): Remove printf call.
2404 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
2405
65566918
PA
24062015-07-29 Pedro Alves <palves@redhat.com>
2407
2408 * gdb.base/siginfo-addr.c (pass): New function.
2409 (handler): Call it iff si_addr is correct.
2410 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
2411 Set a breakpoint at "pass" and continue to it.
2412
d60a9221
SDJ
24132015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
2414
2415 * gdb.python/py-objfile.exp: Make some tests have unique names.
2416 * gdb.python/py-pp-registration.exp: Likewise.
2417
bde40b8f
PA
24182015-07-28 Pedro Alves <palves@redhat.com>
2419
2420 * gdb.server/server-exec-info.exp: Issue a "disconnect".
2421
13e1dec8
SM
24222015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2423
2424 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
2425
da33c9a7
SM
24262015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2427
2428 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
2429
077836f7
PP
24302015-07-27 Patrick Palka <patrick@parcs.ath.cx>
2431
2432 * gdb.base/gdb-sigterm-2.exp: New test.
2433
b8cc7b2e
DE
24342015-07-25 Doug Evans <xdje42@gmail.com>
2435
2436 Revert:
2437 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2438 (workers/%.worker, build-perf): New rule.
2439 (GDB_PERFTEST_MODE): New variable.
2440 (check-perf): Use it.
2441 (clean): Clean up gdb.perf parallel build subdirs.
2442 * lib/build-piece.exp: New file.
2443 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2444 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2445 name.
2446 (standard_temp_file): Ditto.
2447 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2448 of $GDB_PARALLEL.
2449
c8bd4544
DE
24502015-07-24 Doug Evans <dje@google.com>
2451
2452 * gdb.perf/lib/perftest/utils.py: New file.
2453 * gdb.perf/gm-hello.cc: New file.
2454 * gdb.perf/gm-pervasive-typedef.cc: New file.
2455 * gdb.perf/gm-pervasive-typedef.h: New file.
2456 * gdb.perf/gm-std.cc: New file.
2457 * gdb.perf/gm-std.h: New file.
2458 * gdb.perf/gm-use-cerr.cc: New file.
2459 * gdb.perf/gm-utils.h: New file.
2460 * gdb.perf/gmonster-null-lookup.py: New file.
2461 * gdb.perf/gmonster-pervasive-typedef.py: New file.
2462 * gdb.perf/gmonster-print-cerr.py: New file.
2463 * gdb.perf/gmonster-ptype-string.py: New file.
2464 * gdb.perf/gmonster-runto-main.py: New file.
2465 * gdb.perf/gmonster-select-file.py: New file.
2466 * gdb.perf/gmonster1-null-lookup.exp: New file.
2467 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
2468 * gdb.perf/gmonster1-print-cerr.exp: New file.
2469 * gdb.perf/gmonster1-ptype-string.exp: New file.
2470 * gdb.perf/gmonster1-runto-main.exp: New file.
2471 * gdb.perf/gmonster1-select-file.exp: New file.
2472 * gdb.perf/gmonster1.cc: New file.
2473 * gdb.perf/gmonster1.exp: New file.
2474 * gdb.perf/gmonster2-null-lookup.exp: New file.
2475 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
2476 * gdb.perf/gmonster2-print-cerr.exp: New file.
2477 * gdb.perf/gmonster2-ptype-string.exp: New file.
2478 * gdb.perf/gmonster2-runto-main.exp: New file.
2479 * gdb.perf/gmonster2-select-file.exp: New file.
2480 * gdb.perf/gmonster2.cc: New file.
2481 * gdb.perf/gmonster2.exp: New file.
2482
6eab34f3
DE
24832015-07-24 Doug Evans <dje@google.com>
2484
2485 * gdb.perf/README: New file.
2486 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
2487 * lib/gen-perf-test.exp: New file.
2488
63738bfd
DE
24892015-07-24 Doug Evans <dje@google.com>
2490
2491 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
2492 (PerfTest::startup): New function.
2493 (PerfTest::run): Return result of calling body.
2494 (PerfTest::assemble): Rewrite.
2495 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
2496 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
2497 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
2498 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
2499 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
2500
7b606f95
DE
25012015-07-24 Doug Evans <dje@google.com>
2502
2503 * lib/gdb.exp (clean_restart): Make executable optional.
2504
a97b16b8
DE
25052015-07-24 Doug Evans <dje@google.com>
2506
2507 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
2508 compiler_info references.
2509 * gdb.cp/temargs.exp: Ditto.
2510 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
2511 (get_compiler_info): Early exit if already computed. Set compiler_info
2512 to "unknown" if there was a problem.
2513 (test_compiler_info): Add function comment. Call get_compiler_info.
2514
35baa57f
DE
25152015-07-24 Doug Evans <dje@google.com>
2516
2517 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2518 (workers/%.worker, build-perf): New rule.
2519 (GDB_PERFTEST_MODE): New variable.
2520 (check-perf): Use it.
2521 (clean): Clean up gdb.perf parallel build subdirs.
2522 * lib/build-piece.exp: New file.
2523 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2524 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2525 name.
2526 (standard_temp_file): Ditto.
2527 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2528 of $GDB_PARALLEL.
2529
6ebea266
DE
25302015-07-24 Doug Evans <dje@google.com>
2531
2532 * lib/future.exp (gdb_default_target_compile): New option
2533 "early_flags".
2534 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
2535 --as-needed.
2536
1e76a7e9
SDJ
25372015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
2538
2539 * gdb.base/catch-syscall.exp: Call gdb_exit before
2540 gdb_skip_xml_test.
2541
5068630a
PA
25422015-07-24 Pedro Alves <palves@redhat.com>
2543
2544 * gdb.python/py-events.exp: Accept output between the stop event
2545 and the prompt.
2546 * gdb.python/py-evsignal.exp: Likewise.
2547 * gdb.python/py-evthreads.exp: Likewise.
2548
77598427
PA
25492015-07-24 Pedro Alves <palves@redhat.com>
2550
2551 PR gdb/18717
2552 * gdb.threads/non-ldr-exit.c: New file.
2553 * gdb.threads/non-ldr-exit.exp: New file.
2554
11e6c98f
YQ
25552015-07-24 Yao Qi <yao.qi@linaro.org>
2556
2557 * gdb.server/ext-wrapper.exp: Test --wrapper option when
2558 restarting process.
2559
51aee833
YQ
25602015-07-24 Yao Qi <yao.qi@linaro.org>
2561
2562 * gdb.server/ext-restart.exp: New file.
2563
8cfe207c
YQ
25642015-07-24 Yao Qi <yao.qi@linaro.org>
2565
2566 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
2567 argument options.
2568 * gdb.server/ext-wrapper.exp: New file.
2569
cc12ce38
DE
25702015-07-23 Doug Evans <dje@google.com>
2571
2572 * gdb.dwarf2/dw2-dummy-cu.S: New file.
2573 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
2574
d0d84780
PMR
25752015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
2576
2577 * gdb.ada/var_arr_typedef.exp: New testcase.
2578 * gdb.ada/var_arr_typedef/pack.adb: New file.
2579 * gdb.ada/var_arr_typedef/pack.ads: New file.
2580 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
2581
8b558f79
JB
25822015-07-20 Joel Brobecker <brobecker@adacore.com>
2583
2584 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
2585
775a3298
JK
25862015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2587
2588 * gdb.arch/i386-biarch-core.exp: Replace istarget
2589 by "complete set gnutarget". Remove expectation for the "core-file"
2590 command.
2591
db1ff28b
JK
25922015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2593
2594 Revert the previous commit:
2595 Tests for validate symbol file using build-id.
2596
0a94970d
JK
25972015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2598
2599 Tests for validate symbol file using build-id.
2600 * gdb.base/solib-mismatch-lib.c: New file.
2601 * gdb.base/solib-mismatch-libmod.c: New file.
2602 * gdb.base/solib-mismatch.c: New file.
2603 * gdb.base/solib-mismatch.exp: New file.
2604
03346981
SL
26052015-07-15 Sandra Loosemore <sandra@codesourcery.com>
2606
2607 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
2608 nios2-*-linux*.
2609 * gdb.base/sigbpt.exp (stepi_out): Likewise.
2610 * gdb.base/siginfo.exp: Likewise.
2611 * gdb.base/sigstep.exp (advance, advancei): Likewise.
2612
42422cc7
PL
26132015-07-15 Pierre Langlois <pierre.langlois@arm.com>
2614
2615 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
2616 Move it to ...
2617 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
2618 ... here.
2619 * gdb.trace/range-stepping.exp: Check that the target supports
2620 range stepping.
2621
cfa68bae
JK
26222015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2623
2624 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
2625
8ffdba26
PA
26262015-07-14 Pedro Alves <palves@redhat.com>
2627
2628 * gdb.base/killed-outside.exp: New file.
2629 * gdb.base/killed-outside.c: New file.
2630
218a5a11
JK
26312015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2632
2633 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
2634 (n at main): New.
2635 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
2636
e03ed3c6
AA
26372015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2638
2639 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
2640 infcall tests instead of setting up for KFAIL.
2641
485668e5
MM
26422015-07-10 Markus Metzger <markus.t.metzger@intel.com>
2643
2644 * gdb.btrace/record_goto-step.exp: New.
2645
08464196
JK
26462015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2647
2648 PR compile/18484
2649 * gdb.compile/compile.c (struct struct_type): Add volatile to
2650 selffield's type.
2651 * gdb.compile/compile.exp
2652 (compile code struct_object.selffield = &struct_object): Skip further
2653 struct_object tests if this one xfails.
2654
bcf5c1d9
RC
26552015-07-08 Robert O'Callahan <robert@ocallahan.org>
2656
2657 PR exp/18617
2658 * gdb.trace/ax.exp: Add test.
2659
4931af25
YQ
26602015-07-07 Yao Qi <yao.qi@linaro.org>
2661
2662 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
2663 instead of istarget "aarch64*-*-*".
2664 * gdb.arch/aarch64-fp.exp: Likewise.
2665 * gdb.base/float.exp: Likewise.
2666 * gdb.reverse/aarch64.exp: Likewise.
2667 * lib/gdb.exp (is_aarch64_target): New proc.
2668
9fcf688e
YQ
26692015-07-07 Yao Qi <yao.qi@linaro.org>
2670
2671 * lib/gdb.exp (is_aarch32_target): New proc.
2672 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
2673 instead of "istarget "arm*-*-*"".
2674 * gdb.arch/arm-disp-step.exp: Likewise.
2675 * gdb.arch/thumb-bx-pc.exp: Likewise.
2676 * gdb.arch/thumb-prologue.exp: Likewise.
2677 * gdb.arch/thumb-singlestep.exp: Likewise.
2678 * gdb.base/disp-step-syscall.exp: Likewise.
2679 * gdb.base/float.exp: Likewise.
2680
fbd8d50d
YQ
26812015-07-07 Yao Qi <yao.qi@linaro.org>
2682
2683 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
2684 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
2685
71be1fdc
YQ
26862015-07-07 Yao Qi <yao.qi@linaro.org>
2687
2688 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
2689 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
2690 if it exists.
2691 * gdb.multi/multi-arch.exp: Likewise.
2692
3e221d36
SM
26932015-07-07 Simon Marchi <simon.marchi@ericsson.com>
2694
2695 * gdb.python/py-lazy-string.exp: Add missing parentheses to
2696 print.
2697
d441430b
YQ
26982015-07-07 Yao Qi <yao.qi@linaro.org>
2699
2700 * gdb.arch/thumb-singlestep.exp: Do one more single step.
2701
06f810bd
MG
27022015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
2703
2704 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
2705 '[' and ']' characters.
2706
5e61e7c0
IB
27072015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
2708
2709 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
2710
28bf096c
PA
27112015-06-29 Pedro Alves <palves@redhat.com>
2712
2713 PR threads/18127
2714 * gdb.threads/hand-call-new-thread.c: New file.
2715 * gdb.threads/hand-call-new-thread.c: New file.
2716
ee93cd5e
KS
27172015-06-26 Keith Seitz <keiths@redhat.com>
2718 Doug Evans <dje@google.com>
2719
2720 PR 16253
2721 * gdb.cp/var-tag-2.cc: New file.
2722 * gdb.cp/var-tag-3.cc: New file.
2723 * gdb.cp/var-tag-4.cc: New file.
2724 * gdb.cp/var-tag.cc: New file.
2725 * gdb.cp/var-tag.exp: New file.
2726
fc637f04
PP
27272015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2728
2729 * gdb.base/history-duplicates.exp: New test.
2730
2e52ae68
PP
27312015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2732
2733 * gdb.base/completion.exp: Test the completion of the "focus"
2734 command.
2735
6e22494e
JK
27362015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2737
2738 * gdb.arch/amd64-prologue-skip.S: New file.
2739 * gdb.arch/amd64-prologue-skip.exp: New file.
2740
bf7b9cd9
SM
27412015-06-25 Simon Marchi <simon.marchi@ericsson.com>
2742
2743 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
2744 is_address_zero_readable check.
2745
201e8dfd
PB
27462015-06-24 Peter Bergner <bergner@vnet.ibm.com>
2747
2748 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
2749 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
2750
5cd867b4
YQ
27512015-06-24 Yao Qi <yao.qi@linaro.org>
2752
2753 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
2754 linux targets.
2755
4d7be007
YQ
27562015-06-24 Yao Qi <yao.qi@linaro.org>
2757
2758 * lib/gdb.exp (supports_get_siginfo_type): New proc.
2759 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
2760 * gdb.base/siginfo-thread.exp: Likewise.
2761
07fcd301
YQ
27622015-06-22 Yao Qi <yao.qi@linaro.org>
2763
2764 * boards/remote-gdbserver-on-localhost.exp: Add comments.
2765
52042a00
YQ
27662015-06-22 Yao Qi <yao.qi@linaro.org>
2767
2768 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
2769 aarch64*-*-*.
2770 (skip_hw_watchpoint_tests): Likewise.
2771
74bd41ce
PP
27722015-06-18 Patrick Palka <patrick@parcs.ath.cx>
2773
2774 * gdb.base/gdbinit-history.exp: Test the interaction between
2775 setting GDBHISTSIZE and setting the history size via .gdbinit.
2776
bc460514
PP
27772015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2778
2779 PR gdb/16999
2780 * gdb.base/gdbhistsize-history.exp: New test.
2781
b58c513b
PP
27822015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2783
2784 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
2785 with GDBHISTSIZE.
2786 * gdb.base/readline.exp: Likewise.
2787
92046791
YQ
27882015-06-17 Yao Qi <yao.qi@linaro.org>
2789
2790 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
2791 line.
2792
2093d2d3
PP
27932015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2794
2795 * gdb.base/gdbinit-history.exp: Add test case to check that
2796 an unlimited history file does not get truncated on exit.
2797
e6c693af
AA
27982015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2799
2800 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
2801 (VECTOR): New macro. Use it...
2802 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
2803 ...for these typedefs.
2804 (int8, char1, int1, double1): New typedefs.
2805 (struct just_int2, struct two_int2): New structures.
2806 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
2807 (add_structvecs, add_singlevecs): New functions.
2808 (main): Call add_some_intvecs twice.
2809 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
2810 the compile and exit upon failure. Try compiling for the "native"
2811 architecture. Test inferior function calls with vector arguments
2812 and vector return value handling with "finish" and "return".
2813
c74f7d1c
JT
28142015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2815
2816 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
2817 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
2818 PE file.
2819 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
2820
98aa42ee
AT
28212015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
2822
2823 PR breakpoints/16465
2824 * gdb.mi/mi-dprintf-pending.c: New file.
2825 * gdb.mi/mi-dprintf-pending.exp: New test.
2826 * gdb.mi/mi-dprintf-pendshr.c: New file.
2827
7d73c23c 28282015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 2829 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
2830
2831 * gdb.arch/i386-mpx-map.c: New file.
2832 * gdb.arch/i386-mpx-map.exp: New File.
2833
28342015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2835
2836 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
2837 * gdb.arch/i386-mpx.exp: Indentation fixed.
2838
28392015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2840
2841 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
2842 function and improved indentation.
2843 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
2844 gdb_test_multiple. Added additional tests to skip the test.
2845
28462015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2847
2848 * gdb.arch/i386-avx512.c: Change path in include file.
2849 * gdb.arch/i386-avx512.exp: Change include dir path
2850 compilation flag.
2851 * gdb.arch/i386-mpx.c: Change path in include file.
2852 * gdb.arch/i386-mpx.exp: Change include dir path compilation
2853 flag.
2854
d5eba19a
JK
28552015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2856
2857 * gdb.compile/compile-print.exp (compile print *vararray@3)
2858 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
2859
7f361056
JK
28602015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2861
2862 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
2863 (do not keep jit in memory): ... this.
2864 (expect 5): Change it to ...
2865 (expect no 5): ... this.
2866
3b462ec2
SM
28672015-06-02 Simon Marchi <simon.marchi@ericsson.com>
2868
2869 PR gdb/15564
2870 * gdb.mi/mi-detach.exp: New file.
2871
e0619de6
JK
28722015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2873
2874 PR symtab/18392
2875 * gdb.arch/amd64-tailcall-self.S: New file.
2876 * gdb.arch/amd64-tailcall-self.c: New file.
2877 * gdb.arch/amd64-tailcall-self.exp: New file.
2878
e970cb34
DB
28792015-05-28 Don Breazeal <donb@codesourcery.com>
2880
2881 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
2882 tests for remote targets by checking is_target_gdbserver.
2883
b2e2f908
DE
28842015-05-27 Doug Evans <dje@google.com>
2885
2886 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
2887 * gdb.dwarf2/opaque-type-lookup.c: New file.
2888 * gdb.dwarf2/opaque-type-lookup.exp: New file.
2889
82c7be31
DE
28902015-05-26 Doug Evans <dje@google.com>
2891
2892 * gdb.cp/iostream.cc: New file.
2893 * gdb.cp/iostream.exp: New file.
2894
b4f54984
DE
28952015-05-26 Doug Evans <dje@google.com>
2896
2897 * gdb.dwarf2/dw2-op-call.exp: Update.
2898 * gdb.dwarf2/dw4-sig-types.exp: Update.
2899 * gdb.dwarf2/implptr.exp: Update.
2900 * gdb.mi/mi-cmd-param-changed.exp: Update.
2901
4ea6efe9
DE
29022015-05-26 Doug Evans <dje@google.com>
2903
2904 * gdb.python/py-lazy-string.c: New file.
2905 * gdb.python/py-lazy-string.exp: New file.
2906 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
2907 (main): Update. Add estring3.
2908 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
2909 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
2910
f6bb7db3
YQ
29112015-05-26 Omair Javaid <omair.javaid@linaro.org>
2912 Yao Qi <yao.qi@linaro.org>
2913
2914 * gdb.reverse/aarch64.c: New.
2915 * gdb.reverse/aarch64.exp: New.
2916
a81bfbd0
OJ
29172015-05-26 Omair Javaid <omair.javaid@linaro.org>
2918
2919 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
2920 (supports_reverse): Likewise.
2921
158bf1b4
PP
29222015-05-22 Patrick Palka <patrick@parcs.ath.cx>
2923
2924 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2925 Use with_test_prefix.
2926
a0145030
AB
29272015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
2928
2929 * gdb.base/completion.exp: Add test for completion of layout
2930 names.
2931
ebe3b578
AB
29322015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
2933
2934 * lib/gdb.exp (skip_tui_tests): New proc.
2935 * gdb.base/tui-layout.exp: Check skip_tui_tests.
2936
84204ed7
PA
29372015-05-19 Pedro Alves <palves@redhat.com>
2938
2939 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2940 Save the whole env array instead of just HOME. Unset HISTSIZE in
2941 the environment while testing. Restore whole environment
2942 afterwards.
2943
37442ce1
DE
29442015-05-16 Doug Evans <xdje42@gmail.com>
2945
2946 * gdb.guile/scm-ports.c: New file.
2947 * gdb.guile/scm-ports.exp: Add memory port tests.
2948
36de76f9
JK
29492015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2950
2951 * gdb.compile/compile-print.c: New file.
2952 * gdb.compile/compile-print.exp: New file.
2953
3a9558c4
JK
29542015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2955
2956 * gdb.compile/compile-ops.exp: Cast param to void.
2957 * gdb.compile/compile.exp: Complete type for _gdb_expr.
2958 (compile code struct_object.selffield = &struct_object): Add xfail.
2959
aa715135
JG
29602015-05-15 Joel Brobecker <brobecker@adacore.com>
2961
2962 * gdb.ada/arr_enum_with_gap: New testcase.
2963
931e5bc3
JG
29642015-05-15 Joel Brobecker <brobecker@adacore.com>
2965
2966 * gdb.ada/byte_packed_arr: New testcase.
2967
9cd4d857
JB
29682015-05-15 Joel Brobecker <brobecker@adacore.com>
2969
2970 * gdb.ada/pckd_neg: New testcase.
2971
ebfd00d2
PP
29722015-05-13 Patrick Palka <patrick@parcs.ath.cx>
2973
2974 PR gdb/17820
2975 * gdb.base/gdbinit-history.exp: New test.
2976 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
2977 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
2978
4c082a81
SC
29792015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2980
2981 * gdb.python/py-xmethods.cc: Enhance test case.
2982 * gdb.python/py-xmethods.exp: New tests.
2983 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
2984 function.
2985 (B_indexoper): Likewise.
2986 (global_dm_list) : Add new xmethod worker functions.
2987
f7797074
SDJ
29882015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
2989
2990 * gdb.base/coredump-filter.exp: Correctly unset
2991 "coredump_var_addr" array.
2992
a4674e4e
PA
29932015-05-08 Pedro Alves <palves@redhat.com>
2994
2995 * gdb.server/non-existing-program.exp: Unset spawn_id.
2996
df2eb078
SC
29972015-05-08 Siva Chandra Reddy <sivachandra@google.com>
2998
2999 PR python/18291
3000 * gdb.python/py-xmethods.exp: Add tests.
3001
422349a3
YQ
30022015-05-08 Yao Qi <yao.qi@linaro.org>
3003
3004 PR gdb/18208
3005 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
3006 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
3007 function set_coredump_filter, and remove remote_exec call.
3008 Remove argument ipid. Callers update.
3009 (top level): Don't get inferior's PID.
3010
63fc80ce
AA
30112015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
3012
3013 * gdb.base/watch_thread_num.exp: Skip test on targets without
3014 access watchpoints.
3015
80ad801e
PA
30162015-05-06 Pedro Alves <palves@redhat.com>
3017
3018 PR server/18081
3019 * gdb.server/non-existing-program.exp: New file.
3020
0fa7fe50
JB
30212015-05-05 Joel Brobecker <brobecker@adacore.com>
3022
3023 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
3024
3ea89b92
PMR
30252015-05-05 Joel Brobecker <brobecker@adacore.com>
3026
3027 * gdb.ada/out_of_line_in_inlined: New testcase.
3028
87b8eff0
JB
30292015-05-05 Joel Brobecker <brobecker@adacore.com>
3030
3031 * gdb.ada/var_rec_arr: New testcase.
3032
5fccc635
YQ
30332015-04-30 Yao Qi <yao.qi@linaro.org>
3034
3035 * gdb.base/break-idempotent.exp: If
3036 skip_hw_watchpoint_multi_tests returns true, skip the tests
3037 on "rwatch" and "awatch".
3038
42d38f42
YQ
30392015-04-30 Yao Qi <yao.qi@linaro.org>
3040
3041 * gdb.base/relativedebug.exp: Invoke gdb command
3042 "info sharedlibrary", and if libc.so doesn't have debug info,
3043 skip the test.
3044
2ce1cdbf
DE
30452015-04-29 Doug Evans <dje@google.com>
3046
3047 * gdb.python/py-xmethods.exp: Add ptype tests.
3048 * gdb.python/py-xmethods.py (E_method_char_worker): Add
3049 get_result_type method.
3050
f24a38c5
LM
30512015-04-29 Luis Machado <lgustavo@codesourcery.com>
3052
3053 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
3054 the target does not support hardware watchpoints.
3055
ecbf2b3c
LM
30562015-04-29 Luis Machado <lgustavo@codesourcery.com>
3057
3058 * gdb.base/break-always.exp: Abort testing if writing to memory
3059 causes an error.
3060
34f5f757
DE
30612015-04-28 Doug Evans <dje@google.com>
3062
3063 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
3064 * gdb.python/py-pp-registration.exp: ... here. New file.
3065 * gdb.python/py-pp-registration.c: New file.
3066 * gdb.python/py-pp-registration.py: New file.
3067
69b4374a
DE
30682015-04-28 Doug Evans <dje@google.com>
3069
3070 * gdb.python/py-bad-printers.c: New file.
3071 * gdb.python/py-bad-printers.py: New file.
3072 * gdb.python/py-bad-printers.exp: New file.
3073
59fb7612
SS
30742015-04-28 Sasha Smundak <asmundak@google.com>
3075
3076 * gdb.python/py-type.exp: New test.
3077
2631b16a
AW
30782015-04-28 Andy Wingo <wingo@igalia.com>
3079
3080 * gdb.python/py-parameter.exp:
3081 * gdb.guile/scm-parameter.exp: Escape the path that we are
3082 matching against, as it might contain characters that are special
3083 to regular expressions.
3084
460efde1
JB
30852015-04-27 Joel Brobecker <brobecker@adacore.com>
3086
3087 * gdb.ada/rec_comp: New testcase.
3088
2d369d8e
SDJ
30892015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
3090
3091 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
3092 before using it.
3093
cf75d6c3
AB
30942015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
3095
3096 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
3097 new tests for verilog output.
3098
8dbe7ca5
YQ
30992015-04-24 Yao Qi <yao.qi@linaro.org>
3100
3101 * boards/remote-gdbserver-on-localhost.exp: New file.
3102
4ef9fb2f
PA
31032015-04-23 Pedro Alves <palves@redhat.com>
3104
3105 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
3106 $inferior_spawn_id instead of $inferior_spawn_id directly. On
3107 "end of file", remove $inferior_spawn_id from the indirect list.
3108
0a803169
PA
31092015-04-23 Pedro Alves <palves@redhat.com>
3110
3111 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
3112
749ef8f8
PA
31132015-04-23 Pedro Alves <palves@redhat.com>
3114
3115 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
3116 on $any_spawn_id instead of only on $gdb_spawn_id.
3117
8aae4344
PM
31182015-04-21 Pierre Muller <muller@sourceware.org>
3119
3120 PR pascal/17815
3121 * lib/pascal.exp (gpc_compile): Add new option "class".
3122 (fpc_compile): Likewise.
3123 * gdb.pascal/case-insensitive-symbols.pas: New file.
3124 * gdb.pascal/case-insensitive-symbols.exp: New file.
3125
1586c8fb
GB
31262015-04-20 Gary Benson <gbenson@redhat.com>
3127
3128 * gdb.base/attach.exp: Fix three extended remote failures.
3129
1b6e6f5c
GB
31302015-04-17 Gary Benson <gbenson@redhat.com>
3131
3132 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
3133 the main executable over the remote protocol.
3134
e797481d
PA
31352015-04-16 Pedro Alves <palves@redhat.com>
3136
3137 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
3138 a new gdbserver if gdbserver_reconnect_p is set.
3139
1ca99c42
PA
31402015-04-16 Pedro Alves <palves@redhat.com>
3141
3142 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
3143 is set, don't exit gdbserver.
3144
af9fd6f8
AA
31452015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3146
3147 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
3148 appropriate .insn, such that an older assembler can be used.
3149 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
3150 the z/Architecture instruction set on 31-bit targets as well.
3151
04ff1e61
AA
31522015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3153
3154 * gdb.go/handcall.exp: Remove all logic related to the first
3155 breakpoint and rely on go_runto_main instead.
3156 * gdb.go/strings.exp: Likewise.
3157 * gdb.go/unsafe.exp: Likewise.
3158 * gdb.go/hello.exp: Likewise. Also rename the remaining
3159 breakpoint marker to "breakpoint 1".
3160 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
3161 * gdb.go/strings.go: Likewise.
3162 * gdb.go/unsafe.go: Likewise.
3163 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
3164 "set breakpoint 2 here" and rename the remaining breakpoint marker
3165 to "breakpoint 1".
3166
40d2f8d6
SM
31672015-04-15 Simon Marchi <simon.marchi@ericsson.com>
3168
3169 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
3170 if itertools.imap is not present.
3171 * gdb.python/py-objfile.exp: Add parentheses.
3172 * gdb.python/py-type.exp: Same.
3173 * gdb.python/py-unwind-maint.py: Same.
3174
8cbc97c6
YQ
31752015-04-15 Yao Qi <yao.qi@linaro.org>
3176
3177 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
3178 of ":$ptr_size" and set its form explicitly.
3179
45fd756c
YQ
31802015-04-15 Pedro Alves <palves@redhat.com>
3181 Yao Qi <yao.qi@linaro.org>
3182
3183 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
3184 timeout by factor of 4.
3185 (test_regular_watch): Likewise.
3186 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
3187 * gdb.reverse/sigall-reverse.exp: Likewise.
3188 * gdb.reverse/until-precsave.exp: Likewise.
3189 * lib/gdb.exp (with_timeout_factor): New proc.
3190 (gdb_expect): Move some code to ...
3191 (get_largest_timeout): ... here. New procedure.
3192
9e811bc3
LM
31932015-04-14 Luis Machado <lgustavo@codesourcery.com>
3194
3195 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
3196
0ff6fcb2
LM
31972015-04-13 Luis Machado <lgustavo@codesourcery.com>
3198
3199 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
3200 to write to the .text section.
3201
7578d5f7
LM
32022015-04-13 Luis Machado <lgustavo@codesourcery.com>
3203
3204 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
3205 Handle the case of targets that do not provide PID information.
3206
2efe15c4
YQ
32072015-04-13 Yao Qi <yao.qi@linaro.org>
3208
3209 * lib/gdbserver-support.exp (gdb_exit): Catch exception
3210 and use expect instead of gdb_expect.
3211
8cd8f2f8
SDJ
32122015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
3213
3214 * gdb.base/coredump-filter.exp: Rename variable "addr" to
3215 "coredump_var_addr" to avoid naming conflict with other testcases.
3216
9ee41772
PA
32172015-04-10 Pedro Alves <palves@redhat.com>
3218
3219 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
3220 gdb_test_sequence and gdb_assert.
3221
07473109
PA
32222015-04-10 Pedro Alves <palves@redhat.com>
3223
3224 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
3225 test messages that don't include the breakpoint address.
3226
de3db44c
YQ
32272015-04-10 Yao Qi <yao.qi@linaro.org>
3228
3229 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
3230 false for some offset and width combinations which aren't
3231 supported by linux kernel.
3232
c79d856c
PA
32332015-04-10 Pedro Alves <palves@redhat.com>
3234
3235 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
3236 procedure, factored out from ...
3237 (top level): ... here. Add "set displaced-stepping" testing axis.
3238 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
3239 parameter "displaced". Use it.
3240 (top level): Use foreach and add "set displaced-stepping" testing
3241 axis.
3242
ebc90b50
PA
32432015-04-10 Pedro Alves <palves@redhat.com>
3244
3245 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
3246 Remove comment.
3247 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
3248 both the address of the instruction that triggers the watchpoint
3249 and the address of the instruction immediately after, and use
3250 those addresses for the test. Fix comment.
3251
8f572e5c
PA
32522015-04-10 Pedro Alves <palves@redhat.com>
3253
3254 * gdb.base/sigstep.exp (breakpoint_to_handler)
3255 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
3256 Test "backtrace" in handler.
3257 (breakpoint_over_handler): New parameter 'displaced'. Use it.
3258 (top level): Add new "displaced" test axis to
3259 breakpoint_to_handler, breakpoint_to_handler_entry and
3260 breakpoint_over_handler.
3261
8d707a12
PA
32622015-04-10 Pedro Alves <palves@redhat.com>
3263
3264 PR gdb/18216
3265 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
3266
ef713951
YQ
32672015-04-10 Yao Qi <yao.qi@linaro.org>
3268
3269 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
3270 (test_add_rn_pc): New function.
3271 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
3272 (top level): Invoke test_add_rn_pc.
3273
906d60cf
PA
32742015-04-10 Pedro Alves <palves@redhat.com>
3275
3276 PR gdb/13858
3277 * gdb.base/step-over-no-symbols.exp: New file.
3278
f2983cc3
AW
32792015-04-09 Andy Wingo <wingo@igalia.com>
3280
3281 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
3282 after the Python tests.
3283
6d62641c
SDJ
32842015-04-08 Keith Seitz <keiths@redhat.com>
3285
3286 PR python/16699
3287 * gdb.python/py-completion.exp: New tests for completion.
3288 * gdb.python/py-completion.py (CompleteLimit1): New class.
3289 (CompleteLimit2): Likewise.
3290 (CompleteLimit3): Likewise.
3291 (CompleteLimit4): Likewise.
3292 (CompleteLimit5): Likewise.
3293 (CompleteLimit6): Likewise.
3294 (CompleteLimit7): Likewise.
3295
f3770638
PA
32962015-04-08 Pedro Alves <palves@redhat.com>
3297
3298 PR gdb/18214
3299 PR gdb/18216
3300 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
3301 function.
3302 (main): Install it as SIGUSR1 handler.
3303 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
3304 parameter. Always use "setup" as prefix. Toggle "set
3305 displaced-stepping" off/on depending on global. Don't switch to
3306 thread 1 here.
3307 (top level): Add displaced stepping "off/on" test axis. Update
3308 "setup" calls. Wrap each subtest with with_test_prefix. Test
3309 continuing with a queued signal in each thread.
3310
4496bed7
PA
33112015-04-08 Pedro Alves <palves@redhat.com>
3312
3313 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
3314 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
3315 gdb_breakpoint instead of gdb_test that doesn't expect anything.
3316 Return early if running to main fails.
3317 * gdb.trace/while-stepping.exp: Likewise.
3318
b97fde92
PA
33192015-04-07 Pedro Alves <palves@redhat.com>
3320
3321 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
3322 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
3323 interact with inferior program.
3324
f71c18e7
PA
33252015-04-07 Pedro Alves <palves@redhat.com>
3326
3327 * lib/gdb.exp (inferior_spawn_id): New global.
3328 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
3329 spawn id after processing the user code.
3330 (default_gdb_start): Set inferior_spawn_id.
3331 (send_inferior): New procedure.
3332 * lib/gdbserver-support.exp (gdbserver_start): Set
3333 inferior_spawn_id.
3334 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
3335
6423214f
PA
33362015-04-07 Pedro Alves <palves@redhat.com>
3337
3338 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
3339 * lib/gdbserver-support.exp (gdbserver_start): Make
3340 $server_spawn_id global.
3341 (gdbserver_start): Don't wait for gdbserver's spawn id with
3342 expect_background.
3343 (close_gdbserver): New procedure.
3344 (gdb_exit): Rename the default version and reimplement.
3345
71c0ee8c
PA
33462015-04-07 Pedro Alves <palves@redhat.com>
3347
72f4393d 3348 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
3349 append the substituted item, not the original item.
3350
203bc29b
PA
33512015-04-07 Pedro Alves <palves@redhat.com>
3352
3353 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
3354 gdb_expect.
3355
508a3ddf
PA
33562015-04-07 Pedro Alves <palves@redhat.com>
3357
3358 * gdb.base/interrupt.exp: Don't handle the case of the inferior
3359 output appearing once only.
3360
9f6dbe2b
PA
33612015-04-07 Pedro Alves <palves@redhat.com>
3362
3363 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
3364 that doesn't expect anything. Return early if running to main
3365 fails.
3366
337532fa
YQ
33672015-04-07 Yao Qi <yao.qi@linaro.org>
3368
3369 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
3370 (child_function): Call alarm.
3371 (main): Move call to alarm into the loop.
3372 * gdb.threads/non-stop-fair-events.exp: Build program with
3373 -DTIMEOUT=$timeout.
3374
01b622d4
DE
33752015-04-06 Doug Evans <xdje42@gmail.com>
3376
3377 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
3378 Fix dest parameter to board_info.
3379 (fpc_compile): Ditto.
3380 (gdb_compile_pascal): Rename dest arg to destfile.
3381
961f4160
PMR
33822015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
3383
3384 * gdb.ada/funcall_ref.exp: New file.
3385 * gdb.ada/funcall_ref/foo.adb: New file.
3386
cafda597
YQ
33872015-04-02 Yao Qi <yao.qi@linaro.org>
3388
3389 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
3390 is remote.
3391
fed040c6
GB
33922015-04-02 Gary Benson <gbenson@redhat.com>
3393
3394 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
3395
d11916aa
SS
33962015-04-01 Sasha Smundak <asmundak@google.com>
3397
3398 * gdb.python/py-unwind-maint.c: New file.
3399 * gdb.python/py-unwind-maint.exp: New test.
3400 * gdb.python/py-unwind-maint.py: New file.
3401 * gdb.python/py-unwind.c: New file.
3402 * gdb.python/py-unwind.exp: New test.
3403 * gdb.python/py-unwind.py: New test.
3404
a1471180
PA
34052015-04-01 Pedro Alves <palves@redhat.com>
3406
3407 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
3408 to fail instead of non-existent $test.
3409
0bbeccb1
PA
34102015-04-01 Pedro Alves <palves@redhat.com>
3411
3412 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
3413 GDBFLAGS if not empty.
3414
3c724c8c
PMR
34152015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
3416
3417 * gdb.ada/complete.exp: Remove "multi_line".
3418 * gdb.ada/info_exc.exp: Remove "multi_line".
3419 * gdb.ada/packed_tagged.exp: Remove "multi_line".
3420 * gdb.ada/ptype_field.exp: Remove "multi_line".
3421 * gdb.ada/sym_print_name.exp: Remove "multi_line".
3422 * gdb.ada/tagged.exp: Remove "multi_line".
3423 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
3424 [multi_line ...]
3425 * gdb.btrace/delta.exp: Likewise.
3426 * gdb.btrace/exception.exp: Likewise.
3427 * gdb.btrace/function_call_history.exp: Likewise.
3428 * gdb.btrace/instruction_history.exp: Likewise.
3429 * gdb.btrace/nohist.exp: Likewise.
3430 * gdb.btrace/record_goto.exp: Likewise.
3431 * gdb.btrace/segv.exp: Likewise.
3432 * gdb.btrace/stepi.exp: Likewise.
3433 * gdb.btrace/tailcall.exp: Likewise.
3434 * gdb.btrace/unknown_functions.exp: Likewise.
3435 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
3436 * lib/gdb.exp: Add the "multi_line" helper.
3437
4eec2deb
PA
34382015-04-01 Pedro Alves <palves@redhat.com>
3439
3440 * gdb.threads/tid-reuse.c: New file.
3441 * gdb.threads/tid-reuse.exp: New file.
3442
df8411da
SDJ
34432015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
3444
3445 PR corefiles/16092
3446 * gdb.base/coredump-filter.c: New file.
3447 * gdb.base/coredump-filter.exp: Likewise.
3448
6ef37366
PM
34492015-03-27 Petr Machata <pmachata@redhat.com>
3450
3451 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
3452 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
3453 (Dwarf::assemble): Initialize them.
3454 (Dwarf::lines): New function.
3455
7ec911b0
JT
34562015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
3457
3458 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
3459 SYMBOL_PREFIX for x86_64-*-cygwin.
3460
ff908ebf
AW
34612015-03-26 Andy Wingo <wingo@igalia.com>
3462
3463 PR symtab/18148
3464 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
3465 const_value but not a location.
3466 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
3467 location defined in non-main CUs are visible.
3468
6d5f0679
YQ
34692015-03-26 Yao Qi <yao.qi@linaro.org>
3470
3471 PR testsuite/18139
3472 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
3473 Add a line number entry for the same line.
3474 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
3475 Add a line number entry for the same line.
3476
2898689b
YQ
34772015-03-26 Yao Qi <yao.qi@linaro.org>
3478
3479 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
3480 .int 0.
3481 (func): Likewise. Add .Lfunc_1 label.
3482 Use .Lfunc_1 label.
3483 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
3484 .int 0.
3485 (func): Likewise.
3486 Use .Lfunc_1 label.
3487
85180498
YQ
34882015-03-26 Yao Qi <yao.qi@linaro.org>
3489
3490 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
3491 Call gdb_compile instead to compile each .s files without debug
3492 information.
3493
8aa08a8d
YQ
34942015-03-26 Yao Qi <yao.qi@linaro.org>
3495
3496 * gdb.base/savedregs.exp (process_saved_regs): Make
3497 "Saved registers:" optional in the pattern.
3498
66849923
MM
34992015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3500
3501 * gdb.btrace/next.exp: Merged into step.exp.
3502 * gdb.btrace/finish.exp: Merged into step.exp.
3503 * gdb.btrace/nexti.exp: Merged into stepi.exp.
3504 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
3505 "record goto" and checking the exact replay position.
3506 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
3507 check for "Recording format" in "info record" output.
3508 * gdb.btrace/record_goto.exp: Choose test file based on target.
3509 * gdb.btrace/x86-record_goto.S: Renamed into ...
3510 * gdb.btrace/x86_64-record_goto.S: ... this.
3511 * gdb.btrace/i686-record_goto.S: New.
3512 * gdb.btrace/x86-tailcall.S: Renamed into ...
3513 * gdb.btrace/x86_64-tailcall.S: ... this.
3514 * gdb.btrace/i686-tailcall.S: New.
3515 * gdb.btrace/x86-tailcall.c: Renamed into ...
3516 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
3517 separate statements. Update test.
3518 * gdb.btrace/delta.exp: Use record_goto.c as test file.
3519 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
3520 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
3521 * gdb.btrace/tailcall.exp: Choose test file based on target.
3522 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
3523
11cc1b74
MM
35242015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3525
3526 * gdb.btrace/exception.exp: Increase BTS buffer size.
3527
a25d8bf9
PA
35282015-03-24 Pedro Alves <palves@redhat.com>
3529
3530 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
3531
856e7dd6
PA
35322015-03-24 Pedro Alves <palves@redhat.com>
3533
3534 * gdb.threads/schedlock.exp (test_step): No longer expect that
3535 "set scheduler-locking step" with "next" over a function call runs
3536 threads unlocked.
3537
ad235a41
AT
35382015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3539
3540 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
3541
15630549
AT
35422015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3543
3544 PR breakpoints/16466
3545 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
3546 * gdb.mi/mi-pending.c (thread_func): New function.
3547 (int main): Add threading support required.
3548 * gdb.mi/mi-pending.exp: Add tests for this issue.
3549 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
3550 (pendfunc2): Remove stdio dependency.
3551 * gdb.mi/mi-pendshr2.c: New file.
3552
693dca06
KS
35532015-03-23 Keith Seitz <keiths@redhat.com>
3554
3555 * gdb.linespec/keywords.c: New file.
3556 * gdb.linespec/keywords.exp: New file.
3557
7e993ebf
KS
35582015-03-23 Keith Seitz <keiths@redhat.com>
3559
3560 PR gdb/18021
3561 * gdb.dwarf2/staticvirtual.exp: New test.
3562
bc23328c
JK
35632015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3564
3565 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
3566 * README: Remove HP-UX and gdb.hp.
3567 (configuration):
3568 * configure: Regenerate.
3569 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
3570 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
3571 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
3572 gdb.hp/gdb.defects/Makefile.
3573 * gdb.hp/Makefile.in: File deleted.
3574 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
3575 * gdb.hp/gdb.aCC/optimize.c: File deleted.
3576 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
3577 * gdb.hp/gdb.aCC/run.c: File deleted.
3578 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
3579 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
3580 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
3581 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
3582 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
3583 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
3584 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
3585 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
3586 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
3587 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
3588 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
3589 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
3590 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
3591 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
3592 * gdb.hp/gdb.base-hp/reg.s: File deleted.
3593 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
3594 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
3595 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
3596 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
3597 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
3598 * gdb.hp/gdb.compat/Makefile.in: File deleted.
3599 * gdb.hp/gdb.compat/average.c: File deleted.
3600 * gdb.hp/gdb.compat/sum.c: File deleted.
3601 * gdb.hp/gdb.compat/xdb.c: File deleted.
3602 * gdb.hp/gdb.compat/xdb0.c: File deleted.
3603 * gdb.hp/gdb.compat/xdb0.h: File deleted.
3604 * gdb.hp/gdb.compat/xdb1.c: File deleted.
3605 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
3606 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
3607 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
3608 * gdb.hp/gdb.defects/Makefile.in: File deleted.
3609 * gdb.hp/gdb.defects/bs14602.c: File deleted.
3610 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
3611 * gdb.hp/gdb.defects/solib-d.c: File deleted.
3612 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
3613 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
3614 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
3615 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
3616 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
3617 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
3618 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
3619 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
3620 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
3621 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
3622 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
3623 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
3624 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
3625 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
3626 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
3627 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
3628 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
3629 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
3630 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
3631 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
3632 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
3633 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
3634 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
3635 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
3636 * gdb.hp/tools/odump: File deleted.
3637
8bf3b159
PA
36382015-03-19 Pedro Alves <palves@redhat.com>
3639
3640 * gdb.threads/continue-pending-status.exp (saw_thread_2)
3641 (saw_thread_3): New globals.
3642 (top level): Increment them when an event for the corresponding
3643 thread is seen.
3644 (no thread starvation): New test.
3645
eb54c8bf
PA
36462015-03-19 Pedro Alves <palves@redhat.com>
3647
3648 * gdb.threads/continue-pending-status.c: New file.
3649 * gdb.threads/continue-pending-status.exp: New file.
3650
32d2e5d6
PA
36512015-03-18 Pedro Alves <palves@redhat.com>
3652
3653 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3654 Use gdb_is_target_remote instead of is_remote. Use
3655 gdb_test_multiple instead of gdb_expect. Exit early if
3656 gdb_test_multiple hits its internal matches. Tighten stepi tests
3657 expected output. Fail on exit with any signal, instead of just
3658 SIGILL.
3659
f68f11b7
YQ
36602015-03-18 Yao Qi <yao.qi@linaro.org>
3661
3662 PR tdep/18107
3663 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
3664 variable.
3665 * gdb.base/catch-syscall.exp: Don't skip it on
3666 aarch64*-*-linux* target. Remove elements in all_syscalls.
3667 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
3668 target.
3669 (setup_all_syscalls): New proc.
3670
ca5fd19b
YQ
36712015-03-16 Yao Qi <yao.qi@linaro.org>
3672
3673 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
3674 (top level): Skip tests if valid_addr_p returns false for
3675 $cmd1 or $cmd2.
3676
85642ba0
AW
36772015-03-11 Andy Wingo <wingo@igalia.com>
3678
3679 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
3680
e03f9645
YQ
36812015-03-11 Yao Qi <yao.qi@linaro.org>
3682
3683 * gdb.base/catch-syscall.exp: Fix typo in comments.
3684
5d0962b2
YQ
36852015-03-11 Yao Qi <yao.qi@linaro.org>
3686
3687 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
3688
b2df3cef
PA
36892015-03-09 Pedro Alves <palves@redhat.com>
3690
3691 * dg-extract-results.py: Delete.
3692
ef878e53
PA
36932015-03-09 Pedro Alves <palves@redhat.com>
3694
3695 Merge dg-extract-results.sh from GCC upstream (r218843).
3696
3697 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
3698 * dg-extract-results.sh: Use --text with grep to avoid issues with
3699 binary files. Fall back to cat -v, if that doesn't work.
3700
9494d219
PA
37012015-03-05 Pedro Alves <palves@redhat.com>
3702
3703 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
3704
a8d9763a
SM
37052015-03-04 Simon Marchi <simon.marchi@ericsson.com>
3706
3707 * lib/mi-support.exp (mi_expect_interrupt): Accept
3708 alternative event for when in all-stop mode.
3709
be9957b8
PA
37102015-03-04 Pedro Alves <palves@redhat.com>
3711
3712 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
3713
d57be0f4 37142015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
3715
3716 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
3717
c214c7cf
AA
37182015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3719
3720 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
3721 regexps for GDB's current line display, accept a hex address
3722 preceding the line number.
3723
6d74a497
AA
37242015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3725
3726 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
3727 the 'arch1' variable for "s390*-linux*" targets.
3728
511aee7c
PA
37292015-03-04 Pedro Alves <palves@redhat.com>
3730
3731 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
3732 (main): Pass missing retval argument to pthread_join call.
3733
95e50b27
PA
37342015-03-02 Pedro Alves <palves@redhat.com>
3735
3736 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
3737 (top level): Call do_test with non-stop as well.
3738
28054d69
PA
37392015-03-02 Pedro Alves <palves@redhat.com>
3740
3741 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
3742 -1.
3743
4fa5d7b4
AA
37442015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3745
3746 * gdb.arch/s390-vregs.exp: New test.
3747 * gdb.arch/s390-vregs.S: New file.
3748
97c18565
PA
37492015-02-27 Pedro Alves <palves@redhat.com>
3750
3751 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
3752 call to catch_command_errors.
3753 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
3754 catch_command_errors.
3755
a37bfa30
PA
37562015-02-27 Pedro Alves <palves@redhat.com>
3757
3758 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
3759 "true" for boolean result.
3760 * gdb.gdb/selftest.exp (test_with_self): Also accept full
3761 prototype of main.
3762
6f98576f
PA
37632015-02-27 Pedro Alves <palves@redhat.com>
3764
3765 * lib/unbuffer_output.c: New file.
3766 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
3767 (main): Call gdb_unbuffer_output.
3768
eba5ab56
YQ
37692015-02-27 Yao Qi <yao.qi@linaro.org>
3770
3771 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
3772 target.
3773
0def5aaa
DE
37742015-02-26 Doug Evans <dje@google.com>
3775
3776 * gdb.cp/class2.cc (Dbase, D): New classes.
3777 (main): New local delta.
3778 * gdb.cp/class2.exp: Test printing delta.
3779 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
3780 (dynbar): New global.
3781 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
3782
081a1c2c
JK
37832015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3784
3785 * gdb.compile/compile-ifunc.c: New file.
3786 * gdb.compile/compile-ifunc.exp: New file.
3787
2f41223f
AT
37882015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
3789
3790 * gdb.base/structs.exp: Check for correct struct on finish.
3791
03eddd80
YQ
37922015-02-26 Yao Qi <yao.qi@linaro.org>
3793
3794 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
3795 is zero.
3796
80c57053
JK
37972015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3798
3799 * gdb.arch/cordic.ko.bz2: New file.
3800 * gdb.arch/cordic.ko.debug.bz2: New file.
3801 * gdb.arch/ppc64-symtab-cordic.exp: New file.
3802
21613c12
YQ
38032015-02-25 Yao Qi <yao.qi@linaro.org>
3804
3805 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
3806 aarch64*-*-* target.
3807
d8b901ed
PA
38082015-02-23 Pedro Alves <palves@redhat.com>
3809
3810 * lib/gdb.exp (delete_breakpoints): Rewrite using
3811 gdb_test_multiple.
3812
e5b85ead
PA
38132015-02-23 Pedro Alves <palves@redhat.com>
3814
3815 * gdb.base/info-os.c: Include stdlib.h.
3816
85c3a371
DE
38172015-02-22 Doug Evans <xdje42@gmail.com>
3818
3819 PR symtab/17855
3820 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
3821 is read after symbols have been re-read.
3822 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
3823 * gdb.ada/exec_changed/second.adb (Second): Ditto.
3824
96553a0c
DE
38252015-02-21 Doug Evans <dje@google.com>
3826
3827 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
3828
97a0c697
JK
38292015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3830
3831 PR corefiles/17808
3832 * gdb.arch/i386-biarch-core.core.bz2: New file.
3833 * gdb.arch/i386-biarch-core.exp: New file.
3834
a47cd6e9
PA
38352015-02-21 Pedro Alves <palves@redhat.com>
3836
3837 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
3838 runto_main fails.
3839
c5facdc4
PA
38402015-02-20 Pedro Alves <palves@redhat.com>
3841
3842 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
3843 info probes.
3844
2db9a427
PA
38452015-02-20 Pedro Alves <palves@redhat.com>
3846
3847 * gdb.threads/multi-create-ns-info-thr.exp: New file.
3848
60fb7e9e
PA
38492015-02-20 Pedro Alves <palves@redhat.com>
3850
3851 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
3852 clean_restart before gdb_target_supports_trace.
3853
5c5019c2
PA
38542015-02-20 Pedro Alves <palves@redhat.com>
3855
3856 PR threads/18006
3857 * gdb.threads/clone-thread_db.c: New file.
3858 * gdb.threads/clone-thread_db.exp: New file.
3859
c9587f88
AT
38602015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
3861
3862 PR breakpoints/16812
3863 * gdb.base/catch-gdb-caused-signals.c: New file.
3864 * gdb.base/catch-gdb-caused-signals.exp: New file.
3865
f6a88844
JM
38662015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
3867
3868 * configure: Regenerated.
3869 * configure.ac: Use GDB_AC_TRANSFORM.
3870 * aclocal.m4: sinclude ../transform.m4.
3871
497c491b
JM
38722015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3873
3874 * lib/dtrace.exp: New file.
3875 * gdb.base/dtrace-probe.exp: Likewise.
3876 * gdb.base/dtrace-probe.d: Likewise.
3877 * gdb.base/dtrace-probe.c: Likewise.
3878 * lib/pdtrace.in: Likewise.
3879 * configure.ac: Output variables with the transformed names of
3880 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
3881 * configure: Regenerated.
3882
03e98035
JM
38832015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3884
3885 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
3886 expected message when trying to access $_probe_* convenience
3887 variables while not on a probe.
3888
63cc30e9
JK
38892015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3890
3891 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
3892
0703599a
PA
38932015-02-11 Pedro Alves <pedro@codesourcery.com>
3894
3895 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
3896 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
3897
7e60a48e
DE
38982015-02-10 Doug Evans <xdje42@gmail.com>
3899
3900 * lib/gdb.exp (gdb_load): Always return a result.
3901
01b088bc
PA
39022015-02-10 Pedro Alves <palves@redhat.com>
3903
3904 * gdb.threads/signal-sigtrap.c: New file.
3905 * gdb.threads/signal-sigtrap.exp: New file.
3906
b05ec7a5
AT
39072015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
3908
3909 * gdb.trace/no-attach-trace.c: New file.
3910 * gdb.trace/no-attach-trace.exp: New file.
3911
a2c2acaf
MW
39122015-02-09 Mark Wielaard <mjw@redhat.com>
3913
3914 * gdb.dwarf2/atomic.c: New file.
3915 * gdb.dwarf2/atomic-type.exp: Likewise.
3916
31fd9caa
MM
39172015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3918
3919 * gdb.btrace/buffer-size.exp: Update "info record" output.
3920 * gdb.btrace/delta.exp: Update "info record" output.
3921 * gdb.btrace/enable.exp: Update "info record" output.
3922 * gdb.btrace/finish.exp: Update "info record" output.
3923 * gdb.btrace/instruction_history.exp: Update "info record" output.
3924 * gdb.btrace/next.exp: Update "info record" output.
3925 * gdb.btrace/nexti.exp: Update "info record" output.
3926 * gdb.btrace/step.exp: Update "info record" output.
3927 * gdb.btrace/stepi.exp: Update "info record" output.
3928 * gdb.btrace/nohist.exp: Update "info record" output.
3929
d33501a5
MM
39302015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3931
3932 * gdb.btrace/buffer-size: New.
3933
f4abbc16
MM
39342015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3935
3936 * gdb.btrace/delta.exp: Update "info record" output.
3937 * gdb.btrace/enable.exp: Update "info record" output.
3938 * gdb.btrace/finish.exp: Update "info record" output.
3939 * gdb.btrace/instruction_history.exp: Update "info record" output.
3940 * gdb.btrace/next.exp: Update "info record" output.
3941 * gdb.btrace/nexti.exp: Update "info record" output.
3942 * gdb.btrace/step.exp: Update "info record" output.
3943 * gdb.btrace/stepi.exp: Update "info record" output.
3944 * gdb.btrace/nohist.exp: Update "info record" output.
3945
b9d61307
SM
39462015-02-06 Simon Marchi <simon.marchi@ericsson.com>
3947
3948 PR gdb/15678
3949 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
3950
e584fdbc
PA
39512015-02-06 Pedro Alves <palves@redhat.com>
3952
3953 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
3954 macro.
3955 (seconds_left, again): New globals.
3956 (main): Wait seconds_left in a 1-second sleep loop instead of
3957 sleeping 180 seconds. If 'again' is set, reset the seconds
3958 counter.
3959 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
3960 'again' in the inferior before detaching. Print the seconds left.
3961 (options): New global.
3962 (top level): Build program with -DTIMEOUT=$timeout.
3963
77f41761
PA
39642015-02-06 Pedro Alves <palves@redhat.com>
3965
3966 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
3967 determine how many seconds to pass to 'alarm'.
3968 * gdb.base/gdb-sigterm.exp (top level): Build program with
3969 -DTIMEOUT=$timeout.
3970 (do_test): Return success/failure indication. Add more verbose
3971 logging. Don't fail if 200 single steps are seen. Instead, fail
3972 when the test times out.
3973 (passes): New global.
3974 (top level): Break the testing loop if testing fails on any
3975 iteration. Use gdb_assert.
3976
b9394193
DB
39772015-02-04 Don Breazeal <donb@codesourcery.com>
3978
3979 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
3980 and initialize them.
3981 (ipc_cleanup): New function.
3982 (main): Don't declare shmid, semid, and msqid. Add a call to
3983 atexit so that we call ipc_cleanup on exit.
3984
42d9e528
PA
39852015-02-04 Pedro Alves <palves@redhat.com>
3986
3987 * boards/native-extended-gdbserver.exp: Remove any target variant
3988 specifications from the board name before clearing the isremote
3989 flag from board_info.
3990
ae6ae975
DE
39912015-01-31 Doug Evans <xdje42@gmail.com>
3992
3993 * gdb.base/maint.exp <maint print type argc>: Update expected output.
3994
cfb069a8
GB
39952015-01-31 Gary Benson <gbenson@redhat.com>
3996
3997 * gdb.base/completion.exp: Disable completion limiting for
3998 existing tests. Add new tests to check completion limiting.
3999 * gdb.linespec/ls-errs.exp: Disable completion limiting.
4000
5dd31d79
DE
40012015-01-31 Doug Evans <xdje42@gmail.com>
4002
4003 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
4004
9f050062
DE
40052015-01-31 Doug Evans <xdje42@gmail.com>
4006
4007 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
4008 entries. Duplicate file section script entries.
4009 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
4010 inlined entries. Add test for safe-path rejection.
4011 * gdb.python/py-section-script.c: Add duplicate inlined section script
4012 entries. Duplicate file section script entries.
4013 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
4014 inlined entries. Add test for safe-path rejection.
4015
df25ebbd
JB
40162015-01-29 Joel Brobecker <brobecker@adacore.com>
4017
4018 * gdb.ada/disc_arr_bound: New testcase.
4019
4a0ca9ec
JB
40202015-01-29 Joel Brobecker <brobecker@adacore.com>
4021
4022 * gdb.ada/mi_var_array: New testcase.
4023
3a8b707a
DE
40242015-01-27 Doug Evans <dje@google.com>
4025
4026 * gdb.python/py-objfile.exp: Add tests for objfile.username.
4027 Add test for objfile.filename, objfile.username after objfile
4028 has been unloaded.
4029
f8313f6e
JB
40302015-01-26 Joel Brobecker <brobecker@adacore.com>
4031
4032 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
4033 the second test to print the name attribute of value
4034 returned by the call to gdb.lookup_type, and adjust
4035 the expected output accordingly.
4036
37bc665e
MW
40372015-01-25 Mark Wielaard <mjw@redhat.com>
4038
4039 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
4040 * gdb.base/disp-step-fork.c: Include unistd.h.
4041 * gdb.base/siginfo-obj.c: Include stdio.h.
4042 * gdb.base/siginfo-thread.c: Likewise.
4043 * gdb.mi/non-stop.c: Include unistd.h.
4044 * gdb.mi/nsthrexec.c: Include stdio.h.
4045 * gdb.mi/pthreads.c: Include unistd.h.
4046 * gdb.modula2/unbounded1.c (main): Declare returns int.
4047 * gdb.reverse/consecutive-reverse.c: Likewise.
4048 * gdb.threads/create-fail.c: Include unistd.h.
4049 * gdb.threads/killed.c: Likewise.
4050 * gdb.threads/linux-dp.c: Likewise.
4051 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
4052 * gdb.threads/non-ldr-exc-2.c: Likewise.
4053 * gdb.threads/non-ldr-exc-3.c: Likewise.
4054 * gdb.threads/non-ldr-exc-4.c: Likewise.
4055 * gdb.threads/pthreads.c: Include unistd.h.
4056 (main): Declare returns int.
4057 * gdb.threads/tls-main.c (foo): New declaration.
4058 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
4059
f7e5394d
SM
40602015-01-23 Simon Marchi <simon.marchi@ericsson.com>
4061
4062 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
4063 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
4064
743649fd
MW
40652015-01-15 Mark Wielaard <mjw@redhat.com>
4066
4067 * gdb.base/noreturn-return.c: New file.
4068 * gdb.base/noreturn-return.exp: New file.
4069 * gdb.base/noreturn-finish.c: New file.
4070 * gdb.base/noreturn-finish.exp: New file.
4071
198297aa
PA
40722015-01-23 Pedro Alves <palves@redhat.com>
4073
4074 * gdb.threads/continue-pending-after-query.c: New file.
4075 * gdb.threads/continue-pending-after-query.exp: New file.
4076
717cf30c
AG
40772015-01-22 Anders Granlund <anders.granlund@ericsson.com>
4078 Simon Marchi <simon.marchi@ericsson.com>
4079
4080 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
4081 * gdb.base/valgrind-db-attach.exp: Same.
4082 * gdb.base/valgrind-infcall.exp: Same.
4083 * lib/mi-support.exp (default_mi_gdb_start): Same.
4084 * lib/prompt.exp (default_prompt_gdb_start): Same.
4085 * lib/gdb.exp (default_gdb_spawn): Same.
4086 (gdb_interact): New.
4087
4088
4b62a76e
JK
40892015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4090
4091 * gdb.compile/compile.exp (pointer to jit function): New test.
4092
b4cdae6f
WW
40932015-01-17 Wei-cheng Wang <cole945@gmail.com>
4094
4095 * lib/gdb.exp (supports_process_record): Return true for
4096 powerpc*-*-linux*.
4097 (supports_reverse): Likewise.
4098
d221e7ef
DB
40992015-01-15 Don Breazeal <donb@codesourcery.com>
4100
4101 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
4102 instead of checking whether the target board is remote and
4103 use spawn_wait_for_attach instead of exec/sleep.
4104 * gdb.base/attach-twice.exp: Likewise.
4105
bafffb51
JB
41062015-01-15 Joel Brobecker <brobecker@adacore.com>
4107
4108 * gdb.ada/var_arr_attrs: New testcase.
4109
5589af0e
PA
41102015-01-14 Pedro Alves <palves@redhat.com>
4111 Joel Brobecker <brobecker@adacore.com>
4112
4113 PR gdb/17525
4114 * gdb.base/bp-cmds-execution-x-script.c: New file.
4115 * gdb.base/bp-cmds-execution-x-script.exp: New file.
4116 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
4117
6c400b59
PA
41182015-01-14 Pedro Alves <palves@redhat.com>
4119
4120 PR cli/17828
4121 * gdb.base/batch-preserve-term-settings.c: New file.
4122 * gdb.base/batch-preserve-term-settings.exp: New file.
4123
e02c96a7
DE
41242015-01-13 Doug Evans <dje@google.com>
4125
4126 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
4127 binary.
4128
576fd14c
JB
41292015-01-13 Joel Brobecker <brobecker@adacore.com>
4130
4131 * Makefile.in (clean mostlyclean): Do not delete *.py.
4132
04dccad0
JB
41332015-01-13 Joel Brobecker <brobecker@adacore.com>
4134
4135 * gdb.python/py-lookup-type.exp: New file.
4136
3d230f71
PA
41372015-01-12 Pedro Alves <palves@redhat.com>
4138
4139 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
4140 restore GDBFLAGS before returning.
4141
7e67715d
JK
41422015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4143
4144 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
4145 is_amd64_regs_target and is_x86_like_target.
4146
f2e0d4b4
DE
41472015-01-11 Doug Evans <xdje42@gmail.com>
4148
4149 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
4150 is given without an explicit form.
4151 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
4152 attributes.
4153 * gdb.dwarf/corrupt.exp: Ditto.
4154 * gdb.dwarf2/enum-type.exp: Ditto.
4155 * gdb.trace/entry-values.exp: Ditto.
4156 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
4157
439250fb
DE
41582015-01-11 Doug Evans <xdje42@gmail.com>
4159
4160 PR gdb/15830
4161 * gdb.base/maint.exp: Remove references to "maint demangle".
4162 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
4163 Add tests for explicitly specifying language to demangle.
4164 * gdb.dlang/demangle.exp: Ditto.
4165
ede9f622
PA
41662015-01-09 Pedro Alves <palves@redhat.com>
4167
4168 * gdb.threads/non-stop-fair-events.c: New file.
4169 * gdb.threads/non-stop-fair-events.exp: New file.
4170
a7b796db
PA
41712015-01-09 Pedro Alves <palves@redhat.com>
4172
4173 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
4174 the global scope. Set a breakpoint after all threads are started
4175 rather than stepping over two source lines. Expect the prompt.
4176 * gdb.base/watch_thread_num.c (threads_started_barrier): New
4177 global.
4178 (NUM): Now 15.
4179 (main): Use threads_started_barrier to wait for all threads to
4180 start. Main thread no longer calls thread_function. Exit after
4181 180 seconds.
4182 (loop): New function.
4183 (thread_function): Wait on threads_started_barrier barrier. Call
4184 'loop' at each iteration.
4185 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
4186 threads have started, instead of hardcoding number of "next"
4187 steps. Use an access watchpoint instead of a write watchpoint.
4188
9665ffdd
PA
41892015-01-09 Pedro Alves <palves@redhat.com>
4190
4191 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
4192 (thread_func): Wait on barrier.
4193 (main): Wait for all threads to start before stopping GDB.
4194 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
4195 global.
4196 (thread1_func, thread2_func): Wait on barrier.
4197 (main): Wait for all threads to start before stopping GDB.
4198 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
4199 New global.
4200 (thread1_func, thread2_func): Wait on barrier.
4201 (main): Wait for all threads to start before stopping GDB.
4202
c945a99f
PA
42032015-01-09 Pedro Alves <palves@redhat.com>
4204
4205 * gdb.threads/attach-many-short-lived-threads.c: New file.
4206 * gdb.threads/attach-many-short-lived-threads.exp: New file.
4207
c1a747c1
PA
42082014-01-09 Pedro Alves <palves@redhat.com>
4209
4210 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
4211 instead of to thread 2.
4212 * gdb.threads/signal-command-multiple-signals-pending.c (main):
4213 Add barrier around each pthread_create call instead of around all
4214 calls.
4215 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
4216 Set a break on thread_function and have the child threads hit it
4217 one at at a time.
4218
60b3033e
PA
42192015-01-09 Pedro Alves <palves@redhat.com>
4220
4221 * lib/gdb.exp (can_spawn_for_attach): New procedure.
4222 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
4223 false.
4224 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
4225 checking whether the target board is remote.
4226 * gdb.multi/multi-attach.exp: Likewise.
4227 * gdb.python/py-sync-interp.exp: Likewise.
4228 * gdb.server/ext-attach.exp: Likewise.
4229 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
4230 tests that need to attach, instead of checking whether the target
4231 board is remote at the top of the file.
4232
acc018ac
YQ
42332015-01-08 Yao Qi <yao@codesourcery.com>
4234
4235 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
4236
50a18af8
JK
42372015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4238
4239 Fix testcase compilation.
4240 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
4241
8503d6e1
JB
42422015-01-06 Joel Brobecker <brobecker@adacore.com>
4243
4244 * gdb.python/py-type.exp: Add a couple test about empty
4245 array creation, and negative-length array creation.
4246
cc73dbcc
DE
42472015-01-02 Doug Evans <xdje42@gmail.com>
4248
4249 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
4250
0300bbc7
DE
42512015-01-02 Doug Evans <dje@google.com>
4252
4253 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
4254
9d85a0ec
YQ
42552014-12-29 Yao Qi <yao@codesourcery.com>
4256
4257 * gdb.trace/entry-values.exp: Update comments. Rename variable
4258 bar_call_foo to returned_from_foo.
4259
87186c6a
MMN
42602014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
4261
4262 PR gdb/17394
4263 * gdb.linespec/break-asm-file.c: New file.
4264 * gdb.linespec/break-asm-file.exp: New file.
4265 * gdb.linespec/break-asm-file0.s: New file.
4266 * gdb.linespec/break-asm-file1.s: New file.
4267
1bab7383
YQ
42682014-12-18 Nigel Stephens <nigel@mips.com>
4269 Maciej W. Rozycki <macro@codesourcery.com>
4270
4271 * gdb.base/float.exp: Handle the new output from "info float" on
4272 MIPS targets.
4273
1bc1068a
JK
42742014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4275
4276 Fix MinGW compilation.
4277 * gdb.compile/compile-ops.exp: Update untested message if
4278 !skip_compile_feature_tests.
4279 * gdb.compile/compile-setjmp.exp: Likewise.
4280 * gdb.compile/compile-tls.exp: Likewise.
4281 * gdb.compile/compile.exp: Likewise.
4282 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
4283 supported on this host".
4284
b6615d10
DE
42852014-12-16 Doug Evans <xdje42@gmail.com>
4286
4287 * boards/stabs.exp: New file.
4288
25dda427
AA
42892014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
4290
4291 * gdb.base/completion.exp: Adjust to format changes of "maint
4292 print user-registers".
4293
bf330350
CU
42942014-12-16 Catalin Udma <catalin.udma@freescale.com>
4295
4296 PR server/17457
4297 * gdb.arch/aarch64-fp.c: New file.
4298 * gdb.arch/aarch64-fp.exp: New file.
4299
395cf596
SDJ
43002014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4301
4302 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
4303 r210637, r210913, r211666, r215400, r215817).
4304
4305 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
4306 * dg-extract-results.py: New file.
4307 * dg-extract-results.sh: Use it if the environment seems
4308 suitable.
4309
4310 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
4311
4312 * dg-extract-results.py (parse_run): Handle warnings that
4313 are printed before a test harness is run.
4314
4315 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
4316
4317 * dg-extract-results.py (Named): Remove __cmp__ method.
4318 (output_variation): Use a key to sort variation.harnesses.
4319
4320 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
4321
4322 * dg-extract-results.py: For Python 3, force sys.stdout to
4323 handle surrogate escape sequences.
4324 (safe_open): New function.
4325 (output_segment, main): Use it.
4326
4327 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
4328
4329 * dg-extract-results.py (Prog.result_re): Include options
4330 in test name.
4331
4332 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
4333
4334 * dg-extract-results.py (output_variation): Always sort if
4335 do_sum.
4336
e882ef3c
SM
43372014-12-15 Simon Marchi <simon.marchi@ericsson.com>
4338
4339 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
4340 as long as we get pagination notifications.
4341
4992aa20
JM
43422014-12-15 Jason Merrill <jason@redhat.com>
4343
4344 * Makefile.in (check-gdb.%): Restore.
4345 * README: Mention it.
4346
c1b5a1a6
JB
43472014-12-13 Joel Brobecker <brobecker@adacore.com>
4348
4349 * gdb.ada/str_uninit: New testcase.
4350
5537b577
JK
43512014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4352
4353 PR symtab/17642
4354 * gdb.base/vla-stub-define.c: New file.
4355 * gdb.base/vla-stub.c: New file.
4356 * gdb.base/vla-stub.exp: New file.
4357
bb2ec1b3
TT
43582014-12-12 Phil Muldoon <pmuldoon@redhat.com>
4359 Jan Kratochvil <jan.kratochvil@redhat.com>
4360 Tom Tromey <tromey@redhat.com>
4361
4362 * configure.ac: Add gdb.compile/.
4363 * configure: Regenerate.
4364 * gdb.compile/Makefile.in: New file.
4365 * gdb.compile/compile-ops.exp: New file.
4366 * gdb.compile/compile-ops.c: New file.
4367 * gdb.compile/compile-tls.c: New file.
4368 * gdb.compile/compile-tls.exp: New file.
4369 * gdb.compile/compile-constvar.S: New file.
4370 * gdb.compile/compile-constvar.c: New file.
4371 * gdb.compile/compile-mod.c: New file.
4372 * gdb.compile/compile-nodebug.c: New file.
4373 * gdb.compile/compile-setjmp-mod.c: New file.
4374 * gdb.compile/compile-setjmp.c: New file.
4375 * gdb.compile/compile-setjmp.exp: New file.
4376 * gdb.compile/compile-shlib.c: New file.
4377 * gdb.compile/compile.c: New file.
4378 * gdb.compile/compile.exp: New file.
4379 * lib/gdb.exp (skip_compile_feature_tests): New proc.
4380
4ff709eb
TT
43812014-12-12 Tom Tromey <tromey@redhat.com>
4382
4383 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
4384 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
4385
6dddd6a5
DE
43862014-12-12 Doug Evans <dje@google.com>
4387
4388 * lib/gdb-python.exp (get_python_valueof): New function.
4389 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
4390
71c24708
AA
43912014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4392
4393 * gdb.base/completion.exp: Add test for completion of "info
4394 registers ".
4395
3e29f34a
MR
43962014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
4397
4398 * gdb.base/func-ptrs.c: New file.
4399 * gdb.base/func-ptrs.exp: New file.
4400
fc126975
SM
44012014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4402
4403 PR breakpoints/17012
4404 * gdb.base/dprintf-detach.c: New file.
4405 * gdb.base/dprintf-detach.exp: New file.
4406
0a46d518
SM
44072014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4408
4409 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
4410 * lib/gdb.exp (target_is_gdbserver): New procedure.
4411
a0be3e44
DE
44122014-12-08 Doug Evans <dje@google.com>
4413
4414 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
4415
df1b803a
YQ
44162014-12-05 Yao Qi <yao@codesourcery.com>
4417
4418 * gdb.guile/scm-error.exp: Remove the third argument to
4419 gdb_remote_download.
4420 * gdb.guile/scm-frame-args.exp: Likewise.
4421 * gdb.guile/scm-section-script.exp: Likewise.
4422
ddb9f679
YQ
44232014-12-05 Yao Qi <yao@codesourcery.com>
4424
4425 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
4426
86e4ed39
DE
44272014-12-04 Doug Evans <dje@google.com>
4428
4429 * gdb.python/py-objfile.exp: Add tests for
4430 objfile.add_separate_debug_file.
4431
7c50a931
DE
44322014-12-04 Doug Evans <dje@google.com>
4433
4434 * lib/gdb.exp (get_build_id): New function.
4435 (build_id_debug_filename_get): Rewrite to use it.
4436 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
4437
621661e3
MR
44382014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
4439
4440 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
4441 `method(long)', not just 0x0.
4442 * gdb.cp/nsalias.exp: Align code labels to 4.
4443 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
4444 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
4445 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
4446 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
4447 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
4448 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
4449
29f0c3b7
DE
44502014-12-02 Doug Evans <dje@google.com>
4451
e1e061e7 4452 PR symtab/17602
29f0c3b7 4453 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 4454 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
4455 * gdb.cp/anon-ns.exp: Update.
4456
162078c8
NB
44572014-12-02 Nick Bull <nicholaspbull@gmail.com>
4458
4459 * gdb.python/py-events.py (inferior_call_handler): New.
4460 (register_changed_handler, memory_changed_handler): New.
4461 (test_events.invoke): Register new handlers.
4462 * gdb.python/py-events.exp: Add tests for inferior call,
4463 memory_changed and register_changed events.
4464
fdb09caf
AA
44652014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4466
4467 * gdb.base/execl-update-breakpoints.exp: Specify the link address
4468 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
4469 if the linker doesn't understand this.
4470
55cfb2c4
SM
44712014-12-01 Simon Marchi <simon.marchi@ericsson.com>
4472
4473 * gdb.python/python.exp: Change expected reply to help().
4474
9e8cd6df
YQ
44752014-12-01 Yao Qi <yao@codesourcery.com>
4476
4477 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
4478 AC_CONFIG_SUBDIRS(gdb.gdbtk).
4479 * configure: Re-generated.
4480
6c659fc2
SC
44812014-11-28 Siva Chandra Reddy <sivachandra@google.com>
4482
4483 * gdb.cp/chained-calls.cc: New file.
4484 * gdb.cp/chained-calls.exp: New file.
4485 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
4486
d7fc3181
SM
44872014-11-28 Simon Marchi <simon.marchi@ericsson.com>
4488
4489 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
4490 * gdb.dwarf2/symtab-producer.exp: Same.
4491 * gdb.gdb/python-interrupts.exp: Same.
4492 * gdb.gdb/python-selftest.exp: Same.
4493 * gdb.python/py-linetable.exp: Same.
4494 * gdb.python/py-type.exp: Same.
4495 * gdb.python/py-value-cc.exp: Same.
4496 * gdb.python/py-value.exp: Same.
4497
10e79639
YQ
44982014-11-28 Yao Qi <yao@codesourcery.com>
4499
4500 * gdb.base/break-probes.exp: Match library name prefixed with
4501 sysroot.
4502
f28a0564
SM
45032014-11-27 Simon Marchi <simon.marchi@ericsson.com>
4504
4505 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
4506 test expected output. Add parentheses for the call to print.
4507 Remove L suffix from integers.
4508
3fe1ce1d
DE
45092014-11-26 Doug Evans <dje@google.com>
4510
4511 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
4512
84429e27
YQ
45132014-11-22 Yao Qi <yao@codesourcery.com>
4514
4515 * gdb.trace/entry-values.c: Remove asms.
4516 (foo): Add foo_label.
4517 (bar): Add bar_label.
4518 * gdb.trace/entry-values.exp: Remove code computing foo's
4519 length and bar's length.
4520 (Dwarf::assemble): Invoke function_range for bar and use
4521 MACRO_AT_func for foo.
4522
26741859
YQ
45232014-11-22 Yao Qi <yao@codesourcery.com>
4524
4525 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
4526 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
4527 Use .Lgcc43_procstart instead of gcc43.
4528
45e44d27
JB
45292014-11-21 Joel Brobecker <brobecker@adacore.com>
4530
4531 * gdb.ada/n_arr_bound: New testcase.
4532
458c8db8
SDJ
45332014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
4534
4535 PR breakpoints/10737
4536 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
4537 test_catch_syscall_multi_arch.
4538 (test_catch_syscall_multi_arch): New function.
4539
43f3e411
DE
45402014-11-20 Doug Evans <xdje42@gmail.com>
4541
4542 * gdb.base/maint.exp: Update expected output.
4543
0d7b2549
AA
45442014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4545
4546 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
4547 4-byte instruction on S390.
4548
8908fca5
JB
45492014-11-19 Joel Brobecker <brobecker@adacore.com>
4550
4551 * gdb.ada/arr_arr: New testcase.
4552
4a46959e
JB
45532014-11-19 Joel Brobecker <brobecker@adacore.com>
4554
4555 * gdb.ada/pkd_arr_elem: New Testcase.
4556
470e2f4e
LM
45572014-11-18 Luis Machado <lgustavo@codesourcery.com>
4558
4559 * gdb.reverse/break-precsave: Expect completion message for
4560 core file reads.
4561 * gdb.reverse/consecutive-precsave.exp: Likewise.
4562 * gdb.reverse/finish-precsave.exp: Likewise.
4563 * gdb.reverse/i386-precsave.exp: Likewise.
4564 * gdb.reverse/machinestate-precsave.exp: Likewise.
4565 * gdb.reverse/sigall-precsave.exp: Likewise.
4566 * gdb.reverse/solib-precsave.exp: Likewise.
4567 * gdb.reverse/step-precsave.exp: Likewise.
4568 * gdb.reverse/until-precsave.exp: Likewise.
4569 * gdb.reverse/watch-precsave.exp: Likewise.
4570
a267f3ad
AA
45712014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4572
4573 * gdb.base/bp-permanent.c: Include unistd.h.
4574 * gdb.python/py-framefilter-mi.c (main): Add return type.
4575 * gdb.python/py-framefilter.c (main): Likewise.
4576 * gdb.trace/actions-changed.c (main): Likewise.
4577
12084a9a
AA
45782014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4579
4580 * gdb.mi/until.c: Add eye-catchers.
4581 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
4582 line numbers.
4583
dc7e1a77
AA
45842014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4585
4586 * gdb.base/condbreak.exp: Drop references to removed non-prototype
4587 function header variants in break1.c.
4588 * gdb.base/ena-dis-br.exp: Likewise.
4589 * gdb.base/hbreak2.exp: Likewise.
4590 * gdb.reverse/until-precsave.exp: Drop references to removed
4591 non-prototype function header variants in ur1.c.
4592 * gdb.reverse/until-reverse.exp: Likewise.
4593
41c77605
PM
45942014-11-17 Petr Machata <pmachata@redhat.com>
4595
4596 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
4597 ${_cu_offset_size} bytes abbrev offset.
4598
34248c3a
DE
45992014-11-15 Doug Evans <xdje42@gmail.com>
4600
4601 PR symtab/17559
4602 * gdb.base/line-symtabs.exp: New file.
4603 * gdb.base/line-symtabs.c: New file.
4604 * gdb.base/line-symtabs.h: New file.
4605
646da059
YQ
46062014-11-14 Yao Qi <yao@codesourcery.com>
4607
4608 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
4609 (func): Add label func_label.
4610 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
4611 Replace low_pc and high_pc with MACRO_AT_range.
4612 Replace name, low_pc and high_pc with MACRO_AT_func.
4613
9301ebe6
YQ
46142014-11-14 Yao Qi <yao@codesourcery.com>
4615
4616 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
4617 Replace name, low_pc and high_pc with MACRO_AT_func.
4618
f166b542
YQ
46192014-11-14 Yao Qi <yao@codesourcery.com>
4620
4621 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
4622 produce debug information.
4623 * gdb.dwarf2/implptr-optimized-out.S: Removed.
4624
0f6e71e3
YQ
46252014-11-14 Yao Qi <yao@codesourcery.com>
4626
4627 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
4628 object and get function length.
4629 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
4630 with MACRO_AT_func.
4631 (top-level): Replace gdb_compile and clean_restart with
4632 prepare_for_testing.
4633 * gdb.dwarf2/main.c (main): Add label main_label.
4634
876c4df9
YQ
46352014-11-14 Yao Qi <yao@codesourcery.com>
4636
4637 * lib/dwarf.exp (function_range): New procedure.
4638 (Dwarf::_handle_macro_at_func): New procedure.
4639 (Dwarf::_handle_macro_at_range): New procedure.
4640 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
4641
02ad9cf1
YQ
46422014-11-14 Yao Qi <yao@codesourcery.com>
4643
4644 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
4645 (_handle_attribute): New procedure.
4646
a59add0c
AA
46472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4648
4649 * gdb.ada/cond_lang/foo.c (callme): Add return type.
4650 * gdb.base/call-sc.c (zed): Likewise.
4651 * gdb.base/checkpoint.c (main): Likewise.
4652 * gdb.base/dump.c (main): Likewise.
4653 * gdb.base/gcore.c (main): Likewise.
4654 * gdb.base/huge.c (main): Likewise.
4655 * gdb.base/multi-forks.c (main): Likewise.
4656 * gdb.base/pr10179-a.c (main): Likewise.
4657 * gdb.base/savedregs.c (main): Likewise.
4658 * gdb.base/sigaltstack.c (main): Likewise.
4659 * gdb.base/siginfo.c (main): Likewise.
4660 * gdb.base/structs.c (zed): Likewise.
4661 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
4662 * gdb.mi/mi-syn-frame.c (main): Likewise.
4663 * gdb.mi/until.c (foo, main): Likewise.
4664 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
4665 * gdb.base/solib-weak.c (foo): Declare.
4666 * gdb.base/attach-twice.c: Include stdio.h.
4667 * gdb.base/weaklib1.c: Likewise.
4668 * gdb.base/weaklib2.c: Likewise.
4669 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
4670 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
4671 unistd.h.
4672 * gdb.base/attach-pie-misread.c: Include stdlib.h.
4673 * gdb.mi/mi-exit-code.c: Likewise.
4674 * gdb.base/break-interp-lib.c: Include string.h.
4675 * gdb.base/coremaker.c: Likewise.
4676 * gdb.base/testenv.c: Likewise.
4677 * gdb.python/py-finish-breakpoint.c: Likewise.
4678 * gdb.base/inferior-died.c: Include sys/wait.h.
4679 * gdb.base/fileio.c: Include time.h.
4680 * gdb.base/async-shell.c: Include unistd.h.
4681 * gdb.base/dprintf-non-stop.c: Likewise.
4682 * gdb.base/info-os.c: Likewise.
4683 * gdb.mi/mi-console.c: Likewise.
4684 * gdb.mi/watch-nonstop.c: Likewise.
4685 * gdb.python/py-events.c: Likewise.
4686 * gdb.base/async.c (baz): Move up before its invocation.
4687 * gdb.base/code_elim2.c (my_global_func): Likewise.
4688 * gdb.base/skip-solib-lib.c (multiply): Likewise.
4689 * gdb.base/advance.c (func2): Likewise.
4690
3b5d5997
AA
46912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4692
4693 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
4694 variant.
4695 * gdb.base/annota3.c: Likewise.
4696 * gdb.base/async.c: Likewise.
4697 * gdb.base/average.c: Likewise.
4698 * gdb.base/call-ar-st.c: Likewise.
4699 * gdb.base/call-rt-st.c: Likewise.
4700 * gdb.base/call-sc.c: Likewise.
4701 * gdb.base/call-strs.c: Likewise.
4702 * gdb.base/ending-run.c: Likewise.
4703 * gdb.base/execd-prog.c: Likewise.
4704 * gdb.base/exprs.c: Likewise.
4705 * gdb.base/foll-exec.c: Likewise.
4706 * gdb.base/foll-fork.c: Likewise.
4707 * gdb.base/foll-vfork.c: Likewise.
4708 * gdb.base/funcargs.c: Likewise.
4709 * gdb.base/gcore.c: Likewise.
4710 * gdb.base/jump.c: Likewise.
4711 * gdb.base/langs0.c: Likewise.
4712 * gdb.base/langs1.c: Likewise.
4713 * gdb.base/langs2.c: Likewise.
4714 * gdb.base/mips_pro.c: Likewise.
4715 * gdb.base/nodebug.c: Likewise.
4716 * gdb.base/opaque0.c: Likewise.
4717 * gdb.base/opaque1.c: Likewise.
4718 * gdb.base/recurse.c: Likewise.
4719 * gdb.base/run.c: Likewise.
4720 * gdb.base/scope0.c: Likewise.
4721 * gdb.base/scope1.c: Likewise.
4722 * gdb.base/setshow.c: Likewise.
4723 * gdb.base/setvar.c: Likewise.
4724 * gdb.base/shmain.c: Likewise.
4725 * gdb.base/shr1.c: Likewise.
4726 * gdb.base/shr2.c: Likewise.
4727 * gdb.base/sigall.c: Likewise.
4728 * gdb.base/signals.c: Likewise.
4729 * gdb.base/so-indr-cl.c: Likewise.
4730 * gdb.base/solib2.c: Likewise.
4731 * gdb.base/structs.c: Likewise.
4732 * gdb.base/sum.c: Likewise.
4733 * gdb.base/vforked-prog.c: Likewise.
4734 * gdb.base/watchpoint.c: Likewise.
4735 * gdb.reverse/shr2.c: Likewise.
4736 * gdb.reverse/until-reverse.c: Likewise.
4737 * gdb.reverse/ur1.c: Likewise.
4738 * gdb.reverse/watch-reverse.c: Likewise.
4739
066a77c5
AA
47402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4741
4742 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
4743 variant.
4744 * gdb.base/sepdebug.exp: Drop references to removed code.
4745
4f204ea5
AA
47462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4747
4748 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
4749 variant. Preserve original line numbering.
4750 * gdb.base/list1.c: Likewise.
4751
3b377a3a
AA
47522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4753
4754 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
4755 variant.
4756 * gdb.base/break1.c: Likewise.
4757 * gdb.base/break.exp: Drop references to removed code.
4758
e444df73
AA
47592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4760
4761 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
4762 variant.
4763
8008f2a7
AA
47642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4765
4766 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
4767
a5a06887
AA
47682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4769
4770 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
4771 logic into perform_all_tests() and invoke it with and without
4772 function header prototypes.
4773 (do_function_calls): Remove conditional XFAIL for PR 5318.
4774 (rerun_and_prepare): Remove duplicate code.
4775 (perform_all_tests): New. Main logic moved here.
4776
44dba9b9
AA
47772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4778
4779 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
4780 code guarded by #ifdef NO_PROTOTYPES.
4781 (t_double_many_args): Likewise.
4782 (DEF_FUNC_MANY_ARGS_1): Likewise.
4783 (DEF_FUNC_VALUES_1): Likewise.
4784 (t_structs_ldc): Renamed from t_structs_fc in conditional code
4785 guarded by #ifdef PROTOTYPES.
4786
d1fbcd56
AA
47872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4788
4789 * gdb.mi/mi-console.c: Add eye-catcher.
4790 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
4791 instead of literal line number.
4792
b0e59b8f
AA
47932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4794
4795 * gdb.base/shr2.c: Add eye-catcher.
4796 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
4797 line number.
4798
78f98cca
AA
47992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4800
4801 * gdb.base/jump.c: Add eye-catchers.
4802 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
4803 numbers.
4804
58fa2af0
AA
48052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4806
4807 * gdb.base/execd-prog.c: Add eye-catchers.
4808 * gdb.base/foll-exec.c: Likewise.
4809 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
4810 line numbers.
4811
04e5059b
AA
48122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4813
4814 * gdb.base/ending-run.c: Add eye-catchers.
4815 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
4816 literal line numbers.
4817
dbfdb174
AA
48182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4819
4820 * gdb.base/call-rt-st.c: Add eye-catchers.
4821 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
4822 literal line numbers.
4823
888a2ade
AA
48242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4825
4826 * gdb.base/call-ar-st.c: Add eye-catchers.
4827 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
4828 literal line numbers.
4829
6acc2dde
AA
48302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4831
4832 * gdb.base/average.c: Add eye-catchers.
4833 * gdb.base/sum.c: Likewise.
4834 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
4835 regexps dynamically.
4836
9ecfcd1d
AA
48372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4838
4839 * gdb.base/solib1.c: Add eye-catchers.
4840 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
4841 literal line numbers.
4842
78708b7c
PA
48432014-11-12 Pedro Alves <palves@redhat.com>
4844
4845 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
4846 leader has exited.
4847
af48d08f
PA
48482014-11-12 Pedro Alves <palves@redhat.com>
4849
4850 * gdb.arch/i386-bp_permanent.c: New file.
4851 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
4852 (srcfile): Set to i386-bp_permanent.c.
4853 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
4854 that stepi does not execute the 'leave' instruction, instead of
4855 testing it does execute.
4856 * gdb.base/bp-permanent.c: New file.
4857 * gdb.base/bp-permanent.exp: New file.
4858
af3768e9
DE
48592014-11-10 Doug Evans <xdje42@gmail.com>
4860
4861 PR symtab/17564
4862 * gdb.base/symtab-search-order.exp: New file.
4863 * gdb.base/symtab-search-order.c: New file.
4864 * gdb.base/symtab-search-order-1.c: New file.
4865 * gdb.base/symtab-search-order-shlib-1.c: New file.
4866
9de00a4a
PA
48672014-11-07 Pedro Alves <palves@redhat.com>
4868
4869 PR gdb/17511
4870 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
4871 i?86-*-linux*.
4872
e0f52461
SC
48732014-11-03 Siva Chandra Reddy <sivachandra@google.com>
4874
4875 PR c++/17494
4876 * gdb.cp/pr17494.cc: New file.
4877 * gdb.cp/pr17494.exp: New file.
4878
6ce8c980
YQ
48792014-11-02 Yao Qi <yao@codesourcery.com>
4880
4881 * gdb.python/python.exp: Get working directory and match the
4882 output of "set extended-prompt \\w " with it.
4883
02be9a71
DE
48842014-10-30 Doug Evans <dje@google.com>
4885
4886 * gdb.python/py-objfile.exp: Add tests for setting random attributes
4887 in objfiles.
4888 * gdb.python/py-progspace.exp: Add tests for setting random attributes
4889 in progspaces.
4890
3bdff46b
LM
48912014-10-30 Janis Johnson <janisjo@codesourcery.com>
4892
4893 * gdb.base/fullpath-expand.exp: Skip for a remote host.
4894 * gdb.base/realname-expand.exp: Likewise.
4895 * gdb.linespec/macro-relative.exp: Likewise.
4896
ab917dfb
PA
48972014-10-29 Pedro Alves <palves@redhat.com>
4898
4899 PR gdb/17408
4900 * gdb.threads/schedlock.c (some_function): New function.
4901 (call_function): New global.
4902 (MAYBE_CALL_SOME_FUNCTION): New macro.
4903 (thread_function): Call it.
4904 * gdb.threads/schedlock.exp (get_args): Add description parameter,
4905 and use it instead of a global counter. Adjust all callers.
4906 (get_current_thread): Use "find current thread" for test message
4907 here rather than having all callers pass down the same string.
4908 (goto_loop): New procedure, factored out from ...
4909 (my_continue): ... this.
4910 (step_ten_loops): Change parameter from test message to command to
4911 use. Adjust.
4912 (list_count): Delete global.
4913 (check_result): New procedure, factored out from duplicate top
4914 level code.
4915 (continue tests): Wrap in with_test_prefix.
4916 (test_step): New procedure, factored out from duplicate top level
4917 code.
4918 (top level): Test "step" in combination with all scheduler-locking
4919 modes. Test "next" in combination with all scheduler-locking
4920 modes, and in combination with stepping over a function call or
4921 not.
4922 * gdb.threads/next-bp-other-thread.c: New file.
4923 * gdb.threads/next-bp-other-thread.exp: New file.
4924
d3d4baed
PA
49252014-10-29 Pedro Alves <palves@redhat.com>
4926
4927 PR python/17372
4928 * gdb.python/python.exp: Test a multi-line command that spawns
4929 interactive Python.
4930 * gdb.base/multi-line-starts-subshell.exp: New file.
4931
563e8d85
YQ
49322014-10-29 Yao Qi <yao@codesourcery.com>
4933
4934 * gdb.base/fileio.exp: Make directories on host.
4935
0ea4d52e
YQ
49362014-10-29 Yao Qi <yao@codesourcery.com>
4937
4938 * gdb.base/fileio.c (test_write): Close the file.
4939
7f5ef605
PA
49402014-10-28 Pedro Alves <palves@redhat.com>
4941
4942 PR gdb/12623
4943 * gdb.base/sigstep.c (no_handler): New global.
4944 (main): If 'no_handler is true, set the signal handlers to
4945 SIG_IGN.
4946 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
4947 with_sw_watch and no_handler parameters. Handle them.
4948 (top level) <stepping over handler when stopped at a breakpoint
4949 test>: Add a test axis for testing with a software watchpoint, and
4950 another for testing with the signal handler set to SIG_IGN.
4951 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
4952 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
4953
abbdbd03
PA
49542014-10-28 Pedro Alves <palves@redhat.com>
4955
4956 PR gdb/17511
4957 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
4958 * gdb.base/sigstep.exp (other_handler_location): New global.
4959 (advance): Support stepping into the signal handler, and running
4960 commands while in the handler.
4961 (in_handler_map): New global.
4962 (top level): In the advance test, add combinations for getting
4963 into the handler with stepping commands, and for running commands
4964 in the handler. Add comment descripting the advancei tests.
4965
1df4399f
PA
49662014-10-28 Pedro Alves <palves@redhat.com>
4967
4968 * gdb.base/sigstep.exp: Use build_executable instead of
4969 prepare_for_testing.
4970 (top level): Move code that starts GDB, runs to main and creates a
4971 display to ...
4972 (restart): ... this new procedure.
4973 (top level): Move backtrace from signal handler test to ...
4974 (validate_backtrace): ... this new procedure.
4975 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
4976 with_test_prefix. Always restart GDB.
4977 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
4978 with_test_prefix. Always restart GDB. No need to delete
4979 breakpoints after the test.
4980 (test_skip_handler): Remove prefix parameter.
4981 (skip_over_handler, breakpoint_to_handler)
4982 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
4983 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
4984 restart GDB. No need to delete breakpoints after the test.
4985 (top level): Use foreach to call the test procedures with
4986 different commands.
4987
a5b6e449
PA
49882014-10-28 Pedro Alves <palves@redhat.com>
4989
4990 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
4991 instead of GNATS numbers.
4992 * gdb.base/sigbpt.exp: Likewise.
4993 * gdb.base/siginfo.exp: Likewise.
4994 * gdb.base/sigstep.exp: Likewise.
4995
e5f8a7cc
PA
49962014-10-27 Pedro Alves <palves@redhat.com>
4997
4998 * gdb.base/sigstep.c (dummy): New global.
4999 (main): Issue a couple writes to the new global.
5000 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
5001 procedures.
5002 (skip_over_handler): Use test_skip_handler.
5003 (top level): Call skip_over_handler for stepi and nexti too.
5004 (breakpoint_over_handler): Use test_skip_handler.
5005 (top level): Call breakpoint_over_handler for stepi and nexti too.
5006
763905a3
YQ
50072014-10-27 Yao Qi <yao@codesourcery.com>
5008
5009 * gdb.trace/tfile.c (adjust_function_address)
5010 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
5011 function descriptor.
5012
6f259a23
DB
50132014-10-24 Don Breazeal <donb@codesourcery.com>
5014
5015 * gdb.base/foll-fork.exp (test_follow_fork,
5016 catch_fork_child_follow): Check for updated fork messages emitted
5017 from infrun.c.
5018 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
5019 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
5020 vfork_and_exec_child_follow_through_step): Check for updated vfork
5021 messages emitted from infrun.c.
5022
09dd9a69
PA
50232014-10-24 Pedro Alves <palves@redhat.com>
5024
5025 * gdb.base/corefile.exp: Remove references to ultrix.
5026 * gdb.base/interrupt.exp: Likewise.
5027 * gdb.base/whatis.exp: Likewise.
5028 * gdb.gdb/selftest.exp: Likewise.
5029 * gdb.threads/manythreads.exp: Likewise.
5030 * gdb.threads/print-threads.exp: Likewise.
5031 * gdb.threads/pthreads.exp:: Likewise.
5032 * gdb.threads/schedlock.exp: Likewise.
5033
3433cfa5
SC
50342014-10-24 Siva Chandra Reddy <sivachandra@google.com>
5035
5036 * gdb.cp/non-trivial-retval.cc: Add a test case.
5037 * gdb.cp/non-trivial-retval.exp: Add a test.
5038
092f880b
YQ
50392014-10-20 Yao Qi <yao@codesourcery.com>
5040
5041 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
5042 * gdb.python/py-objfile-script-gdb.py: New file.
5043 * gdb.python/py-objfile-script.exp: Update reference to
5044 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
5045 of remote_download. Remove the dest file.
5046
acbdb7f3
YQ
50472014-10-20 Yao Qi <yao@codesourcery.com>
5048
5049 * gdb.base/checkpoint.exp: Don't remove file copied on host.
5050 * gdb.base/step-line.exp: Likewise.
5051 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5052 * gdb.dwarf2/dw2-basic.exp: Likewise.
5053 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5054 * gdb.dwarf2/dw2-filename.exp: Likewise.
5055 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5056 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5057 * gdb.dwarf2/dw2-producer.exp: Likewise.
5058 * gdb.dwarf2/mac-fileno.exp: Likewise.
5059 * gdb.python/py-frame-args.exp: Likewise.
5060 * gdb.python/py-framefilter.exp: Likewise.
5061 * gdb.python/py-mi.exp: Likewise.
5062 * gdb.python/py-objfile-script.exp: Likewise
5063 * gdb.python/py-pp-integral.exp: Likewise.
5064 * gdb.python/py-pp-re-notag.exp: Likewise.
5065 * gdb.python/py-prettyprint.exp: Likewise.
5066 * gdb.python/py-section-script.exp: Likewise.
5067 * gdb.python/py-typeprint.exp: Likewise.
5068 * gdb.python/py-xmethods.exp: Likewise.
5069 * gdb.stabs/weird.exp: Likewise.
5070 * gdb.xml/tdesc-regs.exp: Likewise.
5071
bd286a29
KCY
50722014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
5073
5074 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
5075 (out_cu): Use addr_len for the size of addresses.
5076 (out_line): Likewise. Size DW_LNE_set_address instruction
5077 according to addr_len.
5078 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
5079 (FUNC): Add START_INSNS to definition.
5080
673dc4a0
YQ
50812014-10-18 Yao Qi <yao@codesourcery.com>
5082
5083 * gdb.base/argv0-symlink.exp: Check argv[0] value if
5084 gdb_has_argv0 return true.
5085 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
5086 check [target_info exists noargs], check [gdb_has_argv0]
5087 instead.
5088 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5089 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
5090 procedures.
5091
4ffbba72
DE
50922014-10-17 Doug Evans <dje@google.com>
5093
5094 * gdb.python/py-events.exp: Update expected output for clear_objfiles
5095 event.
5096 * gdb.python/py-events.py: Add clear_objfiles event.
5097
d096d8c1
DE
50982014-10-17 Doug Evans <dje@google.com>
5099
5100 * gdb.python/py-objfile.exp: Test progspace attribute.
5101
a80db015
LM
51022014-10-17 Luis Machado <lgustavo@codesourcery.com>
5103
5104 * gdb.guile/scm-breakpoint.exp: Do not assume any
5105 directory separators when matching source file paths.
5106 * gdb.python/py-breakpoint.exp: Likewise.
5107 * gdb.reverse/break-precsave.exp: Likewise.
5108 * gdb.reverse/break-reverse.exp: Likewise.
5109 * gdb.reverse/consecutive-precsave.exp: Likewise.
5110 * gdb.reverse/finish-precsave.exp: Likewise.
5111 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
5112 * gdb.reverse/finish-reverse.exp: Likewise.
5113 * gdb.reverse/i386-precsave.exp: Likewise.
5114 * gdb.reverse/i387-env-reverse.exp: Likewise.
5115 * gdb.reverse/i387-stack-reverse.exp: Likewise.
5116 * gdb.reverse/machinestate-precsave.exp: Likewise.
5117 * gdb.reverse/machinestate.exp: Likewise.
5118 * gdb.reverse/sigall-precsave.exp: Likewise.
5119 * gdb.reverse/solib-precsave.exp: Likewise.
5120 * gdb.reverse/step-precsave.exp: Likewise.
5121 * gdb.reverse/until-precsave.exp: Likewise.
5122 * gdb.reverse/watch-precsave.exp: Likewise.
5123 * gdb.reverse/watch-reverse.exp: Likewise.
5124
b22089ab
YQ
51252014-10-17 Yao Qi <yao@codesourcery.com>
5126
5127 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
5128 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
5129
6c4486e6
PA
51302014-10-17 Pedro Alves <palves@redhat.com>
5131
5132 PR gdb/17471
5133 * gdb.base/bg-execution-repeat.c: New file.
5134 * gdb.base/bg-execution-repeat.exp: New file.
5135
0ff33695
PA
51362014-10-17 Pedro Alves <palves@redhat.com>
5137
5138 PR gdb/17300
5139 * gdb.base/continue-all-already-running.c: New file.
5140 * gdb.base/continue-all-already-running.exp: New file.
5141
6fdebc3d
PA
51422014-10-17 Pedro Alves <palves@redhat.com>
5143
5144 PR gdb/17472
5145 * gdb.base/annota-input-while-running.c: New file.
5146 * gdb.base/annota-input-while-running.exp: New file.
5147
32a8097b
PA
51482014-10-17 Pedro Alves <palves@redhat.com>
5149
5150 * gdb.base/callfuncs.exp: emove references to osf.
5151 * gdb.base/sigall.exp: Likewise.
5152 * gdb.gdb/selftest.exp: Likewise.
5153 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5154 * gdb.mi/non-stop.c: Likewise.
5155 * gdb.mi/pthreads.c: Likewise.
5156 * gdb.reverse/sigall-precsave.exp: Likewise.
5157 * gdb.reverse/sigall-reverse.exp: Likewise.
5158 * gdb.threads/pthreads.c: Likewise.
5159 * gdb.threads/pthreads.exp: Likewise.
5160
7a3517ff
YQ
51612014-10-17 Yao Qi <yao@codesourcery.com>
5162
5163 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
5164 check 'target_info exists noargs'.
5165 (test_command_prompt_position): Likewise.
5166 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
5167 Remove "set args".
5168 (progvar_simple_while_test): Likewise.
5169 (progvar_complex_if_while_test): Likewise.
5170 (if_while_breakpoint_command_test): Likewise.
5171 (infrun_breakpoint_command_test): Likewise.
5172 (breakpoint_command_test): Likewise.
5173 (watchpoint_command_test): Likewise.
5174 (bp_deleted_in_command_test): Likewise.
5175 (temporary_breakpoint_commands): Likewise.
5176
bb99c472
YQ
51772014-10-16 Yao Qi <yao@codesourcery.com>
5178
5179 * gdb.base/remotetimeout.exp: Remove noargs checking.
5180
7c16b83e
PA
51812014-10-15 Pedro Alves <palves@redhat.com>
5182
5183 PR breakpoints/9649
5184 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
5185 * gdb.base/breakpoint-in-ro-region.exp
5186 (probe_target_hardware_step): New procedure.
5187 (top level): Probe hardware stepping and hardware breakpoint
5188 support. Test stepping through a read-only region, with both
5189 "breakpoint auto-hw" on and off and both "always-inserted" on and
5190 off.
5191
35a49624
IB
51922014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
5193
5194 * gdb.dlang/demangle.exp: Update for demangling changes.
5195
2d1c107c
SC
51962014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5197
5198 * gdb.cp/non-trivial-retval.cc: Add new test cases.
5199 * gdb.cp/non-trivial-retval.exp: Add new tests.
5200
778811d5
SC
52012014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5202
5203 PR c++/13403
5204 PR c++/15154
5205 * gdb.cp/non-trivial-retval.cc: New file.
5206 * gdb.cp/non-trivial-retval.exp: New file.
5207
10c5f0a8
YQ
52082014-10-15 Yao Qi <yao@codesourcery.com>
5209
5210 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
5211 remote host.
5212
65d7b369
YQ
52132014-10-15 Yao Qi <yao@codesourcery.com>
5214
5215 * gdb.python/py-symbol.exp: Match file base name if host is
5216 remote, otherwise match file name with dir name.
5217 * gdb.python/py-symtab.exp: Likewise.
5218 * gdb.python/python.exp: Likewise.
5219
46dc1394
YQ
52202014-10-15 Yao Qi <yao@codesourcery.com>
5221
5222 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
5223 pattern.
5224 * gdb.python/py-symtab.exp: Likewise.
5225 * gdb.python/python.exp: Remove trailing ".*". Fix typo
5226 locationn.
5227
c40cc657
JB
52282014-10-14 Joel Brobecker <brobecker@adacore.com>
5229
5230 * gdb.ada/addr_arith: New testcase.
5231
2abf49e1
MR
52322014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
5233
5234 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
5235 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
5236 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
5237 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
5238
f7088df3
SDJ
52392014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
5240
5241 * gdb.arch/stap-eval-lang-ada.S: Likewise.
5242 * gdb.arch/stap-eval-lang-ada.c: Likewise.
5243 * gdb.arch/stap-eval-lang-ada.exp: New file.
5244
4dc06805
YQ
52452014-10-14 Yao Qi <yao@codesourcery.com>
5246
5247 * gdb.mi/mi-var-child.c (nothing1): New function.
5248 (nothing2): New function.
5249 (do_children_tests): Set function pointers by nothing1 and
5250 nothing2.
5251 * gdb.mi/mi-var-child.exp: Step over new added statements.
5252 Update test to match the new output.
5253 * gdb.mi/var-cmd.c (nothing1): New function.
5254 (nothing2): New function.
5255 (do_children_tests): Set function pointers by nothing1 and
5256 nothing2.
5257 * gdb.mi/mi-var-display.exp: Update test to match output.
5258 Step to the line specified by $line_dct_nothing.
5259 Increase the number of lines to step.
5260
46a93de2
YQ
52612014-10-14 Yao Qi <yao@codesourcery.com>
5262
5263 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
5264 tests.
5265 * gdb.mi/mi2-var-child.exp: Likewise.
5266
14ea52ee
DE
52672014-10-13 Doug Evans <dje@google.com>
5268
5269 * gdb.python/py-objfile.exp: Change name of file name test.
5270
e5c6e92b
DE
52712014-10-13 Doug Evans <dje@google.com>
5272
5273 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
5274 from the start of the CU.
5275
c780cc2f
JK
52762014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5277 Yao Qi <yao@codesourcery.com>
5278
5279 Fix "save breakpoints" for "catch" command.
5280 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
5281 Remove -nonewline. Match also the added "main" line.
5282
99894e11
JK
52832014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5284
5285 Fix "save breakpoints" for "disable $bpnum" command.
5286 * gdb.base/save-bp.c (main): Add label.
5287 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
5288
6e1ac5a3
JK
52892014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5290
5291 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
5292
754dd2b0
YQ
52932014-10-11 Yao Qi <yao@codesourcery.com>
5294
5295 * gdb.server/server-kill.exp: Execute command
5296 "set remote trace-status-packet on" before "tstatus".
5297
f90183d7
YQ
52982014-10-11 Yao Qi <yao@codesourcery.com>
5299
5300 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
5301 (main): Call getppid.
5302 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
5303 and continue to it. Read variable "server_pid".
5304
bf40a607
YQ
53052014-10-11 Yao Qi <yao@codesourcery.com>
5306
5307 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
5308
052ca370
YQ
53092014-10-11 Yao Qi <yao@codesourcery.com>
5310
5311 * gdb.threads/thread-find.exp: Don't execute command
5312 "info threads".
5313 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
5314 * gdb.threads/linux-dp.exp: Don't check the condition
5315 $threads_created equals to zero.
5316
3831839c
PA
53172014-10-10 Pedro Alves <palves@redhat.com>
5318
5319 * gdb.base/bigcore.exp: Remove references to IRIX.
5320 * gdb.base/funcargs.exp: Likewise.
5321 * gdb.base/interrupt.exp: Likewise.
5322 * gdb.base/mips_pro.exp: Likewise.
5323 * gdb.base/nodebug.exp: Likewise.
5324 * gdb.base/setvar.exp: Likewise.
5325 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
5326
8b9a549d
PA
53272014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5328 Pedro Alves <palves@redhat.com>
5329
5330 PR symtab/14466
5331 * gdb.base/vdso-warning.c: New file.
5332 * gdb.base/vdso-warning.exp: New file.
5333
d48ba5e8
DE
53342014-10-02 Doug Evans <dje@google.com>
5335
5336 * gdb.base/structs.c (main): Don't run forever.
5337
2278c276
PA
53382014-10-02 Pedro Alves <palves@redhat.com>
5339
5340 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
5341 (top level) <stop threads 1, stop threads 2>: Use it.
5342
b57bacec
PA
53432014-10-02 Pedro Alves <palves@redhat.com>
5344
5345 * gdb.threads/break-while-running.exp (test): Add new
5346 'update_thread_list' argument. Skip "info threads" if false.
5347 (top level): Add new 'update_thread_list' axis.
5348
13fd3ff3
PA
53492014-10-02 Pedro Alves <palves@redhat.com>
5350
5351 PR breakpoints/17431
5352 * gdb.base/execl-update-breakpoints.c: New file.
5353 * gdb.base/execl-update-breakpoints.exp: New file.
5354
0fec99e8
PA
53552014-10-01 Pedro Alves <palves@redhat.com>
5356
5357 * gdb.base/breakpoint-in-ro-region.c: New file.
5358 * gdb.base/breakpoint-in-ro-region.exp: New file.
5359
2ddf4301
SM
53602014-10-01 Simon Marchi <simon.marchi@ericsson.com>
5361
5362 * gdb.mi/mi-exit-code.exp: New file.
5363 * gdb.mi/mi-exit-code.c: New file.
5364
6a5f3f43
YQ
53652014-09-30 Yao Qi <yao@codesourcery.com>
5366
5367 * lib/prelink-support.exp (build_executable_own_libs): Error if
5368 the target isn't native.
5369
345bcc73
YQ
53702014-09-30 Yao Qi <yao@codesourcery.com>
5371
5372 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
5373 false.
5374
a25a5a45
PA
53752014-09-22 Pedro Alves <palves@redhat.com>
5376
5377 * gdb.threads/break-while-running.exp: New file.
5378 * gdb.threads/break-while-running.c: New file.
5379
00ba3162
YQ
53802014-09-19 Yao Qi <yao@codesourcery.com>
5381
5382 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
5383 Invoke test. Restart GDB with --readnow and invoke test again.
5384
c3b7b696
YQ
53852014-09-19 Yao Qi <yao@codesourcery.com>
5386
5387 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
5388 proc set_breakpoint_on_gcd_function. Invoke
5389 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
5390 invoke set_breakpoint_on_gcd_function again.
5391
2b4fd423
DE
53922014-09-18 Doug Evans <dje@google.com>
5393
5394 * gdb.dwarf2/symtab-producer.exp: New file.
5395
a5947601
SDJ
53962014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5397
5398 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
5399 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
5400 * gdb.base/global-var-nested-by-dso.c: Likewise.
5401 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5402
91c19059
SDJ
54032014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5404 Pedro Alves <palves@redhat.com>
5405
5406 * gdb.base/watch-bitfields.exp: Pass string other than test file
5407 name to prepare_for_testing.
5408 (watch): New procedure.
5409 (expect_watchpoint): Use with_test_prefix.
5410 (top level): Factor out tests to ...
5411 (test_watch_location, test_regular_watch): ... these new
5412 procedures, and use with_test_prefix and gdb_continue_to_end.
5413
bb9d5f81
PP
54142014-09-16 Patrick Palka <patrick@parcs.ath.cx>
5415
5416 PR breakpoints/12526
5417 * gdb.base/watch-bitfields.exp: New file.
5418 * gdb.base/watch-bitfields.c: New file.
5419
635856f5
PA
54202014-09-16 Pedro Alves <palves@redhat.com>
5421
5422 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
5423 software and hardware addresses, not software address against
5424 itself.
5425
7280ceea
PA
54262014-09-16 Pedro Alves <palves@redhat.com>
5427
5428 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
5429 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
5430
428b16bd
PA
54312014-09-16 Pedro Alves <palves@redhat.com>
5432
5433 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
5434 files.
5435 * gdb.base/a2-run.exp: Remove all code guarded by istarget
5436 "*-*-vxworks*" throughout.
5437 * gdb.base/break.exp: Likewise.
5438 * gdb.base/default.exp: Likewise.
5439 * gdb.base/scope.exp: Likewise.
5440 * gdb.base/sepdebug.exp: Likewise.
5441 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
5442 throughout.
5443 * gdb.base/run.c: Likewise.
5444 * gdb.base/sepdebug.c: Likewise.
5445 * gdb.hp/gdb.aCC/run.c: Likewise.
5446 * gdb.reverse/until-reverse.c: Likewise.
5447 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
5448
666d413c
YQ
54492014-09-16 Yao Qi <yao@codesourcery.com>
5450
5451 * boards/local-remote-host-native.exp: New file.
5452
57cbd724
DE
54532014-09-14 Doug Evans <xdje42@gmail.com>
5454
5455 * gdb.threads/queue-signal.c (thread_count): New variable.
5456 (thread_count_mutex, thread_count_condvar): New variables.
5457 (incr_thread_count, wait_all_threads_running): New functions.
5458 (main): Wait for all threads to be in their thread functions.
5459
81219e53
DE
54602014-09-13 Doug Evans <xdje42@gmail.com>
5461
5462 * gdb.threads/queue-signal.c: New file.
5463 * gdb.threads/queue-signal.exp: New file.
5464
3714cea7
DE
54652014-09-13 Doug Evans <xdje42@gmail.com>
5466
5467 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
5468 be consistent with what default_gdb_init uses.
5469 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
5470 the plain text of the prompt. Add some logging printfs.
5471 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
5472
fa43b1d7
PA
54732014-09-12 Pedro Alves <palves@redhat.com>
5474
5475 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
5476 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
5477 * gdb.arch/i386-size-overlap.exp: Likewise.
5478 * gdb.arch/i386-size.exp: Likewise.
5479 * gdb.arch/i386-unwind.exp: Likewise.
5480 * gdb.base/a2-run.exp: Likewise.
5481 * gdb.base/break.exp: Likewise.
5482 * gdb.base/charset.exp: Likewise.
5483 * gdb.base/chng-syms.exp: Likewise.
5484 * gdb.base/commands.exp: Likewise.
5485 * gdb.base/dbx.exp: Likewise.
5486 * gdb.base/find.exp: Likewise.
5487 * gdb.base/funcargs.exp: Likewise.
5488 * gdb.base/jit-simple.exp: Likewise.
5489 * gdb.base/reread.exp: Likewise.
5490 * gdb.base/sepdebug.exp: Likewise.
5491 * gdb.base/step-bt.exp: Likewise.
5492 * gdb.cp/mb-inline.exp: Likewise.
5493 * gdb.cp/mb-templates.exp: Likewise.
5494 * gdb.objc/basicclass.exp: Likewise.
5495 * gdb.threads/killed.exp: Likewise.
5496
9d9bf2df
EBM
54972014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5498
5499 PR tdep/17379
5500 * gdb.arch/powerpc-stackless.S: New file.
5501 * gdb.arch/powerpc-stackless.exp: New file.
5502
1cf2f1b0
JK
55032014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5504
5505 * gdb.base/attach.c: Include unistd.h.
5506 (main): Call alarm. Add label postloop.
5507 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
5508 gdb_breakpoint, gdb_continue_to_breakpoint.
5509 (test_command_line_attach_run): Kill ${testpid} in one exit path.
5510
98880d46
PA
55112014-09-11 Pedro Alves <palves@redhat.com>
5512
5513 PR gdb/17347
5514 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
5515 * gdb.base/attach.exp (test_command_line_attach_run): New
5516 procedure.
5517 (top level): Call it.
5518
4c92ff2c
PA
55192014-09-11 Pedro Alves <palves@redhat.com>
5520
5521 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
5522 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
5523 (do_command_attach_tests): Use spawn_wait_for_attach.
5524 * gdb.base/solib-overlap.exp: Likewise.
5525 * gdb.multi/multi-attach.exp: Likewise.
5526 * gdb.python/py-prompt.exp: Likewise.
5527 * gdb.python/py-sync-interp.exp: Likewise.
5528 * gdb.server/ext-attach.exp: Likewise.
5529
3adc1a7d
GKB
55302014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
5531
5532 * gdb.fortran/array-element.exp: Remove unexpected "continue"
5533 command in testcase. Simplify testcase.
5534
96334934
JB
55352014-09-10 Joel Brobecker <brobecker@adacore.com>
5536
5537 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
5538
eb479039
JB
55392014-09-10 Joel Brobecker <brobecker@adacore.com>
5540
5541 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
5542
deede10c
JB
55432014-09-10 Joel Brobecker <brobecker@adacore.com>
5544
5545 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
5546
7828a5f5
JB
55472014-09-10 Joel Brobecker <brobecker@adacore.com>
5548
5549 * gdb.dwarf2/dynarr-ptr.c: New file.
5550 * gdb.dwarf2/dynarr-ptr.exp: New file.
5551
33aeebcf
MR
55522014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5553
5554 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
5555 of 30 rather than hardcoding 120 for a slow test case. Take the
5556 `gdb,timeout' target setting into account for this calculation.
5557 Don't extend the timeout for the test cases that don't need it.
5558
7b415901
MR
55592014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5560
5561 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
5562 a factor of 2 for a slow test case. Take the `gdb,timeout'
5563 target setting into account for this calculation.
5564 * gdb.reverse/until-precsave.exp: Increase the timeout by
5565 a factor of 15 and 3 respectively rather than adding 120
5566 for a pair of slow test cases. Take the `gdb,timeout'
5567 target setting into account for this calculation.
5568
4a40f85a
MR
55692014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5570
5571 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
5572 timeout, don't pass one down to gdb_expect.
5573 (gdb_expect): Rework timeout selection.
5574
09635af7
MR
55752014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5576
5577 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
5578 exception on timeout.
5579 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
5580 (gdbserver_start_extended): Catch any `gdbserver_start' error
5581 exceptions.
5582 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
5583 * lib/mi-support.exp (mi_gdb_target_load): Catch any
5584 `gdbserver_gdb_load' error exceptions.
5585
2bdd10b7
MR
55862014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5587
5588 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
5589 120 on waiting for the TCP socket to open.
5590
316935f0
DE
55912014-09-09 Doug Evans <xdje42@gmail.com>
5592
5593 * gdb.base/default.exp (show_conv_list): Add _caller_is,
5594 _caller_matches, _any_caller_is, _any_caller_matches.
5595
83740597
DE
55962014-09-09 Doug Evans <xdje42@gmail.com>
5597
5598 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
5599
4c122fc3
YQ
56002014-09-09 Yao Qi <yao@codesourcery.com>
5601
5602 * gdb.mi/mi-var-display.exp: Set print symbol off.
5603
a9f116cb
GKB
56042014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
5605
5606 PR gdb/17035
5607 * gdb.base/commands.exp: Add tests to verify user-defined
5608 commands with empty bodies.
5609 * gdb.python/py-cmd.exp: Test that we don't show user-defined
5610 python commands in `show user command`.
5611 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
5612 scheme commands in `show user command`.
5613
c75bd3a2
JK
56142014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5615
5616 PR python/17355
5617 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
5618 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
5619 * gdb.python/py-framefilter-invalidarg.exp: New file.
5620 * gdb.python/py-framefilter-invalidarg.py: New file.
5621
faa42425
DE
56222014-09-06 Doug Evans <xdje42@gmail.com>
5623
5624 PR 15276
5625 * gdb.python/py-caller-is.c: New file.
5626 * gdb.python/py-caller-is.exp: New file.
5627
474ca4f6
SDJ
56282014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
5629
5630 PR gdb/17235
5631 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
5632 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
5633
eb0b0463
SDJ
56342014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
5635
5636 PR fortran/17237
5637 * gdb.fortran/print-formatted.exp: New file.
5638 * gdb.fortran/print-formatted.f90: Likewise.
5639
5f3b99cf
SS
56402014-09-03 Sasha Smundak <asmundak@google.com>
5641
5642 * gdb.python/py-frame.exp: Test Frame.read_register.
5643
7d793aa9
SDJ
56442014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
5645
5646 PR python/16699
5647 * gdb.python/py-completion.exp: New file.
5648 * gdb.python/py-completion.py: Likewise.
5649
fb0576e9
DE
56502014-08-28 Doug Evans <dje@google.com>
5651
5652 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
5653 eax,etc. are live with values set by gdb and thus the compiler can't
5654 use them.
5655 * gdb.arch/i386-pseudo.c (main): Ditto.
5656
ee92b0dd
DE
56572014-08-27 Doug Evans <dje@google.com>
5658
5659 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
5660
6649db35
DE
56612014-08-25 Doug Evans <dje@google.com>
5662
5663 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
5664 (main): Ditto.
5665
564b7600
DE
56662014-08-25 Doug Evans <dje@google.com>
5667
5668 * gdb.threads/thread-execl.exp: #include <stdio.h>.
5669
3881fb67
YQ
56702014-08-24 Yao Qi <yao@codesourcery.com>
5671
5672 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
5673 symbol off.
5674 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
5675
a05a36a5
DE
56762014-08-22 Doug Evans <dje@google.com>
5677
5678 PR 17276
5679 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
5680 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
5681 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
5682
7c343b48
YQ
56832014-08-22 Yao Qi <yao@codesourcery.com>
5684
5685 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
5686 * gdb.python/py-finish-breakpoint2.exp: Likewise.
5687 * gdb.python/python.exp: Likewise. Use .py file on the host
5688 instead of the build.
5689
22fd09ae
JK
56902014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5691
5692 * gdb.threads/gcore-stale-thread.c: New file.
5693 * gdb.threads/gcore-stale-thread.exp: New file.
5694
a8454a7c
PA
56952014-08-21 Pedro Alves <palves@redhat.com>
5696
5697 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
5698 * gdb.base/gcore-relro-pie.exp: Likewise.
5699 * gdb.base/gcore-relro.exp: Likewise.
5700 * gdb.base/gcore.exp: Likewise.
5701 * gdb.base/print-symbol-loading.exp: Likewise.
5702 * gdb.threads/gcore-thread.exp: Likewise.
5703 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
5704
2a31c623
PA
57052014-08-20 Pedro Alves <palves@redhat.com>
5706 Jan Kratochvil <jan.kratochvil@redhat.com>
5707
5708 * Makefile.in (EXTRA_RULES, CC): New variables, get from
5709 configure.
5710 (EXPECT): Handle READ1 being set.
5711 (all): Depend on EXTRA_RULES.
5712 (check-read1, expect-read1, read1.so, read1): New rules.
5713 * README (Testsuite Parameters): Document the READ1 make variable.
5714 (Race detection): New section.
5715 * configure: Regenerate.
5716 * configure.ac: If build==host==target, and running under a
5717 GNU/glibc system, add read1 to the extra Makefile rules.
5718 (EXTRA_RULES): AC_SUBST it.
5719 * lib/read1.c: New file.
5720
d36430db
JB
57212014-08-20 Joel Brobecker <brobecker@adacore.com>
5722
5723 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
5724 the handling of variables declared as a typedef to an array
5725 which a DW_AT_data_location attribute.
5726
9a0dc9e3
PA
57272014-08-19 Andrew Burgess <aburgess@broadcom.com>
5728 Pedro Alves <palves@redhat.com>
5729
5730 PR symtab/14604
5731 PR symtab/14605
5732 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
5733 gdb_test.
5734
0718a8da
PA
57352014-08-19 Pedro Alves <palves@redhat.com>
5736
5737 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
5738
13b448cd
YQ
57392014-08-19 Yao Qi <yao@codesourcery.com>
5740
5741 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
5742 right line.
5743
1cbf5077
DB
57442014-08-18 David Blaikie <dblaikie@gmail.com>
5745
5746 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
5747
bf0fae19
JB
57482014-08-18 Joel Brobecker <brobecker@adacore.com>
5749
5750 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
5751 attribute in array range.
5752
3c8c5dcc
JB
57532014-08-18 Joel Brobecker <brobecker@adacore.com>
5754
5755 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
5756
e66d4446
SC
57572014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5758
5759 PR c++/17132
5760 * gdb.cp/pr17132.cc: New file.
5761 * gdb.cp/pr17132.exp: New file.
5762
940df408
SC
57632014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5764
5765 * gdb.python/py-xmethods.py (A_getarrayind)
5766 (E_method_char_worker.__call__, E_method_int_worker.__call__):
5767 Use 'print' with function call syntax.
5768 (E_method_matcher.match): Fix tab vs space indentation mixup.
5769
ebcc6c3a
YQ
57702014-08-15 Yao Qi <yao@codesourcery.com>
5771
5772 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
5773 false.
5774
775e0f04
YQ
57752014-08-15 Yao Qi <yao@codesourcery.com>
5776
5777 * gdb.cp/casts.exp: Set print symbol off.
5778 * gdb.cp/class2.exp: Likewise.
5779 * gdb.cp/overload.exp: Likewise.
5780 * gdb.cp/templates.exp: Likewise.
5781
d769e349
DE
57822014-08-11 Doug Evans <dje@google.com>
5783
5784 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5785 (test_load_shlib): Update.
5786
20c6f1e1
YQ
57872014-08-09 Yao Qi <yao@codesourcery.com>
5788
5789 * gdb.base/display.exp: Invoke is_address_zero_readable.
5790 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
5791 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5792 * gdb.base/hbreak-unmapped.exp: Return if
5793 is_address_zero_readable returns true.
5794 * gdb.base/signest.exp: Likewise.
5795 * gdb.base/signull.exp: Likewise.
5796 * gdb.base/sigbpt.exp: Likewise.
5797 * gdb.guile/scm-disasm.exp: Do the test if
5798 is_address_zero_readable returns false.
5799 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
5800 * gdb.python/py-arch.exp: Likewise.
5801 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
5802 * lib/gdb.exp (is_address_zero_readable): New proc.
5803
5792e8e3
YQ
58042014-08-09 Yao Qi <yao@codesourcery.com>
5805
5806 PR testsuite/13443
5807 * gdb.mi/mi-var-display.exp: Make test messages unique.
5808
3cecbbbe
TT
58092014-08-04 Tom Tromey <tromey@redhat.com>
5810
5811 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
5812 target 0".
5813
00b51ff5
TT
58142014-08-04 Tom Tromey <tromey@redhat.com>
5815
5816 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
5817 "target_resume".
5818
6908c509
JB
58192014-08-01 Joel Brobecker <brobecker@adacore.com>
5820
5821 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
5822 inner_vla_struct_object_size.
5823 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
5824 as xfail.
5825
cc6563d2
PA
58262014-07-30 Pedro Alves <palves@redhat.com>
5827
5828 * gdb.threads/signal-command-handle-nopass.exp (test): Add
5829 comment.
5830
7e09a223
YQ
58312014-07-29 Yao Qi <yao@codesourcery.com>
5832
5833 PR gdb/17206
5834 * gdb.base/until-nodebug.exp: New.
5835
7ebdbe92
DE
58362014-07-28 Doug Evans <xdje42@gmail.com>
5837
5838 PR guile/17203
5839 * gdb.guile/scm-parameter.exp: Add tests for trying to create
5840 previously existing parameter, and previously ambiguously spelled
5841 parameter.
5842
fdb1adc6
WN
58432014-07-28 Will Newton <will.newton@linaro.org>
5844
5845 * gdb.base/varargs.exp: Remove KFAILs for ARM.
5846
186fcde0
DE
58472014-07-26 Ludovic Courtès <ludo@gnu.org>
5848 Doug Evans <xdje42@gmail.com>
5849
5850 PR guile/17146
5851 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
5852
70509625
PA
58532014-07-25 Pedro Alves <palves@redhat.com>
5854
5855 * gdb.threads/signal-command-handle-nopass.c: New file.
5856 * gdb.threads/signal-command-handle-nopass.exp: New file.
5857 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
5858 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
5859 * gdb.threads/signal-delivered-right-thread.c: New file.
5860 * gdb.threads/signal-delivered-right-thread.exp: New file.
5861
c3f814a1
PA
58622014-07-25 Pedro Alves <palves@redhat.com>
5863
5864 * gdb.base/double-prompt-target-event-error.exp
5865 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
5866 match.
5867 (cancel_pagination_in_target_event): Rework double prompt
5868 detection.
5869 * gdb.base/paginate-after-ctrl-c-running.exp
5870 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
5871 <return>' match.
5872 * gdb.base/paginate-bg-execution.exp
5873 (test_bg_execution_pagination_return)
5874 (test_bg_execution_pagination_cancel): Remove '-notransfer
5875 <return>' matches.
5876 * gdb.base/paginate-execution-startup.exp
5877 (test_fg_execution_pagination_return)
5878 (test_fg_execution_pagination_cancel): Remove '-notransfer
5879 <return>' matches.
5880 * gdb.base/paginate-inferior-exit.exp
5881 (test_paginate_inferior_exited): Remove '-notransfer <return>'
5882 match.
5883 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
5884 * lib/gdb.exp (pagination_prompt): Run text through
5885 string_to_regexp.
5886 (gdb_test_multiple): Match $pagination_prompt instead of
5887 "<return>".
5888 (string_to_regexp): Move to lib/gdb-utils.exp.
5889
e214cf6c
JK
58902014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5891
5892 * gdb.arch/amd64-entry-value-paramref.S: New file.
5893 * gdb.arch/amd64-entry-value-paramref.cc: New file.
5894 * gdb.arch/amd64-entry-value-paramref.exp: New file.
5895 * gdb.arch/amd64-optimout-repeat.S: New file.
5896 * gdb.arch/amd64-optimout-repeat.c: New file.
5897 * gdb.arch/amd64-optimout-repeat.exp: New file.
5898
17d0c5c8
JK
58992014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5900
5901 PR gdb/17170
5902 * gdb.base/statistics.exp: New file.
5903
b8b8facf
DE
59042014-07-17 Doug Evans <dje@google.com>
5905
74b49205 5906 PR gdb/17170
b8b8facf
DE
5907 * gdb.base/maint.exp: Update testing of per-command stats.
5908
1b5d0ab3
PA
59092014-07-16 Pedro Alves <palves@redhat.com>
5910
5911 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
5912 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
5913 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
5914 (tfile_write_buf): New functions.
5915 (add_memory_block): Rewrite using the above.
5916 (adjust_function_address): New function.
5917 (FUNCTION_ADDRESS): New macro.
5918 (write_basic_trace_file): Remove short_x local, and use
5919 tfile_write_16. Change type of func_addr local to unsigned long
5920 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
5921 here. Cast argument of add_memory_block to char pointer.
5922 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
5923 (main): Remove parameters.
5924 * gdb.trace/tfile.exp: Remove nowarnings.
5925
4d974e88
SM
59262014-07-15 Simon Marchi <simon.marchi@ericsson.com>
5927
5928 * gdb.base/debug-expr.exp: Test string evaluation with
5929 "debug expression" on.
5930
41e99568
PA
59312014-07-15 Pedro Alves <palves@redhat.com>
5932
5933 * gdb.base/reread.exp: Use clean_restart.
5934
487d9753
PL
59352014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
5936
5937 * gdb.arch/avr-flash-qualifer.c: New.
5938 * gdb.arch/avr-flash-qualifer.exp: New.
5939
cc1c52ad
PA
59402014-07-14 Pedro Alves <palves@redhat.com>
5941
5942 * gdb.base/paginate-after-ctrl-c-running.c: New file.
5943 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
5944
1e973570
PA
59452014-07-14 Pedro Alves <palves@redhat.com>
5946
5947 * gdb.base/double-prompt-target-event-error.c: New file.
5948 * gdb.base/double-prompt-target-event-error.exp: New file.
5949
93d6eb10
PA
59502014-07-14 Pedro Alves <palves@redhat.com>
5951
5952 PR gdb/17072
5953 * gdb.base/paginate-inferior-exit.c: New file.
5954 * gdb.base/paginate-inferior-exit.exp: New file.
5955
0017922d
PA
59562014-07-14 Pedro Alves <palves@redhat.com>
5957
5958 PR gdb/17072
5959 * gdb.base/paginate-bg-execution.c: New file.
5960 * gdb.base/paginate-bg-execution.exp: New file.
5961
94696ad3
PA
59622014-07-14 Pedro Alves <palves@redhat.com>
5963
5964 PR gdb/17072
5965 * gdb.base/paginate-execution-startup.c: New file.
5966 * gdb.base/paginate-execution-startup.exp: New file.
5967 * lib/gdb.exp (pagination_prompt): New global.
5968 (default_gdb_spawn): New procedure, factored out from
5969 default_gdb_spawn.
5970 (default_gdb_start): Adjust to call default_gdb_spawn.
5971 (gdb_spawn): New procedure.
5972
bd293940
PA
59732014-07-14 Pedro Alves <palves@redhat.com>
5974
5975 * lib/gdb.exp (gdb_assert): New procedure.
5976 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
5977
c933f875
PA
59782014-07-14 Pedro Alves <palves@redhat.com>
5979
5980 * gdb.base/execution-termios.c: New file.
5981 * gdb.base/execution-termios.exp: New file.
5982
d98b7a16
TT
59832014-07-14 Tom Tromey <tromey@redhat.com>
5984
5985 * gdb.cp/vla-cxx.cc: New file.
5986 * gdb.cp/vla-cxx.exp: New file.
5987
548740d6
TT
59882014-07-14 Tom Tromey <tromey@redhat.com>
5989
5990 * gdb.reverse/rerun-prec.c: New file.
5991 * gdb.reverse/rerun-prec.exp: New file.
5992
a25eb028
MR
59932014-07-12 Maciej W. Rozycki <macro@mips.com>
5994 Maciej W. Rozycki <macro@codesourcery.com>
5995
5996 * lib/gdb-utils.exp: New file.
5997 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
5998 inline `gdb_init_command' processing.
5999 (gdb_start_cmd): Likewise.
6000 * lib/mi-support.exp (mi_run_cmd): Likewise.
6001 * README: Document `gdb_init_command' and `gdb_init_commands'.
6002
218c2655
JK
60032014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6004
6005 Fix false FAIL running under a very long directory name.
6006 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
6007 and "set print elements 10000". Twice.
6008
5401fde3
YQ
60092014-07-11 Yao Qi <yao@codesourcery.com>
6010
6011 * gdb.base/exprs.exp: "set print symbol off".
6012
e76126e8
PA
60132014-07-11 Pedro Alves <palves@redhat.com>
6014
6015 * gdb.threads/kill.c: New file.
6016 * gdb.threads/kill.exp: New file.
6017
2d6f0de6
YQ
60182014-07-10 Yao Qi <yao@codesourcery.com>
6019
6020 * gdb.trace/tfile.c (write_basic_trace_file)
6021 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
6022 address written to trace file.
6023
7180e04a
PA
60242014-07-09 Pedro Alves <palves@redhat.com>
6025
6026 * gdb.base/attach-wait-input.exp: New file.
6027 * gdb.base/attach-wait-input.c: New file.
6028
9a9a7608
AB
60292014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6030
6031 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
6032 setting up test structures.
6033 (main): Call new test function.
6034 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
6035 test function, continue into test function and walk test
6036 structures.
6037
161ac41e
YQ
60382014-07-02 Yao Qi <yao@codesourcery.com>
6039
6040 * gdb.trace/entry-values.c: Define labels 'foo_start' and
6041 'bar_start' at the beginning of functions 'foo' and 'bar'
6042 respectively.
6043 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
6044 instead of 'foo' and 'bar'.
6045
1f267ae3
MM
60462014-07-08 Markus Metzger <markus.t.metzger@intel.com>
6047
6048 * gdb.btrace/segv.exp: New.
6049 * gdb.btrace/segv.c: New.
6050
2b239efb
LM
60512014-07-02 Luis Machado <lgustavo@codesourcery.com>
6052
6053 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
6054 instruction.
6055
cf363f18
MW
60562014-06-30 Mark Wielaard <mjw@redhat.com>
6057
6058 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
6059 vulture, vilify, villar): New volatile array constants.
6060 (vindictive, vegetation): New const volatile array constants.
6061 * gdb.base/volatile.exp: Test volatile and const volatile array
6062 types.
6063
aebf9d24
AA
60642014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6065
6066 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
6067 target lacks support for awatch, rwatch, or hbreak.
6068
b67a2c6f
YQ
60692014-06-27 Yao Qi <yao@codesourcery.com>
6070
6071 * gdb.multi/dummy-frame-restore.exp: New.
6072 * gdb.multi/dummy-frame-restore.c: New.
6073
aef92902
MM
60742014-06-25 Markus Metzger <markus.t.metzger@intel.com>
6075
6076 * gdb.btrace/gcore.exp: New.
6077
8e9db26e
PA
60782014-06-23 Pedro Alves <palves@redhat.com>
6079
6080 * gdb.base/watchpoint-reuse-slot.c: New file.
6081 * gdb.base/watchpoint-reuse-slot.exp: New file.
6082
70afc5b7
SC
60832014-06-23 Siva Chandra Reddy <sivachandra@google.com>
6084
6085 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
6086 progspace's filename in 'info', 'enable' and 'disable' command
6087 tests.
6088
b972bd9c
JK
60892014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6090
6091 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
6092 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6093 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
6094
125f8a3d
GB
60952014-06-20 Gary Benson <gbenson@redhat.com>
6096
6097 * gdb.arch/i386-avx.exp: Fix include file location.
6098 * gdb.arch/i386-sse.exp: Likewise.
6099
3ed9baed
IB
61002014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
6101
6102 * gdb.dlang/expression.exp: New file.
6103
034f788c
PA
61042014-06-19 Pedro Alves <palves@redhat.com>
6105
6106 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
6107 out from ...
6108 (top level): ... here. Iterate running tests under different
6109 scheduler-locking settings.
6110
45371d0c
LM
61112014-06-18 Luis Machado <lgustavo@codesourcery.com>
6112
6113 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
6114 to DW_FORM_addr and use non-zero addresses.
6115
5d376983
SC
61162014-06-18 Siva Chandra Reddy <sivachandra@google.com>
6117
6118 PR gdb/17017
6119 * gdb.python/py-xmethods.cc: Add global function call counters and
6120 increment them in their respective functions. Remove "cout"
6121 statements.
6122 * gdb.python/py-xmethods.exp: Make tests check the global function
6123 call counters instead of depending on inferior IO.
6124
a1aa2221
LM
61252014-06-18 Don Breazeal <donb@codesourcery.com>
6126
6127 * gdb.base/foll-fork.exp (default_fork_parent_follow):
6128 Deleted procedure.
6129 (explicit_fork_parent_follow): Deleted procedure.
6130 (explicit_fork_child_follow): Deleted procedure.
6131 (test_follow_fork): New procedure.
6132 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 6133 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
6134 procedure calls.
6135
0fc05997
YQ
61362014-06-17 Yao Qi <yao@codesourcery.com>
6137
6138 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
6139 CP1252.
6140
70795c52
LM
61412014-06-17 Luis Machado <lgustavo@codesourcery.com>
6142
6143 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
6144 Initialize ptr and S explicitly.
6145 (skip_type_update_when_not_use_rtti_test): Likewise.
6146
6be47f0c
KS
61472014-06-16 Keith Seitz <keiths@redhat.com>
6148
6149 PR mi/15863
6150 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
6151 the inferior is started.
6152
d03de421
PA
61532014-06-16 Pedro Alves <palves@redhat.com>
6154
6155 * gdb.base/break-main-file-remove-fail.c: New file.
6156 * gdb.base/break-main-file-remove-fail.exp: New file.
6157 * gdb.base/break-unload-file.exp: Use build_executable instead of
6158 prepare_for_testing.
6159 (test_break): New parameter "initial_load". Handle it.
6160 (top level): Add initial_load cmdline/file axis.
6161
f9579b99
TT
61622014-06-12 Tom Tromey <tromey@redhat.com>
6163
6164 * gdb.base/completion.exp: Don't use directory name in test.
6165
3657956b
GB
61662014-06-09 Gary Benson <gbenson@redhat.com>
6167
6168 * gdb.base/sigall.c [Functions to send signals]: Reorder to
6169 separate the always-available ANSI-standard signals from the
6170 signals that require checking.
6171 (main): Likewise.
6172 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
6173 Likewise.
6174 (main): Likewise.
6175
4186eb54
KS
61762014-06-07 Keith Seitz <keiths@redhat.com>
6177
6178 Revert:
6179 PR c++/16253
6180 * gdb.cp/var-tag.cc: New file.
6181 * gdb.cp/var-tag.exp: New file.
6182 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6183 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6184 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6185 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6186
25326a28 61872014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
6188
6189 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
6190
829155c9
PA
61912014-06-06 Pedro Alves <palves@redhat.com>
6192
6193 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
6194 in target debug output instead of looking at RSP packets,
6195 disabling the test on any target that uses hardware stepping.
6196 Update comments.
6197
61c8d22e
PA
61982014-06-06 Pedro Alves <palves@redhat.com>
6199
6200 * gdb.base/break-unload-file.exp: Fix typo.
6201
d9a47287
YQ
62022014-06-06 Yao Qi <yao@codesourcery.com>
6203
6204 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
6205 from "jit_function" to "^jit_function".
6206
e5e01dbf
YQ
62072014-06-06 Yao Qi <yao@codesourcery.com>
6208
6209 * gdb.base/async.c (foo): Add one statement.
6210 * gdb.base/async.exp: Get the next instruction address and
6211 match the output of "nexti" by instruction address. Match
6212 the hex address in the output of "finish".
6213
73ba372c
GB
62142014-06-06 Gary Benson <gbenson@redhat.com>
6215
6216 * gdb.base/call-signals.c: Remove preprocessor conditionals
6217 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
6218 SIGSEGV and SIGTERM.
6219 * gdb.base/sigall.c: Likewise.
6220 * gdb.base/unwindonsignal.c: Likewise.
6221 * gdb.reverse/sigall-reverse.c: Likewise.
6222
831517df
YQ
62232014-06-06 Yao Qi <yao@codesourcery.com>
6224
6225 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
6226 readable, skip the test.
6227
b8b91e98
YQ
62282014-06-06 Yao Qi <yao@codesourcery.com>
6229
6230 * gdb.threads/staticthreads.c (thread_function): Move the line
6231 setting breakpoint on forward.
6232 * gdb.threads/staticthreads.exp: Update comments.
6233
fb934770
LC
62342014-06-05 Ludovic Courtès <ludo@gnu.org>
6235
6236 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
6237 "history-append! type error".
6238
6ef284bd
SM
62392014-06-05 Simon Marchi <simon.marchi@ericsson.com>
6240
6241 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
6242 erroneous dprintf expected input.
6243
a872e241
DE
62442014-06-04 Doug Evans <xdje42@gmail.com>
6245
6246 * gdb.guile/scm-generics.exp: Delete.
6247
16f691fb
DE
62482014-06-04 Doug Evans <xdje42@gmail.com>
6249
6250 * gdb.guile/scm-breakpoint.exp: Update.
6251 Add tests for breakpoint registration.
6252
012370f6
TT
62532014-06-04 Tom Tromey <tromey@redhat.com>
6254
6255 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
6256 VLA-in-union.
6257 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
6258 inner_vla_struct, vla_union types. Initialize objects of those
6259 types and compute their sizes.
6260
9f5a4cef
HZ
62612014-06-04 Nathan Sidwell <nathan@codesourcery.com>
6262 Hui Zhu <hui@codesourcery.com>
6263
6264 * gdb.base/fileio.exp: Add test for shell not available as well as
6265 available.
6266 * gdb.base/fileio.c (test_system): Check for shell twice.
6267
90a45c4d
YQ
62682014-06-04 Yao Qi <yao@codesourcery.com>
6269
6270 * gdb.base/auto-connect-native-target.exp: Remove redundant
6271 space from the regexp pattern.
6272
70017e41
YQ
62732014-06-04 Yao Qi <yao@codesourcery.com>
6274
6275 * gdb.base/default.exp: Replace "child" with "native" in
6276 regexp pattern.
6277
883964a7
SC
62782014-06-03 Siva Chandra Reddy <sivachandra@google.com>
6279
6280 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
6281 * gdb.python/py-xmethods.exp: New tests to test xmethods.
6282 * gdb.python/py-xmethods.py: Python script supporting the
6283 new testcase and tests.
6284
ef370185
JB
62852014-06-03 Joel Brobecker <brobecker@adacore.com>
6286 Pedro Alves <palves@redhat.com>
6287
6288 PR breakpoints/17000
6289 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
6290 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
6291
1e2ccb61
BM
62922014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
6293
6294 * gdb.base/subst.exp: Add tests to verify partial path matching
6295 output.
6296
c6ec5ab2
PA
62972014-06-03 Pedro Alves <palves@redhat.com>
6298
6299 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
6300 target that doesn't use software single-stepping.
6301
835c559f
PA
63022014-06-03 Pedro Alves <palves@redhat.com>
6303
6304 PR breakpoints/17000
6305 * gdb.base/sss-bp-on-user-bp-2.c: New file.
6306 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
6307
06eb1586
DE
63082014-06-02 Doug Evans <xdje42@gmail.com>
6309
6310 * gdb.guile/scm-parameter.exp: New file.
6311
e698b8c4
DE
63122014-06-02 Doug Evans <xdje42@gmail.com>
6313
6314 * gdb.guile/scm-cmd.c: New file.
6315 * gdb.guile/scm-cmd.exp: New file.
6316
ded03782
DE
63172014-06-02 Doug Evans <xdje42@gmail.com>
6318
6319 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
6320 pretty-printer lookup.
6321 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
6322 (make-pp_s-printer): Call it.
6323 (make-pretty-printer-from-dict): New function.
6324 (lookup-pretty-printer-maker-from-dict): New function.
6325 (*pretty-printer*): Simplify.
6326 (make-objfile-pp_s-printer): New function.
6327 (install-objfile-pretty-printers!): New function.
6328 (make-progspace-pp_s-printer): New function.
6329 (install-progspace-pretty-printers!): New function.
6330 * gdb.guile/scm-progspace.c: New file.
6331 * gdb.guile/scm-progspace.exp: New file.
6332
41fac0cf
PA
63332014-06-02 Pedro Alves <palves@redhat.com>
6334
6335 * gdb.base/dprintf-bp-same-addr.c: New file.
6336 * gdb.base/dprintf-bp-same-addr.exp: New file.
6337
96ae5695
EBM
63382014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6339
6340 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
6341 * gdb.arch/powerpc-power.s: Likewise.
6342
da02b3a8
JB
63432014-06-02 Joel Brobecker <brobecker@adacore.com>
6344
6345 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
6346
c72b2e7b
YQ
63472014-06-01 Yao Qi <yao@codesourcery.com>
6348
6349 * gdb.base/watchpoint.exp (test_watch_location): Check null
6350 pointer can be dereferenced. If not, do the test, otherwise
6351 skip it.
6352
53e8a631
AB
63532014-05-30 Andrew Burgess <aburgess@broadcom.com>
6354
6355 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
6356 results.
6357 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
6358
938f0e2f
AB
63592014-05-30 Andrew Burgess <aburgess@broadcom.com>
6360
6361 * gdb.arch/amd64-invalid-stack-middle.S: New file.
6362 * gdb.arch/amd64-invalid-stack-middle.c: New file.
6363 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
6364 * gdb.arch/amd64-invalid-stack-top.c: New file.
6365 * gdb.arch/amd64-invalid-stack-top.exp: New file.
6366
9ba6657a
PA
63672014-05-30 Pedro Alves <palves@redhat.com>
6368
6369 PR breakpoints/17000
6370 * gdb.base/sss-bp-on-user-bp.c: New file.
6371 * gdb.base/sss-bp-on-user-bp.exp: New file.
6372
522c09bf
DB
63732014-05-30 David Blaikie <dblaikie@gmail.com>
6374
6375 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
6376 gnu_inline semantics via attribute.
6377 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
6378 source explicitly specifies the required semantics.
6379
bf4ef81e
MR
63802014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
6381
6382 * gdb.reverse/sigall-reverse.exp: Fix a typo.
6383
329ea579
PA
63842014-05-29 Pedro Alves <palves@redhat.com>
6385 Tom Tromey <tromey@redhat.com>
6386
6387 * gdb.base/async-shell.exp: Don't enable target-async.
6388 * gdb.base/async.exp
6389 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
6390 parameter. Adjust.
6391 (top level): Don't test with "target-async".
6392 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
6393 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
6394 * gdb.base/inferior-died.exp: Don't enable target-async.
6395 * gdb.base/interrupt-noterm.exp: Likewise.
6396 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
6397 * gdb.mi/mi-nonstop-exit.exp: Likewise.
6398 * gdb.mi/mi-nonstop.exp: Likewise.
6399 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6400 * gdb.mi/mi-nsintrall.exp: Likewise.
6401 * gdb.mi/mi-nsmoribund.exp: Likewise.
6402 * gdb.mi/mi-nsthrexec.exp: Likewise.
6403 * gdb.mi/mi-watch-nonstop.exp: Likewise.
6404 * gdb.multi/watchpoint-multi.exp: Adjust comment.
6405 * gdb.python/py-evsignal.exp: Don't enable target-async.
6406 * gdb.python/py-evthreads.exp: Likewise.
6407 * gdb.python/py-prompt.exp: Likewise.
6408 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
6409 * gdb.server/solib-list.exp: Don't enable target-async.
6410 * gdb.threads/thread-specific-bp.exp: Likewise.
6411 * lib/mi-support.exp: Adjust to use mi-async.
6412
fd664c91
PA
64132014-05-29 Pedro Alves <palves@redhat.com>
6414
6415 PR gdb/13860
6416 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
6417 reason, even in sync mode.
6418
251bde03
PA
64192014-05-29 Pedro Alves <palves@redhat.com>
6420 Hui Zhu <hui@codesourcery.com>
6421
6422 PR PR15693
6423 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
6424 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
6425 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
6426 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
6427
7f3c0343
JB
64282014-05-28 Joel Brobecker <brobecker@adacore.com>
6429
6430 * config/monitor.exp (gdb_target_monitor): Replace use of
6431 "set remotebaud" by "set serial baud".
6432
b2715b27
AW
64332014-05-26 Andy Wingo <wingo@igalia.com>
6434
6435 * gdb.guile/scm-breakpoint.exp:
6436 * gdb.guile/scm-gsmob.exp: Update to use plain old object
6437 properties instead of gdb-object-properties.
6438
498a4489
YQ
64392014-05-26 Yao Qi <yao@codesourcery.com>
6440
6441 * gdb.server/no-thread-db.exp: Specify source file name
6442 explicitly when setting a breakpoint.
6443
589fdceb
MM
64442014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6445
6446 * gdb.btrace/vdso.c: New.
6447 * gdb.btrace/vdso.exp: New.
6448
e9089e05
MM
64492014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6450
6451 * gdb.base/gcore.exp (capture_command_output): Move ...
6452 * lib/gdb.exp (capture_command_output): ... here.
6453
67b5c0c1
MM
64542014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6455
6456 * gdb.btrace/data.exp: Test memory access during btrace replay.
6457
a2199296
SM
64582014-05-22 Simon Marchi <simon.marchi@ericsson.com>
6459
6460 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
6461
17b2616c
PA
64622014-05-21 Pedro Alves <palves@redhat.com>
6463
6464 PR gdb/13860
6465 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
6466 (top level): Test that output related to execution commands is
6467 sent to the console with CLI commands, but not with MI commands.
6468 Test that breakpoint events are always mirrored to the console.
6469 Also expect the new source line to be output after a "next" in
6470 async mode too. Make it a pass/fail test.
6471 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
6472 output.
6473 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
6474
5166082f
PA
64752014-05-21 Pedro Alves <palves@redhat.com>
6476
6477 * gdb.base/list.exp (build_pattern, test_list): New procedures.
6478 Use them to test variations of "list" after reaching a breakpoint.
6479 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
6480 Test "list" with listsize 10 after reaching a breakpoint.
6481 * gdb.python/python.exp (decode_line current location line
6482 number): Adjust expected line number.
6483
2f25d70f
SM
64842014-05-21 Simon Marchi <simon.marchi@ericsson.com>
6485
6486 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
6487 behavior for $args, pass it directly to "run".
6488
ff604a67
MR
64892014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
6490
6491 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
6492 30000 to 65536.
6493
6a3cb8e8
PA
64942014-05-21 Pedro Alves <palves@redhat.com>
6495
6496 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
6497 auto-connect-native-target off".
6498 * gdb.base/auto-connect-native-target.c: New file.
6499 * gdb.base/auto-connect-native-target.exp: New file.
6500
4ebfc96e
PA
65012014-05-21 Pedro Alves <palves@redhat.com>
6502
6503 * gdb.base/default.exp: Test "target native" instead of "target
6504 child".
6505
36d46afb
MW
65062014-05-21 Mark Wielaard <mjw@redhat.com>
6507
6508 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6509
5876f503
JK
65102014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6511
6512 Fix TLS access for -static -pthread.
6513 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
6514 <HAVE_TLS> (thread_function, main): Initialize it.
6515 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
6516 Add clean_restart.
6517 <$have_tls != "">: Check TLSVAR.
6518
0256a6ac
PA
65192014-05-21 Pedro Alves <palves@redhat.com>
6520
6521 * gdb.base/dcache-line-read-error.c: New.
6522 * gdb.base/dcache-line-read-error.exp: New.
6523
936d2992
PA
65242014-05-20 Pedro Alves <palves@redhat.com>
6525
6526 * gdb.base/compare-sections.c: New file.
6527 * gdb.base/compare-sections.exp: New file.
6528
802e8e6d
PA
65292014-05-20 Pedro Alves <palves@redhat.com>
6530
6531 * gdb.base/break-idempotent.c: New file.
6532 * gdb.base/break-idempotent.exp: New file.
6533
e59fa00f
MM
65342014-05-20 Markus Metzger <markus.t.metzger@intel.com>
6535
6536 * gdb.btrace/nohist.exp: New.
6537
8b696e31
YQ
65382014-05-20 Yao Qi <yao@codesourcery.com>
6539
6540 * lib/gdb.exp (gdb_init): Set timeout if test file is under
6541 gdb.reverse directory and gdb_reverse_timeout exists in board
6542 setting.
6543 * README: Document gdb_reverse_timeout.
6544
73c9764f
YQ
65452014-05-20 Yao Qi <yao@codesourcery.com>
6546
6547 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
6548 'test_file_name'. Treat args as a string instead of a list.
6549 (gdb_init): Rename argument 'args' by 'test_file_name'.
6550
f1f4348a
JK
65512014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6552
6553 * gdb.arch/powerpc-power.exp: New file.
6554 * gdb.arch/powerpc-power.s: New file.
6555
0dbe70ce
DE
65562014-05-16 Doug Evans <dje@google.com>
6557
6558 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
6559 * gdb.base/completion.exp: Check that all expected files exist
6560 before doing file completion.
0dbe70ce 6561
8d551b02
DE
65622014-05-16 Doug Evans <dje@google.com>
6563
6564 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
6565 Update.
6566 (do_syscall_tests_without_xml): Update.
6567
73eb7709
PA
65682014-05-16 Pedro Alves <palves@redhat.com>
6569
6570 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
6571 instead of "unknown output after running".
6572
3fae92fc
YQ
65732014-05-16 Yao Qi <yao@codesourcery.com>
6574
6575 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
6576 file1.txt from host at the end.
6577 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6578
c2b2ccc5
DE
65792014-05-15 Doug Evans <dje@google.com>
6580
6581 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
6582 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
6583 loading file. Add test for TU lookup.
6584
8c217a4b
SM
65852014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6586
6587 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
6588 calling "-exec-arguments" or "set args" before running the
6589 inferior.
6590
3deb39c6
SM
65912014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6592
6593 * lib/mi-support.exp (mi_expect_stop): Expect message for
6594 inferiors that exit with non-zero exit code.
6595
71a79f8c
YQ
65962014-05-14 Yao Qi <yao@codesourcery.com>
6597
6598 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
6599 match absolute path on remote host.
6600 (test_file_list_exec_source_files): Remove "/" from the
6601 pattern.
6602
f23fcd46
YQ
66032014-05-14 Yao Qi <yao@codesourcery.com>
6604
6605 * boards/local-remote-host-notty.exp (${board}_file): New
6606 proc.
6607
9404b58f
KM
66082014-05-07 Kyle McMartin <kyle@redhat.com>
6609
6610 Pushed by Joel Brobecker <brobecker@adacore.com>.
6611 * gdb.arch/aarch64-atomic-inst.c: New file.
6612 * gdb.arch/aarch64-atomic-inst.exp: New file.
6613
5e45f04c
YQ
66142014-05-07 Yao Qi <yao@codesourcery.com>
6615
6616 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
6617 in current context" too.
6618
c888a17d
KS
66192014-05-05 Keith Seitz <keiths@redhat.com>
6620
6621 * gdb.linespec/ls-dollar.exp: Add test for linespec
6622 file:convenience_variable.
6623
290a839c
YQ
66242014-05-05 Yao Qi <yao@codesourcery.com>
6625
6626 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
6627 traceframes into tfile and ctf trace files. Read data from
6628 trace file and test collected data.
6629 (gdb_collect_locals_test): Likewise.
6630 (gdb_unavailable_registers_test): Likewise.
6631 (gdb_unavailable_floats): Likewise.
6632 (gdb_collect_globals_test): Likewise.
6633 (top-level): Append "ctf" to trace_file_targets if GDB
6634 supports.
6635
b5262cd0
YQ
66362014-05-05 Yao Qi <yao@codesourcery.com>
6637
6638 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
6639 code to ...
6640 (gdb_collect_args_test_1): ... it. New proc.
6641 (gdb_collect_locals_test): Move some code to ...
6642 (gdb_collect_locals_test_1): ... it. New proc.
6643 (gdb_unavailable_registers_test): Move some code to ...
6644 (gdb_unavailable_registers_test_1): ... it. New proc.
6645 (gdb_unavailable_floats): Move some code to ...
6646 (gdb_unavailable_floats_1): ... it. New proc.
6647
30a1e6cc
SDJ
66482014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6649
6650 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
6651 probes to test for bitness recognition.
6652 * gdb.arch/amd64-stap-optional-prefix.exp
6653 (test_probe_value_without_reg): New procedure.
6654 Add code to test for different kinds of bitness.
6655
f33da99a
SDJ
66562014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6657
6658 PR breakpoints/16889
6659 * gdb.arch/amd64-stap-optional-prefix.S: New file.
6660 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6661
5b80f00d
PA
66622014-05-01 Pedro Alves <palves@redhat.com>
6663
6664 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
6665 gdb_file_cmd if no file is specified.
6666 * boards/native-extended-gdbserver.exp (gdb_load): Use the
6667 last_loaded_file to set the remote exec-file.
6668
f8c2a73c
PA
66692014-05-01 Pedro Alves <palves@redhat.com>
6670
6671 * boards/local-remote-host.exp: New file.
6672
be6e8ac7
PA
66732014-05-01 Pedro Alves <palves@redhat.com>
6674
6675 * boards/local-remote-host.exp: Rename to ...
6676 * boards/local-remote-host-notty.exp: ... this.
6677
cac0dc8f
JB
66782014-04-28 Joel Brobecker <brobecker@adacore.com>
6679
6680 * gdb.ada/dyn_arrayidx: New testcase.
6681
9730e6cc
YQ
66822014-04-26 Yao Qi <yao@codesourcery.com>
6683
6684 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
6685 and compute the length of function main. Save it in
6686 $main_length.
6687 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
6688 (top-level): Use gdb_compile to compile objects into
6689 executable and restart GDB. Remove invocation to
6690 prepare_for_testing.
6691
7ae1a6a6
PA
66922014-04-25 Simon Marchi <simon.marchi@ericsson.com>
6693 Pedro Alves <palves@redhat.com>
6694
6695 PR server/16255
6696 * gdb.multi/multi-attach.c: New file.
6697 * gdb.multi/multi-attach.exp: New file.
6698
4082afcc
PA
66992014-04-25 Pedro Alves <palves@redhat.com>
6700
6701 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
6702 user.
6703 (top level): Test that "set remote conditional-breakpoints-packet
6704 off" works as intended.
6705 * gdb.base/dprintf.exp: Test that "set remote
6706 breakpoint-commands-packet off" works as intended.
6707 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
6708 New function.
6709 (top level): Call it.
6710 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
6711 remote fast-tracepoints-packet off" works as intended.
6712 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
6713 * lib/gdb.exp (gdb_is_target_remote): ... here.
6714
2abc3f8d
DB
67152014-04-24 David Blaikie <dblaikie@gmail.com>
6716
6717 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
6718 ensure clang would not discard them.
6719 * gdb.base/gdbvars.c: Ditto.
6720 * gdb.base/memattr.c: Ditto.
6721 * gdb.base/whatis.c: Ditto.
6722 * gdb.python/py-prettyprint.c: Ditto.
6723 * gdb.trace/actions.c: Ditto.
6724 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
6725 ensure clang would not discard it.
6726
bfd39632
DB
67272014-04-24 David Blaikie <dblaikie@gmail.com>
6728
6729 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
6730 clang to emit the full definition of type required by the test
6731 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
6732
22842ff6
DB
67332014-04-24 David Blaikie <dblaikie@gmail.com>
6734
6735 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
6736 coax Clang into emitting the definition of the type.
6737 * gdb.cp/pr10728-x.h (y): Ditto.
6738 * gdb.cp/pr10728-y.cc (y): Ditto.
6739
c2e827ad
DB
67402014-04-24 David Blaikie <dblaikie@gmail.com>
6741
6742 * gdb.base/label.exp: XFAIL label related tests under Clang.
6743 * gdb.cp/cplabel.exp: Ditto.
6744 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
6745 under Clang those using labels.
6746
4c2d33e7
YQ
67472014-04-25 Yao Qi <yao@codesourcery.com>
6748
6749 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
6750 double_label.
6751 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
6752 partial_label and double_label.
6753
56083b99
DB
67542014-04-24 David Blaikie <dblaikie@gmail.com>
6755
6756 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
6757
25d4e99d
DB
67582014-04-24 David Blaikie <dblaikie@gmail.com>
6759
6760 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
6761 of the function to work across GCC and Clang.
6762 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
6763 pointer types (const void ** const V void **).
6764
01f9f808
MS
67652014-04-24 Michael Sturm <michael.sturm@mintel.com>
6766 Walfred Tedeschi <walfred.tedeschi@intel.com>
6767
6768 * Makefile.in (EXECUTABLES): Added i386-avx512.
6769 * gdb.arch/i386-avx512.c: New file.
6770 * gdb.arch/i386-avx512.exp: Likewise.
6771
4b48d439
KS
67722014-04-23 Keith Seitz <keiths@redhat.com>
6773
6774 * lib/mi-support.exp (mi_list_breakpoints): Delete.
6775 (mi_make_breakpoint_table): New procedure.
6776 (mi_create_breakpoint): Use mi_make_breakpoint
6777 and return the result.
6778 (mi_make_breakpoint): New procedure.
6779 (mi_build_kv_pairs): New procedure.
6780
6781 * gdb.mi/mi-break.exp: Remove unused globals,
6782 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
6783 All callers updated.
6784 * gdb.mi/mi-dprintf.exp: Use variable to track command
6785 number.
6786 Update all callers of mi_create_breakpoint and use
6787 mi_make_breakpoint_table.
6788 Remove any unused global variables.
6789 * gdb.mi/mi-nonstop.exp: Likewise.
6790 * gdb.mi/mi-nsintrall.exp: Likewise.
6791 * gdb.mi/mi-nsmoribund.exp: Likewise.
6792 * gdb.mi/mi-nsthrexec.exp: Likewise.
6793 * gdb.mi/mi-reverse.exp: Likewise.
6794 * gdb.mi/mi-simplerun.exp: Likewise.
6795 * gdb.mi/mi-stepn.exp: Likewise.
6796 * gdb.mi/mi-syn-frame.exp: Likewise.
6797 * gdb.mi/mi-until.exp: Likewise.
6798 * gdb.mi/mi-var-cp.exp: Likewise.
6799 * gdb.mi/mi-var-display.exp: Likewise.
6800 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
6801 * gdb.mi/mi2-var-child.exp: Likewise.
6802 * gdb.mi/mi-vla-c99.exp: Likewise.
6803 * lib/mi-support.exp: Likewise.
6804
6805 From Ian Lance Taylor <iant@cygnus.com>:
6806 * lib/gdb.exp (parse_args): New procedure.
6807
08351840
PA
68082014-04-23 Pedro Alves <palves@redhat.com>
6809
6810 * gdb.base/break-unload-file.c: New file.
6811 * gdb.base/break-unload-file.exp: New file.
6812 * gdb.base/sym-file-lib.c (baz): New function.
6813 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
6814 field.
6815 (load): Store the segment's mapped size.
6816 (unload): New function.
6817 (unload_shlib): New function.
6818 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
6819 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
6820 set a breakpoint at baz, and call it.
6821 * gdb.base/sym-file.exp: New tests for stale breakpoint
6822 instructions.
6823
076855f9
PA
68242014-04-23 Pedro Alves <palves@redhat.com>
6825
6826 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
6827 * gdb.base/hbreak-in-shr-unsupported.c: New file.
6828 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
6829 * gdb.base/hbreak-unmapped.c: New file.
6830 * gdb.base/hbreak-unmapped.exp: New file.
6831 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
6832 * lib/gdb.exp (gdb_is_target_remote): ... here.
6833
483805cf
PA
68342014-04-22 Pedro Alves <palves@redhat.com>
6835
6836 * gdb.base/consecutive-step-over.c: New file.
6837 * gdb.base/consecutive-step-over.exp: New file.
6838
06d97543
PA
68392014-04-22 Pedro Alves <palves@redhat.com>
6840
6841 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
6842 instead of send_gdb/gdb_expect.
6843
b4429ea2
YQ
68442014-04-22 Yao Qi <yao@codesourcery.com>
6845
6846 * lib/trace-support.exp (generate_tracefile): New procedure.
6847 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
6848 return 0.
6849 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
6850 if generate_tracefile returns 1.
6851
51d48146
PA
68522014-04-18 Tom Tromey <palves@redhat.com>
6853 Pedro alves <tromey@redhat.com>
6854
6855 PR backtrace/15558
6856 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
6857 with a backtrace limit.
6858 * gdb.python/py-frame-inline.exp: Test running to an inline
6859 function with a backtrace limit, and printing the newest frame.
6860 * gdb.python/py-frame-inline.c (main): Call f.
6861
bd1dce5f
MS
68622014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6863
6864 * gdb.java/jnpe.exp: Drop srcdir from untested path.
6865
40d1a503
MS
68662014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6867
6868 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
6869 Drop prefix from unsupported source file path.
6870
389b98f7
YQ
68712014-04-17 Yao Qi <yao@codesourcery.com>
6872
6873 * lib/gdb.exp (with_target_charset): New proc.
6874 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
6875 with_target_charset.
6876 (test_print_strings): Likewise.
6877 (test_repeat_bytes): Likewise.
6878 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
6879 for some tests.
6880
22869d73
KS
68812014-04-16 Keith Seitz <keiths@redhat.com>
6882
6883 PR gdb/15827
6884 * gdb.dwarf2/corrupt.c: New file.
6885 * gdb.dwarf2/corrupt.exp: New file.
6886
c4f87ca6
KS
68872014-04-16 Keith Seitz <keiths@redhat.com>
6888
6889 PR c++/16597
6890 * gdb.cp/namelessclass.cc: New file.
6891 * gdb.cp/namelessclass.exp: New file.
6892 * gdb.cp/namelessclass.S: New file.
6893
ab19de87
DE
68942014-04-16 Doug Evans <dje@google.com>
6895
6896 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
6897 Add comment.
6898 (gdbserver_default_get_comm_port): New function.
6899 (gdbserver_start): Check if board file provided
6900 "gdbserver,get_comm_port" and use it if so.
6901 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
6902 (gdb,socketport): Set to "stdio".
6903 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
6904 (stdio_gdbserver_template): Delete.
6905 (${board}_get_remote_address): Update.
6906 (${board}_build_remote_cmd): Delete.
6907 (${board}_get_comm_port): New function.
6908 (${board}_spawn): Update.
6909 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
6910 Delete.
6911 (${board}_get_remote_address): Update.
6912 (${board}_get_comm_port): New function.
6913
fc98a809
AB
69142014-04-16 Andrew Burgess <aburgess@broadcom.com>
6915
6916 * gdb.base/memattr.exp: Improve regexps to handle memory regions
6917 appearing in any order.
6918
87fd9e6e
DE
69192014-04-15 Doug Evans <dje@google.com>
6920
6921 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
6922 uninitialized value of "description".
6923
099fc3ea
KS
69242014-04-15 Keith Seitz <keiths@redhat.com>
6925
6926 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
6927 Remove unused globals.
6928 (test_running_the_program): Likewise.
6929 (test_controlled_execution): Likewise.
6930 (test_controlling_breakpoints): Likewise.
6931 (test_program_termination): Likewise.
6932
5da151d4
KS
69332014-04-15 Keith Seitz <keiths@redhat.com>
6934
6935 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
6936 unused globals.
6937 (test_rbreak_creation_and_listing): Likewise.
6938 (test_ignore_count): Likewise.
6939 (test_error): Likewise.
6940
35e5d2f0
PA
69412014-04-15 Pedro Alves <palves@redhat.com>
6942
6943 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
6944 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
6945 sym-file-loader.c.
6946 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6947 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6948 to sym-file-loader.c.
6949 (struct library): Forward declare.
6950 (load_shlib, lookup_function): Change prototypes.
6951 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6952 (translate_offset): Remove declarations.
6953 (get_text_addr): New declaration.
6954 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
6955 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
6956 sym-file-loader.h.
6957 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6958 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6959 here from sym-file-loader.h.
6960 (struct library): New structure.
6961 (load_shlib, lookup_function): Change prototypes and adjust to
6962 work with a struct library.
6963 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6964 (translate_offset): Make static.
6965 (get_text_addr): New function.
6966 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
6967
eb4c1710
PA
69682014-04-15 Pedro Alves <palves@redhat.com>
6969
6970 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
6971
2d1baf52
PA
69722014-04-15 Pedro Alves <palves@redhat.com>
6973
6974 * gdb.base/sym-file-loader.c: Include <limits.h>.
6975 (SELF_LINK): New define.
6976 (get_origin): New function.
6977 (load_shlib): Use it.
6978 * gdb.base/sym-file.exp: Don't early return if the target is
6979 remote. Use runto_main, and issue fail is that fails. Use
6980 gdb_load_shlibs.
6981 (shlib_name): Delete.
6982 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
6983
7dd6df01
PA
69842014-04-15 Pedro Alves <palves@redhat.com>
6985
6986 * gdb.base/sym-file.exp: Remove regex characters from test
6987 message. Don't refer to breakpoint numbers in test messages.
6988
b50c8614
KS
69892014-04-14 Keith Seitz <keiths@redhat.com>
6990
6991 PR c++/16253
6992 * gdb.cp/var-tag.cc: New file.
6993 * gdb.cp/var-tag.exp: New file.
6994 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6995 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6996 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6997 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6998
3d567982
TT
69992014-04-14 Tom Tromey <tromey@redhat.com>
7000
7001 * gdb.cp/classes.exp (test_enums): Handle underlying type.
7002 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
7003 type.
7004 * gdb.cp/enum-class.exp: New file.
7005 * gdb.cp/enum-class.cc: New file.
7006
0626fc76
TT
70072014-04-14 Tom Tromey <tromey@redhat.com>
7008
7009 * gdb.dwarf2/enum-type.exp: New file.
7010
dca325b3
SA
70112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7012
7013 * gdb.mi/mi-vla-c99.exp: New file.
7014 * gdb.mi/vla.c: New file.
7015
5854b38a
SA
70162014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7017
7018 * gdb.base/vla-datatypes.c: New file.
7019 * gdb.base/vla-datatypes.exp: New file.
7020
463bb957
SA
70212014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7022
7023 * gdb.base/vla-ptr.c: New file.
7024 * gdb.base/vla-ptr.exp: New file.
7025
3dd170be
SA
70262014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7027
7028 * gdb.dwarf2/count.exp: New file.
7029
5ecaaa66
SA
70302014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7031
7032 * gdb.base/vla-sideeffect.c: New file.
7033 * gdb.base/vla-sideeffect.exp: New file.
7034
41f1ada5
DB
70352014-04-14 David Blaikie <dblaikie@gmail.com>
7036
7037 * gdb.mi/non-stop.c: Add return value for non-void function return
7038 statement.
7039 * gdb.threads/staticthreads.c: Ditto.
7040
0be03e84
DE
70412014-04-12 Siva Chandra Reddy <sivachandra@google.com>
7042 Doug Evans <xdje42@gmail.com>
7043
7044 * gdb.guile/scm-value.c: Improve test case.
7045 * gdb.guile/scm-value.exp: Add new test.
7046
f180a1fb
DB
70472014-04-11 David Blaikie <dblaikie@gmail.com>
7048
7049 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
7050 override Clang's default.
7051
6b662e19
JB
70522014-04-11 Joel Brobecker <brobecker@adacore.com>
7053
7054 Revert the following changes (regressions):
7055
7056 * gdb.base/vla-sideeffect.c: New file.
7057 * gdb.base/vla-sideeffect.exp: New file.
7058
7059 * gdb.dwarf2/count.exp: New file.
7060
7061 * gdb.base/vla-multi.c: New file.
7062 * gdb.base/vla-multi.exp: New file.
7063
7064 * gdb.base/vla-ptr.c: New file.
7065 * gdb.base/vla-ptr.exp: New file.
7066
7067 * gdb.base/vla-datatypes.c: New file.
7068 * gdb.base/vla-datatypes.exp: New file.
7069
7070 * gdb.mi/mi-vla-c99.exp: New file.
7071 * gdb.mi/vla.c: New file.
7072
245a5f0b
KS
70732014-04-11 Keith Seitz <keiths@redhat.com>
7074
7075 PR c++/16675
7076 * gdb.cp/cpsizeof.exp: New file.
7077 * gdb.cp/cpsizeof.cc: New file.
7078
58a84dcf
SA
70792014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7080
191a8a90
JB
7081 * gdb.mi/mi-vla-c99.exp: New file.
7082 * gdb.mi/vla.c: New file.
58a84dcf 7083
c8655f75
SA
70842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7085
7086 * gdb.base/vla-datatypes.c: New file.
7087 * gdb.base/vla-datatypes.exp: New file.
7088
024e13b4
SA
70892014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7090
7091 * gdb.base/vla-ptr.c: New file.
7092 * gdb.base/vla-ptr.exp: New file.
7093
1a237e0e
SA
70942014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7095
7096 * gdb.base/vla-multi.c: New file.
7097 * gdb.base/vla-multi.exp: New file.
7098
504f3432
SA
70992014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7100
7101 * gdb.dwarf2/count.exp: New file.
7102
3bce8237
SA
71032014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7104
191a8a90
JB
7105 * gdb.base/vla-sideeffect.c: New file.
7106 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 7107
322f9c21
YQ
71082014-04-11 Yao Qi <yao@codesourcery.com>
7109
7110 * gdb.base/completion.exp: Check file exists before running tests
7111 on file completion.
7112
d708bcd1
PA
71132014-04-10 Pedro Alves <palves@redhat.com>
7114
7115 * gdb.base/cond-eval-mode.c: New file.
7116 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
7117 prepare_for_testing to build the new file. Check result of
7118 runto_main.
7119 (test_break, test_watch): New procedures.
7120 (top level): Use them.
7121
ae1d2761
PM
71222014-04-08 Pierre Muller <muller@sourceware.org>
7123
7124 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
7125 Ctrl-V use for mingw hosts.
7126
7af389b8
SC
71272014-04-07 Siva Chandra Reddy <sivachandra@google.com>
7128
7129 * gdb.python/py-value.c: Improve test case.
7130 * gdb.python/py-value.exp: Add new test.
7131
5e703181
DE
71322014-04-07 David Blaikie <dblaikie@gmail.com>
7133
7134 * lib/compiler.c: Identify the clang compiler.
7135 * lib/compiler.cc: Ditto.
7136
9810b410
YQ
71372014-04-03 Yao Qi <yao@codesourcery.com>
7138
7139 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
7140
98d1b8dc
AB
71412014-04-01 Anton Blanchard <anton@samba.org>
7142
7143 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
7144 messages unique.
7145
3114cea1
AB
71462014-04-01 Anton Blanchard <anton@samba.org>
7147
7148 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
7149 prepare_for_testing.
7150
62f7182c
AB
71512014-04-01 Anton Blanchard <anton@samba.org>
7152
7153 * gdb.arch/ppc64-atomic-inst.c: Remove.
7154 * gdb.arch/ppc64-atomic-inst.S: New file.
7155 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
7156
770e7fc7
DE
71572014-03-31 Doug Evans <dje@google.com>
7158
7159 * gdb.base/print-symbol-loading-lib.c: New file.
7160 * gdb.base/print-symbol-loading-main.c: New file.
7161 * gdb.base/print-symbol-loading.exp: New file.
7162
46e2bafa
YQ
71632014-03-31 Yao Qi <yao@codesourcery.com>
7164
7165 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
7166
8776cfe9
JB
71672014-03-28 Joel Brobecker <brobecker@adacore.com>
7168
7169 * gdb.ada/mi_dyn_arr: New testcase.
7170
5d1ef361
DE
71712014-03-27 Doug Evans <dje@google.com>
7172
7173 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
7174
b5bee914
YQ
71752014-03-27 Yao Qi <yao@codesourcery.com>
7176
7177 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
7178 if target is nios2-*-*.
7179
0d4d0e77
YQ
71802014-03-26 Yao Qi <yao@codesourcery.com>
7181
7182 * lib/gdb.exp (readline_is_used): New proc.
7183 * gdb.base/completion.exp: Move tests on command complete up.
7184 Skip the rest of tests if readline is not used.
7185 * gdb.ada/complete.exp: Skp the test if readline is not
7186 used.
7187 * gdb.base/filesym.exp: Likewise.
7188 * gdb.base/macscp.exp: Likewise.
7189 * gdb.base/readline-ask.exp: Likewise.
7190 * gdb.base/readline.exp: Likewise.
7191 * gdb.python/py-cmd.exp: Likewise.
7192 * gdb.trace/tfile.exp: Likewise.
7193
29361eee
YQ
71942014-03-26 Yao Qi <yao@codesourcery.com>
7195
7196 * gdb.base/macscp.exp: Fix code format issues.
7197
bc9a5525
UW
71982014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
7199
7200 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
7201 * gdb.asm/powerpc64le.inc: New file.
7202
d3839ede
PA
72032014-03-25 Pedro Alves <palves@redhat.com>
7204 Doug Evans <dje@google.com>
7205
7206 * gdb.base/source-execution.c: New file.
7207 * gdb.base/source-execution.exp: New file.
7208 * gdb.base/source-execution.gdb: New file.
7209
01672a57
DE
72102014-03-24 Doug Evans <dje@google.com>
7211
7212 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
7213 using fission.
7214
88bbeca9
HZ
72152014-03-24 Hui Zhu <hui@codesourcery.com>
7216 Pedro Alves <palves@redhat.com>
7217
7218 PR breakpoints/16101
7219 * gdb.base/dprintf.exp: Use unsupported rather than changing the
7220 test pass/fail messages. Detect missing support for dprintf when
7221 breakpoints are actually inserted.
7222 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
7223 breakpoints are actually inserted.
7224 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
7225 fails.
7226
d2348791
JK
72272014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7228
7229 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
7230
feef67ab
DE
72312014-03-22 Doug Evans <xdje42@gmail.com>
7232
7233 * gdb.python/python.exp (python not supported): Verify multi-line
7234 python command issues an error.
25d743f9 7235 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 7236 guile command issues an error.
feef67ab 7237
ecebef6a
MR
72382014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
7239
7240 * gdb.threads/thread-specific.exp: Handle the lack of usable
7241 $this_breakpoint and $this_thread.
7242
ccdd1909
HZ
72432014-03-21 Hui Zhu <hui@codesourcery.com>
7244
7245 * gdb.base/attach.exp (do_command_attach_tests): New.
7246
beb460e8
PA
72472014-03-20 Tom Tromey <tromey@redhat.com>
7248 Pedro Alves <palves@redhat.com>
7249
7250 PR cli/15718
7251 * gdb.base/condbreak-call-false.c: New file.
7252 * gdb.base/condbreak-call-false.exp: New file.
7253
40acf43a
PA
72542014-03-20 Pedro Alves <palves@redhat.com>
7255
7256 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
7257 Delete.
7258 (block_signals, unblock_signals): Delete.
7259 (child_function_2, main): Remove references to deleted variable
7260 and functions.
7261
9f5e1e02
PA
72622014-03-20 Pedro Alves <palves@redhat.com>
7263
7264 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
7265 Use pthread_kill to signal thread 2.
7266 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7267 Adjust to make the test send itself a signal rather than using the
7268 host's "kill" command.
7269
99619bea
PA
72702014-03-20 Pedro Alves <palves@redhat.com>
7271
7272 * gdb.threads/multiple-step-overs.c: New file.
7273 * gdb.threads/multiple-step-overs.exp: New file.
7274 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7275 Adjust expected infrun debug output.
7276
2adfaa28
PA
72772014-03-20 Pedro Alves <palves@redhat.com>
7278
7279 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
7280 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
7281
31e77af2
PA
72822014-03-20 Pedro Alves <palves@redhat.com>
7283
7284 PR breakpoints/7143
7285 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
7286 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
7287 of gdb_test_multiple.
7288 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
7289 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
7290
b9f437de
PA
72912014-03-20 Pedro Alves <palves@redhat.com>
7292
7293 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
7294 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
7295
05adc73e
PA
72962014-03-19 Pedro Alves <palves@redhat.com>
7297
7298 * gdb.base/async.exp: Remove early return.
7299
6048b950
PA
73002014-03-19 Pedro Alves <palves@redhat.com>
7301
7302 * gdb.base/async.exp (step& tests): Pass explicit test messages.
7303
8bcfb00a
PA
73042014-03-19 Pedro Alves <palves@redhat.com>
7305
7306 * gdb.base/async.exp (test_background): Expect \r\n after
7307 "completed." in the fail pattern.
7308
884e37dc
PA
73092014-03-19 Pedro Alves <palves@redhat.com>
7310
7311 * gdb.base/async.exp (test_background): New procedure.
7312 Use it for all background execution command tests.
7313
148e57e2
PA
73142014-03-19 Pedro Alves <palves@redhat.com>
7315
7316 * gdb.base/async.exp: Use prepare_for_testing.
7317
f48088c7
PA
73182014-03-19 Pedro Alves <palves@redhat.com>
7319
7320 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
7321 the same line.
7322
e2f6c966
PA
73232014-03-19 Pedro Alves <palves@redhat.com>
7324
7325 * gdb.base/async.c (main): Add "jump here" and "until here" line
7326 marker comments.
7327 * gdb.base/async.exp (jump_here): New global.
7328 (jump& test): Use it.
7329 (until_here): New global.
7330 (until& test): Use it.
7331
c30568d4
PA
73322014-03-19 Pedro Alves <palves@redhat.com>
7333
7334 * gdb.base/async.exp: Don't frob gdb_protocol.
7335
0172b6a7
DE
73362014-03-18 Doug Evans <xdje42@gmail.com>
7337
7338 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
7339 Fix spelling of exec-done-display.
7340
06c868a8
JK
73412014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7342
7343 PR gdb/15358
7344 * gdb.base/gdb-sigterm.c: New file.
7345 * gdb.base/gdb-sigterm.exp: New file.
7346
0c7e1a46
PA
73472014-03-18 Pedro Alves <palves@redhat.com>
7348
7349 PR gdb/13860
7350 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
7351 * lib/mi-support.exp (mi_expect_stop): Add special handling for
7352 solib-event.
7353
f7c77d93
JB
73542014-03-17 Joel Brobecker <brobecker@adacore.com>
7355
7356 * gdb.ada/pckd_arr_ren: New testcase.
7357
5a1e8c7a
DE
73582014-03-13 Doug Evans <xdje42@gmail.com>
7359
7360 PR guile/16612
7361 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
7362 collect after discarding symbols.
7363
350e1a76
DE
73642014-03-13 Ludovic Courtès <ludo@gnu.org>
7365 Doug Evans <xdje42@gmail.com>
7366
7367 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
7368 to history survives a gc.
7369
a69900ae
PA
73702014-03-13 Pedro Alves <palves@redhat.com>
7371
7372 * gdb.base/default.exp: Don't test "target procfs".
7373
5db9f0bd
PA
73742014-03-13 Pedro Alves <palves@redhat.com>
7375
7376 * gdb.base/default.exp: Update "target child" and "target procfs"
7377 tests to not expect "Unix".
7378
b3ccfe11
TT
73792014-03-12 Tom Tromey <tromey@redhat.com>
7380
7381 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
7382 New procs. Add target-async tests.
7383 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
7384 Add target-async tests.
7385
646f4417
AA
73862014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7387
7388 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
7389 'func_start' and 'func_end' for the beginning and end of the
7390 function code, respectively.
7391 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
7392 'func_end' instead of 'func' and 'main'.
7393
288c211f
AA
73942014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7395
7396 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
7397 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
7398 generate the debug info assembler source.
7399
e0c0f156
AA
74002014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7401
7402 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
7403 * gdb.dwarf2/arr-subrange.exp: Likewise.
7404 * gdb.dwarf2/dwz.exp: Likewise.
7405 * gdb.dwarf2/method-ptr.exp: Likewise.
7406 * gdb.dwarf2/missing-sig-type.exp: Likewise.
7407 * gdb.dwarf2/subrange.exp: Likewise.
7408 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
7409 * gdb.dwarf2/implptrpiece.exp: Likewise.
7410 * gdb.dwarf2/nostaticblock.exp: Likewise.
7411
0e5c4555
AA
74122014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7413
7414 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
7415 directory to absolute path name arguments.
7416
5ec18f2b
JG
74172014-03-10 Joel Brobecker <brobecker@adacore.com>
7418
7419 * gdb.ada/tagged_access: New testcase.
7420
847fc4f2
MM
74212014-03-07 Markus Metzger <markus.t.metzger@intel.com>
7422
7423 * gdb.btrace/data.exp: Update expected output.
7424
cc3da688
YQ
74252014-03-06 Yao Qi <yao@codesourcery.com>
7426
7427 * gdb.trace/pr16508.exp: New file.
7428
0f26cec1
PA
74292014-03-05 Pedro Alves <palves@redhat.com>
7430
7431 PR gdb/16575
7432 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
7433 procedure.
7434 (top level): Adjust to use it. Add tests that exercise breakpoint
7435 interaction with the code-cache.
7436
7a5a839f
LC
74372014-02-26 Ludovic Courtès <ludo@gnu.org>
7438
7439 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
7440 test for 'history-append!'.
7441
31aa7e4e
JB
74422014-02-26 Joel Brobecker <brobecker@adacore.com>
7443
7444 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
7445 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
7446 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
7447 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
7448 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
7449 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
7450
1b588015
JB
74512014-02-26 Joel Brobecker <brobecker@adacore.com>
7452
7453 * testsuite/gdb.python/py-pp-re-notag.c: New file.
7454 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
7455 * testsuite/gdb.python/py-pp-re-notag.p: New file.
7456
55426c9d
JB
74572014-02-26 Joel Brobecker <brobecker@adacore.com>
7458
7459 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
7460
dc53a7ad
JB
74612014-02-26 Joel Brobecker <brobecker@adacore.com>
7462
7463 * gdb.dwarf2/arr-stride.c: New file.
7464 * gdb.dwarf2/arr-stride.exp: New file.
7465
12ab52e9
PA
74662014-02-26 Pedro Alves <palves@redhat.com>
7467
7468 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
7469 that won't ever trigger. Make sure that GDB reports the correct
7470 breakpoint that caused the stop.
7471
849c862e
JK
74722014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7473
7474 PR gdb/16626
7475 * gdb.base/auto-load-script: New file.
7476 * gdb.base/auto-load.c: New file.
7477 * gdb.base/auto-load.exp: New file.
7478
71b7d793
JK
7479 PR gdb/16626
7480 * gdb.base/auto-load.exp: Fix out-of-srctree run.
7481
e2f0d509
JK
74822014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7483
7484 Fix dw2-icycle.exp -fsanitize=address GDB crash.
7485 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
7486
50cc37c8
DE
74872014-02-24 Doug Evans <dje@google.com>
7488
7489 * lib/gdb.exp (run_on_host): Log error output if program fails.
7490
ea4758f2
PA
74912014-02-21 Pedro Alves <palves@redhat.com>
7492
7493 * gdb.threads/step-after-sr-lock.c: Rename to ...
7494 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
7495 * gdb.threads/step-after-sr-lock.exp: Rename to ...
7496 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7497 ... this.
7498
d7b30f67
SDJ
74992014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
7500
7501 PR tdep/16397
7502 * gdb.arch/amd64-stap-special-operands.exp: New file.
7503 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
7504 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
7505 * gdb.arch/amd64-stap-triplet.S: Likewise.
7506 * gdb.arch/amd64-stap-triplet.c: Likewise.
7507
83deb43f
JB
75082014-02-20 Joel Brobecker <brobecker@adacore.com>
7509
7510 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
7511 in .section pseudo-op.
7512
adde2bff
DE
75132014-02-20 lin zuojian <manjian2006@gmail.com>
7514 Joel Brobecker <brobecker@adacore.com>
7515 Doug Evans <xdje42@gmail.com>
7516
7517 PR symtab/16581
7518 * gdb.dwarf2/dw2-icycle.S: New file.
7519 * gdb.dwarf2/dw2-icycle.c: New file.
7520 * gdb.dwarf2/dw2-icycle.exp: New file.
7521
f7bd0f78
SC
75222014-02-19 Siva Chandra Reddy <sivachandra@google.com>
7523
7524 * gdb.python/py-value-cc.cc: Improve test case to enable testing
7525 operations on gdb.Value objects.
7526 * gdb.python/py-value-cc.exp: Add new test to test operations on
7527 gdb.Value objects.
7528
c17ef0d5
DE
75292014-02-18 Doug Evans <dje@google.com>
7530
7531 * Makefile.in (TESTS): New variable.
7532 (expanded_tests, expanded_tests_or_none): New variables
7533 (check-single): Pass $(expanded_tests_or_none) to runtest.
7534 (check-parallel): Only run tests in $(TESTS) if non-empty.
7535 (check/no-matching-tests-found): New rule.
7536 * README: Document TESTS makefile variable.
7537
5dd3176f
DE
75382014-02-18 Doug Evans <dje@google.com>
7539
7540 * Makefile.in (check-parallel): rm -rf outputs temp.
7541
0b10be4f
JK
75422014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7543
7544 Fix "ERROR: no fileid for" in the testsuite.
7545 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
7546
85f224e7
DE
75472014-02-12 Doug Evans <dje@google.com>
7548
7549 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
7550 (MISCELLANEOUS): New variable.
7551 (clean): rm -rf $(MISCELLANEOUS).
7552 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
7553 dwp live in the same directory as symlinks, with each symlink pointed
7554 to a differently named file in a different directory.
7555
149b30ff
DE
75562014-02-11 Doug Evans <dje@google.com>
7557
7558 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
7559 of Tcl file commands.
7560
1dfdac32
MK
75612014-02-10 Mark Kettenis <kettenis@gnu.org>
7562
7563 * gdb.threads/step-after-sr-lock.exp: Avoid executing
7564 "kill -SIGUSR1 -1".
7565
aa4fb036
JB
75662014-02-10 Joel Brobecker <brobecker@adacore.com>
7567
7568 * gdb.ada/tick_length_array_enum_idx: New testcase.
7569
ed3ef339
DE
75702014-02-10 Doug Evans <xdje42@gmail.com>
7571
7572 * configure.ac (AC_OUTPUT): Add gdb.guile.
7573 * configure: Regenerate.
7574 * lib/gdb-guile.exp: New file.
7575 * lib/gdb.exp (get_target_charset): New function.
7576 * gdb.base/help.exp: Update expected output from "apropos apropos".
7577 * gdb.guile/Makefile.in: New file.
7578 * gdb.guile/guile.exp: New file.
7579 * gdb.guile/scm-arch.c: New file.
7580 * gdb.guile/scm-arch.exp: New file.
7581 * gdb.guile/scm-block.c: New file.
7582 * gdb.guile/scm-block.exp: New file.
7583 * gdb.guile/scm-breakpoint.c: New file.
7584 * gdb.guile/scm-breakpoint.exp: New file.
7585 * gdb.guile/scm-disasm.c: New file.
7586 * gdb.guile/scm-disasm.exp: New file.
7587 * gdb.guile/scm-equal.c: New file.
7588 * gdb.guile/scm-equal.exp: New file.
7589 * gdb.guile/scm-error.exp: New file.
7590 * gdb.guile/scm-error.scm: New file.
7591 * gdb.guile/scm-frame-args.c: New file.
7592 * gdb.guile/scm-frame-args.exp: New file.
7593 * gdb.guile/scm-frame-args.scm: New file.
7594 * gdb.guile/scm-frame-inline.c: New file.
7595 * gdb.guile/scm-frame-inline.exp: New file.
7596 * gdb.guile/scm-frame.c: New file.
7597 * gdb.guile/scm-frame.exp: New file.
7598 * gdb.guile/scm-generics.exp: New file.
7599 * gdb.guile/scm-gsmob.exp: New file.
7600 * gdb.guile/scm-iterator.c: New file.
7601 * gdb.guile/scm-iterator.exp: New file.
7602 * gdb.guile/scm-math.c: New file.
7603 * gdb.guile/scm-math.exp: New file.
7604 * gdb.guile/scm-objfile-script-gdb.in: New file.
7605 * gdb.guile/scm-objfile-script.c: New file.
7606 * gdb.guile/scm-objfile-script.exp: New file.
7607 * gdb.guile/scm-objfile.c: New file.
7608 * gdb.guile/scm-objfile.exp: New file.
7609 * gdb.guile/scm-ports.exp: New file.
7610 * gdb.guile/scm-pretty-print.c: New file.
7611 * gdb.guile/scm-pretty-print.exp: New file.
7612 * gdb.guile/scm-pretty-print.scm: New file.
7613 * gdb.guile/scm-section-script.c: New file.
7614 * gdb.guile/scm-section-script.exp: New file.
7615 * gdb.guile/scm-section-script.scm: New file.
7616 * gdb.guile/scm-symbol.c: New file.
7617 * gdb.guile/scm-symbol.exp: New file.
7618 * gdb.guile/scm-symtab-2.c: New file.
7619 * gdb.guile/scm-symtab.c: New file.
7620 * gdb.guile/scm-symtab.exp: New file.
7621 * gdb.guile/scm-type.c: New file.
7622 * gdb.guile/scm-type.exp: New file.
7623 * gdb.guile/scm-value-cc.cc: New file.
7624 * gdb.guile/scm-value-cc.exp: New file.
7625 * gdb.guile/scm-value.c: New file.
7626 * gdb.guile/scm-value.exp: New file.
7627 * gdb.guile/source2.scm: New file.
7628 * gdb.guile/types-module.cc: New file.
7629 * gdb.guile/types-module.exp: New file.
7630
7026a7c1
YQ
76312014-02-10 Yao Qi <yao@codesourcery.com>
7632
7633 PR testsuite/16543
7634 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
7635 * configure: Regenerated.
7636 * Makefile.in: New file.
7637
6c466447
AS
76382014-02-08 Andreas Schwab <schwab@linux-m68k.org>
7639
7640 * gdb.python/py-framefilter.exp: Fix typo.
7641
6e854735
YQ
76422014-02-08 Yao Qi <yao@codesourcery.com>
7643
7644 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
7645 that no =breakpoint-modified is emitted when breakpoints are
7646 modified through MI commands.
7647
d137e6dc
PA
76482014-02-07 Pedro Alves <pedro@codesourcery.com>
7649 Pedro Alves <palves@redhat.com>
7650
7651 * gdb.threads/step-after-sr-lock.c: New file.
7652 * gdb.threads/step-after-sr-lock.exp: New file.
7653
b5ee5a50
PA
76542014-02-07 Pedro Alves <palves@redhat.com>
7655
7656 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
7657
3c77faf3
JK
76582014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7659
7660 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
7661 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
7662
6dddc817
DE
76632014-02-06 Doug Evans <xdje42@gmail.com>
7664
7665 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
7666 output.
7667
7668 * gdb.gdb/python-interrupts.exp: New file.
7669
de7b2893
YQ
76702014-02-05 Yao Qi <yao@codesourcery.com>
7671
7672 * gdb.trace/report.exp (use_collected_data): Test the output
7673 of "info threads" and "info inferiors".
7674
66d032ac
YQ
76752014-02-05 Yao Qi <yao@codesourcery.com>
7676
7677 Revert this patch:
7678
7679 2013-05-24 Yao Qi <yao@codesourcery.com>
7680
7681 * gdb.trace/tfile.exp: Test inferior and thread.
7682
591a12a1
UW
76832014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7684
7685 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
7686 on a function.
7687 * gdb.base/step-bt.c: Call hello via function pointer to make
7688 sure its first instruction is executed on powerpc64le-linux.
7689
0ff3e01f
UW
76902014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7691
7692 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
7693
084ee545
UW
76942014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7695
7696 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
7697 of the test patterns for use on little-endian systems.
7698
6ed14ff3
UW
76992014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7700
7701 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
7702 (decimal_vector): Fix for little-endian.
7703
401e27fd
JM
77042014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
7705
7706 * gdb.arch/sparc-sysstep.exp: New file.
7707 * gdb.arch/sparc-sysstep.c: Likewise.
7708
7709 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
7710
8b924729
EBM
77112014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7712
7713 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
7714
fb151210
JB
77152014-01-23 Tom Tromey <tromey@redhat.com>
7716
7717 * gdb.ada/array_char_idx: New testcase.
7718
0740f8d8
TT
77192014-01-23 Tom Tromey <tromey@redhat.com>
7720
7721 PR python/16487:
7722 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
7723 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
7724 classes.
7725
21909fa1
TT
77262014-01-23 Tom Tromey <tromey@redhat.com>
7727
7728 PR python/16491:
7729 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
7730 string from an inferior frame.
7731 * gdb.python/py-framefilter-mi.exp: Update.
7732
87ce2a04
DE
77332014-01-22 Doug Evans <dje@google.com>
7734
7735 * gdb.server/server-mon.exp: Add tests for "set debug-format".
7736
237b092b
AA
77372014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7738
7739 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
7740
d674a709
AA
77412014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7742
7743 * gdb.trace/entry-values.exp: Remove excess space character from
7744 regex patterns. Handle s390 call instruction.
7745
20fa3390
AA
77462014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7747
7748 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
7749 define "*_start" label. Make "name" static.
7750 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
7751 ${name} by references to ${name}_start.
7752
78466714
AA
77532014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7754
7755 * gdb.base/info-macros.exp: Remove "debug" from the compile
7756 options.
7757
ec9f644a
IB
77582014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7759
7760 * gdb.dlang/demangle.exp: New file.
7761
94b1b47e
IB
77622014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7763
7764 * gdb.dlang/primitive-types.exp: New file.
7765
7f420862
IB
77662014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7767
7768 * configure.ac: Create gdb.dlang/Makefile.
7769 * configure: Regenerate.
7770 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
7771 * gdb.dlang/Makefile.in: New file.
7772 * lib/d-support.exp: New file.
7773 * lib/gdb.exp (skip_d_tests): New proc.
7774
52834460
MM
77752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7776
7777 * gdb.btrace/delta.exp: Check reverse stepi.
7778 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
7779 * gdb.btrace/finish.exp: New.
7780 * gdb.btrace/next.exp: New.
7781 * gdb.btrace/nexti.exp: New.
7782 * gdb.btrace/record_goto.c: Add comments.
7783 * gdb.btrace/step.exp: New.
7784 * gdb.btrace/stepi.exp: New.
7785 * gdb.btrace/multi-thread-step.c: New.
7786 * gdb.btrace/multi-thread-step.exp: New.
7787 * gdb.btrace/rn-dl-bind.c: New.
7788 * gdb.btrace/rn-dl-bind.exp: New.
7789 * gdb.btrace/data.c: New.
7790 * gdb.btrace/data.exp: New.
7791 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7792
6e07b1d2
MM
77932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7794
7795 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
7796 * gdb.btrace/exception.exp: Update.
7797 * gdb.btrace/instruction_history.exp: Update.
7798 * gdb.btrace/record_goto.exp: Update.
7799 * gdb.btrace/tailcall.exp: Update.
7800 * gdb.btrace/unknown_functions.exp: Update.
7801 * gdb.btrace/delta.exp: New.
7802
0b722aec
MM
78032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7804
7805 * gdb.btrace/record_goto.exp: Add backtrace test.
7806 * gdb.btrace/tailcall.exp: Add backtrace test.
7807
066ce621
MM
78082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7809
7810 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
7811 * gdb.btrace/record_goto.c: New.
7812 * gdb.btrace/record_goto.exp: New.
7813 * gdb.btrace/x86-record_goto.S: New.
7814
0688d04e
MM
78152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7816
7817 * gdb.btrace/function_call_history.exp: Update tests.
7818 * gdb.btrace/instruction_history.exp: Update tests.
7819
8710b709
MM
78202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7821
7822 * gdb.btrace/function_call_history.exp: Fix expected field
7823 order for "record function-call-history".
7824 Add new tests for "record function-call-history /c".
7825 * gdb.btrace/exception.cc: New.
7826 * gdb.btrace/exception.exp: New.
7827 * gdb.btrace/tailcall.exp: New.
7828 * gdb.btrace/x86-tailcall.S: New.
7829 * gdb.btrace/x86-tailcall.c: New.
7830 * gdb.btrace/unknown_functions.c: New.
7831 * gdb.btrace/unknown_functions.exp: New.
7832 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7833
5de9129b
MM
78342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7835
7836 * gdb.btrace/instruction_history.exp: Update.
7837 * gdb.btrace/function_call_history.exp: Update.
7838
23a7fe75
MM
78392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7840
7841 * gdb.btrace/function_call_history.exp: Fix expected function
7842 trace.
7843 * gdb.btrace/instruction_history.exp: Initialize traced.
7844 Remove traced_functions.
7845
724c7dd8
MM
78462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7847
7848 * gdb.btrace/function_call_history.exp: Update
7849 * gdb.btrace/instruction_history.exp: Update.
7850
6d78d93b
MM
78512014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7852
7853 * gdb.btrace/enable.exp: Update expected text.
7854
93a360cc
OJ
78552014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
7856
7857 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
7858 bytes.
7859
3772b53f
MR
78602014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
7861
7862 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
7863
596662fa
OJ
78642014-01-15 Omair Javaid <omair.javaid@linaro.org>
7865
7866 * lib/gdb.exp (supports_process_record): Return true for
7867 arm*-linux*. (supports_reverse): Likewise.
7868
b5b08fb4
SC
78692014-01-13 Siva Chandra Reddy <sivachandra@google.com>
7870
7871 PR python/15464
7872 PR python/16113
7873 * gdb.python/py-type.c: Enhance test case.
7874 * gdb.python/py-value-cc.cc: Likewise
7875 * gdb.python/py-type.exp: Add new tests.
7876 * gdb.python/py-value-cc.exp: Likewise
7877
52d7fb13
AA
78782014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
7879 Pedro Alves <palves@redhat.com>
7880
7881 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
7882 Make "name" extern.
7883 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
7884 references to ${name}_start by references to ${name}.
7885
a2cd8cfe
JB
78862014-01-10 Joel Brobecker <brobecker@adacore.com>
7887
7888 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
7889
4e23fced
JB
78902014-01-10 Joel Brobecker <brobecker@adacore.com>
7891
7892 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
7893
c6a9e42c
PA
78942014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
7895 Pedro Alves <palves@redhat.com>
7896
7897 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 7898 mi_gdb_target_load.
c6a9e42c 7899
b7ea362b
PA
79002014-01-08 Pedro Alves <palves@redhat.com>
7901
7902 * gdb.threads/reconnect-signal.c: New file.
7903 * gdb.threads/reconnect-signal.exp: New file.
7904
5e3f4fab
EBM
79052014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7906
7907 * gdb.base/source-dir.exp: New file.
7908
79301218
JB
79092014-01-07 Joel Brobecker <brobecker@adacore.com>
7910
7911 * gdb.ada/mi_interface: New testcase.
7912
8e355c5d
JB
79132014-01-07 Joel Brobecker <brobecker@adacore.com>
7914
7915 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
7916 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
7917 gdb.ada/pp-rec-component/pck.ads: New files.
7918
c0d48811
JB
79192014-01-07 Joel Brobecker <brobecker@adacore.com>
7920
7921 * gdb.python/py-pp-integral.c: New file.
7922 * gdb.python/py-pp-integral.py: New file.
7923 * gdb.python/py-pp-integral.exp: New file.
7924
17b609c3 7925For older changes see ChangeLog-1993-2013.
c906108c 7926\f
8d8cb839
EZ
7927;; Local Variables:
7928;; mode: change-log
7929;; left-margin: 8
7930;; fill-column: 74
7931;; version-control: never
7932;; End:
902f2ccb 7933
618f726f 7934 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
7935 Copying and distribution of this file, with or without modification,
7936 are permitted provided the copyright notice and this notice are preserved.
This page took 3.851823 seconds and 4 git commands to generate.