Fix IPA detection in ftrace-insn-reloc.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
03a8c4df
SM
12016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
2
3 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
4 absolute.
5
6e774b13
SM
62016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7
8 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9 absolute.
10 * gdb.trace/ftrace.exp: Likewise.
11 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12 targets as well.
13 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
14 (gdb_load_shlibs): Copy libraries to test directory when testing
15 natively. Only set solib-search-path if testing remotely.
16 * lib/mi-support.exp (mi_load_shlibs): Likewise.
17
7817ea46
SM
182016-04-05 Simon Marchi <simon.marchi@ericsson.com>
19
20 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
21 gdb_download. Use it even if the target is not remote.
22 * gdb.base/jit.exp (compile_jit_test): Likewise.
23 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
24 output directory if the destination board is local, otherwise use
25 the standard remote_download from DejaGnu.
26 (gdb_download): Remove.
27 (gdb_load_shlibs): Use gdb_remote_download instead of
28 gdb_download.
29 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
30 Use gdb_remote_download instead of gdb_download. Use it even if
31 the target is not remote.
32 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
33 instead of gdb_download.
34
7beb7f68
SM
352016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
36
37 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
38 (test_insert_delete_modify): Call mi_load_shlibs before trying to
39 run.
40
cc63428a
AV
412016-04-01 Artemiy Volkov <artemiyv@acm.org>
42
43 PR gdb/19820
44 * gdb.base/printcmds.exp: Add artificial arrays tests.
45
64cdf930
PA
462016-03-31 Pedro Alves <palves@redhat.com>
47
48 PR gdb/19858
49 * gdb.base/jit-main.c: Include unistd.h.
50 (ATTACH): Define to 0 if not already defined.
51 (wait_for_gdb, mypid): New globals.
52 (WAIT_FOR_GDB): New macro.
53 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
54 some breakpoint locations.
55 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
56 New procedures.
57 (one_jit_test): Add REATTACH parameter, and handle it. Use
58 continue_to_test_location.
59 (top level): Test attach, and adjusts calls to one_jit_test.
60
40dea8cb
PA
612016-03-31 Pedro Alves <palves@redhat.com>
62
63 PR gdb/19858
64 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
65 BINSUFFIX parameter, and handle it.
66 (top level): Adjust calls compile_jit_test.
67
e7ea3ec7
CU
682016-03-31 Catalin Udma <catalin.udma@freescale.com>
69
70 PR python/19743
71 * gdb.python/py-mi-events-gdb.py: New file.
72 * gdb.python/py-mi-events.c: New file.
73 * gdb.python/py-mi-events.exp: New file.
74
e6359af3
YQ
752016-03-30 Yao Qi <yao.qi@linaro.org>
76
77 * gdb.reverse/until-precsave.exp: Match function name only.
78 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
79 Move malloc to a condition block.
80 * gdb.reverse/until-reverse.exp: Match function name only.
81
a4105d04
MK
822016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
83
84 * gdb.trace/ftrace.exp: Set arg0exp for s390.
85 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
86 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
87 variable for GPR 0 instead of assuming it is register 0.
88 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
89 * lib/trace-support.exp: Add s390 registers.
90
bfa6adb9
YQ
912016-03-29 Yao Qi <yao.qi@linaro.org>
92
93 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
94
1e6697ea
YQ
952016-03-24 Yao Qi <yao.qi@linaro.org>
96
97 * gdb.reverse/break-reverse.exp: Add quotation mark in the
98 test message.
99
64bcd522
AA
1002016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
101
102 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
103 maintaining separate logic for constructing the output path.
104
7868401b
DB
1052016-03-16 Don Breazeal <donb@codesourcery.com>
106
107 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
108 Retry fork and waitpid on interrupted system call errors.
109 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
110 Use with_timeout_factor to increase timeout by factor of 10.
111
1cafadb4
DB
1122016-03-15 Don Breazeal <donb@codesourcery.com>
113
114 * gdb.cp/scope-err.cc: New test program.
115 * gdb.cp/scope-err.exp: New test script.
116 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
117 lines and "set breakpoint here" comment.
118 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
119 Fixed some whitespace and format issues.
120 * gdb.mi/mi-linespec-err-cp.cc: New test program.
121 * gdb.mi/mi-linespec-err-cp.exp: New test script.
122
81516450
DE
1232016-03-15 Doug Evans <dje@google.com>
124
125 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
126 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
127 All callers updated. Add tests for enums, mixed flags register.
128
aa52b601
DE
1292016-03-15 Doug Evans <dje@google.com>
130
131 * gdb.base/skip.c (main): Call test_skip_file_and_function.
132 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
133
fa4ff313
SM
1342016-03-14 Simon Marchi <simon.marchi@ericsson.com>
135
136 * gdb.base/default.exp: Add $_as_string to the list of expected
137 convenience functions.
138
f2403c39
AB
1392016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
140
141 * gdb.base/maint.exp: New tests for 'maint info line-table'.
142
f2f3ccb9
SM
1432016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
144
145 * gdb.python/py-as-string.exp: New file.
146 * gdb.python/py-as-string.c: New file.
147
00dbd492
PA
1482016-03-09 Pedro Alves <palves@redhat.com>
149
150 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
151 signal" -> "Thread NN received signal" output change.
152 * gdb.threads/ia64-sigill.exp: Likewise.
153 * gdb.threads/linux-dp.exp: Likewise.
154 * gdb.threads/manythreads.exp: Likewise.
155 * gdb.threads/pending-step.exp: Likewise.
156 * gdb.threads/print-threads.exp: Likewise.
157 * gdb.threads/sigstep-threads.exp: Likewise.
158 * gdb.threads/staticthreads.exp: Likewise.
159 * gdb.threads/tls.exp: Likewise.
160
1e6697ea
YQ
1612016-03-09 Pedro Alves <palves@redhat.com>
162
163 * gdb.base/command-line-input.exp: New file.
164
b04fd3be
MK
1652016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
166
167 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
168 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
169 * gdb.trace/pending.exp: Accept leading dot before function name.
170 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
171 * lib/trace-support.exp: Set registers for ppc.
172
98fa59e9
MK
1732016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
174
175 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
176 use it for disassembly; accept .main in addition to main in backtrace.
177
f77198c8
MK
1782016-03-09 Wei-cheng Wang <cole945@gmail.com>
179 Marcin Kościelnicki <koriakin@0x04.net>
180
181 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
182 (gdb_recursion_test_ptr): New global variable.
183 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
184 gdb_recursion_test.
185 (gdb_c_test): Ditto.
186
ba84e0da
MK
1872016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
188
189 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
190 ordering.
191
4366d36e
MK
1922016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
193
194 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
195 (bar): Add bar_start_lbl label.
196 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
197 of foo/bar for emitting DWARF and tracing.
198
5eb264df
SDJ
1992016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
200
201 * analyze-racy-logs.py: Set executable bit.
202
fb6a751f
SDJ
2032016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
204
205 * Makefile.in (DEFAULT_RACY_ITER): New variable.
206 (CHECK_TARGET_TMP): Likewise.
207 (check-single-racy): New rule.
208 (check-parallel-racy): Likewise.
209 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
210 (do-check-parallel-racy): New rule.
211 (check-racy/%.exp): Likewise.
212 * README (Racy testcases): New section.
213 * analyze-racy-logs.py: New file.
214
bdf7e230
DE
2152016-03-03 Doug Evans <dje@google.com>
216
217 * gdb.base/skip.exp: Use with_test_prefix.
218
4719d415
YQ
2192016-03-03 Yao Qi <yao.qi@linaro.org>
220
221 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
222 Invoke step_over_syscall "clone" and break_cond_on_syscall
223 "clone".
224 * gdb.base/step-over-clone.c: New file.
225
ea507862
YQ
2262016-03-03 Yao Qi <yao.qi@linaro.org>
227
228 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
229 code format.
230
8fc8cbda
YQ
2312016-03-03 Yao Qi <yao.qi@linaro.org>
232
233 * gdb.base/disp-step-fork.c: Rename to ...
234 * gdb.base/step-over-fork.c: ... it. New file.
235 * gdb.base/disp-step-vfork.c: Rename to ...
236 * gdb.base/step-over-vfork.c: ... it. New file.
237 * gdb.base/disp-step-syscall.exp: Rename to ...
238 * gdb.base/step-over-syscall.exp: ... it. New file.
239 (disp_step_cross_syscall): Rename to ...
240 (step_over_syscall): ... it.
241
92fa70b0
YQ
2422016-03-03 Yao Qi <yao.qi@linaro.org>
243
244 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
245 If target supports condition evaluation on target, invoke
246 break_cond_on_syscall for fork and vfork.
247
e197ad3c
YQ
2482016-03-03 Yao Qi <yao.qi@linaro.org>
249
250 * gdb.base/disp-step-syscall.exp: Don't invoke
251 support_displaced_stepping.
252 (disp_step_cross_syscall): Test with displaced stepping off and
253 on if supported.
254
0b47da9f
YQ
2552016-03-03 Yao Qi <yao.qi@linaro.org>
256
257 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
258 proc.
259 (setup): New proc.
260 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
261 and setup.
262
065ab6dc
BH
2632016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
264
265 * gdb.fortran/vla-history.exp: Remove breakpoint.
266
07e448ad 2672016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
268
269 * gdb.fortran/vla-history.exp: Lookup array elements and printing exceeds timeout.
270
9ac2d526 2712016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
272
273 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an breakpoint.
274
17807369
BH
2752016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
276
277 * gdb.mi/vla.f90: Nullify pointer after declaration.
278
86e501af
PA
2792016-03-01 Pedro Alves <palves@redhat.com>
280
281 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
282
1e903e32
PA
2832016-03-01 Pedro Alves <palves@redhat.com>
284
285 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
286 before anything else.
287 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
288 _GNU_SOURCE here.
289 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
290 before anything else.
291 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
292
6ccb54e2
PA
2932016-03-01 Pedro Alves <palves@redhat.com>
294
295 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
296
30ca9da1
YQ
2972016-03-01 Yao Qi <yao.qi@linaro.org>
298
299 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
300 prepare_for_testing.
301
dc856b38
YQ
3022016-03-01 Yao Qi <yao.qi@linaro.org>
303
304 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
305
4a932159
AA
3062016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
307
308 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
309 manually constructing the output path.
310
f2489477
AA
3112016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
312
313 * gdb.arch/s390-stackless.S: New.
314 * gdb.arch/s390-stackless.exp: New.
315
38899f16
IB
3162016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
317
318 * gdb.dlang/circular.c: New file.
319 * gdb.dlang/circular.exp: New file.
320
9fde51ed
YQ
3212016-02-26 Yao Qi <yao.qi@linaro.org>
322
323 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
324 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
325 (testcases): Update.
326
ce90fefe
YQ
3272016-02-26 Yao Qi <yao.qi@linaro.org>
328
329 * gdb.reverse/aarch64.c: Rename to ...
330 * gdb.reverse/insn-reverse.c: ... it.
331 * gdb.reverse/aarch64.exp: Rename to ...
332 * gdb.reverse/insn-reverse.exp: ... it.
333
3263bceb
YQ
3342016-02-26 Yao Qi <yao.qi@linaro.org>
335
336 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
337 (testcase_ftype): New.
338 (testcases): New array.
339 (n_testcases): New.
340 (main): Call each element in testcases.
341 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
342 (read_testcase): New.
343 Do the tests in a loop.
344
6cb59ff1
YQ
3452016-02-25 Yao Qi <yao.qi@linaro.org>
346
347 * gdb.base/branches.c: Remove.
348
ae91f625
MK
3492016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
350
351 PR gdb/13808
352 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
353
678b48b7
MK
3542016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
355
356 * gdb.trace/ftrace.exp: Remove unnecessary target check.
357
7337a6f2
MK
3582016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
359
360 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
361 change x86_64 call_insn to 'callq'.
362
861ca91f
AT
3632016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
364
365 * gdb.trace/tfile-avx.c: Move to...
366 * gdb.trace/tracefile-pseudo-reg.c: Here.
367 * gdb.trace/tfile-avx.exp: Move to...
368 * gdb.trace/tracefile-pseudo-reg.exp: Here.
369
bf74e428
GB
3702016-02-24 Gary Benson <gbenson@redhat.com>
371
372 * gdb.base/attach-pie-noexec.exp: Do not expect an error
373 message on attach.
374
cce0e923
DE
3752016-02-23 Doug Evans <dje@google.com>
376
377 * gdb.base/skip.c (test_skip): New function.
378 (end_test_skip_file_and_function): New function.
379 (test_skip_file_and_function): New function.
380 * gdb.base/skip1.c (test_skip): New function.
381 (skip1_test_skip_file_and_function): New function.
382 * gdb.base/skip.exp: Add tests for new skip options.
383 * gdb.base/skip-solib.exp: Update expected output.
384 * gdb.perf/skip-command.cc: New file.
385 * gdb.perf/skip-command.exp: New file.
386 * gdb.perf/skip-command.py: New file.
387
4000e47e
MK
3882016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
389
390 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
391 info registers pattern.
392
24f75ead
IB
3932016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
394
395 * lib/future.exp: Add D support.
396 (gdb_find_gdc): New proc.
397 (gdb_default_target_compile): Add D support.
398
fbb7bcbe
WW
3992016-02-18 Wei-cheng Wang <cole945@gmail.com>
400
401 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
402 user+system time.
403 (trace_speed_test): Determine the iteration count for a time
404 between 15..30 seconds.
405
012b3a21
WT
4062016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
407
408 * gdb.arch/i386-mpx-sigsegv.c: New file.
409 * gdb.arch/i386-mpx-sigsegv.exp: New file.
410 * gdb.arch/i386-mpx-simple_segv.c: New file.
411 * gdb.arch/i386-mpx-simple_segv.exp: New file.
412
2d5189bd
YQ
4132016-02-18 Yao Qi <yao.qi@linaro.org>
414
415 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
416 Don't call setup_kfail.
417
40fb20d0
YQ
4182016-02-18 Yao Qi <yao.qi@linaro.org>
419
420 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
421 Set "set breakpoint condition-evaluation" per $cond_bp_target.
422
21b1f8d2
DE
4232016-02-16 Doug Evans <dje@google.com>
424
425 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
426 * gdb.base/skip1.c: Ditto.
427 * gdb.base/skip.exp: Whitespace cleanup.
428
4041ed77
DB
4292016-02-16 Don Breazeal <donb@codesourcery.com>
430
431 PR remote/19496
432 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
433 Remove kfail for PR remote/19496.
434
c4ef31bf
SM
4352016-02-16 Simon Marchi <simon.marchi@ericsson.com>
436
437 * lib/gdb.exp (standard_temp_file): Return a path specific to
438 the runtest invocation.
439
266b65b3
SM
4402016-02-16 Simon Marchi <simon.marchi@ericsson.com>
441
442 * gdb.trace/save-trace.exp: Change relative path to be in the
443 standard output directory.
444
a7a0a6a9
JK
4452016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
446
447 * gdb.arch/i386-prologue.c: Add missing prototypes.
448
c99dbb42
JK
4492016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
450
451 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
452 * gdb.arch/i386-prologue.exp: Likewise.
453 * gdb.arch/i386-size.exp: Likewise.
454
aa480355
SM
4552016-02-15 Simon Marchi <simon.marchi@ericsson.com>
456
457 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
458 define object file path.
459 * gdb.btrace/gcore.exp: Use standard_output_file to define core
460 file path.
461 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
462 standard_output_file to define binfile.
463
ba881f50
JK
4642016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
465
466 Fix compatibility with recent gfortran-5.3.1.
467 * gdb.fortran/vla-history.exp (print vla1 allocated)
468 (print vla2 allocated, print $2, print $3): Remove
469 (print $4): Rename to ...
470 (print $2): ... here.
471 (print $9): Rename to ...
472 (print $5): ... here.
473 (print $10): Rename to ...
474 (print $6): ... here.
475 * gdb.fortran/vla.f90: Add pvla initialization.
476
e9fb005c
JK
4772016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
478
479 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
480 New test.
481 * gdb.fortran/vla-value-sub.exp: Likewise.
482
e44e00ff
MK
4832016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
484
485 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
486
97e94151
SM
4872016-02-12 Simon Marchi <simon.marchi@ericsson.com>
488
489 * i386-biarch-core.exp: Define corefile using
490 standard_output_file.
491
01113bc1
YQ
4922016-02-12 Yao Qi <yao.qi@linaro.org>
493
494 * gdb.arch/arm-single-step-kernel-helper.c: New.
495 * gdb.arch/arm-single-step-kernel-helper.exp: New.
496
33b4777c
MM
4972016-02-12 Markus Metzger <markus.t.metzger@intel.com>
498
499 * gdb.btrace/tailcall-only.exp: New.
500 * gdb.btrace/tailcall-only.c: New.
501 * gdb.btrace/x86_64-tailcall-only.S: New.
502 * gdb.btrace/i686-tailcall-only.S: New.
503
acc23c11
PA
5042016-02-11 Pedro Alves <palves@redhat.com>
505
506 * README (Parallel testing): Add missing double quotes.
507
e352bf0a
PA
5082016-02-11 Pedro Alves <palves@redhat.com>
509
510 * README (Parallel testing): New section.
511 (GDB_PARALLEL): Rewrite.
512 (FORCE_PARALLEL): Document.
513
9f5fed78
MK
5142016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
515
516 * gdb.trace/tfile-avx.c: New test.
517 * gdb.trace/tfile-avx.exp: New test.
518
9ef9e6a6
KS
5192016-02-09 Keith Seitz <keiths@redhat.com>
520
521 PR breakpoints/19546
522 * gdb.base/infcall-exec.c: New file.
523 * gdb.base/infcall-exec2.c: New file.
524 * gdb.base/infcall-exec.exp: New file.
525
a96e36da
KS
5262016-02-09 Keith Seitz <keiths@redhat.com>
527
528 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
529 (toplevel): Call test_bkpt_address.
530
9f61929f
KS
5312016-02-09 Keith Seitz <keiths@redhat.com>
532
533 PR python/19506
534 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
535 (toplevel): Call test_bkpt_address.
536
1e94266c
SM
5372016-02-09 Simon Marchi <simon.marchi@ericsson.com>
538
539 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
540 to AC_OUTPUT.
541 * configure: Regenerate.
542
2a7f3dff
PA
5432016-02-09 Pedro Alves <palves@redhat.com>
544
545 PR breakpoints/19548
546 * gdb.base/execl-update-breakpoints.c (some_function): New
547 function.
548 (main): Call it.
549 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
550 Tighten expected GDB output.
551
2151ccc5
SM
5522016-02-08 Simon Marchi <simon.marchi@ericsson.com>
553
554 * Makefile.in (ALL_SUBDIRS): Remove.
555 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
556 (distclean maintainer-clean realclean): Likewise.
557 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
558 * configure: Regenerate.
559 * gdb.ada/Makefile.in: Delete.
560 * gdb.arch/Makefile.in: Likewise.
561 * gdb.asm/Makefile.in: Likewise.
562 * gdb.base/Makefile.in: Likewise.
563 * gdb.btrace/Makefile.in: Likewise.
564 * gdb.cell/Makefile.in: Likewise.
565 * gdb.compile/Makefile.in: Likewise.
566 * gdb.cp/Makefile.in: Likewise.
567 * gdb.disasm/Makefile.in: Likewise.
568 * gdb.dlang/Makefile.in: Likewise.
569 * gdb.dwarf2/Makefile.in: Likewise.
570 * gdb.fortran/Makefile.in: Likewise.
571 * gdb.gdb/Makefile.in: Likewise.
572 * gdb.go/Makefile.in: Likewise.
573 * gdb.guile/Makefile.in: Likewise.
574 * gdb.java/Makefile.in: Likewise.
575 * gdb.linespec/Makefile.in: Likewise.
576 * gdb.mi/Makefile.in: Likewise.
577 * gdb.modula2/Makefile.in: Likewise.
578 * gdb.multi/Makefile.in: Likewise.
579 * gdb.objc/Makefile.in: Likewise.
580 * gdb.opencl/Makefile.in: Likewise.
581 * gdb.opt/Makefile.in: Likewise.
582 * gdb.pascal/Makefile.in: Likewise.
583 * gdb.perf/Makefile.in: Likewise.
584 * gdb.python/Makefile.in: Likewise.
585 * gdb.reverse/Makefile.in: Likewise.
586 * gdb.server/Makefile.in: Likewise.
587 * gdb.stabs/Makefile.in: Likewise.
588 * gdb.threads/Makefile.in: Likewise.
589 * gdb.trace/Makefile.in: Likewise.
590 * gdb.xml/Makefile.in: Likewise.
591 * lib/gdb.exp (make_gdb_parallel_path): Add check for
592 GDB_PARALLEL.
593 (standard_output_file): Remove check for GDB_PARALLEL, always
594 return path in outputs/$subdir/$testname.
595
437277d4
SM
5962016-02-08 Simon Marchi <simon.marchi@ericsson.com>
597
598 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
599 (site.exp): Assign abs_srcdir to tcl's srcdir.
600
31d913c7
YQ
6012016-02-04 Yao Qi <yao.qi@linaro.org>
602
603 * gdb.base/foll-exec-mode.c: Include limits.h.
604 (main): Add parameters argc and argv. Get directory from
605 argv[0].
606 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
607 compilation.
608 * gdb.base/foll-exec.c: Include limits.h.
609 (main): Add parameters argc and argv.
610 Get directory from argv[0].
611 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
612 Adjust tests on the number of lines as source code changed.
613 * gdb.base/foll-vfork-exit.c: Include limits.h.
614 (main): Add one line of statement before vfork.
615 * gdb.base/foll-vfork.c: Include limits.h and string.h.
616 (main): Add parameters argc and argv. Get directory from
617 argv[0].
618 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
619 (setup_gdb): Set tbreak to skip some source lines.
620 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
621 (main): Add parameters argc and argv. Get directory from
622 argv[0].
623 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
624 compilation.
625 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
626 (main): Add parameters argc and argv. Get directory from
627 argv[0].
628 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
629 compilation.
630
9482b9fb
DE
6312016-02-01 Doug Evans <dje@google.com>
632
633 * gdb.base/skip.exp: Clean up multiple references to same test name.
634
6b2e4f10
PA
6352016-02-01 Pedro Alves <palves@redhat.com>
636
ccb6afd6 637 PR remote/19496
6b2e4f10
PA
638 * gdb.threads/forking-threads-plus-breakpoint.exp
639 (displaced_stepping_supported): New global.
640 (probe_displaced_stepping_support): New procedure.
641 (do_test): Add 'displaced' parameter, and use it.
642 (top level): Check for displaced stepping support. Add displaced
643 stepping on/off testing axis.
644
37a8db1a
AB
6452016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
646
647 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
648 pointer. Don't perform further tests on the unassociated pointer
649 if the first test fails.
650
5fdf6324
AB
6512016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
652
653 * gdb.base/max-value-size.c: New file.
654 * gdb.base/max-value-size.exp: New file.
655 * gdb.base/huge.exp: Disable max-value-size for this test.
656
935c6144
IB
6572016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
658
659 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
660
7fe8399d
YQ
6612016-01-28 Yao Qi <yao.qi@linaro.org>
662
663 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
664
a2077e25
PA
6652016-01-25 Pedro Alves <palves@redhat.com>
666
667 PR threads/19461
668 * gdb.base/fork-running-state.c: New file.
669 * gdb.base/fork-running-state.exp: New file.
670
1d2736d4
PA
6712016-01-25 Pedro Alves <palves@redhat.com>
672
673 PR gdb/19494
674 * gdb.base/catch-fork-kill.c: New file.
675 * gdb.base/catch-fork-kill.exp: New file.
676
f1da4b11
PA
6772016-01-25 Pedro Alves <palves@redhat.com>
678
679 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
680 Delete, moved to lib/gdb.exp.
681 * gdb.threads/forking-threads-plus-breakpoint.exp
682 (foreach_with_prefix): Likewise.
683 * gdb.threads/process-dies-while-handling-bp.exp
684 (foreach_with_prefix): Likewise.
685 * lib/gdb.exp (foreach_with_prefix): New procedure.
686
45f38546
MK
6872016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
688
689 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
690 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
691
dc29a1ce
MK
6922016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
693
694 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
695 endian targets.
696
092127d7
JK
6972016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
698 Pedro Alves <palves@redhat.com>
699
700 Fix testsuite compatibility with Guile.
701 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
702 number.
703
31d765d3
JK
7042016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
705
706 Fix testsuite compatibility with Guile.
707 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
708 (thread 1): New test for backtrace through signal handler.
709
1ac78c04
YQ
7102016-01-22 Yao Qi <yao.qi@linaro.org>
711
712 PR testsuite/19491
713 * gdb.base/multi-forks.c: Include
714 ../lib/unbuffer_output.c
715 (main): Call gdb_unbuffer_output.
716
4f5946a8
DE
7172016-01-21 Doug Evans <dje@google.com>
718
719 * lib/ada.exp (gdb_compile_ada): Fix typo.
720
305e13e6
JB
7212016-01-21 Joel Brobecker <brobecker@adacore.com>
722
723 * gdb.base/break-fun-addr.exp: New file.
724 * gdb.base/break-fun-addr1.c: New file.
725 * gdb.base/break-fun-addr2.c: New file.
726
5f5dfff6
SM
7272016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
728
729 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
730 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
731 enum flag values.
732
fd356fa2
AA
7332016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
734
735 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
736 when GDB can not set the vector return value. Add more comments
737 for clarification.
738
9df22175
AT
7392016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
740
741 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
742 command.
743
41d1845e
SM
7442016-01-19 Simon Marchi <simon.marchi@ericsson.com>
745
746 * Makefile.in (DO_RUNTEST): Add --status and update usages.
747
01ac6840
SM
7482016-01-19 Simon Marchi <simon.marchi@ericsson.com>
749
750 * Makefile.in (check-single): Pass --status to runtest.
751 (check/%.exp): Likewise.
752
7532016-01-19 Simon Marchi <simon.marchi@ericsson.com>
754
755 * Makefile.in (check-parallel): Propagate return code from make
756 do-check-parallel.
757
bd0a71fa
MK
7582016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
759
760 * gdb.trace/ftrace.exp: Fix expected message on continue.
761 * gdb.trace/pending.exp: Fix expected message on continue.
762 * gdb.trace/trace-break.exp: Fix expected message on continue.
763
8bcbad33
SM
7642016-01-18 Simon Marchi <simon.marchi@ericsson.com>
765
766 * lib/gdb.exp (gdb_test): Remove unused global references.
767
f303dbd6
PA
7682016-01-18 Pedro Alves <palves@redhat.com>
769
770 * gdb.base/async-shell.exp: Adjust expected output.
771 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
772 * gdb.base/siginfo-thread.exp: Adjust expected output.
773 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
774 * gdb.java/jnpe.exp: Adjust expected output.
775 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
776 * gdb.threads/continue-pending-status.exp: Adjust expected output.
777 * gdb.threads/leader-exit.exp: Adjust expected output.
778 * gdb.threads/manythreads.exp: Adjust expected output.
779 * gdb.threads/pthreads.exp: Adjust expected output.
780 * gdb.threads/schedlock.exp: Adjust expected output.
781 * gdb.threads/siginfo-threads.exp: Adjust expected output.
782 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
783 expected output.
784 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
785 output.
786 * gdb.threads/sigthread.exp: Adjust expected output.
787 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
788
b2789696
YQ
7892016-01-18 Yao Qi <yao.qi@linaro.org>
790
791 * gdb.guile/scm-section-script.c: Replace @progbits with
792 %progbits.
793 * gdb.python/py-section-script.c: Likewise.
794
71ef29a8
PA
7952016-01-15 Pedro Alves <palves@redhat.com>
796
797 * gdb.multi/tids.exp: Test star wildcard ranges.
798
3f5b7598
PA
7992016-01-15 Pedro Alves <palves@redhat.com>
800
801 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
802 command from "thread apply" invocation.
803 (thr_apply_info_thr_invalid): Default the expected output to the
804 input tid list.
805 (top level): Add tests that use convenience variables. Add tests
806 for "thread apply" with a valid TID list, but missing the command.
807
663f6d42
PA
8082016-01-13 Pedro Alves <palves@redhat.com>
809
810 * gdb.base/default.exp: Expect $_gthread as well.
811 * gdb.multi/tids.exp: Test $_gthread.
812 * gdb.threads/thread-specific.exp: Test $_gthread.
813
c84f6bbf
PA
8142016-01-13 Pedro Alves <palves@redhat.com>
815
816 * gdb.multi/tids.exp: Test "info threads -gid".
817
22a02324
PA
8182016-01-13 Pedro Alves <palves@redhat.com>
819
820 * gdb.multi/tids.exp: Test InferiorThread.global_num and
821 Breakpoint.thread.
822 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
823
5d5658a1
PA
8242016-01-07 Pedro Alves <palves@redhat.com>
825
826 * gdb.base/break.exp: Adjust to output changes.
827 * gdb.base/hbreak2.exp: Likewise.
828 * gdb.base/sepdebug.exp: Likewise.
829 * gdb.base/watch_thread_num.exp: Likewise.
830 * gdb.linespec/keywords.exp: Likewise.
831 * gdb.multi/info-threads.exp: Likewise.
832 * gdb.threads/thread-find.exp: Likewise.
833 * gdb.multi/tids.c: New file.
834 * gdb.multi/tids.exp: New file.
835
84654457
PA
8362016-01-13 Pedro Alves <palves@redhat.com>
837
838 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
839
e3940304
PA
8402016-01-13 Pedro Alves <palves@redhat.com>
841
842 * gdb.base/default.exp: Expect $_inferior as well.
843 * gdb.multi/base.exp: Test $_inferior.
844
a911d87a
PA
8452016-01-13 Pedro Alves <palves@redhat.com>
846
847 PR breakpoints/19388
848 * gdb.base/catch-signal-siginfo-cond.c: New file.
849 * gdb.base/catch-signal-siginfo-cond.exp: New file.
850
82075af2
JS
8512016-01-12 Josh Stone <jistone@redhat.com>
852 Philippe Waroquiers <philippe.waroquiers@skynet.be>
853
854 * gdb.base/catch-syscall.c (do_execve): New variable.
855 (main): Conditionally trigger an execve.
856 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
857 (test_catch_syscall_execve): New, check entry/return across execve.
858 (do_syscall_tests): Call test_catch_syscall_execve.
859
e46eeedd
PA
8602016-01-12 Pedro Alves <palves@redhat.com>
861
862 * gdb.base/random-signal.exp (do_test): New procedure, with body
863 of testcase moved in.
864
01d8c27e
JK
8652016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
866 Pedro Alves <palves@redhat.com>
867
868 * gdb.base/funcargs.exp (finish from indirectly called function):
869 Reintroduce the case for 'First'.
870
9a706302
JK
8712016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
872 Pedro Alves <palves@redhat.com>
873
874 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
875 (tcatch_vfork_then_child_follow_exec)
876 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
877 identification.
878
c0ecb95f
JK
8792016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
880
881 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
882 and repeats to unlimited.
883 * gdb.python/py-value.exp: Likewise.
884 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
885 and repeats to unlimited.
886
6cfc1fcb
JK
8872016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
888
889 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
890 and reordering the functions.
891 * gdb.multi/hangout.c: Likewise.
892 * gdb.multi/hello.c: Likewise.
893
582a1b00
SM
8942016-01-08 Simon Marchi <simon.marchi@ericsson.com>
895
896 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
897 absolute.
898 (SingleStatisticTestResult.report): Use dict.keys instead of
899 dict.iterkeys.
900
79bc59cb
PA
9012016-01-06 Pedro Alves <palves@redhat.com>
902
903 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
904
43368e1d
MM
9052016-01-04 Markus Metzger <markus.t.metzger@intel.com>
906
907 * gdb.btrace/dlopen.exp: New.
908 * gdb.btrace/dlopen.c: New.
909 * gdb.btrace/dlopen-dso.c: New.
910
79fad5b8
SL
9112015-12-25 Sandra Loosemore <sandra@codesourcery.com>
912
913 * lib/gdb.exp (gdb_test): Update comments to clarify that the
914 PATTERN argument is optional.
915
ab8314b3
JB
9162015-12-24 Joel Brobecker <brobecker@adacore.com>
917
918 * lib/ada.exp (target_compile_ada_from_dir): New function.
919 (gdb_compile_ada): Reimplement avoiding the use of project files.
920 * gdb.ada/gnat_ada.gpr: Delete.
921 * gdb.ada/cond_lang.exp: Adjust test to make path before
922 filename optional.
923 * gdb.ada/small_reg_param.exp: Likewise.
924
fe33faff
SM
9252015-12-22 Simon Marchi <simon.marchi@ericsson.com>
926
927 * gdb.base/foll-vork.exp: Remove HP-UX special case.
928
6d265cb4
TP
9292015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
930
931 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
932 case.
933
10125099
SM
9342015-12-21 Simon Marchi <simon.marchi@ericsson.com>
935
936 * gdb.base/break.exp: Remove dead code.
937 * gdb.base/sepdebug.exp: Likewise.
938
3ca22649
SM
9392015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
940
941 * gdb.asm/asm-source.exp: Remove HP-UX references.
942 * gdb.base/annota1.exp: Likewise.
943 * gdb.base/annota3.exp: Likewise.
944 * gdb.base/attach.exp: Likewise.
945 * gdb.base/bigcore.exp: Likewise.
946 * gdb.base/break.exp: Likewise.
947 * gdb.base/call-ar-st.exp: Likewise.
948 * gdb.base/callfuncs.exp: Likewise.
949 * gdb.base/catch-fork-static.exp: Likewise.
950 * gdb.base/display.exp: Likewise.
951 * gdb.base/foll-exec-mode.exp: Likewise.
952 * gdb.base/foll-exec.exp: Likewise.
953 * gdb.base/foll-fork.exp: Likewise.
954 * gdb.base/foll-vfork.exp: Likewise.
955 * gdb.base/funcargs.exp: Likewise.
956 * gdb.base/hbreak2.exp: Likewise.
957 * gdb.base/inferior-died.exp: Likewise.
958 * gdb.base/interrupt.exp: Likewise.
959 * gdb.base/multi-forks.exp: Likewise.
960 * gdb.base/nodebug.exp: Likewise.
961 * gdb.base/sepdebug.exp: Likewise.
962 * gdb.base/solib1.c: Likewise.
963 * gdb.base/step-test.exp: Likewise.
964 * gdb.mi/non-stop.c: Likewise.
965 * gdb.mi/pthreads.c: Likewise.
966 * gdb.multi/bkpt-multi-exec.ex: Likewise.
967 * gdb.threads/pthreads.c: Likewise.
968 * gdb.threads/staticthreads.exp: Likewise.
969 * lib/future.exp: Likewise.
970 * lib/gdb.exp: Likewise.
971 * gdb.base/so-indr-cl.c: Remove.
972 * gdb.base/so-indr-cl.exp: Likewise.
973 * gdb.base/solib.c: Likewise.
974 * gdb.base/solib.exp: Likewise.
975 * gdb.base/solib2.c: Likewise.
976
b6304613
SM
9772015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
978
979 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
980 * gdb.base/call-ar-st.exp: Likewise.
981 * gdb.base/callfuncs.exp: Likewise.
982 * gdb.base/condbreak.exp: Likewise.
983 * gdb.base/constvars.exp: Likewise.
984 * gdb.base/hbreak2.exp: Likewise.
985 * gdb.base/langs.exp: Likewise.
986 * gdb.base/list.exp: Likewise.
987 * gdb.base/long_long.exp: Likewise.
988 * gdb.base/ptype.exp: Likewise.
989 * gdb.base/scope.exp: Likewise.
990 * gdb.base/signals.exp: Likewise.
991 * gdb.base/so-impl-ld.exp: Likewise.
992 * gdb.base/varargs.exp: Likewise.
993 * gdb.base/volatile.exp: Likewise.
994 * gdb.base/whatis.exp: Likewise.
995 * gdb.cp/cplusfuncs.exp: Likewise.
996 * gdb.cp/inherit.exp: Likewise.
997 * gdb.cp/local.exp: Likewise.
998 * gdb.cp/member-ptr.exp: Likewise.
999 * gdb.cp/method.exp: Likewise.
1000 * gdb.cp/overload.exp: Likewise.
1001 * gdb.cp/templates.exp: Likewise.
1002 * gdb.stabs/weird.exp: Likewise.
1003 * lib/compiler.c: Likewise.
1004 * lib/compiler.cc: Likewise.
1005 * lib/cp-support.exp: Likewise.
1006 * lib/gdb.exp: Likewise.
1007
bf401b07
SM
10082015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
1009
1010 * configure.ac: Remove HP-UX case.
1011 * configure: Regenerate.
1012
aff9c0f8
SM
10132015-12-18 Simon Marchi <simon.marchi@ericsson.com>
1014
1015 * lib/gdb.exp (gdb_compile): Add function doc.
1016
a6904d5a
PA
10172015-12-17 Pedro Alves <palves@redhat.com>
1018
1019 PR threads/19354
1020 * gdb.multi/info-threads.exp: New file.
1021
a22279dd
YQ
10222015-12-15 Yao Qi <yao.qi@linaro.org>
1023
1024 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
1025 is aarch64*-*-*.
1026
0588c796
SL
10272015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1028
1029 * gdb.base/history-duplicates.exp: Skip if no readline support.
1030
5d978e17
SL
10312015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1032
1033 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
1034
7e763b86
SL
10352015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1036
1037 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
1038
87a3a92c
SL
10392015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1040
1041 * gdb.base/completion.exp: Skip tests that interrupt GDB with
1042 ctrl-C if nointerrupts target property is set.
1043 * gdb.base/double-prompt-target-event-error.exp: Likewise.
1044 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
1045 * gdb.base/paginate-bg-execution.exp: Likewise.
1046 * gdb.base/paginate-execution-startup.exp: Likewise.
1047 * gdb.base/random-signal.exp: Likewise.
1048 * gdb.base/range-stepping.exp: Likewise.
1049 * gdb.cp/annota2.exp: Likewise.
1050 * gdb.cp/annota3.exp: Likewise.
1051 * gdb.gdb/selftest.exp: Likewise.
1052 * gdb.threads/continue-pending-status.exp: Likewise.
1053 * gdb.threads/leader-exit.exp: Likewise.
1054 * gdb.threads/manythreads.exp: Likewise.
1055 * gdb.threads/pthreads.exp: Likewise.
1056 * gdb.threads/schedlock.exp: Likewise.
1057 * gdb.threads/sigthread.exp: Likewise.
1058
a8f077dc
DB
10592015-12-11 Don Breazeal <donb@codesourcery.com>
1060
1061 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
1062 remote.
1063 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
1064 * gdb.base/foll-exec.exp (main): Enable for target remote.
1065 * gdb.base/foll-fork.exp (main): Likewise.
1066 * gdb.base/foll-vfork.exp (main): Likewise.
1067 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
1068 (proc continue_to_exit_bp_loc): Use clean_restart.
1069 * gdb.base/pie-execl.exp (main): Disable for target remote.
1070 * gdb.base/watch-vfork.exp (main): Enable for target remote.
1071 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
1072 * gdb.threads/execl.exp (main): Likewise.
1073 * gdb.threads/fork-child-threads.exp (main): Likewise.
1074 * gdb.threads/fork-plus-threads.exp (main): Disable for target
1075 remote.
1076 * gdb.threads/fork-thread-pending.exp (main): Enable for target
1077 remote.
1078 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
1079 pid.tid style ptids, instead of just tid.
1080 * gdb.threads/thread-execl.exp (main): Enable for target remote.
1081 * gdb.threads/watchpoint-fork.exp (main): Likewise.
1082 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
1083 ptids, instead of just tid.
1084
3b2464a8
AB
10852015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1086
1087 * gdb.base/list.exp (test_list_forward): Add end of file error
1088 test.
1089 (test_repeat_list_command): Add end of file error test.
1090 (test_list_backwards): Add beginning of file error test.
1091
a0def019
AB
10922015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1093
1094 * gdb.base/list.exp (test_list_invalid_args): New function,
1095 defined, and called.
1096
5c000dff
AB
10972015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1098
1099 * gdb.base/list.exp (test_list): Make test names unique.
1100
f1637ebe
YQ
11012015-12-11 Yao Qi <yao.qi@linaro.org>
1102
1103 * gdb.base/coremaker2.c: Remove.
1104
36d6fc0a
PA
11052015-12-10 Pedro Alves <palves@redhat.com>
1106
1107 * gdb.multi/base.exp: Remove stale "spaces" references.
1108
762f7747
PA
11092015-12-10 Pedro Alves <palves@redhat.com>
1110
1111 * gdb.multi/base.exp: Don't use nowarnings.
1112 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
1113 * gdb.multi/hangout.c: Include stdio.h.
1114 * gdb.multi/hello.c: Include stdlib.h.
1115 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
1116 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
1117 * gdb.multi/multi-arch.exp: Don't use nowarnings.
1118
28d2bfb9
AB
11192015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
1120
1121 * gdb.dwarf2/dw2-ranges-base.c: New file.
1122 * gdb.dwarf2/dw2-ranges-base.exp: New file.
1123 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
1124 support additional line table, and debug ranges generation.
1125 (Dwarf::ranges): New function, generate .debug_ranges.
1126 (Dwarf::lines): Support generating simple line table programs.
1127 (Dwarf::assemble): Initialise new namespace variables.
1128
5fc2beac
KB
11292015-12-09 Kevin Buettner <kevinb@redhat.com>
1130
1131 * gdb.base/async.exp (proc test_background): Add case for
1132 asynchronous execution not supported.
1133
1c35a88f
LM
11342015-12-09 Luis Machado <lgustavo@codesourcery.com>
1135
1136 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
1137 format and change test names to make them unique.
1138
b593e3d9
RK
11392015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
1140 Pedro Alves <pedro@redhat.com>
1141
1142 PR gdb/18702
1143 Add checking of floatformats setup on x86_64 hosts.
1144 * gdb.arch/i386-float.S (main): Load bigval and smallval.
1145 (smallval, bigval): New labels/constants.
1146 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
1147 float" after loading bigval and smallval.
1148
d72413e6
PMR
11492015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
1150
1151 * gdb.ada/fun_overload_menu.exp: New testcase.
1152 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
1153
ece66d65
JS
11542015-12-04 Josh Stone <jistone@redhat.com>
1155
1156 * gdb.base/catch-fork-static.exp: New.
1157
41d0efca
YQ
11582015-12-03 Yao Qi <yao.qi@linaro.org>
1159
1160 * gdb.base/sizeof.c: Don't include stdio.h and
1161 ../lib/unbuffer_output.c.
1162 (main): New variable 'size' and 'value'. Remove printf and
1163 gdb_unbuffer_output. Assign return value to size and value.
1164 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
1165 at the beginning.
1166 (check_sizeof): Check the result by printing variable 'size'.
1167 (check_valueof): Check the result by printing variable 'value'.
1168
99fd02d9
YQ
11692015-12-01 Yao Qi <yao.qi@linaro.org>
1170
1171 * gdb.base/disp-step-syscall.exp: Define syscall instruction
1172 for aarch64*-*-linux* target.
1173
f2faf941
PA
11742015-11-30 Pedro Alves <palves@redhat.com>
1175
1176 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
1177
04bf20c5
PA
11782015-11-30 Pedro Alves <palves@redhat.com>
1179
1180 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1181 Handle non-stop mode vCont replies.
1182
09df4675
PA
11832015-11-30 Pedro Alves <palves@redhat.com>
1184
1185 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
1186 prepare_for_testing. Start gdb with "set non-stop on" appended to
1187 GDBFLAGS. Lax expected stop output.
1188
58b584af
YQ
11892015-11-27 Yao Qi <yao.qi@linaro.org>
1190
1191 * gdb.arch/arm-neon.exp: New.
1192 * gdb.arch/arm-neon.c: New.
1193
dfcb77a8
YQ
11942015-11-27 Yao Qi <yao.qi@linaro.org>
1195
1196 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
1197
88e8ec1b
YQ
11982015-11-27 Yao Qi <yao.qi@linaro.org>
1199
1200 * gdb.cp/annota2.exp: Allow multiple occurrences of the
1201 frames-invalid annotation.
1202
bfde72c2
YQ
12032015-11-27 Yao Qi <yao.qi@linaro.org>
1204
1205 * gdb.cp/annota2.exp: Use ${frames_invalid}.
1206
f6512a69
SM
12072015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1208
1209 * gdb.threads/names.exp: New file.
1210 * gdb.threads/names.c: New file.
1211 * README: Mention gdb,no_thread_names.
1212
46a3515b
MM
12132015-11-26 Markus Metzger <markus.t.metzger@intel.com>
1214
1215 PR 19297
1216 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
1217 support" error.
1218
62147a22
PA
12192015-11-24 Pedro Alves <palves@redhat.com>
1220
1221 PR 17539
1222 * gdb.base/display.exp: Expect displays to be sorted in ascending
1223 order. Use multi_line.
1224 * gdb.base/solib-display.exp: Likewise.
1225
2f341b6e
PA
12262015-11-24 Pedro Alves <palves@redhat.com>
1227
1228 PR 17539
1229 * gdb.base/display.exp: Expect displays to be sorted in ascending
1230 order. Use multi_line.
1231 * gdb.base/solib-display.exp: Likewise.
1232
7e0aa6aa
PA
12332015-11-24 Pedro Alves <palves@redhat.com>
1234
1235 PR 17539
1236 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
1237 threads in ascending order.
1238 * gdb.base/foll-fork.exp: Likewise.
1239 * gdb.base/foll-vfork.exp: Likewise.
1240 * gdb.base/multi-forks.exp: Likewise.
1241 * gdb.mi/mi-nonstop.exp: Likewise.
1242 * gdb.mi/mi-nsintrall.exp: Likewise.
1243 * gdb.multi/base.exp: Likewise.
1244 * gdb.multi/multi-arch.exp: Likewise.
1245 * gdb.python/py-inferior.exp: Likewise.
1246 * gdb.threads/break-while-running.exp: Likewise.
1247 * gdb.threads/execl.exp: Likewise.
1248 * gdb.threads/gcore-thread.exp: Likewise.
1249 * gdb.threads/info-threads-cur-sal.exp: Likewise.
1250 * gdb.threads/kill.exp: Likewise.
1251 * gdb.threads/linux-dp.exp: Likewise.
1252 * gdb.threads/multiple-step-overs.exp: Likewise.
1253 * gdb.threads/next-bp-other-thread.exp: Likewise.
1254 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
1255 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
1256 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
1257 * gdb.threads/thread-find.exp: Likewise.
1258 * gdb.threads/tls.exp: Likewise.
1259 * lib/mi-support.exp (mi_reverse_list): Delete.
1260 (mi_check_thread_states): No longer reverse list.
1261
2cc57ad8
PA
12622015-11-24 Pedro Alves <palves@redhat.com>
1263
1264 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
1265 use lowercase.
1266
c93e8391
SM
12672015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1268
1269 * gdb.trace/actions.c: Include trace-common.h.
1270 (main): Add a location for a fast tracepoint.
1271 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
1272 the normal tracepoints.
1273 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
1274
045ccf91
SM
12752015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1276
1277 * save-trace.exp: Factor out code to these...
1278 (gdb_save_tracepoints): New.
1279 (gdb_load_tracepoints): New.
1280 (do_save_load_test): New.
1281
5506f9f6
KB
12822015-11-23 Kevin Buettner <kevinb@redhat.com>
1283
1284 * gdb.base/asmlabel.exp: New test.
1285 * gdb.base/asmlabel.c: New test case.
1286
16c3b12f
JB
12872015-11-23 Joel Brobecker <brobecker@adacore.com>
1288
1289 * gdb.base/wrong_frame_bt_full-main.c: New file.
1290 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
1291 * gdb.base/wrong_frame_bt_full.exp: New file.
1292
155bfbd3
JB
12932015-11-23 Joel Brobecker <brobecker@adacore.com>
1294
1295 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
1296
bb097445
JM
12972015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1298
206853a0 1299 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
1300 pstate register when comparing registers values in
1301 sparc64-*-linux-gnu targets to avoid spurious differences.
1302
9c88ed8f
JM
13032015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1304
206853a0 1305 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 1306
96161e25
SL
13072015-11-19 Sandra Loosemore <sandra@codesourcery.com>
1308
1309 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
1310 as type argument to gdb_compile.
1311 * gdb.base/nested-subp2.exp: Likewise.
1312 * gdb.base/nested-subp3.exp: Likewise.
1313
340c2830
DV
13142015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
1315
1316 * lib/dwarf.exp (_note): Fix left shift of negative value.
1317 * gdb.trace/trace-condition.exp: Likewise.
1318
c1862d0f
YQ
13192015-11-13 Yao Qi <yao.qi@linaro.org>
1320
1321 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
1322 comments about d10v.
1323 (test_scalar_returns): Likewise.
1324 * gdb.base/d10v.ld: Remove.
1325 * gdb.base/overlays.exp: Remove the target triplet checking for
1326 d10v-*-*.
1327 * gdb.base/structs.exp (test_struct_returns): Remove the
1328 comments about d10v.
1329 (test_struct_calls): Likewise.
1330
77ae9c19
YQ
13312015-11-13 Yao Qi <yao.qi@linaro.org>
1332
1333 * gdb.base/gnu_vector.exp: Check the return value by "p res".
1334 * gdb.base/gnu_vector.c: Don't include stdio.h.
1335 (main): Don't print res and call add_some_intvecs.
1336
430e004e
MK
13372015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
1338
1339 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
1340 macro.
1341 (func5): Removed.
1342 (func4): Use FAST_TRACEPOINT_LABEL.
1343 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
1344 macro.
1345 (func): Removed.
1346 (thread_function): Use FAST_TRACEPOINT_LABEL.
1347 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
1348 (func): Remove.
1349 (marker): Use FAST_TRACEPOINT_LABEL.
1350 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
1351 (pendfunc1): Remove.
1352 (pendfunc): Use FAST_TRACEPOINT_LABEL.
1353 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
1354 (foo): Remove.
1355 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
1356 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
1357 macro.
1358 (func): Remove.
1359 (marker): Use FAST_TRACEPOINT_LABEL.
1360 * gdb.trace/trace-common.h: New header.
1361 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
1362 macro.
1363 (func): Remove.
1364 (marker): Use FAST_TRACEPOINT_LABEL.
1365 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
1366 (func): Remove.
1367 (thread_function): Use FAST_TRACEPOINT_LABEL.
1368
6e7675a7
MK
13692015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
1370
1371 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
1372 in front.
1373 * gdb.trace/change-loc.exp: Use global pcreg definition.
1374 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
1375 * gdb.trace/entry-values.exp: Use global spreg definition, add $
1376 in front.
1377 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
1378 * gdb.trace/pending.exp: Likewise.
1379 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
1380 * gdb.trace/trace-break.exp: Likewise.
1381 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
1382 in front.
1383 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
1384 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
1385 in front.
1386 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
1387
dddc0e16
JB
13882015-11-09 Joel Brobecker <brobecker@adacore.com>
1389
1390 * gdb.ada/fin_fun_out: New testcase.
1391
c6f0b406
KB
13922015-11-07 Kevin Buettner <kevinb@redhat.com>
1393
1394 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
1395 value associated with DW_AT_byte_size.
1396 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
1397 constants for DW_AT_byte_size, DW_AT_lower_bound, and
1398 DW_AT_upper_bound.
1399
f01dcfd9
KB
14002015-11-07 Kevin Buettner <kevinb@redhat.com>
1401
1402 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
1403 (gdb_target_symbol_prefix_flags): Define in terms of _asm
1404 version.
1405 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
1406 gdb.dwarf2/dw2-canonicalize-type.exp,
1407 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
1408 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
1409 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
1410 provided by gdb_target_symbol_prefix_flags_asm.
1411 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
1412 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
1413 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
1414 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
1415 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
1416 macros where needed). Use this macro for symbols which require
1417 the prefix provided by SYMBOL_PREFIX.
1418
2223449a
KB
14192015-11-05 Kevin Buettner <kevinb@redhat.com>
1420
1421 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
1422 New procs.
1423 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
1424 representing expressions, of more than one list element.
1425 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
1426 to prepend linker symbol prefix to f.
1427 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
1428 table_1 and table_2.
1429 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
1430 Likewise, for f and g.
1431 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
1432 for ptr.
1433 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
1434 for main.
1435 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
1436 table_1_ptr and table_2_ptr.
1437
6f2f1a3a
JK
14382015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1439 Joel Brobecker <brobecker@adacore.com>
1440
1441 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
1442
566c56c9
MK
14432015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
1444
1445 * gdb.reverse/s390-mvcle.c: New test.
1446 * gdb.reverse/s390-mvcle.exp: New file.
1447 * lib/gdb.exp: Enable reverse tests on s390*-linux.
1448
d5f0636b
MK
14492015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1450
1451 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
1452
7ad8b86c
MK
14532015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1454
1455 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
1456 reaching marker2.
1457 * gdb.reverse/getresuid-reverse.exp: Likewise.
1458 * gdb.reverse/pipe-reverse.exp: Likewise.
1459 * gdb.reverse/readv-reverse.exp: Likewise.
1460 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1461 * gdb.reverse/time-reverse.exp: Likewise.
1462 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
1463
4081c0f1
YQ
14642015-10-30 Yao Qi <yao.qi@linaro.org>
1465
1466 * gdb.threads/wp-replication.c (watch_count_done): Remove.
1467 (empty_cycle): Remove.
1468 (main): Don't call empty_cycle. Don't use watch_count_done.
1469 * gdb.threads/wp-replication.exp: Don't set breakpoint on
1470 empty_cycle. Rewrite the code counting HW watchpoints.
1471
452b4ba5
MK
14722015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
1473
1474 * gdb.reverse/fstatat-reverse.c: New test.
1475 * gdb.reverse/fstatat-reverse.exp: New file.
1476 * gdb.reverse/getresuid-reverse.c: New test.
1477 * gdb.reverse/getresuid-reverse.exp: New file.
1478 * gdb.reverse/pipe-reverse.c: New test.
1479 * gdb.reverse/pipe-reverse.exp: New file.
1480 * gdb.reverse/readv-reverse.c: New test.
1481 * gdb.reverse/readv-reverse.exp: New file.
1482 * gdb.reverse/recvmsg-reverse.c: New test.
1483 * gdb.reverse/recvmsg-reverse.exp: New file.
1484 * gdb.reverse/time-reverse.c: New test.
1485 * gdb.reverse/time-reverse.exp: New file.
1486 * gdb.reverse/waitpid-reverse.c: New test.
1487 * gdb.reverse/waitpid-reverse.exp: New file.
1488
5e2e7507
JK
14892015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1490
1491 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
1492
0fde2c53
DE
14932015-10-26 Doug Evans <dje@google.com>
1494
1495 PR symtab/17391
1496 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
1497 * gdb.dwarf2/bad-regnum.c: New file.
1498 * gdb.dwarf2/bad-regnum.exp: New file.
1499
1a70ae97
DE
15002015-10-26 Doug Evans <dje@google.com>
1501
1502 PR python/18938
1503 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
1504 file.
1505
27dc26ab
JK
15062015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1507
1508 * gdb.compile/compile.exp (compile code globalvar): Update expectation
1509 for a change by "Mention language in compile error message".
1510
bed91f4d
SM
15112015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
1512
1513 PR python/18073
1514 * gdb.python/py-type.c (C::a_method): New.
1515 (C::a_const_method): New.
1516 (C::a_static_method): New.
1517 (a_function): New.
1518 * gdb.python/py-type.exp (test_fields): Test getting fields
1519 from function and method.
1520
3f2f83dd
KB
15212015-10-21 Keven Boell <keven.boell@intel.com>
1522
1523 * gdb.fortran/vla-alloc-assoc.exp: New file.
1524 * gdb.fortran/vla-datatypes.exp: New file.
1525 * gdb.fortran/vla-datatypes.f90: New file.
1526 * gdb.fortran/vla-history.exp: New file.
1527 * gdb.fortran/vla-ptype-sub.exp: New file.
1528 * gdb.fortran/vla-ptype.exp: New file.
1529 * gdb.fortran/vla-sizeof.exp: New file.
1530 * gdb.fortran/vla-sub.f90: New file.
1531 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
1532 * gdb.fortran/vla-value-sub-finish.exp: New file.
1533 * gdb.fortran/vla-value-sub.exp: New file.
1534 * gdb.fortran/vla-value.exp: New file.
1535 * gdb.fortran/vla-ptr-info.exp: New file.
1536 * gdb.mi/mi-vla-fortran.exp: New file.
1537 * gdb.mi/vla.f90: New file.
1538
27145d50
SL
15392015-10-21 Sandra Loosemore <sandra@codesourcery.com>
1540
1541 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
1542 of hardwired timeout value.
1543
5f3ff4f8
JK
15442015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1545 Pedro Alves <palves@redhat.com>
1546
1547 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
1548 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
1549
bfd09d20
JS
15502015-10-19 Josh Stone <jistone@redhat.com>
1551
1552 * gdb.base/catch-syscall.c: Include <sched.h>.
1553 (unknown_syscall): New variable.
1554 (main): Trigger a vfork and an unknown syscall.
1555 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
1556 (unknown_syscall_number): Likewise.
1557 (check_call_to_syscall): Accept an optional syscall pattern.
1558 (check_return_from_syscall): Likewise.
1559 (check_continue): Likewise.
1560 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
1561 (test_catch_syscall_skipping_return): New test toggling off 'catch
1562 syscall' to step over the syscall return, then toggling back on.
1563 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
1564 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
1565 (do_syscall_tests): Call test_catch_syscall_without_args and
1566 test_catch_syscall_mid_vfork.
1567 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
1568 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
1569
b32b93c6
AS
15702015-10-19 Andrew Stubbs <ams@codesourcery.com>
1571
1572 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
1573 print g_vE): Add new pass patterns.
1574 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
1575 print various symbol names for vptr fields.
1576
9d622bda
AB
15772015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1578
1579 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
1580 results.
1581
0fd8ac1c
YQ
15822015-10-12 Yao Qi <yao.qi@linaro.org>
1583
1584 * gdb.arch/disp-step-insn-reloc.exp: New test case.
1585
34240514
YQ
15862015-10-12 Yao Qi <yao.qi@linaro.org>
1587
1588 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
1589 is aarch64*-*-linux*.
1590
8240f442
YQ
15912015-10-12 Yao Qi <yao.qi@linaro.org>
1592
1593 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
1594 (can_relocate_bcond_true): ... it.
1595 (can_relocate_bcond_false): New function.
1596 (foo): Likewise.
1597 (can_relocate_bl): Likewise.
1598 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
1599 can_relocate_bl.
1600
2520f728
PMR
16012015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
1602
1603 * gdb.base/nested-addr.c: New file.
1604 * gdb.base/nested-addr.exp: New testcase.
1605
abcef95a
MM
16062015-10-09 Markus Metzger <markus.t.metzger@intel.com>
1607
1608 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
1609 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
1610 its output. Ignore the output of "record goto begin" and instead
1611 check that GDB is replaying.
1612
145e3ddb
PA
16132015-10-09 Pedro Alves <palves@redhat.com>
1614
1615 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
1616 (top level): Use it in the run with no args test.
1617
d5d8c4e1
IB
16182015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
1619
1620 * gdb.dlang/properties.exp: New file.
1621
06e635ef
SL
16222015-10-02 Sandra Loosemore <sandra@codesourcery.com>
1623
1624 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
1625 whether or not address 0x1000 is mapped on the target.
1626
e019fd1d
SM
16272015-09-30 Simon Marchi <simon.marchi@ericsson.com>
1628
1629 * gdb.python/py-type.exp: Do not run tests if binaries fail to
1630 build.
1631
77ba2a67
MM
16322015-09-30 Markus Metzger <markus.t.metzger@intel.com>
1633
1634 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
1635 instruction-history test.
1636
c60eb31f
DE
16372015-09-28 Doug Evans <dje@google.com>
1638
1639 * gdb.base/gcore.c (array_func): Add reference to static_array.
1640
9a3c8263
SM
16412015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1642
1643 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
1644 source line.
1645
9720e656
SL
16462015-09-24 Sandra Loosemore <sandra@codesourcery.com>
1647
1648 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
1649 short or char as base type.
1650
938d3bf2
SL
16512015-09-23 Sandra Loosemore <sandra@codesourcery.com>
1652
1653 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
1654 to allow any size enum.
1655
e6c2c623
PMR
16562015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
1657
1658 * gdb.ada/array_ptr_renaming.exp: New testcase.
1659 * gdb.ada/array_ptr_renaming/foo.adb: New file.
1660 * gdb.ada/array_ptr_renaming/pack.ads: New file.
1661
06da0f77
PL
16622015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1663
1664 * gdb.trace/ftrace-lock.c: New file.
1665 * gdb.trace/ftrace-lock.exp: New file.
1666
4f51c22a
PL
16672015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1668
1669 * gdb.arch/insn-reloc.c: New file.
1670 * gdb.arch/ftrace-insn-reloc.exp: New file.
1671
7041adf4
PL
16722015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1673
1674 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
1675 instruction.
1676 * gdb.trace/pendshr1.c (pendfunc): Likewise.
1677 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
1678 * gdb.trace/range-stepping.c: Likewise.
1679 * gdb.trace/trace-break.c: Likewise.
1680 * gdb.trace/trace-mt.c (thread_function): Likewise.
1681 * gdb.trace/ftrace.c (marker): Likewise.
1682 * gdb.trace/trace-condition.c (marker): Likewise.
1683 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
1684 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
1685 is_aarch64_target.
1686
015d2e7e
DE
16872015-09-18 Doug Evans <xdje42@gmail.com>
1688
1689 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
1690 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
1691
26b188a2
SL
16922015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1693
1694 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
1695 the breakpoint.
1696
79dc332b
SL
16972015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1698
1699 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
1700 the pending breakpoint. Remove timeout override for "Run till
1701 MI pending breakpoint on pendfunc3 on thread 2" test.
1702
f57929f2
SL
17032015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1704
1705 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
1706 filename pattern.
1707
3f469b17
SL
17082015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1709
1710 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
1711 in breakpoint filename pattern.
1712
515b89b3
SL
17132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1714
7800dbe4
SL
1715 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
1716
17172015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1718
515b89b3
SL
1719 * gdb.linespec/explicit.exp: Check for readline support for
1720 tab-completion tests. Fix obvious typo.
1721
d2939ba2
MM
17222015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1723
1724 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
1725 and replay.
1726
cbb55fa7
MM
17272015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1728
1729 * gdb.btrace/non-stop.c: New.
1730 * gdb.btrace/non-stop.exp: New.
1731
43691ca1
PL
17322015-09-17 Pierre Langlois <pierre.langlois@arm.com>
1733 Yao Qi <yao.qi@linaro.org>
1734
1735 * gdb.trace/trace-condition.c: New file.
1736 * gdb.trace/trace-condition.exp: New file.
1737
d78908cf
WW
17382015-09-16 Wei-cheng Wang <cole945@gmail.com>
1739
1740 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
1741 for testing bytecode compilation.
1742
1ed415e2
PA
17432015-09-16 Pedro Alves <palves@redhat.com>
1744 Sandra Loosemore <sandra@codesourcery.com>
1745
1746 * gdb.threads/non-stop-fair-events.c (timeout): New global.
1747 (SECONDS): Redefine.
1748 (main): Call pthread_kill and alarm early.
1749 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
1750 support.
1751 (test): If the target can't hardware step and doesn't support
1752 displaced stepping, increase the timeout.
1753
d136eff5
PA
17542015-09-16 Pedro Alves <palves@redhat.com>
1755
1756 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
1757 (enable_debug): New procedures.
1758 (test): Use them. Bail out if waiting for threads fails.
1759 (top level): Bail out if a test fails.
1760
991f019c
YQ
17612015-09-16 Yao Qi <yao.qi@linaro.org>
1762
1763 * gdb.asm/asm-source.exp: Set asm-arch for
1764 aarch64*-*-* target.
1765 * gdb.asm/aarch64.inc: New file.
1766
bfca584f
PMR
17672015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
1768
1769 * gdb.ada/array_of_variable_length.exp: New testcase.
1770 * gdb.ada/array_of_variable_length/foo.adb: New file.
1771 * gdb.ada/array_of_variable_length/pck.adb: New file.
1772 * gdb.ada/array_of_variable_length/pck.ads: New file.
1773
b326e587
DE
17742015-09-15 Doug Evans <dje@google.com>
1775
1776 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
1777 of function static local variable.
1778
5382cfab
PW
17792015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1780
1781 * gdb.threads/tls-so_extern.exp: New test file.
1782 * gdb.threads/tls-so_extern.c: New test file.
1783 * gdb.threads/tls-so_extern_main.c: New test file.
1784
141c5cc4
JK
17852015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1786
1787 * gdb.opt/solib-intra-step-lib.c: New file.
1788 * gdb.opt/solib-intra-step-main.c: New file.
1789 * gdb.opt/solib-intra-step.exp: New file.
1790
d15dcecd
PA
17912015-09-15 Pedro Alves <palves@redhat.com>
1792
1793 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
1794 gdb_continue_to_breakpoint instead of gdb_test_multiple.
1795
4c2f2a79
PA
17962015-09-14 Pedro Alves <palves@redhat.com>
1797
1798 * gdb.base/hook-stop-continue.c: Delete.
1799 * gdb.base/hook-stop-continue.exp: Delete.
1800 * gdb.base/hook-stop-frame.c: Delete.
1801 * gdb.base/hook-stop-frame.exp: Delete.
1802 * gdb.base/hook-stop.c: New file.
1803 * gdb.base/hook-stop.exp: New file.
1804
919e6dbe
PMR
18052015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
1806
1807 * gdb.ada/access_to_packed_array.exp: New testcase.
1808 * gdb.ada/access_to_packed_array/foo.adb: New file.
1809 * gdb.ada/access_to_packed_array/pack.adb: New file.
1810 * gdb.ada/access_to_packed_array/pack.ads: New file.
1811
157280a4
MM
18122015-09-14 Markus Metzger <markus.t.metzger@intel.com>
1813
1814 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
1815 buffer size test.
1816
2fd33e94
DB
18172015-09-11 Don Breazeal <donb@codesourcery.com>
1818
1819 * gdb.base/foll-exec.c: Add copyright header. Fix
1820 formatting issues.
1821 * gdb.base/foll-exec.exp (zap_session): Delete proc.
1822 (do_exec_tests): Use clean_restart in place of zap_session,
1823 and for test initialization. Fix formatting issues. Use
1824 fail in place of perror.
1825 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
1826 an expect statement to match an expression with output from
1827 the program under debug.
1828 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
1829 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
1830 * gdb.threads/non-ldr-exc-2.exp: Likewise.
1831 * gdb.threads/non-ldr-exc-3.exp: Likewise.
1832 * gdb.threads/non-ldr-exc-4.exp: Likewise.
1833
e70b6e8e
DE
18342015-09-09 Doug Evans <dje@google.com>
1835
1836 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
1837
7a551a51
DE
18382015-09-09 Doug Evans <dje@google.com>
1839
1840 * gdb.base/pie-execl.exp: Fix result test of build_executable.
1841
4c666f84
DE
18422015-09-09 Doug Evans <dje@google.com>
1843
1844 * gdb.base/savedregs.exp: Fix typo.
1845
243a9253
PA
18462015-09-09 Pedro Alves <palves@redhat.com>
1847
1848 * gdb.mi/mi-cli.exp: Add CLI finish tests.
1849
c0fa8fbd
SL
18502015-09-08 Sandra Loosemore <sandra@codesourcery.com>
1851
1852 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
1853 command actually switches threads. Give up on remaining
1854 tests if target fails to stop at breakpoint.
1855
cd7c1778
PMR
18562015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
1857
1858 * gdb.ada/funcall_char.exp: New testcase.
1859 * gdb.ada/funcall_char/foo.adb: New file.
1860
dc5c8746
PMR
18612015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
1862
1863 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
1864 expected outputs. Add two testcases for completing ambiguous
1865 functions.
1866 * gdb.ada/complete/aux_pck.adb: New file.
1867 * gdb.ada/complete/aux_pck.ads: New file.
1868 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
1869 Ambiguous_Func functions.
1870 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
1871 * gdb.ada/complete/pck.adb: Likewise.
1872
4e83a1e7
UW
18732015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1874
1875 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
1876 failures to run the test program under GDB.
1877
8ce74153
LM
18782015-08-26 Luis Machado <lgustavo@codesourcery.com>
1879
1880 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
1881 to C.
1882
e9756d52
PP
18832015-08-26 Patrick Palka <patrick@parcs.ath.cx>
1884
1885 * gdb.base/run-after-attach.exp: New test file.
1886 * gdb.base/run-after-attach.c: New test file.
1887
8d37573b
DB
18882015-08-26 Don Breazeal <donb@codesourcery.com>
1889
1890 * gdb.base/foll-exec-2.c: New test program.
1891 * gdb.base/foll-exec-2.exp: New test.
1892
63e43d3a
PMR
18932015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
1894
1895 * gdb.base/nested-subp1.exp: New file.
1896 * gdb.base/nested-subp1.c: New file.
1897 * gdb.base/nested-subp2.exp: New file.
1898 * gdb.base/nested-subp2.c: New file.
1899 * gdb.base/nested-subp3.exp: New file.
1900 * gdb.base/nested-subp3.c: New file.
1901
3d40fbb5
PA
19022015-08-24 Pedro Alves <palves@redhat.com>
1903
1904 * gdb.server/connect-without-multi-process.c: New file.
1905 * gdb.server/connect-without-multi-process.exp: New file.
1906
4422ac93
LM
19072015-08-24 Luis Machado <lgustavo@codesourcery.com>
1908
1909 * gdb.opt/inline-markers.c: Make z int.
1910
91dddb86
LM
19112015-08-24 Luis Machado <lgustavo@codesourcery.com>
1912
1913 * gdb.opt/inline-markers.c: Make z volatile.
1914
a48847ee
LM
19152015-08-24 Luis Machado <lgustavo@codesourcery.com>
1916
1917 * gdb.opt/inline-bt.c: New volatile global z.
1918 * gdb.opt/inline-cmds.c: Likewise.
1919 * gdb.opt/inline-locals.c: Likewise.
1920 * gdb.opt/inline-markers.c: New extern global z.
1921 (marker): Use z.
1922 (inline_fn): Likewise.
1923
0ebbc52b
PA
19242015-08-24 Pedro Alves <palves@redhat.com>
1925
1926 * config/m32r-stub.exp: Remove file.
1927 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
1928 * gdb.base/call-rt-st.exp: Likewise.
1929 * gdb.base/call-strs.exp: Likewise.
1930 * gdb.base/default.exp: Remove references to h8300-*-hms and
1931 *-*-udi*.
1932 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
1933
77c365df
AA
19342015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1935
1936 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
1937 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
1938 and "return" use KFAIL when GDB can not read/write the vector
1939 return value.
1940
4313b8c0
GB
19412015-08-21 Gary Benson <gbenson@redhat.com>
1942
1943 * gdb.trace/pending.exp: Cope with remote transfer warnings.
1944
0e433b32
PA
19452015-08-20 Pedro Alves <palves@redhat.com>
1946
1947 * gdb.server/solib-list.exp: No longer expect an interior stop in
1948 non-stop mode.
1949
221e1a37
PA
19502015-08-20 Pedro Alves <palves@redhat.com>
1951
1952 * gdb.server/connect-stopped-target.c: New file.
1953 * gdb.server/connect-stopped-target.exp: New file.
1954
40e3ad0e
PA
19552015-08-20 Pedro Alves <palves@redhat.com>
1956
1957 * gdb.dwarf2/comp-unit-lang.exp: New file.
1958 * gdb.dwarf2/comp-unit-lang.c: New file.
1959
af39b327
PMR
19602015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
1961
1962 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
1963 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
1964
7d45c7c3 19652015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 1966
7d45c7c3
KB
1967 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
1968 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
1969
4d6cceb4
DE
19702015-08-18 Doug Evans <dje@google.com>
1971 Adrian Sendroiu <adrian.sendroiu@freescale.com>
1972
1973 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
1974 skip_python_tests. New arg prompt_regexp.
1975 (skip_python_tests): New function.
1976 * lib/mi-support.exp (mi_skip_python_tests): New function.
1977 * gdb.python/py-mi-objfile-gdb.py: New file.
1978 * gdb.python/py-mi-objfile.c: New file.
1979 * gdb.python/py-mi-objfile.exp: New file.
1980
ad89c2aa
KS
19812015-08-17 Keith Seitz <keiths@redhat.com>
1982
1983 * gdb.linespec/explicit.exp: Move strace test from here ...
1984 * gdb.trace/strace.exp: ... to here.
1985
e3ae3c43
PP
19862015-08-15 Patrick Palka <patrick@parcs.ath.cx>
1987
1988 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
1989 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
1990
604b2636
DE
19912015-08-14 Doug Evans <xdje42@gmail.com>
1992
1993 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
1994 inferior before selecting a new file.
1995
6ff0ba5f
DE
19962015-08-14 Doug Evans <xdje42@gmail.com>
1997
1998 * gdb.mi/mi-disassemble.exp: Update.
1999 * gdb.base/disasm-optim.S: New file.
2000 * gdb.base/disasm-optim.c: New file.
2001 * gdb.base/disasm-optim.h: New file.
2002 * gdb.base/disasm-optim.exp: New file.
2003
9ca98f92
KS
20042015-08-14 Keith Seitz <keiths@redhat.com>
2005
2006 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
2007 "evaluated-by".
2008
52bbc560
JB
20092015-08-13 Joel Brobecker <brobecker@adacore.com>
2010
2011 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
2012
5d8c3ed3
PMR
20132015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
2014
2015 * gdb.ada/fun_renaming.exp: New testcase.
2016 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
2017 * gdb.ada/fun_renaming/pack.adb: New file.
2018 * gdb.ada/fun_renaming/pack.ads: New file.
2019
ea8812bc
KS
20202015-08-12 Keith Seitz <keiths@redhat.com>
2021
2022 * gdb.base/dso2dso.exp: Pass basename of source file in call to
2023 gdb_get_line_number.
2024
4dafcdeb
JB
20252015-08-12 Joel Brobecker <brobecker@adacore.com>
2026
2027 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
2028 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
2029 gdb.base/dso2dso.exp: New files.
2030
5ba32597
SDJ
20312015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2032 Pedro Alves <palves@redhat.com>
2033 Keith Seitz <keiths@redhat.com>
2034
2035 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
2036 GDBFLAGS.
2037
b6dafabf
PP
20382015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2039
2040 * gdb.base/gdbhistsize-history.exp
2041 (test_histsize_history_setting): Use save_vars.
2042 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2043 Use save_vars.
2044 (test_no_truncation_of_unlimited_history_file): Use save_vars.
2045 * gdb.base/readline.exp: Use save_vars.
2046
abe8e607
PP
20472015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2048
2049 * lib/gdb.exp (save_vars): New proc.
2050
629500fa
KS
20512015-08-11 Keith Seitz <keiths@redhat.com>
2052
2053 * gdb.base/help.exp: Update help_breakpoint_text.
2054
eb8c4e2e
KS
20552015-08-11 Keith Seitz <keiths@redhat.com>
2056
2057 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
2058 (at toplevel): Call test_explicit_breakpoints.
2059 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
2060 breakpoints.
2061 * lib/mi-support.exp (mi_make_breakpoint): Add support for
2062 breakpoint conditions, "-cond".
2063
87f0e720
KS
20642015-08-11 Keith Seitz <keiths@redhat.com>
2065
2066 * gdb.linespec/3explicit.c: New file.
2067 * gdb.linespec/cpexplicit.cc: New file.
2068 * gdb.linespec/cpexplicit.exp: New file.
2069 * gdb.linespec/explicit.c: New file.
2070 * gdb.linespec/explicit.exp: New file.
2071 * gdb.linespec/explicit2.c: New file.
2072 * gdb.linespec/ls-errs.exp: Add explicit location tests.
2073 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
2074 before using in the matching pattern.
2075 Clarify that `prefix' is a regular expression.
2076
f00aae0f
KS
20772015-08-11 Keith Seitz <keiths@redhat.com>
2078
2079 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
2080 test.
2081 Add tests for missing ",FMT" and ",".
2082
e27852be
DE
20832015-08-10 Doug Evans <dje@google.com>
2084 Keith Seitz <keiths@redhat.com>
2085
2086 PR gdb/17960
2087 * gdb.base/completion.exp: Add location completer tests.
2088
7f03bd92
PA
20892015-08-07 Pedro Alves <palves@redhat.com>
2090
2091 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
2092 tests here.
2093 (top level): Run do_test with and without displaced stepping.
2094
3fc8eb30
PA
20952015-08-07 Pedro Alves <palves@redhat.com>
2096
2097 * gdb.base/valgrind-disp-step.c: New file.
2098 * gdb.base/valgrind-disp-step.exp: New file.
2099
d4569d7b
PA
21002015-08-07 Pedro Alves <palves@redhat.com>
2101
2102 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
2103 Delete function.
2104 (main): Add alarm. Run an infinite loop instead of calling
2105 wait_threads.
2106 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
2107 comment.
2108 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
2109 Delete function.
2110 (main): Add alarm. Run an infinite loop instead of calling
2111 wait_threads.
2112 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
2113 comment.
2114
e1316e60
PA
21152015-08-07 Pedro Alves <palves@redhat.com>
2116
2117 * gdb.base/checkpoint-ns.exp: New file.
2118 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
2119 standard_testfile.
2120
da8c46d2
MM
21212015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2122
2123 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
2124 * gdb.btrace/instruction_history.exp: Update.
2125 * gdb.btrace/tsx.exp: New.
2126 * gdb.btrace/tsx.c: New.
2127
de1c2c52
PA
21282015-08-06 Pedro Alves <palves@redhat.com>
2129
2130 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
2131 increase timeout.
2132 * gdb.reverse/until-precsave.exp: Bump timeouts.
2133
782e0bf4
PA
21342015-08-06 Pedro Alves <palves@redhat.com>
2135
2136 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
2137
83e97ed0
PA
21382015-08-06 Pedro Alves <palves@redhat.com>
2139
2140 PR gdb/18749
2141 * gdb.threads/process-dies-while-handling-bp.c: New file.
2142 * gdb.threads/process-dies-while-handling-bp.exp: New file.
2143
863d01bd
PA
21442015-08-06 Pedro Alves <palves@redhat.com>
2145
2146 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
2147 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
2148
0a39bb32
PA
21492015-08-05 Pedro Alves <palves@redhat.com>
2150
2151 * gdb.threads/next-while-other-thread-longjmps.c: New file.
2152 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
2153
ee2d2b10
SL
21542015-08-03 Sandra Loosemore <sandra@codesourcery.com>
2155
2156 * gdb.base/bp-permanent.exp: Report test as unsupported if
2157 the target cannot stop at the permanent breakpoint.
2158
4e1bdb00
DE
21592015-08-03 Doug Evans <dje@google.com>
2160
2161 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
2162 10000.
2163
3d338901
DE
21642015-08-03 Doug Evans <dje@google.com>
2165
2166 * Makefile.in (workers/%.worker, build-perf): New rule.
2167 (GDB_PERFTEST_MODE): New variable.
2168 (check-perf): Use it.
2169 (clean): Clean up gdb.perf parallel build subdirs.
2170 * lib/build-piece.exp: New file.
2171 * lib/gdb.exp (make_gdb_parallel_path): New function
2172 (standard_output_file, standard_temp_file): Call it.
2173 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2174 of $GDB_PARALLEL.
2175 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
2176
af061d3e
DE
21772015-08-03 Doug Evans <dje@google.com>
2178
8e1afc81 2179 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
2180 (LOG_FILE_NAME): New global.
2181 (TextReporter.__init__): Initialize self.txt_sum.
2182 (TextReporter.report): Add support for multiple data-points.
2183 Move report to perftest.sum, put raw data in perftest.log.
2184 (TextReporter.start): Open sum and log files.
2185 (TextReporter.end): Close sum and log files.
8e1afc81
DE
2186 * gdb.perf/lib/perftest/testresult.py
2187 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 2188
2c8c5d37
PA
21892015-07-31 Pedro Alves <palves@redhat.com>
2190
2191 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
2192 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2193 kill_wait_spawned_process instead of explicit "kill -9".
2194 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
2195 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2196 kill_wait_spawned_process.
2197 * gdb.base/attach-twice.exp: Likewise.
2198 * gdb.base/attach.exp: Likewise.
2199 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
2200 gdb_test_multiple.
2201 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
2202 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2203 kill_wait_spawned_process.
2204 * gdb.base/valgrind-infcall.exp: Likewise.
2205 * gdb.multi/multi-attach.exp: Likewise.
2206 * gdb.python/py-prompt.exp: Likewise.
2207 * gdb.python/py-sync-interp.exp: Likewise.
2208 * gdb.server/ext-attach.exp: Likewise.
2209 * gdb.threads/attach-into-signal.exp (corefunc): Use
2210 spawn_wait_for_attach, spawn_id_get_pid and
2211 kill_wait_spawned_process.
2212 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
2213 spawn_wait_for_attach returning a spawn id instead of a pid. Use
2214 spawn_id_get_pid and kill_wait_spawned_process.
2215 * gdb.threads/attach-stopped.exp (corefunc): Use
2216 spawn_wait_for_attach, spawn_id_get_pid and
2217 kill_wait_spawned_process.
2218 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
2219 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2220 kill_wait_spawned_process instead of explicit "kill -9".
2221 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
2222 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
2223 (spawn_wait_for_attach): Use spawn instead of exec to spawn
2224 processes. Don't map cygwin/windows pids here. Now returns a
2225 spawn id list.
2226
032a0fca
SL
22272015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2228
2229 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
2230 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
2231 correct patch.
2232
61a934ca
SL
22332015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2234
2235 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
2236
4bc4d428
SL
22372015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2238
2239 Reapply:
2240 2014-05-21 Mark Wielaard <mjw@redhat.com>
2241
2242 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2243
998d452a
PA
22442015-07-30 Pedro Alves <palves@redhat.com>
2245
2246 * linux-low.c (handle_extended_wait): Set the child's last
2247 reported status to TARGET_WAITKIND_STOPPED.
2248
69dde7dc
PA
22492015-07-30 Pedro Alves <palves@redhat.com>
2250
2251 PR threads/18600
2252 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
2253 only shows inferior 1.
2254
4dd63d48
PA
22552015-07-30 Simon Marchi <simon.marchi@ericsson.com>
2256 Pedro Alves <palves@redhat.com>
2257
2258 PR threads/18600
2259 * gdb.threads/fork-plus-threads.c: New file.
2260 * gdb.threads/fork-plus-threads.exp: New file.
2261
d618e4c5
PP
22622015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2263
2264 * gdb.base/batch-preserve-term-settings.exp
2265 (test_terminal_settings_preserved_after_cli_exit): Use
2266 send_quit_command.
2267
1eef6428
PA
22682015-07-29 Pedro Alves <palves@redhat.com>
2269 Don Breazeal <donb@codesourcery.com>
2270
2271 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
2272 output from both inferior_spawn_id and gdb_spawn_id.
2273
7da5b897
SDJ
22742015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2275
2276 * gdb.threads/attach-into-signal.exp (corefunc): Use
2277 with_test_prefix on nested loops, uniquefying the test messages.
2278
dac804df
SDJ
22792015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2280
2281 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
2282 commit.
2283
06265e53
PP
22842015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2285
2286 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
2287 New proc.
2288 (test_terminal_settings_preserved_after_sigterm): New test.
2289
18206ca3
PP
22902015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2291
2292 * gdb.base/batch-preserve-term-settings.exp
2293 (test_terminal_settings_preserved_after_cli_exit): New test.
2294
90074d11
PP
22952015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2296
2297 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
2298 manipulation of saved_gdbflags.
2299 (test_terminal_settings_preserved): Remove global declaration of
2300 the unused variable pagination_prompt. Remove manipulation of
2301 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
2302 GDBFLAGS.
2303
eb1a7902
PA
23042015-07-29 Pedro Alves <palves@redhat.com>
2305
2306 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
2307
8b75dd3b
PA
23082015-07-29 Pedro Alves <palves@redhat.com>
2309
2310 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
2311 at the top.
2312
dedad4e3
PA
23132015-07-29 Pedro Alves <palves@redhat.com>
2314
2315 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
2316 (main): Call gdb_unbuffer_output.
2317 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
2318 (main): Call gdb_unbuffer_output.
2319 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
2320 (main): Call gdb_unbuffer_output.
2321 * gdb.base/call-strs.exp: Adjust to step over the
2322 gdb_unbuffer_output call.
2323 * gdb.base/catch-gdb-caused-signals.c: Include
2324 "../lib/unbuffer_output.c".
2325 (main): Call gdb_unbuffer_output.
2326 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
2327 (main): Call gdb_unbuffer_output.
2328 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
2329 (main): Call gdb_unbuffer_output.
2330 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
2331 (main): Call gdb_unbuffer_output.
2332 * gdb.base/shlib-call.exp: Adjust to step over the
2333 gdb_unbuffer_output call.
2334 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
2335 (main): Call gdb_unbuffer_output.
2336 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
2337 (main): Call gdb_unbuffer_output.
2338 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
2339 (main): Rename to ...
2340 (test): ... this.
2341 (main): Reimplement.
2342 * gdb.base/varargs.exp: Run to test instead of to main.
2343 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2344 (main): Call gdb_unbuffer_output.
2345
58789a91
PA
23462015-07-29 Pedro Alves <palves@redhat.com>
2347
2348 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
2349 factore out from mi_continue_dprintf. For call-style dprintfs,
2350 expect dprintf output out of $inferior_spawn_id.
2351 (mi_continue_dprintf): Use mi_expect_dprintf.
2352 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2353 (main): Call gdb_unbuffer_output.
2354
e8376742
PA
23552015-07-29 Pedro Alves <palves@redhat.com>
2356
2357 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
2358 (default_mi_gdb_start): Set inferior_spawn_id instead of
2359 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
2360 gdb_spawn_id.
2361 (mi_gdb_test): Always expect inferior output from both
2362 $inferior_spawn_id and $gdb_spawn_id.
2363
08280010
PA
23642015-07-29 Pedro Alves <palves@redhat.com>
2365
2366 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
2367 send_inferior and $inferior_spawn_id.
2368
4d30e432
PA
23692015-07-29 Pedro Alves <palves@redhat.com>
2370
2371 * gdb.gdb/complaints.exp (test_initial_complaints)
2372 (test_serial_complaints, test_short_complaints): Use
2373 gdb_test_stdio.
2374 (test_empty_complaint): Handle $inferior_spawn_id !=
2375 $gdb_spawn_id.
2376
0d30a335
PA
23772015-07-29 Pedro Alves <palves@redhat.com>
2378
2379 * gdb.base/varargs.exp: Use gdb_test_stdio.
2380
39413b29
PA
23812015-07-29 Pedro Alves <palves@redhat.com>
2382
2383 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
2384
7cb000a9
PA
23852015-07-29 Pedro Alves <palves@redhat.com>
2386
2387 * gdb.base/ending-run.exp: Use gdb_test_stdio.
2388
d7b8ac82
PA
23892015-07-29 Pedro Alves <palves@redhat.com>
2390
2391 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
2392 parameter into two new parameters, "inf_result" and "gdb_result".
2393 Expect inferior output and gdb output from $inferior_spawn_id and
2394 $gdb_spawn_id, respectively. Adjust all callers.
2395
789c3a0c
PA
23962015-07-29 Pedro Alves <palves@redhat.com>
2397
2398 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
2399 of gdb_test_sequence.
2400
77e760c3
PA
24012015-07-29 Pedro Alves <palves@redhat.com>
2402
2403 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
2404 (saw_spurious_output): Expect inferior output from
2405 $inferior_spawn_id. Use gdb_test_stdio.
2406
8396d2cd
PA
24072015-07-29 Pedro Alves <palves@redhat.com>
2408
2409 * gdb.base/dprintf.exp: Use standard_testfile. Change
2410 prepare_for_testing call.
2411 (srcfile): Don't set.
2412 (restart): New procedure.
2413 (test_dprintf): New procecure, use to continue over dprintfs.
2414 (test_call, test_agent): New procedures, tests moved here.
2415 Restart gdb and recreate dprintfs. Adjust expected output.
2416
2051d61f
PA
24172015-07-29 Pedro Alves <palves@redhat.com>
2418
2419 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
2420
452397af
PA
24212015-07-29 Pedro Alves <palves@redhat.com>
2422
2423 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
2424
8aed9555
PA
24252015-07-29 Pedro Alves <palves@redhat.com>
2426
2427 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
2428 gdb_test_stdio.
2429
188a61b4
PA
24302015-07-29 Pedro Alves <palves@redhat.com>
2431
2432 * lib/gdb.exp (gdb_test_stdio): New procedure.
2433
12264a45
PA
24342015-07-29 Pedro Alves <palves@redhat.com>
2435
2436 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
2437
23ffc893
PA
24382015-07-29 Pedro Alves <palves@redhat.com>
2439
2440 * gdb.base/call-signal-resume.exp: Remove check for
2441 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
2442 * gdb.base/unwindonsignal.exp: Likewise.
2443 * gdb.base/call-signals.c (gen_signal): Remove printf call.
2444 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
2445
65566918
PA
24462015-07-29 Pedro Alves <palves@redhat.com>
2447
2448 * gdb.base/siginfo-addr.c (pass): New function.
2449 (handler): Call it iff si_addr is correct.
2450 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
2451 Set a breakpoint at "pass" and continue to it.
2452
d60a9221
SDJ
24532015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
2454
2455 * gdb.python/py-objfile.exp: Make some tests have unique names.
2456 * gdb.python/py-pp-registration.exp: Likewise.
2457
bde40b8f
PA
24582015-07-28 Pedro Alves <palves@redhat.com>
2459
2460 * gdb.server/server-exec-info.exp: Issue a "disconnect".
2461
13e1dec8
SM
24622015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2463
2464 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
2465
da33c9a7
SM
24662015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2467
2468 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
2469
077836f7
PP
24702015-07-27 Patrick Palka <patrick@parcs.ath.cx>
2471
2472 * gdb.base/gdb-sigterm-2.exp: New test.
2473
b8cc7b2e
DE
24742015-07-25 Doug Evans <xdje42@gmail.com>
2475
2476 Revert:
2477 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2478 (workers/%.worker, build-perf): New rule.
2479 (GDB_PERFTEST_MODE): New variable.
2480 (check-perf): Use it.
2481 (clean): Clean up gdb.perf parallel build subdirs.
2482 * lib/build-piece.exp: New file.
2483 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2484 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2485 name.
2486 (standard_temp_file): Ditto.
2487 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2488 of $GDB_PARALLEL.
2489
c8bd4544
DE
24902015-07-24 Doug Evans <dje@google.com>
2491
2492 * gdb.perf/lib/perftest/utils.py: New file.
2493 * gdb.perf/gm-hello.cc: New file.
2494 * gdb.perf/gm-pervasive-typedef.cc: New file.
2495 * gdb.perf/gm-pervasive-typedef.h: New file.
2496 * gdb.perf/gm-std.cc: New file.
2497 * gdb.perf/gm-std.h: New file.
2498 * gdb.perf/gm-use-cerr.cc: New file.
2499 * gdb.perf/gm-utils.h: New file.
2500 * gdb.perf/gmonster-null-lookup.py: New file.
2501 * gdb.perf/gmonster-pervasive-typedef.py: New file.
2502 * gdb.perf/gmonster-print-cerr.py: New file.
2503 * gdb.perf/gmonster-ptype-string.py: New file.
2504 * gdb.perf/gmonster-runto-main.py: New file.
2505 * gdb.perf/gmonster-select-file.py: New file.
2506 * gdb.perf/gmonster1-null-lookup.exp: New file.
2507 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
2508 * gdb.perf/gmonster1-print-cerr.exp: New file.
2509 * gdb.perf/gmonster1-ptype-string.exp: New file.
2510 * gdb.perf/gmonster1-runto-main.exp: New file.
2511 * gdb.perf/gmonster1-select-file.exp: New file.
2512 * gdb.perf/gmonster1.cc: New file.
2513 * gdb.perf/gmonster1.exp: New file.
2514 * gdb.perf/gmonster2-null-lookup.exp: New file.
2515 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
2516 * gdb.perf/gmonster2-print-cerr.exp: New file.
2517 * gdb.perf/gmonster2-ptype-string.exp: New file.
2518 * gdb.perf/gmonster2-runto-main.exp: New file.
2519 * gdb.perf/gmonster2-select-file.exp: New file.
2520 * gdb.perf/gmonster2.cc: New file.
2521 * gdb.perf/gmonster2.exp: New file.
2522
6eab34f3
DE
25232015-07-24 Doug Evans <dje@google.com>
2524
2525 * gdb.perf/README: New file.
2526 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
2527 * lib/gen-perf-test.exp: New file.
2528
63738bfd
DE
25292015-07-24 Doug Evans <dje@google.com>
2530
2531 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
2532 (PerfTest::startup): New function.
2533 (PerfTest::run): Return result of calling body.
2534 (PerfTest::assemble): Rewrite.
2535 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
2536 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
2537 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
2538 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
2539 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
2540
7b606f95
DE
25412015-07-24 Doug Evans <dje@google.com>
2542
2543 * lib/gdb.exp (clean_restart): Make executable optional.
2544
a97b16b8
DE
25452015-07-24 Doug Evans <dje@google.com>
2546
2547 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
2548 compiler_info references.
2549 * gdb.cp/temargs.exp: Ditto.
2550 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
2551 (get_compiler_info): Early exit if already computed. Set compiler_info
2552 to "unknown" if there was a problem.
2553 (test_compiler_info): Add function comment. Call get_compiler_info.
2554
35baa57f
DE
25552015-07-24 Doug Evans <dje@google.com>
2556
2557 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2558 (workers/%.worker, build-perf): New rule.
2559 (GDB_PERFTEST_MODE): New variable.
2560 (check-perf): Use it.
2561 (clean): Clean up gdb.perf parallel build subdirs.
2562 * lib/build-piece.exp: New file.
2563 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2564 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2565 name.
2566 (standard_temp_file): Ditto.
2567 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2568 of $GDB_PARALLEL.
2569
6ebea266
DE
25702015-07-24 Doug Evans <dje@google.com>
2571
2572 * lib/future.exp (gdb_default_target_compile): New option
2573 "early_flags".
2574 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
2575 --as-needed.
2576
1e76a7e9
SDJ
25772015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
2578
2579 * gdb.base/catch-syscall.exp: Call gdb_exit before
2580 gdb_skip_xml_test.
2581
5068630a
PA
25822015-07-24 Pedro Alves <palves@redhat.com>
2583
2584 * gdb.python/py-events.exp: Accept output between the stop event
2585 and the prompt.
2586 * gdb.python/py-evsignal.exp: Likewise.
2587 * gdb.python/py-evthreads.exp: Likewise.
2588
77598427
PA
25892015-07-24 Pedro Alves <palves@redhat.com>
2590
2591 PR gdb/18717
2592 * gdb.threads/non-ldr-exit.c: New file.
2593 * gdb.threads/non-ldr-exit.exp: New file.
2594
11e6c98f
YQ
25952015-07-24 Yao Qi <yao.qi@linaro.org>
2596
2597 * gdb.server/ext-wrapper.exp: Test --wrapper option when
2598 restarting process.
2599
51aee833
YQ
26002015-07-24 Yao Qi <yao.qi@linaro.org>
2601
2602 * gdb.server/ext-restart.exp: New file.
2603
8cfe207c
YQ
26042015-07-24 Yao Qi <yao.qi@linaro.org>
2605
2606 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
2607 argument options.
2608 * gdb.server/ext-wrapper.exp: New file.
2609
cc12ce38
DE
26102015-07-23 Doug Evans <dje@google.com>
2611
2612 * gdb.dwarf2/dw2-dummy-cu.S: New file.
2613 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
2614
d0d84780
PMR
26152015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
2616
2617 * gdb.ada/var_arr_typedef.exp: New testcase.
2618 * gdb.ada/var_arr_typedef/pack.adb: New file.
2619 * gdb.ada/var_arr_typedef/pack.ads: New file.
2620 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
2621
8b558f79
JB
26222015-07-20 Joel Brobecker <brobecker@adacore.com>
2623
2624 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
2625
775a3298
JK
26262015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2627
2628 * gdb.arch/i386-biarch-core.exp: Replace istarget
2629 by "complete set gnutarget". Remove expectation for the "core-file"
2630 command.
2631
db1ff28b
JK
26322015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2633
2634 Revert the previous commit:
2635 Tests for validate symbol file using build-id.
2636
0a94970d
JK
26372015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2638
2639 Tests for validate symbol file using build-id.
2640 * gdb.base/solib-mismatch-lib.c: New file.
2641 * gdb.base/solib-mismatch-libmod.c: New file.
2642 * gdb.base/solib-mismatch.c: New file.
2643 * gdb.base/solib-mismatch.exp: New file.
2644
03346981
SL
26452015-07-15 Sandra Loosemore <sandra@codesourcery.com>
2646
2647 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
2648 nios2-*-linux*.
2649 * gdb.base/sigbpt.exp (stepi_out): Likewise.
2650 * gdb.base/siginfo.exp: Likewise.
2651 * gdb.base/sigstep.exp (advance, advancei): Likewise.
2652
42422cc7
PL
26532015-07-15 Pierre Langlois <pierre.langlois@arm.com>
2654
2655 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
2656 Move it to ...
2657 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
2658 ... here.
2659 * gdb.trace/range-stepping.exp: Check that the target supports
2660 range stepping.
2661
cfa68bae
JK
26622015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2663
2664 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
2665
8ffdba26
PA
26662015-07-14 Pedro Alves <palves@redhat.com>
2667
2668 * gdb.base/killed-outside.exp: New file.
2669 * gdb.base/killed-outside.c: New file.
2670
218a5a11
JK
26712015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2672
2673 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
2674 (n at main): New.
2675 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
2676
e03ed3c6
AA
26772015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2678
2679 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
2680 infcall tests instead of setting up for KFAIL.
2681
485668e5
MM
26822015-07-10 Markus Metzger <markus.t.metzger@intel.com>
2683
2684 * gdb.btrace/record_goto-step.exp: New.
2685
08464196
JK
26862015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2687
2688 PR compile/18484
2689 * gdb.compile/compile.c (struct struct_type): Add volatile to
2690 selffield's type.
2691 * gdb.compile/compile.exp
2692 (compile code struct_object.selffield = &struct_object): Skip further
2693 struct_object tests if this one xfails.
2694
bcf5c1d9
RC
26952015-07-08 Robert O'Callahan <robert@ocallahan.org>
2696
2697 PR exp/18617
2698 * gdb.trace/ax.exp: Add test.
2699
4931af25
YQ
27002015-07-07 Yao Qi <yao.qi@linaro.org>
2701
2702 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
2703 instead of istarget "aarch64*-*-*".
2704 * gdb.arch/aarch64-fp.exp: Likewise.
2705 * gdb.base/float.exp: Likewise.
2706 * gdb.reverse/aarch64.exp: Likewise.
2707 * lib/gdb.exp (is_aarch64_target): New proc.
2708
9fcf688e
YQ
27092015-07-07 Yao Qi <yao.qi@linaro.org>
2710
2711 * lib/gdb.exp (is_aarch32_target): New proc.
2712 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
2713 instead of "istarget "arm*-*-*"".
2714 * gdb.arch/arm-disp-step.exp: Likewise.
2715 * gdb.arch/thumb-bx-pc.exp: Likewise.
2716 * gdb.arch/thumb-prologue.exp: Likewise.
2717 * gdb.arch/thumb-singlestep.exp: Likewise.
2718 * gdb.base/disp-step-syscall.exp: Likewise.
2719 * gdb.base/float.exp: Likewise.
2720
fbd8d50d
YQ
27212015-07-07 Yao Qi <yao.qi@linaro.org>
2722
2723 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
2724 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
2725
71be1fdc
YQ
27262015-07-07 Yao Qi <yao.qi@linaro.org>
2727
2728 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
2729 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
2730 if it exists.
2731 * gdb.multi/multi-arch.exp: Likewise.
2732
3e221d36
SM
27332015-07-07 Simon Marchi <simon.marchi@ericsson.com>
2734
2735 * gdb.python/py-lazy-string.exp: Add missing parentheses to
2736 print.
2737
d441430b
YQ
27382015-07-07 Yao Qi <yao.qi@linaro.org>
2739
2740 * gdb.arch/thumb-singlestep.exp: Do one more single step.
2741
06f810bd
MG
27422015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
2743
2744 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
2745 '[' and ']' characters.
2746
5e61e7c0
IB
27472015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
2748
2749 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
2750
28bf096c
PA
27512015-06-29 Pedro Alves <palves@redhat.com>
2752
2753 PR threads/18127
2754 * gdb.threads/hand-call-new-thread.c: New file.
2755 * gdb.threads/hand-call-new-thread.c: New file.
2756
ee93cd5e
KS
27572015-06-26 Keith Seitz <keiths@redhat.com>
2758 Doug Evans <dje@google.com>
2759
2760 PR 16253
2761 * gdb.cp/var-tag-2.cc: New file.
2762 * gdb.cp/var-tag-3.cc: New file.
2763 * gdb.cp/var-tag-4.cc: New file.
2764 * gdb.cp/var-tag.cc: New file.
2765 * gdb.cp/var-tag.exp: New file.
2766
fc637f04
PP
27672015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2768
2769 * gdb.base/history-duplicates.exp: New test.
2770
2e52ae68
PP
27712015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2772
2773 * gdb.base/completion.exp: Test the completion of the "focus"
2774 command.
2775
6e22494e
JK
27762015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2777
2778 * gdb.arch/amd64-prologue-skip.S: New file.
2779 * gdb.arch/amd64-prologue-skip.exp: New file.
2780
bf7b9cd9
SM
27812015-06-25 Simon Marchi <simon.marchi@ericsson.com>
2782
2783 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
2784 is_address_zero_readable check.
2785
201e8dfd
PB
27862015-06-24 Peter Bergner <bergner@vnet.ibm.com>
2787
2788 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
2789 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
2790
5cd867b4
YQ
27912015-06-24 Yao Qi <yao.qi@linaro.org>
2792
2793 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
2794 linux targets.
2795
4d7be007
YQ
27962015-06-24 Yao Qi <yao.qi@linaro.org>
2797
2798 * lib/gdb.exp (supports_get_siginfo_type): New proc.
2799 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
2800 * gdb.base/siginfo-thread.exp: Likewise.
2801
07fcd301
YQ
28022015-06-22 Yao Qi <yao.qi@linaro.org>
2803
2804 * boards/remote-gdbserver-on-localhost.exp: Add comments.
2805
52042a00
YQ
28062015-06-22 Yao Qi <yao.qi@linaro.org>
2807
2808 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
2809 aarch64*-*-*.
2810 (skip_hw_watchpoint_tests): Likewise.
2811
74bd41ce
PP
28122015-06-18 Patrick Palka <patrick@parcs.ath.cx>
2813
2814 * gdb.base/gdbinit-history.exp: Test the interaction between
2815 setting GDBHISTSIZE and setting the history size via .gdbinit.
2816
bc460514
PP
28172015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2818
2819 PR gdb/16999
2820 * gdb.base/gdbhistsize-history.exp: New test.
2821
b58c513b
PP
28222015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2823
2824 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
2825 with GDBHISTSIZE.
2826 * gdb.base/readline.exp: Likewise.
2827
92046791
YQ
28282015-06-17 Yao Qi <yao.qi@linaro.org>
2829
2830 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
2831 line.
2832
2093d2d3
PP
28332015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2834
2835 * gdb.base/gdbinit-history.exp: Add test case to check that
2836 an unlimited history file does not get truncated on exit.
2837
e6c693af
AA
28382015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2839
2840 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
2841 (VECTOR): New macro. Use it...
2842 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
2843 ...for these typedefs.
2844 (int8, char1, int1, double1): New typedefs.
2845 (struct just_int2, struct two_int2): New structures.
2846 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
2847 (add_structvecs, add_singlevecs): New functions.
2848 (main): Call add_some_intvecs twice.
2849 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
2850 the compile and exit upon failure. Try compiling for the "native"
2851 architecture. Test inferior function calls with vector arguments
2852 and vector return value handling with "finish" and "return".
2853
c74f7d1c
JT
28542015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2855
2856 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
2857 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
2858 PE file.
2859 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
2860
98aa42ee
AT
28612015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
2862
2863 PR breakpoints/16465
2864 * gdb.mi/mi-dprintf-pending.c: New file.
2865 * gdb.mi/mi-dprintf-pending.exp: New test.
2866 * gdb.mi/mi-dprintf-pendshr.c: New file.
2867
7d73c23c 28682015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 2869 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
2870
2871 * gdb.arch/i386-mpx-map.c: New file.
2872 * gdb.arch/i386-mpx-map.exp: New File.
2873
28742015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2875
2876 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
2877 * gdb.arch/i386-mpx.exp: Indentation fixed.
2878
28792015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2880
2881 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
2882 function and improved indentation.
2883 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
2884 gdb_test_multiple. Added additional tests to skip the test.
2885
28862015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2887
2888 * gdb.arch/i386-avx512.c: Change path in include file.
2889 * gdb.arch/i386-avx512.exp: Change include dir path
2890 compilation flag.
2891 * gdb.arch/i386-mpx.c: Change path in include file.
2892 * gdb.arch/i386-mpx.exp: Change include dir path compilation
2893 flag.
2894
d5eba19a
JK
28952015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2896
2897 * gdb.compile/compile-print.exp (compile print *vararray@3)
2898 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
2899
7f361056
JK
29002015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2901
2902 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
2903 (do not keep jit in memory): ... this.
2904 (expect 5): Change it to ...
2905 (expect no 5): ... this.
2906
3b462ec2
SM
29072015-06-02 Simon Marchi <simon.marchi@ericsson.com>
2908
2909 PR gdb/15564
2910 * gdb.mi/mi-detach.exp: New file.
2911
e0619de6
JK
29122015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2913
2914 PR symtab/18392
2915 * gdb.arch/amd64-tailcall-self.S: New file.
2916 * gdb.arch/amd64-tailcall-self.c: New file.
2917 * gdb.arch/amd64-tailcall-self.exp: New file.
2918
e970cb34
DB
29192015-05-28 Don Breazeal <donb@codesourcery.com>
2920
2921 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
2922 tests for remote targets by checking is_target_gdbserver.
2923
b2e2f908
DE
29242015-05-27 Doug Evans <dje@google.com>
2925
2926 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
2927 * gdb.dwarf2/opaque-type-lookup.c: New file.
2928 * gdb.dwarf2/opaque-type-lookup.exp: New file.
2929
82c7be31
DE
29302015-05-26 Doug Evans <dje@google.com>
2931
2932 * gdb.cp/iostream.cc: New file.
2933 * gdb.cp/iostream.exp: New file.
2934
b4f54984
DE
29352015-05-26 Doug Evans <dje@google.com>
2936
2937 * gdb.dwarf2/dw2-op-call.exp: Update.
2938 * gdb.dwarf2/dw4-sig-types.exp: Update.
2939 * gdb.dwarf2/implptr.exp: Update.
2940 * gdb.mi/mi-cmd-param-changed.exp: Update.
2941
4ea6efe9
DE
29422015-05-26 Doug Evans <dje@google.com>
2943
2944 * gdb.python/py-lazy-string.c: New file.
2945 * gdb.python/py-lazy-string.exp: New file.
2946 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
2947 (main): Update. Add estring3.
2948 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
2949 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
2950
f6bb7db3
YQ
29512015-05-26 Omair Javaid <omair.javaid@linaro.org>
2952 Yao Qi <yao.qi@linaro.org>
2953
2954 * gdb.reverse/aarch64.c: New.
2955 * gdb.reverse/aarch64.exp: New.
2956
a81bfbd0
OJ
29572015-05-26 Omair Javaid <omair.javaid@linaro.org>
2958
2959 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
2960 (supports_reverse): Likewise.
2961
158bf1b4
PP
29622015-05-22 Patrick Palka <patrick@parcs.ath.cx>
2963
2964 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2965 Use with_test_prefix.
2966
a0145030
AB
29672015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
2968
2969 * gdb.base/completion.exp: Add test for completion of layout
2970 names.
2971
ebe3b578
AB
29722015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
2973
2974 * lib/gdb.exp (skip_tui_tests): New proc.
2975 * gdb.base/tui-layout.exp: Check skip_tui_tests.
2976
84204ed7
PA
29772015-05-19 Pedro Alves <palves@redhat.com>
2978
2979 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2980 Save the whole env array instead of just HOME. Unset HISTSIZE in
2981 the environment while testing. Restore whole environment
2982 afterwards.
2983
37442ce1
DE
29842015-05-16 Doug Evans <xdje42@gmail.com>
2985
2986 * gdb.guile/scm-ports.c: New file.
2987 * gdb.guile/scm-ports.exp: Add memory port tests.
2988
36de76f9
JK
29892015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2990
2991 * gdb.compile/compile-print.c: New file.
2992 * gdb.compile/compile-print.exp: New file.
2993
3a9558c4
JK
29942015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2995
2996 * gdb.compile/compile-ops.exp: Cast param to void.
2997 * gdb.compile/compile.exp: Complete type for _gdb_expr.
2998 (compile code struct_object.selffield = &struct_object): Add xfail.
2999
aa715135
JG
30002015-05-15 Joel Brobecker <brobecker@adacore.com>
3001
3002 * gdb.ada/arr_enum_with_gap: New testcase.
3003
931e5bc3
JG
30042015-05-15 Joel Brobecker <brobecker@adacore.com>
3005
3006 * gdb.ada/byte_packed_arr: New testcase.
3007
9cd4d857
JB
30082015-05-15 Joel Brobecker <brobecker@adacore.com>
3009
3010 * gdb.ada/pckd_neg: New testcase.
3011
ebfd00d2
PP
30122015-05-13 Patrick Palka <patrick@parcs.ath.cx>
3013
3014 PR gdb/17820
3015 * gdb.base/gdbinit-history.exp: New test.
3016 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
3017 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
3018
4c082a81
SC
30192015-05-09 Siva Chandra Reddy <sivachandra@google.com>
3020
3021 * gdb.python/py-xmethods.cc: Enhance test case.
3022 * gdb.python/py-xmethods.exp: New tests.
3023 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
3024 function.
3025 (B_indexoper): Likewise.
3026 (global_dm_list) : Add new xmethod worker functions.
3027
f7797074
SDJ
30282015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
3029
3030 * gdb.base/coredump-filter.exp: Correctly unset
3031 "coredump_var_addr" array.
3032
a4674e4e
PA
30332015-05-08 Pedro Alves <palves@redhat.com>
3034
3035 * gdb.server/non-existing-program.exp: Unset spawn_id.
3036
df2eb078
SC
30372015-05-08 Siva Chandra Reddy <sivachandra@google.com>
3038
3039 PR python/18291
3040 * gdb.python/py-xmethods.exp: Add tests.
3041
422349a3
YQ
30422015-05-08 Yao Qi <yao.qi@linaro.org>
3043
3044 PR gdb/18208
3045 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
3046 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
3047 function set_coredump_filter, and remove remote_exec call.
3048 Remove argument ipid. Callers update.
3049 (top level): Don't get inferior's PID.
3050
63fc80ce
AA
30512015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
3052
3053 * gdb.base/watch_thread_num.exp: Skip test on targets without
3054 access watchpoints.
3055
80ad801e
PA
30562015-05-06 Pedro Alves <palves@redhat.com>
3057
3058 PR server/18081
3059 * gdb.server/non-existing-program.exp: New file.
3060
0fa7fe50
JB
30612015-05-05 Joel Brobecker <brobecker@adacore.com>
3062
3063 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
3064
3ea89b92
PMR
30652015-05-05 Joel Brobecker <brobecker@adacore.com>
3066
3067 * gdb.ada/out_of_line_in_inlined: New testcase.
3068
87b8eff0
JB
30692015-05-05 Joel Brobecker <brobecker@adacore.com>
3070
3071 * gdb.ada/var_rec_arr: New testcase.
3072
5fccc635
YQ
30732015-04-30 Yao Qi <yao.qi@linaro.org>
3074
3075 * gdb.base/break-idempotent.exp: If
3076 skip_hw_watchpoint_multi_tests returns true, skip the tests
3077 on "rwatch" and "awatch".
3078
42d38f42
YQ
30792015-04-30 Yao Qi <yao.qi@linaro.org>
3080
3081 * gdb.base/relativedebug.exp: Invoke gdb command
3082 "info sharedlibrary", and if libc.so doesn't have debug info,
3083 skip the test.
3084
2ce1cdbf
DE
30852015-04-29 Doug Evans <dje@google.com>
3086
3087 * gdb.python/py-xmethods.exp: Add ptype tests.
3088 * gdb.python/py-xmethods.py (E_method_char_worker): Add
3089 get_result_type method.
3090
f24a38c5
LM
30912015-04-29 Luis Machado <lgustavo@codesourcery.com>
3092
3093 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
3094 the target does not support hardware watchpoints.
3095
ecbf2b3c
LM
30962015-04-29 Luis Machado <lgustavo@codesourcery.com>
3097
3098 * gdb.base/break-always.exp: Abort testing if writing to memory
3099 causes an error.
3100
34f5f757
DE
31012015-04-28 Doug Evans <dje@google.com>
3102
3103 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
3104 * gdb.python/py-pp-registration.exp: ... here. New file.
3105 * gdb.python/py-pp-registration.c: New file.
3106 * gdb.python/py-pp-registration.py: New file.
3107
69b4374a
DE
31082015-04-28 Doug Evans <dje@google.com>
3109
3110 * gdb.python/py-bad-printers.c: New file.
3111 * gdb.python/py-bad-printers.py: New file.
3112 * gdb.python/py-bad-printers.exp: New file.
3113
59fb7612
SS
31142015-04-28 Sasha Smundak <asmundak@google.com>
3115
3116 * gdb.python/py-type.exp: New test.
3117
2631b16a
AW
31182015-04-28 Andy Wingo <wingo@igalia.com>
3119
3120 * gdb.python/py-parameter.exp:
3121 * gdb.guile/scm-parameter.exp: Escape the path that we are
3122 matching against, as it might contain characters that are special
3123 to regular expressions.
3124
460efde1
JB
31252015-04-27 Joel Brobecker <brobecker@adacore.com>
3126
3127 * gdb.ada/rec_comp: New testcase.
3128
2d369d8e
SDJ
31292015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
3130
3131 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
3132 before using it.
3133
cf75d6c3
AB
31342015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
3135
3136 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
3137 new tests for verilog output.
3138
8dbe7ca5
YQ
31392015-04-24 Yao Qi <yao.qi@linaro.org>
3140
3141 * boards/remote-gdbserver-on-localhost.exp: New file.
3142
4ef9fb2f
PA
31432015-04-23 Pedro Alves <palves@redhat.com>
3144
3145 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
3146 $inferior_spawn_id instead of $inferior_spawn_id directly. On
3147 "end of file", remove $inferior_spawn_id from the indirect list.
3148
0a803169
PA
31492015-04-23 Pedro Alves <palves@redhat.com>
3150
3151 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
3152
749ef8f8
PA
31532015-04-23 Pedro Alves <palves@redhat.com>
3154
3155 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
3156 on $any_spawn_id instead of only on $gdb_spawn_id.
3157
8aae4344
PM
31582015-04-21 Pierre Muller <muller@sourceware.org>
3159
3160 PR pascal/17815
3161 * lib/pascal.exp (gpc_compile): Add new option "class".
3162 (fpc_compile): Likewise.
3163 * gdb.pascal/case-insensitive-symbols.pas: New file.
3164 * gdb.pascal/case-insensitive-symbols.exp: New file.
3165
1586c8fb
GB
31662015-04-20 Gary Benson <gbenson@redhat.com>
3167
3168 * gdb.base/attach.exp: Fix three extended remote failures.
3169
1b6e6f5c
GB
31702015-04-17 Gary Benson <gbenson@redhat.com>
3171
3172 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
3173 the main executable over the remote protocol.
3174
e797481d
PA
31752015-04-16 Pedro Alves <palves@redhat.com>
3176
3177 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
3178 a new gdbserver if gdbserver_reconnect_p is set.
3179
1ca99c42
PA
31802015-04-16 Pedro Alves <palves@redhat.com>
3181
3182 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
3183 is set, don't exit gdbserver.
3184
af9fd6f8
AA
31852015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3186
3187 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
3188 appropriate .insn, such that an older assembler can be used.
3189 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
3190 the z/Architecture instruction set on 31-bit targets as well.
3191
04ff1e61
AA
31922015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3193
3194 * gdb.go/handcall.exp: Remove all logic related to the first
3195 breakpoint and rely on go_runto_main instead.
3196 * gdb.go/strings.exp: Likewise.
3197 * gdb.go/unsafe.exp: Likewise.
3198 * gdb.go/hello.exp: Likewise. Also rename the remaining
3199 breakpoint marker to "breakpoint 1".
3200 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
3201 * gdb.go/strings.go: Likewise.
3202 * gdb.go/unsafe.go: Likewise.
3203 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
3204 "set breakpoint 2 here" and rename the remaining breakpoint marker
3205 to "breakpoint 1".
3206
40d2f8d6
SM
32072015-04-15 Simon Marchi <simon.marchi@ericsson.com>
3208
3209 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
3210 if itertools.imap is not present.
3211 * gdb.python/py-objfile.exp: Add parentheses.
3212 * gdb.python/py-type.exp: Same.
3213 * gdb.python/py-unwind-maint.py: Same.
3214
8cbc97c6
YQ
32152015-04-15 Yao Qi <yao.qi@linaro.org>
3216
3217 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
3218 of ":$ptr_size" and set its form explicitly.
3219
45fd756c
YQ
32202015-04-15 Pedro Alves <palves@redhat.com>
3221 Yao Qi <yao.qi@linaro.org>
3222
3223 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
3224 timeout by factor of 4.
3225 (test_regular_watch): Likewise.
3226 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
3227 * gdb.reverse/sigall-reverse.exp: Likewise.
3228 * gdb.reverse/until-precsave.exp: Likewise.
3229 * lib/gdb.exp (with_timeout_factor): New proc.
3230 (gdb_expect): Move some code to ...
3231 (get_largest_timeout): ... here. New procedure.
3232
9e811bc3
LM
32332015-04-14 Luis Machado <lgustavo@codesourcery.com>
3234
3235 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
3236
0ff6fcb2
LM
32372015-04-13 Luis Machado <lgustavo@codesourcery.com>
3238
3239 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
3240 to write to the .text section.
3241
7578d5f7
LM
32422015-04-13 Luis Machado <lgustavo@codesourcery.com>
3243
3244 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
3245 Handle the case of targets that do not provide PID information.
3246
2efe15c4
YQ
32472015-04-13 Yao Qi <yao.qi@linaro.org>
3248
3249 * lib/gdbserver-support.exp (gdb_exit): Catch exception
3250 and use expect instead of gdb_expect.
3251
8cd8f2f8
SDJ
32522015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
3253
3254 * gdb.base/coredump-filter.exp: Rename variable "addr" to
3255 "coredump_var_addr" to avoid naming conflict with other testcases.
3256
9ee41772
PA
32572015-04-10 Pedro Alves <palves@redhat.com>
3258
3259 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
3260 gdb_test_sequence and gdb_assert.
3261
07473109
PA
32622015-04-10 Pedro Alves <palves@redhat.com>
3263
3264 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
3265 test messages that don't include the breakpoint address.
3266
de3db44c
YQ
32672015-04-10 Yao Qi <yao.qi@linaro.org>
3268
3269 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
3270 false for some offset and width combinations which aren't
3271 supported by linux kernel.
3272
c79d856c
PA
32732015-04-10 Pedro Alves <palves@redhat.com>
3274
3275 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
3276 procedure, factored out from ...
3277 (top level): ... here. Add "set displaced-stepping" testing axis.
3278 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
3279 parameter "displaced". Use it.
3280 (top level): Use foreach and add "set displaced-stepping" testing
3281 axis.
3282
ebc90b50
PA
32832015-04-10 Pedro Alves <palves@redhat.com>
3284
3285 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
3286 Remove comment.
3287 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
3288 both the address of the instruction that triggers the watchpoint
3289 and the address of the instruction immediately after, and use
3290 those addresses for the test. Fix comment.
3291
8f572e5c
PA
32922015-04-10 Pedro Alves <palves@redhat.com>
3293
3294 * gdb.base/sigstep.exp (breakpoint_to_handler)
3295 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
3296 Test "backtrace" in handler.
3297 (breakpoint_over_handler): New parameter 'displaced'. Use it.
3298 (top level): Add new "displaced" test axis to
3299 breakpoint_to_handler, breakpoint_to_handler_entry and
3300 breakpoint_over_handler.
3301
8d707a12
PA
33022015-04-10 Pedro Alves <palves@redhat.com>
3303
3304 PR gdb/18216
3305 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
3306
ef713951
YQ
33072015-04-10 Yao Qi <yao.qi@linaro.org>
3308
3309 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
3310 (test_add_rn_pc): New function.
3311 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
3312 (top level): Invoke test_add_rn_pc.
3313
906d60cf
PA
33142015-04-10 Pedro Alves <palves@redhat.com>
3315
3316 PR gdb/13858
3317 * gdb.base/step-over-no-symbols.exp: New file.
3318
f2983cc3
AW
33192015-04-09 Andy Wingo <wingo@igalia.com>
3320
3321 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
3322 after the Python tests.
3323
6d62641c
SDJ
33242015-04-08 Keith Seitz <keiths@redhat.com>
3325
3326 PR python/16699
3327 * gdb.python/py-completion.exp: New tests for completion.
3328 * gdb.python/py-completion.py (CompleteLimit1): New class.
3329 (CompleteLimit2): Likewise.
3330 (CompleteLimit3): Likewise.
3331 (CompleteLimit4): Likewise.
3332 (CompleteLimit5): Likewise.
3333 (CompleteLimit6): Likewise.
3334 (CompleteLimit7): Likewise.
3335
f3770638
PA
33362015-04-08 Pedro Alves <palves@redhat.com>
3337
3338 PR gdb/18214
3339 PR gdb/18216
3340 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
3341 function.
3342 (main): Install it as SIGUSR1 handler.
3343 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
3344 parameter. Always use "setup" as prefix. Toggle "set
3345 displaced-stepping" off/on depending on global. Don't switch to
3346 thread 1 here.
3347 (top level): Add displaced stepping "off/on" test axis. Update
3348 "setup" calls. Wrap each subtest with with_test_prefix. Test
3349 continuing with a queued signal in each thread.
3350
4496bed7
PA
33512015-04-08 Pedro Alves <palves@redhat.com>
3352
3353 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
3354 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
3355 gdb_breakpoint instead of gdb_test that doesn't expect anything.
3356 Return early if running to main fails.
3357 * gdb.trace/while-stepping.exp: Likewise.
3358
b97fde92
PA
33592015-04-07 Pedro Alves <palves@redhat.com>
3360
3361 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
3362 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
3363 interact with inferior program.
3364
f71c18e7
PA
33652015-04-07 Pedro Alves <palves@redhat.com>
3366
3367 * lib/gdb.exp (inferior_spawn_id): New global.
3368 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
3369 spawn id after processing the user code.
3370 (default_gdb_start): Set inferior_spawn_id.
3371 (send_inferior): New procedure.
3372 * lib/gdbserver-support.exp (gdbserver_start): Set
3373 inferior_spawn_id.
3374 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
3375
6423214f
PA
33762015-04-07 Pedro Alves <palves@redhat.com>
3377
3378 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
3379 * lib/gdbserver-support.exp (gdbserver_start): Make
3380 $server_spawn_id global.
3381 (gdbserver_start): Don't wait for gdbserver's spawn id with
3382 expect_background.
3383 (close_gdbserver): New procedure.
3384 (gdb_exit): Rename the default version and reimplement.
3385
71c0ee8c
PA
33862015-04-07 Pedro Alves <palves@redhat.com>
3387
72f4393d 3388 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
3389 append the substituted item, not the original item.
3390
203bc29b
PA
33912015-04-07 Pedro Alves <palves@redhat.com>
3392
3393 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
3394 gdb_expect.
3395
508a3ddf
PA
33962015-04-07 Pedro Alves <palves@redhat.com>
3397
3398 * gdb.base/interrupt.exp: Don't handle the case of the inferior
3399 output appearing once only.
3400
9f6dbe2b
PA
34012015-04-07 Pedro Alves <palves@redhat.com>
3402
3403 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
3404 that doesn't expect anything. Return early if running to main
3405 fails.
3406
337532fa
YQ
34072015-04-07 Yao Qi <yao.qi@linaro.org>
3408
3409 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
3410 (child_function): Call alarm.
3411 (main): Move call to alarm into the loop.
3412 * gdb.threads/non-stop-fair-events.exp: Build program with
3413 -DTIMEOUT=$timeout.
3414
01b622d4
DE
34152015-04-06 Doug Evans <xdje42@gmail.com>
3416
3417 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
3418 Fix dest parameter to board_info.
3419 (fpc_compile): Ditto.
3420 (gdb_compile_pascal): Rename dest arg to destfile.
3421
961f4160
PMR
34222015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
3423
3424 * gdb.ada/funcall_ref.exp: New file.
3425 * gdb.ada/funcall_ref/foo.adb: New file.
3426
cafda597
YQ
34272015-04-02 Yao Qi <yao.qi@linaro.org>
3428
3429 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
3430 is remote.
3431
fed040c6
GB
34322015-04-02 Gary Benson <gbenson@redhat.com>
3433
3434 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
3435
d11916aa
SS
34362015-04-01 Sasha Smundak <asmundak@google.com>
3437
3438 * gdb.python/py-unwind-maint.c: New file.
3439 * gdb.python/py-unwind-maint.exp: New test.
3440 * gdb.python/py-unwind-maint.py: New file.
3441 * gdb.python/py-unwind.c: New file.
3442 * gdb.python/py-unwind.exp: New test.
3443 * gdb.python/py-unwind.py: New test.
3444
a1471180
PA
34452015-04-01 Pedro Alves <palves@redhat.com>
3446
3447 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
3448 to fail instead of non-existent $test.
3449
0bbeccb1
PA
34502015-04-01 Pedro Alves <palves@redhat.com>
3451
3452 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
3453 GDBFLAGS if not empty.
3454
3c724c8c
PMR
34552015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
3456
3457 * gdb.ada/complete.exp: Remove "multi_line".
3458 * gdb.ada/info_exc.exp: Remove "multi_line".
3459 * gdb.ada/packed_tagged.exp: Remove "multi_line".
3460 * gdb.ada/ptype_field.exp: Remove "multi_line".
3461 * gdb.ada/sym_print_name.exp: Remove "multi_line".
3462 * gdb.ada/tagged.exp: Remove "multi_line".
3463 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
3464 [multi_line ...]
3465 * gdb.btrace/delta.exp: Likewise.
3466 * gdb.btrace/exception.exp: Likewise.
3467 * gdb.btrace/function_call_history.exp: Likewise.
3468 * gdb.btrace/instruction_history.exp: Likewise.
3469 * gdb.btrace/nohist.exp: Likewise.
3470 * gdb.btrace/record_goto.exp: Likewise.
3471 * gdb.btrace/segv.exp: Likewise.
3472 * gdb.btrace/stepi.exp: Likewise.
3473 * gdb.btrace/tailcall.exp: Likewise.
3474 * gdb.btrace/unknown_functions.exp: Likewise.
3475 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
3476 * lib/gdb.exp: Add the "multi_line" helper.
3477
4eec2deb
PA
34782015-04-01 Pedro Alves <palves@redhat.com>
3479
3480 * gdb.threads/tid-reuse.c: New file.
3481 * gdb.threads/tid-reuse.exp: New file.
3482
df8411da
SDJ
34832015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
3484
3485 PR corefiles/16092
3486 * gdb.base/coredump-filter.c: New file.
3487 * gdb.base/coredump-filter.exp: Likewise.
3488
6ef37366
PM
34892015-03-27 Petr Machata <pmachata@redhat.com>
3490
3491 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
3492 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
3493 (Dwarf::assemble): Initialize them.
3494 (Dwarf::lines): New function.
3495
7ec911b0
JT
34962015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
3497
3498 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
3499 SYMBOL_PREFIX for x86_64-*-cygwin.
3500
ff908ebf
AW
35012015-03-26 Andy Wingo <wingo@igalia.com>
3502
3503 PR symtab/18148
3504 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
3505 const_value but not a location.
3506 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
3507 location defined in non-main CUs are visible.
3508
6d5f0679
YQ
35092015-03-26 Yao Qi <yao.qi@linaro.org>
3510
3511 PR testsuite/18139
3512 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
3513 Add a line number entry for the same line.
3514 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
3515 Add a line number entry for the same line.
3516
2898689b
YQ
35172015-03-26 Yao Qi <yao.qi@linaro.org>
3518
3519 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
3520 .int 0.
3521 (func): Likewise. Add .Lfunc_1 label.
3522 Use .Lfunc_1 label.
3523 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
3524 .int 0.
3525 (func): Likewise.
3526 Use .Lfunc_1 label.
3527
85180498
YQ
35282015-03-26 Yao Qi <yao.qi@linaro.org>
3529
3530 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
3531 Call gdb_compile instead to compile each .s files without debug
3532 information.
3533
8aa08a8d
YQ
35342015-03-26 Yao Qi <yao.qi@linaro.org>
3535
3536 * gdb.base/savedregs.exp (process_saved_regs): Make
3537 "Saved registers:" optional in the pattern.
3538
66849923
MM
35392015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3540
3541 * gdb.btrace/next.exp: Merged into step.exp.
3542 * gdb.btrace/finish.exp: Merged into step.exp.
3543 * gdb.btrace/nexti.exp: Merged into stepi.exp.
3544 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
3545 "record goto" and checking the exact replay position.
3546 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
3547 check for "Recording format" in "info record" output.
3548 * gdb.btrace/record_goto.exp: Choose test file based on target.
3549 * gdb.btrace/x86-record_goto.S: Renamed into ...
3550 * gdb.btrace/x86_64-record_goto.S: ... this.
3551 * gdb.btrace/i686-record_goto.S: New.
3552 * gdb.btrace/x86-tailcall.S: Renamed into ...
3553 * gdb.btrace/x86_64-tailcall.S: ... this.
3554 * gdb.btrace/i686-tailcall.S: New.
3555 * gdb.btrace/x86-tailcall.c: Renamed into ...
3556 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
3557 separate statements. Update test.
3558 * gdb.btrace/delta.exp: Use record_goto.c as test file.
3559 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
3560 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
3561 * gdb.btrace/tailcall.exp: Choose test file based on target.
3562 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
3563
11cc1b74
MM
35642015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3565
3566 * gdb.btrace/exception.exp: Increase BTS buffer size.
3567
a25d8bf9
PA
35682015-03-24 Pedro Alves <palves@redhat.com>
3569
3570 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
3571
856e7dd6
PA
35722015-03-24 Pedro Alves <palves@redhat.com>
3573
3574 * gdb.threads/schedlock.exp (test_step): No longer expect that
3575 "set scheduler-locking step" with "next" over a function call runs
3576 threads unlocked.
3577
ad235a41
AT
35782015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3579
3580 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
3581
15630549
AT
35822015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3583
3584 PR breakpoints/16466
3585 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
3586 * gdb.mi/mi-pending.c (thread_func): New function.
3587 (int main): Add threading support required.
3588 * gdb.mi/mi-pending.exp: Add tests for this issue.
3589 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
3590 (pendfunc2): Remove stdio dependency.
3591 * gdb.mi/mi-pendshr2.c: New file.
3592
693dca06
KS
35932015-03-23 Keith Seitz <keiths@redhat.com>
3594
3595 * gdb.linespec/keywords.c: New file.
3596 * gdb.linespec/keywords.exp: New file.
3597
7e993ebf
KS
35982015-03-23 Keith Seitz <keiths@redhat.com>
3599
3600 PR gdb/18021
3601 * gdb.dwarf2/staticvirtual.exp: New test.
3602
bc23328c
JK
36032015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3604
3605 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
3606 * README: Remove HP-UX and gdb.hp.
3607 (configuration):
3608 * configure: Regenerate.
3609 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
3610 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
3611 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
3612 gdb.hp/gdb.defects/Makefile.
3613 * gdb.hp/Makefile.in: File deleted.
3614 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
3615 * gdb.hp/gdb.aCC/optimize.c: File deleted.
3616 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
3617 * gdb.hp/gdb.aCC/run.c: File deleted.
3618 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
3619 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
3620 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
3621 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
3622 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
3623 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
3624 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
3625 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
3626 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
3627 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
3628 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
3629 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
3630 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
3631 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
3632 * gdb.hp/gdb.base-hp/reg.s: File deleted.
3633 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
3634 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
3635 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
3636 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
3637 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
3638 * gdb.hp/gdb.compat/Makefile.in: File deleted.
3639 * gdb.hp/gdb.compat/average.c: File deleted.
3640 * gdb.hp/gdb.compat/sum.c: File deleted.
3641 * gdb.hp/gdb.compat/xdb.c: File deleted.
3642 * gdb.hp/gdb.compat/xdb0.c: File deleted.
3643 * gdb.hp/gdb.compat/xdb0.h: File deleted.
3644 * gdb.hp/gdb.compat/xdb1.c: File deleted.
3645 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
3646 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
3647 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
3648 * gdb.hp/gdb.defects/Makefile.in: File deleted.
3649 * gdb.hp/gdb.defects/bs14602.c: File deleted.
3650 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
3651 * gdb.hp/gdb.defects/solib-d.c: File deleted.
3652 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
3653 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
3654 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
3655 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
3656 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
3657 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
3658 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
3659 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
3660 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
3661 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
3662 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
3663 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
3664 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
3665 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
3666 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
3667 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
3668 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
3669 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
3670 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
3671 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
3672 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
3673 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
3674 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
3675 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
3676 * gdb.hp/tools/odump: File deleted.
3677
8bf3b159
PA
36782015-03-19 Pedro Alves <palves@redhat.com>
3679
3680 * gdb.threads/continue-pending-status.exp (saw_thread_2)
3681 (saw_thread_3): New globals.
3682 (top level): Increment them when an event for the corresponding
3683 thread is seen.
3684 (no thread starvation): New test.
3685
eb54c8bf
PA
36862015-03-19 Pedro Alves <palves@redhat.com>
3687
3688 * gdb.threads/continue-pending-status.c: New file.
3689 * gdb.threads/continue-pending-status.exp: New file.
3690
32d2e5d6
PA
36912015-03-18 Pedro Alves <palves@redhat.com>
3692
3693 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3694 Use gdb_is_target_remote instead of is_remote. Use
3695 gdb_test_multiple instead of gdb_expect. Exit early if
3696 gdb_test_multiple hits its internal matches. Tighten stepi tests
3697 expected output. Fail on exit with any signal, instead of just
3698 SIGILL.
3699
f68f11b7
YQ
37002015-03-18 Yao Qi <yao.qi@linaro.org>
3701
3702 PR tdep/18107
3703 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
3704 variable.
3705 * gdb.base/catch-syscall.exp: Don't skip it on
3706 aarch64*-*-linux* target. Remove elements in all_syscalls.
3707 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
3708 target.
3709 (setup_all_syscalls): New proc.
3710
ca5fd19b
YQ
37112015-03-16 Yao Qi <yao.qi@linaro.org>
3712
3713 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
3714 (top level): Skip tests if valid_addr_p returns false for
3715 $cmd1 or $cmd2.
3716
85642ba0
AW
37172015-03-11 Andy Wingo <wingo@igalia.com>
3718
3719 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
3720
e03f9645
YQ
37212015-03-11 Yao Qi <yao.qi@linaro.org>
3722
3723 * gdb.base/catch-syscall.exp: Fix typo in comments.
3724
5d0962b2
YQ
37252015-03-11 Yao Qi <yao.qi@linaro.org>
3726
3727 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
3728
b2df3cef
PA
37292015-03-09 Pedro Alves <palves@redhat.com>
3730
3731 * dg-extract-results.py: Delete.
3732
ef878e53
PA
37332015-03-09 Pedro Alves <palves@redhat.com>
3734
3735 Merge dg-extract-results.sh from GCC upstream (r218843).
3736
3737 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
3738 * dg-extract-results.sh: Use --text with grep to avoid issues with
3739 binary files. Fall back to cat -v, if that doesn't work.
3740
9494d219
PA
37412015-03-05 Pedro Alves <palves@redhat.com>
3742
3743 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
3744
a8d9763a
SM
37452015-03-04 Simon Marchi <simon.marchi@ericsson.com>
3746
3747 * lib/mi-support.exp (mi_expect_interrupt): Accept
3748 alternative event for when in all-stop mode.
3749
be9957b8
PA
37502015-03-04 Pedro Alves <palves@redhat.com>
3751
3752 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
3753
d57be0f4 37542015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
3755
3756 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
3757
c214c7cf
AA
37582015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3759
3760 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
3761 regexps for GDB's current line display, accept a hex address
3762 preceding the line number.
3763
6d74a497
AA
37642015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3765
3766 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
3767 the 'arch1' variable for "s390*-linux*" targets.
3768
511aee7c
PA
37692015-03-04 Pedro Alves <palves@redhat.com>
3770
3771 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
3772 (main): Pass missing retval argument to pthread_join call.
3773
95e50b27
PA
37742015-03-02 Pedro Alves <palves@redhat.com>
3775
3776 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
3777 (top level): Call do_test with non-stop as well.
3778
28054d69
PA
37792015-03-02 Pedro Alves <palves@redhat.com>
3780
3781 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
3782 -1.
3783
4fa5d7b4
AA
37842015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3785
3786 * gdb.arch/s390-vregs.exp: New test.
3787 * gdb.arch/s390-vregs.S: New file.
3788
97c18565
PA
37892015-02-27 Pedro Alves <palves@redhat.com>
3790
3791 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
3792 call to catch_command_errors.
3793 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
3794 catch_command_errors.
3795
a37bfa30
PA
37962015-02-27 Pedro Alves <palves@redhat.com>
3797
3798 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
3799 "true" for boolean result.
3800 * gdb.gdb/selftest.exp (test_with_self): Also accept full
3801 prototype of main.
3802
6f98576f
PA
38032015-02-27 Pedro Alves <palves@redhat.com>
3804
3805 * lib/unbuffer_output.c: New file.
3806 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
3807 (main): Call gdb_unbuffer_output.
3808
eba5ab56
YQ
38092015-02-27 Yao Qi <yao.qi@linaro.org>
3810
3811 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
3812 target.
3813
0def5aaa
DE
38142015-02-26 Doug Evans <dje@google.com>
3815
3816 * gdb.cp/class2.cc (Dbase, D): New classes.
3817 (main): New local delta.
3818 * gdb.cp/class2.exp: Test printing delta.
3819 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
3820 (dynbar): New global.
3821 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
3822
081a1c2c
JK
38232015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3824
3825 * gdb.compile/compile-ifunc.c: New file.
3826 * gdb.compile/compile-ifunc.exp: New file.
3827
2f41223f
AT
38282015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
3829
3830 * gdb.base/structs.exp: Check for correct struct on finish.
3831
03eddd80
YQ
38322015-02-26 Yao Qi <yao.qi@linaro.org>
3833
3834 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
3835 is zero.
3836
80c57053
JK
38372015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3838
3839 * gdb.arch/cordic.ko.bz2: New file.
3840 * gdb.arch/cordic.ko.debug.bz2: New file.
3841 * gdb.arch/ppc64-symtab-cordic.exp: New file.
3842
21613c12
YQ
38432015-02-25 Yao Qi <yao.qi@linaro.org>
3844
3845 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
3846 aarch64*-*-* target.
3847
d8b901ed
PA
38482015-02-23 Pedro Alves <palves@redhat.com>
3849
3850 * lib/gdb.exp (delete_breakpoints): Rewrite using
3851 gdb_test_multiple.
3852
e5b85ead
PA
38532015-02-23 Pedro Alves <palves@redhat.com>
3854
3855 * gdb.base/info-os.c: Include stdlib.h.
3856
85c3a371
DE
38572015-02-22 Doug Evans <xdje42@gmail.com>
3858
3859 PR symtab/17855
3860 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
3861 is read after symbols have been re-read.
3862 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
3863 * gdb.ada/exec_changed/second.adb (Second): Ditto.
3864
96553a0c
DE
38652015-02-21 Doug Evans <dje@google.com>
3866
3867 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
3868
97a0c697
JK
38692015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3870
3871 PR corefiles/17808
3872 * gdb.arch/i386-biarch-core.core.bz2: New file.
3873 * gdb.arch/i386-biarch-core.exp: New file.
3874
a47cd6e9
PA
38752015-02-21 Pedro Alves <palves@redhat.com>
3876
3877 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
3878 runto_main fails.
3879
c5facdc4
PA
38802015-02-20 Pedro Alves <palves@redhat.com>
3881
3882 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
3883 info probes.
3884
2db9a427
PA
38852015-02-20 Pedro Alves <palves@redhat.com>
3886
3887 * gdb.threads/multi-create-ns-info-thr.exp: New file.
3888
60fb7e9e
PA
38892015-02-20 Pedro Alves <palves@redhat.com>
3890
3891 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
3892 clean_restart before gdb_target_supports_trace.
3893
5c5019c2
PA
38942015-02-20 Pedro Alves <palves@redhat.com>
3895
3896 PR threads/18006
3897 * gdb.threads/clone-thread_db.c: New file.
3898 * gdb.threads/clone-thread_db.exp: New file.
3899
c9587f88
AT
39002015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
3901
3902 PR breakpoints/16812
3903 * gdb.base/catch-gdb-caused-signals.c: New file.
3904 * gdb.base/catch-gdb-caused-signals.exp: New file.
3905
f6a88844
JM
39062015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
3907
3908 * configure: Regenerated.
3909 * configure.ac: Use GDB_AC_TRANSFORM.
3910 * aclocal.m4: sinclude ../transform.m4.
3911
497c491b
JM
39122015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3913
3914 * lib/dtrace.exp: New file.
3915 * gdb.base/dtrace-probe.exp: Likewise.
3916 * gdb.base/dtrace-probe.d: Likewise.
3917 * gdb.base/dtrace-probe.c: Likewise.
3918 * lib/pdtrace.in: Likewise.
3919 * configure.ac: Output variables with the transformed names of
3920 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
3921 * configure: Regenerated.
3922
03e98035
JM
39232015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3924
3925 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
3926 expected message when trying to access $_probe_* convenience
3927 variables while not on a probe.
3928
63cc30e9
JK
39292015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3930
3931 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
3932
0703599a
PA
39332015-02-11 Pedro Alves <pedro@codesourcery.com>
3934
3935 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
3936 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
3937
7e60a48e
DE
39382015-02-10 Doug Evans <xdje42@gmail.com>
3939
3940 * lib/gdb.exp (gdb_load): Always return a result.
3941
01b088bc
PA
39422015-02-10 Pedro Alves <palves@redhat.com>
3943
3944 * gdb.threads/signal-sigtrap.c: New file.
3945 * gdb.threads/signal-sigtrap.exp: New file.
3946
b05ec7a5
AT
39472015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
3948
3949 * gdb.trace/no-attach-trace.c: New file.
3950 * gdb.trace/no-attach-trace.exp: New file.
3951
a2c2acaf
MW
39522015-02-09 Mark Wielaard <mjw@redhat.com>
3953
3954 * gdb.dwarf2/atomic.c: New file.
3955 * gdb.dwarf2/atomic-type.exp: Likewise.
3956
31fd9caa
MM
39572015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3958
3959 * gdb.btrace/buffer-size.exp: Update "info record" output.
3960 * gdb.btrace/delta.exp: Update "info record" output.
3961 * gdb.btrace/enable.exp: Update "info record" output.
3962 * gdb.btrace/finish.exp: Update "info record" output.
3963 * gdb.btrace/instruction_history.exp: Update "info record" output.
3964 * gdb.btrace/next.exp: Update "info record" output.
3965 * gdb.btrace/nexti.exp: Update "info record" output.
3966 * gdb.btrace/step.exp: Update "info record" output.
3967 * gdb.btrace/stepi.exp: Update "info record" output.
3968 * gdb.btrace/nohist.exp: Update "info record" output.
3969
d33501a5
MM
39702015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3971
3972 * gdb.btrace/buffer-size: New.
3973
f4abbc16
MM
39742015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3975
3976 * gdb.btrace/delta.exp: Update "info record" output.
3977 * gdb.btrace/enable.exp: Update "info record" output.
3978 * gdb.btrace/finish.exp: Update "info record" output.
3979 * gdb.btrace/instruction_history.exp: Update "info record" output.
3980 * gdb.btrace/next.exp: Update "info record" output.
3981 * gdb.btrace/nexti.exp: Update "info record" output.
3982 * gdb.btrace/step.exp: Update "info record" output.
3983 * gdb.btrace/stepi.exp: Update "info record" output.
3984 * gdb.btrace/nohist.exp: Update "info record" output.
3985
b9d61307
SM
39862015-02-06 Simon Marchi <simon.marchi@ericsson.com>
3987
3988 PR gdb/15678
3989 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
3990
e584fdbc
PA
39912015-02-06 Pedro Alves <palves@redhat.com>
3992
3993 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
3994 macro.
3995 (seconds_left, again): New globals.
3996 (main): Wait seconds_left in a 1-second sleep loop instead of
3997 sleeping 180 seconds. If 'again' is set, reset the seconds
3998 counter.
3999 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
4000 'again' in the inferior before detaching. Print the seconds left.
4001 (options): New global.
4002 (top level): Build program with -DTIMEOUT=$timeout.
4003
77f41761
PA
40042015-02-06 Pedro Alves <palves@redhat.com>
4005
4006 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
4007 determine how many seconds to pass to 'alarm'.
4008 * gdb.base/gdb-sigterm.exp (top level): Build program with
4009 -DTIMEOUT=$timeout.
4010 (do_test): Return success/failure indication. Add more verbose
4011 logging. Don't fail if 200 single steps are seen. Instead, fail
4012 when the test times out.
4013 (passes): New global.
4014 (top level): Break the testing loop if testing fails on any
4015 iteration. Use gdb_assert.
4016
b9394193
DB
40172015-02-04 Don Breazeal <donb@codesourcery.com>
4018
4019 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
4020 and initialize them.
4021 (ipc_cleanup): New function.
4022 (main): Don't declare shmid, semid, and msqid. Add a call to
4023 atexit so that we call ipc_cleanup on exit.
4024
42d9e528
PA
40252015-02-04 Pedro Alves <palves@redhat.com>
4026
4027 * boards/native-extended-gdbserver.exp: Remove any target variant
4028 specifications from the board name before clearing the isremote
4029 flag from board_info.
4030
ae6ae975
DE
40312015-01-31 Doug Evans <xdje42@gmail.com>
4032
4033 * gdb.base/maint.exp <maint print type argc>: Update expected output.
4034
cfb069a8
GB
40352015-01-31 Gary Benson <gbenson@redhat.com>
4036
4037 * gdb.base/completion.exp: Disable completion limiting for
4038 existing tests. Add new tests to check completion limiting.
4039 * gdb.linespec/ls-errs.exp: Disable completion limiting.
4040
5dd31d79
DE
40412015-01-31 Doug Evans <xdje42@gmail.com>
4042
4043 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
4044
9f050062
DE
40452015-01-31 Doug Evans <xdje42@gmail.com>
4046
4047 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
4048 entries. Duplicate file section script entries.
4049 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
4050 inlined entries. Add test for safe-path rejection.
4051 * gdb.python/py-section-script.c: Add duplicate inlined section script
4052 entries. Duplicate file section script entries.
4053 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
4054 inlined entries. Add test for safe-path rejection.
4055
df25ebbd
JB
40562015-01-29 Joel Brobecker <brobecker@adacore.com>
4057
4058 * gdb.ada/disc_arr_bound: New testcase.
4059
4a0ca9ec
JB
40602015-01-29 Joel Brobecker <brobecker@adacore.com>
4061
4062 * gdb.ada/mi_var_array: New testcase.
4063
3a8b707a
DE
40642015-01-27 Doug Evans <dje@google.com>
4065
4066 * gdb.python/py-objfile.exp: Add tests for objfile.username.
4067 Add test for objfile.filename, objfile.username after objfile
4068 has been unloaded.
4069
f8313f6e
JB
40702015-01-26 Joel Brobecker <brobecker@adacore.com>
4071
4072 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
4073 the second test to print the name attribute of value
4074 returned by the call to gdb.lookup_type, and adjust
4075 the expected output accordingly.
4076
37bc665e
MW
40772015-01-25 Mark Wielaard <mjw@redhat.com>
4078
4079 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
4080 * gdb.base/disp-step-fork.c: Include unistd.h.
4081 * gdb.base/siginfo-obj.c: Include stdio.h.
4082 * gdb.base/siginfo-thread.c: Likewise.
4083 * gdb.mi/non-stop.c: Include unistd.h.
4084 * gdb.mi/nsthrexec.c: Include stdio.h.
4085 * gdb.mi/pthreads.c: Include unistd.h.
4086 * gdb.modula2/unbounded1.c (main): Declare returns int.
4087 * gdb.reverse/consecutive-reverse.c: Likewise.
4088 * gdb.threads/create-fail.c: Include unistd.h.
4089 * gdb.threads/killed.c: Likewise.
4090 * gdb.threads/linux-dp.c: Likewise.
4091 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
4092 * gdb.threads/non-ldr-exc-2.c: Likewise.
4093 * gdb.threads/non-ldr-exc-3.c: Likewise.
4094 * gdb.threads/non-ldr-exc-4.c: Likewise.
4095 * gdb.threads/pthreads.c: Include unistd.h.
4096 (main): Declare returns int.
4097 * gdb.threads/tls-main.c (foo): New declaration.
4098 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
4099
f7e5394d
SM
41002015-01-23 Simon Marchi <simon.marchi@ericsson.com>
4101
4102 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
4103 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
4104
743649fd
MW
41052015-01-15 Mark Wielaard <mjw@redhat.com>
4106
4107 * gdb.base/noreturn-return.c: New file.
4108 * gdb.base/noreturn-return.exp: New file.
4109 * gdb.base/noreturn-finish.c: New file.
4110 * gdb.base/noreturn-finish.exp: New file.
4111
198297aa
PA
41122015-01-23 Pedro Alves <palves@redhat.com>
4113
4114 * gdb.threads/continue-pending-after-query.c: New file.
4115 * gdb.threads/continue-pending-after-query.exp: New file.
4116
717cf30c
AG
41172015-01-22 Anders Granlund <anders.granlund@ericsson.com>
4118 Simon Marchi <simon.marchi@ericsson.com>
4119
4120 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
4121 * gdb.base/valgrind-db-attach.exp: Same.
4122 * gdb.base/valgrind-infcall.exp: Same.
4123 * lib/mi-support.exp (default_mi_gdb_start): Same.
4124 * lib/prompt.exp (default_prompt_gdb_start): Same.
4125 * lib/gdb.exp (default_gdb_spawn): Same.
4126 (gdb_interact): New.
4127
4128
4b62a76e
JK
41292015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4130
4131 * gdb.compile/compile.exp (pointer to jit function): New test.
4132
b4cdae6f
WW
41332015-01-17 Wei-cheng Wang <cole945@gmail.com>
4134
4135 * lib/gdb.exp (supports_process_record): Return true for
4136 powerpc*-*-linux*.
4137 (supports_reverse): Likewise.
4138
d221e7ef
DB
41392015-01-15 Don Breazeal <donb@codesourcery.com>
4140
4141 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
4142 instead of checking whether the target board is remote and
4143 use spawn_wait_for_attach instead of exec/sleep.
4144 * gdb.base/attach-twice.exp: Likewise.
4145
bafffb51
JB
41462015-01-15 Joel Brobecker <brobecker@adacore.com>
4147
4148 * gdb.ada/var_arr_attrs: New testcase.
4149
5589af0e
PA
41502015-01-14 Pedro Alves <palves@redhat.com>
4151 Joel Brobecker <brobecker@adacore.com>
4152
4153 PR gdb/17525
4154 * gdb.base/bp-cmds-execution-x-script.c: New file.
4155 * gdb.base/bp-cmds-execution-x-script.exp: New file.
4156 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
4157
6c400b59
PA
41582015-01-14 Pedro Alves <palves@redhat.com>
4159
4160 PR cli/17828
4161 * gdb.base/batch-preserve-term-settings.c: New file.
4162 * gdb.base/batch-preserve-term-settings.exp: New file.
4163
e02c96a7
DE
41642015-01-13 Doug Evans <dje@google.com>
4165
4166 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
4167 binary.
4168
576fd14c
JB
41692015-01-13 Joel Brobecker <brobecker@adacore.com>
4170
4171 * Makefile.in (clean mostlyclean): Do not delete *.py.
4172
04dccad0
JB
41732015-01-13 Joel Brobecker <brobecker@adacore.com>
4174
4175 * gdb.python/py-lookup-type.exp: New file.
4176
3d230f71
PA
41772015-01-12 Pedro Alves <palves@redhat.com>
4178
4179 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
4180 restore GDBFLAGS before returning.
4181
7e67715d
JK
41822015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4183
4184 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
4185 is_amd64_regs_target and is_x86_like_target.
4186
f2e0d4b4
DE
41872015-01-11 Doug Evans <xdje42@gmail.com>
4188
4189 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
4190 is given without an explicit form.
4191 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
4192 attributes.
4193 * gdb.dwarf/corrupt.exp: Ditto.
4194 * gdb.dwarf2/enum-type.exp: Ditto.
4195 * gdb.trace/entry-values.exp: Ditto.
4196 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
4197
439250fb
DE
41982015-01-11 Doug Evans <xdje42@gmail.com>
4199
4200 PR gdb/15830
4201 * gdb.base/maint.exp: Remove references to "maint demangle".
4202 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
4203 Add tests for explicitly specifying language to demangle.
4204 * gdb.dlang/demangle.exp: Ditto.
4205
ede9f622
PA
42062015-01-09 Pedro Alves <palves@redhat.com>
4207
4208 * gdb.threads/non-stop-fair-events.c: New file.
4209 * gdb.threads/non-stop-fair-events.exp: New file.
4210
a7b796db
PA
42112015-01-09 Pedro Alves <palves@redhat.com>
4212
4213 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
4214 the global scope. Set a breakpoint after all threads are started
4215 rather than stepping over two source lines. Expect the prompt.
4216 * gdb.base/watch_thread_num.c (threads_started_barrier): New
4217 global.
4218 (NUM): Now 15.
4219 (main): Use threads_started_barrier to wait for all threads to
4220 start. Main thread no longer calls thread_function. Exit after
4221 180 seconds.
4222 (loop): New function.
4223 (thread_function): Wait on threads_started_barrier barrier. Call
4224 'loop' at each iteration.
4225 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
4226 threads have started, instead of hardcoding number of "next"
4227 steps. Use an access watchpoint instead of a write watchpoint.
4228
9665ffdd
PA
42292015-01-09 Pedro Alves <palves@redhat.com>
4230
4231 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
4232 (thread_func): Wait on barrier.
4233 (main): Wait for all threads to start before stopping GDB.
4234 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
4235 global.
4236 (thread1_func, thread2_func): Wait on barrier.
4237 (main): Wait for all threads to start before stopping GDB.
4238 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
4239 New global.
4240 (thread1_func, thread2_func): Wait on barrier.
4241 (main): Wait for all threads to start before stopping GDB.
4242
c945a99f
PA
42432015-01-09 Pedro Alves <palves@redhat.com>
4244
4245 * gdb.threads/attach-many-short-lived-threads.c: New file.
4246 * gdb.threads/attach-many-short-lived-threads.exp: New file.
4247
c1a747c1
PA
42482014-01-09 Pedro Alves <palves@redhat.com>
4249
4250 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
4251 instead of to thread 2.
4252 * gdb.threads/signal-command-multiple-signals-pending.c (main):
4253 Add barrier around each pthread_create call instead of around all
4254 calls.
4255 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
4256 Set a break on thread_function and have the child threads hit it
4257 one at at a time.
4258
60b3033e
PA
42592015-01-09 Pedro Alves <palves@redhat.com>
4260
4261 * lib/gdb.exp (can_spawn_for_attach): New procedure.
4262 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
4263 false.
4264 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
4265 checking whether the target board is remote.
4266 * gdb.multi/multi-attach.exp: Likewise.
4267 * gdb.python/py-sync-interp.exp: Likewise.
4268 * gdb.server/ext-attach.exp: Likewise.
4269 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
4270 tests that need to attach, instead of checking whether the target
4271 board is remote at the top of the file.
4272
acc018ac
YQ
42732015-01-08 Yao Qi <yao@codesourcery.com>
4274
4275 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
4276
50a18af8
JK
42772015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4278
4279 Fix testcase compilation.
4280 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
4281
8503d6e1
JB
42822015-01-06 Joel Brobecker <brobecker@adacore.com>
4283
4284 * gdb.python/py-type.exp: Add a couple test about empty
4285 array creation, and negative-length array creation.
4286
cc73dbcc
DE
42872015-01-02 Doug Evans <xdje42@gmail.com>
4288
4289 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
4290
0300bbc7
DE
42912015-01-02 Doug Evans <dje@google.com>
4292
4293 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
4294
9d85a0ec
YQ
42952014-12-29 Yao Qi <yao@codesourcery.com>
4296
4297 * gdb.trace/entry-values.exp: Update comments. Rename variable
4298 bar_call_foo to returned_from_foo.
4299
87186c6a
MMN
43002014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
4301
4302 PR gdb/17394
4303 * gdb.linespec/break-asm-file.c: New file.
4304 * gdb.linespec/break-asm-file.exp: New file.
4305 * gdb.linespec/break-asm-file0.s: New file.
4306 * gdb.linespec/break-asm-file1.s: New file.
4307
1bab7383
YQ
43082014-12-18 Nigel Stephens <nigel@mips.com>
4309 Maciej W. Rozycki <macro@codesourcery.com>
4310
4311 * gdb.base/float.exp: Handle the new output from "info float" on
4312 MIPS targets.
4313
1bc1068a
JK
43142014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4315
4316 Fix MinGW compilation.
4317 * gdb.compile/compile-ops.exp: Update untested message if
4318 !skip_compile_feature_tests.
4319 * gdb.compile/compile-setjmp.exp: Likewise.
4320 * gdb.compile/compile-tls.exp: Likewise.
4321 * gdb.compile/compile.exp: Likewise.
4322 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
4323 supported on this host".
4324
b6615d10
DE
43252014-12-16 Doug Evans <xdje42@gmail.com>
4326
4327 * boards/stabs.exp: New file.
4328
25dda427
AA
43292014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
4330
4331 * gdb.base/completion.exp: Adjust to format changes of "maint
4332 print user-registers".
4333
bf330350
CU
43342014-12-16 Catalin Udma <catalin.udma@freescale.com>
4335
4336 PR server/17457
4337 * gdb.arch/aarch64-fp.c: New file.
4338 * gdb.arch/aarch64-fp.exp: New file.
4339
395cf596
SDJ
43402014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4341
4342 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
4343 r210637, r210913, r211666, r215400, r215817).
4344
4345 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
4346 * dg-extract-results.py: New file.
4347 * dg-extract-results.sh: Use it if the environment seems
4348 suitable.
4349
4350 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
4351
4352 * dg-extract-results.py (parse_run): Handle warnings that
4353 are printed before a test harness is run.
4354
4355 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
4356
4357 * dg-extract-results.py (Named): Remove __cmp__ method.
4358 (output_variation): Use a key to sort variation.harnesses.
4359
4360 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
4361
4362 * dg-extract-results.py: For Python 3, force sys.stdout to
4363 handle surrogate escape sequences.
4364 (safe_open): New function.
4365 (output_segment, main): Use it.
4366
4367 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
4368
4369 * dg-extract-results.py (Prog.result_re): Include options
4370 in test name.
4371
4372 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
4373
4374 * dg-extract-results.py (output_variation): Always sort if
4375 do_sum.
4376
e882ef3c
SM
43772014-12-15 Simon Marchi <simon.marchi@ericsson.com>
4378
4379 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
4380 as long as we get pagination notifications.
4381
4992aa20
JM
43822014-12-15 Jason Merrill <jason@redhat.com>
4383
4384 * Makefile.in (check-gdb.%): Restore.
4385 * README: Mention it.
4386
c1b5a1a6
JB
43872014-12-13 Joel Brobecker <brobecker@adacore.com>
4388
4389 * gdb.ada/str_uninit: New testcase.
4390
5537b577
JK
43912014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4392
4393 PR symtab/17642
4394 * gdb.base/vla-stub-define.c: New file.
4395 * gdb.base/vla-stub.c: New file.
4396 * gdb.base/vla-stub.exp: New file.
4397
bb2ec1b3
TT
43982014-12-12 Phil Muldoon <pmuldoon@redhat.com>
4399 Jan Kratochvil <jan.kratochvil@redhat.com>
4400 Tom Tromey <tromey@redhat.com>
4401
4402 * configure.ac: Add gdb.compile/.
4403 * configure: Regenerate.
4404 * gdb.compile/Makefile.in: New file.
4405 * gdb.compile/compile-ops.exp: New file.
4406 * gdb.compile/compile-ops.c: New file.
4407 * gdb.compile/compile-tls.c: New file.
4408 * gdb.compile/compile-tls.exp: New file.
4409 * gdb.compile/compile-constvar.S: New file.
4410 * gdb.compile/compile-constvar.c: New file.
4411 * gdb.compile/compile-mod.c: New file.
4412 * gdb.compile/compile-nodebug.c: New file.
4413 * gdb.compile/compile-setjmp-mod.c: New file.
4414 * gdb.compile/compile-setjmp.c: New file.
4415 * gdb.compile/compile-setjmp.exp: New file.
4416 * gdb.compile/compile-shlib.c: New file.
4417 * gdb.compile/compile.c: New file.
4418 * gdb.compile/compile.exp: New file.
4419 * lib/gdb.exp (skip_compile_feature_tests): New proc.
4420
4ff709eb
TT
44212014-12-12 Tom Tromey <tromey@redhat.com>
4422
4423 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
4424 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
4425
6dddd6a5
DE
44262014-12-12 Doug Evans <dje@google.com>
4427
4428 * lib/gdb-python.exp (get_python_valueof): New function.
4429 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
4430
71c24708
AA
44312014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4432
4433 * gdb.base/completion.exp: Add test for completion of "info
4434 registers ".
4435
3e29f34a
MR
44362014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
4437
4438 * gdb.base/func-ptrs.c: New file.
4439 * gdb.base/func-ptrs.exp: New file.
4440
fc126975
SM
44412014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4442
4443 PR breakpoints/17012
4444 * gdb.base/dprintf-detach.c: New file.
4445 * gdb.base/dprintf-detach.exp: New file.
4446
0a46d518
SM
44472014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4448
4449 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
4450 * lib/gdb.exp (target_is_gdbserver): New procedure.
4451
a0be3e44
DE
44522014-12-08 Doug Evans <dje@google.com>
4453
4454 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
4455
df1b803a
YQ
44562014-12-05 Yao Qi <yao@codesourcery.com>
4457
4458 * gdb.guile/scm-error.exp: Remove the third argument to
4459 gdb_remote_download.
4460 * gdb.guile/scm-frame-args.exp: Likewise.
4461 * gdb.guile/scm-section-script.exp: Likewise.
4462
ddb9f679
YQ
44632014-12-05 Yao Qi <yao@codesourcery.com>
4464
4465 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
4466
86e4ed39
DE
44672014-12-04 Doug Evans <dje@google.com>
4468
4469 * gdb.python/py-objfile.exp: Add tests for
4470 objfile.add_separate_debug_file.
4471
7c50a931
DE
44722014-12-04 Doug Evans <dje@google.com>
4473
4474 * lib/gdb.exp (get_build_id): New function.
4475 (build_id_debug_filename_get): Rewrite to use it.
4476 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
4477
621661e3
MR
44782014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
4479
4480 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
4481 `method(long)', not just 0x0.
4482 * gdb.cp/nsalias.exp: Align code labels to 4.
4483 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
4484 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
4485 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
4486 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
4487 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
4488 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
4489
29f0c3b7
DE
44902014-12-02 Doug Evans <dje@google.com>
4491
e1e061e7 4492 PR symtab/17602
29f0c3b7 4493 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 4494 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
4495 * gdb.cp/anon-ns.exp: Update.
4496
162078c8
NB
44972014-12-02 Nick Bull <nicholaspbull@gmail.com>
4498
4499 * gdb.python/py-events.py (inferior_call_handler): New.
4500 (register_changed_handler, memory_changed_handler): New.
4501 (test_events.invoke): Register new handlers.
4502 * gdb.python/py-events.exp: Add tests for inferior call,
4503 memory_changed and register_changed events.
4504
fdb09caf
AA
45052014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4506
4507 * gdb.base/execl-update-breakpoints.exp: Specify the link address
4508 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
4509 if the linker doesn't understand this.
4510
55cfb2c4
SM
45112014-12-01 Simon Marchi <simon.marchi@ericsson.com>
4512
4513 * gdb.python/python.exp: Change expected reply to help().
4514
9e8cd6df
YQ
45152014-12-01 Yao Qi <yao@codesourcery.com>
4516
4517 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
4518 AC_CONFIG_SUBDIRS(gdb.gdbtk).
4519 * configure: Re-generated.
4520
6c659fc2
SC
45212014-11-28 Siva Chandra Reddy <sivachandra@google.com>
4522
4523 * gdb.cp/chained-calls.cc: New file.
4524 * gdb.cp/chained-calls.exp: New file.
4525 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
4526
d7fc3181
SM
45272014-11-28 Simon Marchi <simon.marchi@ericsson.com>
4528
4529 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
4530 * gdb.dwarf2/symtab-producer.exp: Same.
4531 * gdb.gdb/python-interrupts.exp: Same.
4532 * gdb.gdb/python-selftest.exp: Same.
4533 * gdb.python/py-linetable.exp: Same.
4534 * gdb.python/py-type.exp: Same.
4535 * gdb.python/py-value-cc.exp: Same.
4536 * gdb.python/py-value.exp: Same.
4537
10e79639
YQ
45382014-11-28 Yao Qi <yao@codesourcery.com>
4539
4540 * gdb.base/break-probes.exp: Match library name prefixed with
4541 sysroot.
4542
f28a0564
SM
45432014-11-27 Simon Marchi <simon.marchi@ericsson.com>
4544
4545 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
4546 test expected output. Add parentheses for the call to print.
4547 Remove L suffix from integers.
4548
3fe1ce1d
DE
45492014-11-26 Doug Evans <dje@google.com>
4550
4551 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
4552
84429e27
YQ
45532014-11-22 Yao Qi <yao@codesourcery.com>
4554
4555 * gdb.trace/entry-values.c: Remove asms.
4556 (foo): Add foo_label.
4557 (bar): Add bar_label.
4558 * gdb.trace/entry-values.exp: Remove code computing foo's
4559 length and bar's length.
4560 (Dwarf::assemble): Invoke function_range for bar and use
4561 MACRO_AT_func for foo.
4562
26741859
YQ
45632014-11-22 Yao Qi <yao@codesourcery.com>
4564
4565 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
4566 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
4567 Use .Lgcc43_procstart instead of gcc43.
4568
45e44d27
JB
45692014-11-21 Joel Brobecker <brobecker@adacore.com>
4570
4571 * gdb.ada/n_arr_bound: New testcase.
4572
458c8db8
SDJ
45732014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
4574
4575 PR breakpoints/10737
4576 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
4577 test_catch_syscall_multi_arch.
4578 (test_catch_syscall_multi_arch): New function.
4579
43f3e411
DE
45802014-11-20 Doug Evans <xdje42@gmail.com>
4581
4582 * gdb.base/maint.exp: Update expected output.
4583
0d7b2549
AA
45842014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4585
4586 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
4587 4-byte instruction on S390.
4588
8908fca5
JB
45892014-11-19 Joel Brobecker <brobecker@adacore.com>
4590
4591 * gdb.ada/arr_arr: New testcase.
4592
4a46959e
JB
45932014-11-19 Joel Brobecker <brobecker@adacore.com>
4594
4595 * gdb.ada/pkd_arr_elem: New Testcase.
4596
470e2f4e
LM
45972014-11-18 Luis Machado <lgustavo@codesourcery.com>
4598
4599 * gdb.reverse/break-precsave: Expect completion message for
4600 core file reads.
4601 * gdb.reverse/consecutive-precsave.exp: Likewise.
4602 * gdb.reverse/finish-precsave.exp: Likewise.
4603 * gdb.reverse/i386-precsave.exp: Likewise.
4604 * gdb.reverse/machinestate-precsave.exp: Likewise.
4605 * gdb.reverse/sigall-precsave.exp: Likewise.
4606 * gdb.reverse/solib-precsave.exp: Likewise.
4607 * gdb.reverse/step-precsave.exp: Likewise.
4608 * gdb.reverse/until-precsave.exp: Likewise.
4609 * gdb.reverse/watch-precsave.exp: Likewise.
4610
a267f3ad
AA
46112014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4612
4613 * gdb.base/bp-permanent.c: Include unistd.h.
4614 * gdb.python/py-framefilter-mi.c (main): Add return type.
4615 * gdb.python/py-framefilter.c (main): Likewise.
4616 * gdb.trace/actions-changed.c (main): Likewise.
4617
12084a9a
AA
46182014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4619
4620 * gdb.mi/until.c: Add eye-catchers.
4621 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
4622 line numbers.
4623
dc7e1a77
AA
46242014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4625
4626 * gdb.base/condbreak.exp: Drop references to removed non-prototype
4627 function header variants in break1.c.
4628 * gdb.base/ena-dis-br.exp: Likewise.
4629 * gdb.base/hbreak2.exp: Likewise.
4630 * gdb.reverse/until-precsave.exp: Drop references to removed
4631 non-prototype function header variants in ur1.c.
4632 * gdb.reverse/until-reverse.exp: Likewise.
4633
41c77605
PM
46342014-11-17 Petr Machata <pmachata@redhat.com>
4635
4636 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
4637 ${_cu_offset_size} bytes abbrev offset.
4638
34248c3a
DE
46392014-11-15 Doug Evans <xdje42@gmail.com>
4640
4641 PR symtab/17559
4642 * gdb.base/line-symtabs.exp: New file.
4643 * gdb.base/line-symtabs.c: New file.
4644 * gdb.base/line-symtabs.h: New file.
4645
646da059
YQ
46462014-11-14 Yao Qi <yao@codesourcery.com>
4647
4648 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
4649 (func): Add label func_label.
4650 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
4651 Replace low_pc and high_pc with MACRO_AT_range.
4652 Replace name, low_pc and high_pc with MACRO_AT_func.
4653
9301ebe6
YQ
46542014-11-14 Yao Qi <yao@codesourcery.com>
4655
4656 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
4657 Replace name, low_pc and high_pc with MACRO_AT_func.
4658
f166b542
YQ
46592014-11-14 Yao Qi <yao@codesourcery.com>
4660
4661 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
4662 produce debug information.
4663 * gdb.dwarf2/implptr-optimized-out.S: Removed.
4664
0f6e71e3
YQ
46652014-11-14 Yao Qi <yao@codesourcery.com>
4666
4667 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
4668 object and get function length.
4669 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
4670 with MACRO_AT_func.
4671 (top-level): Replace gdb_compile and clean_restart with
4672 prepare_for_testing.
4673 * gdb.dwarf2/main.c (main): Add label main_label.
4674
876c4df9
YQ
46752014-11-14 Yao Qi <yao@codesourcery.com>
4676
4677 * lib/dwarf.exp (function_range): New procedure.
4678 (Dwarf::_handle_macro_at_func): New procedure.
4679 (Dwarf::_handle_macro_at_range): New procedure.
4680 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
4681
02ad9cf1
YQ
46822014-11-14 Yao Qi <yao@codesourcery.com>
4683
4684 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
4685 (_handle_attribute): New procedure.
4686
a59add0c
AA
46872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4688
4689 * gdb.ada/cond_lang/foo.c (callme): Add return type.
4690 * gdb.base/call-sc.c (zed): Likewise.
4691 * gdb.base/checkpoint.c (main): Likewise.
4692 * gdb.base/dump.c (main): Likewise.
4693 * gdb.base/gcore.c (main): Likewise.
4694 * gdb.base/huge.c (main): Likewise.
4695 * gdb.base/multi-forks.c (main): Likewise.
4696 * gdb.base/pr10179-a.c (main): Likewise.
4697 * gdb.base/savedregs.c (main): Likewise.
4698 * gdb.base/sigaltstack.c (main): Likewise.
4699 * gdb.base/siginfo.c (main): Likewise.
4700 * gdb.base/structs.c (zed): Likewise.
4701 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
4702 * gdb.mi/mi-syn-frame.c (main): Likewise.
4703 * gdb.mi/until.c (foo, main): Likewise.
4704 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
4705 * gdb.base/solib-weak.c (foo): Declare.
4706 * gdb.base/attach-twice.c: Include stdio.h.
4707 * gdb.base/weaklib1.c: Likewise.
4708 * gdb.base/weaklib2.c: Likewise.
4709 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
4710 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
4711 unistd.h.
4712 * gdb.base/attach-pie-misread.c: Include stdlib.h.
4713 * gdb.mi/mi-exit-code.c: Likewise.
4714 * gdb.base/break-interp-lib.c: Include string.h.
4715 * gdb.base/coremaker.c: Likewise.
4716 * gdb.base/testenv.c: Likewise.
4717 * gdb.python/py-finish-breakpoint.c: Likewise.
4718 * gdb.base/inferior-died.c: Include sys/wait.h.
4719 * gdb.base/fileio.c: Include time.h.
4720 * gdb.base/async-shell.c: Include unistd.h.
4721 * gdb.base/dprintf-non-stop.c: Likewise.
4722 * gdb.base/info-os.c: Likewise.
4723 * gdb.mi/mi-console.c: Likewise.
4724 * gdb.mi/watch-nonstop.c: Likewise.
4725 * gdb.python/py-events.c: Likewise.
4726 * gdb.base/async.c (baz): Move up before its invocation.
4727 * gdb.base/code_elim2.c (my_global_func): Likewise.
4728 * gdb.base/skip-solib-lib.c (multiply): Likewise.
4729 * gdb.base/advance.c (func2): Likewise.
4730
3b5d5997
AA
47312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4732
4733 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
4734 variant.
4735 * gdb.base/annota3.c: Likewise.
4736 * gdb.base/async.c: Likewise.
4737 * gdb.base/average.c: Likewise.
4738 * gdb.base/call-ar-st.c: Likewise.
4739 * gdb.base/call-rt-st.c: Likewise.
4740 * gdb.base/call-sc.c: Likewise.
4741 * gdb.base/call-strs.c: Likewise.
4742 * gdb.base/ending-run.c: Likewise.
4743 * gdb.base/execd-prog.c: Likewise.
4744 * gdb.base/exprs.c: Likewise.
4745 * gdb.base/foll-exec.c: Likewise.
4746 * gdb.base/foll-fork.c: Likewise.
4747 * gdb.base/foll-vfork.c: Likewise.
4748 * gdb.base/funcargs.c: Likewise.
4749 * gdb.base/gcore.c: Likewise.
4750 * gdb.base/jump.c: Likewise.
4751 * gdb.base/langs0.c: Likewise.
4752 * gdb.base/langs1.c: Likewise.
4753 * gdb.base/langs2.c: Likewise.
4754 * gdb.base/mips_pro.c: Likewise.
4755 * gdb.base/nodebug.c: Likewise.
4756 * gdb.base/opaque0.c: Likewise.
4757 * gdb.base/opaque1.c: Likewise.
4758 * gdb.base/recurse.c: Likewise.
4759 * gdb.base/run.c: Likewise.
4760 * gdb.base/scope0.c: Likewise.
4761 * gdb.base/scope1.c: Likewise.
4762 * gdb.base/setshow.c: Likewise.
4763 * gdb.base/setvar.c: Likewise.
4764 * gdb.base/shmain.c: Likewise.
4765 * gdb.base/shr1.c: Likewise.
4766 * gdb.base/shr2.c: Likewise.
4767 * gdb.base/sigall.c: Likewise.
4768 * gdb.base/signals.c: Likewise.
4769 * gdb.base/so-indr-cl.c: Likewise.
4770 * gdb.base/solib2.c: Likewise.
4771 * gdb.base/structs.c: Likewise.
4772 * gdb.base/sum.c: Likewise.
4773 * gdb.base/vforked-prog.c: Likewise.
4774 * gdb.base/watchpoint.c: Likewise.
4775 * gdb.reverse/shr2.c: Likewise.
4776 * gdb.reverse/until-reverse.c: Likewise.
4777 * gdb.reverse/ur1.c: Likewise.
4778 * gdb.reverse/watch-reverse.c: Likewise.
4779
066a77c5
AA
47802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4781
4782 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
4783 variant.
4784 * gdb.base/sepdebug.exp: Drop references to removed code.
4785
4f204ea5
AA
47862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4787
4788 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
4789 variant. Preserve original line numbering.
4790 * gdb.base/list1.c: Likewise.
4791
3b377a3a
AA
47922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4793
4794 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
4795 variant.
4796 * gdb.base/break1.c: Likewise.
4797 * gdb.base/break.exp: Drop references to removed code.
4798
e444df73
AA
47992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4800
4801 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
4802 variant.
4803
8008f2a7
AA
48042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4805
4806 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
4807
a5a06887
AA
48082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4809
4810 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
4811 logic into perform_all_tests() and invoke it with and without
4812 function header prototypes.
4813 (do_function_calls): Remove conditional XFAIL for PR 5318.
4814 (rerun_and_prepare): Remove duplicate code.
4815 (perform_all_tests): New. Main logic moved here.
4816
44dba9b9
AA
48172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4818
4819 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
4820 code guarded by #ifdef NO_PROTOTYPES.
4821 (t_double_many_args): Likewise.
4822 (DEF_FUNC_MANY_ARGS_1): Likewise.
4823 (DEF_FUNC_VALUES_1): Likewise.
4824 (t_structs_ldc): Renamed from t_structs_fc in conditional code
4825 guarded by #ifdef PROTOTYPES.
4826
d1fbcd56
AA
48272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4828
4829 * gdb.mi/mi-console.c: Add eye-catcher.
4830 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
4831 instead of literal line number.
4832
b0e59b8f
AA
48332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4834
4835 * gdb.base/shr2.c: Add eye-catcher.
4836 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
4837 line number.
4838
78f98cca
AA
48392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4840
4841 * gdb.base/jump.c: Add eye-catchers.
4842 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
4843 numbers.
4844
58fa2af0
AA
48452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4846
4847 * gdb.base/execd-prog.c: Add eye-catchers.
4848 * gdb.base/foll-exec.c: Likewise.
4849 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
4850 line numbers.
4851
04e5059b
AA
48522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4853
4854 * gdb.base/ending-run.c: Add eye-catchers.
4855 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
4856 literal line numbers.
4857
dbfdb174
AA
48582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4859
4860 * gdb.base/call-rt-st.c: Add eye-catchers.
4861 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
4862 literal line numbers.
4863
888a2ade
AA
48642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4865
4866 * gdb.base/call-ar-st.c: Add eye-catchers.
4867 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
4868 literal line numbers.
4869
6acc2dde
AA
48702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4871
4872 * gdb.base/average.c: Add eye-catchers.
4873 * gdb.base/sum.c: Likewise.
4874 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
4875 regexps dynamically.
4876
9ecfcd1d
AA
48772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4878
4879 * gdb.base/solib1.c: Add eye-catchers.
4880 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
4881 literal line numbers.
4882
78708b7c
PA
48832014-11-12 Pedro Alves <palves@redhat.com>
4884
4885 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
4886 leader has exited.
4887
af48d08f
PA
48882014-11-12 Pedro Alves <palves@redhat.com>
4889
4890 * gdb.arch/i386-bp_permanent.c: New file.
4891 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
4892 (srcfile): Set to i386-bp_permanent.c.
4893 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
4894 that stepi does not execute the 'leave' instruction, instead of
4895 testing it does execute.
4896 * gdb.base/bp-permanent.c: New file.
4897 * gdb.base/bp-permanent.exp: New file.
4898
af3768e9
DE
48992014-11-10 Doug Evans <xdje42@gmail.com>
4900
4901 PR symtab/17564
4902 * gdb.base/symtab-search-order.exp: New file.
4903 * gdb.base/symtab-search-order.c: New file.
4904 * gdb.base/symtab-search-order-1.c: New file.
4905 * gdb.base/symtab-search-order-shlib-1.c: New file.
4906
9de00a4a
PA
49072014-11-07 Pedro Alves <palves@redhat.com>
4908
4909 PR gdb/17511
4910 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
4911 i?86-*-linux*.
4912
e0f52461
SC
49132014-11-03 Siva Chandra Reddy <sivachandra@google.com>
4914
4915 PR c++/17494
4916 * gdb.cp/pr17494.cc: New file.
4917 * gdb.cp/pr17494.exp: New file.
4918
6ce8c980
YQ
49192014-11-02 Yao Qi <yao@codesourcery.com>
4920
4921 * gdb.python/python.exp: Get working directory and match the
4922 output of "set extended-prompt \\w " with it.
4923
02be9a71
DE
49242014-10-30 Doug Evans <dje@google.com>
4925
4926 * gdb.python/py-objfile.exp: Add tests for setting random attributes
4927 in objfiles.
4928 * gdb.python/py-progspace.exp: Add tests for setting random attributes
4929 in progspaces.
4930
3bdff46b
LM
49312014-10-30 Janis Johnson <janisjo@codesourcery.com>
4932
4933 * gdb.base/fullpath-expand.exp: Skip for a remote host.
4934 * gdb.base/realname-expand.exp: Likewise.
4935 * gdb.linespec/macro-relative.exp: Likewise.
4936
ab917dfb
PA
49372014-10-29 Pedro Alves <palves@redhat.com>
4938
4939 PR gdb/17408
4940 * gdb.threads/schedlock.c (some_function): New function.
4941 (call_function): New global.
4942 (MAYBE_CALL_SOME_FUNCTION): New macro.
4943 (thread_function): Call it.
4944 * gdb.threads/schedlock.exp (get_args): Add description parameter,
4945 and use it instead of a global counter. Adjust all callers.
4946 (get_current_thread): Use "find current thread" for test message
4947 here rather than having all callers pass down the same string.
4948 (goto_loop): New procedure, factored out from ...
4949 (my_continue): ... this.
4950 (step_ten_loops): Change parameter from test message to command to
4951 use. Adjust.
4952 (list_count): Delete global.
4953 (check_result): New procedure, factored out from duplicate top
4954 level code.
4955 (continue tests): Wrap in with_test_prefix.
4956 (test_step): New procedure, factored out from duplicate top level
4957 code.
4958 (top level): Test "step" in combination with all scheduler-locking
4959 modes. Test "next" in combination with all scheduler-locking
4960 modes, and in combination with stepping over a function call or
4961 not.
4962 * gdb.threads/next-bp-other-thread.c: New file.
4963 * gdb.threads/next-bp-other-thread.exp: New file.
4964
d3d4baed
PA
49652014-10-29 Pedro Alves <palves@redhat.com>
4966
4967 PR python/17372
4968 * gdb.python/python.exp: Test a multi-line command that spawns
4969 interactive Python.
4970 * gdb.base/multi-line-starts-subshell.exp: New file.
4971
563e8d85
YQ
49722014-10-29 Yao Qi <yao@codesourcery.com>
4973
4974 * gdb.base/fileio.exp: Make directories on host.
4975
0ea4d52e
YQ
49762014-10-29 Yao Qi <yao@codesourcery.com>
4977
4978 * gdb.base/fileio.c (test_write): Close the file.
4979
7f5ef605
PA
49802014-10-28 Pedro Alves <palves@redhat.com>
4981
4982 PR gdb/12623
4983 * gdb.base/sigstep.c (no_handler): New global.
4984 (main): If 'no_handler is true, set the signal handlers to
4985 SIG_IGN.
4986 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
4987 with_sw_watch and no_handler parameters. Handle them.
4988 (top level) <stepping over handler when stopped at a breakpoint
4989 test>: Add a test axis for testing with a software watchpoint, and
4990 another for testing with the signal handler set to SIG_IGN.
4991 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
4992 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
4993
abbdbd03
PA
49942014-10-28 Pedro Alves <palves@redhat.com>
4995
4996 PR gdb/17511
4997 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
4998 * gdb.base/sigstep.exp (other_handler_location): New global.
4999 (advance): Support stepping into the signal handler, and running
5000 commands while in the handler.
5001 (in_handler_map): New global.
5002 (top level): In the advance test, add combinations for getting
5003 into the handler with stepping commands, and for running commands
5004 in the handler. Add comment descripting the advancei tests.
5005
1df4399f
PA
50062014-10-28 Pedro Alves <palves@redhat.com>
5007
5008 * gdb.base/sigstep.exp: Use build_executable instead of
5009 prepare_for_testing.
5010 (top level): Move code that starts GDB, runs to main and creates a
5011 display to ...
5012 (restart): ... this new procedure.
5013 (top level): Move backtrace from signal handler test to ...
5014 (validate_backtrace): ... this new procedure.
5015 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
5016 with_test_prefix. Always restart GDB.
5017 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
5018 with_test_prefix. Always restart GDB. No need to delete
5019 breakpoints after the test.
5020 (test_skip_handler): Remove prefix parameter.
5021 (skip_over_handler, breakpoint_to_handler)
5022 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
5023 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
5024 restart GDB. No need to delete breakpoints after the test.
5025 (top level): Use foreach to call the test procedures with
5026 different commands.
5027
a5b6e449
PA
50282014-10-28 Pedro Alves <palves@redhat.com>
5029
5030 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
5031 instead of GNATS numbers.
5032 * gdb.base/sigbpt.exp: Likewise.
5033 * gdb.base/siginfo.exp: Likewise.
5034 * gdb.base/sigstep.exp: Likewise.
5035
e5f8a7cc
PA
50362014-10-27 Pedro Alves <palves@redhat.com>
5037
5038 * gdb.base/sigstep.c (dummy): New global.
5039 (main): Issue a couple writes to the new global.
5040 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
5041 procedures.
5042 (skip_over_handler): Use test_skip_handler.
5043 (top level): Call skip_over_handler for stepi and nexti too.
5044 (breakpoint_over_handler): Use test_skip_handler.
5045 (top level): Call breakpoint_over_handler for stepi and nexti too.
5046
763905a3
YQ
50472014-10-27 Yao Qi <yao@codesourcery.com>
5048
5049 * gdb.trace/tfile.c (adjust_function_address)
5050 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
5051 function descriptor.
5052
6f259a23
DB
50532014-10-24 Don Breazeal <donb@codesourcery.com>
5054
5055 * gdb.base/foll-fork.exp (test_follow_fork,
5056 catch_fork_child_follow): Check for updated fork messages emitted
5057 from infrun.c.
5058 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
5059 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
5060 vfork_and_exec_child_follow_through_step): Check for updated vfork
5061 messages emitted from infrun.c.
5062
09dd9a69
PA
50632014-10-24 Pedro Alves <palves@redhat.com>
5064
5065 * gdb.base/corefile.exp: Remove references to ultrix.
5066 * gdb.base/interrupt.exp: Likewise.
5067 * gdb.base/whatis.exp: Likewise.
5068 * gdb.gdb/selftest.exp: Likewise.
5069 * gdb.threads/manythreads.exp: Likewise.
5070 * gdb.threads/print-threads.exp: Likewise.
5071 * gdb.threads/pthreads.exp:: Likewise.
5072 * gdb.threads/schedlock.exp: Likewise.
5073
3433cfa5
SC
50742014-10-24 Siva Chandra Reddy <sivachandra@google.com>
5075
5076 * gdb.cp/non-trivial-retval.cc: Add a test case.
5077 * gdb.cp/non-trivial-retval.exp: Add a test.
5078
092f880b
YQ
50792014-10-20 Yao Qi <yao@codesourcery.com>
5080
5081 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
5082 * gdb.python/py-objfile-script-gdb.py: New file.
5083 * gdb.python/py-objfile-script.exp: Update reference to
5084 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
5085 of remote_download. Remove the dest file.
5086
acbdb7f3
YQ
50872014-10-20 Yao Qi <yao@codesourcery.com>
5088
5089 * gdb.base/checkpoint.exp: Don't remove file copied on host.
5090 * gdb.base/step-line.exp: Likewise.
5091 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5092 * gdb.dwarf2/dw2-basic.exp: Likewise.
5093 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5094 * gdb.dwarf2/dw2-filename.exp: Likewise.
5095 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5096 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5097 * gdb.dwarf2/dw2-producer.exp: Likewise.
5098 * gdb.dwarf2/mac-fileno.exp: Likewise.
5099 * gdb.python/py-frame-args.exp: Likewise.
5100 * gdb.python/py-framefilter.exp: Likewise.
5101 * gdb.python/py-mi.exp: Likewise.
5102 * gdb.python/py-objfile-script.exp: Likewise
5103 * gdb.python/py-pp-integral.exp: Likewise.
5104 * gdb.python/py-pp-re-notag.exp: Likewise.
5105 * gdb.python/py-prettyprint.exp: Likewise.
5106 * gdb.python/py-section-script.exp: Likewise.
5107 * gdb.python/py-typeprint.exp: Likewise.
5108 * gdb.python/py-xmethods.exp: Likewise.
5109 * gdb.stabs/weird.exp: Likewise.
5110 * gdb.xml/tdesc-regs.exp: Likewise.
5111
bd286a29
KCY
51122014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
5113
5114 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
5115 (out_cu): Use addr_len for the size of addresses.
5116 (out_line): Likewise. Size DW_LNE_set_address instruction
5117 according to addr_len.
5118 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
5119 (FUNC): Add START_INSNS to definition.
5120
673dc4a0
YQ
51212014-10-18 Yao Qi <yao@codesourcery.com>
5122
5123 * gdb.base/argv0-symlink.exp: Check argv[0] value if
5124 gdb_has_argv0 return true.
5125 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
5126 check [target_info exists noargs], check [gdb_has_argv0]
5127 instead.
5128 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5129 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
5130 procedures.
5131
4ffbba72
DE
51322014-10-17 Doug Evans <dje@google.com>
5133
5134 * gdb.python/py-events.exp: Update expected output for clear_objfiles
5135 event.
5136 * gdb.python/py-events.py: Add clear_objfiles event.
5137
d096d8c1
DE
51382014-10-17 Doug Evans <dje@google.com>
5139
5140 * gdb.python/py-objfile.exp: Test progspace attribute.
5141
a80db015
LM
51422014-10-17 Luis Machado <lgustavo@codesourcery.com>
5143
5144 * gdb.guile/scm-breakpoint.exp: Do not assume any
5145 directory separators when matching source file paths.
5146 * gdb.python/py-breakpoint.exp: Likewise.
5147 * gdb.reverse/break-precsave.exp: Likewise.
5148 * gdb.reverse/break-reverse.exp: Likewise.
5149 * gdb.reverse/consecutive-precsave.exp: Likewise.
5150 * gdb.reverse/finish-precsave.exp: Likewise.
5151 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
5152 * gdb.reverse/finish-reverse.exp: Likewise.
5153 * gdb.reverse/i386-precsave.exp: Likewise.
5154 * gdb.reverse/i387-env-reverse.exp: Likewise.
5155 * gdb.reverse/i387-stack-reverse.exp: Likewise.
5156 * gdb.reverse/machinestate-precsave.exp: Likewise.
5157 * gdb.reverse/machinestate.exp: Likewise.
5158 * gdb.reverse/sigall-precsave.exp: Likewise.
5159 * gdb.reverse/solib-precsave.exp: Likewise.
5160 * gdb.reverse/step-precsave.exp: Likewise.
5161 * gdb.reverse/until-precsave.exp: Likewise.
5162 * gdb.reverse/watch-precsave.exp: Likewise.
5163 * gdb.reverse/watch-reverse.exp: Likewise.
5164
b22089ab
YQ
51652014-10-17 Yao Qi <yao@codesourcery.com>
5166
5167 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
5168 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
5169
6c4486e6
PA
51702014-10-17 Pedro Alves <palves@redhat.com>
5171
5172 PR gdb/17471
5173 * gdb.base/bg-execution-repeat.c: New file.
5174 * gdb.base/bg-execution-repeat.exp: New file.
5175
0ff33695
PA
51762014-10-17 Pedro Alves <palves@redhat.com>
5177
5178 PR gdb/17300
5179 * gdb.base/continue-all-already-running.c: New file.
5180 * gdb.base/continue-all-already-running.exp: New file.
5181
6fdebc3d
PA
51822014-10-17 Pedro Alves <palves@redhat.com>
5183
5184 PR gdb/17472
5185 * gdb.base/annota-input-while-running.c: New file.
5186 * gdb.base/annota-input-while-running.exp: New file.
5187
32a8097b
PA
51882014-10-17 Pedro Alves <palves@redhat.com>
5189
5190 * gdb.base/callfuncs.exp: emove references to osf.
5191 * gdb.base/sigall.exp: Likewise.
5192 * gdb.gdb/selftest.exp: Likewise.
5193 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5194 * gdb.mi/non-stop.c: Likewise.
5195 * gdb.mi/pthreads.c: Likewise.
5196 * gdb.reverse/sigall-precsave.exp: Likewise.
5197 * gdb.reverse/sigall-reverse.exp: Likewise.
5198 * gdb.threads/pthreads.c: Likewise.
5199 * gdb.threads/pthreads.exp: Likewise.
5200
7a3517ff
YQ
52012014-10-17 Yao Qi <yao@codesourcery.com>
5202
5203 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
5204 check 'target_info exists noargs'.
5205 (test_command_prompt_position): Likewise.
5206 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
5207 Remove "set args".
5208 (progvar_simple_while_test): Likewise.
5209 (progvar_complex_if_while_test): Likewise.
5210 (if_while_breakpoint_command_test): Likewise.
5211 (infrun_breakpoint_command_test): Likewise.
5212 (breakpoint_command_test): Likewise.
5213 (watchpoint_command_test): Likewise.
5214 (bp_deleted_in_command_test): Likewise.
5215 (temporary_breakpoint_commands): Likewise.
5216
bb99c472
YQ
52172014-10-16 Yao Qi <yao@codesourcery.com>
5218
5219 * gdb.base/remotetimeout.exp: Remove noargs checking.
5220
7c16b83e
PA
52212014-10-15 Pedro Alves <palves@redhat.com>
5222
5223 PR breakpoints/9649
5224 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
5225 * gdb.base/breakpoint-in-ro-region.exp
5226 (probe_target_hardware_step): New procedure.
5227 (top level): Probe hardware stepping and hardware breakpoint
5228 support. Test stepping through a read-only region, with both
5229 "breakpoint auto-hw" on and off and both "always-inserted" on and
5230 off.
5231
35a49624
IB
52322014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
5233
5234 * gdb.dlang/demangle.exp: Update for demangling changes.
5235
2d1c107c
SC
52362014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5237
5238 * gdb.cp/non-trivial-retval.cc: Add new test cases.
5239 * gdb.cp/non-trivial-retval.exp: Add new tests.
5240
778811d5
SC
52412014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5242
5243 PR c++/13403
5244 PR c++/15154
5245 * gdb.cp/non-trivial-retval.cc: New file.
5246 * gdb.cp/non-trivial-retval.exp: New file.
5247
10c5f0a8
YQ
52482014-10-15 Yao Qi <yao@codesourcery.com>
5249
5250 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
5251 remote host.
5252
65d7b369
YQ
52532014-10-15 Yao Qi <yao@codesourcery.com>
5254
5255 * gdb.python/py-symbol.exp: Match file base name if host is
5256 remote, otherwise match file name with dir name.
5257 * gdb.python/py-symtab.exp: Likewise.
5258 * gdb.python/python.exp: Likewise.
5259
46dc1394
YQ
52602014-10-15 Yao Qi <yao@codesourcery.com>
5261
5262 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
5263 pattern.
5264 * gdb.python/py-symtab.exp: Likewise.
5265 * gdb.python/python.exp: Remove trailing ".*". Fix typo
5266 locationn.
5267
c40cc657
JB
52682014-10-14 Joel Brobecker <brobecker@adacore.com>
5269
5270 * gdb.ada/addr_arith: New testcase.
5271
2abf49e1
MR
52722014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
5273
5274 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
5275 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
5276 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
5277 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
5278
f7088df3
SDJ
52792014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
5280
5281 * gdb.arch/stap-eval-lang-ada.S: Likewise.
5282 * gdb.arch/stap-eval-lang-ada.c: Likewise.
5283 * gdb.arch/stap-eval-lang-ada.exp: New file.
5284
4dc06805
YQ
52852014-10-14 Yao Qi <yao@codesourcery.com>
5286
5287 * gdb.mi/mi-var-child.c (nothing1): New function.
5288 (nothing2): New function.
5289 (do_children_tests): Set function pointers by nothing1 and
5290 nothing2.
5291 * gdb.mi/mi-var-child.exp: Step over new added statements.
5292 Update test to match the new output.
5293 * gdb.mi/var-cmd.c (nothing1): New function.
5294 (nothing2): New function.
5295 (do_children_tests): Set function pointers by nothing1 and
5296 nothing2.
5297 * gdb.mi/mi-var-display.exp: Update test to match output.
5298 Step to the line specified by $line_dct_nothing.
5299 Increase the number of lines to step.
5300
46a93de2
YQ
53012014-10-14 Yao Qi <yao@codesourcery.com>
5302
5303 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
5304 tests.
5305 * gdb.mi/mi2-var-child.exp: Likewise.
5306
14ea52ee
DE
53072014-10-13 Doug Evans <dje@google.com>
5308
5309 * gdb.python/py-objfile.exp: Change name of file name test.
5310
e5c6e92b
DE
53112014-10-13 Doug Evans <dje@google.com>
5312
5313 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
5314 from the start of the CU.
5315
c780cc2f
JK
53162014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5317 Yao Qi <yao@codesourcery.com>
5318
5319 Fix "save breakpoints" for "catch" command.
5320 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
5321 Remove -nonewline. Match also the added "main" line.
5322
99894e11
JK
53232014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5324
5325 Fix "save breakpoints" for "disable $bpnum" command.
5326 * gdb.base/save-bp.c (main): Add label.
5327 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
5328
6e1ac5a3
JK
53292014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5330
5331 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
5332
754dd2b0
YQ
53332014-10-11 Yao Qi <yao@codesourcery.com>
5334
5335 * gdb.server/server-kill.exp: Execute command
5336 "set remote trace-status-packet on" before "tstatus".
5337
f90183d7
YQ
53382014-10-11 Yao Qi <yao@codesourcery.com>
5339
5340 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
5341 (main): Call getppid.
5342 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
5343 and continue to it. Read variable "server_pid".
5344
bf40a607
YQ
53452014-10-11 Yao Qi <yao@codesourcery.com>
5346
5347 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
5348
052ca370
YQ
53492014-10-11 Yao Qi <yao@codesourcery.com>
5350
5351 * gdb.threads/thread-find.exp: Don't execute command
5352 "info threads".
5353 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
5354 * gdb.threads/linux-dp.exp: Don't check the condition
5355 $threads_created equals to zero.
5356
3831839c
PA
53572014-10-10 Pedro Alves <palves@redhat.com>
5358
5359 * gdb.base/bigcore.exp: Remove references to IRIX.
5360 * gdb.base/funcargs.exp: Likewise.
5361 * gdb.base/interrupt.exp: Likewise.
5362 * gdb.base/mips_pro.exp: Likewise.
5363 * gdb.base/nodebug.exp: Likewise.
5364 * gdb.base/setvar.exp: Likewise.
5365 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
5366
8b9a549d
PA
53672014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5368 Pedro Alves <palves@redhat.com>
5369
5370 PR symtab/14466
5371 * gdb.base/vdso-warning.c: New file.
5372 * gdb.base/vdso-warning.exp: New file.
5373
d48ba5e8
DE
53742014-10-02 Doug Evans <dje@google.com>
5375
5376 * gdb.base/structs.c (main): Don't run forever.
5377
2278c276
PA
53782014-10-02 Pedro Alves <palves@redhat.com>
5379
5380 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
5381 (top level) <stop threads 1, stop threads 2>: Use it.
5382
b57bacec
PA
53832014-10-02 Pedro Alves <palves@redhat.com>
5384
5385 * gdb.threads/break-while-running.exp (test): Add new
5386 'update_thread_list' argument. Skip "info threads" if false.
5387 (top level): Add new 'update_thread_list' axis.
5388
13fd3ff3
PA
53892014-10-02 Pedro Alves <palves@redhat.com>
5390
5391 PR breakpoints/17431
5392 * gdb.base/execl-update-breakpoints.c: New file.
5393 * gdb.base/execl-update-breakpoints.exp: New file.
5394
0fec99e8
PA
53952014-10-01 Pedro Alves <palves@redhat.com>
5396
5397 * gdb.base/breakpoint-in-ro-region.c: New file.
5398 * gdb.base/breakpoint-in-ro-region.exp: New file.
5399
2ddf4301
SM
54002014-10-01 Simon Marchi <simon.marchi@ericsson.com>
5401
5402 * gdb.mi/mi-exit-code.exp: New file.
5403 * gdb.mi/mi-exit-code.c: New file.
5404
6a5f3f43
YQ
54052014-09-30 Yao Qi <yao@codesourcery.com>
5406
5407 * lib/prelink-support.exp (build_executable_own_libs): Error if
5408 the target isn't native.
5409
345bcc73
YQ
54102014-09-30 Yao Qi <yao@codesourcery.com>
5411
5412 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
5413 false.
5414
a25a5a45
PA
54152014-09-22 Pedro Alves <palves@redhat.com>
5416
5417 * gdb.threads/break-while-running.exp: New file.
5418 * gdb.threads/break-while-running.c: New file.
5419
00ba3162
YQ
54202014-09-19 Yao Qi <yao@codesourcery.com>
5421
5422 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
5423 Invoke test. Restart GDB with --readnow and invoke test again.
5424
c3b7b696
YQ
54252014-09-19 Yao Qi <yao@codesourcery.com>
5426
5427 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
5428 proc set_breakpoint_on_gcd_function. Invoke
5429 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
5430 invoke set_breakpoint_on_gcd_function again.
5431
2b4fd423
DE
54322014-09-18 Doug Evans <dje@google.com>
5433
5434 * gdb.dwarf2/symtab-producer.exp: New file.
5435
a5947601
SDJ
54362014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5437
5438 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
5439 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
5440 * gdb.base/global-var-nested-by-dso.c: Likewise.
5441 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5442
91c19059
SDJ
54432014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5444 Pedro Alves <palves@redhat.com>
5445
5446 * gdb.base/watch-bitfields.exp: Pass string other than test file
5447 name to prepare_for_testing.
5448 (watch): New procedure.
5449 (expect_watchpoint): Use with_test_prefix.
5450 (top level): Factor out tests to ...
5451 (test_watch_location, test_regular_watch): ... these new
5452 procedures, and use with_test_prefix and gdb_continue_to_end.
5453
bb9d5f81
PP
54542014-09-16 Patrick Palka <patrick@parcs.ath.cx>
5455
5456 PR breakpoints/12526
5457 * gdb.base/watch-bitfields.exp: New file.
5458 * gdb.base/watch-bitfields.c: New file.
5459
635856f5
PA
54602014-09-16 Pedro Alves <palves@redhat.com>
5461
5462 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
5463 software and hardware addresses, not software address against
5464 itself.
5465
7280ceea
PA
54662014-09-16 Pedro Alves <palves@redhat.com>
5467
5468 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
5469 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
5470
428b16bd
PA
54712014-09-16 Pedro Alves <palves@redhat.com>
5472
5473 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
5474 files.
5475 * gdb.base/a2-run.exp: Remove all code guarded by istarget
5476 "*-*-vxworks*" throughout.
5477 * gdb.base/break.exp: Likewise.
5478 * gdb.base/default.exp: Likewise.
5479 * gdb.base/scope.exp: Likewise.
5480 * gdb.base/sepdebug.exp: Likewise.
5481 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
5482 throughout.
5483 * gdb.base/run.c: Likewise.
5484 * gdb.base/sepdebug.c: Likewise.
5485 * gdb.hp/gdb.aCC/run.c: Likewise.
5486 * gdb.reverse/until-reverse.c: Likewise.
5487 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
5488
666d413c
YQ
54892014-09-16 Yao Qi <yao@codesourcery.com>
5490
5491 * boards/local-remote-host-native.exp: New file.
5492
57cbd724
DE
54932014-09-14 Doug Evans <xdje42@gmail.com>
5494
5495 * gdb.threads/queue-signal.c (thread_count): New variable.
5496 (thread_count_mutex, thread_count_condvar): New variables.
5497 (incr_thread_count, wait_all_threads_running): New functions.
5498 (main): Wait for all threads to be in their thread functions.
5499
81219e53
DE
55002014-09-13 Doug Evans <xdje42@gmail.com>
5501
5502 * gdb.threads/queue-signal.c: New file.
5503 * gdb.threads/queue-signal.exp: New file.
5504
3714cea7
DE
55052014-09-13 Doug Evans <xdje42@gmail.com>
5506
5507 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
5508 be consistent with what default_gdb_init uses.
5509 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
5510 the plain text of the prompt. Add some logging printfs.
5511 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
5512
fa43b1d7
PA
55132014-09-12 Pedro Alves <palves@redhat.com>
5514
5515 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
5516 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
5517 * gdb.arch/i386-size-overlap.exp: Likewise.
5518 * gdb.arch/i386-size.exp: Likewise.
5519 * gdb.arch/i386-unwind.exp: Likewise.
5520 * gdb.base/a2-run.exp: Likewise.
5521 * gdb.base/break.exp: Likewise.
5522 * gdb.base/charset.exp: Likewise.
5523 * gdb.base/chng-syms.exp: Likewise.
5524 * gdb.base/commands.exp: Likewise.
5525 * gdb.base/dbx.exp: Likewise.
5526 * gdb.base/find.exp: Likewise.
5527 * gdb.base/funcargs.exp: Likewise.
5528 * gdb.base/jit-simple.exp: Likewise.
5529 * gdb.base/reread.exp: Likewise.
5530 * gdb.base/sepdebug.exp: Likewise.
5531 * gdb.base/step-bt.exp: Likewise.
5532 * gdb.cp/mb-inline.exp: Likewise.
5533 * gdb.cp/mb-templates.exp: Likewise.
5534 * gdb.objc/basicclass.exp: Likewise.
5535 * gdb.threads/killed.exp: Likewise.
5536
9d9bf2df
EBM
55372014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5538
5539 PR tdep/17379
5540 * gdb.arch/powerpc-stackless.S: New file.
5541 * gdb.arch/powerpc-stackless.exp: New file.
5542
1cf2f1b0
JK
55432014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5544
5545 * gdb.base/attach.c: Include unistd.h.
5546 (main): Call alarm. Add label postloop.
5547 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
5548 gdb_breakpoint, gdb_continue_to_breakpoint.
5549 (test_command_line_attach_run): Kill ${testpid} in one exit path.
5550
98880d46
PA
55512014-09-11 Pedro Alves <palves@redhat.com>
5552
5553 PR gdb/17347
5554 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
5555 * gdb.base/attach.exp (test_command_line_attach_run): New
5556 procedure.
5557 (top level): Call it.
5558
4c92ff2c
PA
55592014-09-11 Pedro Alves <palves@redhat.com>
5560
5561 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
5562 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
5563 (do_command_attach_tests): Use spawn_wait_for_attach.
5564 * gdb.base/solib-overlap.exp: Likewise.
5565 * gdb.multi/multi-attach.exp: Likewise.
5566 * gdb.python/py-prompt.exp: Likewise.
5567 * gdb.python/py-sync-interp.exp: Likewise.
5568 * gdb.server/ext-attach.exp: Likewise.
5569
3adc1a7d
GKB
55702014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
5571
5572 * gdb.fortran/array-element.exp: Remove unexpected "continue"
5573 command in testcase. Simplify testcase.
5574
96334934
JB
55752014-09-10 Joel Brobecker <brobecker@adacore.com>
5576
5577 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
5578
eb479039
JB
55792014-09-10 Joel Brobecker <brobecker@adacore.com>
5580
5581 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
5582
deede10c
JB
55832014-09-10 Joel Brobecker <brobecker@adacore.com>
5584
5585 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
5586
7828a5f5
JB
55872014-09-10 Joel Brobecker <brobecker@adacore.com>
5588
5589 * gdb.dwarf2/dynarr-ptr.c: New file.
5590 * gdb.dwarf2/dynarr-ptr.exp: New file.
5591
33aeebcf
MR
55922014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5593
5594 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
5595 of 30 rather than hardcoding 120 for a slow test case. Take the
5596 `gdb,timeout' target setting into account for this calculation.
5597 Don't extend the timeout for the test cases that don't need it.
5598
7b415901
MR
55992014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5600
5601 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
5602 a factor of 2 for a slow test case. Take the `gdb,timeout'
5603 target setting into account for this calculation.
5604 * gdb.reverse/until-precsave.exp: Increase the timeout by
5605 a factor of 15 and 3 respectively rather than adding 120
5606 for a pair of slow test cases. Take the `gdb,timeout'
5607 target setting into account for this calculation.
5608
4a40f85a
MR
56092014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5610
5611 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
5612 timeout, don't pass one down to gdb_expect.
5613 (gdb_expect): Rework timeout selection.
5614
09635af7
MR
56152014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5616
5617 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
5618 exception on timeout.
5619 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
5620 (gdbserver_start_extended): Catch any `gdbserver_start' error
5621 exceptions.
5622 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
5623 * lib/mi-support.exp (mi_gdb_target_load): Catch any
5624 `gdbserver_gdb_load' error exceptions.
5625
2bdd10b7
MR
56262014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5627
5628 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
5629 120 on waiting for the TCP socket to open.
5630
316935f0
DE
56312014-09-09 Doug Evans <xdje42@gmail.com>
5632
5633 * gdb.base/default.exp (show_conv_list): Add _caller_is,
5634 _caller_matches, _any_caller_is, _any_caller_matches.
5635
83740597
DE
56362014-09-09 Doug Evans <xdje42@gmail.com>
5637
5638 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
5639
4c122fc3
YQ
56402014-09-09 Yao Qi <yao@codesourcery.com>
5641
5642 * gdb.mi/mi-var-display.exp: Set print symbol off.
5643
a9f116cb
GKB
56442014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
5645
5646 PR gdb/17035
5647 * gdb.base/commands.exp: Add tests to verify user-defined
5648 commands with empty bodies.
5649 * gdb.python/py-cmd.exp: Test that we don't show user-defined
5650 python commands in `show user command`.
5651 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
5652 scheme commands in `show user command`.
5653
c75bd3a2
JK
56542014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5655
5656 PR python/17355
5657 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
5658 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
5659 * gdb.python/py-framefilter-invalidarg.exp: New file.
5660 * gdb.python/py-framefilter-invalidarg.py: New file.
5661
faa42425
DE
56622014-09-06 Doug Evans <xdje42@gmail.com>
5663
5664 PR 15276
5665 * gdb.python/py-caller-is.c: New file.
5666 * gdb.python/py-caller-is.exp: New file.
5667
474ca4f6
SDJ
56682014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
5669
5670 PR gdb/17235
5671 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
5672 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
5673
eb0b0463
SDJ
56742014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
5675
5676 PR fortran/17237
5677 * gdb.fortran/print-formatted.exp: New file.
5678 * gdb.fortran/print-formatted.f90: Likewise.
5679
5f3b99cf
SS
56802014-09-03 Sasha Smundak <asmundak@google.com>
5681
5682 * gdb.python/py-frame.exp: Test Frame.read_register.
5683
7d793aa9
SDJ
56842014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
5685
5686 PR python/16699
5687 * gdb.python/py-completion.exp: New file.
5688 * gdb.python/py-completion.py: Likewise.
5689
fb0576e9
DE
56902014-08-28 Doug Evans <dje@google.com>
5691
5692 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
5693 eax,etc. are live with values set by gdb and thus the compiler can't
5694 use them.
5695 * gdb.arch/i386-pseudo.c (main): Ditto.
5696
ee92b0dd
DE
56972014-08-27 Doug Evans <dje@google.com>
5698
5699 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
5700
6649db35
DE
57012014-08-25 Doug Evans <dje@google.com>
5702
5703 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
5704 (main): Ditto.
5705
564b7600
DE
57062014-08-25 Doug Evans <dje@google.com>
5707
5708 * gdb.threads/thread-execl.exp: #include <stdio.h>.
5709
3881fb67
YQ
57102014-08-24 Yao Qi <yao@codesourcery.com>
5711
5712 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
5713 symbol off.
5714 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
5715
a05a36a5
DE
57162014-08-22 Doug Evans <dje@google.com>
5717
5718 PR 17276
5719 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
5720 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
5721 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
5722
7c343b48
YQ
57232014-08-22 Yao Qi <yao@codesourcery.com>
5724
5725 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
5726 * gdb.python/py-finish-breakpoint2.exp: Likewise.
5727 * gdb.python/python.exp: Likewise. Use .py file on the host
5728 instead of the build.
5729
22fd09ae
JK
57302014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5731
5732 * gdb.threads/gcore-stale-thread.c: New file.
5733 * gdb.threads/gcore-stale-thread.exp: New file.
5734
a8454a7c
PA
57352014-08-21 Pedro Alves <palves@redhat.com>
5736
5737 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
5738 * gdb.base/gcore-relro-pie.exp: Likewise.
5739 * gdb.base/gcore-relro.exp: Likewise.
5740 * gdb.base/gcore.exp: Likewise.
5741 * gdb.base/print-symbol-loading.exp: Likewise.
5742 * gdb.threads/gcore-thread.exp: Likewise.
5743 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
5744
2a31c623
PA
57452014-08-20 Pedro Alves <palves@redhat.com>
5746 Jan Kratochvil <jan.kratochvil@redhat.com>
5747
5748 * Makefile.in (EXTRA_RULES, CC): New variables, get from
5749 configure.
5750 (EXPECT): Handle READ1 being set.
5751 (all): Depend on EXTRA_RULES.
5752 (check-read1, expect-read1, read1.so, read1): New rules.
5753 * README (Testsuite Parameters): Document the READ1 make variable.
5754 (Race detection): New section.
5755 * configure: Regenerate.
5756 * configure.ac: If build==host==target, and running under a
5757 GNU/glibc system, add read1 to the extra Makefile rules.
5758 (EXTRA_RULES): AC_SUBST it.
5759 * lib/read1.c: New file.
5760
d36430db
JB
57612014-08-20 Joel Brobecker <brobecker@adacore.com>
5762
5763 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
5764 the handling of variables declared as a typedef to an array
5765 which a DW_AT_data_location attribute.
5766
9a0dc9e3
PA
57672014-08-19 Andrew Burgess <aburgess@broadcom.com>
5768 Pedro Alves <palves@redhat.com>
5769
5770 PR symtab/14604
5771 PR symtab/14605
5772 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
5773 gdb_test.
5774
0718a8da
PA
57752014-08-19 Pedro Alves <palves@redhat.com>
5776
5777 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
5778
13b448cd
YQ
57792014-08-19 Yao Qi <yao@codesourcery.com>
5780
5781 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
5782 right line.
5783
1cbf5077
DB
57842014-08-18 David Blaikie <dblaikie@gmail.com>
5785
5786 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
5787
bf0fae19
JB
57882014-08-18 Joel Brobecker <brobecker@adacore.com>
5789
5790 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
5791 attribute in array range.
5792
3c8c5dcc
JB
57932014-08-18 Joel Brobecker <brobecker@adacore.com>
5794
5795 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
5796
e66d4446
SC
57972014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5798
5799 PR c++/17132
5800 * gdb.cp/pr17132.cc: New file.
5801 * gdb.cp/pr17132.exp: New file.
5802
940df408
SC
58032014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5804
5805 * gdb.python/py-xmethods.py (A_getarrayind)
5806 (E_method_char_worker.__call__, E_method_int_worker.__call__):
5807 Use 'print' with function call syntax.
5808 (E_method_matcher.match): Fix tab vs space indentation mixup.
5809
ebcc6c3a
YQ
58102014-08-15 Yao Qi <yao@codesourcery.com>
5811
5812 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
5813 false.
5814
775e0f04
YQ
58152014-08-15 Yao Qi <yao@codesourcery.com>
5816
5817 * gdb.cp/casts.exp: Set print symbol off.
5818 * gdb.cp/class2.exp: Likewise.
5819 * gdb.cp/overload.exp: Likewise.
5820 * gdb.cp/templates.exp: Likewise.
5821
d769e349
DE
58222014-08-11 Doug Evans <dje@google.com>
5823
5824 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5825 (test_load_shlib): Update.
5826
20c6f1e1
YQ
58272014-08-09 Yao Qi <yao@codesourcery.com>
5828
5829 * gdb.base/display.exp: Invoke is_address_zero_readable.
5830 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
5831 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5832 * gdb.base/hbreak-unmapped.exp: Return if
5833 is_address_zero_readable returns true.
5834 * gdb.base/signest.exp: Likewise.
5835 * gdb.base/signull.exp: Likewise.
5836 * gdb.base/sigbpt.exp: Likewise.
5837 * gdb.guile/scm-disasm.exp: Do the test if
5838 is_address_zero_readable returns false.
5839 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
5840 * gdb.python/py-arch.exp: Likewise.
5841 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
5842 * lib/gdb.exp (is_address_zero_readable): New proc.
5843
5792e8e3
YQ
58442014-08-09 Yao Qi <yao@codesourcery.com>
5845
5846 PR testsuite/13443
5847 * gdb.mi/mi-var-display.exp: Make test messages unique.
5848
3cecbbbe
TT
58492014-08-04 Tom Tromey <tromey@redhat.com>
5850
5851 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
5852 target 0".
5853
00b51ff5
TT
58542014-08-04 Tom Tromey <tromey@redhat.com>
5855
5856 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
5857 "target_resume".
5858
6908c509
JB
58592014-08-01 Joel Brobecker <brobecker@adacore.com>
5860
5861 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
5862 inner_vla_struct_object_size.
5863 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
5864 as xfail.
5865
cc6563d2
PA
58662014-07-30 Pedro Alves <palves@redhat.com>
5867
5868 * gdb.threads/signal-command-handle-nopass.exp (test): Add
5869 comment.
5870
7e09a223
YQ
58712014-07-29 Yao Qi <yao@codesourcery.com>
5872
5873 PR gdb/17206
5874 * gdb.base/until-nodebug.exp: New.
5875
7ebdbe92
DE
58762014-07-28 Doug Evans <xdje42@gmail.com>
5877
5878 PR guile/17203
5879 * gdb.guile/scm-parameter.exp: Add tests for trying to create
5880 previously existing parameter, and previously ambiguously spelled
5881 parameter.
5882
fdb1adc6
WN
58832014-07-28 Will Newton <will.newton@linaro.org>
5884
5885 * gdb.base/varargs.exp: Remove KFAILs for ARM.
5886
186fcde0
DE
58872014-07-26 Ludovic Courtès <ludo@gnu.org>
5888 Doug Evans <xdje42@gmail.com>
5889
5890 PR guile/17146
5891 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
5892
70509625
PA
58932014-07-25 Pedro Alves <palves@redhat.com>
5894
5895 * gdb.threads/signal-command-handle-nopass.c: New file.
5896 * gdb.threads/signal-command-handle-nopass.exp: New file.
5897 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
5898 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
5899 * gdb.threads/signal-delivered-right-thread.c: New file.
5900 * gdb.threads/signal-delivered-right-thread.exp: New file.
5901
c3f814a1
PA
59022014-07-25 Pedro Alves <palves@redhat.com>
5903
5904 * gdb.base/double-prompt-target-event-error.exp
5905 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
5906 match.
5907 (cancel_pagination_in_target_event): Rework double prompt
5908 detection.
5909 * gdb.base/paginate-after-ctrl-c-running.exp
5910 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
5911 <return>' match.
5912 * gdb.base/paginate-bg-execution.exp
5913 (test_bg_execution_pagination_return)
5914 (test_bg_execution_pagination_cancel): Remove '-notransfer
5915 <return>' matches.
5916 * gdb.base/paginate-execution-startup.exp
5917 (test_fg_execution_pagination_return)
5918 (test_fg_execution_pagination_cancel): Remove '-notransfer
5919 <return>' matches.
5920 * gdb.base/paginate-inferior-exit.exp
5921 (test_paginate_inferior_exited): Remove '-notransfer <return>'
5922 match.
5923 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
5924 * lib/gdb.exp (pagination_prompt): Run text through
5925 string_to_regexp.
5926 (gdb_test_multiple): Match $pagination_prompt instead of
5927 "<return>".
5928 (string_to_regexp): Move to lib/gdb-utils.exp.
5929
e214cf6c
JK
59302014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5931
5932 * gdb.arch/amd64-entry-value-paramref.S: New file.
5933 * gdb.arch/amd64-entry-value-paramref.cc: New file.
5934 * gdb.arch/amd64-entry-value-paramref.exp: New file.
5935 * gdb.arch/amd64-optimout-repeat.S: New file.
5936 * gdb.arch/amd64-optimout-repeat.c: New file.
5937 * gdb.arch/amd64-optimout-repeat.exp: New file.
5938
17d0c5c8
JK
59392014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5940
5941 PR gdb/17170
5942 * gdb.base/statistics.exp: New file.
5943
b8b8facf
DE
59442014-07-17 Doug Evans <dje@google.com>
5945
74b49205 5946 PR gdb/17170
b8b8facf
DE
5947 * gdb.base/maint.exp: Update testing of per-command stats.
5948
1b5d0ab3
PA
59492014-07-16 Pedro Alves <palves@redhat.com>
5950
5951 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
5952 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
5953 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
5954 (tfile_write_buf): New functions.
5955 (add_memory_block): Rewrite using the above.
5956 (adjust_function_address): New function.
5957 (FUNCTION_ADDRESS): New macro.
5958 (write_basic_trace_file): Remove short_x local, and use
5959 tfile_write_16. Change type of func_addr local to unsigned long
5960 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
5961 here. Cast argument of add_memory_block to char pointer.
5962 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
5963 (main): Remove parameters.
5964 * gdb.trace/tfile.exp: Remove nowarnings.
5965
4d974e88
SM
59662014-07-15 Simon Marchi <simon.marchi@ericsson.com>
5967
5968 * gdb.base/debug-expr.exp: Test string evaluation with
5969 "debug expression" on.
5970
41e99568
PA
59712014-07-15 Pedro Alves <palves@redhat.com>
5972
5973 * gdb.base/reread.exp: Use clean_restart.
5974
487d9753
PL
59752014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
5976
5977 * gdb.arch/avr-flash-qualifer.c: New.
5978 * gdb.arch/avr-flash-qualifer.exp: New.
5979
cc1c52ad
PA
59802014-07-14 Pedro Alves <palves@redhat.com>
5981
5982 * gdb.base/paginate-after-ctrl-c-running.c: New file.
5983 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
5984
1e973570
PA
59852014-07-14 Pedro Alves <palves@redhat.com>
5986
5987 * gdb.base/double-prompt-target-event-error.c: New file.
5988 * gdb.base/double-prompt-target-event-error.exp: New file.
5989
93d6eb10
PA
59902014-07-14 Pedro Alves <palves@redhat.com>
5991
5992 PR gdb/17072
5993 * gdb.base/paginate-inferior-exit.c: New file.
5994 * gdb.base/paginate-inferior-exit.exp: New file.
5995
0017922d
PA
59962014-07-14 Pedro Alves <palves@redhat.com>
5997
5998 PR gdb/17072
5999 * gdb.base/paginate-bg-execution.c: New file.
6000 * gdb.base/paginate-bg-execution.exp: New file.
6001
94696ad3
PA
60022014-07-14 Pedro Alves <palves@redhat.com>
6003
6004 PR gdb/17072
6005 * gdb.base/paginate-execution-startup.c: New file.
6006 * gdb.base/paginate-execution-startup.exp: New file.
6007 * lib/gdb.exp (pagination_prompt): New global.
6008 (default_gdb_spawn): New procedure, factored out from
6009 default_gdb_spawn.
6010 (default_gdb_start): Adjust to call default_gdb_spawn.
6011 (gdb_spawn): New procedure.
6012
bd293940
PA
60132014-07-14 Pedro Alves <palves@redhat.com>
6014
6015 * lib/gdb.exp (gdb_assert): New procedure.
6016 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
6017
c933f875
PA
60182014-07-14 Pedro Alves <palves@redhat.com>
6019
6020 * gdb.base/execution-termios.c: New file.
6021 * gdb.base/execution-termios.exp: New file.
6022
d98b7a16
TT
60232014-07-14 Tom Tromey <tromey@redhat.com>
6024
6025 * gdb.cp/vla-cxx.cc: New file.
6026 * gdb.cp/vla-cxx.exp: New file.
6027
548740d6
TT
60282014-07-14 Tom Tromey <tromey@redhat.com>
6029
6030 * gdb.reverse/rerun-prec.c: New file.
6031 * gdb.reverse/rerun-prec.exp: New file.
6032
a25eb028
MR
60332014-07-12 Maciej W. Rozycki <macro@mips.com>
6034 Maciej W. Rozycki <macro@codesourcery.com>
6035
6036 * lib/gdb-utils.exp: New file.
6037 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
6038 inline `gdb_init_command' processing.
6039 (gdb_start_cmd): Likewise.
6040 * lib/mi-support.exp (mi_run_cmd): Likewise.
6041 * README: Document `gdb_init_command' and `gdb_init_commands'.
6042
218c2655
JK
60432014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6044
6045 Fix false FAIL running under a very long directory name.
6046 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
6047 and "set print elements 10000". Twice.
6048
5401fde3
YQ
60492014-07-11 Yao Qi <yao@codesourcery.com>
6050
6051 * gdb.base/exprs.exp: "set print symbol off".
6052
e76126e8
PA
60532014-07-11 Pedro Alves <palves@redhat.com>
6054
6055 * gdb.threads/kill.c: New file.
6056 * gdb.threads/kill.exp: New file.
6057
2d6f0de6
YQ
60582014-07-10 Yao Qi <yao@codesourcery.com>
6059
6060 * gdb.trace/tfile.c (write_basic_trace_file)
6061 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
6062 address written to trace file.
6063
7180e04a
PA
60642014-07-09 Pedro Alves <palves@redhat.com>
6065
6066 * gdb.base/attach-wait-input.exp: New file.
6067 * gdb.base/attach-wait-input.c: New file.
6068
9a9a7608
AB
60692014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6070
6071 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
6072 setting up test structures.
6073 (main): Call new test function.
6074 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
6075 test function, continue into test function and walk test
6076 structures.
6077
161ac41e
YQ
60782014-07-02 Yao Qi <yao@codesourcery.com>
6079
6080 * gdb.trace/entry-values.c: Define labels 'foo_start' and
6081 'bar_start' at the beginning of functions 'foo' and 'bar'
6082 respectively.
6083 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
6084 instead of 'foo' and 'bar'.
6085
1f267ae3
MM
60862014-07-08 Markus Metzger <markus.t.metzger@intel.com>
6087
6088 * gdb.btrace/segv.exp: New.
6089 * gdb.btrace/segv.c: New.
6090
2b239efb
LM
60912014-07-02 Luis Machado <lgustavo@codesourcery.com>
6092
6093 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
6094 instruction.
6095
cf363f18
MW
60962014-06-30 Mark Wielaard <mjw@redhat.com>
6097
6098 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
6099 vulture, vilify, villar): New volatile array constants.
6100 (vindictive, vegetation): New const volatile array constants.
6101 * gdb.base/volatile.exp: Test volatile and const volatile array
6102 types.
6103
aebf9d24
AA
61042014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6105
6106 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
6107 target lacks support for awatch, rwatch, or hbreak.
6108
b67a2c6f
YQ
61092014-06-27 Yao Qi <yao@codesourcery.com>
6110
6111 * gdb.multi/dummy-frame-restore.exp: New.
6112 * gdb.multi/dummy-frame-restore.c: New.
6113
aef92902
MM
61142014-06-25 Markus Metzger <markus.t.metzger@intel.com>
6115
6116 * gdb.btrace/gcore.exp: New.
6117
8e9db26e
PA
61182014-06-23 Pedro Alves <palves@redhat.com>
6119
6120 * gdb.base/watchpoint-reuse-slot.c: New file.
6121 * gdb.base/watchpoint-reuse-slot.exp: New file.
6122
70afc5b7
SC
61232014-06-23 Siva Chandra Reddy <sivachandra@google.com>
6124
6125 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
6126 progspace's filename in 'info', 'enable' and 'disable' command
6127 tests.
6128
b972bd9c
JK
61292014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6130
6131 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
6132 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6133 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
6134
125f8a3d
GB
61352014-06-20 Gary Benson <gbenson@redhat.com>
6136
6137 * gdb.arch/i386-avx.exp: Fix include file location.
6138 * gdb.arch/i386-sse.exp: Likewise.
6139
3ed9baed
IB
61402014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
6141
6142 * gdb.dlang/expression.exp: New file.
6143
034f788c
PA
61442014-06-19 Pedro Alves <palves@redhat.com>
6145
6146 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
6147 out from ...
6148 (top level): ... here. Iterate running tests under different
6149 scheduler-locking settings.
6150
45371d0c
LM
61512014-06-18 Luis Machado <lgustavo@codesourcery.com>
6152
6153 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
6154 to DW_FORM_addr and use non-zero addresses.
6155
5d376983
SC
61562014-06-18 Siva Chandra Reddy <sivachandra@google.com>
6157
6158 PR gdb/17017
6159 * gdb.python/py-xmethods.cc: Add global function call counters and
6160 increment them in their respective functions. Remove "cout"
6161 statements.
6162 * gdb.python/py-xmethods.exp: Make tests check the global function
6163 call counters instead of depending on inferior IO.
6164
a1aa2221
LM
61652014-06-18 Don Breazeal <donb@codesourcery.com>
6166
6167 * gdb.base/foll-fork.exp (default_fork_parent_follow):
6168 Deleted procedure.
6169 (explicit_fork_parent_follow): Deleted procedure.
6170 (explicit_fork_child_follow): Deleted procedure.
6171 (test_follow_fork): New procedure.
6172 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 6173 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
6174 procedure calls.
6175
0fc05997
YQ
61762014-06-17 Yao Qi <yao@codesourcery.com>
6177
6178 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
6179 CP1252.
6180
70795c52
LM
61812014-06-17 Luis Machado <lgustavo@codesourcery.com>
6182
6183 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
6184 Initialize ptr and S explicitly.
6185 (skip_type_update_when_not_use_rtti_test): Likewise.
6186
6be47f0c
KS
61872014-06-16 Keith Seitz <keiths@redhat.com>
6188
6189 PR mi/15863
6190 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
6191 the inferior is started.
6192
d03de421
PA
61932014-06-16 Pedro Alves <palves@redhat.com>
6194
6195 * gdb.base/break-main-file-remove-fail.c: New file.
6196 * gdb.base/break-main-file-remove-fail.exp: New file.
6197 * gdb.base/break-unload-file.exp: Use build_executable instead of
6198 prepare_for_testing.
6199 (test_break): New parameter "initial_load". Handle it.
6200 (top level): Add initial_load cmdline/file axis.
6201
f9579b99
TT
62022014-06-12 Tom Tromey <tromey@redhat.com>
6203
6204 * gdb.base/completion.exp: Don't use directory name in test.
6205
3657956b
GB
62062014-06-09 Gary Benson <gbenson@redhat.com>
6207
6208 * gdb.base/sigall.c [Functions to send signals]: Reorder to
6209 separate the always-available ANSI-standard signals from the
6210 signals that require checking.
6211 (main): Likewise.
6212 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
6213 Likewise.
6214 (main): Likewise.
6215
4186eb54
KS
62162014-06-07 Keith Seitz <keiths@redhat.com>
6217
6218 Revert:
6219 PR c++/16253
6220 * gdb.cp/var-tag.cc: New file.
6221 * gdb.cp/var-tag.exp: New file.
6222 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6223 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6224 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6225 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6226
25326a28 62272014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
6228
6229 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
6230
829155c9
PA
62312014-06-06 Pedro Alves <palves@redhat.com>
6232
6233 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
6234 in target debug output instead of looking at RSP packets,
6235 disabling the test on any target that uses hardware stepping.
6236 Update comments.
6237
61c8d22e
PA
62382014-06-06 Pedro Alves <palves@redhat.com>
6239
6240 * gdb.base/break-unload-file.exp: Fix typo.
6241
d9a47287
YQ
62422014-06-06 Yao Qi <yao@codesourcery.com>
6243
6244 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
6245 from "jit_function" to "^jit_function".
6246
e5e01dbf
YQ
62472014-06-06 Yao Qi <yao@codesourcery.com>
6248
6249 * gdb.base/async.c (foo): Add one statement.
6250 * gdb.base/async.exp: Get the next instruction address and
6251 match the output of "nexti" by instruction address. Match
6252 the hex address in the output of "finish".
6253
73ba372c
GB
62542014-06-06 Gary Benson <gbenson@redhat.com>
6255
6256 * gdb.base/call-signals.c: Remove preprocessor conditionals
6257 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
6258 SIGSEGV and SIGTERM.
6259 * gdb.base/sigall.c: Likewise.
6260 * gdb.base/unwindonsignal.c: Likewise.
6261 * gdb.reverse/sigall-reverse.c: Likewise.
6262
831517df
YQ
62632014-06-06 Yao Qi <yao@codesourcery.com>
6264
6265 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
6266 readable, skip the test.
6267
b8b91e98
YQ
62682014-06-06 Yao Qi <yao@codesourcery.com>
6269
6270 * gdb.threads/staticthreads.c (thread_function): Move the line
6271 setting breakpoint on forward.
6272 * gdb.threads/staticthreads.exp: Update comments.
6273
fb934770
LC
62742014-06-05 Ludovic Courtès <ludo@gnu.org>
6275
6276 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
6277 "history-append! type error".
6278
6ef284bd
SM
62792014-06-05 Simon Marchi <simon.marchi@ericsson.com>
6280
6281 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
6282 erroneous dprintf expected input.
6283
a872e241
DE
62842014-06-04 Doug Evans <xdje42@gmail.com>
6285
6286 * gdb.guile/scm-generics.exp: Delete.
6287
16f691fb
DE
62882014-06-04 Doug Evans <xdje42@gmail.com>
6289
6290 * gdb.guile/scm-breakpoint.exp: Update.
6291 Add tests for breakpoint registration.
6292
012370f6
TT
62932014-06-04 Tom Tromey <tromey@redhat.com>
6294
6295 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
6296 VLA-in-union.
6297 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
6298 inner_vla_struct, vla_union types. Initialize objects of those
6299 types and compute their sizes.
6300
9f5a4cef
HZ
63012014-06-04 Nathan Sidwell <nathan@codesourcery.com>
6302 Hui Zhu <hui@codesourcery.com>
6303
6304 * gdb.base/fileio.exp: Add test for shell not available as well as
6305 available.
6306 * gdb.base/fileio.c (test_system): Check for shell twice.
6307
90a45c4d
YQ
63082014-06-04 Yao Qi <yao@codesourcery.com>
6309
6310 * gdb.base/auto-connect-native-target.exp: Remove redundant
6311 space from the regexp pattern.
6312
70017e41
YQ
63132014-06-04 Yao Qi <yao@codesourcery.com>
6314
6315 * gdb.base/default.exp: Replace "child" with "native" in
6316 regexp pattern.
6317
883964a7
SC
63182014-06-03 Siva Chandra Reddy <sivachandra@google.com>
6319
6320 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
6321 * gdb.python/py-xmethods.exp: New tests to test xmethods.
6322 * gdb.python/py-xmethods.py: Python script supporting the
6323 new testcase and tests.
6324
ef370185
JB
63252014-06-03 Joel Brobecker <brobecker@adacore.com>
6326 Pedro Alves <palves@redhat.com>
6327
6328 PR breakpoints/17000
6329 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
6330 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
6331
1e2ccb61
BM
63322014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
6333
6334 * gdb.base/subst.exp: Add tests to verify partial path matching
6335 output.
6336
c6ec5ab2
PA
63372014-06-03 Pedro Alves <palves@redhat.com>
6338
6339 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
6340 target that doesn't use software single-stepping.
6341
835c559f
PA
63422014-06-03 Pedro Alves <palves@redhat.com>
6343
6344 PR breakpoints/17000
6345 * gdb.base/sss-bp-on-user-bp-2.c: New file.
6346 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
6347
06eb1586
DE
63482014-06-02 Doug Evans <xdje42@gmail.com>
6349
6350 * gdb.guile/scm-parameter.exp: New file.
6351
e698b8c4
DE
63522014-06-02 Doug Evans <xdje42@gmail.com>
6353
6354 * gdb.guile/scm-cmd.c: New file.
6355 * gdb.guile/scm-cmd.exp: New file.
6356
ded03782
DE
63572014-06-02 Doug Evans <xdje42@gmail.com>
6358
6359 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
6360 pretty-printer lookup.
6361 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
6362 (make-pp_s-printer): Call it.
6363 (make-pretty-printer-from-dict): New function.
6364 (lookup-pretty-printer-maker-from-dict): New function.
6365 (*pretty-printer*): Simplify.
6366 (make-objfile-pp_s-printer): New function.
6367 (install-objfile-pretty-printers!): New function.
6368 (make-progspace-pp_s-printer): New function.
6369 (install-progspace-pretty-printers!): New function.
6370 * gdb.guile/scm-progspace.c: New file.
6371 * gdb.guile/scm-progspace.exp: New file.
6372
41fac0cf
PA
63732014-06-02 Pedro Alves <palves@redhat.com>
6374
6375 * gdb.base/dprintf-bp-same-addr.c: New file.
6376 * gdb.base/dprintf-bp-same-addr.exp: New file.
6377
96ae5695
EBM
63782014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6379
6380 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
6381 * gdb.arch/powerpc-power.s: Likewise.
6382
da02b3a8
JB
63832014-06-02 Joel Brobecker <brobecker@adacore.com>
6384
6385 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
6386
c72b2e7b
YQ
63872014-06-01 Yao Qi <yao@codesourcery.com>
6388
6389 * gdb.base/watchpoint.exp (test_watch_location): Check null
6390 pointer can be dereferenced. If not, do the test, otherwise
6391 skip it.
6392
53e8a631
AB
63932014-05-30 Andrew Burgess <aburgess@broadcom.com>
6394
6395 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
6396 results.
6397 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
6398
938f0e2f
AB
63992014-05-30 Andrew Burgess <aburgess@broadcom.com>
6400
6401 * gdb.arch/amd64-invalid-stack-middle.S: New file.
6402 * gdb.arch/amd64-invalid-stack-middle.c: New file.
6403 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
6404 * gdb.arch/amd64-invalid-stack-top.c: New file.
6405 * gdb.arch/amd64-invalid-stack-top.exp: New file.
6406
9ba6657a
PA
64072014-05-30 Pedro Alves <palves@redhat.com>
6408
6409 PR breakpoints/17000
6410 * gdb.base/sss-bp-on-user-bp.c: New file.
6411 * gdb.base/sss-bp-on-user-bp.exp: New file.
6412
522c09bf
DB
64132014-05-30 David Blaikie <dblaikie@gmail.com>
6414
6415 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
6416 gnu_inline semantics via attribute.
6417 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
6418 source explicitly specifies the required semantics.
6419
bf4ef81e
MR
64202014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
6421
6422 * gdb.reverse/sigall-reverse.exp: Fix a typo.
6423
329ea579
PA
64242014-05-29 Pedro Alves <palves@redhat.com>
6425 Tom Tromey <tromey@redhat.com>
6426
6427 * gdb.base/async-shell.exp: Don't enable target-async.
6428 * gdb.base/async.exp
6429 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
6430 parameter. Adjust.
6431 (top level): Don't test with "target-async".
6432 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
6433 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
6434 * gdb.base/inferior-died.exp: Don't enable target-async.
6435 * gdb.base/interrupt-noterm.exp: Likewise.
6436 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
6437 * gdb.mi/mi-nonstop-exit.exp: Likewise.
6438 * gdb.mi/mi-nonstop.exp: Likewise.
6439 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6440 * gdb.mi/mi-nsintrall.exp: Likewise.
6441 * gdb.mi/mi-nsmoribund.exp: Likewise.
6442 * gdb.mi/mi-nsthrexec.exp: Likewise.
6443 * gdb.mi/mi-watch-nonstop.exp: Likewise.
6444 * gdb.multi/watchpoint-multi.exp: Adjust comment.
6445 * gdb.python/py-evsignal.exp: Don't enable target-async.
6446 * gdb.python/py-evthreads.exp: Likewise.
6447 * gdb.python/py-prompt.exp: Likewise.
6448 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
6449 * gdb.server/solib-list.exp: Don't enable target-async.
6450 * gdb.threads/thread-specific-bp.exp: Likewise.
6451 * lib/mi-support.exp: Adjust to use mi-async.
6452
fd664c91
PA
64532014-05-29 Pedro Alves <palves@redhat.com>
6454
6455 PR gdb/13860
6456 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
6457 reason, even in sync mode.
6458
251bde03
PA
64592014-05-29 Pedro Alves <palves@redhat.com>
6460 Hui Zhu <hui@codesourcery.com>
6461
6462 PR PR15693
6463 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
6464 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
6465 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
6466 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
6467
7f3c0343
JB
64682014-05-28 Joel Brobecker <brobecker@adacore.com>
6469
6470 * config/monitor.exp (gdb_target_monitor): Replace use of
6471 "set remotebaud" by "set serial baud".
6472
b2715b27
AW
64732014-05-26 Andy Wingo <wingo@igalia.com>
6474
6475 * gdb.guile/scm-breakpoint.exp:
6476 * gdb.guile/scm-gsmob.exp: Update to use plain old object
6477 properties instead of gdb-object-properties.
6478
498a4489
YQ
64792014-05-26 Yao Qi <yao@codesourcery.com>
6480
6481 * gdb.server/no-thread-db.exp: Specify source file name
6482 explicitly when setting a breakpoint.
6483
589fdceb
MM
64842014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6485
6486 * gdb.btrace/vdso.c: New.
6487 * gdb.btrace/vdso.exp: New.
6488
e9089e05
MM
64892014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6490
6491 * gdb.base/gcore.exp (capture_command_output): Move ...
6492 * lib/gdb.exp (capture_command_output): ... here.
6493
67b5c0c1
MM
64942014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6495
6496 * gdb.btrace/data.exp: Test memory access during btrace replay.
6497
a2199296
SM
64982014-05-22 Simon Marchi <simon.marchi@ericsson.com>
6499
6500 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
6501
17b2616c
PA
65022014-05-21 Pedro Alves <palves@redhat.com>
6503
6504 PR gdb/13860
6505 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
6506 (top level): Test that output related to execution commands is
6507 sent to the console with CLI commands, but not with MI commands.
6508 Test that breakpoint events are always mirrored to the console.
6509 Also expect the new source line to be output after a "next" in
6510 async mode too. Make it a pass/fail test.
6511 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
6512 output.
6513 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
6514
5166082f
PA
65152014-05-21 Pedro Alves <palves@redhat.com>
6516
6517 * gdb.base/list.exp (build_pattern, test_list): New procedures.
6518 Use them to test variations of "list" after reaching a breakpoint.
6519 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
6520 Test "list" with listsize 10 after reaching a breakpoint.
6521 * gdb.python/python.exp (decode_line current location line
6522 number): Adjust expected line number.
6523
2f25d70f
SM
65242014-05-21 Simon Marchi <simon.marchi@ericsson.com>
6525
6526 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
6527 behavior for $args, pass it directly to "run".
6528
ff604a67
MR
65292014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
6530
6531 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
6532 30000 to 65536.
6533
6a3cb8e8
PA
65342014-05-21 Pedro Alves <palves@redhat.com>
6535
6536 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
6537 auto-connect-native-target off".
6538 * gdb.base/auto-connect-native-target.c: New file.
6539 * gdb.base/auto-connect-native-target.exp: New file.
6540
4ebfc96e
PA
65412014-05-21 Pedro Alves <palves@redhat.com>
6542
6543 * gdb.base/default.exp: Test "target native" instead of "target
6544 child".
6545
36d46afb
MW
65462014-05-21 Mark Wielaard <mjw@redhat.com>
6547
6548 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6549
5876f503
JK
65502014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6551
6552 Fix TLS access for -static -pthread.
6553 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
6554 <HAVE_TLS> (thread_function, main): Initialize it.
6555 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
6556 Add clean_restart.
6557 <$have_tls != "">: Check TLSVAR.
6558
0256a6ac
PA
65592014-05-21 Pedro Alves <palves@redhat.com>
6560
6561 * gdb.base/dcache-line-read-error.c: New.
6562 * gdb.base/dcache-line-read-error.exp: New.
6563
936d2992
PA
65642014-05-20 Pedro Alves <palves@redhat.com>
6565
6566 * gdb.base/compare-sections.c: New file.
6567 * gdb.base/compare-sections.exp: New file.
6568
802e8e6d
PA
65692014-05-20 Pedro Alves <palves@redhat.com>
6570
6571 * gdb.base/break-idempotent.c: New file.
6572 * gdb.base/break-idempotent.exp: New file.
6573
e59fa00f
MM
65742014-05-20 Markus Metzger <markus.t.metzger@intel.com>
6575
6576 * gdb.btrace/nohist.exp: New.
6577
8b696e31
YQ
65782014-05-20 Yao Qi <yao@codesourcery.com>
6579
6580 * lib/gdb.exp (gdb_init): Set timeout if test file is under
6581 gdb.reverse directory and gdb_reverse_timeout exists in board
6582 setting.
6583 * README: Document gdb_reverse_timeout.
6584
73c9764f
YQ
65852014-05-20 Yao Qi <yao@codesourcery.com>
6586
6587 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
6588 'test_file_name'. Treat args as a string instead of a list.
6589 (gdb_init): Rename argument 'args' by 'test_file_name'.
6590
f1f4348a
JK
65912014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6592
6593 * gdb.arch/powerpc-power.exp: New file.
6594 * gdb.arch/powerpc-power.s: New file.
6595
0dbe70ce
DE
65962014-05-16 Doug Evans <dje@google.com>
6597
6598 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
6599 * gdb.base/completion.exp: Check that all expected files exist
6600 before doing file completion.
0dbe70ce 6601
8d551b02
DE
66022014-05-16 Doug Evans <dje@google.com>
6603
6604 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
6605 Update.
6606 (do_syscall_tests_without_xml): Update.
6607
73eb7709
PA
66082014-05-16 Pedro Alves <palves@redhat.com>
6609
6610 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
6611 instead of "unknown output after running".
6612
3fae92fc
YQ
66132014-05-16 Yao Qi <yao@codesourcery.com>
6614
6615 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
6616 file1.txt from host at the end.
6617 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6618
c2b2ccc5
DE
66192014-05-15 Doug Evans <dje@google.com>
6620
6621 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
6622 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
6623 loading file. Add test for TU lookup.
6624
8c217a4b
SM
66252014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6626
6627 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
6628 calling "-exec-arguments" or "set args" before running the
6629 inferior.
6630
3deb39c6
SM
66312014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6632
6633 * lib/mi-support.exp (mi_expect_stop): Expect message for
6634 inferiors that exit with non-zero exit code.
6635
71a79f8c
YQ
66362014-05-14 Yao Qi <yao@codesourcery.com>
6637
6638 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
6639 match absolute path on remote host.
6640 (test_file_list_exec_source_files): Remove "/" from the
6641 pattern.
6642
f23fcd46
YQ
66432014-05-14 Yao Qi <yao@codesourcery.com>
6644
6645 * boards/local-remote-host-notty.exp (${board}_file): New
6646 proc.
6647
9404b58f
KM
66482014-05-07 Kyle McMartin <kyle@redhat.com>
6649
6650 Pushed by Joel Brobecker <brobecker@adacore.com>.
6651 * gdb.arch/aarch64-atomic-inst.c: New file.
6652 * gdb.arch/aarch64-atomic-inst.exp: New file.
6653
5e45f04c
YQ
66542014-05-07 Yao Qi <yao@codesourcery.com>
6655
6656 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
6657 in current context" too.
6658
c888a17d
KS
66592014-05-05 Keith Seitz <keiths@redhat.com>
6660
6661 * gdb.linespec/ls-dollar.exp: Add test for linespec
6662 file:convenience_variable.
6663
290a839c
YQ
66642014-05-05 Yao Qi <yao@codesourcery.com>
6665
6666 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
6667 traceframes into tfile and ctf trace files. Read data from
6668 trace file and test collected data.
6669 (gdb_collect_locals_test): Likewise.
6670 (gdb_unavailable_registers_test): Likewise.
6671 (gdb_unavailable_floats): Likewise.
6672 (gdb_collect_globals_test): Likewise.
6673 (top-level): Append "ctf" to trace_file_targets if GDB
6674 supports.
6675
b5262cd0
YQ
66762014-05-05 Yao Qi <yao@codesourcery.com>
6677
6678 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
6679 code to ...
6680 (gdb_collect_args_test_1): ... it. New proc.
6681 (gdb_collect_locals_test): Move some code to ...
6682 (gdb_collect_locals_test_1): ... it. New proc.
6683 (gdb_unavailable_registers_test): Move some code to ...
6684 (gdb_unavailable_registers_test_1): ... it. New proc.
6685 (gdb_unavailable_floats): Move some code to ...
6686 (gdb_unavailable_floats_1): ... it. New proc.
6687
30a1e6cc
SDJ
66882014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6689
6690 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
6691 probes to test for bitness recognition.
6692 * gdb.arch/amd64-stap-optional-prefix.exp
6693 (test_probe_value_without_reg): New procedure.
6694 Add code to test for different kinds of bitness.
6695
f33da99a
SDJ
66962014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6697
6698 PR breakpoints/16889
6699 * gdb.arch/amd64-stap-optional-prefix.S: New file.
6700 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6701
5b80f00d
PA
67022014-05-01 Pedro Alves <palves@redhat.com>
6703
6704 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
6705 gdb_file_cmd if no file is specified.
6706 * boards/native-extended-gdbserver.exp (gdb_load): Use the
6707 last_loaded_file to set the remote exec-file.
6708
f8c2a73c
PA
67092014-05-01 Pedro Alves <palves@redhat.com>
6710
6711 * boards/local-remote-host.exp: New file.
6712
be6e8ac7
PA
67132014-05-01 Pedro Alves <palves@redhat.com>
6714
6715 * boards/local-remote-host.exp: Rename to ...
6716 * boards/local-remote-host-notty.exp: ... this.
6717
cac0dc8f
JB
67182014-04-28 Joel Brobecker <brobecker@adacore.com>
6719
6720 * gdb.ada/dyn_arrayidx: New testcase.
6721
9730e6cc
YQ
67222014-04-26 Yao Qi <yao@codesourcery.com>
6723
6724 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
6725 and compute the length of function main. Save it in
6726 $main_length.
6727 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
6728 (top-level): Use gdb_compile to compile objects into
6729 executable and restart GDB. Remove invocation to
6730 prepare_for_testing.
6731
7ae1a6a6
PA
67322014-04-25 Simon Marchi <simon.marchi@ericsson.com>
6733 Pedro Alves <palves@redhat.com>
6734
6735 PR server/16255
6736 * gdb.multi/multi-attach.c: New file.
6737 * gdb.multi/multi-attach.exp: New file.
6738
4082afcc
PA
67392014-04-25 Pedro Alves <palves@redhat.com>
6740
6741 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
6742 user.
6743 (top level): Test that "set remote conditional-breakpoints-packet
6744 off" works as intended.
6745 * gdb.base/dprintf.exp: Test that "set remote
6746 breakpoint-commands-packet off" works as intended.
6747 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
6748 New function.
6749 (top level): Call it.
6750 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
6751 remote fast-tracepoints-packet off" works as intended.
6752 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
6753 * lib/gdb.exp (gdb_is_target_remote): ... here.
6754
2abc3f8d
DB
67552014-04-24 David Blaikie <dblaikie@gmail.com>
6756
6757 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
6758 ensure clang would not discard them.
6759 * gdb.base/gdbvars.c: Ditto.
6760 * gdb.base/memattr.c: Ditto.
6761 * gdb.base/whatis.c: Ditto.
6762 * gdb.python/py-prettyprint.c: Ditto.
6763 * gdb.trace/actions.c: Ditto.
6764 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
6765 ensure clang would not discard it.
6766
bfd39632
DB
67672014-04-24 David Blaikie <dblaikie@gmail.com>
6768
6769 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
6770 clang to emit the full definition of type required by the test
6771 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
6772
22842ff6
DB
67732014-04-24 David Blaikie <dblaikie@gmail.com>
6774
6775 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
6776 coax Clang into emitting the definition of the type.
6777 * gdb.cp/pr10728-x.h (y): Ditto.
6778 * gdb.cp/pr10728-y.cc (y): Ditto.
6779
c2e827ad
DB
67802014-04-24 David Blaikie <dblaikie@gmail.com>
6781
6782 * gdb.base/label.exp: XFAIL label related tests under Clang.
6783 * gdb.cp/cplabel.exp: Ditto.
6784 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
6785 under Clang those using labels.
6786
4c2d33e7
YQ
67872014-04-25 Yao Qi <yao@codesourcery.com>
6788
6789 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
6790 double_label.
6791 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
6792 partial_label and double_label.
6793
56083b99
DB
67942014-04-24 David Blaikie <dblaikie@gmail.com>
6795
6796 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
6797
25d4e99d
DB
67982014-04-24 David Blaikie <dblaikie@gmail.com>
6799
6800 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
6801 of the function to work across GCC and Clang.
6802 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
6803 pointer types (const void ** const V void **).
6804
01f9f808
MS
68052014-04-24 Michael Sturm <michael.sturm@mintel.com>
6806 Walfred Tedeschi <walfred.tedeschi@intel.com>
6807
6808 * Makefile.in (EXECUTABLES): Added i386-avx512.
6809 * gdb.arch/i386-avx512.c: New file.
6810 * gdb.arch/i386-avx512.exp: Likewise.
6811
4b48d439
KS
68122014-04-23 Keith Seitz <keiths@redhat.com>
6813
6814 * lib/mi-support.exp (mi_list_breakpoints): Delete.
6815 (mi_make_breakpoint_table): New procedure.
6816 (mi_create_breakpoint): Use mi_make_breakpoint
6817 and return the result.
6818 (mi_make_breakpoint): New procedure.
6819 (mi_build_kv_pairs): New procedure.
6820
6821 * gdb.mi/mi-break.exp: Remove unused globals,
6822 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
6823 All callers updated.
6824 * gdb.mi/mi-dprintf.exp: Use variable to track command
6825 number.
6826 Update all callers of mi_create_breakpoint and use
6827 mi_make_breakpoint_table.
6828 Remove any unused global variables.
6829 * gdb.mi/mi-nonstop.exp: Likewise.
6830 * gdb.mi/mi-nsintrall.exp: Likewise.
6831 * gdb.mi/mi-nsmoribund.exp: Likewise.
6832 * gdb.mi/mi-nsthrexec.exp: Likewise.
6833 * gdb.mi/mi-reverse.exp: Likewise.
6834 * gdb.mi/mi-simplerun.exp: Likewise.
6835 * gdb.mi/mi-stepn.exp: Likewise.
6836 * gdb.mi/mi-syn-frame.exp: Likewise.
6837 * gdb.mi/mi-until.exp: Likewise.
6838 * gdb.mi/mi-var-cp.exp: Likewise.
6839 * gdb.mi/mi-var-display.exp: Likewise.
6840 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
6841 * gdb.mi/mi2-var-child.exp: Likewise.
6842 * gdb.mi/mi-vla-c99.exp: Likewise.
6843 * lib/mi-support.exp: Likewise.
6844
6845 From Ian Lance Taylor <iant@cygnus.com>:
6846 * lib/gdb.exp (parse_args): New procedure.
6847
08351840
PA
68482014-04-23 Pedro Alves <palves@redhat.com>
6849
6850 * gdb.base/break-unload-file.c: New file.
6851 * gdb.base/break-unload-file.exp: New file.
6852 * gdb.base/sym-file-lib.c (baz): New function.
6853 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
6854 field.
6855 (load): Store the segment's mapped size.
6856 (unload): New function.
6857 (unload_shlib): New function.
6858 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
6859 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
6860 set a breakpoint at baz, and call it.
6861 * gdb.base/sym-file.exp: New tests for stale breakpoint
6862 instructions.
6863
076855f9
PA
68642014-04-23 Pedro Alves <palves@redhat.com>
6865
6866 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
6867 * gdb.base/hbreak-in-shr-unsupported.c: New file.
6868 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
6869 * gdb.base/hbreak-unmapped.c: New file.
6870 * gdb.base/hbreak-unmapped.exp: New file.
6871 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
6872 * lib/gdb.exp (gdb_is_target_remote): ... here.
6873
483805cf
PA
68742014-04-22 Pedro Alves <palves@redhat.com>
6875
6876 * gdb.base/consecutive-step-over.c: New file.
6877 * gdb.base/consecutive-step-over.exp: New file.
6878
06d97543
PA
68792014-04-22 Pedro Alves <palves@redhat.com>
6880
6881 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
6882 instead of send_gdb/gdb_expect.
6883
b4429ea2
YQ
68842014-04-22 Yao Qi <yao@codesourcery.com>
6885
6886 * lib/trace-support.exp (generate_tracefile): New procedure.
6887 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
6888 return 0.
6889 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
6890 if generate_tracefile returns 1.
6891
51d48146
PA
68922014-04-18 Tom Tromey <palves@redhat.com>
6893 Pedro alves <tromey@redhat.com>
6894
6895 PR backtrace/15558
6896 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
6897 with a backtrace limit.
6898 * gdb.python/py-frame-inline.exp: Test running to an inline
6899 function with a backtrace limit, and printing the newest frame.
6900 * gdb.python/py-frame-inline.c (main): Call f.
6901
bd1dce5f
MS
69022014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6903
6904 * gdb.java/jnpe.exp: Drop srcdir from untested path.
6905
40d1a503
MS
69062014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6907
6908 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
6909 Drop prefix from unsupported source file path.
6910
389b98f7
YQ
69112014-04-17 Yao Qi <yao@codesourcery.com>
6912
6913 * lib/gdb.exp (with_target_charset): New proc.
6914 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
6915 with_target_charset.
6916 (test_print_strings): Likewise.
6917 (test_repeat_bytes): Likewise.
6918 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
6919 for some tests.
6920
22869d73
KS
69212014-04-16 Keith Seitz <keiths@redhat.com>
6922
6923 PR gdb/15827
6924 * gdb.dwarf2/corrupt.c: New file.
6925 * gdb.dwarf2/corrupt.exp: New file.
6926
c4f87ca6
KS
69272014-04-16 Keith Seitz <keiths@redhat.com>
6928
6929 PR c++/16597
6930 * gdb.cp/namelessclass.cc: New file.
6931 * gdb.cp/namelessclass.exp: New file.
6932 * gdb.cp/namelessclass.S: New file.
6933
ab19de87
DE
69342014-04-16 Doug Evans <dje@google.com>
6935
6936 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
6937 Add comment.
6938 (gdbserver_default_get_comm_port): New function.
6939 (gdbserver_start): Check if board file provided
6940 "gdbserver,get_comm_port" and use it if so.
6941 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
6942 (gdb,socketport): Set to "stdio".
6943 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
6944 (stdio_gdbserver_template): Delete.
6945 (${board}_get_remote_address): Update.
6946 (${board}_build_remote_cmd): Delete.
6947 (${board}_get_comm_port): New function.
6948 (${board}_spawn): Update.
6949 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
6950 Delete.
6951 (${board}_get_remote_address): Update.
6952 (${board}_get_comm_port): New function.
6953
fc98a809
AB
69542014-04-16 Andrew Burgess <aburgess@broadcom.com>
6955
6956 * gdb.base/memattr.exp: Improve regexps to handle memory regions
6957 appearing in any order.
6958
87fd9e6e
DE
69592014-04-15 Doug Evans <dje@google.com>
6960
6961 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
6962 uninitialized value of "description".
6963
099fc3ea
KS
69642014-04-15 Keith Seitz <keiths@redhat.com>
6965
6966 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
6967 Remove unused globals.
6968 (test_running_the_program): Likewise.
6969 (test_controlled_execution): Likewise.
6970 (test_controlling_breakpoints): Likewise.
6971 (test_program_termination): Likewise.
6972
5da151d4
KS
69732014-04-15 Keith Seitz <keiths@redhat.com>
6974
6975 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
6976 unused globals.
6977 (test_rbreak_creation_and_listing): Likewise.
6978 (test_ignore_count): Likewise.
6979 (test_error): Likewise.
6980
35e5d2f0
PA
69812014-04-15 Pedro Alves <palves@redhat.com>
6982
6983 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
6984 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
6985 sym-file-loader.c.
6986 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6987 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6988 to sym-file-loader.c.
6989 (struct library): Forward declare.
6990 (load_shlib, lookup_function): Change prototypes.
6991 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6992 (translate_offset): Remove declarations.
6993 (get_text_addr): New declaration.
6994 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
6995 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
6996 sym-file-loader.h.
6997 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6998 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6999 here from sym-file-loader.h.
7000 (struct library): New structure.
7001 (load_shlib, lookup_function): Change prototypes and adjust to
7002 work with a struct library.
7003 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7004 (translate_offset): Make static.
7005 (get_text_addr): New function.
7006 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
7007
eb4c1710
PA
70082014-04-15 Pedro Alves <palves@redhat.com>
7009
7010 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
7011
2d1baf52
PA
70122014-04-15 Pedro Alves <palves@redhat.com>
7013
7014 * gdb.base/sym-file-loader.c: Include <limits.h>.
7015 (SELF_LINK): New define.
7016 (get_origin): New function.
7017 (load_shlib): Use it.
7018 * gdb.base/sym-file.exp: Don't early return if the target is
7019 remote. Use runto_main, and issue fail is that fails. Use
7020 gdb_load_shlibs.
7021 (shlib_name): Delete.
7022 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
7023
7dd6df01
PA
70242014-04-15 Pedro Alves <palves@redhat.com>
7025
7026 * gdb.base/sym-file.exp: Remove regex characters from test
7027 message. Don't refer to breakpoint numbers in test messages.
7028
b50c8614
KS
70292014-04-14 Keith Seitz <keiths@redhat.com>
7030
7031 PR c++/16253
7032 * gdb.cp/var-tag.cc: New file.
7033 * gdb.cp/var-tag.exp: New file.
7034 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
7035 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
7036 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
7037 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
7038
3d567982
TT
70392014-04-14 Tom Tromey <tromey@redhat.com>
7040
7041 * gdb.cp/classes.exp (test_enums): Handle underlying type.
7042 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
7043 type.
7044 * gdb.cp/enum-class.exp: New file.
7045 * gdb.cp/enum-class.cc: New file.
7046
0626fc76
TT
70472014-04-14 Tom Tromey <tromey@redhat.com>
7048
7049 * gdb.dwarf2/enum-type.exp: New file.
7050
dca325b3
SA
70512014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7052
7053 * gdb.mi/mi-vla-c99.exp: New file.
7054 * gdb.mi/vla.c: New file.
7055
5854b38a
SA
70562014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7057
7058 * gdb.base/vla-datatypes.c: New file.
7059 * gdb.base/vla-datatypes.exp: New file.
7060
463bb957
SA
70612014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7062
7063 * gdb.base/vla-ptr.c: New file.
7064 * gdb.base/vla-ptr.exp: New file.
7065
3dd170be
SA
70662014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7067
7068 * gdb.dwarf2/count.exp: New file.
7069
5ecaaa66
SA
70702014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7071
7072 * gdb.base/vla-sideeffect.c: New file.
7073 * gdb.base/vla-sideeffect.exp: New file.
7074
41f1ada5
DB
70752014-04-14 David Blaikie <dblaikie@gmail.com>
7076
7077 * gdb.mi/non-stop.c: Add return value for non-void function return
7078 statement.
7079 * gdb.threads/staticthreads.c: Ditto.
7080
0be03e84
DE
70812014-04-12 Siva Chandra Reddy <sivachandra@google.com>
7082 Doug Evans <xdje42@gmail.com>
7083
7084 * gdb.guile/scm-value.c: Improve test case.
7085 * gdb.guile/scm-value.exp: Add new test.
7086
f180a1fb
DB
70872014-04-11 David Blaikie <dblaikie@gmail.com>
7088
7089 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
7090 override Clang's default.
7091
6b662e19
JB
70922014-04-11 Joel Brobecker <brobecker@adacore.com>
7093
7094 Revert the following changes (regressions):
7095
7096 * gdb.base/vla-sideeffect.c: New file.
7097 * gdb.base/vla-sideeffect.exp: New file.
7098
7099 * gdb.dwarf2/count.exp: New file.
7100
7101 * gdb.base/vla-multi.c: New file.
7102 * gdb.base/vla-multi.exp: New file.
7103
7104 * gdb.base/vla-ptr.c: New file.
7105 * gdb.base/vla-ptr.exp: New file.
7106
7107 * gdb.base/vla-datatypes.c: New file.
7108 * gdb.base/vla-datatypes.exp: New file.
7109
7110 * gdb.mi/mi-vla-c99.exp: New file.
7111 * gdb.mi/vla.c: New file.
7112
245a5f0b
KS
71132014-04-11 Keith Seitz <keiths@redhat.com>
7114
7115 PR c++/16675
7116 * gdb.cp/cpsizeof.exp: New file.
7117 * gdb.cp/cpsizeof.cc: New file.
7118
58a84dcf
SA
71192014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7120
191a8a90
JB
7121 * gdb.mi/mi-vla-c99.exp: New file.
7122 * gdb.mi/vla.c: New file.
58a84dcf 7123
c8655f75
SA
71242014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7125
7126 * gdb.base/vla-datatypes.c: New file.
7127 * gdb.base/vla-datatypes.exp: New file.
7128
024e13b4
SA
71292014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7130
7131 * gdb.base/vla-ptr.c: New file.
7132 * gdb.base/vla-ptr.exp: New file.
7133
1a237e0e
SA
71342014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7135
7136 * gdb.base/vla-multi.c: New file.
7137 * gdb.base/vla-multi.exp: New file.
7138
504f3432
SA
71392014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7140
7141 * gdb.dwarf2/count.exp: New file.
7142
3bce8237
SA
71432014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7144
191a8a90
JB
7145 * gdb.base/vla-sideeffect.c: New file.
7146 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 7147
322f9c21
YQ
71482014-04-11 Yao Qi <yao@codesourcery.com>
7149
7150 * gdb.base/completion.exp: Check file exists before running tests
7151 on file completion.
7152
d708bcd1
PA
71532014-04-10 Pedro Alves <palves@redhat.com>
7154
7155 * gdb.base/cond-eval-mode.c: New file.
7156 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
7157 prepare_for_testing to build the new file. Check result of
7158 runto_main.
7159 (test_break, test_watch): New procedures.
7160 (top level): Use them.
7161
ae1d2761
PM
71622014-04-08 Pierre Muller <muller@sourceware.org>
7163
7164 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
7165 Ctrl-V use for mingw hosts.
7166
7af389b8
SC
71672014-04-07 Siva Chandra Reddy <sivachandra@google.com>
7168
7169 * gdb.python/py-value.c: Improve test case.
7170 * gdb.python/py-value.exp: Add new test.
7171
5e703181
DE
71722014-04-07 David Blaikie <dblaikie@gmail.com>
7173
7174 * lib/compiler.c: Identify the clang compiler.
7175 * lib/compiler.cc: Ditto.
7176
9810b410
YQ
71772014-04-03 Yao Qi <yao@codesourcery.com>
7178
7179 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
7180
98d1b8dc
AB
71812014-04-01 Anton Blanchard <anton@samba.org>
7182
7183 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
7184 messages unique.
7185
3114cea1
AB
71862014-04-01 Anton Blanchard <anton@samba.org>
7187
7188 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
7189 prepare_for_testing.
7190
62f7182c
AB
71912014-04-01 Anton Blanchard <anton@samba.org>
7192
7193 * gdb.arch/ppc64-atomic-inst.c: Remove.
7194 * gdb.arch/ppc64-atomic-inst.S: New file.
7195 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
7196
770e7fc7
DE
71972014-03-31 Doug Evans <dje@google.com>
7198
7199 * gdb.base/print-symbol-loading-lib.c: New file.
7200 * gdb.base/print-symbol-loading-main.c: New file.
7201 * gdb.base/print-symbol-loading.exp: New file.
7202
46e2bafa
YQ
72032014-03-31 Yao Qi <yao@codesourcery.com>
7204
7205 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
7206
8776cfe9
JB
72072014-03-28 Joel Brobecker <brobecker@adacore.com>
7208
7209 * gdb.ada/mi_dyn_arr: New testcase.
7210
5d1ef361
DE
72112014-03-27 Doug Evans <dje@google.com>
7212
7213 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
7214
b5bee914
YQ
72152014-03-27 Yao Qi <yao@codesourcery.com>
7216
7217 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
7218 if target is nios2-*-*.
7219
0d4d0e77
YQ
72202014-03-26 Yao Qi <yao@codesourcery.com>
7221
7222 * lib/gdb.exp (readline_is_used): New proc.
7223 * gdb.base/completion.exp: Move tests on command complete up.
7224 Skip the rest of tests if readline is not used.
7225 * gdb.ada/complete.exp: Skp the test if readline is not
7226 used.
7227 * gdb.base/filesym.exp: Likewise.
7228 * gdb.base/macscp.exp: Likewise.
7229 * gdb.base/readline-ask.exp: Likewise.
7230 * gdb.base/readline.exp: Likewise.
7231 * gdb.python/py-cmd.exp: Likewise.
7232 * gdb.trace/tfile.exp: Likewise.
7233
29361eee
YQ
72342014-03-26 Yao Qi <yao@codesourcery.com>
7235
7236 * gdb.base/macscp.exp: Fix code format issues.
7237
bc9a5525
UW
72382014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
7239
7240 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
7241 * gdb.asm/powerpc64le.inc: New file.
7242
d3839ede
PA
72432014-03-25 Pedro Alves <palves@redhat.com>
7244 Doug Evans <dje@google.com>
7245
7246 * gdb.base/source-execution.c: New file.
7247 * gdb.base/source-execution.exp: New file.
7248 * gdb.base/source-execution.gdb: New file.
7249
01672a57
DE
72502014-03-24 Doug Evans <dje@google.com>
7251
7252 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
7253 using fission.
7254
88bbeca9
HZ
72552014-03-24 Hui Zhu <hui@codesourcery.com>
7256 Pedro Alves <palves@redhat.com>
7257
7258 PR breakpoints/16101
7259 * gdb.base/dprintf.exp: Use unsupported rather than changing the
7260 test pass/fail messages. Detect missing support for dprintf when
7261 breakpoints are actually inserted.
7262 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
7263 breakpoints are actually inserted.
7264 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
7265 fails.
7266
d2348791
JK
72672014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7268
7269 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
7270
feef67ab
DE
72712014-03-22 Doug Evans <xdje42@gmail.com>
7272
7273 * gdb.python/python.exp (python not supported): Verify multi-line
7274 python command issues an error.
25d743f9 7275 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 7276 guile command issues an error.
feef67ab 7277
ecebef6a
MR
72782014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
7279
7280 * gdb.threads/thread-specific.exp: Handle the lack of usable
7281 $this_breakpoint and $this_thread.
7282
ccdd1909
HZ
72832014-03-21 Hui Zhu <hui@codesourcery.com>
7284
7285 * gdb.base/attach.exp (do_command_attach_tests): New.
7286
beb460e8
PA
72872014-03-20 Tom Tromey <tromey@redhat.com>
7288 Pedro Alves <palves@redhat.com>
7289
7290 PR cli/15718
7291 * gdb.base/condbreak-call-false.c: New file.
7292 * gdb.base/condbreak-call-false.exp: New file.
7293
40acf43a
PA
72942014-03-20 Pedro Alves <palves@redhat.com>
7295
7296 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
7297 Delete.
7298 (block_signals, unblock_signals): Delete.
7299 (child_function_2, main): Remove references to deleted variable
7300 and functions.
7301
9f5e1e02
PA
73022014-03-20 Pedro Alves <palves@redhat.com>
7303
7304 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
7305 Use pthread_kill to signal thread 2.
7306 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7307 Adjust to make the test send itself a signal rather than using the
7308 host's "kill" command.
7309
99619bea
PA
73102014-03-20 Pedro Alves <palves@redhat.com>
7311
7312 * gdb.threads/multiple-step-overs.c: New file.
7313 * gdb.threads/multiple-step-overs.exp: New file.
7314 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7315 Adjust expected infrun debug output.
7316
2adfaa28
PA
73172014-03-20 Pedro Alves <palves@redhat.com>
7318
7319 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
7320 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
7321
31e77af2
PA
73222014-03-20 Pedro Alves <palves@redhat.com>
7323
7324 PR breakpoints/7143
7325 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
7326 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
7327 of gdb_test_multiple.
7328 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
7329 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
7330
b9f437de
PA
73312014-03-20 Pedro Alves <palves@redhat.com>
7332
7333 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
7334 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
7335
05adc73e
PA
73362014-03-19 Pedro Alves <palves@redhat.com>
7337
7338 * gdb.base/async.exp: Remove early return.
7339
6048b950
PA
73402014-03-19 Pedro Alves <palves@redhat.com>
7341
7342 * gdb.base/async.exp (step& tests): Pass explicit test messages.
7343
8bcfb00a
PA
73442014-03-19 Pedro Alves <palves@redhat.com>
7345
7346 * gdb.base/async.exp (test_background): Expect \r\n after
7347 "completed." in the fail pattern.
7348
884e37dc
PA
73492014-03-19 Pedro Alves <palves@redhat.com>
7350
7351 * gdb.base/async.exp (test_background): New procedure.
7352 Use it for all background execution command tests.
7353
148e57e2
PA
73542014-03-19 Pedro Alves <palves@redhat.com>
7355
7356 * gdb.base/async.exp: Use prepare_for_testing.
7357
f48088c7
PA
73582014-03-19 Pedro Alves <palves@redhat.com>
7359
7360 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
7361 the same line.
7362
e2f6c966
PA
73632014-03-19 Pedro Alves <palves@redhat.com>
7364
7365 * gdb.base/async.c (main): Add "jump here" and "until here" line
7366 marker comments.
7367 * gdb.base/async.exp (jump_here): New global.
7368 (jump& test): Use it.
7369 (until_here): New global.
7370 (until& test): Use it.
7371
c30568d4
PA
73722014-03-19 Pedro Alves <palves@redhat.com>
7373
7374 * gdb.base/async.exp: Don't frob gdb_protocol.
7375
0172b6a7
DE
73762014-03-18 Doug Evans <xdje42@gmail.com>
7377
7378 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
7379 Fix spelling of exec-done-display.
7380
06c868a8
JK
73812014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7382
7383 PR gdb/15358
7384 * gdb.base/gdb-sigterm.c: New file.
7385 * gdb.base/gdb-sigterm.exp: New file.
7386
0c7e1a46
PA
73872014-03-18 Pedro Alves <palves@redhat.com>
7388
7389 PR gdb/13860
7390 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
7391 * lib/mi-support.exp (mi_expect_stop): Add special handling for
7392 solib-event.
7393
f7c77d93
JB
73942014-03-17 Joel Brobecker <brobecker@adacore.com>
7395
7396 * gdb.ada/pckd_arr_ren: New testcase.
7397
5a1e8c7a
DE
73982014-03-13 Doug Evans <xdje42@gmail.com>
7399
7400 PR guile/16612
7401 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
7402 collect after discarding symbols.
7403
350e1a76
DE
74042014-03-13 Ludovic Courtès <ludo@gnu.org>
7405 Doug Evans <xdje42@gmail.com>
7406
7407 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
7408 to history survives a gc.
7409
a69900ae
PA
74102014-03-13 Pedro Alves <palves@redhat.com>
7411
7412 * gdb.base/default.exp: Don't test "target procfs".
7413
5db9f0bd
PA
74142014-03-13 Pedro Alves <palves@redhat.com>
7415
7416 * gdb.base/default.exp: Update "target child" and "target procfs"
7417 tests to not expect "Unix".
7418
b3ccfe11
TT
74192014-03-12 Tom Tromey <tromey@redhat.com>
7420
7421 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
7422 New procs. Add target-async tests.
7423 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
7424 Add target-async tests.
7425
646f4417
AA
74262014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7427
7428 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
7429 'func_start' and 'func_end' for the beginning and end of the
7430 function code, respectively.
7431 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
7432 'func_end' instead of 'func' and 'main'.
7433
288c211f
AA
74342014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7435
7436 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
7437 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
7438 generate the debug info assembler source.
7439
e0c0f156
AA
74402014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7441
7442 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
7443 * gdb.dwarf2/arr-subrange.exp: Likewise.
7444 * gdb.dwarf2/dwz.exp: Likewise.
7445 * gdb.dwarf2/method-ptr.exp: Likewise.
7446 * gdb.dwarf2/missing-sig-type.exp: Likewise.
7447 * gdb.dwarf2/subrange.exp: Likewise.
7448 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
7449 * gdb.dwarf2/implptrpiece.exp: Likewise.
7450 * gdb.dwarf2/nostaticblock.exp: Likewise.
7451
0e5c4555
AA
74522014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7453
7454 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
7455 directory to absolute path name arguments.
7456
5ec18f2b
JG
74572014-03-10 Joel Brobecker <brobecker@adacore.com>
7458
7459 * gdb.ada/tagged_access: New testcase.
7460
847fc4f2
MM
74612014-03-07 Markus Metzger <markus.t.metzger@intel.com>
7462
7463 * gdb.btrace/data.exp: Update expected output.
7464
cc3da688
YQ
74652014-03-06 Yao Qi <yao@codesourcery.com>
7466
7467 * gdb.trace/pr16508.exp: New file.
7468
0f26cec1
PA
74692014-03-05 Pedro Alves <palves@redhat.com>
7470
7471 PR gdb/16575
7472 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
7473 procedure.
7474 (top level): Adjust to use it. Add tests that exercise breakpoint
7475 interaction with the code-cache.
7476
7a5a839f
LC
74772014-02-26 Ludovic Courtès <ludo@gnu.org>
7478
7479 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
7480 test for 'history-append!'.
7481
31aa7e4e
JB
74822014-02-26 Joel Brobecker <brobecker@adacore.com>
7483
7484 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
7485 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
7486 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
7487 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
7488 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
7489 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
7490
1b588015
JB
74912014-02-26 Joel Brobecker <brobecker@adacore.com>
7492
7493 * testsuite/gdb.python/py-pp-re-notag.c: New file.
7494 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
7495 * testsuite/gdb.python/py-pp-re-notag.p: New file.
7496
55426c9d
JB
74972014-02-26 Joel Brobecker <brobecker@adacore.com>
7498
7499 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
7500
dc53a7ad
JB
75012014-02-26 Joel Brobecker <brobecker@adacore.com>
7502
7503 * gdb.dwarf2/arr-stride.c: New file.
7504 * gdb.dwarf2/arr-stride.exp: New file.
7505
12ab52e9
PA
75062014-02-26 Pedro Alves <palves@redhat.com>
7507
7508 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
7509 that won't ever trigger. Make sure that GDB reports the correct
7510 breakpoint that caused the stop.
7511
849c862e
JK
75122014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7513
7514 PR gdb/16626
7515 * gdb.base/auto-load-script: New file.
7516 * gdb.base/auto-load.c: New file.
7517 * gdb.base/auto-load.exp: New file.
7518
71b7d793
JK
7519 PR gdb/16626
7520 * gdb.base/auto-load.exp: Fix out-of-srctree run.
7521
e2f0d509
JK
75222014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7523
7524 Fix dw2-icycle.exp -fsanitize=address GDB crash.
7525 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
7526
50cc37c8
DE
75272014-02-24 Doug Evans <dje@google.com>
7528
7529 * lib/gdb.exp (run_on_host): Log error output if program fails.
7530
ea4758f2
PA
75312014-02-21 Pedro Alves <palves@redhat.com>
7532
7533 * gdb.threads/step-after-sr-lock.c: Rename to ...
7534 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
7535 * gdb.threads/step-after-sr-lock.exp: Rename to ...
7536 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7537 ... this.
7538
d7b30f67
SDJ
75392014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
7540
7541 PR tdep/16397
7542 * gdb.arch/amd64-stap-special-operands.exp: New file.
7543 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
7544 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
7545 * gdb.arch/amd64-stap-triplet.S: Likewise.
7546 * gdb.arch/amd64-stap-triplet.c: Likewise.
7547
83deb43f
JB
75482014-02-20 Joel Brobecker <brobecker@adacore.com>
7549
7550 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
7551 in .section pseudo-op.
7552
adde2bff
DE
75532014-02-20 lin zuojian <manjian2006@gmail.com>
7554 Joel Brobecker <brobecker@adacore.com>
7555 Doug Evans <xdje42@gmail.com>
7556
7557 PR symtab/16581
7558 * gdb.dwarf2/dw2-icycle.S: New file.
7559 * gdb.dwarf2/dw2-icycle.c: New file.
7560 * gdb.dwarf2/dw2-icycle.exp: New file.
7561
f7bd0f78
SC
75622014-02-19 Siva Chandra Reddy <sivachandra@google.com>
7563
7564 * gdb.python/py-value-cc.cc: Improve test case to enable testing
7565 operations on gdb.Value objects.
7566 * gdb.python/py-value-cc.exp: Add new test to test operations on
7567 gdb.Value objects.
7568
c17ef0d5
DE
75692014-02-18 Doug Evans <dje@google.com>
7570
7571 * Makefile.in (TESTS): New variable.
7572 (expanded_tests, expanded_tests_or_none): New variables
7573 (check-single): Pass $(expanded_tests_or_none) to runtest.
7574 (check-parallel): Only run tests in $(TESTS) if non-empty.
7575 (check/no-matching-tests-found): New rule.
7576 * README: Document TESTS makefile variable.
7577
5dd3176f
DE
75782014-02-18 Doug Evans <dje@google.com>
7579
7580 * Makefile.in (check-parallel): rm -rf outputs temp.
7581
0b10be4f
JK
75822014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7583
7584 Fix "ERROR: no fileid for" in the testsuite.
7585 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
7586
85f224e7
DE
75872014-02-12 Doug Evans <dje@google.com>
7588
7589 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
7590 (MISCELLANEOUS): New variable.
7591 (clean): rm -rf $(MISCELLANEOUS).
7592 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
7593 dwp live in the same directory as symlinks, with each symlink pointed
7594 to a differently named file in a different directory.
7595
149b30ff
DE
75962014-02-11 Doug Evans <dje@google.com>
7597
7598 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
7599 of Tcl file commands.
7600
1dfdac32
MK
76012014-02-10 Mark Kettenis <kettenis@gnu.org>
7602
7603 * gdb.threads/step-after-sr-lock.exp: Avoid executing
7604 "kill -SIGUSR1 -1".
7605
aa4fb036
JB
76062014-02-10 Joel Brobecker <brobecker@adacore.com>
7607
7608 * gdb.ada/tick_length_array_enum_idx: New testcase.
7609
ed3ef339
DE
76102014-02-10 Doug Evans <xdje42@gmail.com>
7611
7612 * configure.ac (AC_OUTPUT): Add gdb.guile.
7613 * configure: Regenerate.
7614 * lib/gdb-guile.exp: New file.
7615 * lib/gdb.exp (get_target_charset): New function.
7616 * gdb.base/help.exp: Update expected output from "apropos apropos".
7617 * gdb.guile/Makefile.in: New file.
7618 * gdb.guile/guile.exp: New file.
7619 * gdb.guile/scm-arch.c: New file.
7620 * gdb.guile/scm-arch.exp: New file.
7621 * gdb.guile/scm-block.c: New file.
7622 * gdb.guile/scm-block.exp: New file.
7623 * gdb.guile/scm-breakpoint.c: New file.
7624 * gdb.guile/scm-breakpoint.exp: New file.
7625 * gdb.guile/scm-disasm.c: New file.
7626 * gdb.guile/scm-disasm.exp: New file.
7627 * gdb.guile/scm-equal.c: New file.
7628 * gdb.guile/scm-equal.exp: New file.
7629 * gdb.guile/scm-error.exp: New file.
7630 * gdb.guile/scm-error.scm: New file.
7631 * gdb.guile/scm-frame-args.c: New file.
7632 * gdb.guile/scm-frame-args.exp: New file.
7633 * gdb.guile/scm-frame-args.scm: New file.
7634 * gdb.guile/scm-frame-inline.c: New file.
7635 * gdb.guile/scm-frame-inline.exp: New file.
7636 * gdb.guile/scm-frame.c: New file.
7637 * gdb.guile/scm-frame.exp: New file.
7638 * gdb.guile/scm-generics.exp: New file.
7639 * gdb.guile/scm-gsmob.exp: New file.
7640 * gdb.guile/scm-iterator.c: New file.
7641 * gdb.guile/scm-iterator.exp: New file.
7642 * gdb.guile/scm-math.c: New file.
7643 * gdb.guile/scm-math.exp: New file.
7644 * gdb.guile/scm-objfile-script-gdb.in: New file.
7645 * gdb.guile/scm-objfile-script.c: New file.
7646 * gdb.guile/scm-objfile-script.exp: New file.
7647 * gdb.guile/scm-objfile.c: New file.
7648 * gdb.guile/scm-objfile.exp: New file.
7649 * gdb.guile/scm-ports.exp: New file.
7650 * gdb.guile/scm-pretty-print.c: New file.
7651 * gdb.guile/scm-pretty-print.exp: New file.
7652 * gdb.guile/scm-pretty-print.scm: New file.
7653 * gdb.guile/scm-section-script.c: New file.
7654 * gdb.guile/scm-section-script.exp: New file.
7655 * gdb.guile/scm-section-script.scm: New file.
7656 * gdb.guile/scm-symbol.c: New file.
7657 * gdb.guile/scm-symbol.exp: New file.
7658 * gdb.guile/scm-symtab-2.c: New file.
7659 * gdb.guile/scm-symtab.c: New file.
7660 * gdb.guile/scm-symtab.exp: New file.
7661 * gdb.guile/scm-type.c: New file.
7662 * gdb.guile/scm-type.exp: New file.
7663 * gdb.guile/scm-value-cc.cc: New file.
7664 * gdb.guile/scm-value-cc.exp: New file.
7665 * gdb.guile/scm-value.c: New file.
7666 * gdb.guile/scm-value.exp: New file.
7667 * gdb.guile/source2.scm: New file.
7668 * gdb.guile/types-module.cc: New file.
7669 * gdb.guile/types-module.exp: New file.
7670
7026a7c1
YQ
76712014-02-10 Yao Qi <yao@codesourcery.com>
7672
7673 PR testsuite/16543
7674 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
7675 * configure: Regenerated.
7676 * Makefile.in: New file.
7677
6c466447
AS
76782014-02-08 Andreas Schwab <schwab@linux-m68k.org>
7679
7680 * gdb.python/py-framefilter.exp: Fix typo.
7681
6e854735
YQ
76822014-02-08 Yao Qi <yao@codesourcery.com>
7683
7684 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
7685 that no =breakpoint-modified is emitted when breakpoints are
7686 modified through MI commands.
7687
d137e6dc
PA
76882014-02-07 Pedro Alves <pedro@codesourcery.com>
7689 Pedro Alves <palves@redhat.com>
7690
7691 * gdb.threads/step-after-sr-lock.c: New file.
7692 * gdb.threads/step-after-sr-lock.exp: New file.
7693
b5ee5a50
PA
76942014-02-07 Pedro Alves <palves@redhat.com>
7695
7696 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
7697
3c77faf3
JK
76982014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7699
7700 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
7701 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
7702
6dddc817
DE
77032014-02-06 Doug Evans <xdje42@gmail.com>
7704
7705 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
7706 output.
7707
7708 * gdb.gdb/python-interrupts.exp: New file.
7709
de7b2893
YQ
77102014-02-05 Yao Qi <yao@codesourcery.com>
7711
7712 * gdb.trace/report.exp (use_collected_data): Test the output
7713 of "info threads" and "info inferiors".
7714
66d032ac
YQ
77152014-02-05 Yao Qi <yao@codesourcery.com>
7716
7717 Revert this patch:
7718
7719 2013-05-24 Yao Qi <yao@codesourcery.com>
7720
7721 * gdb.trace/tfile.exp: Test inferior and thread.
7722
591a12a1
UW
77232014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7724
7725 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
7726 on a function.
7727 * gdb.base/step-bt.c: Call hello via function pointer to make
7728 sure its first instruction is executed on powerpc64le-linux.
7729
0ff3e01f
UW
77302014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7731
7732 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
7733
084ee545
UW
77342014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7735
7736 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
7737 of the test patterns for use on little-endian systems.
7738
6ed14ff3
UW
77392014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7740
7741 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
7742 (decimal_vector): Fix for little-endian.
7743
401e27fd
JM
77442014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
7745
7746 * gdb.arch/sparc-sysstep.exp: New file.
7747 * gdb.arch/sparc-sysstep.c: Likewise.
7748
7749 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
7750
8b924729
EBM
77512014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7752
7753 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
7754
fb151210
JB
77552014-01-23 Tom Tromey <tromey@redhat.com>
7756
7757 * gdb.ada/array_char_idx: New testcase.
7758
0740f8d8
TT
77592014-01-23 Tom Tromey <tromey@redhat.com>
7760
7761 PR python/16487:
7762 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
7763 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
7764 classes.
7765
21909fa1
TT
77662014-01-23 Tom Tromey <tromey@redhat.com>
7767
7768 PR python/16491:
7769 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
7770 string from an inferior frame.
7771 * gdb.python/py-framefilter-mi.exp: Update.
7772
87ce2a04
DE
77732014-01-22 Doug Evans <dje@google.com>
7774
7775 * gdb.server/server-mon.exp: Add tests for "set debug-format".
7776
237b092b
AA
77772014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7778
7779 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
7780
d674a709
AA
77812014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7782
7783 * gdb.trace/entry-values.exp: Remove excess space character from
7784 regex patterns. Handle s390 call instruction.
7785
20fa3390
AA
77862014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7787
7788 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
7789 define "*_start" label. Make "name" static.
7790 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
7791 ${name} by references to ${name}_start.
7792
78466714
AA
77932014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7794
7795 * gdb.base/info-macros.exp: Remove "debug" from the compile
7796 options.
7797
ec9f644a
IB
77982014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7799
7800 * gdb.dlang/demangle.exp: New file.
7801
94b1b47e
IB
78022014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7803
7804 * gdb.dlang/primitive-types.exp: New file.
7805
7f420862
IB
78062014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7807
7808 * configure.ac: Create gdb.dlang/Makefile.
7809 * configure: Regenerate.
7810 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
7811 * gdb.dlang/Makefile.in: New file.
7812 * lib/d-support.exp: New file.
7813 * lib/gdb.exp (skip_d_tests): New proc.
7814
52834460
MM
78152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7816
7817 * gdb.btrace/delta.exp: Check reverse stepi.
7818 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
7819 * gdb.btrace/finish.exp: New.
7820 * gdb.btrace/next.exp: New.
7821 * gdb.btrace/nexti.exp: New.
7822 * gdb.btrace/record_goto.c: Add comments.
7823 * gdb.btrace/step.exp: New.
7824 * gdb.btrace/stepi.exp: New.
7825 * gdb.btrace/multi-thread-step.c: New.
7826 * gdb.btrace/multi-thread-step.exp: New.
7827 * gdb.btrace/rn-dl-bind.c: New.
7828 * gdb.btrace/rn-dl-bind.exp: New.
7829 * gdb.btrace/data.c: New.
7830 * gdb.btrace/data.exp: New.
7831 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7832
6e07b1d2
MM
78332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7834
7835 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
7836 * gdb.btrace/exception.exp: Update.
7837 * gdb.btrace/instruction_history.exp: Update.
7838 * gdb.btrace/record_goto.exp: Update.
7839 * gdb.btrace/tailcall.exp: Update.
7840 * gdb.btrace/unknown_functions.exp: Update.
7841 * gdb.btrace/delta.exp: New.
7842
0b722aec
MM
78432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7844
7845 * gdb.btrace/record_goto.exp: Add backtrace test.
7846 * gdb.btrace/tailcall.exp: Add backtrace test.
7847
066ce621
MM
78482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7849
7850 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
7851 * gdb.btrace/record_goto.c: New.
7852 * gdb.btrace/record_goto.exp: New.
7853 * gdb.btrace/x86-record_goto.S: New.
7854
0688d04e
MM
78552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7856
7857 * gdb.btrace/function_call_history.exp: Update tests.
7858 * gdb.btrace/instruction_history.exp: Update tests.
7859
8710b709
MM
78602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7861
7862 * gdb.btrace/function_call_history.exp: Fix expected field
7863 order for "record function-call-history".
7864 Add new tests for "record function-call-history /c".
7865 * gdb.btrace/exception.cc: New.
7866 * gdb.btrace/exception.exp: New.
7867 * gdb.btrace/tailcall.exp: New.
7868 * gdb.btrace/x86-tailcall.S: New.
7869 * gdb.btrace/x86-tailcall.c: New.
7870 * gdb.btrace/unknown_functions.c: New.
7871 * gdb.btrace/unknown_functions.exp: New.
7872 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7873
5de9129b
MM
78742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7875
7876 * gdb.btrace/instruction_history.exp: Update.
7877 * gdb.btrace/function_call_history.exp: Update.
7878
23a7fe75
MM
78792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7880
7881 * gdb.btrace/function_call_history.exp: Fix expected function
7882 trace.
7883 * gdb.btrace/instruction_history.exp: Initialize traced.
7884 Remove traced_functions.
7885
724c7dd8
MM
78862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7887
7888 * gdb.btrace/function_call_history.exp: Update
7889 * gdb.btrace/instruction_history.exp: Update.
7890
6d78d93b
MM
78912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7892
7893 * gdb.btrace/enable.exp: Update expected text.
7894
93a360cc
OJ
78952014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
7896
7897 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
7898 bytes.
7899
3772b53f
MR
79002014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
7901
7902 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
7903
596662fa
OJ
79042014-01-15 Omair Javaid <omair.javaid@linaro.org>
7905
7906 * lib/gdb.exp (supports_process_record): Return true for
7907 arm*-linux*. (supports_reverse): Likewise.
7908
b5b08fb4
SC
79092014-01-13 Siva Chandra Reddy <sivachandra@google.com>
7910
7911 PR python/15464
7912 PR python/16113
7913 * gdb.python/py-type.c: Enhance test case.
7914 * gdb.python/py-value-cc.cc: Likewise
7915 * gdb.python/py-type.exp: Add new tests.
7916 * gdb.python/py-value-cc.exp: Likewise
7917
52d7fb13
AA
79182014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
7919 Pedro Alves <palves@redhat.com>
7920
7921 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
7922 Make "name" extern.
7923 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
7924 references to ${name}_start by references to ${name}.
7925
a2cd8cfe
JB
79262014-01-10 Joel Brobecker <brobecker@adacore.com>
7927
7928 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
7929
4e23fced
JB
79302014-01-10 Joel Brobecker <brobecker@adacore.com>
7931
7932 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
7933
c6a9e42c
PA
79342014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
7935 Pedro Alves <palves@redhat.com>
7936
7937 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 7938 mi_gdb_target_load.
c6a9e42c 7939
b7ea362b
PA
79402014-01-08 Pedro Alves <palves@redhat.com>
7941
7942 * gdb.threads/reconnect-signal.c: New file.
7943 * gdb.threads/reconnect-signal.exp: New file.
7944
5e3f4fab
EBM
79452014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7946
7947 * gdb.base/source-dir.exp: New file.
7948
79301218
JB
79492014-01-07 Joel Brobecker <brobecker@adacore.com>
7950
7951 * gdb.ada/mi_interface: New testcase.
7952
8e355c5d
JB
79532014-01-07 Joel Brobecker <brobecker@adacore.com>
7954
7955 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
7956 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
7957 gdb.ada/pp-rec-component/pck.ads: New files.
7958
c0d48811
JB
79592014-01-07 Joel Brobecker <brobecker@adacore.com>
7960
7961 * gdb.python/py-pp-integral.c: New file.
7962 * gdb.python/py-pp-integral.py: New file.
7963 * gdb.python/py-pp-integral.exp: New file.
7964
17b609c3 7965For older changes see ChangeLog-1993-2013.
c906108c 7966\f
8d8cb839
EZ
7967;; Local Variables:
7968;; mode: change-log
7969;; left-margin: 8
7970;; fill-column: 74
7971;; version-control: never
7972;; End:
902f2ccb 7973
618f726f 7974 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
7975 Copying and distribution of this file, with or without modification,
7976 are permitted provided the copyright notice and this notice are preserved.
This page took 2.562334 seconds and 4 git commands to generate.