]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
arc/nps400: Add new instructions
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
c8064e7e
YQ
12016-04-07 Yao Qi <yao.qi@linaro.org>
2
3 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
4 Execute "si" command.
5
bde47561
YQ
62016-04-07 Yao Qi <yao.qi@linaro.org>
7
8 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9 number instead of the comments on some line.
10
b16f8a3b
DB
112016-04-06 Don Breazeal <donb@codesourcery.com>
12
13 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
14 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
15
c2f901df
SM
162016-04-06 Simon Marchi <simon.marchi@ericsson.com>
17
18 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
19 standard_output_file. Remove unused binfile variable.
20
ac17fda0
CU
212016-04-05 Catalin Udma <catalin.udma@freescale.com>
22
23 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
24 * gdb.python/py-mi-objfile.exp: Match "list main" output
25 in console format.
26
03a8c4df
SM
272016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
28
29 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
30 absolute.
31
6e774b13
SM
322016-04-05 Simon Marchi <simon.marchi@ericsson.com>
33
34 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
35 absolute.
36 * gdb.trace/ftrace.exp: Likewise.
37 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
38 targets as well.
39 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
40 (gdb_load_shlibs): Copy libraries to test directory when testing
41 natively. Only set solib-search-path if testing remotely.
42 * lib/mi-support.exp (mi_load_shlibs): Likewise.
43
7817ea46
SM
442016-04-05 Simon Marchi <simon.marchi@ericsson.com>
45
46 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
47 gdb_download. Use it even if the target is not remote.
48 * gdb.base/jit.exp (compile_jit_test): Likewise.
49 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
50 output directory if the destination board is local, otherwise use
51 the standard remote_download from DejaGnu.
52 (gdb_download): Remove.
53 (gdb_load_shlibs): Use gdb_remote_download instead of
54 gdb_download.
55 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
56 Use gdb_remote_download instead of gdb_download. Use it even if
57 the target is not remote.
58 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
59 instead of gdb_download.
60
7beb7f68
SM
612016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
62
63 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
64 (test_insert_delete_modify): Call mi_load_shlibs before trying to
65 run.
66
cc63428a
AV
672016-04-01 Artemiy Volkov <artemiyv@acm.org>
68
69 PR gdb/19820
70 * gdb.base/printcmds.exp: Add artificial arrays tests.
71
64cdf930
PA
722016-03-31 Pedro Alves <palves@redhat.com>
73
74 PR gdb/19858
75 * gdb.base/jit-main.c: Include unistd.h.
76 (ATTACH): Define to 0 if not already defined.
77 (wait_for_gdb, mypid): New globals.
78 (WAIT_FOR_GDB): New macro.
79 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
80 some breakpoint locations.
81 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
82 New procedures.
83 (one_jit_test): Add REATTACH parameter, and handle it. Use
84 continue_to_test_location.
85 (top level): Test attach, and adjusts calls to one_jit_test.
86
40dea8cb
PA
872016-03-31 Pedro Alves <palves@redhat.com>
88
89 PR gdb/19858
90 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
91 BINSUFFIX parameter, and handle it.
92 (top level): Adjust calls compile_jit_test.
93
e7ea3ec7
CU
942016-03-31 Catalin Udma <catalin.udma@freescale.com>
95
96 PR python/19743
97 * gdb.python/py-mi-events-gdb.py: New file.
98 * gdb.python/py-mi-events.c: New file.
99 * gdb.python/py-mi-events.exp: New file.
100
e6359af3
YQ
1012016-03-30 Yao Qi <yao.qi@linaro.org>
102
103 * gdb.reverse/until-precsave.exp: Match function name only.
104 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
105 Move malloc to a condition block.
106 * gdb.reverse/until-reverse.exp: Match function name only.
107
a4105d04
MK
1082016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
109
110 * gdb.trace/ftrace.exp: Set arg0exp for s390.
111 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
112 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
113 variable for GPR 0 instead of assuming it is register 0.
114 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
115 * lib/trace-support.exp: Add s390 registers.
116
bfa6adb9
YQ
1172016-03-29 Yao Qi <yao.qi@linaro.org>
118
119 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
120
1e6697ea
YQ
1212016-03-24 Yao Qi <yao.qi@linaro.org>
122
123 * gdb.reverse/break-reverse.exp: Add quotation mark in the
124 test message.
125
64bcd522
AA
1262016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
127
128 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
129 maintaining separate logic for constructing the output path.
130
7868401b
DB
1312016-03-16 Don Breazeal <donb@codesourcery.com>
132
133 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
134 Retry fork and waitpid on interrupted system call errors.
135 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
136 Use with_timeout_factor to increase timeout by factor of 10.
137
1cafadb4
DB
1382016-03-15 Don Breazeal <donb@codesourcery.com>
139
140 * gdb.cp/scope-err.cc: New test program.
141 * gdb.cp/scope-err.exp: New test script.
142 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
143 lines and "set breakpoint here" comment.
144 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
145 Fixed some whitespace and format issues.
146 * gdb.mi/mi-linespec-err-cp.cc: New test program.
147 * gdb.mi/mi-linespec-err-cp.exp: New test script.
148
81516450
DE
1492016-03-15 Doug Evans <dje@google.com>
150
151 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
152 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
153 All callers updated. Add tests for enums, mixed flags register.
154
aa52b601
DE
1552016-03-15 Doug Evans <dje@google.com>
156
157 * gdb.base/skip.c (main): Call test_skip_file_and_function.
158 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
159
fa4ff313
SM
1602016-03-14 Simon Marchi <simon.marchi@ericsson.com>
161
162 * gdb.base/default.exp: Add $_as_string to the list of expected
163 convenience functions.
164
f2403c39
AB
1652016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
166
167 * gdb.base/maint.exp: New tests for 'maint info line-table'.
168
f2f3ccb9
SM
1692016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
170
171 * gdb.python/py-as-string.exp: New file.
172 * gdb.python/py-as-string.c: New file.
173
00dbd492
PA
1742016-03-09 Pedro Alves <palves@redhat.com>
175
176 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
177 signal" -> "Thread NN received signal" output change.
178 * gdb.threads/ia64-sigill.exp: Likewise.
179 * gdb.threads/linux-dp.exp: Likewise.
180 * gdb.threads/manythreads.exp: Likewise.
181 * gdb.threads/pending-step.exp: Likewise.
182 * gdb.threads/print-threads.exp: Likewise.
183 * gdb.threads/sigstep-threads.exp: Likewise.
184 * gdb.threads/staticthreads.exp: Likewise.
185 * gdb.threads/tls.exp: Likewise.
186
1e6697ea
YQ
1872016-03-09 Pedro Alves <palves@redhat.com>
188
189 * gdb.base/command-line-input.exp: New file.
190
b04fd3be
MK
1912016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
192
193 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
194 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
195 * gdb.trace/pending.exp: Accept leading dot before function name.
196 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
197 * lib/trace-support.exp: Set registers for ppc.
198
98fa59e9
MK
1992016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
200
201 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
202 use it for disassembly; accept .main in addition to main in backtrace.
203
f77198c8
MK
2042016-03-09 Wei-cheng Wang <cole945@gmail.com>
205 Marcin Kościelnicki <koriakin@0x04.net>
206
207 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
208 (gdb_recursion_test_ptr): New global variable.
209 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
210 gdb_recursion_test.
211 (gdb_c_test): Ditto.
212
ba84e0da
MK
2132016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
214
215 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
216 ordering.
217
4366d36e
MK
2182016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
219
220 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
221 (bar): Add bar_start_lbl label.
222 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
223 of foo/bar for emitting DWARF and tracing.
224
5eb264df
SDJ
2252016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
226
227 * analyze-racy-logs.py: Set executable bit.
228
fb6a751f
SDJ
2292016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
230
231 * Makefile.in (DEFAULT_RACY_ITER): New variable.
232 (CHECK_TARGET_TMP): Likewise.
233 (check-single-racy): New rule.
234 (check-parallel-racy): Likewise.
235 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
236 (do-check-parallel-racy): New rule.
237 (check-racy/%.exp): Likewise.
238 * README (Racy testcases): New section.
239 * analyze-racy-logs.py: New file.
240
bdf7e230
DE
2412016-03-03 Doug Evans <dje@google.com>
242
243 * gdb.base/skip.exp: Use with_test_prefix.
244
4719d415
YQ
2452016-03-03 Yao Qi <yao.qi@linaro.org>
246
247 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
248 Invoke step_over_syscall "clone" and break_cond_on_syscall
249 "clone".
250 * gdb.base/step-over-clone.c: New file.
251
ea507862
YQ
2522016-03-03 Yao Qi <yao.qi@linaro.org>
253
254 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
255 code format.
256
8fc8cbda
YQ
2572016-03-03 Yao Qi <yao.qi@linaro.org>
258
259 * gdb.base/disp-step-fork.c: Rename to ...
260 * gdb.base/step-over-fork.c: ... it. New file.
261 * gdb.base/disp-step-vfork.c: Rename to ...
262 * gdb.base/step-over-vfork.c: ... it. New file.
263 * gdb.base/disp-step-syscall.exp: Rename to ...
264 * gdb.base/step-over-syscall.exp: ... it. New file.
265 (disp_step_cross_syscall): Rename to ...
266 (step_over_syscall): ... it.
267
92fa70b0
YQ
2682016-03-03 Yao Qi <yao.qi@linaro.org>
269
270 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
271 If target supports condition evaluation on target, invoke
272 break_cond_on_syscall for fork and vfork.
273
e197ad3c
YQ
2742016-03-03 Yao Qi <yao.qi@linaro.org>
275
276 * gdb.base/disp-step-syscall.exp: Don't invoke
277 support_displaced_stepping.
278 (disp_step_cross_syscall): Test with displaced stepping off and
279 on if supported.
280
0b47da9f
YQ
2812016-03-03 Yao Qi <yao.qi@linaro.org>
282
283 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
284 proc.
285 (setup): New proc.
286 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
287 and setup.
288
065ab6dc
BH
2892016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
290
291 * gdb.fortran/vla-history.exp: Remove breakpoint.
292
07e448ad 2932016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
294
295 * gdb.fortran/vla-history.exp: Lookup array elements and printing exceeds timeout.
296
9ac2d526 2972016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
298
299 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an breakpoint.
300
17807369
BH
3012016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
302
303 * gdb.mi/vla.f90: Nullify pointer after declaration.
304
86e501af
PA
3052016-03-01 Pedro Alves <palves@redhat.com>
306
307 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
308
1e903e32
PA
3092016-03-01 Pedro Alves <palves@redhat.com>
310
311 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
312 before anything else.
313 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
314 _GNU_SOURCE here.
315 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
316 before anything else.
317 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
318
6ccb54e2
PA
3192016-03-01 Pedro Alves <palves@redhat.com>
320
321 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
322
30ca9da1
YQ
3232016-03-01 Yao Qi <yao.qi@linaro.org>
324
325 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
326 prepare_for_testing.
327
dc856b38
YQ
3282016-03-01 Yao Qi <yao.qi@linaro.org>
329
330 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
331
4a932159
AA
3322016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
333
334 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
335 manually constructing the output path.
336
f2489477
AA
3372016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
338
339 * gdb.arch/s390-stackless.S: New.
340 * gdb.arch/s390-stackless.exp: New.
341
38899f16
IB
3422016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
343
344 * gdb.dlang/circular.c: New file.
345 * gdb.dlang/circular.exp: New file.
346
9fde51ed
YQ
3472016-02-26 Yao Qi <yao.qi@linaro.org>
348
349 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
350 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
351 (testcases): Update.
352
ce90fefe
YQ
3532016-02-26 Yao Qi <yao.qi@linaro.org>
354
355 * gdb.reverse/aarch64.c: Rename to ...
356 * gdb.reverse/insn-reverse.c: ... it.
357 * gdb.reverse/aarch64.exp: Rename to ...
358 * gdb.reverse/insn-reverse.exp: ... it.
359
3263bceb
YQ
3602016-02-26 Yao Qi <yao.qi@linaro.org>
361
362 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
363 (testcase_ftype): New.
364 (testcases): New array.
365 (n_testcases): New.
366 (main): Call each element in testcases.
367 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
368 (read_testcase): New.
369 Do the tests in a loop.
370
6cb59ff1
YQ
3712016-02-25 Yao Qi <yao.qi@linaro.org>
372
373 * gdb.base/branches.c: Remove.
374
ae91f625
MK
3752016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
376
377 PR gdb/13808
378 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
379
678b48b7
MK
3802016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
381
382 * gdb.trace/ftrace.exp: Remove unnecessary target check.
383
7337a6f2
MK
3842016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
385
386 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
387 change x86_64 call_insn to 'callq'.
388
861ca91f
AT
3892016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
390
391 * gdb.trace/tfile-avx.c: Move to...
392 * gdb.trace/tracefile-pseudo-reg.c: Here.
393 * gdb.trace/tfile-avx.exp: Move to...
394 * gdb.trace/tracefile-pseudo-reg.exp: Here.
395
bf74e428
GB
3962016-02-24 Gary Benson <gbenson@redhat.com>
397
398 * gdb.base/attach-pie-noexec.exp: Do not expect an error
399 message on attach.
400
cce0e923
DE
4012016-02-23 Doug Evans <dje@google.com>
402
403 * gdb.base/skip.c (test_skip): New function.
404 (end_test_skip_file_and_function): New function.
405 (test_skip_file_and_function): New function.
406 * gdb.base/skip1.c (test_skip): New function.
407 (skip1_test_skip_file_and_function): New function.
408 * gdb.base/skip.exp: Add tests for new skip options.
409 * gdb.base/skip-solib.exp: Update expected output.
410 * gdb.perf/skip-command.cc: New file.
411 * gdb.perf/skip-command.exp: New file.
412 * gdb.perf/skip-command.py: New file.
413
4000e47e
MK
4142016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
415
416 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
417 info registers pattern.
418
24f75ead
IB
4192016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
420
421 * lib/future.exp: Add D support.
422 (gdb_find_gdc): New proc.
423 (gdb_default_target_compile): Add D support.
424
fbb7bcbe
WW
4252016-02-18 Wei-cheng Wang <cole945@gmail.com>
426
427 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
428 user+system time.
429 (trace_speed_test): Determine the iteration count for a time
430 between 15..30 seconds.
431
012b3a21
WT
4322016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
433
434 * gdb.arch/i386-mpx-sigsegv.c: New file.
435 * gdb.arch/i386-mpx-sigsegv.exp: New file.
436 * gdb.arch/i386-mpx-simple_segv.c: New file.
437 * gdb.arch/i386-mpx-simple_segv.exp: New file.
438
2d5189bd
YQ
4392016-02-18 Yao Qi <yao.qi@linaro.org>
440
441 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
442 Don't call setup_kfail.
443
40fb20d0
YQ
4442016-02-18 Yao Qi <yao.qi@linaro.org>
445
446 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
447 Set "set breakpoint condition-evaluation" per $cond_bp_target.
448
21b1f8d2
DE
4492016-02-16 Doug Evans <dje@google.com>
450
451 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
452 * gdb.base/skip1.c: Ditto.
453 * gdb.base/skip.exp: Whitespace cleanup.
454
4041ed77
DB
4552016-02-16 Don Breazeal <donb@codesourcery.com>
456
457 PR remote/19496
458 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
459 Remove kfail for PR remote/19496.
460
c4ef31bf
SM
4612016-02-16 Simon Marchi <simon.marchi@ericsson.com>
462
463 * lib/gdb.exp (standard_temp_file): Return a path specific to
464 the runtest invocation.
465
266b65b3
SM
4662016-02-16 Simon Marchi <simon.marchi@ericsson.com>
467
468 * gdb.trace/save-trace.exp: Change relative path to be in the
469 standard output directory.
470
a7a0a6a9
JK
4712016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
472
473 * gdb.arch/i386-prologue.c: Add missing prototypes.
474
c99dbb42
JK
4752016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
476
477 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
478 * gdb.arch/i386-prologue.exp: Likewise.
479 * gdb.arch/i386-size.exp: Likewise.
480
aa480355
SM
4812016-02-15 Simon Marchi <simon.marchi@ericsson.com>
482
483 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
484 define object file path.
485 * gdb.btrace/gcore.exp: Use standard_output_file to define core
486 file path.
487 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
488 standard_output_file to define binfile.
489
ba881f50
JK
4902016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
491
492 Fix compatibility with recent gfortran-5.3.1.
493 * gdb.fortran/vla-history.exp (print vla1 allocated)
494 (print vla2 allocated, print $2, print $3): Remove
495 (print $4): Rename to ...
496 (print $2): ... here.
497 (print $9): Rename to ...
498 (print $5): ... here.
499 (print $10): Rename to ...
500 (print $6): ... here.
501 * gdb.fortran/vla.f90: Add pvla initialization.
502
e9fb005c
JK
5032016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
504
505 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
506 New test.
507 * gdb.fortran/vla-value-sub.exp: Likewise.
508
e44e00ff
MK
5092016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
510
511 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
512
97e94151
SM
5132016-02-12 Simon Marchi <simon.marchi@ericsson.com>
514
515 * i386-biarch-core.exp: Define corefile using
516 standard_output_file.
517
01113bc1
YQ
5182016-02-12 Yao Qi <yao.qi@linaro.org>
519
520 * gdb.arch/arm-single-step-kernel-helper.c: New.
521 * gdb.arch/arm-single-step-kernel-helper.exp: New.
522
33b4777c
MM
5232016-02-12 Markus Metzger <markus.t.metzger@intel.com>
524
525 * gdb.btrace/tailcall-only.exp: New.
526 * gdb.btrace/tailcall-only.c: New.
527 * gdb.btrace/x86_64-tailcall-only.S: New.
528 * gdb.btrace/i686-tailcall-only.S: New.
529
acc23c11
PA
5302016-02-11 Pedro Alves <palves@redhat.com>
531
532 * README (Parallel testing): Add missing double quotes.
533
e352bf0a
PA
5342016-02-11 Pedro Alves <palves@redhat.com>
535
536 * README (Parallel testing): New section.
537 (GDB_PARALLEL): Rewrite.
538 (FORCE_PARALLEL): Document.
539
9f5fed78
MK
5402016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
541
542 * gdb.trace/tfile-avx.c: New test.
543 * gdb.trace/tfile-avx.exp: New test.
544
9ef9e6a6
KS
5452016-02-09 Keith Seitz <keiths@redhat.com>
546
547 PR breakpoints/19546
548 * gdb.base/infcall-exec.c: New file.
549 * gdb.base/infcall-exec2.c: New file.
550 * gdb.base/infcall-exec.exp: New file.
551
a96e36da
KS
5522016-02-09 Keith Seitz <keiths@redhat.com>
553
554 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
555 (toplevel): Call test_bkpt_address.
556
9f61929f
KS
5572016-02-09 Keith Seitz <keiths@redhat.com>
558
559 PR python/19506
560 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
561 (toplevel): Call test_bkpt_address.
562
1e94266c
SM
5632016-02-09 Simon Marchi <simon.marchi@ericsson.com>
564
565 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
566 to AC_OUTPUT.
567 * configure: Regenerate.
568
2a7f3dff
PA
5692016-02-09 Pedro Alves <palves@redhat.com>
570
571 PR breakpoints/19548
572 * gdb.base/execl-update-breakpoints.c (some_function): New
573 function.
574 (main): Call it.
575 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
576 Tighten expected GDB output.
577
2151ccc5
SM
5782016-02-08 Simon Marchi <simon.marchi@ericsson.com>
579
580 * Makefile.in (ALL_SUBDIRS): Remove.
581 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
582 (distclean maintainer-clean realclean): Likewise.
583 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
584 * configure: Regenerate.
585 * gdb.ada/Makefile.in: Delete.
586 * gdb.arch/Makefile.in: Likewise.
587 * gdb.asm/Makefile.in: Likewise.
588 * gdb.base/Makefile.in: Likewise.
589 * gdb.btrace/Makefile.in: Likewise.
590 * gdb.cell/Makefile.in: Likewise.
591 * gdb.compile/Makefile.in: Likewise.
592 * gdb.cp/Makefile.in: Likewise.
593 * gdb.disasm/Makefile.in: Likewise.
594 * gdb.dlang/Makefile.in: Likewise.
595 * gdb.dwarf2/Makefile.in: Likewise.
596 * gdb.fortran/Makefile.in: Likewise.
597 * gdb.gdb/Makefile.in: Likewise.
598 * gdb.go/Makefile.in: Likewise.
599 * gdb.guile/Makefile.in: Likewise.
600 * gdb.java/Makefile.in: Likewise.
601 * gdb.linespec/Makefile.in: Likewise.
602 * gdb.mi/Makefile.in: Likewise.
603 * gdb.modula2/Makefile.in: Likewise.
604 * gdb.multi/Makefile.in: Likewise.
605 * gdb.objc/Makefile.in: Likewise.
606 * gdb.opencl/Makefile.in: Likewise.
607 * gdb.opt/Makefile.in: Likewise.
608 * gdb.pascal/Makefile.in: Likewise.
609 * gdb.perf/Makefile.in: Likewise.
610 * gdb.python/Makefile.in: Likewise.
611 * gdb.reverse/Makefile.in: Likewise.
612 * gdb.server/Makefile.in: Likewise.
613 * gdb.stabs/Makefile.in: Likewise.
614 * gdb.threads/Makefile.in: Likewise.
615 * gdb.trace/Makefile.in: Likewise.
616 * gdb.xml/Makefile.in: Likewise.
617 * lib/gdb.exp (make_gdb_parallel_path): Add check for
618 GDB_PARALLEL.
619 (standard_output_file): Remove check for GDB_PARALLEL, always
620 return path in outputs/$subdir/$testname.
621
437277d4
SM
6222016-02-08 Simon Marchi <simon.marchi@ericsson.com>
623
624 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
625 (site.exp): Assign abs_srcdir to tcl's srcdir.
626
31d913c7
YQ
6272016-02-04 Yao Qi <yao.qi@linaro.org>
628
629 * gdb.base/foll-exec-mode.c: Include limits.h.
630 (main): Add parameters argc and argv. Get directory from
631 argv[0].
632 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
633 compilation.
634 * gdb.base/foll-exec.c: Include limits.h.
635 (main): Add parameters argc and argv.
636 Get directory from argv[0].
637 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
638 Adjust tests on the number of lines as source code changed.
639 * gdb.base/foll-vfork-exit.c: Include limits.h.
640 (main): Add one line of statement before vfork.
641 * gdb.base/foll-vfork.c: Include limits.h and string.h.
642 (main): Add parameters argc and argv. Get directory from
643 argv[0].
644 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
645 (setup_gdb): Set tbreak to skip some source lines.
646 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
647 (main): Add parameters argc and argv. Get directory from
648 argv[0].
649 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
650 compilation.
651 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
652 (main): Add parameters argc and argv. Get directory from
653 argv[0].
654 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
655 compilation.
656
9482b9fb
DE
6572016-02-01 Doug Evans <dje@google.com>
658
659 * gdb.base/skip.exp: Clean up multiple references to same test name.
660
6b2e4f10
PA
6612016-02-01 Pedro Alves <palves@redhat.com>
662
ccb6afd6 663 PR remote/19496
6b2e4f10
PA
664 * gdb.threads/forking-threads-plus-breakpoint.exp
665 (displaced_stepping_supported): New global.
666 (probe_displaced_stepping_support): New procedure.
667 (do_test): Add 'displaced' parameter, and use it.
668 (top level): Check for displaced stepping support. Add displaced
669 stepping on/off testing axis.
670
37a8db1a
AB
6712016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
672
673 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
674 pointer. Don't perform further tests on the unassociated pointer
675 if the first test fails.
676
5fdf6324
AB
6772016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
678
679 * gdb.base/max-value-size.c: New file.
680 * gdb.base/max-value-size.exp: New file.
681 * gdb.base/huge.exp: Disable max-value-size for this test.
682
935c6144
IB
6832016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
684
685 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
686
7fe8399d
YQ
6872016-01-28 Yao Qi <yao.qi@linaro.org>
688
689 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
690
a2077e25
PA
6912016-01-25 Pedro Alves <palves@redhat.com>
692
693 PR threads/19461
694 * gdb.base/fork-running-state.c: New file.
695 * gdb.base/fork-running-state.exp: New file.
696
1d2736d4
PA
6972016-01-25 Pedro Alves <palves@redhat.com>
698
699 PR gdb/19494
700 * gdb.base/catch-fork-kill.c: New file.
701 * gdb.base/catch-fork-kill.exp: New file.
702
f1da4b11
PA
7032016-01-25 Pedro Alves <palves@redhat.com>
704
705 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
706 Delete, moved to lib/gdb.exp.
707 * gdb.threads/forking-threads-plus-breakpoint.exp
708 (foreach_with_prefix): Likewise.
709 * gdb.threads/process-dies-while-handling-bp.exp
710 (foreach_with_prefix): Likewise.
711 * lib/gdb.exp (foreach_with_prefix): New procedure.
712
45f38546
MK
7132016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
714
715 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
716 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
717
dc29a1ce
MK
7182016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
719
720 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
721 endian targets.
722
092127d7
JK
7232016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
724 Pedro Alves <palves@redhat.com>
725
726 Fix testsuite compatibility with Guile.
727 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
728 number.
729
31d765d3
JK
7302016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
731
732 Fix testsuite compatibility with Guile.
733 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
734 (thread 1): New test for backtrace through signal handler.
735
1ac78c04
YQ
7362016-01-22 Yao Qi <yao.qi@linaro.org>
737
738 PR testsuite/19491
739 * gdb.base/multi-forks.c: Include
740 ../lib/unbuffer_output.c
741 (main): Call gdb_unbuffer_output.
742
4f5946a8
DE
7432016-01-21 Doug Evans <dje@google.com>
744
745 * lib/ada.exp (gdb_compile_ada): Fix typo.
746
305e13e6
JB
7472016-01-21 Joel Brobecker <brobecker@adacore.com>
748
749 * gdb.base/break-fun-addr.exp: New file.
750 * gdb.base/break-fun-addr1.c: New file.
751 * gdb.base/break-fun-addr2.c: New file.
752
5f5dfff6
SM
7532016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
754
755 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
756 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
757 enum flag values.
758
fd356fa2
AA
7592016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
760
761 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
762 when GDB can not set the vector return value. Add more comments
763 for clarification.
764
9df22175
AT
7652016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
766
767 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
768 command.
769
41d1845e
SM
7702016-01-19 Simon Marchi <simon.marchi@ericsson.com>
771
772 * Makefile.in (DO_RUNTEST): Add --status and update usages.
773
01ac6840
SM
7742016-01-19 Simon Marchi <simon.marchi@ericsson.com>
775
776 * Makefile.in (check-single): Pass --status to runtest.
777 (check/%.exp): Likewise.
778
7792016-01-19 Simon Marchi <simon.marchi@ericsson.com>
780
781 * Makefile.in (check-parallel): Propagate return code from make
782 do-check-parallel.
783
bd0a71fa
MK
7842016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
785
786 * gdb.trace/ftrace.exp: Fix expected message on continue.
787 * gdb.trace/pending.exp: Fix expected message on continue.
788 * gdb.trace/trace-break.exp: Fix expected message on continue.
789
8bcbad33
SM
7902016-01-18 Simon Marchi <simon.marchi@ericsson.com>
791
792 * lib/gdb.exp (gdb_test): Remove unused global references.
793
f303dbd6
PA
7942016-01-18 Pedro Alves <palves@redhat.com>
795
796 * gdb.base/async-shell.exp: Adjust expected output.
797 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
798 * gdb.base/siginfo-thread.exp: Adjust expected output.
799 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
800 * gdb.java/jnpe.exp: Adjust expected output.
801 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
802 * gdb.threads/continue-pending-status.exp: Adjust expected output.
803 * gdb.threads/leader-exit.exp: Adjust expected output.
804 * gdb.threads/manythreads.exp: Adjust expected output.
805 * gdb.threads/pthreads.exp: Adjust expected output.
806 * gdb.threads/schedlock.exp: Adjust expected output.
807 * gdb.threads/siginfo-threads.exp: Adjust expected output.
808 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
809 expected output.
810 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
811 output.
812 * gdb.threads/sigthread.exp: Adjust expected output.
813 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
814
b2789696
YQ
8152016-01-18 Yao Qi <yao.qi@linaro.org>
816
817 * gdb.guile/scm-section-script.c: Replace @progbits with
818 %progbits.
819 * gdb.python/py-section-script.c: Likewise.
820
71ef29a8
PA
8212016-01-15 Pedro Alves <palves@redhat.com>
822
823 * gdb.multi/tids.exp: Test star wildcard ranges.
824
3f5b7598
PA
8252016-01-15 Pedro Alves <palves@redhat.com>
826
827 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
828 command from "thread apply" invocation.
829 (thr_apply_info_thr_invalid): Default the expected output to the
830 input tid list.
831 (top level): Add tests that use convenience variables. Add tests
832 for "thread apply" with a valid TID list, but missing the command.
833
663f6d42
PA
8342016-01-13 Pedro Alves <palves@redhat.com>
835
836 * gdb.base/default.exp: Expect $_gthread as well.
837 * gdb.multi/tids.exp: Test $_gthread.
838 * gdb.threads/thread-specific.exp: Test $_gthread.
839
c84f6bbf
PA
8402016-01-13 Pedro Alves <palves@redhat.com>
841
842 * gdb.multi/tids.exp: Test "info threads -gid".
843
22a02324
PA
8442016-01-13 Pedro Alves <palves@redhat.com>
845
846 * gdb.multi/tids.exp: Test InferiorThread.global_num and
847 Breakpoint.thread.
848 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
849
5d5658a1
PA
8502016-01-07 Pedro Alves <palves@redhat.com>
851
852 * gdb.base/break.exp: Adjust to output changes.
853 * gdb.base/hbreak2.exp: Likewise.
854 * gdb.base/sepdebug.exp: Likewise.
855 * gdb.base/watch_thread_num.exp: Likewise.
856 * gdb.linespec/keywords.exp: Likewise.
857 * gdb.multi/info-threads.exp: Likewise.
858 * gdb.threads/thread-find.exp: Likewise.
859 * gdb.multi/tids.c: New file.
860 * gdb.multi/tids.exp: New file.
861
84654457
PA
8622016-01-13 Pedro Alves <palves@redhat.com>
863
864 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
865
e3940304
PA
8662016-01-13 Pedro Alves <palves@redhat.com>
867
868 * gdb.base/default.exp: Expect $_inferior as well.
869 * gdb.multi/base.exp: Test $_inferior.
870
a911d87a
PA
8712016-01-13 Pedro Alves <palves@redhat.com>
872
873 PR breakpoints/19388
874 * gdb.base/catch-signal-siginfo-cond.c: New file.
875 * gdb.base/catch-signal-siginfo-cond.exp: New file.
876
82075af2
JS
8772016-01-12 Josh Stone <jistone@redhat.com>
878 Philippe Waroquiers <philippe.waroquiers@skynet.be>
879
880 * gdb.base/catch-syscall.c (do_execve): New variable.
881 (main): Conditionally trigger an execve.
882 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
883 (test_catch_syscall_execve): New, check entry/return across execve.
884 (do_syscall_tests): Call test_catch_syscall_execve.
885
e46eeedd
PA
8862016-01-12 Pedro Alves <palves@redhat.com>
887
888 * gdb.base/random-signal.exp (do_test): New procedure, with body
889 of testcase moved in.
890
01d8c27e
JK
8912016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
892 Pedro Alves <palves@redhat.com>
893
894 * gdb.base/funcargs.exp (finish from indirectly called function):
895 Reintroduce the case for 'First'.
896
9a706302
JK
8972016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
898 Pedro Alves <palves@redhat.com>
899
900 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
901 (tcatch_vfork_then_child_follow_exec)
902 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
903 identification.
904
c0ecb95f
JK
9052016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
906
907 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
908 and repeats to unlimited.
909 * gdb.python/py-value.exp: Likewise.
910 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
911 and repeats to unlimited.
912
6cfc1fcb
JK
9132016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
914
915 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
916 and reordering the functions.
917 * gdb.multi/hangout.c: Likewise.
918 * gdb.multi/hello.c: Likewise.
919
582a1b00
SM
9202016-01-08 Simon Marchi <simon.marchi@ericsson.com>
921
922 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
923 absolute.
924 (SingleStatisticTestResult.report): Use dict.keys instead of
925 dict.iterkeys.
926
79bc59cb
PA
9272016-01-06 Pedro Alves <palves@redhat.com>
928
929 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
930
43368e1d
MM
9312016-01-04 Markus Metzger <markus.t.metzger@intel.com>
932
933 * gdb.btrace/dlopen.exp: New.
934 * gdb.btrace/dlopen.c: New.
935 * gdb.btrace/dlopen-dso.c: New.
936
79fad5b8
SL
9372015-12-25 Sandra Loosemore <sandra@codesourcery.com>
938
939 * lib/gdb.exp (gdb_test): Update comments to clarify that the
940 PATTERN argument is optional.
941
ab8314b3
JB
9422015-12-24 Joel Brobecker <brobecker@adacore.com>
943
944 * lib/ada.exp (target_compile_ada_from_dir): New function.
945 (gdb_compile_ada): Reimplement avoiding the use of project files.
946 * gdb.ada/gnat_ada.gpr: Delete.
947 * gdb.ada/cond_lang.exp: Adjust test to make path before
948 filename optional.
949 * gdb.ada/small_reg_param.exp: Likewise.
950
fe33faff
SM
9512015-12-22 Simon Marchi <simon.marchi@ericsson.com>
952
953 * gdb.base/foll-vork.exp: Remove HP-UX special case.
954
6d265cb4
TP
9552015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
956
957 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
958 case.
959
10125099
SM
9602015-12-21 Simon Marchi <simon.marchi@ericsson.com>
961
962 * gdb.base/break.exp: Remove dead code.
963 * gdb.base/sepdebug.exp: Likewise.
964
3ca22649
SM
9652015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
966
967 * gdb.asm/asm-source.exp: Remove HP-UX references.
968 * gdb.base/annota1.exp: Likewise.
969 * gdb.base/annota3.exp: Likewise.
970 * gdb.base/attach.exp: Likewise.
971 * gdb.base/bigcore.exp: Likewise.
972 * gdb.base/break.exp: Likewise.
973 * gdb.base/call-ar-st.exp: Likewise.
974 * gdb.base/callfuncs.exp: Likewise.
975 * gdb.base/catch-fork-static.exp: Likewise.
976 * gdb.base/display.exp: Likewise.
977 * gdb.base/foll-exec-mode.exp: Likewise.
978 * gdb.base/foll-exec.exp: Likewise.
979 * gdb.base/foll-fork.exp: Likewise.
980 * gdb.base/foll-vfork.exp: Likewise.
981 * gdb.base/funcargs.exp: Likewise.
982 * gdb.base/hbreak2.exp: Likewise.
983 * gdb.base/inferior-died.exp: Likewise.
984 * gdb.base/interrupt.exp: Likewise.
985 * gdb.base/multi-forks.exp: Likewise.
986 * gdb.base/nodebug.exp: Likewise.
987 * gdb.base/sepdebug.exp: Likewise.
988 * gdb.base/solib1.c: Likewise.
989 * gdb.base/step-test.exp: Likewise.
990 * gdb.mi/non-stop.c: Likewise.
991 * gdb.mi/pthreads.c: Likewise.
992 * gdb.multi/bkpt-multi-exec.ex: Likewise.
993 * gdb.threads/pthreads.c: Likewise.
994 * gdb.threads/staticthreads.exp: Likewise.
995 * lib/future.exp: Likewise.
996 * lib/gdb.exp: Likewise.
997 * gdb.base/so-indr-cl.c: Remove.
998 * gdb.base/so-indr-cl.exp: Likewise.
999 * gdb.base/solib.c: Likewise.
1000 * gdb.base/solib.exp: Likewise.
1001 * gdb.base/solib2.c: Likewise.
1002
b6304613
SM
10032015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1004
1005 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
1006 * gdb.base/call-ar-st.exp: Likewise.
1007 * gdb.base/callfuncs.exp: Likewise.
1008 * gdb.base/condbreak.exp: Likewise.
1009 * gdb.base/constvars.exp: Likewise.
1010 * gdb.base/hbreak2.exp: Likewise.
1011 * gdb.base/langs.exp: Likewise.
1012 * gdb.base/list.exp: Likewise.
1013 * gdb.base/long_long.exp: Likewise.
1014 * gdb.base/ptype.exp: Likewise.
1015 * gdb.base/scope.exp: Likewise.
1016 * gdb.base/signals.exp: Likewise.
1017 * gdb.base/so-impl-ld.exp: Likewise.
1018 * gdb.base/varargs.exp: Likewise.
1019 * gdb.base/volatile.exp: Likewise.
1020 * gdb.base/whatis.exp: Likewise.
1021 * gdb.cp/cplusfuncs.exp: Likewise.
1022 * gdb.cp/inherit.exp: Likewise.
1023 * gdb.cp/local.exp: Likewise.
1024 * gdb.cp/member-ptr.exp: Likewise.
1025 * gdb.cp/method.exp: Likewise.
1026 * gdb.cp/overload.exp: Likewise.
1027 * gdb.cp/templates.exp: Likewise.
1028 * gdb.stabs/weird.exp: Likewise.
1029 * lib/compiler.c: Likewise.
1030 * lib/compiler.cc: Likewise.
1031 * lib/cp-support.exp: Likewise.
1032 * lib/gdb.exp: Likewise.
1033
bf401b07
SM
10342015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
1035
1036 * configure.ac: Remove HP-UX case.
1037 * configure: Regenerate.
1038
aff9c0f8
SM
10392015-12-18 Simon Marchi <simon.marchi@ericsson.com>
1040
1041 * lib/gdb.exp (gdb_compile): Add function doc.
1042
a6904d5a
PA
10432015-12-17 Pedro Alves <palves@redhat.com>
1044
1045 PR threads/19354
1046 * gdb.multi/info-threads.exp: New file.
1047
a22279dd
YQ
10482015-12-15 Yao Qi <yao.qi@linaro.org>
1049
1050 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
1051 is aarch64*-*-*.
1052
0588c796
SL
10532015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1054
1055 * gdb.base/history-duplicates.exp: Skip if no readline support.
1056
5d978e17
SL
10572015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1058
1059 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
1060
7e763b86
SL
10612015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1062
1063 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
1064
87a3a92c
SL
10652015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1066
1067 * gdb.base/completion.exp: Skip tests that interrupt GDB with
1068 ctrl-C if nointerrupts target property is set.
1069 * gdb.base/double-prompt-target-event-error.exp: Likewise.
1070 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
1071 * gdb.base/paginate-bg-execution.exp: Likewise.
1072 * gdb.base/paginate-execution-startup.exp: Likewise.
1073 * gdb.base/random-signal.exp: Likewise.
1074 * gdb.base/range-stepping.exp: Likewise.
1075 * gdb.cp/annota2.exp: Likewise.
1076 * gdb.cp/annota3.exp: Likewise.
1077 * gdb.gdb/selftest.exp: Likewise.
1078 * gdb.threads/continue-pending-status.exp: Likewise.
1079 * gdb.threads/leader-exit.exp: Likewise.
1080 * gdb.threads/manythreads.exp: Likewise.
1081 * gdb.threads/pthreads.exp: Likewise.
1082 * gdb.threads/schedlock.exp: Likewise.
1083 * gdb.threads/sigthread.exp: Likewise.
1084
a8f077dc
DB
10852015-12-11 Don Breazeal <donb@codesourcery.com>
1086
1087 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
1088 remote.
1089 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
1090 * gdb.base/foll-exec.exp (main): Enable for target remote.
1091 * gdb.base/foll-fork.exp (main): Likewise.
1092 * gdb.base/foll-vfork.exp (main): Likewise.
1093 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
1094 (proc continue_to_exit_bp_loc): Use clean_restart.
1095 * gdb.base/pie-execl.exp (main): Disable for target remote.
1096 * gdb.base/watch-vfork.exp (main): Enable for target remote.
1097 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
1098 * gdb.threads/execl.exp (main): Likewise.
1099 * gdb.threads/fork-child-threads.exp (main): Likewise.
1100 * gdb.threads/fork-plus-threads.exp (main): Disable for target
1101 remote.
1102 * gdb.threads/fork-thread-pending.exp (main): Enable for target
1103 remote.
1104 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
1105 pid.tid style ptids, instead of just tid.
1106 * gdb.threads/thread-execl.exp (main): Enable for target remote.
1107 * gdb.threads/watchpoint-fork.exp (main): Likewise.
1108 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
1109 ptids, instead of just tid.
1110
3b2464a8
AB
11112015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1112
1113 * gdb.base/list.exp (test_list_forward): Add end of file error
1114 test.
1115 (test_repeat_list_command): Add end of file error test.
1116 (test_list_backwards): Add beginning of file error test.
1117
a0def019
AB
11182015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1119
1120 * gdb.base/list.exp (test_list_invalid_args): New function,
1121 defined, and called.
1122
5c000dff
AB
11232015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1124
1125 * gdb.base/list.exp (test_list): Make test names unique.
1126
f1637ebe
YQ
11272015-12-11 Yao Qi <yao.qi@linaro.org>
1128
1129 * gdb.base/coremaker2.c: Remove.
1130
36d6fc0a
PA
11312015-12-10 Pedro Alves <palves@redhat.com>
1132
1133 * gdb.multi/base.exp: Remove stale "spaces" references.
1134
762f7747
PA
11352015-12-10 Pedro Alves <palves@redhat.com>
1136
1137 * gdb.multi/base.exp: Don't use nowarnings.
1138 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
1139 * gdb.multi/hangout.c: Include stdio.h.
1140 * gdb.multi/hello.c: Include stdlib.h.
1141 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
1142 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
1143 * gdb.multi/multi-arch.exp: Don't use nowarnings.
1144
28d2bfb9
AB
11452015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
1146
1147 * gdb.dwarf2/dw2-ranges-base.c: New file.
1148 * gdb.dwarf2/dw2-ranges-base.exp: New file.
1149 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
1150 support additional line table, and debug ranges generation.
1151 (Dwarf::ranges): New function, generate .debug_ranges.
1152 (Dwarf::lines): Support generating simple line table programs.
1153 (Dwarf::assemble): Initialise new namespace variables.
1154
5fc2beac
KB
11552015-12-09 Kevin Buettner <kevinb@redhat.com>
1156
1157 * gdb.base/async.exp (proc test_background): Add case for
1158 asynchronous execution not supported.
1159
1c35a88f
LM
11602015-12-09 Luis Machado <lgustavo@codesourcery.com>
1161
1162 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
1163 format and change test names to make them unique.
1164
b593e3d9
RK
11652015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
1166 Pedro Alves <pedro@redhat.com>
1167
1168 PR gdb/18702
1169 Add checking of floatformats setup on x86_64 hosts.
1170 * gdb.arch/i386-float.S (main): Load bigval and smallval.
1171 (smallval, bigval): New labels/constants.
1172 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
1173 float" after loading bigval and smallval.
1174
d72413e6
PMR
11752015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
1176
1177 * gdb.ada/fun_overload_menu.exp: New testcase.
1178 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
1179
ece66d65
JS
11802015-12-04 Josh Stone <jistone@redhat.com>
1181
1182 * gdb.base/catch-fork-static.exp: New.
1183
41d0efca
YQ
11842015-12-03 Yao Qi <yao.qi@linaro.org>
1185
1186 * gdb.base/sizeof.c: Don't include stdio.h and
1187 ../lib/unbuffer_output.c.
1188 (main): New variable 'size' and 'value'. Remove printf and
1189 gdb_unbuffer_output. Assign return value to size and value.
1190 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
1191 at the beginning.
1192 (check_sizeof): Check the result by printing variable 'size'.
1193 (check_valueof): Check the result by printing variable 'value'.
1194
99fd02d9
YQ
11952015-12-01 Yao Qi <yao.qi@linaro.org>
1196
1197 * gdb.base/disp-step-syscall.exp: Define syscall instruction
1198 for aarch64*-*-linux* target.
1199
f2faf941
PA
12002015-11-30 Pedro Alves <palves@redhat.com>
1201
1202 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
1203
04bf20c5
PA
12042015-11-30 Pedro Alves <palves@redhat.com>
1205
1206 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1207 Handle non-stop mode vCont replies.
1208
09df4675
PA
12092015-11-30 Pedro Alves <palves@redhat.com>
1210
1211 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
1212 prepare_for_testing. Start gdb with "set non-stop on" appended to
1213 GDBFLAGS. Lax expected stop output.
1214
58b584af
YQ
12152015-11-27 Yao Qi <yao.qi@linaro.org>
1216
1217 * gdb.arch/arm-neon.exp: New.
1218 * gdb.arch/arm-neon.c: New.
1219
dfcb77a8
YQ
12202015-11-27 Yao Qi <yao.qi@linaro.org>
1221
1222 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
1223
88e8ec1b
YQ
12242015-11-27 Yao Qi <yao.qi@linaro.org>
1225
1226 * gdb.cp/annota2.exp: Allow multiple occurrences of the
1227 frames-invalid annotation.
1228
bfde72c2
YQ
12292015-11-27 Yao Qi <yao.qi@linaro.org>
1230
1231 * gdb.cp/annota2.exp: Use ${frames_invalid}.
1232
f6512a69
SM
12332015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1234
1235 * gdb.threads/names.exp: New file.
1236 * gdb.threads/names.c: New file.
1237 * README: Mention gdb,no_thread_names.
1238
46a3515b
MM
12392015-11-26 Markus Metzger <markus.t.metzger@intel.com>
1240
1241 PR 19297
1242 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
1243 support" error.
1244
62147a22
PA
12452015-11-24 Pedro Alves <palves@redhat.com>
1246
1247 PR 17539
1248 * gdb.base/display.exp: Expect displays to be sorted in ascending
1249 order. Use multi_line.
1250 * gdb.base/solib-display.exp: Likewise.
1251
2f341b6e
PA
12522015-11-24 Pedro Alves <palves@redhat.com>
1253
1254 PR 17539
1255 * gdb.base/display.exp: Expect displays to be sorted in ascending
1256 order. Use multi_line.
1257 * gdb.base/solib-display.exp: Likewise.
1258
7e0aa6aa
PA
12592015-11-24 Pedro Alves <palves@redhat.com>
1260
1261 PR 17539
1262 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
1263 threads in ascending order.
1264 * gdb.base/foll-fork.exp: Likewise.
1265 * gdb.base/foll-vfork.exp: Likewise.
1266 * gdb.base/multi-forks.exp: Likewise.
1267 * gdb.mi/mi-nonstop.exp: Likewise.
1268 * gdb.mi/mi-nsintrall.exp: Likewise.
1269 * gdb.multi/base.exp: Likewise.
1270 * gdb.multi/multi-arch.exp: Likewise.
1271 * gdb.python/py-inferior.exp: Likewise.
1272 * gdb.threads/break-while-running.exp: Likewise.
1273 * gdb.threads/execl.exp: Likewise.
1274 * gdb.threads/gcore-thread.exp: Likewise.
1275 * gdb.threads/info-threads-cur-sal.exp: Likewise.
1276 * gdb.threads/kill.exp: Likewise.
1277 * gdb.threads/linux-dp.exp: Likewise.
1278 * gdb.threads/multiple-step-overs.exp: Likewise.
1279 * gdb.threads/next-bp-other-thread.exp: Likewise.
1280 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
1281 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
1282 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
1283 * gdb.threads/thread-find.exp: Likewise.
1284 * gdb.threads/tls.exp: Likewise.
1285 * lib/mi-support.exp (mi_reverse_list): Delete.
1286 (mi_check_thread_states): No longer reverse list.
1287
2cc57ad8
PA
12882015-11-24 Pedro Alves <palves@redhat.com>
1289
1290 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
1291 use lowercase.
1292
c93e8391
SM
12932015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1294
1295 * gdb.trace/actions.c: Include trace-common.h.
1296 (main): Add a location for a fast tracepoint.
1297 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
1298 the normal tracepoints.
1299 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
1300
045ccf91
SM
13012015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1302
1303 * save-trace.exp: Factor out code to these...
1304 (gdb_save_tracepoints): New.
1305 (gdb_load_tracepoints): New.
1306 (do_save_load_test): New.
1307
5506f9f6
KB
13082015-11-23 Kevin Buettner <kevinb@redhat.com>
1309
1310 * gdb.base/asmlabel.exp: New test.
1311 * gdb.base/asmlabel.c: New test case.
1312
16c3b12f
JB
13132015-11-23 Joel Brobecker <brobecker@adacore.com>
1314
1315 * gdb.base/wrong_frame_bt_full-main.c: New file.
1316 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
1317 * gdb.base/wrong_frame_bt_full.exp: New file.
1318
155bfbd3
JB
13192015-11-23 Joel Brobecker <brobecker@adacore.com>
1320
1321 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
1322
bb097445
JM
13232015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1324
206853a0 1325 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
1326 pstate register when comparing registers values in
1327 sparc64-*-linux-gnu targets to avoid spurious differences.
1328
9c88ed8f
JM
13292015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1330
206853a0 1331 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 1332
96161e25
SL
13332015-11-19 Sandra Loosemore <sandra@codesourcery.com>
1334
1335 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
1336 as type argument to gdb_compile.
1337 * gdb.base/nested-subp2.exp: Likewise.
1338 * gdb.base/nested-subp3.exp: Likewise.
1339
340c2830
DV
13402015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
1341
1342 * lib/dwarf.exp (_note): Fix left shift of negative value.
1343 * gdb.trace/trace-condition.exp: Likewise.
1344
c1862d0f
YQ
13452015-11-13 Yao Qi <yao.qi@linaro.org>
1346
1347 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
1348 comments about d10v.
1349 (test_scalar_returns): Likewise.
1350 * gdb.base/d10v.ld: Remove.
1351 * gdb.base/overlays.exp: Remove the target triplet checking for
1352 d10v-*-*.
1353 * gdb.base/structs.exp (test_struct_returns): Remove the
1354 comments about d10v.
1355 (test_struct_calls): Likewise.
1356
77ae9c19
YQ
13572015-11-13 Yao Qi <yao.qi@linaro.org>
1358
1359 * gdb.base/gnu_vector.exp: Check the return value by "p res".
1360 * gdb.base/gnu_vector.c: Don't include stdio.h.
1361 (main): Don't print res and call add_some_intvecs.
1362
430e004e
MK
13632015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
1364
1365 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
1366 macro.
1367 (func5): Removed.
1368 (func4): Use FAST_TRACEPOINT_LABEL.
1369 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
1370 macro.
1371 (func): Removed.
1372 (thread_function): Use FAST_TRACEPOINT_LABEL.
1373 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
1374 (func): Remove.
1375 (marker): Use FAST_TRACEPOINT_LABEL.
1376 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
1377 (pendfunc1): Remove.
1378 (pendfunc): Use FAST_TRACEPOINT_LABEL.
1379 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
1380 (foo): Remove.
1381 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
1382 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
1383 macro.
1384 (func): Remove.
1385 (marker): Use FAST_TRACEPOINT_LABEL.
1386 * gdb.trace/trace-common.h: New header.
1387 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
1388 macro.
1389 (func): Remove.
1390 (marker): Use FAST_TRACEPOINT_LABEL.
1391 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
1392 (func): Remove.
1393 (thread_function): Use FAST_TRACEPOINT_LABEL.
1394
6e7675a7
MK
13952015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
1396
1397 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
1398 in front.
1399 * gdb.trace/change-loc.exp: Use global pcreg definition.
1400 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
1401 * gdb.trace/entry-values.exp: Use global spreg definition, add $
1402 in front.
1403 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
1404 * gdb.trace/pending.exp: Likewise.
1405 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
1406 * gdb.trace/trace-break.exp: Likewise.
1407 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
1408 in front.
1409 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
1410 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
1411 in front.
1412 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
1413
dddc0e16
JB
14142015-11-09 Joel Brobecker <brobecker@adacore.com>
1415
1416 * gdb.ada/fin_fun_out: New testcase.
1417
c6f0b406
KB
14182015-11-07 Kevin Buettner <kevinb@redhat.com>
1419
1420 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
1421 value associated with DW_AT_byte_size.
1422 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
1423 constants for DW_AT_byte_size, DW_AT_lower_bound, and
1424 DW_AT_upper_bound.
1425
f01dcfd9
KB
14262015-11-07 Kevin Buettner <kevinb@redhat.com>
1427
1428 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
1429 (gdb_target_symbol_prefix_flags): Define in terms of _asm
1430 version.
1431 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
1432 gdb.dwarf2/dw2-canonicalize-type.exp,
1433 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
1434 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
1435 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
1436 provided by gdb_target_symbol_prefix_flags_asm.
1437 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
1438 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
1439 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
1440 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
1441 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
1442 macros where needed). Use this macro for symbols which require
1443 the prefix provided by SYMBOL_PREFIX.
1444
2223449a
KB
14452015-11-05 Kevin Buettner <kevinb@redhat.com>
1446
1447 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
1448 New procs.
1449 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
1450 representing expressions, of more than one list element.
1451 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
1452 to prepend linker symbol prefix to f.
1453 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
1454 table_1 and table_2.
1455 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
1456 Likewise, for f and g.
1457 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
1458 for ptr.
1459 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
1460 for main.
1461 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
1462 table_1_ptr and table_2_ptr.
1463
6f2f1a3a
JK
14642015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1465 Joel Brobecker <brobecker@adacore.com>
1466
1467 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
1468
566c56c9
MK
14692015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
1470
1471 * gdb.reverse/s390-mvcle.c: New test.
1472 * gdb.reverse/s390-mvcle.exp: New file.
1473 * lib/gdb.exp: Enable reverse tests on s390*-linux.
1474
d5f0636b
MK
14752015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1476
1477 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
1478
7ad8b86c
MK
14792015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1480
1481 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
1482 reaching marker2.
1483 * gdb.reverse/getresuid-reverse.exp: Likewise.
1484 * gdb.reverse/pipe-reverse.exp: Likewise.
1485 * gdb.reverse/readv-reverse.exp: Likewise.
1486 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1487 * gdb.reverse/time-reverse.exp: Likewise.
1488 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
1489
4081c0f1
YQ
14902015-10-30 Yao Qi <yao.qi@linaro.org>
1491
1492 * gdb.threads/wp-replication.c (watch_count_done): Remove.
1493 (empty_cycle): Remove.
1494 (main): Don't call empty_cycle. Don't use watch_count_done.
1495 * gdb.threads/wp-replication.exp: Don't set breakpoint on
1496 empty_cycle. Rewrite the code counting HW watchpoints.
1497
452b4ba5
MK
14982015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
1499
1500 * gdb.reverse/fstatat-reverse.c: New test.
1501 * gdb.reverse/fstatat-reverse.exp: New file.
1502 * gdb.reverse/getresuid-reverse.c: New test.
1503 * gdb.reverse/getresuid-reverse.exp: New file.
1504 * gdb.reverse/pipe-reverse.c: New test.
1505 * gdb.reverse/pipe-reverse.exp: New file.
1506 * gdb.reverse/readv-reverse.c: New test.
1507 * gdb.reverse/readv-reverse.exp: New file.
1508 * gdb.reverse/recvmsg-reverse.c: New test.
1509 * gdb.reverse/recvmsg-reverse.exp: New file.
1510 * gdb.reverse/time-reverse.c: New test.
1511 * gdb.reverse/time-reverse.exp: New file.
1512 * gdb.reverse/waitpid-reverse.c: New test.
1513 * gdb.reverse/waitpid-reverse.exp: New file.
1514
5e2e7507
JK
15152015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1516
1517 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
1518
0fde2c53
DE
15192015-10-26 Doug Evans <dje@google.com>
1520
1521 PR symtab/17391
1522 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
1523 * gdb.dwarf2/bad-regnum.c: New file.
1524 * gdb.dwarf2/bad-regnum.exp: New file.
1525
1a70ae97
DE
15262015-10-26 Doug Evans <dje@google.com>
1527
1528 PR python/18938
1529 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
1530 file.
1531
27dc26ab
JK
15322015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1533
1534 * gdb.compile/compile.exp (compile code globalvar): Update expectation
1535 for a change by "Mention language in compile error message".
1536
bed91f4d
SM
15372015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
1538
1539 PR python/18073
1540 * gdb.python/py-type.c (C::a_method): New.
1541 (C::a_const_method): New.
1542 (C::a_static_method): New.
1543 (a_function): New.
1544 * gdb.python/py-type.exp (test_fields): Test getting fields
1545 from function and method.
1546
3f2f83dd
KB
15472015-10-21 Keven Boell <keven.boell@intel.com>
1548
1549 * gdb.fortran/vla-alloc-assoc.exp: New file.
1550 * gdb.fortran/vla-datatypes.exp: New file.
1551 * gdb.fortran/vla-datatypes.f90: New file.
1552 * gdb.fortran/vla-history.exp: New file.
1553 * gdb.fortran/vla-ptype-sub.exp: New file.
1554 * gdb.fortran/vla-ptype.exp: New file.
1555 * gdb.fortran/vla-sizeof.exp: New file.
1556 * gdb.fortran/vla-sub.f90: New file.
1557 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
1558 * gdb.fortran/vla-value-sub-finish.exp: New file.
1559 * gdb.fortran/vla-value-sub.exp: New file.
1560 * gdb.fortran/vla-value.exp: New file.
1561 * gdb.fortran/vla-ptr-info.exp: New file.
1562 * gdb.mi/mi-vla-fortran.exp: New file.
1563 * gdb.mi/vla.f90: New file.
1564
27145d50
SL
15652015-10-21 Sandra Loosemore <sandra@codesourcery.com>
1566
1567 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
1568 of hardwired timeout value.
1569
5f3ff4f8
JK
15702015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1571 Pedro Alves <palves@redhat.com>
1572
1573 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
1574 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
1575
bfd09d20
JS
15762015-10-19 Josh Stone <jistone@redhat.com>
1577
1578 * gdb.base/catch-syscall.c: Include <sched.h>.
1579 (unknown_syscall): New variable.
1580 (main): Trigger a vfork and an unknown syscall.
1581 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
1582 (unknown_syscall_number): Likewise.
1583 (check_call_to_syscall): Accept an optional syscall pattern.
1584 (check_return_from_syscall): Likewise.
1585 (check_continue): Likewise.
1586 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
1587 (test_catch_syscall_skipping_return): New test toggling off 'catch
1588 syscall' to step over the syscall return, then toggling back on.
1589 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
1590 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
1591 (do_syscall_tests): Call test_catch_syscall_without_args and
1592 test_catch_syscall_mid_vfork.
1593 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
1594 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
1595
b32b93c6
AS
15962015-10-19 Andrew Stubbs <ams@codesourcery.com>
1597
1598 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
1599 print g_vE): Add new pass patterns.
1600 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
1601 print various symbol names for vptr fields.
1602
9d622bda
AB
16032015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1604
1605 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
1606 results.
1607
0fd8ac1c
YQ
16082015-10-12 Yao Qi <yao.qi@linaro.org>
1609
1610 * gdb.arch/disp-step-insn-reloc.exp: New test case.
1611
34240514
YQ
16122015-10-12 Yao Qi <yao.qi@linaro.org>
1613
1614 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
1615 is aarch64*-*-linux*.
1616
8240f442
YQ
16172015-10-12 Yao Qi <yao.qi@linaro.org>
1618
1619 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
1620 (can_relocate_bcond_true): ... it.
1621 (can_relocate_bcond_false): New function.
1622 (foo): Likewise.
1623 (can_relocate_bl): Likewise.
1624 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
1625 can_relocate_bl.
1626
2520f728
PMR
16272015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
1628
1629 * gdb.base/nested-addr.c: New file.
1630 * gdb.base/nested-addr.exp: New testcase.
1631
abcef95a
MM
16322015-10-09 Markus Metzger <markus.t.metzger@intel.com>
1633
1634 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
1635 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
1636 its output. Ignore the output of "record goto begin" and instead
1637 check that GDB is replaying.
1638
145e3ddb
PA
16392015-10-09 Pedro Alves <palves@redhat.com>
1640
1641 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
1642 (top level): Use it in the run with no args test.
1643
d5d8c4e1
IB
16442015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
1645
1646 * gdb.dlang/properties.exp: New file.
1647
06e635ef
SL
16482015-10-02 Sandra Loosemore <sandra@codesourcery.com>
1649
1650 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
1651 whether or not address 0x1000 is mapped on the target.
1652
e019fd1d
SM
16532015-09-30 Simon Marchi <simon.marchi@ericsson.com>
1654
1655 * gdb.python/py-type.exp: Do not run tests if binaries fail to
1656 build.
1657
77ba2a67
MM
16582015-09-30 Markus Metzger <markus.t.metzger@intel.com>
1659
1660 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
1661 instruction-history test.
1662
c60eb31f
DE
16632015-09-28 Doug Evans <dje@google.com>
1664
1665 * gdb.base/gcore.c (array_func): Add reference to static_array.
1666
9a3c8263
SM
16672015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1668
1669 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
1670 source line.
1671
9720e656
SL
16722015-09-24 Sandra Loosemore <sandra@codesourcery.com>
1673
1674 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
1675 short or char as base type.
1676
938d3bf2
SL
16772015-09-23 Sandra Loosemore <sandra@codesourcery.com>
1678
1679 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
1680 to allow any size enum.
1681
e6c2c623
PMR
16822015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
1683
1684 * gdb.ada/array_ptr_renaming.exp: New testcase.
1685 * gdb.ada/array_ptr_renaming/foo.adb: New file.
1686 * gdb.ada/array_ptr_renaming/pack.ads: New file.
1687
06da0f77
PL
16882015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1689
1690 * gdb.trace/ftrace-lock.c: New file.
1691 * gdb.trace/ftrace-lock.exp: New file.
1692
4f51c22a
PL
16932015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1694
1695 * gdb.arch/insn-reloc.c: New file.
1696 * gdb.arch/ftrace-insn-reloc.exp: New file.
1697
7041adf4
PL
16982015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1699
1700 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
1701 instruction.
1702 * gdb.trace/pendshr1.c (pendfunc): Likewise.
1703 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
1704 * gdb.trace/range-stepping.c: Likewise.
1705 * gdb.trace/trace-break.c: Likewise.
1706 * gdb.trace/trace-mt.c (thread_function): Likewise.
1707 * gdb.trace/ftrace.c (marker): Likewise.
1708 * gdb.trace/trace-condition.c (marker): Likewise.
1709 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
1710 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
1711 is_aarch64_target.
1712
015d2e7e
DE
17132015-09-18 Doug Evans <xdje42@gmail.com>
1714
1715 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
1716 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
1717
26b188a2
SL
17182015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1719
1720 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
1721 the breakpoint.
1722
79dc332b
SL
17232015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1724
1725 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
1726 the pending breakpoint. Remove timeout override for "Run till
1727 MI pending breakpoint on pendfunc3 on thread 2" test.
1728
f57929f2
SL
17292015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1730
1731 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
1732 filename pattern.
1733
3f469b17
SL
17342015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1735
1736 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
1737 in breakpoint filename pattern.
1738
515b89b3
SL
17392015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1740
7800dbe4
SL
1741 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
1742
17432015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1744
515b89b3
SL
1745 * gdb.linespec/explicit.exp: Check for readline support for
1746 tab-completion tests. Fix obvious typo.
1747
d2939ba2
MM
17482015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1749
1750 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
1751 and replay.
1752
cbb55fa7
MM
17532015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1754
1755 * gdb.btrace/non-stop.c: New.
1756 * gdb.btrace/non-stop.exp: New.
1757
43691ca1
PL
17582015-09-17 Pierre Langlois <pierre.langlois@arm.com>
1759 Yao Qi <yao.qi@linaro.org>
1760
1761 * gdb.trace/trace-condition.c: New file.
1762 * gdb.trace/trace-condition.exp: New file.
1763
d78908cf
WW
17642015-09-16 Wei-cheng Wang <cole945@gmail.com>
1765
1766 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
1767 for testing bytecode compilation.
1768
1ed415e2
PA
17692015-09-16 Pedro Alves <palves@redhat.com>
1770 Sandra Loosemore <sandra@codesourcery.com>
1771
1772 * gdb.threads/non-stop-fair-events.c (timeout): New global.
1773 (SECONDS): Redefine.
1774 (main): Call pthread_kill and alarm early.
1775 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
1776 support.
1777 (test): If the target can't hardware step and doesn't support
1778 displaced stepping, increase the timeout.
1779
d136eff5
PA
17802015-09-16 Pedro Alves <palves@redhat.com>
1781
1782 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
1783 (enable_debug): New procedures.
1784 (test): Use them. Bail out if waiting for threads fails.
1785 (top level): Bail out if a test fails.
1786
991f019c
YQ
17872015-09-16 Yao Qi <yao.qi@linaro.org>
1788
1789 * gdb.asm/asm-source.exp: Set asm-arch for
1790 aarch64*-*-* target.
1791 * gdb.asm/aarch64.inc: New file.
1792
bfca584f
PMR
17932015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
1794
1795 * gdb.ada/array_of_variable_length.exp: New testcase.
1796 * gdb.ada/array_of_variable_length/foo.adb: New file.
1797 * gdb.ada/array_of_variable_length/pck.adb: New file.
1798 * gdb.ada/array_of_variable_length/pck.ads: New file.
1799
b326e587
DE
18002015-09-15 Doug Evans <dje@google.com>
1801
1802 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
1803 of function static local variable.
1804
5382cfab
PW
18052015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1806
1807 * gdb.threads/tls-so_extern.exp: New test file.
1808 * gdb.threads/tls-so_extern.c: New test file.
1809 * gdb.threads/tls-so_extern_main.c: New test file.
1810
141c5cc4
JK
18112015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1812
1813 * gdb.opt/solib-intra-step-lib.c: New file.
1814 * gdb.opt/solib-intra-step-main.c: New file.
1815 * gdb.opt/solib-intra-step.exp: New file.
1816
d15dcecd
PA
18172015-09-15 Pedro Alves <palves@redhat.com>
1818
1819 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
1820 gdb_continue_to_breakpoint instead of gdb_test_multiple.
1821
4c2f2a79
PA
18222015-09-14 Pedro Alves <palves@redhat.com>
1823
1824 * gdb.base/hook-stop-continue.c: Delete.
1825 * gdb.base/hook-stop-continue.exp: Delete.
1826 * gdb.base/hook-stop-frame.c: Delete.
1827 * gdb.base/hook-stop-frame.exp: Delete.
1828 * gdb.base/hook-stop.c: New file.
1829 * gdb.base/hook-stop.exp: New file.
1830
919e6dbe
PMR
18312015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
1832
1833 * gdb.ada/access_to_packed_array.exp: New testcase.
1834 * gdb.ada/access_to_packed_array/foo.adb: New file.
1835 * gdb.ada/access_to_packed_array/pack.adb: New file.
1836 * gdb.ada/access_to_packed_array/pack.ads: New file.
1837
157280a4
MM
18382015-09-14 Markus Metzger <markus.t.metzger@intel.com>
1839
1840 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
1841 buffer size test.
1842
2fd33e94
DB
18432015-09-11 Don Breazeal <donb@codesourcery.com>
1844
1845 * gdb.base/foll-exec.c: Add copyright header. Fix
1846 formatting issues.
1847 * gdb.base/foll-exec.exp (zap_session): Delete proc.
1848 (do_exec_tests): Use clean_restart in place of zap_session,
1849 and for test initialization. Fix formatting issues. Use
1850 fail in place of perror.
1851 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
1852 an expect statement to match an expression with output from
1853 the program under debug.
1854 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
1855 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
1856 * gdb.threads/non-ldr-exc-2.exp: Likewise.
1857 * gdb.threads/non-ldr-exc-3.exp: Likewise.
1858 * gdb.threads/non-ldr-exc-4.exp: Likewise.
1859
e70b6e8e
DE
18602015-09-09 Doug Evans <dje@google.com>
1861
1862 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
1863
7a551a51
DE
18642015-09-09 Doug Evans <dje@google.com>
1865
1866 * gdb.base/pie-execl.exp: Fix result test of build_executable.
1867
4c666f84
DE
18682015-09-09 Doug Evans <dje@google.com>
1869
1870 * gdb.base/savedregs.exp: Fix typo.
1871
243a9253
PA
18722015-09-09 Pedro Alves <palves@redhat.com>
1873
1874 * gdb.mi/mi-cli.exp: Add CLI finish tests.
1875
c0fa8fbd
SL
18762015-09-08 Sandra Loosemore <sandra@codesourcery.com>
1877
1878 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
1879 command actually switches threads. Give up on remaining
1880 tests if target fails to stop at breakpoint.
1881
cd7c1778
PMR
18822015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
1883
1884 * gdb.ada/funcall_char.exp: New testcase.
1885 * gdb.ada/funcall_char/foo.adb: New file.
1886
dc5c8746
PMR
18872015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
1888
1889 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
1890 expected outputs. Add two testcases for completing ambiguous
1891 functions.
1892 * gdb.ada/complete/aux_pck.adb: New file.
1893 * gdb.ada/complete/aux_pck.ads: New file.
1894 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
1895 Ambiguous_Func functions.
1896 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
1897 * gdb.ada/complete/pck.adb: Likewise.
1898
4e83a1e7
UW
18992015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1900
1901 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
1902 failures to run the test program under GDB.
1903
8ce74153
LM
19042015-08-26 Luis Machado <lgustavo@codesourcery.com>
1905
1906 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
1907 to C.
1908
e9756d52
PP
19092015-08-26 Patrick Palka <patrick@parcs.ath.cx>
1910
1911 * gdb.base/run-after-attach.exp: New test file.
1912 * gdb.base/run-after-attach.c: New test file.
1913
8d37573b
DB
19142015-08-26 Don Breazeal <donb@codesourcery.com>
1915
1916 * gdb.base/foll-exec-2.c: New test program.
1917 * gdb.base/foll-exec-2.exp: New test.
1918
63e43d3a
PMR
19192015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
1920
1921 * gdb.base/nested-subp1.exp: New file.
1922 * gdb.base/nested-subp1.c: New file.
1923 * gdb.base/nested-subp2.exp: New file.
1924 * gdb.base/nested-subp2.c: New file.
1925 * gdb.base/nested-subp3.exp: New file.
1926 * gdb.base/nested-subp3.c: New file.
1927
3d40fbb5
PA
19282015-08-24 Pedro Alves <palves@redhat.com>
1929
1930 * gdb.server/connect-without-multi-process.c: New file.
1931 * gdb.server/connect-without-multi-process.exp: New file.
1932
4422ac93
LM
19332015-08-24 Luis Machado <lgustavo@codesourcery.com>
1934
1935 * gdb.opt/inline-markers.c: Make z int.
1936
91dddb86
LM
19372015-08-24 Luis Machado <lgustavo@codesourcery.com>
1938
1939 * gdb.opt/inline-markers.c: Make z volatile.
1940
a48847ee
LM
19412015-08-24 Luis Machado <lgustavo@codesourcery.com>
1942
1943 * gdb.opt/inline-bt.c: New volatile global z.
1944 * gdb.opt/inline-cmds.c: Likewise.
1945 * gdb.opt/inline-locals.c: Likewise.
1946 * gdb.opt/inline-markers.c: New extern global z.
1947 (marker): Use z.
1948 (inline_fn): Likewise.
1949
0ebbc52b
PA
19502015-08-24 Pedro Alves <palves@redhat.com>
1951
1952 * config/m32r-stub.exp: Remove file.
1953 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
1954 * gdb.base/call-rt-st.exp: Likewise.
1955 * gdb.base/call-strs.exp: Likewise.
1956 * gdb.base/default.exp: Remove references to h8300-*-hms and
1957 *-*-udi*.
1958 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
1959
77c365df
AA
19602015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1961
1962 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
1963 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
1964 and "return" use KFAIL when GDB can not read/write the vector
1965 return value.
1966
4313b8c0
GB
19672015-08-21 Gary Benson <gbenson@redhat.com>
1968
1969 * gdb.trace/pending.exp: Cope with remote transfer warnings.
1970
0e433b32
PA
19712015-08-20 Pedro Alves <palves@redhat.com>
1972
1973 * gdb.server/solib-list.exp: No longer expect an interior stop in
1974 non-stop mode.
1975
221e1a37
PA
19762015-08-20 Pedro Alves <palves@redhat.com>
1977
1978 * gdb.server/connect-stopped-target.c: New file.
1979 * gdb.server/connect-stopped-target.exp: New file.
1980
40e3ad0e
PA
19812015-08-20 Pedro Alves <palves@redhat.com>
1982
1983 * gdb.dwarf2/comp-unit-lang.exp: New file.
1984 * gdb.dwarf2/comp-unit-lang.c: New file.
1985
af39b327
PMR
19862015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
1987
1988 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
1989 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
1990
7d45c7c3 19912015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 1992
7d45c7c3
KB
1993 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
1994 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
1995
4d6cceb4
DE
19962015-08-18 Doug Evans <dje@google.com>
1997 Adrian Sendroiu <adrian.sendroiu@freescale.com>
1998
1999 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
2000 skip_python_tests. New arg prompt_regexp.
2001 (skip_python_tests): New function.
2002 * lib/mi-support.exp (mi_skip_python_tests): New function.
2003 * gdb.python/py-mi-objfile-gdb.py: New file.
2004 * gdb.python/py-mi-objfile.c: New file.
2005 * gdb.python/py-mi-objfile.exp: New file.
2006
ad89c2aa
KS
20072015-08-17 Keith Seitz <keiths@redhat.com>
2008
2009 * gdb.linespec/explicit.exp: Move strace test from here ...
2010 * gdb.trace/strace.exp: ... to here.
2011
e3ae3c43
PP
20122015-08-15 Patrick Palka <patrick@parcs.ath.cx>
2013
2014 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
2015 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
2016
604b2636
DE
20172015-08-14 Doug Evans <xdje42@gmail.com>
2018
2019 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
2020 inferior before selecting a new file.
2021
6ff0ba5f
DE
20222015-08-14 Doug Evans <xdje42@gmail.com>
2023
2024 * gdb.mi/mi-disassemble.exp: Update.
2025 * gdb.base/disasm-optim.S: New file.
2026 * gdb.base/disasm-optim.c: New file.
2027 * gdb.base/disasm-optim.h: New file.
2028 * gdb.base/disasm-optim.exp: New file.
2029
9ca98f92
KS
20302015-08-14 Keith Seitz <keiths@redhat.com>
2031
2032 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
2033 "evaluated-by".
2034
52bbc560
JB
20352015-08-13 Joel Brobecker <brobecker@adacore.com>
2036
2037 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
2038
5d8c3ed3
PMR
20392015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
2040
2041 * gdb.ada/fun_renaming.exp: New testcase.
2042 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
2043 * gdb.ada/fun_renaming/pack.adb: New file.
2044 * gdb.ada/fun_renaming/pack.ads: New file.
2045
ea8812bc
KS
20462015-08-12 Keith Seitz <keiths@redhat.com>
2047
2048 * gdb.base/dso2dso.exp: Pass basename of source file in call to
2049 gdb_get_line_number.
2050
4dafcdeb
JB
20512015-08-12 Joel Brobecker <brobecker@adacore.com>
2052
2053 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
2054 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
2055 gdb.base/dso2dso.exp: New files.
2056
5ba32597
SDJ
20572015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2058 Pedro Alves <palves@redhat.com>
2059 Keith Seitz <keiths@redhat.com>
2060
2061 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
2062 GDBFLAGS.
2063
b6dafabf
PP
20642015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2065
2066 * gdb.base/gdbhistsize-history.exp
2067 (test_histsize_history_setting): Use save_vars.
2068 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2069 Use save_vars.
2070 (test_no_truncation_of_unlimited_history_file): Use save_vars.
2071 * gdb.base/readline.exp: Use save_vars.
2072
abe8e607
PP
20732015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2074
2075 * lib/gdb.exp (save_vars): New proc.
2076
629500fa
KS
20772015-08-11 Keith Seitz <keiths@redhat.com>
2078
2079 * gdb.base/help.exp: Update help_breakpoint_text.
2080
eb8c4e2e
KS
20812015-08-11 Keith Seitz <keiths@redhat.com>
2082
2083 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
2084 (at toplevel): Call test_explicit_breakpoints.
2085 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
2086 breakpoints.
2087 * lib/mi-support.exp (mi_make_breakpoint): Add support for
2088 breakpoint conditions, "-cond".
2089
87f0e720
KS
20902015-08-11 Keith Seitz <keiths@redhat.com>
2091
2092 * gdb.linespec/3explicit.c: New file.
2093 * gdb.linespec/cpexplicit.cc: New file.
2094 * gdb.linespec/cpexplicit.exp: New file.
2095 * gdb.linespec/explicit.c: New file.
2096 * gdb.linespec/explicit.exp: New file.
2097 * gdb.linespec/explicit2.c: New file.
2098 * gdb.linespec/ls-errs.exp: Add explicit location tests.
2099 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
2100 before using in the matching pattern.
2101 Clarify that `prefix' is a regular expression.
2102
f00aae0f
KS
21032015-08-11 Keith Seitz <keiths@redhat.com>
2104
2105 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
2106 test.
2107 Add tests for missing ",FMT" and ",".
2108
e27852be
DE
21092015-08-10 Doug Evans <dje@google.com>
2110 Keith Seitz <keiths@redhat.com>
2111
2112 PR gdb/17960
2113 * gdb.base/completion.exp: Add location completer tests.
2114
7f03bd92
PA
21152015-08-07 Pedro Alves <palves@redhat.com>
2116
2117 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
2118 tests here.
2119 (top level): Run do_test with and without displaced stepping.
2120
3fc8eb30
PA
21212015-08-07 Pedro Alves <palves@redhat.com>
2122
2123 * gdb.base/valgrind-disp-step.c: New file.
2124 * gdb.base/valgrind-disp-step.exp: New file.
2125
d4569d7b
PA
21262015-08-07 Pedro Alves <palves@redhat.com>
2127
2128 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
2129 Delete function.
2130 (main): Add alarm. Run an infinite loop instead of calling
2131 wait_threads.
2132 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
2133 comment.
2134 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
2135 Delete function.
2136 (main): Add alarm. Run an infinite loop instead of calling
2137 wait_threads.
2138 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
2139 comment.
2140
e1316e60
PA
21412015-08-07 Pedro Alves <palves@redhat.com>
2142
2143 * gdb.base/checkpoint-ns.exp: New file.
2144 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
2145 standard_testfile.
2146
da8c46d2
MM
21472015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2148
2149 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
2150 * gdb.btrace/instruction_history.exp: Update.
2151 * gdb.btrace/tsx.exp: New.
2152 * gdb.btrace/tsx.c: New.
2153
de1c2c52
PA
21542015-08-06 Pedro Alves <palves@redhat.com>
2155
2156 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
2157 increase timeout.
2158 * gdb.reverse/until-precsave.exp: Bump timeouts.
2159
782e0bf4
PA
21602015-08-06 Pedro Alves <palves@redhat.com>
2161
2162 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
2163
83e97ed0
PA
21642015-08-06 Pedro Alves <palves@redhat.com>
2165
2166 PR gdb/18749
2167 * gdb.threads/process-dies-while-handling-bp.c: New file.
2168 * gdb.threads/process-dies-while-handling-bp.exp: New file.
2169
863d01bd
PA
21702015-08-06 Pedro Alves <palves@redhat.com>
2171
2172 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
2173 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
2174
0a39bb32
PA
21752015-08-05 Pedro Alves <palves@redhat.com>
2176
2177 * gdb.threads/next-while-other-thread-longjmps.c: New file.
2178 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
2179
ee2d2b10
SL
21802015-08-03 Sandra Loosemore <sandra@codesourcery.com>
2181
2182 * gdb.base/bp-permanent.exp: Report test as unsupported if
2183 the target cannot stop at the permanent breakpoint.
2184
4e1bdb00
DE
21852015-08-03 Doug Evans <dje@google.com>
2186
2187 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
2188 10000.
2189
3d338901
DE
21902015-08-03 Doug Evans <dje@google.com>
2191
2192 * Makefile.in (workers/%.worker, build-perf): New rule.
2193 (GDB_PERFTEST_MODE): New variable.
2194 (check-perf): Use it.
2195 (clean): Clean up gdb.perf parallel build subdirs.
2196 * lib/build-piece.exp: New file.
2197 * lib/gdb.exp (make_gdb_parallel_path): New function
2198 (standard_output_file, standard_temp_file): Call it.
2199 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2200 of $GDB_PARALLEL.
2201 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
2202
af061d3e
DE
22032015-08-03 Doug Evans <dje@google.com>
2204
8e1afc81 2205 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
2206 (LOG_FILE_NAME): New global.
2207 (TextReporter.__init__): Initialize self.txt_sum.
2208 (TextReporter.report): Add support for multiple data-points.
2209 Move report to perftest.sum, put raw data in perftest.log.
2210 (TextReporter.start): Open sum and log files.
2211 (TextReporter.end): Close sum and log files.
8e1afc81
DE
2212 * gdb.perf/lib/perftest/testresult.py
2213 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 2214
2c8c5d37
PA
22152015-07-31 Pedro Alves <palves@redhat.com>
2216
2217 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
2218 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2219 kill_wait_spawned_process instead of explicit "kill -9".
2220 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
2221 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2222 kill_wait_spawned_process.
2223 * gdb.base/attach-twice.exp: Likewise.
2224 * gdb.base/attach.exp: Likewise.
2225 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
2226 gdb_test_multiple.
2227 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
2228 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2229 kill_wait_spawned_process.
2230 * gdb.base/valgrind-infcall.exp: Likewise.
2231 * gdb.multi/multi-attach.exp: Likewise.
2232 * gdb.python/py-prompt.exp: Likewise.
2233 * gdb.python/py-sync-interp.exp: Likewise.
2234 * gdb.server/ext-attach.exp: Likewise.
2235 * gdb.threads/attach-into-signal.exp (corefunc): Use
2236 spawn_wait_for_attach, spawn_id_get_pid and
2237 kill_wait_spawned_process.
2238 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
2239 spawn_wait_for_attach returning a spawn id instead of a pid. Use
2240 spawn_id_get_pid and kill_wait_spawned_process.
2241 * gdb.threads/attach-stopped.exp (corefunc): Use
2242 spawn_wait_for_attach, spawn_id_get_pid and
2243 kill_wait_spawned_process.
2244 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
2245 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2246 kill_wait_spawned_process instead of explicit "kill -9".
2247 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
2248 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
2249 (spawn_wait_for_attach): Use spawn instead of exec to spawn
2250 processes. Don't map cygwin/windows pids here. Now returns a
2251 spawn id list.
2252
032a0fca
SL
22532015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2254
2255 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
2256 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
2257 correct patch.
2258
61a934ca
SL
22592015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2260
2261 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
2262
4bc4d428
SL
22632015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2264
2265 Reapply:
2266 2014-05-21 Mark Wielaard <mjw@redhat.com>
2267
2268 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2269
998d452a
PA
22702015-07-30 Pedro Alves <palves@redhat.com>
2271
2272 * linux-low.c (handle_extended_wait): Set the child's last
2273 reported status to TARGET_WAITKIND_STOPPED.
2274
69dde7dc
PA
22752015-07-30 Pedro Alves <palves@redhat.com>
2276
2277 PR threads/18600
2278 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
2279 only shows inferior 1.
2280
4dd63d48
PA
22812015-07-30 Simon Marchi <simon.marchi@ericsson.com>
2282 Pedro Alves <palves@redhat.com>
2283
2284 PR threads/18600
2285 * gdb.threads/fork-plus-threads.c: New file.
2286 * gdb.threads/fork-plus-threads.exp: New file.
2287
d618e4c5
PP
22882015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2289
2290 * gdb.base/batch-preserve-term-settings.exp
2291 (test_terminal_settings_preserved_after_cli_exit): Use
2292 send_quit_command.
2293
1eef6428
PA
22942015-07-29 Pedro Alves <palves@redhat.com>
2295 Don Breazeal <donb@codesourcery.com>
2296
2297 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
2298 output from both inferior_spawn_id and gdb_spawn_id.
2299
7da5b897
SDJ
23002015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2301
2302 * gdb.threads/attach-into-signal.exp (corefunc): Use
2303 with_test_prefix on nested loops, uniquefying the test messages.
2304
dac804df
SDJ
23052015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2306
2307 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
2308 commit.
2309
06265e53
PP
23102015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2311
2312 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
2313 New proc.
2314 (test_terminal_settings_preserved_after_sigterm): New test.
2315
18206ca3
PP
23162015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2317
2318 * gdb.base/batch-preserve-term-settings.exp
2319 (test_terminal_settings_preserved_after_cli_exit): New test.
2320
90074d11
PP
23212015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2322
2323 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
2324 manipulation of saved_gdbflags.
2325 (test_terminal_settings_preserved): Remove global declaration of
2326 the unused variable pagination_prompt. Remove manipulation of
2327 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
2328 GDBFLAGS.
2329
eb1a7902
PA
23302015-07-29 Pedro Alves <palves@redhat.com>
2331
2332 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
2333
8b75dd3b
PA
23342015-07-29 Pedro Alves <palves@redhat.com>
2335
2336 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
2337 at the top.
2338
dedad4e3
PA
23392015-07-29 Pedro Alves <palves@redhat.com>
2340
2341 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
2342 (main): Call gdb_unbuffer_output.
2343 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
2344 (main): Call gdb_unbuffer_output.
2345 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
2346 (main): Call gdb_unbuffer_output.
2347 * gdb.base/call-strs.exp: Adjust to step over the
2348 gdb_unbuffer_output call.
2349 * gdb.base/catch-gdb-caused-signals.c: Include
2350 "../lib/unbuffer_output.c".
2351 (main): Call gdb_unbuffer_output.
2352 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
2353 (main): Call gdb_unbuffer_output.
2354 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
2355 (main): Call gdb_unbuffer_output.
2356 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
2357 (main): Call gdb_unbuffer_output.
2358 * gdb.base/shlib-call.exp: Adjust to step over the
2359 gdb_unbuffer_output call.
2360 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
2361 (main): Call gdb_unbuffer_output.
2362 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
2363 (main): Call gdb_unbuffer_output.
2364 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
2365 (main): Rename to ...
2366 (test): ... this.
2367 (main): Reimplement.
2368 * gdb.base/varargs.exp: Run to test instead of to main.
2369 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2370 (main): Call gdb_unbuffer_output.
2371
58789a91
PA
23722015-07-29 Pedro Alves <palves@redhat.com>
2373
2374 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
2375 factore out from mi_continue_dprintf. For call-style dprintfs,
2376 expect dprintf output out of $inferior_spawn_id.
2377 (mi_continue_dprintf): Use mi_expect_dprintf.
2378 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2379 (main): Call gdb_unbuffer_output.
2380
e8376742
PA
23812015-07-29 Pedro Alves <palves@redhat.com>
2382
2383 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
2384 (default_mi_gdb_start): Set inferior_spawn_id instead of
2385 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
2386 gdb_spawn_id.
2387 (mi_gdb_test): Always expect inferior output from both
2388 $inferior_spawn_id and $gdb_spawn_id.
2389
08280010
PA
23902015-07-29 Pedro Alves <palves@redhat.com>
2391
2392 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
2393 send_inferior and $inferior_spawn_id.
2394
4d30e432
PA
23952015-07-29 Pedro Alves <palves@redhat.com>
2396
2397 * gdb.gdb/complaints.exp (test_initial_complaints)
2398 (test_serial_complaints, test_short_complaints): Use
2399 gdb_test_stdio.
2400 (test_empty_complaint): Handle $inferior_spawn_id !=
2401 $gdb_spawn_id.
2402
0d30a335
PA
24032015-07-29 Pedro Alves <palves@redhat.com>
2404
2405 * gdb.base/varargs.exp: Use gdb_test_stdio.
2406
39413b29
PA
24072015-07-29 Pedro Alves <palves@redhat.com>
2408
2409 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
2410
7cb000a9
PA
24112015-07-29 Pedro Alves <palves@redhat.com>
2412
2413 * gdb.base/ending-run.exp: Use gdb_test_stdio.
2414
d7b8ac82
PA
24152015-07-29 Pedro Alves <palves@redhat.com>
2416
2417 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
2418 parameter into two new parameters, "inf_result" and "gdb_result".
2419 Expect inferior output and gdb output from $inferior_spawn_id and
2420 $gdb_spawn_id, respectively. Adjust all callers.
2421
789c3a0c
PA
24222015-07-29 Pedro Alves <palves@redhat.com>
2423
2424 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
2425 of gdb_test_sequence.
2426
77e760c3
PA
24272015-07-29 Pedro Alves <palves@redhat.com>
2428
2429 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
2430 (saw_spurious_output): Expect inferior output from
2431 $inferior_spawn_id. Use gdb_test_stdio.
2432
8396d2cd
PA
24332015-07-29 Pedro Alves <palves@redhat.com>
2434
2435 * gdb.base/dprintf.exp: Use standard_testfile. Change
2436 prepare_for_testing call.
2437 (srcfile): Don't set.
2438 (restart): New procedure.
2439 (test_dprintf): New procecure, use to continue over dprintfs.
2440 (test_call, test_agent): New procedures, tests moved here.
2441 Restart gdb and recreate dprintfs. Adjust expected output.
2442
2051d61f
PA
24432015-07-29 Pedro Alves <palves@redhat.com>
2444
2445 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
2446
452397af
PA
24472015-07-29 Pedro Alves <palves@redhat.com>
2448
2449 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
2450
8aed9555
PA
24512015-07-29 Pedro Alves <palves@redhat.com>
2452
2453 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
2454 gdb_test_stdio.
2455
188a61b4
PA
24562015-07-29 Pedro Alves <palves@redhat.com>
2457
2458 * lib/gdb.exp (gdb_test_stdio): New procedure.
2459
12264a45
PA
24602015-07-29 Pedro Alves <palves@redhat.com>
2461
2462 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
2463
23ffc893
PA
24642015-07-29 Pedro Alves <palves@redhat.com>
2465
2466 * gdb.base/call-signal-resume.exp: Remove check for
2467 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
2468 * gdb.base/unwindonsignal.exp: Likewise.
2469 * gdb.base/call-signals.c (gen_signal): Remove printf call.
2470 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
2471
65566918
PA
24722015-07-29 Pedro Alves <palves@redhat.com>
2473
2474 * gdb.base/siginfo-addr.c (pass): New function.
2475 (handler): Call it iff si_addr is correct.
2476 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
2477 Set a breakpoint at "pass" and continue to it.
2478
d60a9221
SDJ
24792015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
2480
2481 * gdb.python/py-objfile.exp: Make some tests have unique names.
2482 * gdb.python/py-pp-registration.exp: Likewise.
2483
bde40b8f
PA
24842015-07-28 Pedro Alves <palves@redhat.com>
2485
2486 * gdb.server/server-exec-info.exp: Issue a "disconnect".
2487
13e1dec8
SM
24882015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2489
2490 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
2491
da33c9a7
SM
24922015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2493
2494 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
2495
077836f7
PP
24962015-07-27 Patrick Palka <patrick@parcs.ath.cx>
2497
2498 * gdb.base/gdb-sigterm-2.exp: New test.
2499
b8cc7b2e
DE
25002015-07-25 Doug Evans <xdje42@gmail.com>
2501
2502 Revert:
2503 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2504 (workers/%.worker, build-perf): New rule.
2505 (GDB_PERFTEST_MODE): New variable.
2506 (check-perf): Use it.
2507 (clean): Clean up gdb.perf parallel build subdirs.
2508 * lib/build-piece.exp: New file.
2509 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2510 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2511 name.
2512 (standard_temp_file): Ditto.
2513 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2514 of $GDB_PARALLEL.
2515
c8bd4544
DE
25162015-07-24 Doug Evans <dje@google.com>
2517
2518 * gdb.perf/lib/perftest/utils.py: New file.
2519 * gdb.perf/gm-hello.cc: New file.
2520 * gdb.perf/gm-pervasive-typedef.cc: New file.
2521 * gdb.perf/gm-pervasive-typedef.h: New file.
2522 * gdb.perf/gm-std.cc: New file.
2523 * gdb.perf/gm-std.h: New file.
2524 * gdb.perf/gm-use-cerr.cc: New file.
2525 * gdb.perf/gm-utils.h: New file.
2526 * gdb.perf/gmonster-null-lookup.py: New file.
2527 * gdb.perf/gmonster-pervasive-typedef.py: New file.
2528 * gdb.perf/gmonster-print-cerr.py: New file.
2529 * gdb.perf/gmonster-ptype-string.py: New file.
2530 * gdb.perf/gmonster-runto-main.py: New file.
2531 * gdb.perf/gmonster-select-file.py: New file.
2532 * gdb.perf/gmonster1-null-lookup.exp: New file.
2533 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
2534 * gdb.perf/gmonster1-print-cerr.exp: New file.
2535 * gdb.perf/gmonster1-ptype-string.exp: New file.
2536 * gdb.perf/gmonster1-runto-main.exp: New file.
2537 * gdb.perf/gmonster1-select-file.exp: New file.
2538 * gdb.perf/gmonster1.cc: New file.
2539 * gdb.perf/gmonster1.exp: New file.
2540 * gdb.perf/gmonster2-null-lookup.exp: New file.
2541 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
2542 * gdb.perf/gmonster2-print-cerr.exp: New file.
2543 * gdb.perf/gmonster2-ptype-string.exp: New file.
2544 * gdb.perf/gmonster2-runto-main.exp: New file.
2545 * gdb.perf/gmonster2-select-file.exp: New file.
2546 * gdb.perf/gmonster2.cc: New file.
2547 * gdb.perf/gmonster2.exp: New file.
2548
6eab34f3
DE
25492015-07-24 Doug Evans <dje@google.com>
2550
2551 * gdb.perf/README: New file.
2552 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
2553 * lib/gen-perf-test.exp: New file.
2554
63738bfd
DE
25552015-07-24 Doug Evans <dje@google.com>
2556
2557 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
2558 (PerfTest::startup): New function.
2559 (PerfTest::run): Return result of calling body.
2560 (PerfTest::assemble): Rewrite.
2561 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
2562 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
2563 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
2564 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
2565 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
2566
7b606f95
DE
25672015-07-24 Doug Evans <dje@google.com>
2568
2569 * lib/gdb.exp (clean_restart): Make executable optional.
2570
a97b16b8
DE
25712015-07-24 Doug Evans <dje@google.com>
2572
2573 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
2574 compiler_info references.
2575 * gdb.cp/temargs.exp: Ditto.
2576 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
2577 (get_compiler_info): Early exit if already computed. Set compiler_info
2578 to "unknown" if there was a problem.
2579 (test_compiler_info): Add function comment. Call get_compiler_info.
2580
35baa57f
DE
25812015-07-24 Doug Evans <dje@google.com>
2582
2583 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2584 (workers/%.worker, build-perf): New rule.
2585 (GDB_PERFTEST_MODE): New variable.
2586 (check-perf): Use it.
2587 (clean): Clean up gdb.perf parallel build subdirs.
2588 * lib/build-piece.exp: New file.
2589 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2590 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2591 name.
2592 (standard_temp_file): Ditto.
2593 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2594 of $GDB_PARALLEL.
2595
6ebea266
DE
25962015-07-24 Doug Evans <dje@google.com>
2597
2598 * lib/future.exp (gdb_default_target_compile): New option
2599 "early_flags".
2600 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
2601 --as-needed.
2602
1e76a7e9
SDJ
26032015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
2604
2605 * gdb.base/catch-syscall.exp: Call gdb_exit before
2606 gdb_skip_xml_test.
2607
5068630a
PA
26082015-07-24 Pedro Alves <palves@redhat.com>
2609
2610 * gdb.python/py-events.exp: Accept output between the stop event
2611 and the prompt.
2612 * gdb.python/py-evsignal.exp: Likewise.
2613 * gdb.python/py-evthreads.exp: Likewise.
2614
77598427
PA
26152015-07-24 Pedro Alves <palves@redhat.com>
2616
2617 PR gdb/18717
2618 * gdb.threads/non-ldr-exit.c: New file.
2619 * gdb.threads/non-ldr-exit.exp: New file.
2620
11e6c98f
YQ
26212015-07-24 Yao Qi <yao.qi@linaro.org>
2622
2623 * gdb.server/ext-wrapper.exp: Test --wrapper option when
2624 restarting process.
2625
51aee833
YQ
26262015-07-24 Yao Qi <yao.qi@linaro.org>
2627
2628 * gdb.server/ext-restart.exp: New file.
2629
8cfe207c
YQ
26302015-07-24 Yao Qi <yao.qi@linaro.org>
2631
2632 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
2633 argument options.
2634 * gdb.server/ext-wrapper.exp: New file.
2635
cc12ce38
DE
26362015-07-23 Doug Evans <dje@google.com>
2637
2638 * gdb.dwarf2/dw2-dummy-cu.S: New file.
2639 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
2640
d0d84780
PMR
26412015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
2642
2643 * gdb.ada/var_arr_typedef.exp: New testcase.
2644 * gdb.ada/var_arr_typedef/pack.adb: New file.
2645 * gdb.ada/var_arr_typedef/pack.ads: New file.
2646 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
2647
8b558f79
JB
26482015-07-20 Joel Brobecker <brobecker@adacore.com>
2649
2650 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
2651
775a3298
JK
26522015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2653
2654 * gdb.arch/i386-biarch-core.exp: Replace istarget
2655 by "complete set gnutarget". Remove expectation for the "core-file"
2656 command.
2657
db1ff28b
JK
26582015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2659
2660 Revert the previous commit:
2661 Tests for validate symbol file using build-id.
2662
0a94970d
JK
26632015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2664
2665 Tests for validate symbol file using build-id.
2666 * gdb.base/solib-mismatch-lib.c: New file.
2667 * gdb.base/solib-mismatch-libmod.c: New file.
2668 * gdb.base/solib-mismatch.c: New file.
2669 * gdb.base/solib-mismatch.exp: New file.
2670
03346981
SL
26712015-07-15 Sandra Loosemore <sandra@codesourcery.com>
2672
2673 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
2674 nios2-*-linux*.
2675 * gdb.base/sigbpt.exp (stepi_out): Likewise.
2676 * gdb.base/siginfo.exp: Likewise.
2677 * gdb.base/sigstep.exp (advance, advancei): Likewise.
2678
42422cc7
PL
26792015-07-15 Pierre Langlois <pierre.langlois@arm.com>
2680
2681 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
2682 Move it to ...
2683 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
2684 ... here.
2685 * gdb.trace/range-stepping.exp: Check that the target supports
2686 range stepping.
2687
cfa68bae
JK
26882015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2689
2690 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
2691
8ffdba26
PA
26922015-07-14 Pedro Alves <palves@redhat.com>
2693
2694 * gdb.base/killed-outside.exp: New file.
2695 * gdb.base/killed-outside.c: New file.
2696
218a5a11
JK
26972015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2698
2699 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
2700 (n at main): New.
2701 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
2702
e03ed3c6
AA
27032015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2704
2705 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
2706 infcall tests instead of setting up for KFAIL.
2707
485668e5
MM
27082015-07-10 Markus Metzger <markus.t.metzger@intel.com>
2709
2710 * gdb.btrace/record_goto-step.exp: New.
2711
08464196
JK
27122015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2713
2714 PR compile/18484
2715 * gdb.compile/compile.c (struct struct_type): Add volatile to
2716 selffield's type.
2717 * gdb.compile/compile.exp
2718 (compile code struct_object.selffield = &struct_object): Skip further
2719 struct_object tests if this one xfails.
2720
bcf5c1d9
RC
27212015-07-08 Robert O'Callahan <robert@ocallahan.org>
2722
2723 PR exp/18617
2724 * gdb.trace/ax.exp: Add test.
2725
4931af25
YQ
27262015-07-07 Yao Qi <yao.qi@linaro.org>
2727
2728 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
2729 instead of istarget "aarch64*-*-*".
2730 * gdb.arch/aarch64-fp.exp: Likewise.
2731 * gdb.base/float.exp: Likewise.
2732 * gdb.reverse/aarch64.exp: Likewise.
2733 * lib/gdb.exp (is_aarch64_target): New proc.
2734
9fcf688e
YQ
27352015-07-07 Yao Qi <yao.qi@linaro.org>
2736
2737 * lib/gdb.exp (is_aarch32_target): New proc.
2738 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
2739 instead of "istarget "arm*-*-*"".
2740 * gdb.arch/arm-disp-step.exp: Likewise.
2741 * gdb.arch/thumb-bx-pc.exp: Likewise.
2742 * gdb.arch/thumb-prologue.exp: Likewise.
2743 * gdb.arch/thumb-singlestep.exp: Likewise.
2744 * gdb.base/disp-step-syscall.exp: Likewise.
2745 * gdb.base/float.exp: Likewise.
2746
fbd8d50d
YQ
27472015-07-07 Yao Qi <yao.qi@linaro.org>
2748
2749 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
2750 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
2751
71be1fdc
YQ
27522015-07-07 Yao Qi <yao.qi@linaro.org>
2753
2754 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
2755 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
2756 if it exists.
2757 * gdb.multi/multi-arch.exp: Likewise.
2758
3e221d36
SM
27592015-07-07 Simon Marchi <simon.marchi@ericsson.com>
2760
2761 * gdb.python/py-lazy-string.exp: Add missing parentheses to
2762 print.
2763
d441430b
YQ
27642015-07-07 Yao Qi <yao.qi@linaro.org>
2765
2766 * gdb.arch/thumb-singlestep.exp: Do one more single step.
2767
06f810bd
MG
27682015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
2769
2770 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
2771 '[' and ']' characters.
2772
5e61e7c0
IB
27732015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
2774
2775 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
2776
28bf096c
PA
27772015-06-29 Pedro Alves <palves@redhat.com>
2778
2779 PR threads/18127
2780 * gdb.threads/hand-call-new-thread.c: New file.
2781 * gdb.threads/hand-call-new-thread.c: New file.
2782
ee93cd5e
KS
27832015-06-26 Keith Seitz <keiths@redhat.com>
2784 Doug Evans <dje@google.com>
2785
2786 PR 16253
2787 * gdb.cp/var-tag-2.cc: New file.
2788 * gdb.cp/var-tag-3.cc: New file.
2789 * gdb.cp/var-tag-4.cc: New file.
2790 * gdb.cp/var-tag.cc: New file.
2791 * gdb.cp/var-tag.exp: New file.
2792
fc637f04
PP
27932015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2794
2795 * gdb.base/history-duplicates.exp: New test.
2796
2e52ae68
PP
27972015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2798
2799 * gdb.base/completion.exp: Test the completion of the "focus"
2800 command.
2801
6e22494e
JK
28022015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2803
2804 * gdb.arch/amd64-prologue-skip.S: New file.
2805 * gdb.arch/amd64-prologue-skip.exp: New file.
2806
bf7b9cd9
SM
28072015-06-25 Simon Marchi <simon.marchi@ericsson.com>
2808
2809 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
2810 is_address_zero_readable check.
2811
201e8dfd
PB
28122015-06-24 Peter Bergner <bergner@vnet.ibm.com>
2813
2814 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
2815 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
2816
5cd867b4
YQ
28172015-06-24 Yao Qi <yao.qi@linaro.org>
2818
2819 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
2820 linux targets.
2821
4d7be007
YQ
28222015-06-24 Yao Qi <yao.qi@linaro.org>
2823
2824 * lib/gdb.exp (supports_get_siginfo_type): New proc.
2825 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
2826 * gdb.base/siginfo-thread.exp: Likewise.
2827
07fcd301
YQ
28282015-06-22 Yao Qi <yao.qi@linaro.org>
2829
2830 * boards/remote-gdbserver-on-localhost.exp: Add comments.
2831
52042a00
YQ
28322015-06-22 Yao Qi <yao.qi@linaro.org>
2833
2834 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
2835 aarch64*-*-*.
2836 (skip_hw_watchpoint_tests): Likewise.
2837
74bd41ce
PP
28382015-06-18 Patrick Palka <patrick@parcs.ath.cx>
2839
2840 * gdb.base/gdbinit-history.exp: Test the interaction between
2841 setting GDBHISTSIZE and setting the history size via .gdbinit.
2842
bc460514
PP
28432015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2844
2845 PR gdb/16999
2846 * gdb.base/gdbhistsize-history.exp: New test.
2847
b58c513b
PP
28482015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2849
2850 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
2851 with GDBHISTSIZE.
2852 * gdb.base/readline.exp: Likewise.
2853
92046791
YQ
28542015-06-17 Yao Qi <yao.qi@linaro.org>
2855
2856 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
2857 line.
2858
2093d2d3
PP
28592015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2860
2861 * gdb.base/gdbinit-history.exp: Add test case to check that
2862 an unlimited history file does not get truncated on exit.
2863
e6c693af
AA
28642015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2865
2866 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
2867 (VECTOR): New macro. Use it...
2868 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
2869 ...for these typedefs.
2870 (int8, char1, int1, double1): New typedefs.
2871 (struct just_int2, struct two_int2): New structures.
2872 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
2873 (add_structvecs, add_singlevecs): New functions.
2874 (main): Call add_some_intvecs twice.
2875 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
2876 the compile and exit upon failure. Try compiling for the "native"
2877 architecture. Test inferior function calls with vector arguments
2878 and vector return value handling with "finish" and "return".
2879
c74f7d1c
JT
28802015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2881
2882 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
2883 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
2884 PE file.
2885 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
2886
98aa42ee
AT
28872015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
2888
2889 PR breakpoints/16465
2890 * gdb.mi/mi-dprintf-pending.c: New file.
2891 * gdb.mi/mi-dprintf-pending.exp: New test.
2892 * gdb.mi/mi-dprintf-pendshr.c: New file.
2893
7d73c23c 28942015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 2895 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
2896
2897 * gdb.arch/i386-mpx-map.c: New file.
2898 * gdb.arch/i386-mpx-map.exp: New File.
2899
29002015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2901
2902 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
2903 * gdb.arch/i386-mpx.exp: Indentation fixed.
2904
29052015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2906
2907 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
2908 function and improved indentation.
2909 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
2910 gdb_test_multiple. Added additional tests to skip the test.
2911
29122015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2913
2914 * gdb.arch/i386-avx512.c: Change path in include file.
2915 * gdb.arch/i386-avx512.exp: Change include dir path
2916 compilation flag.
2917 * gdb.arch/i386-mpx.c: Change path in include file.
2918 * gdb.arch/i386-mpx.exp: Change include dir path compilation
2919 flag.
2920
d5eba19a
JK
29212015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2922
2923 * gdb.compile/compile-print.exp (compile print *vararray@3)
2924 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
2925
7f361056
JK
29262015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2927
2928 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
2929 (do not keep jit in memory): ... this.
2930 (expect 5): Change it to ...
2931 (expect no 5): ... this.
2932
3b462ec2
SM
29332015-06-02 Simon Marchi <simon.marchi@ericsson.com>
2934
2935 PR gdb/15564
2936 * gdb.mi/mi-detach.exp: New file.
2937
e0619de6
JK
29382015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2939
2940 PR symtab/18392
2941 * gdb.arch/amd64-tailcall-self.S: New file.
2942 * gdb.arch/amd64-tailcall-self.c: New file.
2943 * gdb.arch/amd64-tailcall-self.exp: New file.
2944
e970cb34
DB
29452015-05-28 Don Breazeal <donb@codesourcery.com>
2946
2947 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
2948 tests for remote targets by checking is_target_gdbserver.
2949
b2e2f908
DE
29502015-05-27 Doug Evans <dje@google.com>
2951
2952 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
2953 * gdb.dwarf2/opaque-type-lookup.c: New file.
2954 * gdb.dwarf2/opaque-type-lookup.exp: New file.
2955
82c7be31
DE
29562015-05-26 Doug Evans <dje@google.com>
2957
2958 * gdb.cp/iostream.cc: New file.
2959 * gdb.cp/iostream.exp: New file.
2960
b4f54984
DE
29612015-05-26 Doug Evans <dje@google.com>
2962
2963 * gdb.dwarf2/dw2-op-call.exp: Update.
2964 * gdb.dwarf2/dw4-sig-types.exp: Update.
2965 * gdb.dwarf2/implptr.exp: Update.
2966 * gdb.mi/mi-cmd-param-changed.exp: Update.
2967
4ea6efe9
DE
29682015-05-26 Doug Evans <dje@google.com>
2969
2970 * gdb.python/py-lazy-string.c: New file.
2971 * gdb.python/py-lazy-string.exp: New file.
2972 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
2973 (main): Update. Add estring3.
2974 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
2975 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
2976
f6bb7db3
YQ
29772015-05-26 Omair Javaid <omair.javaid@linaro.org>
2978 Yao Qi <yao.qi@linaro.org>
2979
2980 * gdb.reverse/aarch64.c: New.
2981 * gdb.reverse/aarch64.exp: New.
2982
a81bfbd0
OJ
29832015-05-26 Omair Javaid <omair.javaid@linaro.org>
2984
2985 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
2986 (supports_reverse): Likewise.
2987
158bf1b4
PP
29882015-05-22 Patrick Palka <patrick@parcs.ath.cx>
2989
2990 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2991 Use with_test_prefix.
2992
a0145030
AB
29932015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
2994
2995 * gdb.base/completion.exp: Add test for completion of layout
2996 names.
2997
ebe3b578
AB
29982015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
2999
3000 * lib/gdb.exp (skip_tui_tests): New proc.
3001 * gdb.base/tui-layout.exp: Check skip_tui_tests.
3002
84204ed7
PA
30032015-05-19 Pedro Alves <palves@redhat.com>
3004
3005 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3006 Save the whole env array instead of just HOME. Unset HISTSIZE in
3007 the environment while testing. Restore whole environment
3008 afterwards.
3009
37442ce1
DE
30102015-05-16 Doug Evans <xdje42@gmail.com>
3011
3012 * gdb.guile/scm-ports.c: New file.
3013 * gdb.guile/scm-ports.exp: Add memory port tests.
3014
36de76f9
JK
30152015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3016
3017 * gdb.compile/compile-print.c: New file.
3018 * gdb.compile/compile-print.exp: New file.
3019
3a9558c4
JK
30202015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3021
3022 * gdb.compile/compile-ops.exp: Cast param to void.
3023 * gdb.compile/compile.exp: Complete type for _gdb_expr.
3024 (compile code struct_object.selffield = &struct_object): Add xfail.
3025
aa715135
JG
30262015-05-15 Joel Brobecker <brobecker@adacore.com>
3027
3028 * gdb.ada/arr_enum_with_gap: New testcase.
3029
931e5bc3
JG
30302015-05-15 Joel Brobecker <brobecker@adacore.com>
3031
3032 * gdb.ada/byte_packed_arr: New testcase.
3033
9cd4d857
JB
30342015-05-15 Joel Brobecker <brobecker@adacore.com>
3035
3036 * gdb.ada/pckd_neg: New testcase.
3037
ebfd00d2
PP
30382015-05-13 Patrick Palka <patrick@parcs.ath.cx>
3039
3040 PR gdb/17820
3041 * gdb.base/gdbinit-history.exp: New test.
3042 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
3043 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
3044
4c082a81
SC
30452015-05-09 Siva Chandra Reddy <sivachandra@google.com>
3046
3047 * gdb.python/py-xmethods.cc: Enhance test case.
3048 * gdb.python/py-xmethods.exp: New tests.
3049 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
3050 function.
3051 (B_indexoper): Likewise.
3052 (global_dm_list) : Add new xmethod worker functions.
3053
f7797074
SDJ
30542015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
3055
3056 * gdb.base/coredump-filter.exp: Correctly unset
3057 "coredump_var_addr" array.
3058
a4674e4e
PA
30592015-05-08 Pedro Alves <palves@redhat.com>
3060
3061 * gdb.server/non-existing-program.exp: Unset spawn_id.
3062
df2eb078
SC
30632015-05-08 Siva Chandra Reddy <sivachandra@google.com>
3064
3065 PR python/18291
3066 * gdb.python/py-xmethods.exp: Add tests.
3067
422349a3
YQ
30682015-05-08 Yao Qi <yao.qi@linaro.org>
3069
3070 PR gdb/18208
3071 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
3072 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
3073 function set_coredump_filter, and remove remote_exec call.
3074 Remove argument ipid. Callers update.
3075 (top level): Don't get inferior's PID.
3076
63fc80ce
AA
30772015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
3078
3079 * gdb.base/watch_thread_num.exp: Skip test on targets without
3080 access watchpoints.
3081
80ad801e
PA
30822015-05-06 Pedro Alves <palves@redhat.com>
3083
3084 PR server/18081
3085 * gdb.server/non-existing-program.exp: New file.
3086
0fa7fe50
JB
30872015-05-05 Joel Brobecker <brobecker@adacore.com>
3088
3089 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
3090
3ea89b92
PMR
30912015-05-05 Joel Brobecker <brobecker@adacore.com>
3092
3093 * gdb.ada/out_of_line_in_inlined: New testcase.
3094
87b8eff0
JB
30952015-05-05 Joel Brobecker <brobecker@adacore.com>
3096
3097 * gdb.ada/var_rec_arr: New testcase.
3098
5fccc635
YQ
30992015-04-30 Yao Qi <yao.qi@linaro.org>
3100
3101 * gdb.base/break-idempotent.exp: If
3102 skip_hw_watchpoint_multi_tests returns true, skip the tests
3103 on "rwatch" and "awatch".
3104
42d38f42
YQ
31052015-04-30 Yao Qi <yao.qi@linaro.org>
3106
3107 * gdb.base/relativedebug.exp: Invoke gdb command
3108 "info sharedlibrary", and if libc.so doesn't have debug info,
3109 skip the test.
3110
2ce1cdbf
DE
31112015-04-29 Doug Evans <dje@google.com>
3112
3113 * gdb.python/py-xmethods.exp: Add ptype tests.
3114 * gdb.python/py-xmethods.py (E_method_char_worker): Add
3115 get_result_type method.
3116
f24a38c5
LM
31172015-04-29 Luis Machado <lgustavo@codesourcery.com>
3118
3119 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
3120 the target does not support hardware watchpoints.
3121
ecbf2b3c
LM
31222015-04-29 Luis Machado <lgustavo@codesourcery.com>
3123
3124 * gdb.base/break-always.exp: Abort testing if writing to memory
3125 causes an error.
3126
34f5f757
DE
31272015-04-28 Doug Evans <dje@google.com>
3128
3129 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
3130 * gdb.python/py-pp-registration.exp: ... here. New file.
3131 * gdb.python/py-pp-registration.c: New file.
3132 * gdb.python/py-pp-registration.py: New file.
3133
69b4374a
DE
31342015-04-28 Doug Evans <dje@google.com>
3135
3136 * gdb.python/py-bad-printers.c: New file.
3137 * gdb.python/py-bad-printers.py: New file.
3138 * gdb.python/py-bad-printers.exp: New file.
3139
59fb7612
SS
31402015-04-28 Sasha Smundak <asmundak@google.com>
3141
3142 * gdb.python/py-type.exp: New test.
3143
2631b16a
AW
31442015-04-28 Andy Wingo <wingo@igalia.com>
3145
3146 * gdb.python/py-parameter.exp:
3147 * gdb.guile/scm-parameter.exp: Escape the path that we are
3148 matching against, as it might contain characters that are special
3149 to regular expressions.
3150
460efde1
JB
31512015-04-27 Joel Brobecker <brobecker@adacore.com>
3152
3153 * gdb.ada/rec_comp: New testcase.
3154
2d369d8e
SDJ
31552015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
3156
3157 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
3158 before using it.
3159
cf75d6c3
AB
31602015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
3161
3162 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
3163 new tests for verilog output.
3164
8dbe7ca5
YQ
31652015-04-24 Yao Qi <yao.qi@linaro.org>
3166
3167 * boards/remote-gdbserver-on-localhost.exp: New file.
3168
4ef9fb2f
PA
31692015-04-23 Pedro Alves <palves@redhat.com>
3170
3171 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
3172 $inferior_spawn_id instead of $inferior_spawn_id directly. On
3173 "end of file", remove $inferior_spawn_id from the indirect list.
3174
0a803169
PA
31752015-04-23 Pedro Alves <palves@redhat.com>
3176
3177 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
3178
749ef8f8
PA
31792015-04-23 Pedro Alves <palves@redhat.com>
3180
3181 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
3182 on $any_spawn_id instead of only on $gdb_spawn_id.
3183
8aae4344
PM
31842015-04-21 Pierre Muller <muller@sourceware.org>
3185
3186 PR pascal/17815
3187 * lib/pascal.exp (gpc_compile): Add new option "class".
3188 (fpc_compile): Likewise.
3189 * gdb.pascal/case-insensitive-symbols.pas: New file.
3190 * gdb.pascal/case-insensitive-symbols.exp: New file.
3191
1586c8fb
GB
31922015-04-20 Gary Benson <gbenson@redhat.com>
3193
3194 * gdb.base/attach.exp: Fix three extended remote failures.
3195
1b6e6f5c
GB
31962015-04-17 Gary Benson <gbenson@redhat.com>
3197
3198 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
3199 the main executable over the remote protocol.
3200
e797481d
PA
32012015-04-16 Pedro Alves <palves@redhat.com>
3202
3203 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
3204 a new gdbserver if gdbserver_reconnect_p is set.
3205
1ca99c42
PA
32062015-04-16 Pedro Alves <palves@redhat.com>
3207
3208 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
3209 is set, don't exit gdbserver.
3210
af9fd6f8
AA
32112015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3212
3213 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
3214 appropriate .insn, such that an older assembler can be used.
3215 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
3216 the z/Architecture instruction set on 31-bit targets as well.
3217
04ff1e61
AA
32182015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3219
3220 * gdb.go/handcall.exp: Remove all logic related to the first
3221 breakpoint and rely on go_runto_main instead.
3222 * gdb.go/strings.exp: Likewise.
3223 * gdb.go/unsafe.exp: Likewise.
3224 * gdb.go/hello.exp: Likewise. Also rename the remaining
3225 breakpoint marker to "breakpoint 1".
3226 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
3227 * gdb.go/strings.go: Likewise.
3228 * gdb.go/unsafe.go: Likewise.
3229 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
3230 "set breakpoint 2 here" and rename the remaining breakpoint marker
3231 to "breakpoint 1".
3232
40d2f8d6
SM
32332015-04-15 Simon Marchi <simon.marchi@ericsson.com>
3234
3235 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
3236 if itertools.imap is not present.
3237 * gdb.python/py-objfile.exp: Add parentheses.
3238 * gdb.python/py-type.exp: Same.
3239 * gdb.python/py-unwind-maint.py: Same.
3240
8cbc97c6
YQ
32412015-04-15 Yao Qi <yao.qi@linaro.org>
3242
3243 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
3244 of ":$ptr_size" and set its form explicitly.
3245
45fd756c
YQ
32462015-04-15 Pedro Alves <palves@redhat.com>
3247 Yao Qi <yao.qi@linaro.org>
3248
3249 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
3250 timeout by factor of 4.
3251 (test_regular_watch): Likewise.
3252 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
3253 * gdb.reverse/sigall-reverse.exp: Likewise.
3254 * gdb.reverse/until-precsave.exp: Likewise.
3255 * lib/gdb.exp (with_timeout_factor): New proc.
3256 (gdb_expect): Move some code to ...
3257 (get_largest_timeout): ... here. New procedure.
3258
9e811bc3
LM
32592015-04-14 Luis Machado <lgustavo@codesourcery.com>
3260
3261 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
3262
0ff6fcb2
LM
32632015-04-13 Luis Machado <lgustavo@codesourcery.com>
3264
3265 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
3266 to write to the .text section.
3267
7578d5f7
LM
32682015-04-13 Luis Machado <lgustavo@codesourcery.com>
3269
3270 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
3271 Handle the case of targets that do not provide PID information.
3272
2efe15c4
YQ
32732015-04-13 Yao Qi <yao.qi@linaro.org>
3274
3275 * lib/gdbserver-support.exp (gdb_exit): Catch exception
3276 and use expect instead of gdb_expect.
3277
8cd8f2f8
SDJ
32782015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
3279
3280 * gdb.base/coredump-filter.exp: Rename variable "addr" to
3281 "coredump_var_addr" to avoid naming conflict with other testcases.
3282
9ee41772
PA
32832015-04-10 Pedro Alves <palves@redhat.com>
3284
3285 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
3286 gdb_test_sequence and gdb_assert.
3287
07473109
PA
32882015-04-10 Pedro Alves <palves@redhat.com>
3289
3290 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
3291 test messages that don't include the breakpoint address.
3292
de3db44c
YQ
32932015-04-10 Yao Qi <yao.qi@linaro.org>
3294
3295 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
3296 false for some offset and width combinations which aren't
3297 supported by linux kernel.
3298
c79d856c
PA
32992015-04-10 Pedro Alves <palves@redhat.com>
3300
3301 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
3302 procedure, factored out from ...
3303 (top level): ... here. Add "set displaced-stepping" testing axis.
3304 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
3305 parameter "displaced". Use it.
3306 (top level): Use foreach and add "set displaced-stepping" testing
3307 axis.
3308
ebc90b50
PA
33092015-04-10 Pedro Alves <palves@redhat.com>
3310
3311 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
3312 Remove comment.
3313 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
3314 both the address of the instruction that triggers the watchpoint
3315 and the address of the instruction immediately after, and use
3316 those addresses for the test. Fix comment.
3317
8f572e5c
PA
33182015-04-10 Pedro Alves <palves@redhat.com>
3319
3320 * gdb.base/sigstep.exp (breakpoint_to_handler)
3321 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
3322 Test "backtrace" in handler.
3323 (breakpoint_over_handler): New parameter 'displaced'. Use it.
3324 (top level): Add new "displaced" test axis to
3325 breakpoint_to_handler, breakpoint_to_handler_entry and
3326 breakpoint_over_handler.
3327
8d707a12
PA
33282015-04-10 Pedro Alves <palves@redhat.com>
3329
3330 PR gdb/18216
3331 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
3332
ef713951
YQ
33332015-04-10 Yao Qi <yao.qi@linaro.org>
3334
3335 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
3336 (test_add_rn_pc): New function.
3337 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
3338 (top level): Invoke test_add_rn_pc.
3339
906d60cf
PA
33402015-04-10 Pedro Alves <palves@redhat.com>
3341
3342 PR gdb/13858
3343 * gdb.base/step-over-no-symbols.exp: New file.
3344
f2983cc3
AW
33452015-04-09 Andy Wingo <wingo@igalia.com>
3346
3347 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
3348 after the Python tests.
3349
6d62641c
SDJ
33502015-04-08 Keith Seitz <keiths@redhat.com>
3351
3352 PR python/16699
3353 * gdb.python/py-completion.exp: New tests for completion.
3354 * gdb.python/py-completion.py (CompleteLimit1): New class.
3355 (CompleteLimit2): Likewise.
3356 (CompleteLimit3): Likewise.
3357 (CompleteLimit4): Likewise.
3358 (CompleteLimit5): Likewise.
3359 (CompleteLimit6): Likewise.
3360 (CompleteLimit7): Likewise.
3361
f3770638
PA
33622015-04-08 Pedro Alves <palves@redhat.com>
3363
3364 PR gdb/18214
3365 PR gdb/18216
3366 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
3367 function.
3368 (main): Install it as SIGUSR1 handler.
3369 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
3370 parameter. Always use "setup" as prefix. Toggle "set
3371 displaced-stepping" off/on depending on global. Don't switch to
3372 thread 1 here.
3373 (top level): Add displaced stepping "off/on" test axis. Update
3374 "setup" calls. Wrap each subtest with with_test_prefix. Test
3375 continuing with a queued signal in each thread.
3376
4496bed7
PA
33772015-04-08 Pedro Alves <palves@redhat.com>
3378
3379 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
3380 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
3381 gdb_breakpoint instead of gdb_test that doesn't expect anything.
3382 Return early if running to main fails.
3383 * gdb.trace/while-stepping.exp: Likewise.
3384
b97fde92
PA
33852015-04-07 Pedro Alves <palves@redhat.com>
3386
3387 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
3388 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
3389 interact with inferior program.
3390
f71c18e7
PA
33912015-04-07 Pedro Alves <palves@redhat.com>
3392
3393 * lib/gdb.exp (inferior_spawn_id): New global.
3394 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
3395 spawn id after processing the user code.
3396 (default_gdb_start): Set inferior_spawn_id.
3397 (send_inferior): New procedure.
3398 * lib/gdbserver-support.exp (gdbserver_start): Set
3399 inferior_spawn_id.
3400 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
3401
6423214f
PA
34022015-04-07 Pedro Alves <palves@redhat.com>
3403
3404 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
3405 * lib/gdbserver-support.exp (gdbserver_start): Make
3406 $server_spawn_id global.
3407 (gdbserver_start): Don't wait for gdbserver's spawn id with
3408 expect_background.
3409 (close_gdbserver): New procedure.
3410 (gdb_exit): Rename the default version and reimplement.
3411
71c0ee8c
PA
34122015-04-07 Pedro Alves <palves@redhat.com>
3413
72f4393d 3414 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
3415 append the substituted item, not the original item.
3416
203bc29b
PA
34172015-04-07 Pedro Alves <palves@redhat.com>
3418
3419 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
3420 gdb_expect.
3421
508a3ddf
PA
34222015-04-07 Pedro Alves <palves@redhat.com>
3423
3424 * gdb.base/interrupt.exp: Don't handle the case of the inferior
3425 output appearing once only.
3426
9f6dbe2b
PA
34272015-04-07 Pedro Alves <palves@redhat.com>
3428
3429 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
3430 that doesn't expect anything. Return early if running to main
3431 fails.
3432
337532fa
YQ
34332015-04-07 Yao Qi <yao.qi@linaro.org>
3434
3435 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
3436 (child_function): Call alarm.
3437 (main): Move call to alarm into the loop.
3438 * gdb.threads/non-stop-fair-events.exp: Build program with
3439 -DTIMEOUT=$timeout.
3440
01b622d4
DE
34412015-04-06 Doug Evans <xdje42@gmail.com>
3442
3443 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
3444 Fix dest parameter to board_info.
3445 (fpc_compile): Ditto.
3446 (gdb_compile_pascal): Rename dest arg to destfile.
3447
961f4160
PMR
34482015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
3449
3450 * gdb.ada/funcall_ref.exp: New file.
3451 * gdb.ada/funcall_ref/foo.adb: New file.
3452
cafda597
YQ
34532015-04-02 Yao Qi <yao.qi@linaro.org>
3454
3455 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
3456 is remote.
3457
fed040c6
GB
34582015-04-02 Gary Benson <gbenson@redhat.com>
3459
3460 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
3461
d11916aa
SS
34622015-04-01 Sasha Smundak <asmundak@google.com>
3463
3464 * gdb.python/py-unwind-maint.c: New file.
3465 * gdb.python/py-unwind-maint.exp: New test.
3466 * gdb.python/py-unwind-maint.py: New file.
3467 * gdb.python/py-unwind.c: New file.
3468 * gdb.python/py-unwind.exp: New test.
3469 * gdb.python/py-unwind.py: New test.
3470
a1471180
PA
34712015-04-01 Pedro Alves <palves@redhat.com>
3472
3473 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
3474 to fail instead of non-existent $test.
3475
0bbeccb1
PA
34762015-04-01 Pedro Alves <palves@redhat.com>
3477
3478 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
3479 GDBFLAGS if not empty.
3480
3c724c8c
PMR
34812015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
3482
3483 * gdb.ada/complete.exp: Remove "multi_line".
3484 * gdb.ada/info_exc.exp: Remove "multi_line".
3485 * gdb.ada/packed_tagged.exp: Remove "multi_line".
3486 * gdb.ada/ptype_field.exp: Remove "multi_line".
3487 * gdb.ada/sym_print_name.exp: Remove "multi_line".
3488 * gdb.ada/tagged.exp: Remove "multi_line".
3489 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
3490 [multi_line ...]
3491 * gdb.btrace/delta.exp: Likewise.
3492 * gdb.btrace/exception.exp: Likewise.
3493 * gdb.btrace/function_call_history.exp: Likewise.
3494 * gdb.btrace/instruction_history.exp: Likewise.
3495 * gdb.btrace/nohist.exp: Likewise.
3496 * gdb.btrace/record_goto.exp: Likewise.
3497 * gdb.btrace/segv.exp: Likewise.
3498 * gdb.btrace/stepi.exp: Likewise.
3499 * gdb.btrace/tailcall.exp: Likewise.
3500 * gdb.btrace/unknown_functions.exp: Likewise.
3501 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
3502 * lib/gdb.exp: Add the "multi_line" helper.
3503
4eec2deb
PA
35042015-04-01 Pedro Alves <palves@redhat.com>
3505
3506 * gdb.threads/tid-reuse.c: New file.
3507 * gdb.threads/tid-reuse.exp: New file.
3508
df8411da
SDJ
35092015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
3510
3511 PR corefiles/16092
3512 * gdb.base/coredump-filter.c: New file.
3513 * gdb.base/coredump-filter.exp: Likewise.
3514
6ef37366
PM
35152015-03-27 Petr Machata <pmachata@redhat.com>
3516
3517 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
3518 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
3519 (Dwarf::assemble): Initialize them.
3520 (Dwarf::lines): New function.
3521
7ec911b0
JT
35222015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
3523
3524 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
3525 SYMBOL_PREFIX for x86_64-*-cygwin.
3526
ff908ebf
AW
35272015-03-26 Andy Wingo <wingo@igalia.com>
3528
3529 PR symtab/18148
3530 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
3531 const_value but not a location.
3532 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
3533 location defined in non-main CUs are visible.
3534
6d5f0679
YQ
35352015-03-26 Yao Qi <yao.qi@linaro.org>
3536
3537 PR testsuite/18139
3538 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
3539 Add a line number entry for the same line.
3540 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
3541 Add a line number entry for the same line.
3542
2898689b
YQ
35432015-03-26 Yao Qi <yao.qi@linaro.org>
3544
3545 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
3546 .int 0.
3547 (func): Likewise. Add .Lfunc_1 label.
3548 Use .Lfunc_1 label.
3549 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
3550 .int 0.
3551 (func): Likewise.
3552 Use .Lfunc_1 label.
3553
85180498
YQ
35542015-03-26 Yao Qi <yao.qi@linaro.org>
3555
3556 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
3557 Call gdb_compile instead to compile each .s files without debug
3558 information.
3559
8aa08a8d
YQ
35602015-03-26 Yao Qi <yao.qi@linaro.org>
3561
3562 * gdb.base/savedregs.exp (process_saved_regs): Make
3563 "Saved registers:" optional in the pattern.
3564
66849923
MM
35652015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3566
3567 * gdb.btrace/next.exp: Merged into step.exp.
3568 * gdb.btrace/finish.exp: Merged into step.exp.
3569 * gdb.btrace/nexti.exp: Merged into stepi.exp.
3570 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
3571 "record goto" and checking the exact replay position.
3572 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
3573 check for "Recording format" in "info record" output.
3574 * gdb.btrace/record_goto.exp: Choose test file based on target.
3575 * gdb.btrace/x86-record_goto.S: Renamed into ...
3576 * gdb.btrace/x86_64-record_goto.S: ... this.
3577 * gdb.btrace/i686-record_goto.S: New.
3578 * gdb.btrace/x86-tailcall.S: Renamed into ...
3579 * gdb.btrace/x86_64-tailcall.S: ... this.
3580 * gdb.btrace/i686-tailcall.S: New.
3581 * gdb.btrace/x86-tailcall.c: Renamed into ...
3582 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
3583 separate statements. Update test.
3584 * gdb.btrace/delta.exp: Use record_goto.c as test file.
3585 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
3586 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
3587 * gdb.btrace/tailcall.exp: Choose test file based on target.
3588 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
3589
11cc1b74
MM
35902015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3591
3592 * gdb.btrace/exception.exp: Increase BTS buffer size.
3593
a25d8bf9
PA
35942015-03-24 Pedro Alves <palves@redhat.com>
3595
3596 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
3597
856e7dd6
PA
35982015-03-24 Pedro Alves <palves@redhat.com>
3599
3600 * gdb.threads/schedlock.exp (test_step): No longer expect that
3601 "set scheduler-locking step" with "next" over a function call runs
3602 threads unlocked.
3603
ad235a41
AT
36042015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3605
3606 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
3607
15630549
AT
36082015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3609
3610 PR breakpoints/16466
3611 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
3612 * gdb.mi/mi-pending.c (thread_func): New function.
3613 (int main): Add threading support required.
3614 * gdb.mi/mi-pending.exp: Add tests for this issue.
3615 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
3616 (pendfunc2): Remove stdio dependency.
3617 * gdb.mi/mi-pendshr2.c: New file.
3618
693dca06
KS
36192015-03-23 Keith Seitz <keiths@redhat.com>
3620
3621 * gdb.linespec/keywords.c: New file.
3622 * gdb.linespec/keywords.exp: New file.
3623
7e993ebf
KS
36242015-03-23 Keith Seitz <keiths@redhat.com>
3625
3626 PR gdb/18021
3627 * gdb.dwarf2/staticvirtual.exp: New test.
3628
bc23328c
JK
36292015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3630
3631 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
3632 * README: Remove HP-UX and gdb.hp.
3633 (configuration):
3634 * configure: Regenerate.
3635 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
3636 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
3637 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
3638 gdb.hp/gdb.defects/Makefile.
3639 * gdb.hp/Makefile.in: File deleted.
3640 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
3641 * gdb.hp/gdb.aCC/optimize.c: File deleted.
3642 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
3643 * gdb.hp/gdb.aCC/run.c: File deleted.
3644 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
3645 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
3646 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
3647 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
3648 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
3649 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
3650 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
3651 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
3652 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
3653 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
3654 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
3655 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
3656 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
3657 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
3658 * gdb.hp/gdb.base-hp/reg.s: File deleted.
3659 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
3660 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
3661 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
3662 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
3663 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
3664 * gdb.hp/gdb.compat/Makefile.in: File deleted.
3665 * gdb.hp/gdb.compat/average.c: File deleted.
3666 * gdb.hp/gdb.compat/sum.c: File deleted.
3667 * gdb.hp/gdb.compat/xdb.c: File deleted.
3668 * gdb.hp/gdb.compat/xdb0.c: File deleted.
3669 * gdb.hp/gdb.compat/xdb0.h: File deleted.
3670 * gdb.hp/gdb.compat/xdb1.c: File deleted.
3671 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
3672 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
3673 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
3674 * gdb.hp/gdb.defects/Makefile.in: File deleted.
3675 * gdb.hp/gdb.defects/bs14602.c: File deleted.
3676 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
3677 * gdb.hp/gdb.defects/solib-d.c: File deleted.
3678 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
3679 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
3680 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
3681 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
3682 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
3683 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
3684 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
3685 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
3686 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
3687 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
3688 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
3689 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
3690 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
3691 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
3692 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
3693 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
3694 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
3695 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
3696 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
3697 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
3698 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
3699 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
3700 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
3701 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
3702 * gdb.hp/tools/odump: File deleted.
3703
8bf3b159
PA
37042015-03-19 Pedro Alves <palves@redhat.com>
3705
3706 * gdb.threads/continue-pending-status.exp (saw_thread_2)
3707 (saw_thread_3): New globals.
3708 (top level): Increment them when an event for the corresponding
3709 thread is seen.
3710 (no thread starvation): New test.
3711
eb54c8bf
PA
37122015-03-19 Pedro Alves <palves@redhat.com>
3713
3714 * gdb.threads/continue-pending-status.c: New file.
3715 * gdb.threads/continue-pending-status.exp: New file.
3716
32d2e5d6
PA
37172015-03-18 Pedro Alves <palves@redhat.com>
3718
3719 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3720 Use gdb_is_target_remote instead of is_remote. Use
3721 gdb_test_multiple instead of gdb_expect. Exit early if
3722 gdb_test_multiple hits its internal matches. Tighten stepi tests
3723 expected output. Fail on exit with any signal, instead of just
3724 SIGILL.
3725
f68f11b7
YQ
37262015-03-18 Yao Qi <yao.qi@linaro.org>
3727
3728 PR tdep/18107
3729 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
3730 variable.
3731 * gdb.base/catch-syscall.exp: Don't skip it on
3732 aarch64*-*-linux* target. Remove elements in all_syscalls.
3733 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
3734 target.
3735 (setup_all_syscalls): New proc.
3736
ca5fd19b
YQ
37372015-03-16 Yao Qi <yao.qi@linaro.org>
3738
3739 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
3740 (top level): Skip tests if valid_addr_p returns false for
3741 $cmd1 or $cmd2.
3742
85642ba0
AW
37432015-03-11 Andy Wingo <wingo@igalia.com>
3744
3745 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
3746
e03f9645
YQ
37472015-03-11 Yao Qi <yao.qi@linaro.org>
3748
3749 * gdb.base/catch-syscall.exp: Fix typo in comments.
3750
5d0962b2
YQ
37512015-03-11 Yao Qi <yao.qi@linaro.org>
3752
3753 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
3754
b2df3cef
PA
37552015-03-09 Pedro Alves <palves@redhat.com>
3756
3757 * dg-extract-results.py: Delete.
3758
ef878e53
PA
37592015-03-09 Pedro Alves <palves@redhat.com>
3760
3761 Merge dg-extract-results.sh from GCC upstream (r218843).
3762
3763 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
3764 * dg-extract-results.sh: Use --text with grep to avoid issues with
3765 binary files. Fall back to cat -v, if that doesn't work.
3766
9494d219
PA
37672015-03-05 Pedro Alves <palves@redhat.com>
3768
3769 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
3770
a8d9763a
SM
37712015-03-04 Simon Marchi <simon.marchi@ericsson.com>
3772
3773 * lib/mi-support.exp (mi_expect_interrupt): Accept
3774 alternative event for when in all-stop mode.
3775
be9957b8
PA
37762015-03-04 Pedro Alves <palves@redhat.com>
3777
3778 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
3779
d57be0f4 37802015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
3781
3782 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
3783
c214c7cf
AA
37842015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3785
3786 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
3787 regexps for GDB's current line display, accept a hex address
3788 preceding the line number.
3789
6d74a497
AA
37902015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3791
3792 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
3793 the 'arch1' variable for "s390*-linux*" targets.
3794
511aee7c
PA
37952015-03-04 Pedro Alves <palves@redhat.com>
3796
3797 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
3798 (main): Pass missing retval argument to pthread_join call.
3799
95e50b27
PA
38002015-03-02 Pedro Alves <palves@redhat.com>
3801
3802 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
3803 (top level): Call do_test with non-stop as well.
3804
28054d69
PA
38052015-03-02 Pedro Alves <palves@redhat.com>
3806
3807 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
3808 -1.
3809
4fa5d7b4
AA
38102015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3811
3812 * gdb.arch/s390-vregs.exp: New test.
3813 * gdb.arch/s390-vregs.S: New file.
3814
97c18565
PA
38152015-02-27 Pedro Alves <palves@redhat.com>
3816
3817 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
3818 call to catch_command_errors.
3819 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
3820 catch_command_errors.
3821
a37bfa30
PA
38222015-02-27 Pedro Alves <palves@redhat.com>
3823
3824 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
3825 "true" for boolean result.
3826 * gdb.gdb/selftest.exp (test_with_self): Also accept full
3827 prototype of main.
3828
6f98576f
PA
38292015-02-27 Pedro Alves <palves@redhat.com>
3830
3831 * lib/unbuffer_output.c: New file.
3832 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
3833 (main): Call gdb_unbuffer_output.
3834
eba5ab56
YQ
38352015-02-27 Yao Qi <yao.qi@linaro.org>
3836
3837 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
3838 target.
3839
0def5aaa
DE
38402015-02-26 Doug Evans <dje@google.com>
3841
3842 * gdb.cp/class2.cc (Dbase, D): New classes.
3843 (main): New local delta.
3844 * gdb.cp/class2.exp: Test printing delta.
3845 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
3846 (dynbar): New global.
3847 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
3848
081a1c2c
JK
38492015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3850
3851 * gdb.compile/compile-ifunc.c: New file.
3852 * gdb.compile/compile-ifunc.exp: New file.
3853
2f41223f
AT
38542015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
3855
3856 * gdb.base/structs.exp: Check for correct struct on finish.
3857
03eddd80
YQ
38582015-02-26 Yao Qi <yao.qi@linaro.org>
3859
3860 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
3861 is zero.
3862
80c57053
JK
38632015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3864
3865 * gdb.arch/cordic.ko.bz2: New file.
3866 * gdb.arch/cordic.ko.debug.bz2: New file.
3867 * gdb.arch/ppc64-symtab-cordic.exp: New file.
3868
21613c12
YQ
38692015-02-25 Yao Qi <yao.qi@linaro.org>
3870
3871 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
3872 aarch64*-*-* target.
3873
d8b901ed
PA
38742015-02-23 Pedro Alves <palves@redhat.com>
3875
3876 * lib/gdb.exp (delete_breakpoints): Rewrite using
3877 gdb_test_multiple.
3878
e5b85ead
PA
38792015-02-23 Pedro Alves <palves@redhat.com>
3880
3881 * gdb.base/info-os.c: Include stdlib.h.
3882
85c3a371
DE
38832015-02-22 Doug Evans <xdje42@gmail.com>
3884
3885 PR symtab/17855
3886 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
3887 is read after symbols have been re-read.
3888 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
3889 * gdb.ada/exec_changed/second.adb (Second): Ditto.
3890
96553a0c
DE
38912015-02-21 Doug Evans <dje@google.com>
3892
3893 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
3894
97a0c697
JK
38952015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3896
3897 PR corefiles/17808
3898 * gdb.arch/i386-biarch-core.core.bz2: New file.
3899 * gdb.arch/i386-biarch-core.exp: New file.
3900
a47cd6e9
PA
39012015-02-21 Pedro Alves <palves@redhat.com>
3902
3903 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
3904 runto_main fails.
3905
c5facdc4
PA
39062015-02-20 Pedro Alves <palves@redhat.com>
3907
3908 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
3909 info probes.
3910
2db9a427
PA
39112015-02-20 Pedro Alves <palves@redhat.com>
3912
3913 * gdb.threads/multi-create-ns-info-thr.exp: New file.
3914
60fb7e9e
PA
39152015-02-20 Pedro Alves <palves@redhat.com>
3916
3917 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
3918 clean_restart before gdb_target_supports_trace.
3919
5c5019c2
PA
39202015-02-20 Pedro Alves <palves@redhat.com>
3921
3922 PR threads/18006
3923 * gdb.threads/clone-thread_db.c: New file.
3924 * gdb.threads/clone-thread_db.exp: New file.
3925
c9587f88
AT
39262015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
3927
3928 PR breakpoints/16812
3929 * gdb.base/catch-gdb-caused-signals.c: New file.
3930 * gdb.base/catch-gdb-caused-signals.exp: New file.
3931
f6a88844
JM
39322015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
3933
3934 * configure: Regenerated.
3935 * configure.ac: Use GDB_AC_TRANSFORM.
3936 * aclocal.m4: sinclude ../transform.m4.
3937
497c491b
JM
39382015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3939
3940 * lib/dtrace.exp: New file.
3941 * gdb.base/dtrace-probe.exp: Likewise.
3942 * gdb.base/dtrace-probe.d: Likewise.
3943 * gdb.base/dtrace-probe.c: Likewise.
3944 * lib/pdtrace.in: Likewise.
3945 * configure.ac: Output variables with the transformed names of
3946 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
3947 * configure: Regenerated.
3948
03e98035
JM
39492015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3950
3951 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
3952 expected message when trying to access $_probe_* convenience
3953 variables while not on a probe.
3954
63cc30e9
JK
39552015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3956
3957 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
3958
0703599a
PA
39592015-02-11 Pedro Alves <pedro@codesourcery.com>
3960
3961 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
3962 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
3963
7e60a48e
DE
39642015-02-10 Doug Evans <xdje42@gmail.com>
3965
3966 * lib/gdb.exp (gdb_load): Always return a result.
3967
01b088bc
PA
39682015-02-10 Pedro Alves <palves@redhat.com>
3969
3970 * gdb.threads/signal-sigtrap.c: New file.
3971 * gdb.threads/signal-sigtrap.exp: New file.
3972
b05ec7a5
AT
39732015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
3974
3975 * gdb.trace/no-attach-trace.c: New file.
3976 * gdb.trace/no-attach-trace.exp: New file.
3977
a2c2acaf
MW
39782015-02-09 Mark Wielaard <mjw@redhat.com>
3979
3980 * gdb.dwarf2/atomic.c: New file.
3981 * gdb.dwarf2/atomic-type.exp: Likewise.
3982
31fd9caa
MM
39832015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3984
3985 * gdb.btrace/buffer-size.exp: Update "info record" output.
3986 * gdb.btrace/delta.exp: Update "info record" output.
3987 * gdb.btrace/enable.exp: Update "info record" output.
3988 * gdb.btrace/finish.exp: Update "info record" output.
3989 * gdb.btrace/instruction_history.exp: Update "info record" output.
3990 * gdb.btrace/next.exp: Update "info record" output.
3991 * gdb.btrace/nexti.exp: Update "info record" output.
3992 * gdb.btrace/step.exp: Update "info record" output.
3993 * gdb.btrace/stepi.exp: Update "info record" output.
3994 * gdb.btrace/nohist.exp: Update "info record" output.
3995
d33501a5
MM
39962015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3997
3998 * gdb.btrace/buffer-size: New.
3999
f4abbc16
MM
40002015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4001
4002 * gdb.btrace/delta.exp: Update "info record" output.
4003 * gdb.btrace/enable.exp: Update "info record" output.
4004 * gdb.btrace/finish.exp: Update "info record" output.
4005 * gdb.btrace/instruction_history.exp: Update "info record" output.
4006 * gdb.btrace/next.exp: Update "info record" output.
4007 * gdb.btrace/nexti.exp: Update "info record" output.
4008 * gdb.btrace/step.exp: Update "info record" output.
4009 * gdb.btrace/stepi.exp: Update "info record" output.
4010 * gdb.btrace/nohist.exp: Update "info record" output.
4011
b9d61307
SM
40122015-02-06 Simon Marchi <simon.marchi@ericsson.com>
4013
4014 PR gdb/15678
4015 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
4016
e584fdbc
PA
40172015-02-06 Pedro Alves <palves@redhat.com>
4018
4019 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
4020 macro.
4021 (seconds_left, again): New globals.
4022 (main): Wait seconds_left in a 1-second sleep loop instead of
4023 sleeping 180 seconds. If 'again' is set, reset the seconds
4024 counter.
4025 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
4026 'again' in the inferior before detaching. Print the seconds left.
4027 (options): New global.
4028 (top level): Build program with -DTIMEOUT=$timeout.
4029
77f41761
PA
40302015-02-06 Pedro Alves <palves@redhat.com>
4031
4032 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
4033 determine how many seconds to pass to 'alarm'.
4034 * gdb.base/gdb-sigterm.exp (top level): Build program with
4035 -DTIMEOUT=$timeout.
4036 (do_test): Return success/failure indication. Add more verbose
4037 logging. Don't fail if 200 single steps are seen. Instead, fail
4038 when the test times out.
4039 (passes): New global.
4040 (top level): Break the testing loop if testing fails on any
4041 iteration. Use gdb_assert.
4042
b9394193
DB
40432015-02-04 Don Breazeal <donb@codesourcery.com>
4044
4045 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
4046 and initialize them.
4047 (ipc_cleanup): New function.
4048 (main): Don't declare shmid, semid, and msqid. Add a call to
4049 atexit so that we call ipc_cleanup on exit.
4050
42d9e528
PA
40512015-02-04 Pedro Alves <palves@redhat.com>
4052
4053 * boards/native-extended-gdbserver.exp: Remove any target variant
4054 specifications from the board name before clearing the isremote
4055 flag from board_info.
4056
ae6ae975
DE
40572015-01-31 Doug Evans <xdje42@gmail.com>
4058
4059 * gdb.base/maint.exp <maint print type argc>: Update expected output.
4060
cfb069a8
GB
40612015-01-31 Gary Benson <gbenson@redhat.com>
4062
4063 * gdb.base/completion.exp: Disable completion limiting for
4064 existing tests. Add new tests to check completion limiting.
4065 * gdb.linespec/ls-errs.exp: Disable completion limiting.
4066
5dd31d79
DE
40672015-01-31 Doug Evans <xdje42@gmail.com>
4068
4069 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
4070
9f050062
DE
40712015-01-31 Doug Evans <xdje42@gmail.com>
4072
4073 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
4074 entries. Duplicate file section script entries.
4075 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
4076 inlined entries. Add test for safe-path rejection.
4077 * gdb.python/py-section-script.c: Add duplicate inlined section script
4078 entries. Duplicate file section script entries.
4079 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
4080 inlined entries. Add test for safe-path rejection.
4081
df25ebbd
JB
40822015-01-29 Joel Brobecker <brobecker@adacore.com>
4083
4084 * gdb.ada/disc_arr_bound: New testcase.
4085
4a0ca9ec
JB
40862015-01-29 Joel Brobecker <brobecker@adacore.com>
4087
4088 * gdb.ada/mi_var_array: New testcase.
4089
3a8b707a
DE
40902015-01-27 Doug Evans <dje@google.com>
4091
4092 * gdb.python/py-objfile.exp: Add tests for objfile.username.
4093 Add test for objfile.filename, objfile.username after objfile
4094 has been unloaded.
4095
f8313f6e
JB
40962015-01-26 Joel Brobecker <brobecker@adacore.com>
4097
4098 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
4099 the second test to print the name attribute of value
4100 returned by the call to gdb.lookup_type, and adjust
4101 the expected output accordingly.
4102
37bc665e
MW
41032015-01-25 Mark Wielaard <mjw@redhat.com>
4104
4105 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
4106 * gdb.base/disp-step-fork.c: Include unistd.h.
4107 * gdb.base/siginfo-obj.c: Include stdio.h.
4108 * gdb.base/siginfo-thread.c: Likewise.
4109 * gdb.mi/non-stop.c: Include unistd.h.
4110 * gdb.mi/nsthrexec.c: Include stdio.h.
4111 * gdb.mi/pthreads.c: Include unistd.h.
4112 * gdb.modula2/unbounded1.c (main): Declare returns int.
4113 * gdb.reverse/consecutive-reverse.c: Likewise.
4114 * gdb.threads/create-fail.c: Include unistd.h.
4115 * gdb.threads/killed.c: Likewise.
4116 * gdb.threads/linux-dp.c: Likewise.
4117 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
4118 * gdb.threads/non-ldr-exc-2.c: Likewise.
4119 * gdb.threads/non-ldr-exc-3.c: Likewise.
4120 * gdb.threads/non-ldr-exc-4.c: Likewise.
4121 * gdb.threads/pthreads.c: Include unistd.h.
4122 (main): Declare returns int.
4123 * gdb.threads/tls-main.c (foo): New declaration.
4124 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
4125
f7e5394d
SM
41262015-01-23 Simon Marchi <simon.marchi@ericsson.com>
4127
4128 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
4129 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
4130
743649fd
MW
41312015-01-15 Mark Wielaard <mjw@redhat.com>
4132
4133 * gdb.base/noreturn-return.c: New file.
4134 * gdb.base/noreturn-return.exp: New file.
4135 * gdb.base/noreturn-finish.c: New file.
4136 * gdb.base/noreturn-finish.exp: New file.
4137
198297aa
PA
41382015-01-23 Pedro Alves <palves@redhat.com>
4139
4140 * gdb.threads/continue-pending-after-query.c: New file.
4141 * gdb.threads/continue-pending-after-query.exp: New file.
4142
717cf30c
AG
41432015-01-22 Anders Granlund <anders.granlund@ericsson.com>
4144 Simon Marchi <simon.marchi@ericsson.com>
4145
4146 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
4147 * gdb.base/valgrind-db-attach.exp: Same.
4148 * gdb.base/valgrind-infcall.exp: Same.
4149 * lib/mi-support.exp (default_mi_gdb_start): Same.
4150 * lib/prompt.exp (default_prompt_gdb_start): Same.
4151 * lib/gdb.exp (default_gdb_spawn): Same.
4152 (gdb_interact): New.
4153
4154
4b62a76e
JK
41552015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4156
4157 * gdb.compile/compile.exp (pointer to jit function): New test.
4158
b4cdae6f
WW
41592015-01-17 Wei-cheng Wang <cole945@gmail.com>
4160
4161 * lib/gdb.exp (supports_process_record): Return true for
4162 powerpc*-*-linux*.
4163 (supports_reverse): Likewise.
4164
d221e7ef
DB
41652015-01-15 Don Breazeal <donb@codesourcery.com>
4166
4167 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
4168 instead of checking whether the target board is remote and
4169 use spawn_wait_for_attach instead of exec/sleep.
4170 * gdb.base/attach-twice.exp: Likewise.
4171
bafffb51
JB
41722015-01-15 Joel Brobecker <brobecker@adacore.com>
4173
4174 * gdb.ada/var_arr_attrs: New testcase.
4175
5589af0e
PA
41762015-01-14 Pedro Alves <palves@redhat.com>
4177 Joel Brobecker <brobecker@adacore.com>
4178
4179 PR gdb/17525
4180 * gdb.base/bp-cmds-execution-x-script.c: New file.
4181 * gdb.base/bp-cmds-execution-x-script.exp: New file.
4182 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
4183
6c400b59
PA
41842015-01-14 Pedro Alves <palves@redhat.com>
4185
4186 PR cli/17828
4187 * gdb.base/batch-preserve-term-settings.c: New file.
4188 * gdb.base/batch-preserve-term-settings.exp: New file.
4189
e02c96a7
DE
41902015-01-13 Doug Evans <dje@google.com>
4191
4192 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
4193 binary.
4194
576fd14c
JB
41952015-01-13 Joel Brobecker <brobecker@adacore.com>
4196
4197 * Makefile.in (clean mostlyclean): Do not delete *.py.
4198
04dccad0
JB
41992015-01-13 Joel Brobecker <brobecker@adacore.com>
4200
4201 * gdb.python/py-lookup-type.exp: New file.
4202
3d230f71
PA
42032015-01-12 Pedro Alves <palves@redhat.com>
4204
4205 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
4206 restore GDBFLAGS before returning.
4207
7e67715d
JK
42082015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4209
4210 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
4211 is_amd64_regs_target and is_x86_like_target.
4212
f2e0d4b4
DE
42132015-01-11 Doug Evans <xdje42@gmail.com>
4214
4215 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
4216 is given without an explicit form.
4217 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
4218 attributes.
4219 * gdb.dwarf/corrupt.exp: Ditto.
4220 * gdb.dwarf2/enum-type.exp: Ditto.
4221 * gdb.trace/entry-values.exp: Ditto.
4222 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
4223
439250fb
DE
42242015-01-11 Doug Evans <xdje42@gmail.com>
4225
4226 PR gdb/15830
4227 * gdb.base/maint.exp: Remove references to "maint demangle".
4228 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
4229 Add tests for explicitly specifying language to demangle.
4230 * gdb.dlang/demangle.exp: Ditto.
4231
ede9f622
PA
42322015-01-09 Pedro Alves <palves@redhat.com>
4233
4234 * gdb.threads/non-stop-fair-events.c: New file.
4235 * gdb.threads/non-stop-fair-events.exp: New file.
4236
a7b796db
PA
42372015-01-09 Pedro Alves <palves@redhat.com>
4238
4239 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
4240 the global scope. Set a breakpoint after all threads are started
4241 rather than stepping over two source lines. Expect the prompt.
4242 * gdb.base/watch_thread_num.c (threads_started_barrier): New
4243 global.
4244 (NUM): Now 15.
4245 (main): Use threads_started_barrier to wait for all threads to
4246 start. Main thread no longer calls thread_function. Exit after
4247 180 seconds.
4248 (loop): New function.
4249 (thread_function): Wait on threads_started_barrier barrier. Call
4250 'loop' at each iteration.
4251 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
4252 threads have started, instead of hardcoding number of "next"
4253 steps. Use an access watchpoint instead of a write watchpoint.
4254
9665ffdd
PA
42552015-01-09 Pedro Alves <palves@redhat.com>
4256
4257 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
4258 (thread_func): Wait on barrier.
4259 (main): Wait for all threads to start before stopping GDB.
4260 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
4261 global.
4262 (thread1_func, thread2_func): Wait on barrier.
4263 (main): Wait for all threads to start before stopping GDB.
4264 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
4265 New global.
4266 (thread1_func, thread2_func): Wait on barrier.
4267 (main): Wait for all threads to start before stopping GDB.
4268
c945a99f
PA
42692015-01-09 Pedro Alves <palves@redhat.com>
4270
4271 * gdb.threads/attach-many-short-lived-threads.c: New file.
4272 * gdb.threads/attach-many-short-lived-threads.exp: New file.
4273
c1a747c1
PA
42742014-01-09 Pedro Alves <palves@redhat.com>
4275
4276 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
4277 instead of to thread 2.
4278 * gdb.threads/signal-command-multiple-signals-pending.c (main):
4279 Add barrier around each pthread_create call instead of around all
4280 calls.
4281 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
4282 Set a break on thread_function and have the child threads hit it
4283 one at at a time.
4284
60b3033e
PA
42852015-01-09 Pedro Alves <palves@redhat.com>
4286
4287 * lib/gdb.exp (can_spawn_for_attach): New procedure.
4288 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
4289 false.
4290 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
4291 checking whether the target board is remote.
4292 * gdb.multi/multi-attach.exp: Likewise.
4293 * gdb.python/py-sync-interp.exp: Likewise.
4294 * gdb.server/ext-attach.exp: Likewise.
4295 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
4296 tests that need to attach, instead of checking whether the target
4297 board is remote at the top of the file.
4298
acc018ac
YQ
42992015-01-08 Yao Qi <yao@codesourcery.com>
4300
4301 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
4302
50a18af8
JK
43032015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4304
4305 Fix testcase compilation.
4306 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
4307
8503d6e1
JB
43082015-01-06 Joel Brobecker <brobecker@adacore.com>
4309
4310 * gdb.python/py-type.exp: Add a couple test about empty
4311 array creation, and negative-length array creation.
4312
cc73dbcc
DE
43132015-01-02 Doug Evans <xdje42@gmail.com>
4314
4315 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
4316
0300bbc7
DE
43172015-01-02 Doug Evans <dje@google.com>
4318
4319 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
4320
9d85a0ec
YQ
43212014-12-29 Yao Qi <yao@codesourcery.com>
4322
4323 * gdb.trace/entry-values.exp: Update comments. Rename variable
4324 bar_call_foo to returned_from_foo.
4325
87186c6a
MMN
43262014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
4327
4328 PR gdb/17394
4329 * gdb.linespec/break-asm-file.c: New file.
4330 * gdb.linespec/break-asm-file.exp: New file.
4331 * gdb.linespec/break-asm-file0.s: New file.
4332 * gdb.linespec/break-asm-file1.s: New file.
4333
1bab7383
YQ
43342014-12-18 Nigel Stephens <nigel@mips.com>
4335 Maciej W. Rozycki <macro@codesourcery.com>
4336
4337 * gdb.base/float.exp: Handle the new output from "info float" on
4338 MIPS targets.
4339
1bc1068a
JK
43402014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4341
4342 Fix MinGW compilation.
4343 * gdb.compile/compile-ops.exp: Update untested message if
4344 !skip_compile_feature_tests.
4345 * gdb.compile/compile-setjmp.exp: Likewise.
4346 * gdb.compile/compile-tls.exp: Likewise.
4347 * gdb.compile/compile.exp: Likewise.
4348 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
4349 supported on this host".
4350
b6615d10
DE
43512014-12-16 Doug Evans <xdje42@gmail.com>
4352
4353 * boards/stabs.exp: New file.
4354
25dda427
AA
43552014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
4356
4357 * gdb.base/completion.exp: Adjust to format changes of "maint
4358 print user-registers".
4359
bf330350
CU
43602014-12-16 Catalin Udma <catalin.udma@freescale.com>
4361
4362 PR server/17457
4363 * gdb.arch/aarch64-fp.c: New file.
4364 * gdb.arch/aarch64-fp.exp: New file.
4365
395cf596
SDJ
43662014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4367
4368 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
4369 r210637, r210913, r211666, r215400, r215817).
4370
4371 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
4372 * dg-extract-results.py: New file.
4373 * dg-extract-results.sh: Use it if the environment seems
4374 suitable.
4375
4376 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
4377
4378 * dg-extract-results.py (parse_run): Handle warnings that
4379 are printed before a test harness is run.
4380
4381 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
4382
4383 * dg-extract-results.py (Named): Remove __cmp__ method.
4384 (output_variation): Use a key to sort variation.harnesses.
4385
4386 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
4387
4388 * dg-extract-results.py: For Python 3, force sys.stdout to
4389 handle surrogate escape sequences.
4390 (safe_open): New function.
4391 (output_segment, main): Use it.
4392
4393 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
4394
4395 * dg-extract-results.py (Prog.result_re): Include options
4396 in test name.
4397
4398 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
4399
4400 * dg-extract-results.py (output_variation): Always sort if
4401 do_sum.
4402
e882ef3c
SM
44032014-12-15 Simon Marchi <simon.marchi@ericsson.com>
4404
4405 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
4406 as long as we get pagination notifications.
4407
4992aa20
JM
44082014-12-15 Jason Merrill <jason@redhat.com>
4409
4410 * Makefile.in (check-gdb.%): Restore.
4411 * README: Mention it.
4412
c1b5a1a6
JB
44132014-12-13 Joel Brobecker <brobecker@adacore.com>
4414
4415 * gdb.ada/str_uninit: New testcase.
4416
5537b577
JK
44172014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4418
4419 PR symtab/17642
4420 * gdb.base/vla-stub-define.c: New file.
4421 * gdb.base/vla-stub.c: New file.
4422 * gdb.base/vla-stub.exp: New file.
4423
bb2ec1b3
TT
44242014-12-12 Phil Muldoon <pmuldoon@redhat.com>
4425 Jan Kratochvil <jan.kratochvil@redhat.com>
4426 Tom Tromey <tromey@redhat.com>
4427
4428 * configure.ac: Add gdb.compile/.
4429 * configure: Regenerate.
4430 * gdb.compile/Makefile.in: New file.
4431 * gdb.compile/compile-ops.exp: New file.
4432 * gdb.compile/compile-ops.c: New file.
4433 * gdb.compile/compile-tls.c: New file.
4434 * gdb.compile/compile-tls.exp: New file.
4435 * gdb.compile/compile-constvar.S: New file.
4436 * gdb.compile/compile-constvar.c: New file.
4437 * gdb.compile/compile-mod.c: New file.
4438 * gdb.compile/compile-nodebug.c: New file.
4439 * gdb.compile/compile-setjmp-mod.c: New file.
4440 * gdb.compile/compile-setjmp.c: New file.
4441 * gdb.compile/compile-setjmp.exp: New file.
4442 * gdb.compile/compile-shlib.c: New file.
4443 * gdb.compile/compile.c: New file.
4444 * gdb.compile/compile.exp: New file.
4445 * lib/gdb.exp (skip_compile_feature_tests): New proc.
4446
4ff709eb
TT
44472014-12-12 Tom Tromey <tromey@redhat.com>
4448
4449 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
4450 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
4451
6dddd6a5
DE
44522014-12-12 Doug Evans <dje@google.com>
4453
4454 * lib/gdb-python.exp (get_python_valueof): New function.
4455 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
4456
71c24708
AA
44572014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4458
4459 * gdb.base/completion.exp: Add test for completion of "info
4460 registers ".
4461
3e29f34a
MR
44622014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
4463
4464 * gdb.base/func-ptrs.c: New file.
4465 * gdb.base/func-ptrs.exp: New file.
4466
fc126975
SM
44672014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4468
4469 PR breakpoints/17012
4470 * gdb.base/dprintf-detach.c: New file.
4471 * gdb.base/dprintf-detach.exp: New file.
4472
0a46d518
SM
44732014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4474
4475 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
4476 * lib/gdb.exp (target_is_gdbserver): New procedure.
4477
a0be3e44
DE
44782014-12-08 Doug Evans <dje@google.com>
4479
4480 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
4481
df1b803a
YQ
44822014-12-05 Yao Qi <yao@codesourcery.com>
4483
4484 * gdb.guile/scm-error.exp: Remove the third argument to
4485 gdb_remote_download.
4486 * gdb.guile/scm-frame-args.exp: Likewise.
4487 * gdb.guile/scm-section-script.exp: Likewise.
4488
ddb9f679
YQ
44892014-12-05 Yao Qi <yao@codesourcery.com>
4490
4491 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
4492
86e4ed39
DE
44932014-12-04 Doug Evans <dje@google.com>
4494
4495 * gdb.python/py-objfile.exp: Add tests for
4496 objfile.add_separate_debug_file.
4497
7c50a931
DE
44982014-12-04 Doug Evans <dje@google.com>
4499
4500 * lib/gdb.exp (get_build_id): New function.
4501 (build_id_debug_filename_get): Rewrite to use it.
4502 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
4503
621661e3
MR
45042014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
4505
4506 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
4507 `method(long)', not just 0x0.
4508 * gdb.cp/nsalias.exp: Align code labels to 4.
4509 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
4510 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
4511 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
4512 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
4513 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
4514 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
4515
29f0c3b7
DE
45162014-12-02 Doug Evans <dje@google.com>
4517
e1e061e7 4518 PR symtab/17602
29f0c3b7 4519 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 4520 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
4521 * gdb.cp/anon-ns.exp: Update.
4522
162078c8
NB
45232014-12-02 Nick Bull <nicholaspbull@gmail.com>
4524
4525 * gdb.python/py-events.py (inferior_call_handler): New.
4526 (register_changed_handler, memory_changed_handler): New.
4527 (test_events.invoke): Register new handlers.
4528 * gdb.python/py-events.exp: Add tests for inferior call,
4529 memory_changed and register_changed events.
4530
fdb09caf
AA
45312014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4532
4533 * gdb.base/execl-update-breakpoints.exp: Specify the link address
4534 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
4535 if the linker doesn't understand this.
4536
55cfb2c4
SM
45372014-12-01 Simon Marchi <simon.marchi@ericsson.com>
4538
4539 * gdb.python/python.exp: Change expected reply to help().
4540
9e8cd6df
YQ
45412014-12-01 Yao Qi <yao@codesourcery.com>
4542
4543 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
4544 AC_CONFIG_SUBDIRS(gdb.gdbtk).
4545 * configure: Re-generated.
4546
6c659fc2
SC
45472014-11-28 Siva Chandra Reddy <sivachandra@google.com>
4548
4549 * gdb.cp/chained-calls.cc: New file.
4550 * gdb.cp/chained-calls.exp: New file.
4551 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
4552
d7fc3181
SM
45532014-11-28 Simon Marchi <simon.marchi@ericsson.com>
4554
4555 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
4556 * gdb.dwarf2/symtab-producer.exp: Same.
4557 * gdb.gdb/python-interrupts.exp: Same.
4558 * gdb.gdb/python-selftest.exp: Same.
4559 * gdb.python/py-linetable.exp: Same.
4560 * gdb.python/py-type.exp: Same.
4561 * gdb.python/py-value-cc.exp: Same.
4562 * gdb.python/py-value.exp: Same.
4563
10e79639
YQ
45642014-11-28 Yao Qi <yao@codesourcery.com>
4565
4566 * gdb.base/break-probes.exp: Match library name prefixed with
4567 sysroot.
4568
f28a0564
SM
45692014-11-27 Simon Marchi <simon.marchi@ericsson.com>
4570
4571 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
4572 test expected output. Add parentheses for the call to print.
4573 Remove L suffix from integers.
4574
3fe1ce1d
DE
45752014-11-26 Doug Evans <dje@google.com>
4576
4577 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
4578
84429e27
YQ
45792014-11-22 Yao Qi <yao@codesourcery.com>
4580
4581 * gdb.trace/entry-values.c: Remove asms.
4582 (foo): Add foo_label.
4583 (bar): Add bar_label.
4584 * gdb.trace/entry-values.exp: Remove code computing foo's
4585 length and bar's length.
4586 (Dwarf::assemble): Invoke function_range for bar and use
4587 MACRO_AT_func for foo.
4588
26741859
YQ
45892014-11-22 Yao Qi <yao@codesourcery.com>
4590
4591 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
4592 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
4593 Use .Lgcc43_procstart instead of gcc43.
4594
45e44d27
JB
45952014-11-21 Joel Brobecker <brobecker@adacore.com>
4596
4597 * gdb.ada/n_arr_bound: New testcase.
4598
458c8db8
SDJ
45992014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
4600
4601 PR breakpoints/10737
4602 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
4603 test_catch_syscall_multi_arch.
4604 (test_catch_syscall_multi_arch): New function.
4605
43f3e411
DE
46062014-11-20 Doug Evans <xdje42@gmail.com>
4607
4608 * gdb.base/maint.exp: Update expected output.
4609
0d7b2549
AA
46102014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4611
4612 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
4613 4-byte instruction on S390.
4614
8908fca5
JB
46152014-11-19 Joel Brobecker <brobecker@adacore.com>
4616
4617 * gdb.ada/arr_arr: New testcase.
4618
4a46959e
JB
46192014-11-19 Joel Brobecker <brobecker@adacore.com>
4620
4621 * gdb.ada/pkd_arr_elem: New Testcase.
4622
470e2f4e
LM
46232014-11-18 Luis Machado <lgustavo@codesourcery.com>
4624
4625 * gdb.reverse/break-precsave: Expect completion message for
4626 core file reads.
4627 * gdb.reverse/consecutive-precsave.exp: Likewise.
4628 * gdb.reverse/finish-precsave.exp: Likewise.
4629 * gdb.reverse/i386-precsave.exp: Likewise.
4630 * gdb.reverse/machinestate-precsave.exp: Likewise.
4631 * gdb.reverse/sigall-precsave.exp: Likewise.
4632 * gdb.reverse/solib-precsave.exp: Likewise.
4633 * gdb.reverse/step-precsave.exp: Likewise.
4634 * gdb.reverse/until-precsave.exp: Likewise.
4635 * gdb.reverse/watch-precsave.exp: Likewise.
4636
a267f3ad
AA
46372014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4638
4639 * gdb.base/bp-permanent.c: Include unistd.h.
4640 * gdb.python/py-framefilter-mi.c (main): Add return type.
4641 * gdb.python/py-framefilter.c (main): Likewise.
4642 * gdb.trace/actions-changed.c (main): Likewise.
4643
12084a9a
AA
46442014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4645
4646 * gdb.mi/until.c: Add eye-catchers.
4647 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
4648 line numbers.
4649
dc7e1a77
AA
46502014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4651
4652 * gdb.base/condbreak.exp: Drop references to removed non-prototype
4653 function header variants in break1.c.
4654 * gdb.base/ena-dis-br.exp: Likewise.
4655 * gdb.base/hbreak2.exp: Likewise.
4656 * gdb.reverse/until-precsave.exp: Drop references to removed
4657 non-prototype function header variants in ur1.c.
4658 * gdb.reverse/until-reverse.exp: Likewise.
4659
41c77605
PM
46602014-11-17 Petr Machata <pmachata@redhat.com>
4661
4662 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
4663 ${_cu_offset_size} bytes abbrev offset.
4664
34248c3a
DE
46652014-11-15 Doug Evans <xdje42@gmail.com>
4666
4667 PR symtab/17559
4668 * gdb.base/line-symtabs.exp: New file.
4669 * gdb.base/line-symtabs.c: New file.
4670 * gdb.base/line-symtabs.h: New file.
4671
646da059
YQ
46722014-11-14 Yao Qi <yao@codesourcery.com>
4673
4674 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
4675 (func): Add label func_label.
4676 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
4677 Replace low_pc and high_pc with MACRO_AT_range.
4678 Replace name, low_pc and high_pc with MACRO_AT_func.
4679
9301ebe6
YQ
46802014-11-14 Yao Qi <yao@codesourcery.com>
4681
4682 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
4683 Replace name, low_pc and high_pc with MACRO_AT_func.
4684
f166b542
YQ
46852014-11-14 Yao Qi <yao@codesourcery.com>
4686
4687 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
4688 produce debug information.
4689 * gdb.dwarf2/implptr-optimized-out.S: Removed.
4690
0f6e71e3
YQ
46912014-11-14 Yao Qi <yao@codesourcery.com>
4692
4693 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
4694 object and get function length.
4695 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
4696 with MACRO_AT_func.
4697 (top-level): Replace gdb_compile and clean_restart with
4698 prepare_for_testing.
4699 * gdb.dwarf2/main.c (main): Add label main_label.
4700
876c4df9
YQ
47012014-11-14 Yao Qi <yao@codesourcery.com>
4702
4703 * lib/dwarf.exp (function_range): New procedure.
4704 (Dwarf::_handle_macro_at_func): New procedure.
4705 (Dwarf::_handle_macro_at_range): New procedure.
4706 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
4707
02ad9cf1
YQ
47082014-11-14 Yao Qi <yao@codesourcery.com>
4709
4710 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
4711 (_handle_attribute): New procedure.
4712
a59add0c
AA
47132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4714
4715 * gdb.ada/cond_lang/foo.c (callme): Add return type.
4716 * gdb.base/call-sc.c (zed): Likewise.
4717 * gdb.base/checkpoint.c (main): Likewise.
4718 * gdb.base/dump.c (main): Likewise.
4719 * gdb.base/gcore.c (main): Likewise.
4720 * gdb.base/huge.c (main): Likewise.
4721 * gdb.base/multi-forks.c (main): Likewise.
4722 * gdb.base/pr10179-a.c (main): Likewise.
4723 * gdb.base/savedregs.c (main): Likewise.
4724 * gdb.base/sigaltstack.c (main): Likewise.
4725 * gdb.base/siginfo.c (main): Likewise.
4726 * gdb.base/structs.c (zed): Likewise.
4727 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
4728 * gdb.mi/mi-syn-frame.c (main): Likewise.
4729 * gdb.mi/until.c (foo, main): Likewise.
4730 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
4731 * gdb.base/solib-weak.c (foo): Declare.
4732 * gdb.base/attach-twice.c: Include stdio.h.
4733 * gdb.base/weaklib1.c: Likewise.
4734 * gdb.base/weaklib2.c: Likewise.
4735 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
4736 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
4737 unistd.h.
4738 * gdb.base/attach-pie-misread.c: Include stdlib.h.
4739 * gdb.mi/mi-exit-code.c: Likewise.
4740 * gdb.base/break-interp-lib.c: Include string.h.
4741 * gdb.base/coremaker.c: Likewise.
4742 * gdb.base/testenv.c: Likewise.
4743 * gdb.python/py-finish-breakpoint.c: Likewise.
4744 * gdb.base/inferior-died.c: Include sys/wait.h.
4745 * gdb.base/fileio.c: Include time.h.
4746 * gdb.base/async-shell.c: Include unistd.h.
4747 * gdb.base/dprintf-non-stop.c: Likewise.
4748 * gdb.base/info-os.c: Likewise.
4749 * gdb.mi/mi-console.c: Likewise.
4750 * gdb.mi/watch-nonstop.c: Likewise.
4751 * gdb.python/py-events.c: Likewise.
4752 * gdb.base/async.c (baz): Move up before its invocation.
4753 * gdb.base/code_elim2.c (my_global_func): Likewise.
4754 * gdb.base/skip-solib-lib.c (multiply): Likewise.
4755 * gdb.base/advance.c (func2): Likewise.
4756
3b5d5997
AA
47572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4758
4759 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
4760 variant.
4761 * gdb.base/annota3.c: Likewise.
4762 * gdb.base/async.c: Likewise.
4763 * gdb.base/average.c: Likewise.
4764 * gdb.base/call-ar-st.c: Likewise.
4765 * gdb.base/call-rt-st.c: Likewise.
4766 * gdb.base/call-sc.c: Likewise.
4767 * gdb.base/call-strs.c: Likewise.
4768 * gdb.base/ending-run.c: Likewise.
4769 * gdb.base/execd-prog.c: Likewise.
4770 * gdb.base/exprs.c: Likewise.
4771 * gdb.base/foll-exec.c: Likewise.
4772 * gdb.base/foll-fork.c: Likewise.
4773 * gdb.base/foll-vfork.c: Likewise.
4774 * gdb.base/funcargs.c: Likewise.
4775 * gdb.base/gcore.c: Likewise.
4776 * gdb.base/jump.c: Likewise.
4777 * gdb.base/langs0.c: Likewise.
4778 * gdb.base/langs1.c: Likewise.
4779 * gdb.base/langs2.c: Likewise.
4780 * gdb.base/mips_pro.c: Likewise.
4781 * gdb.base/nodebug.c: Likewise.
4782 * gdb.base/opaque0.c: Likewise.
4783 * gdb.base/opaque1.c: Likewise.
4784 * gdb.base/recurse.c: Likewise.
4785 * gdb.base/run.c: Likewise.
4786 * gdb.base/scope0.c: Likewise.
4787 * gdb.base/scope1.c: Likewise.
4788 * gdb.base/setshow.c: Likewise.
4789 * gdb.base/setvar.c: Likewise.
4790 * gdb.base/shmain.c: Likewise.
4791 * gdb.base/shr1.c: Likewise.
4792 * gdb.base/shr2.c: Likewise.
4793 * gdb.base/sigall.c: Likewise.
4794 * gdb.base/signals.c: Likewise.
4795 * gdb.base/so-indr-cl.c: Likewise.
4796 * gdb.base/solib2.c: Likewise.
4797 * gdb.base/structs.c: Likewise.
4798 * gdb.base/sum.c: Likewise.
4799 * gdb.base/vforked-prog.c: Likewise.
4800 * gdb.base/watchpoint.c: Likewise.
4801 * gdb.reverse/shr2.c: Likewise.
4802 * gdb.reverse/until-reverse.c: Likewise.
4803 * gdb.reverse/ur1.c: Likewise.
4804 * gdb.reverse/watch-reverse.c: Likewise.
4805
066a77c5
AA
48062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4807
4808 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
4809 variant.
4810 * gdb.base/sepdebug.exp: Drop references to removed code.
4811
4f204ea5
AA
48122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4813
4814 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
4815 variant. Preserve original line numbering.
4816 * gdb.base/list1.c: Likewise.
4817
3b377a3a
AA
48182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4819
4820 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
4821 variant.
4822 * gdb.base/break1.c: Likewise.
4823 * gdb.base/break.exp: Drop references to removed code.
4824
e444df73
AA
48252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4826
4827 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
4828 variant.
4829
8008f2a7
AA
48302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4831
4832 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
4833
a5a06887
AA
48342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4835
4836 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
4837 logic into perform_all_tests() and invoke it with and without
4838 function header prototypes.
4839 (do_function_calls): Remove conditional XFAIL for PR 5318.
4840 (rerun_and_prepare): Remove duplicate code.
4841 (perform_all_tests): New. Main logic moved here.
4842
44dba9b9
AA
48432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4844
4845 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
4846 code guarded by #ifdef NO_PROTOTYPES.
4847 (t_double_many_args): Likewise.
4848 (DEF_FUNC_MANY_ARGS_1): Likewise.
4849 (DEF_FUNC_VALUES_1): Likewise.
4850 (t_structs_ldc): Renamed from t_structs_fc in conditional code
4851 guarded by #ifdef PROTOTYPES.
4852
d1fbcd56
AA
48532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4854
4855 * gdb.mi/mi-console.c: Add eye-catcher.
4856 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
4857 instead of literal line number.
4858
b0e59b8f
AA
48592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4860
4861 * gdb.base/shr2.c: Add eye-catcher.
4862 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
4863 line number.
4864
78f98cca
AA
48652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4866
4867 * gdb.base/jump.c: Add eye-catchers.
4868 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
4869 numbers.
4870
58fa2af0
AA
48712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4872
4873 * gdb.base/execd-prog.c: Add eye-catchers.
4874 * gdb.base/foll-exec.c: Likewise.
4875 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
4876 line numbers.
4877
04e5059b
AA
48782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4879
4880 * gdb.base/ending-run.c: Add eye-catchers.
4881 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
4882 literal line numbers.
4883
dbfdb174
AA
48842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4885
4886 * gdb.base/call-rt-st.c: Add eye-catchers.
4887 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
4888 literal line numbers.
4889
888a2ade
AA
48902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4891
4892 * gdb.base/call-ar-st.c: Add eye-catchers.
4893 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
4894 literal line numbers.
4895
6acc2dde
AA
48962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4897
4898 * gdb.base/average.c: Add eye-catchers.
4899 * gdb.base/sum.c: Likewise.
4900 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
4901 regexps dynamically.
4902
9ecfcd1d
AA
49032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4904
4905 * gdb.base/solib1.c: Add eye-catchers.
4906 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
4907 literal line numbers.
4908
78708b7c
PA
49092014-11-12 Pedro Alves <palves@redhat.com>
4910
4911 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
4912 leader has exited.
4913
af48d08f
PA
49142014-11-12 Pedro Alves <palves@redhat.com>
4915
4916 * gdb.arch/i386-bp_permanent.c: New file.
4917 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
4918 (srcfile): Set to i386-bp_permanent.c.
4919 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
4920 that stepi does not execute the 'leave' instruction, instead of
4921 testing it does execute.
4922 * gdb.base/bp-permanent.c: New file.
4923 * gdb.base/bp-permanent.exp: New file.
4924
af3768e9
DE
49252014-11-10 Doug Evans <xdje42@gmail.com>
4926
4927 PR symtab/17564
4928 * gdb.base/symtab-search-order.exp: New file.
4929 * gdb.base/symtab-search-order.c: New file.
4930 * gdb.base/symtab-search-order-1.c: New file.
4931 * gdb.base/symtab-search-order-shlib-1.c: New file.
4932
9de00a4a
PA
49332014-11-07 Pedro Alves <palves@redhat.com>
4934
4935 PR gdb/17511
4936 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
4937 i?86-*-linux*.
4938
e0f52461
SC
49392014-11-03 Siva Chandra Reddy <sivachandra@google.com>
4940
4941 PR c++/17494
4942 * gdb.cp/pr17494.cc: New file.
4943 * gdb.cp/pr17494.exp: New file.
4944
6ce8c980
YQ
49452014-11-02 Yao Qi <yao@codesourcery.com>
4946
4947 * gdb.python/python.exp: Get working directory and match the
4948 output of "set extended-prompt \\w " with it.
4949
02be9a71
DE
49502014-10-30 Doug Evans <dje@google.com>
4951
4952 * gdb.python/py-objfile.exp: Add tests for setting random attributes
4953 in objfiles.
4954 * gdb.python/py-progspace.exp: Add tests for setting random attributes
4955 in progspaces.
4956
3bdff46b
LM
49572014-10-30 Janis Johnson <janisjo@codesourcery.com>
4958
4959 * gdb.base/fullpath-expand.exp: Skip for a remote host.
4960 * gdb.base/realname-expand.exp: Likewise.
4961 * gdb.linespec/macro-relative.exp: Likewise.
4962
ab917dfb
PA
49632014-10-29 Pedro Alves <palves@redhat.com>
4964
4965 PR gdb/17408
4966 * gdb.threads/schedlock.c (some_function): New function.
4967 (call_function): New global.
4968 (MAYBE_CALL_SOME_FUNCTION): New macro.
4969 (thread_function): Call it.
4970 * gdb.threads/schedlock.exp (get_args): Add description parameter,
4971 and use it instead of a global counter. Adjust all callers.
4972 (get_current_thread): Use "find current thread" for test message
4973 here rather than having all callers pass down the same string.
4974 (goto_loop): New procedure, factored out from ...
4975 (my_continue): ... this.
4976 (step_ten_loops): Change parameter from test message to command to
4977 use. Adjust.
4978 (list_count): Delete global.
4979 (check_result): New procedure, factored out from duplicate top
4980 level code.
4981 (continue tests): Wrap in with_test_prefix.
4982 (test_step): New procedure, factored out from duplicate top level
4983 code.
4984 (top level): Test "step" in combination with all scheduler-locking
4985 modes. Test "next" in combination with all scheduler-locking
4986 modes, and in combination with stepping over a function call or
4987 not.
4988 * gdb.threads/next-bp-other-thread.c: New file.
4989 * gdb.threads/next-bp-other-thread.exp: New file.
4990
d3d4baed
PA
49912014-10-29 Pedro Alves <palves@redhat.com>
4992
4993 PR python/17372
4994 * gdb.python/python.exp: Test a multi-line command that spawns
4995 interactive Python.
4996 * gdb.base/multi-line-starts-subshell.exp: New file.
4997
563e8d85
YQ
49982014-10-29 Yao Qi <yao@codesourcery.com>
4999
5000 * gdb.base/fileio.exp: Make directories on host.
5001
0ea4d52e
YQ
50022014-10-29 Yao Qi <yao@codesourcery.com>
5003
5004 * gdb.base/fileio.c (test_write): Close the file.
5005
7f5ef605
PA
50062014-10-28 Pedro Alves <palves@redhat.com>
5007
5008 PR gdb/12623
5009 * gdb.base/sigstep.c (no_handler): New global.
5010 (main): If 'no_handler is true, set the signal handlers to
5011 SIG_IGN.
5012 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
5013 with_sw_watch and no_handler parameters. Handle them.
5014 (top level) <stepping over handler when stopped at a breakpoint
5015 test>: Add a test axis for testing with a software watchpoint, and
5016 another for testing with the signal handler set to SIG_IGN.
5017 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
5018 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
5019
abbdbd03
PA
50202014-10-28 Pedro Alves <palves@redhat.com>
5021
5022 PR gdb/17511
5023 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
5024 * gdb.base/sigstep.exp (other_handler_location): New global.
5025 (advance): Support stepping into the signal handler, and running
5026 commands while in the handler.
5027 (in_handler_map): New global.
5028 (top level): In the advance test, add combinations for getting
5029 into the handler with stepping commands, and for running commands
5030 in the handler. Add comment descripting the advancei tests.
5031
1df4399f
PA
50322014-10-28 Pedro Alves <palves@redhat.com>
5033
5034 * gdb.base/sigstep.exp: Use build_executable instead of
5035 prepare_for_testing.
5036 (top level): Move code that starts GDB, runs to main and creates a
5037 display to ...
5038 (restart): ... this new procedure.
5039 (top level): Move backtrace from signal handler test to ...
5040 (validate_backtrace): ... this new procedure.
5041 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
5042 with_test_prefix. Always restart GDB.
5043 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
5044 with_test_prefix. Always restart GDB. No need to delete
5045 breakpoints after the test.
5046 (test_skip_handler): Remove prefix parameter.
5047 (skip_over_handler, breakpoint_to_handler)
5048 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
5049 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
5050 restart GDB. No need to delete breakpoints after the test.
5051 (top level): Use foreach to call the test procedures with
5052 different commands.
5053
a5b6e449
PA
50542014-10-28 Pedro Alves <palves@redhat.com>
5055
5056 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
5057 instead of GNATS numbers.
5058 * gdb.base/sigbpt.exp: Likewise.
5059 * gdb.base/siginfo.exp: Likewise.
5060 * gdb.base/sigstep.exp: Likewise.
5061
e5f8a7cc
PA
50622014-10-27 Pedro Alves <palves@redhat.com>
5063
5064 * gdb.base/sigstep.c (dummy): New global.
5065 (main): Issue a couple writes to the new global.
5066 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
5067 procedures.
5068 (skip_over_handler): Use test_skip_handler.
5069 (top level): Call skip_over_handler for stepi and nexti too.
5070 (breakpoint_over_handler): Use test_skip_handler.
5071 (top level): Call breakpoint_over_handler for stepi and nexti too.
5072
763905a3
YQ
50732014-10-27 Yao Qi <yao@codesourcery.com>
5074
5075 * gdb.trace/tfile.c (adjust_function_address)
5076 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
5077 function descriptor.
5078
6f259a23
DB
50792014-10-24 Don Breazeal <donb@codesourcery.com>
5080
5081 * gdb.base/foll-fork.exp (test_follow_fork,
5082 catch_fork_child_follow): Check for updated fork messages emitted
5083 from infrun.c.
5084 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
5085 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
5086 vfork_and_exec_child_follow_through_step): Check for updated vfork
5087 messages emitted from infrun.c.
5088
09dd9a69
PA
50892014-10-24 Pedro Alves <palves@redhat.com>
5090
5091 * gdb.base/corefile.exp: Remove references to ultrix.
5092 * gdb.base/interrupt.exp: Likewise.
5093 * gdb.base/whatis.exp: Likewise.
5094 * gdb.gdb/selftest.exp: Likewise.
5095 * gdb.threads/manythreads.exp: Likewise.
5096 * gdb.threads/print-threads.exp: Likewise.
5097 * gdb.threads/pthreads.exp:: Likewise.
5098 * gdb.threads/schedlock.exp: Likewise.
5099
3433cfa5
SC
51002014-10-24 Siva Chandra Reddy <sivachandra@google.com>
5101
5102 * gdb.cp/non-trivial-retval.cc: Add a test case.
5103 * gdb.cp/non-trivial-retval.exp: Add a test.
5104
092f880b
YQ
51052014-10-20 Yao Qi <yao@codesourcery.com>
5106
5107 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
5108 * gdb.python/py-objfile-script-gdb.py: New file.
5109 * gdb.python/py-objfile-script.exp: Update reference to
5110 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
5111 of remote_download. Remove the dest file.
5112
acbdb7f3
YQ
51132014-10-20 Yao Qi <yao@codesourcery.com>
5114
5115 * gdb.base/checkpoint.exp: Don't remove file copied on host.
5116 * gdb.base/step-line.exp: Likewise.
5117 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5118 * gdb.dwarf2/dw2-basic.exp: Likewise.
5119 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5120 * gdb.dwarf2/dw2-filename.exp: Likewise.
5121 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5122 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5123 * gdb.dwarf2/dw2-producer.exp: Likewise.
5124 * gdb.dwarf2/mac-fileno.exp: Likewise.
5125 * gdb.python/py-frame-args.exp: Likewise.
5126 * gdb.python/py-framefilter.exp: Likewise.
5127 * gdb.python/py-mi.exp: Likewise.
5128 * gdb.python/py-objfile-script.exp: Likewise
5129 * gdb.python/py-pp-integral.exp: Likewise.
5130 * gdb.python/py-pp-re-notag.exp: Likewise.
5131 * gdb.python/py-prettyprint.exp: Likewise.
5132 * gdb.python/py-section-script.exp: Likewise.
5133 * gdb.python/py-typeprint.exp: Likewise.
5134 * gdb.python/py-xmethods.exp: Likewise.
5135 * gdb.stabs/weird.exp: Likewise.
5136 * gdb.xml/tdesc-regs.exp: Likewise.
5137
bd286a29
KCY
51382014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
5139
5140 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
5141 (out_cu): Use addr_len for the size of addresses.
5142 (out_line): Likewise. Size DW_LNE_set_address instruction
5143 according to addr_len.
5144 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
5145 (FUNC): Add START_INSNS to definition.
5146
673dc4a0
YQ
51472014-10-18 Yao Qi <yao@codesourcery.com>
5148
5149 * gdb.base/argv0-symlink.exp: Check argv[0] value if
5150 gdb_has_argv0 return true.
5151 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
5152 check [target_info exists noargs], check [gdb_has_argv0]
5153 instead.
5154 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5155 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
5156 procedures.
5157
4ffbba72
DE
51582014-10-17 Doug Evans <dje@google.com>
5159
5160 * gdb.python/py-events.exp: Update expected output for clear_objfiles
5161 event.
5162 * gdb.python/py-events.py: Add clear_objfiles event.
5163
d096d8c1
DE
51642014-10-17 Doug Evans <dje@google.com>
5165
5166 * gdb.python/py-objfile.exp: Test progspace attribute.
5167
a80db015
LM
51682014-10-17 Luis Machado <lgustavo@codesourcery.com>
5169
5170 * gdb.guile/scm-breakpoint.exp: Do not assume any
5171 directory separators when matching source file paths.
5172 * gdb.python/py-breakpoint.exp: Likewise.
5173 * gdb.reverse/break-precsave.exp: Likewise.
5174 * gdb.reverse/break-reverse.exp: Likewise.
5175 * gdb.reverse/consecutive-precsave.exp: Likewise.
5176 * gdb.reverse/finish-precsave.exp: Likewise.
5177 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
5178 * gdb.reverse/finish-reverse.exp: Likewise.
5179 * gdb.reverse/i386-precsave.exp: Likewise.
5180 * gdb.reverse/i387-env-reverse.exp: Likewise.
5181 * gdb.reverse/i387-stack-reverse.exp: Likewise.
5182 * gdb.reverse/machinestate-precsave.exp: Likewise.
5183 * gdb.reverse/machinestate.exp: Likewise.
5184 * gdb.reverse/sigall-precsave.exp: Likewise.
5185 * gdb.reverse/solib-precsave.exp: Likewise.
5186 * gdb.reverse/step-precsave.exp: Likewise.
5187 * gdb.reverse/until-precsave.exp: Likewise.
5188 * gdb.reverse/watch-precsave.exp: Likewise.
5189 * gdb.reverse/watch-reverse.exp: Likewise.
5190
b22089ab
YQ
51912014-10-17 Yao Qi <yao@codesourcery.com>
5192
5193 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
5194 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
5195
6c4486e6
PA
51962014-10-17 Pedro Alves <palves@redhat.com>
5197
5198 PR gdb/17471
5199 * gdb.base/bg-execution-repeat.c: New file.
5200 * gdb.base/bg-execution-repeat.exp: New file.
5201
0ff33695
PA
52022014-10-17 Pedro Alves <palves@redhat.com>
5203
5204 PR gdb/17300
5205 * gdb.base/continue-all-already-running.c: New file.
5206 * gdb.base/continue-all-already-running.exp: New file.
5207
6fdebc3d
PA
52082014-10-17 Pedro Alves <palves@redhat.com>
5209
5210 PR gdb/17472
5211 * gdb.base/annota-input-while-running.c: New file.
5212 * gdb.base/annota-input-while-running.exp: New file.
5213
32a8097b
PA
52142014-10-17 Pedro Alves <palves@redhat.com>
5215
5216 * gdb.base/callfuncs.exp: emove references to osf.
5217 * gdb.base/sigall.exp: Likewise.
5218 * gdb.gdb/selftest.exp: Likewise.
5219 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5220 * gdb.mi/non-stop.c: Likewise.
5221 * gdb.mi/pthreads.c: Likewise.
5222 * gdb.reverse/sigall-precsave.exp: Likewise.
5223 * gdb.reverse/sigall-reverse.exp: Likewise.
5224 * gdb.threads/pthreads.c: Likewise.
5225 * gdb.threads/pthreads.exp: Likewise.
5226
7a3517ff
YQ
52272014-10-17 Yao Qi <yao@codesourcery.com>
5228
5229 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
5230 check 'target_info exists noargs'.
5231 (test_command_prompt_position): Likewise.
5232 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
5233 Remove "set args".
5234 (progvar_simple_while_test): Likewise.
5235 (progvar_complex_if_while_test): Likewise.
5236 (if_while_breakpoint_command_test): Likewise.
5237 (infrun_breakpoint_command_test): Likewise.
5238 (breakpoint_command_test): Likewise.
5239 (watchpoint_command_test): Likewise.
5240 (bp_deleted_in_command_test): Likewise.
5241 (temporary_breakpoint_commands): Likewise.
5242
bb99c472
YQ
52432014-10-16 Yao Qi <yao@codesourcery.com>
5244
5245 * gdb.base/remotetimeout.exp: Remove noargs checking.
5246
7c16b83e
PA
52472014-10-15 Pedro Alves <palves@redhat.com>
5248
5249 PR breakpoints/9649
5250 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
5251 * gdb.base/breakpoint-in-ro-region.exp
5252 (probe_target_hardware_step): New procedure.
5253 (top level): Probe hardware stepping and hardware breakpoint
5254 support. Test stepping through a read-only region, with both
5255 "breakpoint auto-hw" on and off and both "always-inserted" on and
5256 off.
5257
35a49624
IB
52582014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
5259
5260 * gdb.dlang/demangle.exp: Update for demangling changes.
5261
2d1c107c
SC
52622014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5263
5264 * gdb.cp/non-trivial-retval.cc: Add new test cases.
5265 * gdb.cp/non-trivial-retval.exp: Add new tests.
5266
778811d5
SC
52672014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5268
5269 PR c++/13403
5270 PR c++/15154
5271 * gdb.cp/non-trivial-retval.cc: New file.
5272 * gdb.cp/non-trivial-retval.exp: New file.
5273
10c5f0a8
YQ
52742014-10-15 Yao Qi <yao@codesourcery.com>
5275
5276 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
5277 remote host.
5278
65d7b369
YQ
52792014-10-15 Yao Qi <yao@codesourcery.com>
5280
5281 * gdb.python/py-symbol.exp: Match file base name if host is
5282 remote, otherwise match file name with dir name.
5283 * gdb.python/py-symtab.exp: Likewise.
5284 * gdb.python/python.exp: Likewise.
5285
46dc1394
YQ
52862014-10-15 Yao Qi <yao@codesourcery.com>
5287
5288 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
5289 pattern.
5290 * gdb.python/py-symtab.exp: Likewise.
5291 * gdb.python/python.exp: Remove trailing ".*". Fix typo
5292 locationn.
5293
c40cc657
JB
52942014-10-14 Joel Brobecker <brobecker@adacore.com>
5295
5296 * gdb.ada/addr_arith: New testcase.
5297
2abf49e1
MR
52982014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
5299
5300 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
5301 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
5302 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
5303 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
5304
f7088df3
SDJ
53052014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
5306
5307 * gdb.arch/stap-eval-lang-ada.S: Likewise.
5308 * gdb.arch/stap-eval-lang-ada.c: Likewise.
5309 * gdb.arch/stap-eval-lang-ada.exp: New file.
5310
4dc06805
YQ
53112014-10-14 Yao Qi <yao@codesourcery.com>
5312
5313 * gdb.mi/mi-var-child.c (nothing1): New function.
5314 (nothing2): New function.
5315 (do_children_tests): Set function pointers by nothing1 and
5316 nothing2.
5317 * gdb.mi/mi-var-child.exp: Step over new added statements.
5318 Update test to match the new output.
5319 * gdb.mi/var-cmd.c (nothing1): New function.
5320 (nothing2): New function.
5321 (do_children_tests): Set function pointers by nothing1 and
5322 nothing2.
5323 * gdb.mi/mi-var-display.exp: Update test to match output.
5324 Step to the line specified by $line_dct_nothing.
5325 Increase the number of lines to step.
5326
46a93de2
YQ
53272014-10-14 Yao Qi <yao@codesourcery.com>
5328
5329 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
5330 tests.
5331 * gdb.mi/mi2-var-child.exp: Likewise.
5332
14ea52ee
DE
53332014-10-13 Doug Evans <dje@google.com>
5334
5335 * gdb.python/py-objfile.exp: Change name of file name test.
5336
e5c6e92b
DE
53372014-10-13 Doug Evans <dje@google.com>
5338
5339 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
5340 from the start of the CU.
5341
c780cc2f
JK
53422014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5343 Yao Qi <yao@codesourcery.com>
5344
5345 Fix "save breakpoints" for "catch" command.
5346 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
5347 Remove -nonewline. Match also the added "main" line.
5348
99894e11
JK
53492014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5350
5351 Fix "save breakpoints" for "disable $bpnum" command.
5352 * gdb.base/save-bp.c (main): Add label.
5353 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
5354
6e1ac5a3
JK
53552014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5356
5357 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
5358
754dd2b0
YQ
53592014-10-11 Yao Qi <yao@codesourcery.com>
5360
5361 * gdb.server/server-kill.exp: Execute command
5362 "set remote trace-status-packet on" before "tstatus".
5363
f90183d7
YQ
53642014-10-11 Yao Qi <yao@codesourcery.com>
5365
5366 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
5367 (main): Call getppid.
5368 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
5369 and continue to it. Read variable "server_pid".
5370
bf40a607
YQ
53712014-10-11 Yao Qi <yao@codesourcery.com>
5372
5373 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
5374
052ca370
YQ
53752014-10-11 Yao Qi <yao@codesourcery.com>
5376
5377 * gdb.threads/thread-find.exp: Don't execute command
5378 "info threads".
5379 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
5380 * gdb.threads/linux-dp.exp: Don't check the condition
5381 $threads_created equals to zero.
5382
3831839c
PA
53832014-10-10 Pedro Alves <palves@redhat.com>
5384
5385 * gdb.base/bigcore.exp: Remove references to IRIX.
5386 * gdb.base/funcargs.exp: Likewise.
5387 * gdb.base/interrupt.exp: Likewise.
5388 * gdb.base/mips_pro.exp: Likewise.
5389 * gdb.base/nodebug.exp: Likewise.
5390 * gdb.base/setvar.exp: Likewise.
5391 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
5392
8b9a549d
PA
53932014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5394 Pedro Alves <palves@redhat.com>
5395
5396 PR symtab/14466
5397 * gdb.base/vdso-warning.c: New file.
5398 * gdb.base/vdso-warning.exp: New file.
5399
d48ba5e8
DE
54002014-10-02 Doug Evans <dje@google.com>
5401
5402 * gdb.base/structs.c (main): Don't run forever.
5403
2278c276
PA
54042014-10-02 Pedro Alves <palves@redhat.com>
5405
5406 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
5407 (top level) <stop threads 1, stop threads 2>: Use it.
5408
b57bacec
PA
54092014-10-02 Pedro Alves <palves@redhat.com>
5410
5411 * gdb.threads/break-while-running.exp (test): Add new
5412 'update_thread_list' argument. Skip "info threads" if false.
5413 (top level): Add new 'update_thread_list' axis.
5414
13fd3ff3
PA
54152014-10-02 Pedro Alves <palves@redhat.com>
5416
5417 PR breakpoints/17431
5418 * gdb.base/execl-update-breakpoints.c: New file.
5419 * gdb.base/execl-update-breakpoints.exp: New file.
5420
0fec99e8
PA
54212014-10-01 Pedro Alves <palves@redhat.com>
5422
5423 * gdb.base/breakpoint-in-ro-region.c: New file.
5424 * gdb.base/breakpoint-in-ro-region.exp: New file.
5425
2ddf4301
SM
54262014-10-01 Simon Marchi <simon.marchi@ericsson.com>
5427
5428 * gdb.mi/mi-exit-code.exp: New file.
5429 * gdb.mi/mi-exit-code.c: New file.
5430
6a5f3f43
YQ
54312014-09-30 Yao Qi <yao@codesourcery.com>
5432
5433 * lib/prelink-support.exp (build_executable_own_libs): Error if
5434 the target isn't native.
5435
345bcc73
YQ
54362014-09-30 Yao Qi <yao@codesourcery.com>
5437
5438 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
5439 false.
5440
a25a5a45
PA
54412014-09-22 Pedro Alves <palves@redhat.com>
5442
5443 * gdb.threads/break-while-running.exp: New file.
5444 * gdb.threads/break-while-running.c: New file.
5445
00ba3162
YQ
54462014-09-19 Yao Qi <yao@codesourcery.com>
5447
5448 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
5449 Invoke test. Restart GDB with --readnow and invoke test again.
5450
c3b7b696
YQ
54512014-09-19 Yao Qi <yao@codesourcery.com>
5452
5453 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
5454 proc set_breakpoint_on_gcd_function. Invoke
5455 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
5456 invoke set_breakpoint_on_gcd_function again.
5457
2b4fd423
DE
54582014-09-18 Doug Evans <dje@google.com>
5459
5460 * gdb.dwarf2/symtab-producer.exp: New file.
5461
a5947601
SDJ
54622014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5463
5464 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
5465 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
5466 * gdb.base/global-var-nested-by-dso.c: Likewise.
5467 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5468
91c19059
SDJ
54692014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5470 Pedro Alves <palves@redhat.com>
5471
5472 * gdb.base/watch-bitfields.exp: Pass string other than test file
5473 name to prepare_for_testing.
5474 (watch): New procedure.
5475 (expect_watchpoint): Use with_test_prefix.
5476 (top level): Factor out tests to ...
5477 (test_watch_location, test_regular_watch): ... these new
5478 procedures, and use with_test_prefix and gdb_continue_to_end.
5479
bb9d5f81
PP
54802014-09-16 Patrick Palka <patrick@parcs.ath.cx>
5481
5482 PR breakpoints/12526
5483 * gdb.base/watch-bitfields.exp: New file.
5484 * gdb.base/watch-bitfields.c: New file.
5485
635856f5
PA
54862014-09-16 Pedro Alves <palves@redhat.com>
5487
5488 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
5489 software and hardware addresses, not software address against
5490 itself.
5491
7280ceea
PA
54922014-09-16 Pedro Alves <palves@redhat.com>
5493
5494 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
5495 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
5496
428b16bd
PA
54972014-09-16 Pedro Alves <palves@redhat.com>
5498
5499 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
5500 files.
5501 * gdb.base/a2-run.exp: Remove all code guarded by istarget
5502 "*-*-vxworks*" throughout.
5503 * gdb.base/break.exp: Likewise.
5504 * gdb.base/default.exp: Likewise.
5505 * gdb.base/scope.exp: Likewise.
5506 * gdb.base/sepdebug.exp: Likewise.
5507 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
5508 throughout.
5509 * gdb.base/run.c: Likewise.
5510 * gdb.base/sepdebug.c: Likewise.
5511 * gdb.hp/gdb.aCC/run.c: Likewise.
5512 * gdb.reverse/until-reverse.c: Likewise.
5513 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
5514
666d413c
YQ
55152014-09-16 Yao Qi <yao@codesourcery.com>
5516
5517 * boards/local-remote-host-native.exp: New file.
5518
57cbd724
DE
55192014-09-14 Doug Evans <xdje42@gmail.com>
5520
5521 * gdb.threads/queue-signal.c (thread_count): New variable.
5522 (thread_count_mutex, thread_count_condvar): New variables.
5523 (incr_thread_count, wait_all_threads_running): New functions.
5524 (main): Wait for all threads to be in their thread functions.
5525
81219e53
DE
55262014-09-13 Doug Evans <xdje42@gmail.com>
5527
5528 * gdb.threads/queue-signal.c: New file.
5529 * gdb.threads/queue-signal.exp: New file.
5530
3714cea7
DE
55312014-09-13 Doug Evans <xdje42@gmail.com>
5532
5533 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
5534 be consistent with what default_gdb_init uses.
5535 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
5536 the plain text of the prompt. Add some logging printfs.
5537 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
5538
fa43b1d7
PA
55392014-09-12 Pedro Alves <palves@redhat.com>
5540
5541 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
5542 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
5543 * gdb.arch/i386-size-overlap.exp: Likewise.
5544 * gdb.arch/i386-size.exp: Likewise.
5545 * gdb.arch/i386-unwind.exp: Likewise.
5546 * gdb.base/a2-run.exp: Likewise.
5547 * gdb.base/break.exp: Likewise.
5548 * gdb.base/charset.exp: Likewise.
5549 * gdb.base/chng-syms.exp: Likewise.
5550 * gdb.base/commands.exp: Likewise.
5551 * gdb.base/dbx.exp: Likewise.
5552 * gdb.base/find.exp: Likewise.
5553 * gdb.base/funcargs.exp: Likewise.
5554 * gdb.base/jit-simple.exp: Likewise.
5555 * gdb.base/reread.exp: Likewise.
5556 * gdb.base/sepdebug.exp: Likewise.
5557 * gdb.base/step-bt.exp: Likewise.
5558 * gdb.cp/mb-inline.exp: Likewise.
5559 * gdb.cp/mb-templates.exp: Likewise.
5560 * gdb.objc/basicclass.exp: Likewise.
5561 * gdb.threads/killed.exp: Likewise.
5562
9d9bf2df
EBM
55632014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5564
5565 PR tdep/17379
5566 * gdb.arch/powerpc-stackless.S: New file.
5567 * gdb.arch/powerpc-stackless.exp: New file.
5568
1cf2f1b0
JK
55692014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5570
5571 * gdb.base/attach.c: Include unistd.h.
5572 (main): Call alarm. Add label postloop.
5573 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
5574 gdb_breakpoint, gdb_continue_to_breakpoint.
5575 (test_command_line_attach_run): Kill ${testpid} in one exit path.
5576
98880d46
PA
55772014-09-11 Pedro Alves <palves@redhat.com>
5578
5579 PR gdb/17347
5580 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
5581 * gdb.base/attach.exp (test_command_line_attach_run): New
5582 procedure.
5583 (top level): Call it.
5584
4c92ff2c
PA
55852014-09-11 Pedro Alves <palves@redhat.com>
5586
5587 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
5588 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
5589 (do_command_attach_tests): Use spawn_wait_for_attach.
5590 * gdb.base/solib-overlap.exp: Likewise.
5591 * gdb.multi/multi-attach.exp: Likewise.
5592 * gdb.python/py-prompt.exp: Likewise.
5593 * gdb.python/py-sync-interp.exp: Likewise.
5594 * gdb.server/ext-attach.exp: Likewise.
5595
3adc1a7d
GKB
55962014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
5597
5598 * gdb.fortran/array-element.exp: Remove unexpected "continue"
5599 command in testcase. Simplify testcase.
5600
96334934
JB
56012014-09-10 Joel Brobecker <brobecker@adacore.com>
5602
5603 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
5604
eb479039
JB
56052014-09-10 Joel Brobecker <brobecker@adacore.com>
5606
5607 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
5608
deede10c
JB
56092014-09-10 Joel Brobecker <brobecker@adacore.com>
5610
5611 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
5612
7828a5f5
JB
56132014-09-10 Joel Brobecker <brobecker@adacore.com>
5614
5615 * gdb.dwarf2/dynarr-ptr.c: New file.
5616 * gdb.dwarf2/dynarr-ptr.exp: New file.
5617
33aeebcf
MR
56182014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5619
5620 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
5621 of 30 rather than hardcoding 120 for a slow test case. Take the
5622 `gdb,timeout' target setting into account for this calculation.
5623 Don't extend the timeout for the test cases that don't need it.
5624
7b415901
MR
56252014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5626
5627 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
5628 a factor of 2 for a slow test case. Take the `gdb,timeout'
5629 target setting into account for this calculation.
5630 * gdb.reverse/until-precsave.exp: Increase the timeout by
5631 a factor of 15 and 3 respectively rather than adding 120
5632 for a pair of slow test cases. Take the `gdb,timeout'
5633 target setting into account for this calculation.
5634
4a40f85a
MR
56352014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5636
5637 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
5638 timeout, don't pass one down to gdb_expect.
5639 (gdb_expect): Rework timeout selection.
5640
09635af7
MR
56412014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5642
5643 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
5644 exception on timeout.
5645 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
5646 (gdbserver_start_extended): Catch any `gdbserver_start' error
5647 exceptions.
5648 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
5649 * lib/mi-support.exp (mi_gdb_target_load): Catch any
5650 `gdbserver_gdb_load' error exceptions.
5651
2bdd10b7
MR
56522014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5653
5654 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
5655 120 on waiting for the TCP socket to open.
5656
316935f0
DE
56572014-09-09 Doug Evans <xdje42@gmail.com>
5658
5659 * gdb.base/default.exp (show_conv_list): Add _caller_is,
5660 _caller_matches, _any_caller_is, _any_caller_matches.
5661
83740597
DE
56622014-09-09 Doug Evans <xdje42@gmail.com>
5663
5664 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
5665
4c122fc3
YQ
56662014-09-09 Yao Qi <yao@codesourcery.com>
5667
5668 * gdb.mi/mi-var-display.exp: Set print symbol off.
5669
a9f116cb
GKB
56702014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
5671
5672 PR gdb/17035
5673 * gdb.base/commands.exp: Add tests to verify user-defined
5674 commands with empty bodies.
5675 * gdb.python/py-cmd.exp: Test that we don't show user-defined
5676 python commands in `show user command`.
5677 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
5678 scheme commands in `show user command`.
5679
c75bd3a2
JK
56802014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5681
5682 PR python/17355
5683 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
5684 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
5685 * gdb.python/py-framefilter-invalidarg.exp: New file.
5686 * gdb.python/py-framefilter-invalidarg.py: New file.
5687
faa42425
DE
56882014-09-06 Doug Evans <xdje42@gmail.com>
5689
5690 PR 15276
5691 * gdb.python/py-caller-is.c: New file.
5692 * gdb.python/py-caller-is.exp: New file.
5693
474ca4f6
SDJ
56942014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
5695
5696 PR gdb/17235
5697 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
5698 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
5699
eb0b0463
SDJ
57002014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
5701
5702 PR fortran/17237
5703 * gdb.fortran/print-formatted.exp: New file.
5704 * gdb.fortran/print-formatted.f90: Likewise.
5705
5f3b99cf
SS
57062014-09-03 Sasha Smundak <asmundak@google.com>
5707
5708 * gdb.python/py-frame.exp: Test Frame.read_register.
5709
7d793aa9
SDJ
57102014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
5711
5712 PR python/16699
5713 * gdb.python/py-completion.exp: New file.
5714 * gdb.python/py-completion.py: Likewise.
5715
fb0576e9
DE
57162014-08-28 Doug Evans <dje@google.com>
5717
5718 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
5719 eax,etc. are live with values set by gdb and thus the compiler can't
5720 use them.
5721 * gdb.arch/i386-pseudo.c (main): Ditto.
5722
ee92b0dd
DE
57232014-08-27 Doug Evans <dje@google.com>
5724
5725 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
5726
6649db35
DE
57272014-08-25 Doug Evans <dje@google.com>
5728
5729 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
5730 (main): Ditto.
5731
564b7600
DE
57322014-08-25 Doug Evans <dje@google.com>
5733
5734 * gdb.threads/thread-execl.exp: #include <stdio.h>.
5735
3881fb67
YQ
57362014-08-24 Yao Qi <yao@codesourcery.com>
5737
5738 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
5739 symbol off.
5740 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
5741
a05a36a5
DE
57422014-08-22 Doug Evans <dje@google.com>
5743
5744 PR 17276
5745 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
5746 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
5747 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
5748
7c343b48
YQ
57492014-08-22 Yao Qi <yao@codesourcery.com>
5750
5751 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
5752 * gdb.python/py-finish-breakpoint2.exp: Likewise.
5753 * gdb.python/python.exp: Likewise. Use .py file on the host
5754 instead of the build.
5755
22fd09ae
JK
57562014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5757
5758 * gdb.threads/gcore-stale-thread.c: New file.
5759 * gdb.threads/gcore-stale-thread.exp: New file.
5760
a8454a7c
PA
57612014-08-21 Pedro Alves <palves@redhat.com>
5762
5763 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
5764 * gdb.base/gcore-relro-pie.exp: Likewise.
5765 * gdb.base/gcore-relro.exp: Likewise.
5766 * gdb.base/gcore.exp: Likewise.
5767 * gdb.base/print-symbol-loading.exp: Likewise.
5768 * gdb.threads/gcore-thread.exp: Likewise.
5769 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
5770
2a31c623
PA
57712014-08-20 Pedro Alves <palves@redhat.com>
5772 Jan Kratochvil <jan.kratochvil@redhat.com>
5773
5774 * Makefile.in (EXTRA_RULES, CC): New variables, get from
5775 configure.
5776 (EXPECT): Handle READ1 being set.
5777 (all): Depend on EXTRA_RULES.
5778 (check-read1, expect-read1, read1.so, read1): New rules.
5779 * README (Testsuite Parameters): Document the READ1 make variable.
5780 (Race detection): New section.
5781 * configure: Regenerate.
5782 * configure.ac: If build==host==target, and running under a
5783 GNU/glibc system, add read1 to the extra Makefile rules.
5784 (EXTRA_RULES): AC_SUBST it.
5785 * lib/read1.c: New file.
5786
d36430db
JB
57872014-08-20 Joel Brobecker <brobecker@adacore.com>
5788
5789 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
5790 the handling of variables declared as a typedef to an array
5791 which a DW_AT_data_location attribute.
5792
9a0dc9e3
PA
57932014-08-19 Andrew Burgess <aburgess@broadcom.com>
5794 Pedro Alves <palves@redhat.com>
5795
5796 PR symtab/14604
5797 PR symtab/14605
5798 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
5799 gdb_test.
5800
0718a8da
PA
58012014-08-19 Pedro Alves <palves@redhat.com>
5802
5803 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
5804
13b448cd
YQ
58052014-08-19 Yao Qi <yao@codesourcery.com>
5806
5807 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
5808 right line.
5809
1cbf5077
DB
58102014-08-18 David Blaikie <dblaikie@gmail.com>
5811
5812 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
5813
bf0fae19
JB
58142014-08-18 Joel Brobecker <brobecker@adacore.com>
5815
5816 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
5817 attribute in array range.
5818
3c8c5dcc
JB
58192014-08-18 Joel Brobecker <brobecker@adacore.com>
5820
5821 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
5822
e66d4446
SC
58232014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5824
5825 PR c++/17132
5826 * gdb.cp/pr17132.cc: New file.
5827 * gdb.cp/pr17132.exp: New file.
5828
940df408
SC
58292014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5830
5831 * gdb.python/py-xmethods.py (A_getarrayind)
5832 (E_method_char_worker.__call__, E_method_int_worker.__call__):
5833 Use 'print' with function call syntax.
5834 (E_method_matcher.match): Fix tab vs space indentation mixup.
5835
ebcc6c3a
YQ
58362014-08-15 Yao Qi <yao@codesourcery.com>
5837
5838 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
5839 false.
5840
775e0f04
YQ
58412014-08-15 Yao Qi <yao@codesourcery.com>
5842
5843 * gdb.cp/casts.exp: Set print symbol off.
5844 * gdb.cp/class2.exp: Likewise.
5845 * gdb.cp/overload.exp: Likewise.
5846 * gdb.cp/templates.exp: Likewise.
5847
d769e349
DE
58482014-08-11 Doug Evans <dje@google.com>
5849
5850 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5851 (test_load_shlib): Update.
5852
20c6f1e1
YQ
58532014-08-09 Yao Qi <yao@codesourcery.com>
5854
5855 * gdb.base/display.exp: Invoke is_address_zero_readable.
5856 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
5857 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5858 * gdb.base/hbreak-unmapped.exp: Return if
5859 is_address_zero_readable returns true.
5860 * gdb.base/signest.exp: Likewise.
5861 * gdb.base/signull.exp: Likewise.
5862 * gdb.base/sigbpt.exp: Likewise.
5863 * gdb.guile/scm-disasm.exp: Do the test if
5864 is_address_zero_readable returns false.
5865 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
5866 * gdb.python/py-arch.exp: Likewise.
5867 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
5868 * lib/gdb.exp (is_address_zero_readable): New proc.
5869
5792e8e3
YQ
58702014-08-09 Yao Qi <yao@codesourcery.com>
5871
5872 PR testsuite/13443
5873 * gdb.mi/mi-var-display.exp: Make test messages unique.
5874
3cecbbbe
TT
58752014-08-04 Tom Tromey <tromey@redhat.com>
5876
5877 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
5878 target 0".
5879
00b51ff5
TT
58802014-08-04 Tom Tromey <tromey@redhat.com>
5881
5882 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
5883 "target_resume".
5884
6908c509
JB
58852014-08-01 Joel Brobecker <brobecker@adacore.com>
5886
5887 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
5888 inner_vla_struct_object_size.
5889 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
5890 as xfail.
5891
cc6563d2
PA
58922014-07-30 Pedro Alves <palves@redhat.com>
5893
5894 * gdb.threads/signal-command-handle-nopass.exp (test): Add
5895 comment.
5896
7e09a223
YQ
58972014-07-29 Yao Qi <yao@codesourcery.com>
5898
5899 PR gdb/17206
5900 * gdb.base/until-nodebug.exp: New.
5901
7ebdbe92
DE
59022014-07-28 Doug Evans <xdje42@gmail.com>
5903
5904 PR guile/17203
5905 * gdb.guile/scm-parameter.exp: Add tests for trying to create
5906 previously existing parameter, and previously ambiguously spelled
5907 parameter.
5908
fdb1adc6
WN
59092014-07-28 Will Newton <will.newton@linaro.org>
5910
5911 * gdb.base/varargs.exp: Remove KFAILs for ARM.
5912
186fcde0
DE
59132014-07-26 Ludovic Courtès <ludo@gnu.org>
5914 Doug Evans <xdje42@gmail.com>
5915
5916 PR guile/17146
5917 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
5918
70509625
PA
59192014-07-25 Pedro Alves <palves@redhat.com>
5920
5921 * gdb.threads/signal-command-handle-nopass.c: New file.
5922 * gdb.threads/signal-command-handle-nopass.exp: New file.
5923 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
5924 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
5925 * gdb.threads/signal-delivered-right-thread.c: New file.
5926 * gdb.threads/signal-delivered-right-thread.exp: New file.
5927
c3f814a1
PA
59282014-07-25 Pedro Alves <palves@redhat.com>
5929
5930 * gdb.base/double-prompt-target-event-error.exp
5931 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
5932 match.
5933 (cancel_pagination_in_target_event): Rework double prompt
5934 detection.
5935 * gdb.base/paginate-after-ctrl-c-running.exp
5936 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
5937 <return>' match.
5938 * gdb.base/paginate-bg-execution.exp
5939 (test_bg_execution_pagination_return)
5940 (test_bg_execution_pagination_cancel): Remove '-notransfer
5941 <return>' matches.
5942 * gdb.base/paginate-execution-startup.exp
5943 (test_fg_execution_pagination_return)
5944 (test_fg_execution_pagination_cancel): Remove '-notransfer
5945 <return>' matches.
5946 * gdb.base/paginate-inferior-exit.exp
5947 (test_paginate_inferior_exited): Remove '-notransfer <return>'
5948 match.
5949 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
5950 * lib/gdb.exp (pagination_prompt): Run text through
5951 string_to_regexp.
5952 (gdb_test_multiple): Match $pagination_prompt instead of
5953 "<return>".
5954 (string_to_regexp): Move to lib/gdb-utils.exp.
5955
e214cf6c
JK
59562014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5957
5958 * gdb.arch/amd64-entry-value-paramref.S: New file.
5959 * gdb.arch/amd64-entry-value-paramref.cc: New file.
5960 * gdb.arch/amd64-entry-value-paramref.exp: New file.
5961 * gdb.arch/amd64-optimout-repeat.S: New file.
5962 * gdb.arch/amd64-optimout-repeat.c: New file.
5963 * gdb.arch/amd64-optimout-repeat.exp: New file.
5964
17d0c5c8
JK
59652014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5966
5967 PR gdb/17170
5968 * gdb.base/statistics.exp: New file.
5969
b8b8facf
DE
59702014-07-17 Doug Evans <dje@google.com>
5971
74b49205 5972 PR gdb/17170
b8b8facf
DE
5973 * gdb.base/maint.exp: Update testing of per-command stats.
5974
1b5d0ab3
PA
59752014-07-16 Pedro Alves <palves@redhat.com>
5976
5977 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
5978 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
5979 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
5980 (tfile_write_buf): New functions.
5981 (add_memory_block): Rewrite using the above.
5982 (adjust_function_address): New function.
5983 (FUNCTION_ADDRESS): New macro.
5984 (write_basic_trace_file): Remove short_x local, and use
5985 tfile_write_16. Change type of func_addr local to unsigned long
5986 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
5987 here. Cast argument of add_memory_block to char pointer.
5988 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
5989 (main): Remove parameters.
5990 * gdb.trace/tfile.exp: Remove nowarnings.
5991
4d974e88
SM
59922014-07-15 Simon Marchi <simon.marchi@ericsson.com>
5993
5994 * gdb.base/debug-expr.exp: Test string evaluation with
5995 "debug expression" on.
5996
41e99568
PA
59972014-07-15 Pedro Alves <palves@redhat.com>
5998
5999 * gdb.base/reread.exp: Use clean_restart.
6000
487d9753
PL
60012014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
6002
6003 * gdb.arch/avr-flash-qualifer.c: New.
6004 * gdb.arch/avr-flash-qualifer.exp: New.
6005
cc1c52ad
PA
60062014-07-14 Pedro Alves <palves@redhat.com>
6007
6008 * gdb.base/paginate-after-ctrl-c-running.c: New file.
6009 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
6010
1e973570
PA
60112014-07-14 Pedro Alves <palves@redhat.com>
6012
6013 * gdb.base/double-prompt-target-event-error.c: New file.
6014 * gdb.base/double-prompt-target-event-error.exp: New file.
6015
93d6eb10
PA
60162014-07-14 Pedro Alves <palves@redhat.com>
6017
6018 PR gdb/17072
6019 * gdb.base/paginate-inferior-exit.c: New file.
6020 * gdb.base/paginate-inferior-exit.exp: New file.
6021
0017922d
PA
60222014-07-14 Pedro Alves <palves@redhat.com>
6023
6024 PR gdb/17072
6025 * gdb.base/paginate-bg-execution.c: New file.
6026 * gdb.base/paginate-bg-execution.exp: New file.
6027
94696ad3
PA
60282014-07-14 Pedro Alves <palves@redhat.com>
6029
6030 PR gdb/17072
6031 * gdb.base/paginate-execution-startup.c: New file.
6032 * gdb.base/paginate-execution-startup.exp: New file.
6033 * lib/gdb.exp (pagination_prompt): New global.
6034 (default_gdb_spawn): New procedure, factored out from
6035 default_gdb_spawn.
6036 (default_gdb_start): Adjust to call default_gdb_spawn.
6037 (gdb_spawn): New procedure.
6038
bd293940
PA
60392014-07-14 Pedro Alves <palves@redhat.com>
6040
6041 * lib/gdb.exp (gdb_assert): New procedure.
6042 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
6043
c933f875
PA
60442014-07-14 Pedro Alves <palves@redhat.com>
6045
6046 * gdb.base/execution-termios.c: New file.
6047 * gdb.base/execution-termios.exp: New file.
6048
d98b7a16
TT
60492014-07-14 Tom Tromey <tromey@redhat.com>
6050
6051 * gdb.cp/vla-cxx.cc: New file.
6052 * gdb.cp/vla-cxx.exp: New file.
6053
548740d6
TT
60542014-07-14 Tom Tromey <tromey@redhat.com>
6055
6056 * gdb.reverse/rerun-prec.c: New file.
6057 * gdb.reverse/rerun-prec.exp: New file.
6058
a25eb028
MR
60592014-07-12 Maciej W. Rozycki <macro@mips.com>
6060 Maciej W. Rozycki <macro@codesourcery.com>
6061
6062 * lib/gdb-utils.exp: New file.
6063 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
6064 inline `gdb_init_command' processing.
6065 (gdb_start_cmd): Likewise.
6066 * lib/mi-support.exp (mi_run_cmd): Likewise.
6067 * README: Document `gdb_init_command' and `gdb_init_commands'.
6068
218c2655
JK
60692014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6070
6071 Fix false FAIL running under a very long directory name.
6072 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
6073 and "set print elements 10000". Twice.
6074
5401fde3
YQ
60752014-07-11 Yao Qi <yao@codesourcery.com>
6076
6077 * gdb.base/exprs.exp: "set print symbol off".
6078
e76126e8
PA
60792014-07-11 Pedro Alves <palves@redhat.com>
6080
6081 * gdb.threads/kill.c: New file.
6082 * gdb.threads/kill.exp: New file.
6083
2d6f0de6
YQ
60842014-07-10 Yao Qi <yao@codesourcery.com>
6085
6086 * gdb.trace/tfile.c (write_basic_trace_file)
6087 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
6088 address written to trace file.
6089
7180e04a
PA
60902014-07-09 Pedro Alves <palves@redhat.com>
6091
6092 * gdb.base/attach-wait-input.exp: New file.
6093 * gdb.base/attach-wait-input.c: New file.
6094
9a9a7608
AB
60952014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6096
6097 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
6098 setting up test structures.
6099 (main): Call new test function.
6100 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
6101 test function, continue into test function and walk test
6102 structures.
6103
161ac41e
YQ
61042014-07-02 Yao Qi <yao@codesourcery.com>
6105
6106 * gdb.trace/entry-values.c: Define labels 'foo_start' and
6107 'bar_start' at the beginning of functions 'foo' and 'bar'
6108 respectively.
6109 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
6110 instead of 'foo' and 'bar'.
6111
1f267ae3
MM
61122014-07-08 Markus Metzger <markus.t.metzger@intel.com>
6113
6114 * gdb.btrace/segv.exp: New.
6115 * gdb.btrace/segv.c: New.
6116
2b239efb
LM
61172014-07-02 Luis Machado <lgustavo@codesourcery.com>
6118
6119 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
6120 instruction.
6121
cf363f18
MW
61222014-06-30 Mark Wielaard <mjw@redhat.com>
6123
6124 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
6125 vulture, vilify, villar): New volatile array constants.
6126 (vindictive, vegetation): New const volatile array constants.
6127 * gdb.base/volatile.exp: Test volatile and const volatile array
6128 types.
6129
aebf9d24
AA
61302014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6131
6132 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
6133 target lacks support for awatch, rwatch, or hbreak.
6134
b67a2c6f
YQ
61352014-06-27 Yao Qi <yao@codesourcery.com>
6136
6137 * gdb.multi/dummy-frame-restore.exp: New.
6138 * gdb.multi/dummy-frame-restore.c: New.
6139
aef92902
MM
61402014-06-25 Markus Metzger <markus.t.metzger@intel.com>
6141
6142 * gdb.btrace/gcore.exp: New.
6143
8e9db26e
PA
61442014-06-23 Pedro Alves <palves@redhat.com>
6145
6146 * gdb.base/watchpoint-reuse-slot.c: New file.
6147 * gdb.base/watchpoint-reuse-slot.exp: New file.
6148
70afc5b7
SC
61492014-06-23 Siva Chandra Reddy <sivachandra@google.com>
6150
6151 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
6152 progspace's filename in 'info', 'enable' and 'disable' command
6153 tests.
6154
b972bd9c
JK
61552014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6156
6157 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
6158 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6159 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
6160
125f8a3d
GB
61612014-06-20 Gary Benson <gbenson@redhat.com>
6162
6163 * gdb.arch/i386-avx.exp: Fix include file location.
6164 * gdb.arch/i386-sse.exp: Likewise.
6165
3ed9baed
IB
61662014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
6167
6168 * gdb.dlang/expression.exp: New file.
6169
034f788c
PA
61702014-06-19 Pedro Alves <palves@redhat.com>
6171
6172 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
6173 out from ...
6174 (top level): ... here. Iterate running tests under different
6175 scheduler-locking settings.
6176
45371d0c
LM
61772014-06-18 Luis Machado <lgustavo@codesourcery.com>
6178
6179 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
6180 to DW_FORM_addr and use non-zero addresses.
6181
5d376983
SC
61822014-06-18 Siva Chandra Reddy <sivachandra@google.com>
6183
6184 PR gdb/17017
6185 * gdb.python/py-xmethods.cc: Add global function call counters and
6186 increment them in their respective functions. Remove "cout"
6187 statements.
6188 * gdb.python/py-xmethods.exp: Make tests check the global function
6189 call counters instead of depending on inferior IO.
6190
a1aa2221
LM
61912014-06-18 Don Breazeal <donb@codesourcery.com>
6192
6193 * gdb.base/foll-fork.exp (default_fork_parent_follow):
6194 Deleted procedure.
6195 (explicit_fork_parent_follow): Deleted procedure.
6196 (explicit_fork_child_follow): Deleted procedure.
6197 (test_follow_fork): New procedure.
6198 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 6199 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
6200 procedure calls.
6201
0fc05997
YQ
62022014-06-17 Yao Qi <yao@codesourcery.com>
6203
6204 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
6205 CP1252.
6206
70795c52
LM
62072014-06-17 Luis Machado <lgustavo@codesourcery.com>
6208
6209 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
6210 Initialize ptr and S explicitly.
6211 (skip_type_update_when_not_use_rtti_test): Likewise.
6212
6be47f0c
KS
62132014-06-16 Keith Seitz <keiths@redhat.com>
6214
6215 PR mi/15863
6216 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
6217 the inferior is started.
6218
d03de421
PA
62192014-06-16 Pedro Alves <palves@redhat.com>
6220
6221 * gdb.base/break-main-file-remove-fail.c: New file.
6222 * gdb.base/break-main-file-remove-fail.exp: New file.
6223 * gdb.base/break-unload-file.exp: Use build_executable instead of
6224 prepare_for_testing.
6225 (test_break): New parameter "initial_load". Handle it.
6226 (top level): Add initial_load cmdline/file axis.
6227
f9579b99
TT
62282014-06-12 Tom Tromey <tromey@redhat.com>
6229
6230 * gdb.base/completion.exp: Don't use directory name in test.
6231
3657956b
GB
62322014-06-09 Gary Benson <gbenson@redhat.com>
6233
6234 * gdb.base/sigall.c [Functions to send signals]: Reorder to
6235 separate the always-available ANSI-standard signals from the
6236 signals that require checking.
6237 (main): Likewise.
6238 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
6239 Likewise.
6240 (main): Likewise.
6241
4186eb54
KS
62422014-06-07 Keith Seitz <keiths@redhat.com>
6243
6244 Revert:
6245 PR c++/16253
6246 * gdb.cp/var-tag.cc: New file.
6247 * gdb.cp/var-tag.exp: New file.
6248 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6249 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6250 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6251 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6252
25326a28 62532014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
6254
6255 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
6256
829155c9
PA
62572014-06-06 Pedro Alves <palves@redhat.com>
6258
6259 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
6260 in target debug output instead of looking at RSP packets,
6261 disabling the test on any target that uses hardware stepping.
6262 Update comments.
6263
61c8d22e
PA
62642014-06-06 Pedro Alves <palves@redhat.com>
6265
6266 * gdb.base/break-unload-file.exp: Fix typo.
6267
d9a47287
YQ
62682014-06-06 Yao Qi <yao@codesourcery.com>
6269
6270 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
6271 from "jit_function" to "^jit_function".
6272
e5e01dbf
YQ
62732014-06-06 Yao Qi <yao@codesourcery.com>
6274
6275 * gdb.base/async.c (foo): Add one statement.
6276 * gdb.base/async.exp: Get the next instruction address and
6277 match the output of "nexti" by instruction address. Match
6278 the hex address in the output of "finish".
6279
73ba372c
GB
62802014-06-06 Gary Benson <gbenson@redhat.com>
6281
6282 * gdb.base/call-signals.c: Remove preprocessor conditionals
6283 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
6284 SIGSEGV and SIGTERM.
6285 * gdb.base/sigall.c: Likewise.
6286 * gdb.base/unwindonsignal.c: Likewise.
6287 * gdb.reverse/sigall-reverse.c: Likewise.
6288
831517df
YQ
62892014-06-06 Yao Qi <yao@codesourcery.com>
6290
6291 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
6292 readable, skip the test.
6293
b8b91e98
YQ
62942014-06-06 Yao Qi <yao@codesourcery.com>
6295
6296 * gdb.threads/staticthreads.c (thread_function): Move the line
6297 setting breakpoint on forward.
6298 * gdb.threads/staticthreads.exp: Update comments.
6299
fb934770
LC
63002014-06-05 Ludovic Courtès <ludo@gnu.org>
6301
6302 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
6303 "history-append! type error".
6304
6ef284bd
SM
63052014-06-05 Simon Marchi <simon.marchi@ericsson.com>
6306
6307 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
6308 erroneous dprintf expected input.
6309
a872e241
DE
63102014-06-04 Doug Evans <xdje42@gmail.com>
6311
6312 * gdb.guile/scm-generics.exp: Delete.
6313
16f691fb
DE
63142014-06-04 Doug Evans <xdje42@gmail.com>
6315
6316 * gdb.guile/scm-breakpoint.exp: Update.
6317 Add tests for breakpoint registration.
6318
012370f6
TT
63192014-06-04 Tom Tromey <tromey@redhat.com>
6320
6321 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
6322 VLA-in-union.
6323 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
6324 inner_vla_struct, vla_union types. Initialize objects of those
6325 types and compute their sizes.
6326
9f5a4cef
HZ
63272014-06-04 Nathan Sidwell <nathan@codesourcery.com>
6328 Hui Zhu <hui@codesourcery.com>
6329
6330 * gdb.base/fileio.exp: Add test for shell not available as well as
6331 available.
6332 * gdb.base/fileio.c (test_system): Check for shell twice.
6333
90a45c4d
YQ
63342014-06-04 Yao Qi <yao@codesourcery.com>
6335
6336 * gdb.base/auto-connect-native-target.exp: Remove redundant
6337 space from the regexp pattern.
6338
70017e41
YQ
63392014-06-04 Yao Qi <yao@codesourcery.com>
6340
6341 * gdb.base/default.exp: Replace "child" with "native" in
6342 regexp pattern.
6343
883964a7
SC
63442014-06-03 Siva Chandra Reddy <sivachandra@google.com>
6345
6346 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
6347 * gdb.python/py-xmethods.exp: New tests to test xmethods.
6348 * gdb.python/py-xmethods.py: Python script supporting the
6349 new testcase and tests.
6350
ef370185
JB
63512014-06-03 Joel Brobecker <brobecker@adacore.com>
6352 Pedro Alves <palves@redhat.com>
6353
6354 PR breakpoints/17000
6355 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
6356 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
6357
1e2ccb61
BM
63582014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
6359
6360 * gdb.base/subst.exp: Add tests to verify partial path matching
6361 output.
6362
c6ec5ab2
PA
63632014-06-03 Pedro Alves <palves@redhat.com>
6364
6365 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
6366 target that doesn't use software single-stepping.
6367
835c559f
PA
63682014-06-03 Pedro Alves <palves@redhat.com>
6369
6370 PR breakpoints/17000
6371 * gdb.base/sss-bp-on-user-bp-2.c: New file.
6372 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
6373
06eb1586
DE
63742014-06-02 Doug Evans <xdje42@gmail.com>
6375
6376 * gdb.guile/scm-parameter.exp: New file.
6377
e698b8c4
DE
63782014-06-02 Doug Evans <xdje42@gmail.com>
6379
6380 * gdb.guile/scm-cmd.c: New file.
6381 * gdb.guile/scm-cmd.exp: New file.
6382
ded03782
DE
63832014-06-02 Doug Evans <xdje42@gmail.com>
6384
6385 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
6386 pretty-printer lookup.
6387 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
6388 (make-pp_s-printer): Call it.
6389 (make-pretty-printer-from-dict): New function.
6390 (lookup-pretty-printer-maker-from-dict): New function.
6391 (*pretty-printer*): Simplify.
6392 (make-objfile-pp_s-printer): New function.
6393 (install-objfile-pretty-printers!): New function.
6394 (make-progspace-pp_s-printer): New function.
6395 (install-progspace-pretty-printers!): New function.
6396 * gdb.guile/scm-progspace.c: New file.
6397 * gdb.guile/scm-progspace.exp: New file.
6398
41fac0cf
PA
63992014-06-02 Pedro Alves <palves@redhat.com>
6400
6401 * gdb.base/dprintf-bp-same-addr.c: New file.
6402 * gdb.base/dprintf-bp-same-addr.exp: New file.
6403
96ae5695
EBM
64042014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6405
6406 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
6407 * gdb.arch/powerpc-power.s: Likewise.
6408
da02b3a8
JB
64092014-06-02 Joel Brobecker <brobecker@adacore.com>
6410
6411 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
6412
c72b2e7b
YQ
64132014-06-01 Yao Qi <yao@codesourcery.com>
6414
6415 * gdb.base/watchpoint.exp (test_watch_location): Check null
6416 pointer can be dereferenced. If not, do the test, otherwise
6417 skip it.
6418
53e8a631
AB
64192014-05-30 Andrew Burgess <aburgess@broadcom.com>
6420
6421 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
6422 results.
6423 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
6424
938f0e2f
AB
64252014-05-30 Andrew Burgess <aburgess@broadcom.com>
6426
6427 * gdb.arch/amd64-invalid-stack-middle.S: New file.
6428 * gdb.arch/amd64-invalid-stack-middle.c: New file.
6429 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
6430 * gdb.arch/amd64-invalid-stack-top.c: New file.
6431 * gdb.arch/amd64-invalid-stack-top.exp: New file.
6432
9ba6657a
PA
64332014-05-30 Pedro Alves <palves@redhat.com>
6434
6435 PR breakpoints/17000
6436 * gdb.base/sss-bp-on-user-bp.c: New file.
6437 * gdb.base/sss-bp-on-user-bp.exp: New file.
6438
522c09bf
DB
64392014-05-30 David Blaikie <dblaikie@gmail.com>
6440
6441 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
6442 gnu_inline semantics via attribute.
6443 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
6444 source explicitly specifies the required semantics.
6445
bf4ef81e
MR
64462014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
6447
6448 * gdb.reverse/sigall-reverse.exp: Fix a typo.
6449
329ea579
PA
64502014-05-29 Pedro Alves <palves@redhat.com>
6451 Tom Tromey <tromey@redhat.com>
6452
6453 * gdb.base/async-shell.exp: Don't enable target-async.
6454 * gdb.base/async.exp
6455 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
6456 parameter. Adjust.
6457 (top level): Don't test with "target-async".
6458 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
6459 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
6460 * gdb.base/inferior-died.exp: Don't enable target-async.
6461 * gdb.base/interrupt-noterm.exp: Likewise.
6462 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
6463 * gdb.mi/mi-nonstop-exit.exp: Likewise.
6464 * gdb.mi/mi-nonstop.exp: Likewise.
6465 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6466 * gdb.mi/mi-nsintrall.exp: Likewise.
6467 * gdb.mi/mi-nsmoribund.exp: Likewise.
6468 * gdb.mi/mi-nsthrexec.exp: Likewise.
6469 * gdb.mi/mi-watch-nonstop.exp: Likewise.
6470 * gdb.multi/watchpoint-multi.exp: Adjust comment.
6471 * gdb.python/py-evsignal.exp: Don't enable target-async.
6472 * gdb.python/py-evthreads.exp: Likewise.
6473 * gdb.python/py-prompt.exp: Likewise.
6474 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
6475 * gdb.server/solib-list.exp: Don't enable target-async.
6476 * gdb.threads/thread-specific-bp.exp: Likewise.
6477 * lib/mi-support.exp: Adjust to use mi-async.
6478
fd664c91
PA
64792014-05-29 Pedro Alves <palves@redhat.com>
6480
6481 PR gdb/13860
6482 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
6483 reason, even in sync mode.
6484
251bde03
PA
64852014-05-29 Pedro Alves <palves@redhat.com>
6486 Hui Zhu <hui@codesourcery.com>
6487
6488 PR PR15693
6489 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
6490 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
6491 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
6492 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
6493
7f3c0343
JB
64942014-05-28 Joel Brobecker <brobecker@adacore.com>
6495
6496 * config/monitor.exp (gdb_target_monitor): Replace use of
6497 "set remotebaud" by "set serial baud".
6498
b2715b27
AW
64992014-05-26 Andy Wingo <wingo@igalia.com>
6500
6501 * gdb.guile/scm-breakpoint.exp:
6502 * gdb.guile/scm-gsmob.exp: Update to use plain old object
6503 properties instead of gdb-object-properties.
6504
498a4489
YQ
65052014-05-26 Yao Qi <yao@codesourcery.com>
6506
6507 * gdb.server/no-thread-db.exp: Specify source file name
6508 explicitly when setting a breakpoint.
6509
589fdceb
MM
65102014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6511
6512 * gdb.btrace/vdso.c: New.
6513 * gdb.btrace/vdso.exp: New.
6514
e9089e05
MM
65152014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6516
6517 * gdb.base/gcore.exp (capture_command_output): Move ...
6518 * lib/gdb.exp (capture_command_output): ... here.
6519
67b5c0c1
MM
65202014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6521
6522 * gdb.btrace/data.exp: Test memory access during btrace replay.
6523
a2199296
SM
65242014-05-22 Simon Marchi <simon.marchi@ericsson.com>
6525
6526 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
6527
17b2616c
PA
65282014-05-21 Pedro Alves <palves@redhat.com>
6529
6530 PR gdb/13860
6531 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
6532 (top level): Test that output related to execution commands is
6533 sent to the console with CLI commands, but not with MI commands.
6534 Test that breakpoint events are always mirrored to the console.
6535 Also expect the new source line to be output after a "next" in
6536 async mode too. Make it a pass/fail test.
6537 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
6538 output.
6539 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
6540
5166082f
PA
65412014-05-21 Pedro Alves <palves@redhat.com>
6542
6543 * gdb.base/list.exp (build_pattern, test_list): New procedures.
6544 Use them to test variations of "list" after reaching a breakpoint.
6545 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
6546 Test "list" with listsize 10 after reaching a breakpoint.
6547 * gdb.python/python.exp (decode_line current location line
6548 number): Adjust expected line number.
6549
2f25d70f
SM
65502014-05-21 Simon Marchi <simon.marchi@ericsson.com>
6551
6552 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
6553 behavior for $args, pass it directly to "run".
6554
ff604a67
MR
65552014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
6556
6557 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
6558 30000 to 65536.
6559
6a3cb8e8
PA
65602014-05-21 Pedro Alves <palves@redhat.com>
6561
6562 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
6563 auto-connect-native-target off".
6564 * gdb.base/auto-connect-native-target.c: New file.
6565 * gdb.base/auto-connect-native-target.exp: New file.
6566
4ebfc96e
PA
65672014-05-21 Pedro Alves <palves@redhat.com>
6568
6569 * gdb.base/default.exp: Test "target native" instead of "target
6570 child".
6571
36d46afb
MW
65722014-05-21 Mark Wielaard <mjw@redhat.com>
6573
6574 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6575
5876f503
JK
65762014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6577
6578 Fix TLS access for -static -pthread.
6579 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
6580 <HAVE_TLS> (thread_function, main): Initialize it.
6581 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
6582 Add clean_restart.
6583 <$have_tls != "">: Check TLSVAR.
6584
0256a6ac
PA
65852014-05-21 Pedro Alves <palves@redhat.com>
6586
6587 * gdb.base/dcache-line-read-error.c: New.
6588 * gdb.base/dcache-line-read-error.exp: New.
6589
936d2992
PA
65902014-05-20 Pedro Alves <palves@redhat.com>
6591
6592 * gdb.base/compare-sections.c: New file.
6593 * gdb.base/compare-sections.exp: New file.
6594
802e8e6d
PA
65952014-05-20 Pedro Alves <palves@redhat.com>
6596
6597 * gdb.base/break-idempotent.c: New file.
6598 * gdb.base/break-idempotent.exp: New file.
6599
e59fa00f
MM
66002014-05-20 Markus Metzger <markus.t.metzger@intel.com>
6601
6602 * gdb.btrace/nohist.exp: New.
6603
8b696e31
YQ
66042014-05-20 Yao Qi <yao@codesourcery.com>
6605
6606 * lib/gdb.exp (gdb_init): Set timeout if test file is under
6607 gdb.reverse directory and gdb_reverse_timeout exists in board
6608 setting.
6609 * README: Document gdb_reverse_timeout.
6610
73c9764f
YQ
66112014-05-20 Yao Qi <yao@codesourcery.com>
6612
6613 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
6614 'test_file_name'. Treat args as a string instead of a list.
6615 (gdb_init): Rename argument 'args' by 'test_file_name'.
6616
f1f4348a
JK
66172014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6618
6619 * gdb.arch/powerpc-power.exp: New file.
6620 * gdb.arch/powerpc-power.s: New file.
6621
0dbe70ce
DE
66222014-05-16 Doug Evans <dje@google.com>
6623
6624 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
6625 * gdb.base/completion.exp: Check that all expected files exist
6626 before doing file completion.
0dbe70ce 6627
8d551b02
DE
66282014-05-16 Doug Evans <dje@google.com>
6629
6630 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
6631 Update.
6632 (do_syscall_tests_without_xml): Update.
6633
73eb7709
PA
66342014-05-16 Pedro Alves <palves@redhat.com>
6635
6636 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
6637 instead of "unknown output after running".
6638
3fae92fc
YQ
66392014-05-16 Yao Qi <yao@codesourcery.com>
6640
6641 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
6642 file1.txt from host at the end.
6643 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6644
c2b2ccc5
DE
66452014-05-15 Doug Evans <dje@google.com>
6646
6647 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
6648 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
6649 loading file. Add test for TU lookup.
6650
8c217a4b
SM
66512014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6652
6653 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
6654 calling "-exec-arguments" or "set args" before running the
6655 inferior.
6656
3deb39c6
SM
66572014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6658
6659 * lib/mi-support.exp (mi_expect_stop): Expect message for
6660 inferiors that exit with non-zero exit code.
6661
71a79f8c
YQ
66622014-05-14 Yao Qi <yao@codesourcery.com>
6663
6664 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
6665 match absolute path on remote host.
6666 (test_file_list_exec_source_files): Remove "/" from the
6667 pattern.
6668
f23fcd46
YQ
66692014-05-14 Yao Qi <yao@codesourcery.com>
6670
6671 * boards/local-remote-host-notty.exp (${board}_file): New
6672 proc.
6673
9404b58f
KM
66742014-05-07 Kyle McMartin <kyle@redhat.com>
6675
6676 Pushed by Joel Brobecker <brobecker@adacore.com>.
6677 * gdb.arch/aarch64-atomic-inst.c: New file.
6678 * gdb.arch/aarch64-atomic-inst.exp: New file.
6679
5e45f04c
YQ
66802014-05-07 Yao Qi <yao@codesourcery.com>
6681
6682 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
6683 in current context" too.
6684
c888a17d
KS
66852014-05-05 Keith Seitz <keiths@redhat.com>
6686
6687 * gdb.linespec/ls-dollar.exp: Add test for linespec
6688 file:convenience_variable.
6689
290a839c
YQ
66902014-05-05 Yao Qi <yao@codesourcery.com>
6691
6692 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
6693 traceframes into tfile and ctf trace files. Read data from
6694 trace file and test collected data.
6695 (gdb_collect_locals_test): Likewise.
6696 (gdb_unavailable_registers_test): Likewise.
6697 (gdb_unavailable_floats): Likewise.
6698 (gdb_collect_globals_test): Likewise.
6699 (top-level): Append "ctf" to trace_file_targets if GDB
6700 supports.
6701
b5262cd0
YQ
67022014-05-05 Yao Qi <yao@codesourcery.com>
6703
6704 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
6705 code to ...
6706 (gdb_collect_args_test_1): ... it. New proc.
6707 (gdb_collect_locals_test): Move some code to ...
6708 (gdb_collect_locals_test_1): ... it. New proc.
6709 (gdb_unavailable_registers_test): Move some code to ...
6710 (gdb_unavailable_registers_test_1): ... it. New proc.
6711 (gdb_unavailable_floats): Move some code to ...
6712 (gdb_unavailable_floats_1): ... it. New proc.
6713
30a1e6cc
SDJ
67142014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6715
6716 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
6717 probes to test for bitness recognition.
6718 * gdb.arch/amd64-stap-optional-prefix.exp
6719 (test_probe_value_without_reg): New procedure.
6720 Add code to test for different kinds of bitness.
6721
f33da99a
SDJ
67222014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6723
6724 PR breakpoints/16889
6725 * gdb.arch/amd64-stap-optional-prefix.S: New file.
6726 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6727
5b80f00d
PA
67282014-05-01 Pedro Alves <palves@redhat.com>
6729
6730 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
6731 gdb_file_cmd if no file is specified.
6732 * boards/native-extended-gdbserver.exp (gdb_load): Use the
6733 last_loaded_file to set the remote exec-file.
6734
f8c2a73c
PA
67352014-05-01 Pedro Alves <palves@redhat.com>
6736
6737 * boards/local-remote-host.exp: New file.
6738
be6e8ac7
PA
67392014-05-01 Pedro Alves <palves@redhat.com>
6740
6741 * boards/local-remote-host.exp: Rename to ...
6742 * boards/local-remote-host-notty.exp: ... this.
6743
cac0dc8f
JB
67442014-04-28 Joel Brobecker <brobecker@adacore.com>
6745
6746 * gdb.ada/dyn_arrayidx: New testcase.
6747
9730e6cc
YQ
67482014-04-26 Yao Qi <yao@codesourcery.com>
6749
6750 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
6751 and compute the length of function main. Save it in
6752 $main_length.
6753 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
6754 (top-level): Use gdb_compile to compile objects into
6755 executable and restart GDB. Remove invocation to
6756 prepare_for_testing.
6757
7ae1a6a6
PA
67582014-04-25 Simon Marchi <simon.marchi@ericsson.com>
6759 Pedro Alves <palves@redhat.com>
6760
6761 PR server/16255
6762 * gdb.multi/multi-attach.c: New file.
6763 * gdb.multi/multi-attach.exp: New file.
6764
4082afcc
PA
67652014-04-25 Pedro Alves <palves@redhat.com>
6766
6767 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
6768 user.
6769 (top level): Test that "set remote conditional-breakpoints-packet
6770 off" works as intended.
6771 * gdb.base/dprintf.exp: Test that "set remote
6772 breakpoint-commands-packet off" works as intended.
6773 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
6774 New function.
6775 (top level): Call it.
6776 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
6777 remote fast-tracepoints-packet off" works as intended.
6778 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
6779 * lib/gdb.exp (gdb_is_target_remote): ... here.
6780
2abc3f8d
DB
67812014-04-24 David Blaikie <dblaikie@gmail.com>
6782
6783 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
6784 ensure clang would not discard them.
6785 * gdb.base/gdbvars.c: Ditto.
6786 * gdb.base/memattr.c: Ditto.
6787 * gdb.base/whatis.c: Ditto.
6788 * gdb.python/py-prettyprint.c: Ditto.
6789 * gdb.trace/actions.c: Ditto.
6790 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
6791 ensure clang would not discard it.
6792
bfd39632
DB
67932014-04-24 David Blaikie <dblaikie@gmail.com>
6794
6795 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
6796 clang to emit the full definition of type required by the test
6797 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
6798
22842ff6
DB
67992014-04-24 David Blaikie <dblaikie@gmail.com>
6800
6801 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
6802 coax Clang into emitting the definition of the type.
6803 * gdb.cp/pr10728-x.h (y): Ditto.
6804 * gdb.cp/pr10728-y.cc (y): Ditto.
6805
c2e827ad
DB
68062014-04-24 David Blaikie <dblaikie@gmail.com>
6807
6808 * gdb.base/label.exp: XFAIL label related tests under Clang.
6809 * gdb.cp/cplabel.exp: Ditto.
6810 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
6811 under Clang those using labels.
6812
4c2d33e7
YQ
68132014-04-25 Yao Qi <yao@codesourcery.com>
6814
6815 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
6816 double_label.
6817 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
6818 partial_label and double_label.
6819
56083b99
DB
68202014-04-24 David Blaikie <dblaikie@gmail.com>
6821
6822 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
6823
25d4e99d
DB
68242014-04-24 David Blaikie <dblaikie@gmail.com>
6825
6826 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
6827 of the function to work across GCC and Clang.
6828 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
6829 pointer types (const void ** const V void **).
6830
01f9f808
MS
68312014-04-24 Michael Sturm <michael.sturm@mintel.com>
6832 Walfred Tedeschi <walfred.tedeschi@intel.com>
6833
6834 * Makefile.in (EXECUTABLES): Added i386-avx512.
6835 * gdb.arch/i386-avx512.c: New file.
6836 * gdb.arch/i386-avx512.exp: Likewise.
6837
4b48d439
KS
68382014-04-23 Keith Seitz <keiths@redhat.com>
6839
6840 * lib/mi-support.exp (mi_list_breakpoints): Delete.
6841 (mi_make_breakpoint_table): New procedure.
6842 (mi_create_breakpoint): Use mi_make_breakpoint
6843 and return the result.
6844 (mi_make_breakpoint): New procedure.
6845 (mi_build_kv_pairs): New procedure.
6846
6847 * gdb.mi/mi-break.exp: Remove unused globals,
6848 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
6849 All callers updated.
6850 * gdb.mi/mi-dprintf.exp: Use variable to track command
6851 number.
6852 Update all callers of mi_create_breakpoint and use
6853 mi_make_breakpoint_table.
6854 Remove any unused global variables.
6855 * gdb.mi/mi-nonstop.exp: Likewise.
6856 * gdb.mi/mi-nsintrall.exp: Likewise.
6857 * gdb.mi/mi-nsmoribund.exp: Likewise.
6858 * gdb.mi/mi-nsthrexec.exp: Likewise.
6859 * gdb.mi/mi-reverse.exp: Likewise.
6860 * gdb.mi/mi-simplerun.exp: Likewise.
6861 * gdb.mi/mi-stepn.exp: Likewise.
6862 * gdb.mi/mi-syn-frame.exp: Likewise.
6863 * gdb.mi/mi-until.exp: Likewise.
6864 * gdb.mi/mi-var-cp.exp: Likewise.
6865 * gdb.mi/mi-var-display.exp: Likewise.
6866 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
6867 * gdb.mi/mi2-var-child.exp: Likewise.
6868 * gdb.mi/mi-vla-c99.exp: Likewise.
6869 * lib/mi-support.exp: Likewise.
6870
6871 From Ian Lance Taylor <iant@cygnus.com>:
6872 * lib/gdb.exp (parse_args): New procedure.
6873
08351840
PA
68742014-04-23 Pedro Alves <palves@redhat.com>
6875
6876 * gdb.base/break-unload-file.c: New file.
6877 * gdb.base/break-unload-file.exp: New file.
6878 * gdb.base/sym-file-lib.c (baz): New function.
6879 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
6880 field.
6881 (load): Store the segment's mapped size.
6882 (unload): New function.
6883 (unload_shlib): New function.
6884 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
6885 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
6886 set a breakpoint at baz, and call it.
6887 * gdb.base/sym-file.exp: New tests for stale breakpoint
6888 instructions.
6889
076855f9
PA
68902014-04-23 Pedro Alves <palves@redhat.com>
6891
6892 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
6893 * gdb.base/hbreak-in-shr-unsupported.c: New file.
6894 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
6895 * gdb.base/hbreak-unmapped.c: New file.
6896 * gdb.base/hbreak-unmapped.exp: New file.
6897 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
6898 * lib/gdb.exp (gdb_is_target_remote): ... here.
6899
483805cf
PA
69002014-04-22 Pedro Alves <palves@redhat.com>
6901
6902 * gdb.base/consecutive-step-over.c: New file.
6903 * gdb.base/consecutive-step-over.exp: New file.
6904
06d97543
PA
69052014-04-22 Pedro Alves <palves@redhat.com>
6906
6907 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
6908 instead of send_gdb/gdb_expect.
6909
b4429ea2
YQ
69102014-04-22 Yao Qi <yao@codesourcery.com>
6911
6912 * lib/trace-support.exp (generate_tracefile): New procedure.
6913 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
6914 return 0.
6915 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
6916 if generate_tracefile returns 1.
6917
51d48146
PA
69182014-04-18 Tom Tromey <palves@redhat.com>
6919 Pedro alves <tromey@redhat.com>
6920
6921 PR backtrace/15558
6922 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
6923 with a backtrace limit.
6924 * gdb.python/py-frame-inline.exp: Test running to an inline
6925 function with a backtrace limit, and printing the newest frame.
6926 * gdb.python/py-frame-inline.c (main): Call f.
6927
bd1dce5f
MS
69282014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6929
6930 * gdb.java/jnpe.exp: Drop srcdir from untested path.
6931
40d1a503
MS
69322014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6933
6934 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
6935 Drop prefix from unsupported source file path.
6936
389b98f7
YQ
69372014-04-17 Yao Qi <yao@codesourcery.com>
6938
6939 * lib/gdb.exp (with_target_charset): New proc.
6940 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
6941 with_target_charset.
6942 (test_print_strings): Likewise.
6943 (test_repeat_bytes): Likewise.
6944 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
6945 for some tests.
6946
22869d73
KS
69472014-04-16 Keith Seitz <keiths@redhat.com>
6948
6949 PR gdb/15827
6950 * gdb.dwarf2/corrupt.c: New file.
6951 * gdb.dwarf2/corrupt.exp: New file.
6952
c4f87ca6
KS
69532014-04-16 Keith Seitz <keiths@redhat.com>
6954
6955 PR c++/16597
6956 * gdb.cp/namelessclass.cc: New file.
6957 * gdb.cp/namelessclass.exp: New file.
6958 * gdb.cp/namelessclass.S: New file.
6959
ab19de87
DE
69602014-04-16 Doug Evans <dje@google.com>
6961
6962 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
6963 Add comment.
6964 (gdbserver_default_get_comm_port): New function.
6965 (gdbserver_start): Check if board file provided
6966 "gdbserver,get_comm_port" and use it if so.
6967 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
6968 (gdb,socketport): Set to "stdio".
6969 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
6970 (stdio_gdbserver_template): Delete.
6971 (${board}_get_remote_address): Update.
6972 (${board}_build_remote_cmd): Delete.
6973 (${board}_get_comm_port): New function.
6974 (${board}_spawn): Update.
6975 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
6976 Delete.
6977 (${board}_get_remote_address): Update.
6978 (${board}_get_comm_port): New function.
6979
fc98a809
AB
69802014-04-16 Andrew Burgess <aburgess@broadcom.com>
6981
6982 * gdb.base/memattr.exp: Improve regexps to handle memory regions
6983 appearing in any order.
6984
87fd9e6e
DE
69852014-04-15 Doug Evans <dje@google.com>
6986
6987 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
6988 uninitialized value of "description".
6989
099fc3ea
KS
69902014-04-15 Keith Seitz <keiths@redhat.com>
6991
6992 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
6993 Remove unused globals.
6994 (test_running_the_program): Likewise.
6995 (test_controlled_execution): Likewise.
6996 (test_controlling_breakpoints): Likewise.
6997 (test_program_termination): Likewise.
6998
5da151d4
KS
69992014-04-15 Keith Seitz <keiths@redhat.com>
7000
7001 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
7002 unused globals.
7003 (test_rbreak_creation_and_listing): Likewise.
7004 (test_ignore_count): Likewise.
7005 (test_error): Likewise.
7006
35e5d2f0
PA
70072014-04-15 Pedro Alves <palves@redhat.com>
7008
7009 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
7010 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
7011 sym-file-loader.c.
7012 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7013 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7014 to sym-file-loader.c.
7015 (struct library): Forward declare.
7016 (load_shlib, lookup_function): Change prototypes.
7017 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7018 (translate_offset): Remove declarations.
7019 (get_text_addr): New declaration.
7020 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
7021 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
7022 sym-file-loader.h.
7023 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7024 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7025 here from sym-file-loader.h.
7026 (struct library): New structure.
7027 (load_shlib, lookup_function): Change prototypes and adjust to
7028 work with a struct library.
7029 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7030 (translate_offset): Make static.
7031 (get_text_addr): New function.
7032 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
7033
eb4c1710
PA
70342014-04-15 Pedro Alves <palves@redhat.com>
7035
7036 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
7037
2d1baf52
PA
70382014-04-15 Pedro Alves <palves@redhat.com>
7039
7040 * gdb.base/sym-file-loader.c: Include <limits.h>.
7041 (SELF_LINK): New define.
7042 (get_origin): New function.
7043 (load_shlib): Use it.
7044 * gdb.base/sym-file.exp: Don't early return if the target is
7045 remote. Use runto_main, and issue fail is that fails. Use
7046 gdb_load_shlibs.
7047 (shlib_name): Delete.
7048 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
7049
7dd6df01
PA
70502014-04-15 Pedro Alves <palves@redhat.com>
7051
7052 * gdb.base/sym-file.exp: Remove regex characters from test
7053 message. Don't refer to breakpoint numbers in test messages.
7054
b50c8614
KS
70552014-04-14 Keith Seitz <keiths@redhat.com>
7056
7057 PR c++/16253
7058 * gdb.cp/var-tag.cc: New file.
7059 * gdb.cp/var-tag.exp: New file.
7060 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
7061 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
7062 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
7063 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
7064
3d567982
TT
70652014-04-14 Tom Tromey <tromey@redhat.com>
7066
7067 * gdb.cp/classes.exp (test_enums): Handle underlying type.
7068 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
7069 type.
7070 * gdb.cp/enum-class.exp: New file.
7071 * gdb.cp/enum-class.cc: New file.
7072
0626fc76
TT
70732014-04-14 Tom Tromey <tromey@redhat.com>
7074
7075 * gdb.dwarf2/enum-type.exp: New file.
7076
dca325b3
SA
70772014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7078
7079 * gdb.mi/mi-vla-c99.exp: New file.
7080 * gdb.mi/vla.c: New file.
7081
5854b38a
SA
70822014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7083
7084 * gdb.base/vla-datatypes.c: New file.
7085 * gdb.base/vla-datatypes.exp: New file.
7086
463bb957
SA
70872014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7088
7089 * gdb.base/vla-ptr.c: New file.
7090 * gdb.base/vla-ptr.exp: New file.
7091
3dd170be
SA
70922014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7093
7094 * gdb.dwarf2/count.exp: New file.
7095
5ecaaa66
SA
70962014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7097
7098 * gdb.base/vla-sideeffect.c: New file.
7099 * gdb.base/vla-sideeffect.exp: New file.
7100
41f1ada5
DB
71012014-04-14 David Blaikie <dblaikie@gmail.com>
7102
7103 * gdb.mi/non-stop.c: Add return value for non-void function return
7104 statement.
7105 * gdb.threads/staticthreads.c: Ditto.
7106
0be03e84
DE
71072014-04-12 Siva Chandra Reddy <sivachandra@google.com>
7108 Doug Evans <xdje42@gmail.com>
7109
7110 * gdb.guile/scm-value.c: Improve test case.
7111 * gdb.guile/scm-value.exp: Add new test.
7112
f180a1fb
DB
71132014-04-11 David Blaikie <dblaikie@gmail.com>
7114
7115 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
7116 override Clang's default.
7117
6b662e19
JB
71182014-04-11 Joel Brobecker <brobecker@adacore.com>
7119
7120 Revert the following changes (regressions):
7121
7122 * gdb.base/vla-sideeffect.c: New file.
7123 * gdb.base/vla-sideeffect.exp: New file.
7124
7125 * gdb.dwarf2/count.exp: New file.
7126
7127 * gdb.base/vla-multi.c: New file.
7128 * gdb.base/vla-multi.exp: New file.
7129
7130 * gdb.base/vla-ptr.c: New file.
7131 * gdb.base/vla-ptr.exp: New file.
7132
7133 * gdb.base/vla-datatypes.c: New file.
7134 * gdb.base/vla-datatypes.exp: New file.
7135
7136 * gdb.mi/mi-vla-c99.exp: New file.
7137 * gdb.mi/vla.c: New file.
7138
245a5f0b
KS
71392014-04-11 Keith Seitz <keiths@redhat.com>
7140
7141 PR c++/16675
7142 * gdb.cp/cpsizeof.exp: New file.
7143 * gdb.cp/cpsizeof.cc: New file.
7144
58a84dcf
SA
71452014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7146
191a8a90
JB
7147 * gdb.mi/mi-vla-c99.exp: New file.
7148 * gdb.mi/vla.c: New file.
58a84dcf 7149
c8655f75
SA
71502014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7151
7152 * gdb.base/vla-datatypes.c: New file.
7153 * gdb.base/vla-datatypes.exp: New file.
7154
024e13b4
SA
71552014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7156
7157 * gdb.base/vla-ptr.c: New file.
7158 * gdb.base/vla-ptr.exp: New file.
7159
1a237e0e
SA
71602014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7161
7162 * gdb.base/vla-multi.c: New file.
7163 * gdb.base/vla-multi.exp: New file.
7164
504f3432
SA
71652014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7166
7167 * gdb.dwarf2/count.exp: New file.
7168
3bce8237
SA
71692014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7170
191a8a90
JB
7171 * gdb.base/vla-sideeffect.c: New file.
7172 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 7173
322f9c21
YQ
71742014-04-11 Yao Qi <yao@codesourcery.com>
7175
7176 * gdb.base/completion.exp: Check file exists before running tests
7177 on file completion.
7178
d708bcd1
PA
71792014-04-10 Pedro Alves <palves@redhat.com>
7180
7181 * gdb.base/cond-eval-mode.c: New file.
7182 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
7183 prepare_for_testing to build the new file. Check result of
7184 runto_main.
7185 (test_break, test_watch): New procedures.
7186 (top level): Use them.
7187
ae1d2761
PM
71882014-04-08 Pierre Muller <muller@sourceware.org>
7189
7190 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
7191 Ctrl-V use for mingw hosts.
7192
7af389b8
SC
71932014-04-07 Siva Chandra Reddy <sivachandra@google.com>
7194
7195 * gdb.python/py-value.c: Improve test case.
7196 * gdb.python/py-value.exp: Add new test.
7197
5e703181
DE
71982014-04-07 David Blaikie <dblaikie@gmail.com>
7199
7200 * lib/compiler.c: Identify the clang compiler.
7201 * lib/compiler.cc: Ditto.
7202
9810b410
YQ
72032014-04-03 Yao Qi <yao@codesourcery.com>
7204
7205 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
7206
98d1b8dc
AB
72072014-04-01 Anton Blanchard <anton@samba.org>
7208
7209 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
7210 messages unique.
7211
3114cea1
AB
72122014-04-01 Anton Blanchard <anton@samba.org>
7213
7214 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
7215 prepare_for_testing.
7216
62f7182c
AB
72172014-04-01 Anton Blanchard <anton@samba.org>
7218
7219 * gdb.arch/ppc64-atomic-inst.c: Remove.
7220 * gdb.arch/ppc64-atomic-inst.S: New file.
7221 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
7222
770e7fc7
DE
72232014-03-31 Doug Evans <dje@google.com>
7224
7225 * gdb.base/print-symbol-loading-lib.c: New file.
7226 * gdb.base/print-symbol-loading-main.c: New file.
7227 * gdb.base/print-symbol-loading.exp: New file.
7228
46e2bafa
YQ
72292014-03-31 Yao Qi <yao@codesourcery.com>
7230
7231 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
7232
8776cfe9
JB
72332014-03-28 Joel Brobecker <brobecker@adacore.com>
7234
7235 * gdb.ada/mi_dyn_arr: New testcase.
7236
5d1ef361
DE
72372014-03-27 Doug Evans <dje@google.com>
7238
7239 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
7240
b5bee914
YQ
72412014-03-27 Yao Qi <yao@codesourcery.com>
7242
7243 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
7244 if target is nios2-*-*.
7245
0d4d0e77
YQ
72462014-03-26 Yao Qi <yao@codesourcery.com>
7247
7248 * lib/gdb.exp (readline_is_used): New proc.
7249 * gdb.base/completion.exp: Move tests on command complete up.
7250 Skip the rest of tests if readline is not used.
7251 * gdb.ada/complete.exp: Skp the test if readline is not
7252 used.
7253 * gdb.base/filesym.exp: Likewise.
7254 * gdb.base/macscp.exp: Likewise.
7255 * gdb.base/readline-ask.exp: Likewise.
7256 * gdb.base/readline.exp: Likewise.
7257 * gdb.python/py-cmd.exp: Likewise.
7258 * gdb.trace/tfile.exp: Likewise.
7259
29361eee
YQ
72602014-03-26 Yao Qi <yao@codesourcery.com>
7261
7262 * gdb.base/macscp.exp: Fix code format issues.
7263
bc9a5525
UW
72642014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
7265
7266 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
7267 * gdb.asm/powerpc64le.inc: New file.
7268
d3839ede
PA
72692014-03-25 Pedro Alves <palves@redhat.com>
7270 Doug Evans <dje@google.com>
7271
7272 * gdb.base/source-execution.c: New file.
7273 * gdb.base/source-execution.exp: New file.
7274 * gdb.base/source-execution.gdb: New file.
7275
01672a57
DE
72762014-03-24 Doug Evans <dje@google.com>
7277
7278 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
7279 using fission.
7280
88bbeca9
HZ
72812014-03-24 Hui Zhu <hui@codesourcery.com>
7282 Pedro Alves <palves@redhat.com>
7283
7284 PR breakpoints/16101
7285 * gdb.base/dprintf.exp: Use unsupported rather than changing the
7286 test pass/fail messages. Detect missing support for dprintf when
7287 breakpoints are actually inserted.
7288 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
7289 breakpoints are actually inserted.
7290 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
7291 fails.
7292
d2348791
JK
72932014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7294
7295 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
7296
feef67ab
DE
72972014-03-22 Doug Evans <xdje42@gmail.com>
7298
7299 * gdb.python/python.exp (python not supported): Verify multi-line
7300 python command issues an error.
25d743f9 7301 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 7302 guile command issues an error.
feef67ab 7303
ecebef6a
MR
73042014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
7305
7306 * gdb.threads/thread-specific.exp: Handle the lack of usable
7307 $this_breakpoint and $this_thread.
7308
ccdd1909
HZ
73092014-03-21 Hui Zhu <hui@codesourcery.com>
7310
7311 * gdb.base/attach.exp (do_command_attach_tests): New.
7312
beb460e8
PA
73132014-03-20 Tom Tromey <tromey@redhat.com>
7314 Pedro Alves <palves@redhat.com>
7315
7316 PR cli/15718
7317 * gdb.base/condbreak-call-false.c: New file.
7318 * gdb.base/condbreak-call-false.exp: New file.
7319
40acf43a
PA
73202014-03-20 Pedro Alves <palves@redhat.com>
7321
7322 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
7323 Delete.
7324 (block_signals, unblock_signals): Delete.
7325 (child_function_2, main): Remove references to deleted variable
7326 and functions.
7327
9f5e1e02
PA
73282014-03-20 Pedro Alves <palves@redhat.com>
7329
7330 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
7331 Use pthread_kill to signal thread 2.
7332 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7333 Adjust to make the test send itself a signal rather than using the
7334 host's "kill" command.
7335
99619bea
PA
73362014-03-20 Pedro Alves <palves@redhat.com>
7337
7338 * gdb.threads/multiple-step-overs.c: New file.
7339 * gdb.threads/multiple-step-overs.exp: New file.
7340 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7341 Adjust expected infrun debug output.
7342
2adfaa28
PA
73432014-03-20 Pedro Alves <palves@redhat.com>
7344
7345 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
7346 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
7347
31e77af2
PA
73482014-03-20 Pedro Alves <palves@redhat.com>
7349
7350 PR breakpoints/7143
7351 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
7352 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
7353 of gdb_test_multiple.
7354 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
7355 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
7356
b9f437de
PA
73572014-03-20 Pedro Alves <palves@redhat.com>
7358
7359 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
7360 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
7361
05adc73e
PA
73622014-03-19 Pedro Alves <palves@redhat.com>
7363
7364 * gdb.base/async.exp: Remove early return.
7365
6048b950
PA
73662014-03-19 Pedro Alves <palves@redhat.com>
7367
7368 * gdb.base/async.exp (step& tests): Pass explicit test messages.
7369
8bcfb00a
PA
73702014-03-19 Pedro Alves <palves@redhat.com>
7371
7372 * gdb.base/async.exp (test_background): Expect \r\n after
7373 "completed." in the fail pattern.
7374
884e37dc
PA
73752014-03-19 Pedro Alves <palves@redhat.com>
7376
7377 * gdb.base/async.exp (test_background): New procedure.
7378 Use it for all background execution command tests.
7379
148e57e2
PA
73802014-03-19 Pedro Alves <palves@redhat.com>
7381
7382 * gdb.base/async.exp: Use prepare_for_testing.
7383
f48088c7
PA
73842014-03-19 Pedro Alves <palves@redhat.com>
7385
7386 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
7387 the same line.
7388
e2f6c966
PA
73892014-03-19 Pedro Alves <palves@redhat.com>
7390
7391 * gdb.base/async.c (main): Add "jump here" and "until here" line
7392 marker comments.
7393 * gdb.base/async.exp (jump_here): New global.
7394 (jump& test): Use it.
7395 (until_here): New global.
7396 (until& test): Use it.
7397
c30568d4
PA
73982014-03-19 Pedro Alves <palves@redhat.com>
7399
7400 * gdb.base/async.exp: Don't frob gdb_protocol.
7401
0172b6a7
DE
74022014-03-18 Doug Evans <xdje42@gmail.com>
7403
7404 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
7405 Fix spelling of exec-done-display.
7406
06c868a8
JK
74072014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7408
7409 PR gdb/15358
7410 * gdb.base/gdb-sigterm.c: New file.
7411 * gdb.base/gdb-sigterm.exp: New file.
7412
0c7e1a46
PA
74132014-03-18 Pedro Alves <palves@redhat.com>
7414
7415 PR gdb/13860
7416 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
7417 * lib/mi-support.exp (mi_expect_stop): Add special handling for
7418 solib-event.
7419
f7c77d93
JB
74202014-03-17 Joel Brobecker <brobecker@adacore.com>
7421
7422 * gdb.ada/pckd_arr_ren: New testcase.
7423
5a1e8c7a
DE
74242014-03-13 Doug Evans <xdje42@gmail.com>
7425
7426 PR guile/16612
7427 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
7428 collect after discarding symbols.
7429
350e1a76
DE
74302014-03-13 Ludovic Courtès <ludo@gnu.org>
7431 Doug Evans <xdje42@gmail.com>
7432
7433 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
7434 to history survives a gc.
7435
a69900ae
PA
74362014-03-13 Pedro Alves <palves@redhat.com>
7437
7438 * gdb.base/default.exp: Don't test "target procfs".
7439
5db9f0bd
PA
74402014-03-13 Pedro Alves <palves@redhat.com>
7441
7442 * gdb.base/default.exp: Update "target child" and "target procfs"
7443 tests to not expect "Unix".
7444
b3ccfe11
TT
74452014-03-12 Tom Tromey <tromey@redhat.com>
7446
7447 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
7448 New procs. Add target-async tests.
7449 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
7450 Add target-async tests.
7451
646f4417
AA
74522014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7453
7454 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
7455 'func_start' and 'func_end' for the beginning and end of the
7456 function code, respectively.
7457 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
7458 'func_end' instead of 'func' and 'main'.
7459
288c211f
AA
74602014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7461
7462 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
7463 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
7464 generate the debug info assembler source.
7465
e0c0f156
AA
74662014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7467
7468 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
7469 * gdb.dwarf2/arr-subrange.exp: Likewise.
7470 * gdb.dwarf2/dwz.exp: Likewise.
7471 * gdb.dwarf2/method-ptr.exp: Likewise.
7472 * gdb.dwarf2/missing-sig-type.exp: Likewise.
7473 * gdb.dwarf2/subrange.exp: Likewise.
7474 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
7475 * gdb.dwarf2/implptrpiece.exp: Likewise.
7476 * gdb.dwarf2/nostaticblock.exp: Likewise.
7477
0e5c4555
AA
74782014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7479
7480 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
7481 directory to absolute path name arguments.
7482
5ec18f2b
JG
74832014-03-10 Joel Brobecker <brobecker@adacore.com>
7484
7485 * gdb.ada/tagged_access: New testcase.
7486
847fc4f2
MM
74872014-03-07 Markus Metzger <markus.t.metzger@intel.com>
7488
7489 * gdb.btrace/data.exp: Update expected output.
7490
cc3da688
YQ
74912014-03-06 Yao Qi <yao@codesourcery.com>
7492
7493 * gdb.trace/pr16508.exp: New file.
7494
0f26cec1
PA
74952014-03-05 Pedro Alves <palves@redhat.com>
7496
7497 PR gdb/16575
7498 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
7499 procedure.
7500 (top level): Adjust to use it. Add tests that exercise breakpoint
7501 interaction with the code-cache.
7502
7a5a839f
LC
75032014-02-26 Ludovic Courtès <ludo@gnu.org>
7504
7505 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
7506 test for 'history-append!'.
7507
31aa7e4e
JB
75082014-02-26 Joel Brobecker <brobecker@adacore.com>
7509
7510 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
7511 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
7512 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
7513 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
7514 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
7515 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
7516
1b588015
JB
75172014-02-26 Joel Brobecker <brobecker@adacore.com>
7518
7519 * testsuite/gdb.python/py-pp-re-notag.c: New file.
7520 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
7521 * testsuite/gdb.python/py-pp-re-notag.p: New file.
7522
55426c9d
JB
75232014-02-26 Joel Brobecker <brobecker@adacore.com>
7524
7525 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
7526
dc53a7ad
JB
75272014-02-26 Joel Brobecker <brobecker@adacore.com>
7528
7529 * gdb.dwarf2/arr-stride.c: New file.
7530 * gdb.dwarf2/arr-stride.exp: New file.
7531
12ab52e9
PA
75322014-02-26 Pedro Alves <palves@redhat.com>
7533
7534 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
7535 that won't ever trigger. Make sure that GDB reports the correct
7536 breakpoint that caused the stop.
7537
849c862e
JK
75382014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7539
7540 PR gdb/16626
7541 * gdb.base/auto-load-script: New file.
7542 * gdb.base/auto-load.c: New file.
7543 * gdb.base/auto-load.exp: New file.
7544
71b7d793
JK
7545 PR gdb/16626
7546 * gdb.base/auto-load.exp: Fix out-of-srctree run.
7547
e2f0d509
JK
75482014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7549
7550 Fix dw2-icycle.exp -fsanitize=address GDB crash.
7551 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
7552
50cc37c8
DE
75532014-02-24 Doug Evans <dje@google.com>
7554
7555 * lib/gdb.exp (run_on_host): Log error output if program fails.
7556
ea4758f2
PA
75572014-02-21 Pedro Alves <palves@redhat.com>
7558
7559 * gdb.threads/step-after-sr-lock.c: Rename to ...
7560 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
7561 * gdb.threads/step-after-sr-lock.exp: Rename to ...
7562 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7563 ... this.
7564
d7b30f67
SDJ
75652014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
7566
7567 PR tdep/16397
7568 * gdb.arch/amd64-stap-special-operands.exp: New file.
7569 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
7570 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
7571 * gdb.arch/amd64-stap-triplet.S: Likewise.
7572 * gdb.arch/amd64-stap-triplet.c: Likewise.
7573
83deb43f
JB
75742014-02-20 Joel Brobecker <brobecker@adacore.com>
7575
7576 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
7577 in .section pseudo-op.
7578
adde2bff
DE
75792014-02-20 lin zuojian <manjian2006@gmail.com>
7580 Joel Brobecker <brobecker@adacore.com>
7581 Doug Evans <xdje42@gmail.com>
7582
7583 PR symtab/16581
7584 * gdb.dwarf2/dw2-icycle.S: New file.
7585 * gdb.dwarf2/dw2-icycle.c: New file.
7586 * gdb.dwarf2/dw2-icycle.exp: New file.
7587
f7bd0f78
SC
75882014-02-19 Siva Chandra Reddy <sivachandra@google.com>
7589
7590 * gdb.python/py-value-cc.cc: Improve test case to enable testing
7591 operations on gdb.Value objects.
7592 * gdb.python/py-value-cc.exp: Add new test to test operations on
7593 gdb.Value objects.
7594
c17ef0d5
DE
75952014-02-18 Doug Evans <dje@google.com>
7596
7597 * Makefile.in (TESTS): New variable.
7598 (expanded_tests, expanded_tests_or_none): New variables
7599 (check-single): Pass $(expanded_tests_or_none) to runtest.
7600 (check-parallel): Only run tests in $(TESTS) if non-empty.
7601 (check/no-matching-tests-found): New rule.
7602 * README: Document TESTS makefile variable.
7603
5dd3176f
DE
76042014-02-18 Doug Evans <dje@google.com>
7605
7606 * Makefile.in (check-parallel): rm -rf outputs temp.
7607
0b10be4f
JK
76082014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7609
7610 Fix "ERROR: no fileid for" in the testsuite.
7611 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
7612
85f224e7
DE
76132014-02-12 Doug Evans <dje@google.com>
7614
7615 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
7616 (MISCELLANEOUS): New variable.
7617 (clean): rm -rf $(MISCELLANEOUS).
7618 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
7619 dwp live in the same directory as symlinks, with each symlink pointed
7620 to a differently named file in a different directory.
7621
149b30ff
DE
76222014-02-11 Doug Evans <dje@google.com>
7623
7624 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
7625 of Tcl file commands.
7626
1dfdac32
MK
76272014-02-10 Mark Kettenis <kettenis@gnu.org>
7628
7629 * gdb.threads/step-after-sr-lock.exp: Avoid executing
7630 "kill -SIGUSR1 -1".
7631
aa4fb036
JB
76322014-02-10 Joel Brobecker <brobecker@adacore.com>
7633
7634 * gdb.ada/tick_length_array_enum_idx: New testcase.
7635
ed3ef339
DE
76362014-02-10 Doug Evans <xdje42@gmail.com>
7637
7638 * configure.ac (AC_OUTPUT): Add gdb.guile.
7639 * configure: Regenerate.
7640 * lib/gdb-guile.exp: New file.
7641 * lib/gdb.exp (get_target_charset): New function.
7642 * gdb.base/help.exp: Update expected output from "apropos apropos".
7643 * gdb.guile/Makefile.in: New file.
7644 * gdb.guile/guile.exp: New file.
7645 * gdb.guile/scm-arch.c: New file.
7646 * gdb.guile/scm-arch.exp: New file.
7647 * gdb.guile/scm-block.c: New file.
7648 * gdb.guile/scm-block.exp: New file.
7649 * gdb.guile/scm-breakpoint.c: New file.
7650 * gdb.guile/scm-breakpoint.exp: New file.
7651 * gdb.guile/scm-disasm.c: New file.
7652 * gdb.guile/scm-disasm.exp: New file.
7653 * gdb.guile/scm-equal.c: New file.
7654 * gdb.guile/scm-equal.exp: New file.
7655 * gdb.guile/scm-error.exp: New file.
7656 * gdb.guile/scm-error.scm: New file.
7657 * gdb.guile/scm-frame-args.c: New file.
7658 * gdb.guile/scm-frame-args.exp: New file.
7659 * gdb.guile/scm-frame-args.scm: New file.
7660 * gdb.guile/scm-frame-inline.c: New file.
7661 * gdb.guile/scm-frame-inline.exp: New file.
7662 * gdb.guile/scm-frame.c: New file.
7663 * gdb.guile/scm-frame.exp: New file.
7664 * gdb.guile/scm-generics.exp: New file.
7665 * gdb.guile/scm-gsmob.exp: New file.
7666 * gdb.guile/scm-iterator.c: New file.
7667 * gdb.guile/scm-iterator.exp: New file.
7668 * gdb.guile/scm-math.c: New file.
7669 * gdb.guile/scm-math.exp: New file.
7670 * gdb.guile/scm-objfile-script-gdb.in: New file.
7671 * gdb.guile/scm-objfile-script.c: New file.
7672 * gdb.guile/scm-objfile-script.exp: New file.
7673 * gdb.guile/scm-objfile.c: New file.
7674 * gdb.guile/scm-objfile.exp: New file.
7675 * gdb.guile/scm-ports.exp: New file.
7676 * gdb.guile/scm-pretty-print.c: New file.
7677 * gdb.guile/scm-pretty-print.exp: New file.
7678 * gdb.guile/scm-pretty-print.scm: New file.
7679 * gdb.guile/scm-section-script.c: New file.
7680 * gdb.guile/scm-section-script.exp: New file.
7681 * gdb.guile/scm-section-script.scm: New file.
7682 * gdb.guile/scm-symbol.c: New file.
7683 * gdb.guile/scm-symbol.exp: New file.
7684 * gdb.guile/scm-symtab-2.c: New file.
7685 * gdb.guile/scm-symtab.c: New file.
7686 * gdb.guile/scm-symtab.exp: New file.
7687 * gdb.guile/scm-type.c: New file.
7688 * gdb.guile/scm-type.exp: New file.
7689 * gdb.guile/scm-value-cc.cc: New file.
7690 * gdb.guile/scm-value-cc.exp: New file.
7691 * gdb.guile/scm-value.c: New file.
7692 * gdb.guile/scm-value.exp: New file.
7693 * gdb.guile/source2.scm: New file.
7694 * gdb.guile/types-module.cc: New file.
7695 * gdb.guile/types-module.exp: New file.
7696
7026a7c1
YQ
76972014-02-10 Yao Qi <yao@codesourcery.com>
7698
7699 PR testsuite/16543
7700 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
7701 * configure: Regenerated.
7702 * Makefile.in: New file.
7703
6c466447
AS
77042014-02-08 Andreas Schwab <schwab@linux-m68k.org>
7705
7706 * gdb.python/py-framefilter.exp: Fix typo.
7707
6e854735
YQ
77082014-02-08 Yao Qi <yao@codesourcery.com>
7709
7710 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
7711 that no =breakpoint-modified is emitted when breakpoints are
7712 modified through MI commands.
7713
d137e6dc
PA
77142014-02-07 Pedro Alves <pedro@codesourcery.com>
7715 Pedro Alves <palves@redhat.com>
7716
7717 * gdb.threads/step-after-sr-lock.c: New file.
7718 * gdb.threads/step-after-sr-lock.exp: New file.
7719
b5ee5a50
PA
77202014-02-07 Pedro Alves <palves@redhat.com>
7721
7722 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
7723
3c77faf3
JK
77242014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7725
7726 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
7727 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
7728
6dddc817
DE
77292014-02-06 Doug Evans <xdje42@gmail.com>
7730
7731 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
7732 output.
7733
7734 * gdb.gdb/python-interrupts.exp: New file.
7735
de7b2893
YQ
77362014-02-05 Yao Qi <yao@codesourcery.com>
7737
7738 * gdb.trace/report.exp (use_collected_data): Test the output
7739 of "info threads" and "info inferiors".
7740
66d032ac
YQ
77412014-02-05 Yao Qi <yao@codesourcery.com>
7742
7743 Revert this patch:
7744
7745 2013-05-24 Yao Qi <yao@codesourcery.com>
7746
7747 * gdb.trace/tfile.exp: Test inferior and thread.
7748
591a12a1
UW
77492014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7750
7751 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
7752 on a function.
7753 * gdb.base/step-bt.c: Call hello via function pointer to make
7754 sure its first instruction is executed on powerpc64le-linux.
7755
0ff3e01f
UW
77562014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7757
7758 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
7759
084ee545
UW
77602014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7761
7762 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
7763 of the test patterns for use on little-endian systems.
7764
6ed14ff3
UW
77652014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7766
7767 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
7768 (decimal_vector): Fix for little-endian.
7769
401e27fd
JM
77702014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
7771
7772 * gdb.arch/sparc-sysstep.exp: New file.
7773 * gdb.arch/sparc-sysstep.c: Likewise.
7774
7775 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
7776
8b924729
EBM
77772014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7778
7779 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
7780
fb151210
JB
77812014-01-23 Tom Tromey <tromey@redhat.com>
7782
7783 * gdb.ada/array_char_idx: New testcase.
7784
0740f8d8
TT
77852014-01-23 Tom Tromey <tromey@redhat.com>
7786
7787 PR python/16487:
7788 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
7789 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
7790 classes.
7791
21909fa1
TT
77922014-01-23 Tom Tromey <tromey@redhat.com>
7793
7794 PR python/16491:
7795 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
7796 string from an inferior frame.
7797 * gdb.python/py-framefilter-mi.exp: Update.
7798
87ce2a04
DE
77992014-01-22 Doug Evans <dje@google.com>
7800
7801 * gdb.server/server-mon.exp: Add tests for "set debug-format".
7802
237b092b
AA
78032014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7804
7805 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
7806
d674a709
AA
78072014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7808
7809 * gdb.trace/entry-values.exp: Remove excess space character from
7810 regex patterns. Handle s390 call instruction.
7811
20fa3390
AA
78122014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7813
7814 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
7815 define "*_start" label. Make "name" static.
7816 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
7817 ${name} by references to ${name}_start.
7818
78466714
AA
78192014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7820
7821 * gdb.base/info-macros.exp: Remove "debug" from the compile
7822 options.
7823
ec9f644a
IB
78242014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7825
7826 * gdb.dlang/demangle.exp: New file.
7827
94b1b47e
IB
78282014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7829
7830 * gdb.dlang/primitive-types.exp: New file.
7831
7f420862
IB
78322014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7833
7834 * configure.ac: Create gdb.dlang/Makefile.
7835 * configure: Regenerate.
7836 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
7837 * gdb.dlang/Makefile.in: New file.
7838 * lib/d-support.exp: New file.
7839 * lib/gdb.exp (skip_d_tests): New proc.
7840
52834460
MM
78412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7842
7843 * gdb.btrace/delta.exp: Check reverse stepi.
7844 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
7845 * gdb.btrace/finish.exp: New.
7846 * gdb.btrace/next.exp: New.
7847 * gdb.btrace/nexti.exp: New.
7848 * gdb.btrace/record_goto.c: Add comments.
7849 * gdb.btrace/step.exp: New.
7850 * gdb.btrace/stepi.exp: New.
7851 * gdb.btrace/multi-thread-step.c: New.
7852 * gdb.btrace/multi-thread-step.exp: New.
7853 * gdb.btrace/rn-dl-bind.c: New.
7854 * gdb.btrace/rn-dl-bind.exp: New.
7855 * gdb.btrace/data.c: New.
7856 * gdb.btrace/data.exp: New.
7857 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7858
6e07b1d2
MM
78592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7860
7861 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
7862 * gdb.btrace/exception.exp: Update.
7863 * gdb.btrace/instruction_history.exp: Update.
7864 * gdb.btrace/record_goto.exp: Update.
7865 * gdb.btrace/tailcall.exp: Update.
7866 * gdb.btrace/unknown_functions.exp: Update.
7867 * gdb.btrace/delta.exp: New.
7868
0b722aec
MM
78692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7870
7871 * gdb.btrace/record_goto.exp: Add backtrace test.
7872 * gdb.btrace/tailcall.exp: Add backtrace test.
7873
066ce621
MM
78742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7875
7876 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
7877 * gdb.btrace/record_goto.c: New.
7878 * gdb.btrace/record_goto.exp: New.
7879 * gdb.btrace/x86-record_goto.S: New.
7880
0688d04e
MM
78812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7882
7883 * gdb.btrace/function_call_history.exp: Update tests.
7884 * gdb.btrace/instruction_history.exp: Update tests.
7885
8710b709
MM
78862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7887
7888 * gdb.btrace/function_call_history.exp: Fix expected field
7889 order for "record function-call-history".
7890 Add new tests for "record function-call-history /c".
7891 * gdb.btrace/exception.cc: New.
7892 * gdb.btrace/exception.exp: New.
7893 * gdb.btrace/tailcall.exp: New.
7894 * gdb.btrace/x86-tailcall.S: New.
7895 * gdb.btrace/x86-tailcall.c: New.
7896 * gdb.btrace/unknown_functions.c: New.
7897 * gdb.btrace/unknown_functions.exp: New.
7898 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7899
5de9129b
MM
79002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7901
7902 * gdb.btrace/instruction_history.exp: Update.
7903 * gdb.btrace/function_call_history.exp: Update.
7904
23a7fe75
MM
79052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7906
7907 * gdb.btrace/function_call_history.exp: Fix expected function
7908 trace.
7909 * gdb.btrace/instruction_history.exp: Initialize traced.
7910 Remove traced_functions.
7911
724c7dd8
MM
79122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7913
7914 * gdb.btrace/function_call_history.exp: Update
7915 * gdb.btrace/instruction_history.exp: Update.
7916
6d78d93b
MM
79172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7918
7919 * gdb.btrace/enable.exp: Update expected text.
7920
93a360cc
OJ
79212014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
7922
7923 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
7924 bytes.
7925
3772b53f
MR
79262014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
7927
7928 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
7929
596662fa
OJ
79302014-01-15 Omair Javaid <omair.javaid@linaro.org>
7931
7932 * lib/gdb.exp (supports_process_record): Return true for
7933 arm*-linux*. (supports_reverse): Likewise.
7934
b5b08fb4
SC
79352014-01-13 Siva Chandra Reddy <sivachandra@google.com>
7936
7937 PR python/15464
7938 PR python/16113
7939 * gdb.python/py-type.c: Enhance test case.
7940 * gdb.python/py-value-cc.cc: Likewise
7941 * gdb.python/py-type.exp: Add new tests.
7942 * gdb.python/py-value-cc.exp: Likewise
7943
52d7fb13
AA
79442014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
7945 Pedro Alves <palves@redhat.com>
7946
7947 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
7948 Make "name" extern.
7949 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
7950 references to ${name}_start by references to ${name}.
7951
a2cd8cfe
JB
79522014-01-10 Joel Brobecker <brobecker@adacore.com>
7953
7954 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
7955
4e23fced
JB
79562014-01-10 Joel Brobecker <brobecker@adacore.com>
7957
7958 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
7959
c6a9e42c
PA
79602014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
7961 Pedro Alves <palves@redhat.com>
7962
7963 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 7964 mi_gdb_target_load.
c6a9e42c 7965
b7ea362b
PA
79662014-01-08 Pedro Alves <palves@redhat.com>
7967
7968 * gdb.threads/reconnect-signal.c: New file.
7969 * gdb.threads/reconnect-signal.exp: New file.
7970
5e3f4fab
EBM
79712014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7972
7973 * gdb.base/source-dir.exp: New file.
7974
79301218
JB
79752014-01-07 Joel Brobecker <brobecker@adacore.com>
7976
7977 * gdb.ada/mi_interface: New testcase.
7978
8e355c5d
JB
79792014-01-07 Joel Brobecker <brobecker@adacore.com>
7980
7981 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
7982 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
7983 gdb.ada/pp-rec-component/pck.ads: New files.
7984
c0d48811
JB
79852014-01-07 Joel Brobecker <brobecker@adacore.com>
7986
7987 * gdb.python/py-pp-integral.c: New file.
7988 * gdb.python/py-pp-integral.py: New file.
7989 * gdb.python/py-pp-integral.exp: New file.
7990
17b609c3 7991For older changes see ChangeLog-1993-2013.
c906108c 7992\f
8d8cb839
EZ
7993;; Local Variables:
7994;; mode: change-log
7995;; left-margin: 8
7996;; fill-column: 74
7997;; version-control: never
7998;; End:
902f2ccb 7999
618f726f 8000 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
8001 Copying and distribution of this file, with or without modification,
8002 are permitted provided the copyright notice and this notice are preserved.