]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Debugging without a binary (regression)
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
8392fa22
SM
12016-04-13 Simon Marchi <simon.marchi@ericsson.com>
2
3 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
4
8c4c4aeb
SM
52016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6
7 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8 standard output directory.
9
45e3745e
AT
102016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11
12 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
13
e26b7e41
MM
142016-04-13 Markus Metzger <markus.t.metzger@intel.com>
15
16 * gdb.btrace/instruction_history.c (loop): Add declaration.
17
8ce09462
AT
182016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
19
20 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
21
2e88a1ea
SM
222016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
23
24 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
25 parentheses to print.
26 (continue_handler): Likewise.
27
f48e22e3
SM
282016-04-08 Simon Marchi <simon.marchi@ericsson.com>
29
30 * gdb.server/solib-list.exp: Remove is_remote check.
31 Pass shlib= to gdb_compile. Don't link shared library with
32 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
33 Run binary filename through "readlink -f" on the target.
34
096be756
PA
352016-04-08 Pedro Alves <palves@redhat.com>
36
37 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
38 interpreter filename as argument to gdbserver_spawn.
39 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
40 Return empty if $last_loaded_file does not exist.
41
06500533
JK
422016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
43
44 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
45 * gdb.base/jit-main.c: Use exit after usage.
46
2d35e871
JK
472016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
48
49 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
50 GDBHISTSIZE prior to the tests.
51 * gdb.base/gdbinit-history.exp: Likewise.
52
532016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
54
55 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
56 instead of build_executable. Use gdb_load_shlibs.
57
c8064e7e
YQ
582016-04-07 Yao Qi <yao.qi@linaro.org>
59
60 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
61 Execute "si" command.
62
bde47561
YQ
632016-04-07 Yao Qi <yao.qi@linaro.org>
64
65 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
66 number instead of the comments on some line.
67
b16f8a3b
DB
682016-04-06 Don Breazeal <donb@codesourcery.com>
69
70 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
71 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
72
c2f901df
SM
732016-04-06 Simon Marchi <simon.marchi@ericsson.com>
74
75 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
76 standard_output_file. Remove unused binfile variable.
77
ac17fda0
CU
782016-04-05 Catalin Udma <catalin.udma@freescale.com>
79
80 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
81 * gdb.python/py-mi-objfile.exp: Match "list main" output
82 in console format.
83
03a8c4df
SM
842016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
85
86 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
87 absolute.
88
6e774b13
SM
892016-04-05 Simon Marchi <simon.marchi@ericsson.com>
90
91 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
92 absolute.
93 * gdb.trace/ftrace.exp: Likewise.
94 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
95 targets as well.
96 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
97 (gdb_load_shlibs): Copy libraries to test directory when testing
98 natively. Only set solib-search-path if testing remotely.
99 * lib/mi-support.exp (mi_load_shlibs): Likewise.
100
7817ea46
SM
1012016-04-05 Simon Marchi <simon.marchi@ericsson.com>
102
103 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
104 gdb_download. Use it even if the target is not remote.
105 * gdb.base/jit.exp (compile_jit_test): Likewise.
106 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
107 output directory if the destination board is local, otherwise use
108 the standard remote_download from DejaGnu.
109 (gdb_download): Remove.
110 (gdb_load_shlibs): Use gdb_remote_download instead of
111 gdb_download.
112 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
113 Use gdb_remote_download instead of gdb_download. Use it even if
114 the target is not remote.
115 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
116 instead of gdb_download.
117
7beb7f68
SM
1182016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
119
120 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
121 (test_insert_delete_modify): Call mi_load_shlibs before trying to
122 run.
123
cc63428a
AV
1242016-04-01 Artemiy Volkov <artemiyv@acm.org>
125
126 PR gdb/19820
127 * gdb.base/printcmds.exp: Add artificial arrays tests.
128
64cdf930
PA
1292016-03-31 Pedro Alves <palves@redhat.com>
130
131 PR gdb/19858
132 * gdb.base/jit-main.c: Include unistd.h.
133 (ATTACH): Define to 0 if not already defined.
134 (wait_for_gdb, mypid): New globals.
135 (WAIT_FOR_GDB): New macro.
136 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
137 some breakpoint locations.
138 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
139 New procedures.
140 (one_jit_test): Add REATTACH parameter, and handle it. Use
141 continue_to_test_location.
142 (top level): Test attach, and adjusts calls to one_jit_test.
143
40dea8cb
PA
1442016-03-31 Pedro Alves <palves@redhat.com>
145
146 PR gdb/19858
147 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
148 BINSUFFIX parameter, and handle it.
149 (top level): Adjust calls compile_jit_test.
150
e7ea3ec7
CU
1512016-03-31 Catalin Udma <catalin.udma@freescale.com>
152
153 PR python/19743
154 * gdb.python/py-mi-events-gdb.py: New file.
155 * gdb.python/py-mi-events.c: New file.
156 * gdb.python/py-mi-events.exp: New file.
157
e6359af3
YQ
1582016-03-30 Yao Qi <yao.qi@linaro.org>
159
160 * gdb.reverse/until-precsave.exp: Match function name only.
161 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
162 Move malloc to a condition block.
163 * gdb.reverse/until-reverse.exp: Match function name only.
164
a4105d04
MK
1652016-03-29 Marcin Koƛcielnicki <koriakin@0x04.net>
166
167 * gdb.trace/ftrace.exp: Set arg0exp for s390.
168 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
169 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
170 variable for GPR 0 instead of assuming it is register 0.
171 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
172 * lib/trace-support.exp: Add s390 registers.
173
bfa6adb9
YQ
1742016-03-29 Yao Qi <yao.qi@linaro.org>
175
176 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
177
1e6697ea
YQ
1782016-03-24 Yao Qi <yao.qi@linaro.org>
179
180 * gdb.reverse/break-reverse.exp: Add quotation mark in the
181 test message.
182
64bcd522
AA
1832016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
184
185 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
186 maintaining separate logic for constructing the output path.
187
7868401b
DB
1882016-03-16 Don Breazeal <donb@codesourcery.com>
189
190 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
191 Retry fork and waitpid on interrupted system call errors.
192 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
193 Use with_timeout_factor to increase timeout by factor of 10.
194
1cafadb4
DB
1952016-03-15 Don Breazeal <donb@codesourcery.com>
196
197 * gdb.cp/scope-err.cc: New test program.
198 * gdb.cp/scope-err.exp: New test script.
199 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
200 lines and "set breakpoint here" comment.
201 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
202 Fixed some whitespace and format issues.
203 * gdb.mi/mi-linespec-err-cp.cc: New test program.
204 * gdb.mi/mi-linespec-err-cp.exp: New test script.
205
81516450
DE
2062016-03-15 Doug Evans <dje@google.com>
207
208 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
209 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
210 All callers updated. Add tests for enums, mixed flags register.
211
aa52b601
DE
2122016-03-15 Doug Evans <dje@google.com>
213
214 * gdb.base/skip.c (main): Call test_skip_file_and_function.
215 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
216
fa4ff313
SM
2172016-03-14 Simon Marchi <simon.marchi@ericsson.com>
218
219 * gdb.base/default.exp: Add $_as_string to the list of expected
220 convenience functions.
221
f2403c39
AB
2222016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
223
224 * gdb.base/maint.exp: New tests for 'maint info line-table'.
225
f2f3ccb9
SM
2262016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
227
228 * gdb.python/py-as-string.exp: New file.
229 * gdb.python/py-as-string.c: New file.
230
00dbd492
PA
2312016-03-09 Pedro Alves <palves@redhat.com>
232
233 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
234 signal" -> "Thread NN received signal" output change.
235 * gdb.threads/ia64-sigill.exp: Likewise.
236 * gdb.threads/linux-dp.exp: Likewise.
237 * gdb.threads/manythreads.exp: Likewise.
238 * gdb.threads/pending-step.exp: Likewise.
239 * gdb.threads/print-threads.exp: Likewise.
240 * gdb.threads/sigstep-threads.exp: Likewise.
241 * gdb.threads/staticthreads.exp: Likewise.
242 * gdb.threads/tls.exp: Likewise.
243
1e6697ea
YQ
2442016-03-09 Pedro Alves <palves@redhat.com>
245
246 * gdb.base/command-line-input.exp: New file.
247
b04fd3be
MK
2482016-03-09 Marcin Koƛcielnicki <koriakin@0x04.net>
249
250 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
251 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
252 * gdb.trace/pending.exp: Accept leading dot before function name.
253 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
254 * lib/trace-support.exp: Set registers for ppc.
255
98fa59e9
MK
2562016-03-09 Marcin Koƛcielnicki <koriakin@0x04.net>
257
258 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
259 use it for disassembly; accept .main in addition to main in backtrace.
260
f77198c8
MK
2612016-03-09 Wei-cheng Wang <cole945@gmail.com>
262 Marcin Koƛcielnicki <koriakin@0x04.net>
263
264 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
265 (gdb_recursion_test_ptr): New global variable.
266 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
267 gdb_recursion_test.
268 (gdb_c_test): Ditto.
269
ba84e0da
MK
2702016-03-09 Marcin Koƛcielnicki <koriakin@0x04.net>
271
272 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
273 ordering.
274
4366d36e
MK
2752016-03-09 Marcin Koƛcielnicki <koriakin@0x04.net>
276
277 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
278 (bar): Add bar_start_lbl label.
279 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
280 of foo/bar for emitting DWARF and tracing.
281
5eb264df
SDJ
2822016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
283
284 * analyze-racy-logs.py: Set executable bit.
285
fb6a751f
SDJ
2862016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
287
288 * Makefile.in (DEFAULT_RACY_ITER): New variable.
289 (CHECK_TARGET_TMP): Likewise.
290 (check-single-racy): New rule.
291 (check-parallel-racy): Likewise.
292 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
293 (do-check-parallel-racy): New rule.
294 (check-racy/%.exp): Likewise.
295 * README (Racy testcases): New section.
296 * analyze-racy-logs.py: New file.
297
bdf7e230
DE
2982016-03-03 Doug Evans <dje@google.com>
299
300 * gdb.base/skip.exp: Use with_test_prefix.
301
4719d415
YQ
3022016-03-03 Yao Qi <yao.qi@linaro.org>
303
304 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
305 Invoke step_over_syscall "clone" and break_cond_on_syscall
306 "clone".
307 * gdb.base/step-over-clone.c: New file.
308
ea507862
YQ
3092016-03-03 Yao Qi <yao.qi@linaro.org>
310
311 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
312 code format.
313
8fc8cbda
YQ
3142016-03-03 Yao Qi <yao.qi@linaro.org>
315
316 * gdb.base/disp-step-fork.c: Rename to ...
317 * gdb.base/step-over-fork.c: ... it. New file.
318 * gdb.base/disp-step-vfork.c: Rename to ...
319 * gdb.base/step-over-vfork.c: ... it. New file.
320 * gdb.base/disp-step-syscall.exp: Rename to ...
321 * gdb.base/step-over-syscall.exp: ... it. New file.
322 (disp_step_cross_syscall): Rename to ...
323 (step_over_syscall): ... it.
324
92fa70b0
YQ
3252016-03-03 Yao Qi <yao.qi@linaro.org>
326
327 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
328 If target supports condition evaluation on target, invoke
329 break_cond_on_syscall for fork and vfork.
330
e197ad3c
YQ
3312016-03-03 Yao Qi <yao.qi@linaro.org>
332
333 * gdb.base/disp-step-syscall.exp: Don't invoke
334 support_displaced_stepping.
335 (disp_step_cross_syscall): Test with displaced stepping off and
336 on if supported.
337
0b47da9f
YQ
3382016-03-03 Yao Qi <yao.qi@linaro.org>
339
340 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
341 proc.
342 (setup): New proc.
343 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
344 and setup.
345
065ab6dc
BH
3462016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
347
348 * gdb.fortran/vla-history.exp: Remove breakpoint.
349
07e448ad 3502016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
351
352 * gdb.fortran/vla-history.exp: Lookup array elements and printing exceeds timeout.
353
9ac2d526 3542016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
355
356 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an breakpoint.
357
17807369
BH
3582016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
359
360 * gdb.mi/vla.f90: Nullify pointer after declaration.
361
86e501af
PA
3622016-03-01 Pedro Alves <palves@redhat.com>
363
364 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
365
1e903e32
PA
3662016-03-01 Pedro Alves <palves@redhat.com>
367
368 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
369 before anything else.
370 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
371 _GNU_SOURCE here.
372 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
373 before anything else.
374 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
375
6ccb54e2
PA
3762016-03-01 Pedro Alves <palves@redhat.com>
377
378 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
379
30ca9da1
YQ
3802016-03-01 Yao Qi <yao.qi@linaro.org>
381
382 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
383 prepare_for_testing.
384
dc856b38
YQ
3852016-03-01 Yao Qi <yao.qi@linaro.org>
386
387 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
388
4a932159
AA
3892016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
390
391 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
392 manually constructing the output path.
393
f2489477
AA
3942016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
395
396 * gdb.arch/s390-stackless.S: New.
397 * gdb.arch/s390-stackless.exp: New.
398
38899f16
IB
3992016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
400
401 * gdb.dlang/circular.c: New file.
402 * gdb.dlang/circular.exp: New file.
403
9fde51ed
YQ
4042016-02-26 Yao Qi <yao.qi@linaro.org>
405
406 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
407 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
408 (testcases): Update.
409
ce90fefe
YQ
4102016-02-26 Yao Qi <yao.qi@linaro.org>
411
412 * gdb.reverse/aarch64.c: Rename to ...
413 * gdb.reverse/insn-reverse.c: ... it.
414 * gdb.reverse/aarch64.exp: Rename to ...
415 * gdb.reverse/insn-reverse.exp: ... it.
416
3263bceb
YQ
4172016-02-26 Yao Qi <yao.qi@linaro.org>
418
419 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
420 (testcase_ftype): New.
421 (testcases): New array.
422 (n_testcases): New.
423 (main): Call each element in testcases.
424 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
425 (read_testcase): New.
426 Do the tests in a loop.
427
6cb59ff1
YQ
4282016-02-25 Yao Qi <yao.qi@linaro.org>
429
430 * gdb.base/branches.c: Remove.
431
ae91f625
MK
4322016-02-25 Marcin Koƛcielnicki <koriakin@0x04.net>
433
434 PR gdb/13808
435 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
436
678b48b7
MK
4372016-02-25 Marcin Koƛcielnicki <koriakin@0x04.net>
438
439 * gdb.trace/ftrace.exp: Remove unnecessary target check.
440
7337a6f2
MK
4412016-02-25 Marcin Koƛcielnicki <koriakin@0x04.net>
442
443 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
444 change x86_64 call_insn to 'callq'.
445
861ca91f
AT
4462016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
447
448 * gdb.trace/tfile-avx.c: Move to...
449 * gdb.trace/tracefile-pseudo-reg.c: Here.
450 * gdb.trace/tfile-avx.exp: Move to...
451 * gdb.trace/tracefile-pseudo-reg.exp: Here.
452
bf74e428
GB
4532016-02-24 Gary Benson <gbenson@redhat.com>
454
455 * gdb.base/attach-pie-noexec.exp: Do not expect an error
456 message on attach.
457
cce0e923
DE
4582016-02-23 Doug Evans <dje@google.com>
459
460 * gdb.base/skip.c (test_skip): New function.
461 (end_test_skip_file_and_function): New function.
462 (test_skip_file_and_function): New function.
463 * gdb.base/skip1.c (test_skip): New function.
464 (skip1_test_skip_file_and_function): New function.
465 * gdb.base/skip.exp: Add tests for new skip options.
466 * gdb.base/skip-solib.exp: Update expected output.
467 * gdb.perf/skip-command.cc: New file.
468 * gdb.perf/skip-command.exp: New file.
469 * gdb.perf/skip-command.py: New file.
470
4000e47e
MK
4712016-02-22 Marcin Koƛcielnicki <koriakin@0x04.net>
472
473 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
474 info registers pattern.
475
24f75ead
IB
4762016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
477
478 * lib/future.exp: Add D support.
479 (gdb_find_gdc): New proc.
480 (gdb_default_target_compile): Add D support.
481
fbb7bcbe
WW
4822016-02-18 Wei-cheng Wang <cole945@gmail.com>
483
484 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
485 user+system time.
486 (trace_speed_test): Determine the iteration count for a time
487 between 15..30 seconds.
488
012b3a21
WT
4892016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
490
491 * gdb.arch/i386-mpx-sigsegv.c: New file.
492 * gdb.arch/i386-mpx-sigsegv.exp: New file.
493 * gdb.arch/i386-mpx-simple_segv.c: New file.
494 * gdb.arch/i386-mpx-simple_segv.exp: New file.
495
2d5189bd
YQ
4962016-02-18 Yao Qi <yao.qi@linaro.org>
497
498 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
499 Don't call setup_kfail.
500
40fb20d0
YQ
5012016-02-18 Yao Qi <yao.qi@linaro.org>
502
503 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
504 Set "set breakpoint condition-evaluation" per $cond_bp_target.
505
21b1f8d2
DE
5062016-02-16 Doug Evans <dje@google.com>
507
508 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
509 * gdb.base/skip1.c: Ditto.
510 * gdb.base/skip.exp: Whitespace cleanup.
511
4041ed77
DB
5122016-02-16 Don Breazeal <donb@codesourcery.com>
513
514 PR remote/19496
515 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
516 Remove kfail for PR remote/19496.
517
c4ef31bf
SM
5182016-02-16 Simon Marchi <simon.marchi@ericsson.com>
519
520 * lib/gdb.exp (standard_temp_file): Return a path specific to
521 the runtest invocation.
522
266b65b3
SM
5232016-02-16 Simon Marchi <simon.marchi@ericsson.com>
524
525 * gdb.trace/save-trace.exp: Change relative path to be in the
526 standard output directory.
527
a7a0a6a9
JK
5282016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
529
530 * gdb.arch/i386-prologue.c: Add missing prototypes.
531
c99dbb42
JK
5322016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
533
534 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
535 * gdb.arch/i386-prologue.exp: Likewise.
536 * gdb.arch/i386-size.exp: Likewise.
537
aa480355
SM
5382016-02-15 Simon Marchi <simon.marchi@ericsson.com>
539
540 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
541 define object file path.
542 * gdb.btrace/gcore.exp: Use standard_output_file to define core
543 file path.
544 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
545 standard_output_file to define binfile.
546
ba881f50
JK
5472016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
548
549 Fix compatibility with recent gfortran-5.3.1.
550 * gdb.fortran/vla-history.exp (print vla1 allocated)
551 (print vla2 allocated, print $2, print $3): Remove
552 (print $4): Rename to ...
553 (print $2): ... here.
554 (print $9): Rename to ...
555 (print $5): ... here.
556 (print $10): Rename to ...
557 (print $6): ... here.
558 * gdb.fortran/vla.f90: Add pvla initialization.
559
e9fb005c
JK
5602016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
561
562 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
563 New test.
564 * gdb.fortran/vla-value-sub.exp: Likewise.
565
e44e00ff
MK
5662016-02-12 Marcin Koƛcielnicki <koriakin@0x04.net>
567
568 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
569
97e94151
SM
5702016-02-12 Simon Marchi <simon.marchi@ericsson.com>
571
572 * i386-biarch-core.exp: Define corefile using
573 standard_output_file.
574
01113bc1
YQ
5752016-02-12 Yao Qi <yao.qi@linaro.org>
576
577 * gdb.arch/arm-single-step-kernel-helper.c: New.
578 * gdb.arch/arm-single-step-kernel-helper.exp: New.
579
33b4777c
MM
5802016-02-12 Markus Metzger <markus.t.metzger@intel.com>
581
582 * gdb.btrace/tailcall-only.exp: New.
583 * gdb.btrace/tailcall-only.c: New.
584 * gdb.btrace/x86_64-tailcall-only.S: New.
585 * gdb.btrace/i686-tailcall-only.S: New.
586
acc23c11
PA
5872016-02-11 Pedro Alves <palves@redhat.com>
588
589 * README (Parallel testing): Add missing double quotes.
590
e352bf0a
PA
5912016-02-11 Pedro Alves <palves@redhat.com>
592
593 * README (Parallel testing): New section.
594 (GDB_PARALLEL): Rewrite.
595 (FORCE_PARALLEL): Document.
596
9f5fed78
MK
5972016-02-11 Marcin Koƛcielnicki <koriakin@0x04.net>
598
599 * gdb.trace/tfile-avx.c: New test.
600 * gdb.trace/tfile-avx.exp: New test.
601
9ef9e6a6
KS
6022016-02-09 Keith Seitz <keiths@redhat.com>
603
604 PR breakpoints/19546
605 * gdb.base/infcall-exec.c: New file.
606 * gdb.base/infcall-exec2.c: New file.
607 * gdb.base/infcall-exec.exp: New file.
608
a96e36da
KS
6092016-02-09 Keith Seitz <keiths@redhat.com>
610
611 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
612 (toplevel): Call test_bkpt_address.
613
9f61929f
KS
6142016-02-09 Keith Seitz <keiths@redhat.com>
615
616 PR python/19506
617 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
618 (toplevel): Call test_bkpt_address.
619
1e94266c
SM
6202016-02-09 Simon Marchi <simon.marchi@ericsson.com>
621
622 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
623 to AC_OUTPUT.
624 * configure: Regenerate.
625
2a7f3dff
PA
6262016-02-09 Pedro Alves <palves@redhat.com>
627
628 PR breakpoints/19548
629 * gdb.base/execl-update-breakpoints.c (some_function): New
630 function.
631 (main): Call it.
632 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
633 Tighten expected GDB output.
634
2151ccc5
SM
6352016-02-08 Simon Marchi <simon.marchi@ericsson.com>
636
637 * Makefile.in (ALL_SUBDIRS): Remove.
638 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
639 (distclean maintainer-clean realclean): Likewise.
640 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
641 * configure: Regenerate.
642 * gdb.ada/Makefile.in: Delete.
643 * gdb.arch/Makefile.in: Likewise.
644 * gdb.asm/Makefile.in: Likewise.
645 * gdb.base/Makefile.in: Likewise.
646 * gdb.btrace/Makefile.in: Likewise.
647 * gdb.cell/Makefile.in: Likewise.
648 * gdb.compile/Makefile.in: Likewise.
649 * gdb.cp/Makefile.in: Likewise.
650 * gdb.disasm/Makefile.in: Likewise.
651 * gdb.dlang/Makefile.in: Likewise.
652 * gdb.dwarf2/Makefile.in: Likewise.
653 * gdb.fortran/Makefile.in: Likewise.
654 * gdb.gdb/Makefile.in: Likewise.
655 * gdb.go/Makefile.in: Likewise.
656 * gdb.guile/Makefile.in: Likewise.
657 * gdb.java/Makefile.in: Likewise.
658 * gdb.linespec/Makefile.in: Likewise.
659 * gdb.mi/Makefile.in: Likewise.
660 * gdb.modula2/Makefile.in: Likewise.
661 * gdb.multi/Makefile.in: Likewise.
662 * gdb.objc/Makefile.in: Likewise.
663 * gdb.opencl/Makefile.in: Likewise.
664 * gdb.opt/Makefile.in: Likewise.
665 * gdb.pascal/Makefile.in: Likewise.
666 * gdb.perf/Makefile.in: Likewise.
667 * gdb.python/Makefile.in: Likewise.
668 * gdb.reverse/Makefile.in: Likewise.
669 * gdb.server/Makefile.in: Likewise.
670 * gdb.stabs/Makefile.in: Likewise.
671 * gdb.threads/Makefile.in: Likewise.
672 * gdb.trace/Makefile.in: Likewise.
673 * gdb.xml/Makefile.in: Likewise.
674 * lib/gdb.exp (make_gdb_parallel_path): Add check for
675 GDB_PARALLEL.
676 (standard_output_file): Remove check for GDB_PARALLEL, always
677 return path in outputs/$subdir/$testname.
678
437277d4
SM
6792016-02-08 Simon Marchi <simon.marchi@ericsson.com>
680
681 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
682 (site.exp): Assign abs_srcdir to tcl's srcdir.
683
31d913c7
YQ
6842016-02-04 Yao Qi <yao.qi@linaro.org>
685
686 * gdb.base/foll-exec-mode.c: Include limits.h.
687 (main): Add parameters argc and argv. Get directory from
688 argv[0].
689 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
690 compilation.
691 * gdb.base/foll-exec.c: Include limits.h.
692 (main): Add parameters argc and argv.
693 Get directory from argv[0].
694 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
695 Adjust tests on the number of lines as source code changed.
696 * gdb.base/foll-vfork-exit.c: Include limits.h.
697 (main): Add one line of statement before vfork.
698 * gdb.base/foll-vfork.c: Include limits.h and string.h.
699 (main): Add parameters argc and argv. Get directory from
700 argv[0].
701 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
702 (setup_gdb): Set tbreak to skip some source lines.
703 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
704 (main): Add parameters argc and argv. Get directory from
705 argv[0].
706 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
707 compilation.
708 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
709 (main): Add parameters argc and argv. Get directory from
710 argv[0].
711 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
712 compilation.
713
9482b9fb
DE
7142016-02-01 Doug Evans <dje@google.com>
715
716 * gdb.base/skip.exp: Clean up multiple references to same test name.
717
6b2e4f10
PA
7182016-02-01 Pedro Alves <palves@redhat.com>
719
ccb6afd6 720 PR remote/19496
6b2e4f10
PA
721 * gdb.threads/forking-threads-plus-breakpoint.exp
722 (displaced_stepping_supported): New global.
723 (probe_displaced_stepping_support): New procedure.
724 (do_test): Add 'displaced' parameter, and use it.
725 (top level): Check for displaced stepping support. Add displaced
726 stepping on/off testing axis.
727
37a8db1a
AB
7282016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
729
730 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
731 pointer. Don't perform further tests on the unassociated pointer
732 if the first test fails.
733
5fdf6324
AB
7342016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
735
736 * gdb.base/max-value-size.c: New file.
737 * gdb.base/max-value-size.exp: New file.
738 * gdb.base/huge.exp: Disable max-value-size for this test.
739
935c6144
IB
7402016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
741
742 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
743
7fe8399d
YQ
7442016-01-28 Yao Qi <yao.qi@linaro.org>
745
746 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
747
a2077e25
PA
7482016-01-25 Pedro Alves <palves@redhat.com>
749
750 PR threads/19461
751 * gdb.base/fork-running-state.c: New file.
752 * gdb.base/fork-running-state.exp: New file.
753
1d2736d4
PA
7542016-01-25 Pedro Alves <palves@redhat.com>
755
756 PR gdb/19494
757 * gdb.base/catch-fork-kill.c: New file.
758 * gdb.base/catch-fork-kill.exp: New file.
759
f1da4b11
PA
7602016-01-25 Pedro Alves <palves@redhat.com>
761
762 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
763 Delete, moved to lib/gdb.exp.
764 * gdb.threads/forking-threads-plus-breakpoint.exp
765 (foreach_with_prefix): Likewise.
766 * gdb.threads/process-dies-while-handling-bp.exp
767 (foreach_with_prefix): Likewise.
768 * lib/gdb.exp (foreach_with_prefix): New procedure.
769
45f38546
MK
7702016-01-25 Marcin Koƛcielnicki <koriakin@0x04.net>
771
772 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
773 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
774
dc29a1ce
MK
7752016-01-23 Marcin Koƛcielnicki <koriakin@0x04.net>
776
777 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
778 endian targets.
779
092127d7
JK
7802016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
781 Pedro Alves <palves@redhat.com>
782
783 Fix testsuite compatibility with Guile.
784 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
785 number.
786
31d765d3
JK
7872016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
788
789 Fix testsuite compatibility with Guile.
790 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
791 (thread 1): New test for backtrace through signal handler.
792
1ac78c04
YQ
7932016-01-22 Yao Qi <yao.qi@linaro.org>
794
795 PR testsuite/19491
796 * gdb.base/multi-forks.c: Include
797 ../lib/unbuffer_output.c
798 (main): Call gdb_unbuffer_output.
799
4f5946a8
DE
8002016-01-21 Doug Evans <dje@google.com>
801
802 * lib/ada.exp (gdb_compile_ada): Fix typo.
803
305e13e6
JB
8042016-01-21 Joel Brobecker <brobecker@adacore.com>
805
806 * gdb.base/break-fun-addr.exp: New file.
807 * gdb.base/break-fun-addr1.c: New file.
808 * gdb.base/break-fun-addr2.c: New file.
809
5f5dfff6
SM
8102016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
811
812 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
813 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
814 enum flag values.
815
fd356fa2
AA
8162016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
817
818 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
819 when GDB can not set the vector return value. Add more comments
820 for clarification.
821
9df22175
AT
8222016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
823
824 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
825 command.
826
41d1845e
SM
8272016-01-19 Simon Marchi <simon.marchi@ericsson.com>
828
829 * Makefile.in (DO_RUNTEST): Add --status and update usages.
830
01ac6840
SM
8312016-01-19 Simon Marchi <simon.marchi@ericsson.com>
832
833 * Makefile.in (check-single): Pass --status to runtest.
834 (check/%.exp): Likewise.
835
8362016-01-19 Simon Marchi <simon.marchi@ericsson.com>
837
838 * Makefile.in (check-parallel): Propagate return code from make
839 do-check-parallel.
840
bd0a71fa
MK
8412016-01-19 Marcin Koƛcielnicki <koriakin@0x04.net>
842
843 * gdb.trace/ftrace.exp: Fix expected message on continue.
844 * gdb.trace/pending.exp: Fix expected message on continue.
845 * gdb.trace/trace-break.exp: Fix expected message on continue.
846
8bcbad33
SM
8472016-01-18 Simon Marchi <simon.marchi@ericsson.com>
848
849 * lib/gdb.exp (gdb_test): Remove unused global references.
850
f303dbd6
PA
8512016-01-18 Pedro Alves <palves@redhat.com>
852
853 * gdb.base/async-shell.exp: Adjust expected output.
854 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
855 * gdb.base/siginfo-thread.exp: Adjust expected output.
856 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
857 * gdb.java/jnpe.exp: Adjust expected output.
858 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
859 * gdb.threads/continue-pending-status.exp: Adjust expected output.
860 * gdb.threads/leader-exit.exp: Adjust expected output.
861 * gdb.threads/manythreads.exp: Adjust expected output.
862 * gdb.threads/pthreads.exp: Adjust expected output.
863 * gdb.threads/schedlock.exp: Adjust expected output.
864 * gdb.threads/siginfo-threads.exp: Adjust expected output.
865 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
866 expected output.
867 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
868 output.
869 * gdb.threads/sigthread.exp: Adjust expected output.
870 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
871
b2789696
YQ
8722016-01-18 Yao Qi <yao.qi@linaro.org>
873
874 * gdb.guile/scm-section-script.c: Replace @progbits with
875 %progbits.
876 * gdb.python/py-section-script.c: Likewise.
877
71ef29a8
PA
8782016-01-15 Pedro Alves <palves@redhat.com>
879
880 * gdb.multi/tids.exp: Test star wildcard ranges.
881
3f5b7598
PA
8822016-01-15 Pedro Alves <palves@redhat.com>
883
884 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
885 command from "thread apply" invocation.
886 (thr_apply_info_thr_invalid): Default the expected output to the
887 input tid list.
888 (top level): Add tests that use convenience variables. Add tests
889 for "thread apply" with a valid TID list, but missing the command.
890
663f6d42
PA
8912016-01-13 Pedro Alves <palves@redhat.com>
892
893 * gdb.base/default.exp: Expect $_gthread as well.
894 * gdb.multi/tids.exp: Test $_gthread.
895 * gdb.threads/thread-specific.exp: Test $_gthread.
896
c84f6bbf
PA
8972016-01-13 Pedro Alves <palves@redhat.com>
898
899 * gdb.multi/tids.exp: Test "info threads -gid".
900
22a02324
PA
9012016-01-13 Pedro Alves <palves@redhat.com>
902
903 * gdb.multi/tids.exp: Test InferiorThread.global_num and
904 Breakpoint.thread.
905 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
906
5d5658a1
PA
9072016-01-07 Pedro Alves <palves@redhat.com>
908
909 * gdb.base/break.exp: Adjust to output changes.
910 * gdb.base/hbreak2.exp: Likewise.
911 * gdb.base/sepdebug.exp: Likewise.
912 * gdb.base/watch_thread_num.exp: Likewise.
913 * gdb.linespec/keywords.exp: Likewise.
914 * gdb.multi/info-threads.exp: Likewise.
915 * gdb.threads/thread-find.exp: Likewise.
916 * gdb.multi/tids.c: New file.
917 * gdb.multi/tids.exp: New file.
918
84654457
PA
9192016-01-13 Pedro Alves <palves@redhat.com>
920
921 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
922
e3940304
PA
9232016-01-13 Pedro Alves <palves@redhat.com>
924
925 * gdb.base/default.exp: Expect $_inferior as well.
926 * gdb.multi/base.exp: Test $_inferior.
927
a911d87a
PA
9282016-01-13 Pedro Alves <palves@redhat.com>
929
930 PR breakpoints/19388
931 * gdb.base/catch-signal-siginfo-cond.c: New file.
932 * gdb.base/catch-signal-siginfo-cond.exp: New file.
933
82075af2
JS
9342016-01-12 Josh Stone <jistone@redhat.com>
935 Philippe Waroquiers <philippe.waroquiers@skynet.be>
936
937 * gdb.base/catch-syscall.c (do_execve): New variable.
938 (main): Conditionally trigger an execve.
939 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
940 (test_catch_syscall_execve): New, check entry/return across execve.
941 (do_syscall_tests): Call test_catch_syscall_execve.
942
e46eeedd
PA
9432016-01-12 Pedro Alves <palves@redhat.com>
944
945 * gdb.base/random-signal.exp (do_test): New procedure, with body
946 of testcase moved in.
947
01d8c27e
JK
9482016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
949 Pedro Alves <palves@redhat.com>
950
951 * gdb.base/funcargs.exp (finish from indirectly called function):
952 Reintroduce the case for 'First'.
953
9a706302
JK
9542016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
955 Pedro Alves <palves@redhat.com>
956
957 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
958 (tcatch_vfork_then_child_follow_exec)
959 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
960 identification.
961
c0ecb95f
JK
9622016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
963
964 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
965 and repeats to unlimited.
966 * gdb.python/py-value.exp: Likewise.
967 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
968 and repeats to unlimited.
969
6cfc1fcb
JK
9702016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
971
972 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
973 and reordering the functions.
974 * gdb.multi/hangout.c: Likewise.
975 * gdb.multi/hello.c: Likewise.
976
582a1b00
SM
9772016-01-08 Simon Marchi <simon.marchi@ericsson.com>
978
979 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
980 absolute.
981 (SingleStatisticTestResult.report): Use dict.keys instead of
982 dict.iterkeys.
983
79bc59cb
PA
9842016-01-06 Pedro Alves <palves@redhat.com>
985
986 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
987
43368e1d
MM
9882016-01-04 Markus Metzger <markus.t.metzger@intel.com>
989
990 * gdb.btrace/dlopen.exp: New.
991 * gdb.btrace/dlopen.c: New.
992 * gdb.btrace/dlopen-dso.c: New.
993
79fad5b8
SL
9942015-12-25 Sandra Loosemore <sandra@codesourcery.com>
995
996 * lib/gdb.exp (gdb_test): Update comments to clarify that the
997 PATTERN argument is optional.
998
ab8314b3
JB
9992015-12-24 Joel Brobecker <brobecker@adacore.com>
1000
1001 * lib/ada.exp (target_compile_ada_from_dir): New function.
1002 (gdb_compile_ada): Reimplement avoiding the use of project files.
1003 * gdb.ada/gnat_ada.gpr: Delete.
1004 * gdb.ada/cond_lang.exp: Adjust test to make path before
1005 filename optional.
1006 * gdb.ada/small_reg_param.exp: Likewise.
1007
fe33faff
SM
10082015-12-22 Simon Marchi <simon.marchi@ericsson.com>
1009
1010 * gdb.base/foll-vork.exp: Remove HP-UX special case.
1011
6d265cb4
TP
10122015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
1013
1014 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
1015 case.
1016
10125099
SM
10172015-12-21 Simon Marchi <simon.marchi@ericsson.com>
1018
1019 * gdb.base/break.exp: Remove dead code.
1020 * gdb.base/sepdebug.exp: Likewise.
1021
3ca22649
SM
10222015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1023
1024 * gdb.asm/asm-source.exp: Remove HP-UX references.
1025 * gdb.base/annota1.exp: Likewise.
1026 * gdb.base/annota3.exp: Likewise.
1027 * gdb.base/attach.exp: Likewise.
1028 * gdb.base/bigcore.exp: Likewise.
1029 * gdb.base/break.exp: Likewise.
1030 * gdb.base/call-ar-st.exp: Likewise.
1031 * gdb.base/callfuncs.exp: Likewise.
1032 * gdb.base/catch-fork-static.exp: Likewise.
1033 * gdb.base/display.exp: Likewise.
1034 * gdb.base/foll-exec-mode.exp: Likewise.
1035 * gdb.base/foll-exec.exp: Likewise.
1036 * gdb.base/foll-fork.exp: Likewise.
1037 * gdb.base/foll-vfork.exp: Likewise.
1038 * gdb.base/funcargs.exp: Likewise.
1039 * gdb.base/hbreak2.exp: Likewise.
1040 * gdb.base/inferior-died.exp: Likewise.
1041 * gdb.base/interrupt.exp: Likewise.
1042 * gdb.base/multi-forks.exp: Likewise.
1043 * gdb.base/nodebug.exp: Likewise.
1044 * gdb.base/sepdebug.exp: Likewise.
1045 * gdb.base/solib1.c: Likewise.
1046 * gdb.base/step-test.exp: Likewise.
1047 * gdb.mi/non-stop.c: Likewise.
1048 * gdb.mi/pthreads.c: Likewise.
1049 * gdb.multi/bkpt-multi-exec.ex: Likewise.
1050 * gdb.threads/pthreads.c: Likewise.
1051 * gdb.threads/staticthreads.exp: Likewise.
1052 * lib/future.exp: Likewise.
1053 * lib/gdb.exp: Likewise.
1054 * gdb.base/so-indr-cl.c: Remove.
1055 * gdb.base/so-indr-cl.exp: Likewise.
1056 * gdb.base/solib.c: Likewise.
1057 * gdb.base/solib.exp: Likewise.
1058 * gdb.base/solib2.c: Likewise.
1059
b6304613
SM
10602015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1061
1062 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
1063 * gdb.base/call-ar-st.exp: Likewise.
1064 * gdb.base/callfuncs.exp: Likewise.
1065 * gdb.base/condbreak.exp: Likewise.
1066 * gdb.base/constvars.exp: Likewise.
1067 * gdb.base/hbreak2.exp: Likewise.
1068 * gdb.base/langs.exp: Likewise.
1069 * gdb.base/list.exp: Likewise.
1070 * gdb.base/long_long.exp: Likewise.
1071 * gdb.base/ptype.exp: Likewise.
1072 * gdb.base/scope.exp: Likewise.
1073 * gdb.base/signals.exp: Likewise.
1074 * gdb.base/so-impl-ld.exp: Likewise.
1075 * gdb.base/varargs.exp: Likewise.
1076 * gdb.base/volatile.exp: Likewise.
1077 * gdb.base/whatis.exp: Likewise.
1078 * gdb.cp/cplusfuncs.exp: Likewise.
1079 * gdb.cp/inherit.exp: Likewise.
1080 * gdb.cp/local.exp: Likewise.
1081 * gdb.cp/member-ptr.exp: Likewise.
1082 * gdb.cp/method.exp: Likewise.
1083 * gdb.cp/overload.exp: Likewise.
1084 * gdb.cp/templates.exp: Likewise.
1085 * gdb.stabs/weird.exp: Likewise.
1086 * lib/compiler.c: Likewise.
1087 * lib/compiler.cc: Likewise.
1088 * lib/cp-support.exp: Likewise.
1089 * lib/gdb.exp: Likewise.
1090
bf401b07
SM
10912015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
1092
1093 * configure.ac: Remove HP-UX case.
1094 * configure: Regenerate.
1095
aff9c0f8
SM
10962015-12-18 Simon Marchi <simon.marchi@ericsson.com>
1097
1098 * lib/gdb.exp (gdb_compile): Add function doc.
1099
a6904d5a
PA
11002015-12-17 Pedro Alves <palves@redhat.com>
1101
1102 PR threads/19354
1103 * gdb.multi/info-threads.exp: New file.
1104
a22279dd
YQ
11052015-12-15 Yao Qi <yao.qi@linaro.org>
1106
1107 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
1108 is aarch64*-*-*.
1109
0588c796
SL
11102015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1111
1112 * gdb.base/history-duplicates.exp: Skip if no readline support.
1113
5d978e17
SL
11142015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1115
1116 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
1117
7e763b86
SL
11182015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1119
1120 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
1121
87a3a92c
SL
11222015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1123
1124 * gdb.base/completion.exp: Skip tests that interrupt GDB with
1125 ctrl-C if nointerrupts target property is set.
1126 * gdb.base/double-prompt-target-event-error.exp: Likewise.
1127 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
1128 * gdb.base/paginate-bg-execution.exp: Likewise.
1129 * gdb.base/paginate-execution-startup.exp: Likewise.
1130 * gdb.base/random-signal.exp: Likewise.
1131 * gdb.base/range-stepping.exp: Likewise.
1132 * gdb.cp/annota2.exp: Likewise.
1133 * gdb.cp/annota3.exp: Likewise.
1134 * gdb.gdb/selftest.exp: Likewise.
1135 * gdb.threads/continue-pending-status.exp: Likewise.
1136 * gdb.threads/leader-exit.exp: Likewise.
1137 * gdb.threads/manythreads.exp: Likewise.
1138 * gdb.threads/pthreads.exp: Likewise.
1139 * gdb.threads/schedlock.exp: Likewise.
1140 * gdb.threads/sigthread.exp: Likewise.
1141
a8f077dc
DB
11422015-12-11 Don Breazeal <donb@codesourcery.com>
1143
1144 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
1145 remote.
1146 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
1147 * gdb.base/foll-exec.exp (main): Enable for target remote.
1148 * gdb.base/foll-fork.exp (main): Likewise.
1149 * gdb.base/foll-vfork.exp (main): Likewise.
1150 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
1151 (proc continue_to_exit_bp_loc): Use clean_restart.
1152 * gdb.base/pie-execl.exp (main): Disable for target remote.
1153 * gdb.base/watch-vfork.exp (main): Enable for target remote.
1154 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
1155 * gdb.threads/execl.exp (main): Likewise.
1156 * gdb.threads/fork-child-threads.exp (main): Likewise.
1157 * gdb.threads/fork-plus-threads.exp (main): Disable for target
1158 remote.
1159 * gdb.threads/fork-thread-pending.exp (main): Enable for target
1160 remote.
1161 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
1162 pid.tid style ptids, instead of just tid.
1163 * gdb.threads/thread-execl.exp (main): Enable for target remote.
1164 * gdb.threads/watchpoint-fork.exp (main): Likewise.
1165 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
1166 ptids, instead of just tid.
1167
3b2464a8
AB
11682015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1169
1170 * gdb.base/list.exp (test_list_forward): Add end of file error
1171 test.
1172 (test_repeat_list_command): Add end of file error test.
1173 (test_list_backwards): Add beginning of file error test.
1174
a0def019
AB
11752015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1176
1177 * gdb.base/list.exp (test_list_invalid_args): New function,
1178 defined, and called.
1179
5c000dff
AB
11802015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1181
1182 * gdb.base/list.exp (test_list): Make test names unique.
1183
f1637ebe
YQ
11842015-12-11 Yao Qi <yao.qi@linaro.org>
1185
1186 * gdb.base/coremaker2.c: Remove.
1187
36d6fc0a
PA
11882015-12-10 Pedro Alves <palves@redhat.com>
1189
1190 * gdb.multi/base.exp: Remove stale "spaces" references.
1191
762f7747
PA
11922015-12-10 Pedro Alves <palves@redhat.com>
1193
1194 * gdb.multi/base.exp: Don't use nowarnings.
1195 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
1196 * gdb.multi/hangout.c: Include stdio.h.
1197 * gdb.multi/hello.c: Include stdlib.h.
1198 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
1199 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
1200 * gdb.multi/multi-arch.exp: Don't use nowarnings.
1201
28d2bfb9
AB
12022015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
1203
1204 * gdb.dwarf2/dw2-ranges-base.c: New file.
1205 * gdb.dwarf2/dw2-ranges-base.exp: New file.
1206 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
1207 support additional line table, and debug ranges generation.
1208 (Dwarf::ranges): New function, generate .debug_ranges.
1209 (Dwarf::lines): Support generating simple line table programs.
1210 (Dwarf::assemble): Initialise new namespace variables.
1211
5fc2beac
KB
12122015-12-09 Kevin Buettner <kevinb@redhat.com>
1213
1214 * gdb.base/async.exp (proc test_background): Add case for
1215 asynchronous execution not supported.
1216
1c35a88f
LM
12172015-12-09 Luis Machado <lgustavo@codesourcery.com>
1218
1219 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
1220 format and change test names to make them unique.
1221
b593e3d9
RK
12222015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
1223 Pedro Alves <pedro@redhat.com>
1224
1225 PR gdb/18702
1226 Add checking of floatformats setup on x86_64 hosts.
1227 * gdb.arch/i386-float.S (main): Load bigval and smallval.
1228 (smallval, bigval): New labels/constants.
1229 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
1230 float" after loading bigval and smallval.
1231
d72413e6
PMR
12322015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
1233
1234 * gdb.ada/fun_overload_menu.exp: New testcase.
1235 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
1236
ece66d65
JS
12372015-12-04 Josh Stone <jistone@redhat.com>
1238
1239 * gdb.base/catch-fork-static.exp: New.
1240
41d0efca
YQ
12412015-12-03 Yao Qi <yao.qi@linaro.org>
1242
1243 * gdb.base/sizeof.c: Don't include stdio.h and
1244 ../lib/unbuffer_output.c.
1245 (main): New variable 'size' and 'value'. Remove printf and
1246 gdb_unbuffer_output. Assign return value to size and value.
1247 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
1248 at the beginning.
1249 (check_sizeof): Check the result by printing variable 'size'.
1250 (check_valueof): Check the result by printing variable 'value'.
1251
99fd02d9
YQ
12522015-12-01 Yao Qi <yao.qi@linaro.org>
1253
1254 * gdb.base/disp-step-syscall.exp: Define syscall instruction
1255 for aarch64*-*-linux* target.
1256
f2faf941
PA
12572015-11-30 Pedro Alves <palves@redhat.com>
1258
1259 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
1260
04bf20c5
PA
12612015-11-30 Pedro Alves <palves@redhat.com>
1262
1263 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1264 Handle non-stop mode vCont replies.
1265
09df4675
PA
12662015-11-30 Pedro Alves <palves@redhat.com>
1267
1268 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
1269 prepare_for_testing. Start gdb with "set non-stop on" appended to
1270 GDBFLAGS. Lax expected stop output.
1271
58b584af
YQ
12722015-11-27 Yao Qi <yao.qi@linaro.org>
1273
1274 * gdb.arch/arm-neon.exp: New.
1275 * gdb.arch/arm-neon.c: New.
1276
dfcb77a8
YQ
12772015-11-27 Yao Qi <yao.qi@linaro.org>
1278
1279 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
1280
88e8ec1b
YQ
12812015-11-27 Yao Qi <yao.qi@linaro.org>
1282
1283 * gdb.cp/annota2.exp: Allow multiple occurrences of the
1284 frames-invalid annotation.
1285
bfde72c2
YQ
12862015-11-27 Yao Qi <yao.qi@linaro.org>
1287
1288 * gdb.cp/annota2.exp: Use ${frames_invalid}.
1289
f6512a69
SM
12902015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1291
1292 * gdb.threads/names.exp: New file.
1293 * gdb.threads/names.c: New file.
1294 * README: Mention gdb,no_thread_names.
1295
46a3515b
MM
12962015-11-26 Markus Metzger <markus.t.metzger@intel.com>
1297
1298 PR 19297
1299 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
1300 support" error.
1301
62147a22
PA
13022015-11-24 Pedro Alves <palves@redhat.com>
1303
1304 PR 17539
1305 * gdb.base/display.exp: Expect displays to be sorted in ascending
1306 order. Use multi_line.
1307 * gdb.base/solib-display.exp: Likewise.
1308
2f341b6e
PA
13092015-11-24 Pedro Alves <palves@redhat.com>
1310
1311 PR 17539
1312 * gdb.base/display.exp: Expect displays to be sorted in ascending
1313 order. Use multi_line.
1314 * gdb.base/solib-display.exp: Likewise.
1315
7e0aa6aa
PA
13162015-11-24 Pedro Alves <palves@redhat.com>
1317
1318 PR 17539
1319 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
1320 threads in ascending order.
1321 * gdb.base/foll-fork.exp: Likewise.
1322 * gdb.base/foll-vfork.exp: Likewise.
1323 * gdb.base/multi-forks.exp: Likewise.
1324 * gdb.mi/mi-nonstop.exp: Likewise.
1325 * gdb.mi/mi-nsintrall.exp: Likewise.
1326 * gdb.multi/base.exp: Likewise.
1327 * gdb.multi/multi-arch.exp: Likewise.
1328 * gdb.python/py-inferior.exp: Likewise.
1329 * gdb.threads/break-while-running.exp: Likewise.
1330 * gdb.threads/execl.exp: Likewise.
1331 * gdb.threads/gcore-thread.exp: Likewise.
1332 * gdb.threads/info-threads-cur-sal.exp: Likewise.
1333 * gdb.threads/kill.exp: Likewise.
1334 * gdb.threads/linux-dp.exp: Likewise.
1335 * gdb.threads/multiple-step-overs.exp: Likewise.
1336 * gdb.threads/next-bp-other-thread.exp: Likewise.
1337 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
1338 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
1339 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
1340 * gdb.threads/thread-find.exp: Likewise.
1341 * gdb.threads/tls.exp: Likewise.
1342 * lib/mi-support.exp (mi_reverse_list): Delete.
1343 (mi_check_thread_states): No longer reverse list.
1344
2cc57ad8
PA
13452015-11-24 Pedro Alves <palves@redhat.com>
1346
1347 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
1348 use lowercase.
1349
c93e8391
SM
13502015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1351
1352 * gdb.trace/actions.c: Include trace-common.h.
1353 (main): Add a location for a fast tracepoint.
1354 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
1355 the normal tracepoints.
1356 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
1357
045ccf91
SM
13582015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1359
1360 * save-trace.exp: Factor out code to these...
1361 (gdb_save_tracepoints): New.
1362 (gdb_load_tracepoints): New.
1363 (do_save_load_test): New.
1364
5506f9f6
KB
13652015-11-23 Kevin Buettner <kevinb@redhat.com>
1366
1367 * gdb.base/asmlabel.exp: New test.
1368 * gdb.base/asmlabel.c: New test case.
1369
16c3b12f
JB
13702015-11-23 Joel Brobecker <brobecker@adacore.com>
1371
1372 * gdb.base/wrong_frame_bt_full-main.c: New file.
1373 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
1374 * gdb.base/wrong_frame_bt_full.exp: New file.
1375
155bfbd3
JB
13762015-11-23 Joel Brobecker <brobecker@adacore.com>
1377
1378 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
1379
bb097445
JM
13802015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1381
206853a0 1382 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
1383 pstate register when comparing registers values in
1384 sparc64-*-linux-gnu targets to avoid spurious differences.
1385
9c88ed8f
JM
13862015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1387
206853a0 1388 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 1389
96161e25
SL
13902015-11-19 Sandra Loosemore <sandra@codesourcery.com>
1391
1392 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
1393 as type argument to gdb_compile.
1394 * gdb.base/nested-subp2.exp: Likewise.
1395 * gdb.base/nested-subp3.exp: Likewise.
1396
340c2830
DV
13972015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
1398
1399 * lib/dwarf.exp (_note): Fix left shift of negative value.
1400 * gdb.trace/trace-condition.exp: Likewise.
1401
c1862d0f
YQ
14022015-11-13 Yao Qi <yao.qi@linaro.org>
1403
1404 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
1405 comments about d10v.
1406 (test_scalar_returns): Likewise.
1407 * gdb.base/d10v.ld: Remove.
1408 * gdb.base/overlays.exp: Remove the target triplet checking for
1409 d10v-*-*.
1410 * gdb.base/structs.exp (test_struct_returns): Remove the
1411 comments about d10v.
1412 (test_struct_calls): Likewise.
1413
77ae9c19
YQ
14142015-11-13 Yao Qi <yao.qi@linaro.org>
1415
1416 * gdb.base/gnu_vector.exp: Check the return value by "p res".
1417 * gdb.base/gnu_vector.c: Don't include stdio.h.
1418 (main): Don't print res and call add_some_intvecs.
1419
430e004e
MK
14202015-11-11 Marcin Koƛcielnicki <koriakin@0x04.net>
1421
1422 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
1423 macro.
1424 (func5): Removed.
1425 (func4): Use FAST_TRACEPOINT_LABEL.
1426 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
1427 macro.
1428 (func): Removed.
1429 (thread_function): Use FAST_TRACEPOINT_LABEL.
1430 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
1431 (func): Remove.
1432 (marker): Use FAST_TRACEPOINT_LABEL.
1433 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
1434 (pendfunc1): Remove.
1435 (pendfunc): Use FAST_TRACEPOINT_LABEL.
1436 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
1437 (foo): Remove.
1438 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
1439 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
1440 macro.
1441 (func): Remove.
1442 (marker): Use FAST_TRACEPOINT_LABEL.
1443 * gdb.trace/trace-common.h: New header.
1444 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
1445 macro.
1446 (func): Remove.
1447 (marker): Use FAST_TRACEPOINT_LABEL.
1448 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
1449 (func): Remove.
1450 (thread_function): Use FAST_TRACEPOINT_LABEL.
1451
6e7675a7
MK
14522015-11-10 Marcin Koƛcielnicki <koriakin@0x04.net>
1453
1454 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
1455 in front.
1456 * gdb.trace/change-loc.exp: Use global pcreg definition.
1457 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
1458 * gdb.trace/entry-values.exp: Use global spreg definition, add $
1459 in front.
1460 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
1461 * gdb.trace/pending.exp: Likewise.
1462 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
1463 * gdb.trace/trace-break.exp: Likewise.
1464 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
1465 in front.
1466 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
1467 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
1468 in front.
1469 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
1470
dddc0e16
JB
14712015-11-09 Joel Brobecker <brobecker@adacore.com>
1472
1473 * gdb.ada/fin_fun_out: New testcase.
1474
c6f0b406
KB
14752015-11-07 Kevin Buettner <kevinb@redhat.com>
1476
1477 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
1478 value associated with DW_AT_byte_size.
1479 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
1480 constants for DW_AT_byte_size, DW_AT_lower_bound, and
1481 DW_AT_upper_bound.
1482
f01dcfd9
KB
14832015-11-07 Kevin Buettner <kevinb@redhat.com>
1484
1485 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
1486 (gdb_target_symbol_prefix_flags): Define in terms of _asm
1487 version.
1488 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
1489 gdb.dwarf2/dw2-canonicalize-type.exp,
1490 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
1491 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
1492 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
1493 provided by gdb_target_symbol_prefix_flags_asm.
1494 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
1495 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
1496 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
1497 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
1498 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
1499 macros where needed). Use this macro for symbols which require
1500 the prefix provided by SYMBOL_PREFIX.
1501
2223449a
KB
15022015-11-05 Kevin Buettner <kevinb@redhat.com>
1503
1504 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
1505 New procs.
1506 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
1507 representing expressions, of more than one list element.
1508 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
1509 to prepend linker symbol prefix to f.
1510 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
1511 table_1 and table_2.
1512 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
1513 Likewise, for f and g.
1514 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
1515 for ptr.
1516 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
1517 for main.
1518 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
1519 table_1_ptr and table_2_ptr.
1520
6f2f1a3a
JK
15212015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1522 Joel Brobecker <brobecker@adacore.com>
1523
1524 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
1525
566c56c9
MK
15262015-11-04 Marcin Koƛcielnicki <koriakin@0x04.net>
1527
1528 * gdb.reverse/s390-mvcle.c: New test.
1529 * gdb.reverse/s390-mvcle.exp: New file.
1530 * lib/gdb.exp: Enable reverse tests on s390*-linux.
1531
d5f0636b
MK
15322015-11-02 Marcin Koƛcielnicki <koriakin@0x04.net>
1533
1534 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
1535
7ad8b86c
MK
15362015-11-02 Marcin Koƛcielnicki <koriakin@0x04.net>
1537
1538 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
1539 reaching marker2.
1540 * gdb.reverse/getresuid-reverse.exp: Likewise.
1541 * gdb.reverse/pipe-reverse.exp: Likewise.
1542 * gdb.reverse/readv-reverse.exp: Likewise.
1543 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1544 * gdb.reverse/time-reverse.exp: Likewise.
1545 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
1546
4081c0f1
YQ
15472015-10-30 Yao Qi <yao.qi@linaro.org>
1548
1549 * gdb.threads/wp-replication.c (watch_count_done): Remove.
1550 (empty_cycle): Remove.
1551 (main): Don't call empty_cycle. Don't use watch_count_done.
1552 * gdb.threads/wp-replication.exp: Don't set breakpoint on
1553 empty_cycle. Rewrite the code counting HW watchpoints.
1554
452b4ba5
MK
15552015-10-30 Marcin Koƛcielnicki <koriakin@0x04.net>
1556
1557 * gdb.reverse/fstatat-reverse.c: New test.
1558 * gdb.reverse/fstatat-reverse.exp: New file.
1559 * gdb.reverse/getresuid-reverse.c: New test.
1560 * gdb.reverse/getresuid-reverse.exp: New file.
1561 * gdb.reverse/pipe-reverse.c: New test.
1562 * gdb.reverse/pipe-reverse.exp: New file.
1563 * gdb.reverse/readv-reverse.c: New test.
1564 * gdb.reverse/readv-reverse.exp: New file.
1565 * gdb.reverse/recvmsg-reverse.c: New test.
1566 * gdb.reverse/recvmsg-reverse.exp: New file.
1567 * gdb.reverse/time-reverse.c: New test.
1568 * gdb.reverse/time-reverse.exp: New file.
1569 * gdb.reverse/waitpid-reverse.c: New test.
1570 * gdb.reverse/waitpid-reverse.exp: New file.
1571
5e2e7507
JK
15722015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1573
1574 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
1575
0fde2c53
DE
15762015-10-26 Doug Evans <dje@google.com>
1577
1578 PR symtab/17391
1579 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
1580 * gdb.dwarf2/bad-regnum.c: New file.
1581 * gdb.dwarf2/bad-regnum.exp: New file.
1582
1a70ae97
DE
15832015-10-26 Doug Evans <dje@google.com>
1584
1585 PR python/18938
1586 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
1587 file.
1588
27dc26ab
JK
15892015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1590
1591 * gdb.compile/compile.exp (compile code globalvar): Update expectation
1592 for a change by "Mention language in compile error message".
1593
bed91f4d
SM
15942015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
1595
1596 PR python/18073
1597 * gdb.python/py-type.c (C::a_method): New.
1598 (C::a_const_method): New.
1599 (C::a_static_method): New.
1600 (a_function): New.
1601 * gdb.python/py-type.exp (test_fields): Test getting fields
1602 from function and method.
1603
3f2f83dd
KB
16042015-10-21 Keven Boell <keven.boell@intel.com>
1605
1606 * gdb.fortran/vla-alloc-assoc.exp: New file.
1607 * gdb.fortran/vla-datatypes.exp: New file.
1608 * gdb.fortran/vla-datatypes.f90: New file.
1609 * gdb.fortran/vla-history.exp: New file.
1610 * gdb.fortran/vla-ptype-sub.exp: New file.
1611 * gdb.fortran/vla-ptype.exp: New file.
1612 * gdb.fortran/vla-sizeof.exp: New file.
1613 * gdb.fortran/vla-sub.f90: New file.
1614 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
1615 * gdb.fortran/vla-value-sub-finish.exp: New file.
1616 * gdb.fortran/vla-value-sub.exp: New file.
1617 * gdb.fortran/vla-value.exp: New file.
1618 * gdb.fortran/vla-ptr-info.exp: New file.
1619 * gdb.mi/mi-vla-fortran.exp: New file.
1620 * gdb.mi/vla.f90: New file.
1621
27145d50
SL
16222015-10-21 Sandra Loosemore <sandra@codesourcery.com>
1623
1624 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
1625 of hardwired timeout value.
1626
5f3ff4f8
JK
16272015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1628 Pedro Alves <palves@redhat.com>
1629
1630 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
1631 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
1632
bfd09d20
JS
16332015-10-19 Josh Stone <jistone@redhat.com>
1634
1635 * gdb.base/catch-syscall.c: Include <sched.h>.
1636 (unknown_syscall): New variable.
1637 (main): Trigger a vfork and an unknown syscall.
1638 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
1639 (unknown_syscall_number): Likewise.
1640 (check_call_to_syscall): Accept an optional syscall pattern.
1641 (check_return_from_syscall): Likewise.
1642 (check_continue): Likewise.
1643 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
1644 (test_catch_syscall_skipping_return): New test toggling off 'catch
1645 syscall' to step over the syscall return, then toggling back on.
1646 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
1647 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
1648 (do_syscall_tests): Call test_catch_syscall_without_args and
1649 test_catch_syscall_mid_vfork.
1650 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
1651 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
1652
b32b93c6
AS
16532015-10-19 Andrew Stubbs <ams@codesourcery.com>
1654
1655 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
1656 print g_vE): Add new pass patterns.
1657 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
1658 print various symbol names for vptr fields.
1659
9d622bda
AB
16602015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1661
1662 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
1663 results.
1664
0fd8ac1c
YQ
16652015-10-12 Yao Qi <yao.qi@linaro.org>
1666
1667 * gdb.arch/disp-step-insn-reloc.exp: New test case.
1668
34240514
YQ
16692015-10-12 Yao Qi <yao.qi@linaro.org>
1670
1671 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
1672 is aarch64*-*-linux*.
1673
8240f442
YQ
16742015-10-12 Yao Qi <yao.qi@linaro.org>
1675
1676 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
1677 (can_relocate_bcond_true): ... it.
1678 (can_relocate_bcond_false): New function.
1679 (foo): Likewise.
1680 (can_relocate_bl): Likewise.
1681 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
1682 can_relocate_bl.
1683
2520f728
PMR
16842015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
1685
1686 * gdb.base/nested-addr.c: New file.
1687 * gdb.base/nested-addr.exp: New testcase.
1688
abcef95a
MM
16892015-10-09 Markus Metzger <markus.t.metzger@intel.com>
1690
1691 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
1692 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
1693 its output. Ignore the output of "record goto begin" and instead
1694 check that GDB is replaying.
1695
145e3ddb
PA
16962015-10-09 Pedro Alves <palves@redhat.com>
1697
1698 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
1699 (top level): Use it in the run with no args test.
1700
d5d8c4e1
IB
17012015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
1702
1703 * gdb.dlang/properties.exp: New file.
1704
06e635ef
SL
17052015-10-02 Sandra Loosemore <sandra@codesourcery.com>
1706
1707 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
1708 whether or not address 0x1000 is mapped on the target.
1709
e019fd1d
SM
17102015-09-30 Simon Marchi <simon.marchi@ericsson.com>
1711
1712 * gdb.python/py-type.exp: Do not run tests if binaries fail to
1713 build.
1714
77ba2a67
MM
17152015-09-30 Markus Metzger <markus.t.metzger@intel.com>
1716
1717 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
1718 instruction-history test.
1719
c60eb31f
DE
17202015-09-28 Doug Evans <dje@google.com>
1721
1722 * gdb.base/gcore.c (array_func): Add reference to static_array.
1723
9a3c8263
SM
17242015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1725
1726 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
1727 source line.
1728
9720e656
SL
17292015-09-24 Sandra Loosemore <sandra@codesourcery.com>
1730
1731 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
1732 short or char as base type.
1733
938d3bf2
SL
17342015-09-23 Sandra Loosemore <sandra@codesourcery.com>
1735
1736 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
1737 to allow any size enum.
1738
e6c2c623
PMR
17392015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
1740
1741 * gdb.ada/array_ptr_renaming.exp: New testcase.
1742 * gdb.ada/array_ptr_renaming/foo.adb: New file.
1743 * gdb.ada/array_ptr_renaming/pack.ads: New file.
1744
06da0f77
PL
17452015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1746
1747 * gdb.trace/ftrace-lock.c: New file.
1748 * gdb.trace/ftrace-lock.exp: New file.
1749
4f51c22a
PL
17502015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1751
1752 * gdb.arch/insn-reloc.c: New file.
1753 * gdb.arch/ftrace-insn-reloc.exp: New file.
1754
7041adf4
PL
17552015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1756
1757 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
1758 instruction.
1759 * gdb.trace/pendshr1.c (pendfunc): Likewise.
1760 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
1761 * gdb.trace/range-stepping.c: Likewise.
1762 * gdb.trace/trace-break.c: Likewise.
1763 * gdb.trace/trace-mt.c (thread_function): Likewise.
1764 * gdb.trace/ftrace.c (marker): Likewise.
1765 * gdb.trace/trace-condition.c (marker): Likewise.
1766 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
1767 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
1768 is_aarch64_target.
1769
015d2e7e
DE
17702015-09-18 Doug Evans <xdje42@gmail.com>
1771
1772 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
1773 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
1774
26b188a2
SL
17752015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1776
1777 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
1778 the breakpoint.
1779
79dc332b
SL
17802015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1781
1782 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
1783 the pending breakpoint. Remove timeout override for "Run till
1784 MI pending breakpoint on pendfunc3 on thread 2" test.
1785
f57929f2
SL
17862015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1787
1788 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
1789 filename pattern.
1790
3f469b17
SL
17912015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1792
1793 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
1794 in breakpoint filename pattern.
1795
515b89b3
SL
17962015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1797
7800dbe4
SL
1798 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
1799
18002015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1801
515b89b3
SL
1802 * gdb.linespec/explicit.exp: Check for readline support for
1803 tab-completion tests. Fix obvious typo.
1804
d2939ba2
MM
18052015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1806
1807 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
1808 and replay.
1809
cbb55fa7
MM
18102015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1811
1812 * gdb.btrace/non-stop.c: New.
1813 * gdb.btrace/non-stop.exp: New.
1814
43691ca1
PL
18152015-09-17 Pierre Langlois <pierre.langlois@arm.com>
1816 Yao Qi <yao.qi@linaro.org>
1817
1818 * gdb.trace/trace-condition.c: New file.
1819 * gdb.trace/trace-condition.exp: New file.
1820
d78908cf
WW
18212015-09-16 Wei-cheng Wang <cole945@gmail.com>
1822
1823 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
1824 for testing bytecode compilation.
1825
1ed415e2
PA
18262015-09-16 Pedro Alves <palves@redhat.com>
1827 Sandra Loosemore <sandra@codesourcery.com>
1828
1829 * gdb.threads/non-stop-fair-events.c (timeout): New global.
1830 (SECONDS): Redefine.
1831 (main): Call pthread_kill and alarm early.
1832 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
1833 support.
1834 (test): If the target can't hardware step and doesn't support
1835 displaced stepping, increase the timeout.
1836
d136eff5
PA
18372015-09-16 Pedro Alves <palves@redhat.com>
1838
1839 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
1840 (enable_debug): New procedures.
1841 (test): Use them. Bail out if waiting for threads fails.
1842 (top level): Bail out if a test fails.
1843
991f019c
YQ
18442015-09-16 Yao Qi <yao.qi@linaro.org>
1845
1846 * gdb.asm/asm-source.exp: Set asm-arch for
1847 aarch64*-*-* target.
1848 * gdb.asm/aarch64.inc: New file.
1849
bfca584f
PMR
18502015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
1851
1852 * gdb.ada/array_of_variable_length.exp: New testcase.
1853 * gdb.ada/array_of_variable_length/foo.adb: New file.
1854 * gdb.ada/array_of_variable_length/pck.adb: New file.
1855 * gdb.ada/array_of_variable_length/pck.ads: New file.
1856
b326e587
DE
18572015-09-15 Doug Evans <dje@google.com>
1858
1859 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
1860 of function static local variable.
1861
5382cfab
PW
18622015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1863
1864 * gdb.threads/tls-so_extern.exp: New test file.
1865 * gdb.threads/tls-so_extern.c: New test file.
1866 * gdb.threads/tls-so_extern_main.c: New test file.
1867
141c5cc4
JK
18682015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1869
1870 * gdb.opt/solib-intra-step-lib.c: New file.
1871 * gdb.opt/solib-intra-step-main.c: New file.
1872 * gdb.opt/solib-intra-step.exp: New file.
1873
d15dcecd
PA
18742015-09-15 Pedro Alves <palves@redhat.com>
1875
1876 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
1877 gdb_continue_to_breakpoint instead of gdb_test_multiple.
1878
4c2f2a79
PA
18792015-09-14 Pedro Alves <palves@redhat.com>
1880
1881 * gdb.base/hook-stop-continue.c: Delete.
1882 * gdb.base/hook-stop-continue.exp: Delete.
1883 * gdb.base/hook-stop-frame.c: Delete.
1884 * gdb.base/hook-stop-frame.exp: Delete.
1885 * gdb.base/hook-stop.c: New file.
1886 * gdb.base/hook-stop.exp: New file.
1887
919e6dbe
PMR
18882015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
1889
1890 * gdb.ada/access_to_packed_array.exp: New testcase.
1891 * gdb.ada/access_to_packed_array/foo.adb: New file.
1892 * gdb.ada/access_to_packed_array/pack.adb: New file.
1893 * gdb.ada/access_to_packed_array/pack.ads: New file.
1894
157280a4
MM
18952015-09-14 Markus Metzger <markus.t.metzger@intel.com>
1896
1897 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
1898 buffer size test.
1899
2fd33e94
DB
19002015-09-11 Don Breazeal <donb@codesourcery.com>
1901
1902 * gdb.base/foll-exec.c: Add copyright header. Fix
1903 formatting issues.
1904 * gdb.base/foll-exec.exp (zap_session): Delete proc.
1905 (do_exec_tests): Use clean_restart in place of zap_session,
1906 and for test initialization. Fix formatting issues. Use
1907 fail in place of perror.
1908 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
1909 an expect statement to match an expression with output from
1910 the program under debug.
1911 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
1912 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
1913 * gdb.threads/non-ldr-exc-2.exp: Likewise.
1914 * gdb.threads/non-ldr-exc-3.exp: Likewise.
1915 * gdb.threads/non-ldr-exc-4.exp: Likewise.
1916
e70b6e8e
DE
19172015-09-09 Doug Evans <dje@google.com>
1918
1919 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
1920
7a551a51
DE
19212015-09-09 Doug Evans <dje@google.com>
1922
1923 * gdb.base/pie-execl.exp: Fix result test of build_executable.
1924
4c666f84
DE
19252015-09-09 Doug Evans <dje@google.com>
1926
1927 * gdb.base/savedregs.exp: Fix typo.
1928
243a9253
PA
19292015-09-09 Pedro Alves <palves@redhat.com>
1930
1931 * gdb.mi/mi-cli.exp: Add CLI finish tests.
1932
c0fa8fbd
SL
19332015-09-08 Sandra Loosemore <sandra@codesourcery.com>
1934
1935 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
1936 command actually switches threads. Give up on remaining
1937 tests if target fails to stop at breakpoint.
1938
cd7c1778
PMR
19392015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
1940
1941 * gdb.ada/funcall_char.exp: New testcase.
1942 * gdb.ada/funcall_char/foo.adb: New file.
1943
dc5c8746
PMR
19442015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
1945
1946 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
1947 expected outputs. Add two testcases for completing ambiguous
1948 functions.
1949 * gdb.ada/complete/aux_pck.adb: New file.
1950 * gdb.ada/complete/aux_pck.ads: New file.
1951 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
1952 Ambiguous_Func functions.
1953 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
1954 * gdb.ada/complete/pck.adb: Likewise.
1955
4e83a1e7
UW
19562015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1957
1958 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
1959 failures to run the test program under GDB.
1960
8ce74153
LM
19612015-08-26 Luis Machado <lgustavo@codesourcery.com>
1962
1963 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
1964 to C.
1965
e9756d52
PP
19662015-08-26 Patrick Palka <patrick@parcs.ath.cx>
1967
1968 * gdb.base/run-after-attach.exp: New test file.
1969 * gdb.base/run-after-attach.c: New test file.
1970
8d37573b
DB
19712015-08-26 Don Breazeal <donb@codesourcery.com>
1972
1973 * gdb.base/foll-exec-2.c: New test program.
1974 * gdb.base/foll-exec-2.exp: New test.
1975
63e43d3a
PMR
19762015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
1977
1978 * gdb.base/nested-subp1.exp: New file.
1979 * gdb.base/nested-subp1.c: New file.
1980 * gdb.base/nested-subp2.exp: New file.
1981 * gdb.base/nested-subp2.c: New file.
1982 * gdb.base/nested-subp3.exp: New file.
1983 * gdb.base/nested-subp3.c: New file.
1984
3d40fbb5
PA
19852015-08-24 Pedro Alves <palves@redhat.com>
1986
1987 * gdb.server/connect-without-multi-process.c: New file.
1988 * gdb.server/connect-without-multi-process.exp: New file.
1989
4422ac93
LM
19902015-08-24 Luis Machado <lgustavo@codesourcery.com>
1991
1992 * gdb.opt/inline-markers.c: Make z int.
1993
91dddb86
LM
19942015-08-24 Luis Machado <lgustavo@codesourcery.com>
1995
1996 * gdb.opt/inline-markers.c: Make z volatile.
1997
a48847ee
LM
19982015-08-24 Luis Machado <lgustavo@codesourcery.com>
1999
2000 * gdb.opt/inline-bt.c: New volatile global z.
2001 * gdb.opt/inline-cmds.c: Likewise.
2002 * gdb.opt/inline-locals.c: Likewise.
2003 * gdb.opt/inline-markers.c: New extern global z.
2004 (marker): Use z.
2005 (inline_fn): Likewise.
2006
0ebbc52b
PA
20072015-08-24 Pedro Alves <palves@redhat.com>
2008
2009 * config/m32r-stub.exp: Remove file.
2010 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
2011 * gdb.base/call-rt-st.exp: Likewise.
2012 * gdb.base/call-strs.exp: Likewise.
2013 * gdb.base/default.exp: Remove references to h8300-*-hms and
2014 *-*-udi*.
2015 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
2016
77c365df
AA
20172015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2018
2019 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
2020 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
2021 and "return" use KFAIL when GDB can not read/write the vector
2022 return value.
2023
4313b8c0
GB
20242015-08-21 Gary Benson <gbenson@redhat.com>
2025
2026 * gdb.trace/pending.exp: Cope with remote transfer warnings.
2027
0e433b32
PA
20282015-08-20 Pedro Alves <palves@redhat.com>
2029
2030 * gdb.server/solib-list.exp: No longer expect an interior stop in
2031 non-stop mode.
2032
221e1a37
PA
20332015-08-20 Pedro Alves <palves@redhat.com>
2034
2035 * gdb.server/connect-stopped-target.c: New file.
2036 * gdb.server/connect-stopped-target.exp: New file.
2037
40e3ad0e
PA
20382015-08-20 Pedro Alves <palves@redhat.com>
2039
2040 * gdb.dwarf2/comp-unit-lang.exp: New file.
2041 * gdb.dwarf2/comp-unit-lang.c: New file.
2042
af39b327
PMR
20432015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
2044
2045 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
2046 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
2047
7d45c7c3 20482015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 2049
7d45c7c3
KB
2050 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
2051 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
2052
4d6cceb4
DE
20532015-08-18 Doug Evans <dje@google.com>
2054 Adrian Sendroiu <adrian.sendroiu@freescale.com>
2055
2056 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
2057 skip_python_tests. New arg prompt_regexp.
2058 (skip_python_tests): New function.
2059 * lib/mi-support.exp (mi_skip_python_tests): New function.
2060 * gdb.python/py-mi-objfile-gdb.py: New file.
2061 * gdb.python/py-mi-objfile.c: New file.
2062 * gdb.python/py-mi-objfile.exp: New file.
2063
ad89c2aa
KS
20642015-08-17 Keith Seitz <keiths@redhat.com>
2065
2066 * gdb.linespec/explicit.exp: Move strace test from here ...
2067 * gdb.trace/strace.exp: ... to here.
2068
e3ae3c43
PP
20692015-08-15 Patrick Palka <patrick@parcs.ath.cx>
2070
2071 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
2072 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
2073
604b2636
DE
20742015-08-14 Doug Evans <xdje42@gmail.com>
2075
2076 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
2077 inferior before selecting a new file.
2078
6ff0ba5f
DE
20792015-08-14 Doug Evans <xdje42@gmail.com>
2080
2081 * gdb.mi/mi-disassemble.exp: Update.
2082 * gdb.base/disasm-optim.S: New file.
2083 * gdb.base/disasm-optim.c: New file.
2084 * gdb.base/disasm-optim.h: New file.
2085 * gdb.base/disasm-optim.exp: New file.
2086
9ca98f92
KS
20872015-08-14 Keith Seitz <keiths@redhat.com>
2088
2089 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
2090 "evaluated-by".
2091
52bbc560
JB
20922015-08-13 Joel Brobecker <brobecker@adacore.com>
2093
2094 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
2095
5d8c3ed3
PMR
20962015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
2097
2098 * gdb.ada/fun_renaming.exp: New testcase.
2099 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
2100 * gdb.ada/fun_renaming/pack.adb: New file.
2101 * gdb.ada/fun_renaming/pack.ads: New file.
2102
ea8812bc
KS
21032015-08-12 Keith Seitz <keiths@redhat.com>
2104
2105 * gdb.base/dso2dso.exp: Pass basename of source file in call to
2106 gdb_get_line_number.
2107
4dafcdeb
JB
21082015-08-12 Joel Brobecker <brobecker@adacore.com>
2109
2110 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
2111 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
2112 gdb.base/dso2dso.exp: New files.
2113
5ba32597
SDJ
21142015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2115 Pedro Alves <palves@redhat.com>
2116 Keith Seitz <keiths@redhat.com>
2117
2118 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
2119 GDBFLAGS.
2120
b6dafabf
PP
21212015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2122
2123 * gdb.base/gdbhistsize-history.exp
2124 (test_histsize_history_setting): Use save_vars.
2125 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2126 Use save_vars.
2127 (test_no_truncation_of_unlimited_history_file): Use save_vars.
2128 * gdb.base/readline.exp: Use save_vars.
2129
abe8e607
PP
21302015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2131
2132 * lib/gdb.exp (save_vars): New proc.
2133
629500fa
KS
21342015-08-11 Keith Seitz <keiths@redhat.com>
2135
2136 * gdb.base/help.exp: Update help_breakpoint_text.
2137
eb8c4e2e
KS
21382015-08-11 Keith Seitz <keiths@redhat.com>
2139
2140 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
2141 (at toplevel): Call test_explicit_breakpoints.
2142 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
2143 breakpoints.
2144 * lib/mi-support.exp (mi_make_breakpoint): Add support for
2145 breakpoint conditions, "-cond".
2146
87f0e720
KS
21472015-08-11 Keith Seitz <keiths@redhat.com>
2148
2149 * gdb.linespec/3explicit.c: New file.
2150 * gdb.linespec/cpexplicit.cc: New file.
2151 * gdb.linespec/cpexplicit.exp: New file.
2152 * gdb.linespec/explicit.c: New file.
2153 * gdb.linespec/explicit.exp: New file.
2154 * gdb.linespec/explicit2.c: New file.
2155 * gdb.linespec/ls-errs.exp: Add explicit location tests.
2156 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
2157 before using in the matching pattern.
2158 Clarify that `prefix' is a regular expression.
2159
f00aae0f
KS
21602015-08-11 Keith Seitz <keiths@redhat.com>
2161
2162 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
2163 test.
2164 Add tests for missing ",FMT" and ",".
2165
e27852be
DE
21662015-08-10 Doug Evans <dje@google.com>
2167 Keith Seitz <keiths@redhat.com>
2168
2169 PR gdb/17960
2170 * gdb.base/completion.exp: Add location completer tests.
2171
7f03bd92
PA
21722015-08-07 Pedro Alves <palves@redhat.com>
2173
2174 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
2175 tests here.
2176 (top level): Run do_test with and without displaced stepping.
2177
3fc8eb30
PA
21782015-08-07 Pedro Alves <palves@redhat.com>
2179
2180 * gdb.base/valgrind-disp-step.c: New file.
2181 * gdb.base/valgrind-disp-step.exp: New file.
2182
d4569d7b
PA
21832015-08-07 Pedro Alves <palves@redhat.com>
2184
2185 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
2186 Delete function.
2187 (main): Add alarm. Run an infinite loop instead of calling
2188 wait_threads.
2189 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
2190 comment.
2191 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
2192 Delete function.
2193 (main): Add alarm. Run an infinite loop instead of calling
2194 wait_threads.
2195 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
2196 comment.
2197
e1316e60
PA
21982015-08-07 Pedro Alves <palves@redhat.com>
2199
2200 * gdb.base/checkpoint-ns.exp: New file.
2201 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
2202 standard_testfile.
2203
da8c46d2
MM
22042015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2205
2206 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
2207 * gdb.btrace/instruction_history.exp: Update.
2208 * gdb.btrace/tsx.exp: New.
2209 * gdb.btrace/tsx.c: New.
2210
de1c2c52
PA
22112015-08-06 Pedro Alves <palves@redhat.com>
2212
2213 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
2214 increase timeout.
2215 * gdb.reverse/until-precsave.exp: Bump timeouts.
2216
782e0bf4
PA
22172015-08-06 Pedro Alves <palves@redhat.com>
2218
2219 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
2220
83e97ed0
PA
22212015-08-06 Pedro Alves <palves@redhat.com>
2222
2223 PR gdb/18749
2224 * gdb.threads/process-dies-while-handling-bp.c: New file.
2225 * gdb.threads/process-dies-while-handling-bp.exp: New file.
2226
863d01bd
PA
22272015-08-06 Pedro Alves <palves@redhat.com>
2228
2229 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
2230 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
2231
0a39bb32
PA
22322015-08-05 Pedro Alves <palves@redhat.com>
2233
2234 * gdb.threads/next-while-other-thread-longjmps.c: New file.
2235 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
2236
ee2d2b10
SL
22372015-08-03 Sandra Loosemore <sandra@codesourcery.com>
2238
2239 * gdb.base/bp-permanent.exp: Report test as unsupported if
2240 the target cannot stop at the permanent breakpoint.
2241
4e1bdb00
DE
22422015-08-03 Doug Evans <dje@google.com>
2243
2244 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
2245 10000.
2246
3d338901
DE
22472015-08-03 Doug Evans <dje@google.com>
2248
2249 * Makefile.in (workers/%.worker, build-perf): New rule.
2250 (GDB_PERFTEST_MODE): New variable.
2251 (check-perf): Use it.
2252 (clean): Clean up gdb.perf parallel build subdirs.
2253 * lib/build-piece.exp: New file.
2254 * lib/gdb.exp (make_gdb_parallel_path): New function
2255 (standard_output_file, standard_temp_file): Call it.
2256 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2257 of $GDB_PARALLEL.
2258 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
2259
af061d3e
DE
22602015-08-03 Doug Evans <dje@google.com>
2261
8e1afc81 2262 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
2263 (LOG_FILE_NAME): New global.
2264 (TextReporter.__init__): Initialize self.txt_sum.
2265 (TextReporter.report): Add support for multiple data-points.
2266 Move report to perftest.sum, put raw data in perftest.log.
2267 (TextReporter.start): Open sum and log files.
2268 (TextReporter.end): Close sum and log files.
8e1afc81
DE
2269 * gdb.perf/lib/perftest/testresult.py
2270 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 2271
2c8c5d37
PA
22722015-07-31 Pedro Alves <palves@redhat.com>
2273
2274 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
2275 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2276 kill_wait_spawned_process instead of explicit "kill -9".
2277 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
2278 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2279 kill_wait_spawned_process.
2280 * gdb.base/attach-twice.exp: Likewise.
2281 * gdb.base/attach.exp: Likewise.
2282 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
2283 gdb_test_multiple.
2284 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
2285 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2286 kill_wait_spawned_process.
2287 * gdb.base/valgrind-infcall.exp: Likewise.
2288 * gdb.multi/multi-attach.exp: Likewise.
2289 * gdb.python/py-prompt.exp: Likewise.
2290 * gdb.python/py-sync-interp.exp: Likewise.
2291 * gdb.server/ext-attach.exp: Likewise.
2292 * gdb.threads/attach-into-signal.exp (corefunc): Use
2293 spawn_wait_for_attach, spawn_id_get_pid and
2294 kill_wait_spawned_process.
2295 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
2296 spawn_wait_for_attach returning a spawn id instead of a pid. Use
2297 spawn_id_get_pid and kill_wait_spawned_process.
2298 * gdb.threads/attach-stopped.exp (corefunc): Use
2299 spawn_wait_for_attach, spawn_id_get_pid and
2300 kill_wait_spawned_process.
2301 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
2302 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2303 kill_wait_spawned_process instead of explicit "kill -9".
2304 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
2305 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
2306 (spawn_wait_for_attach): Use spawn instead of exec to spawn
2307 processes. Don't map cygwin/windows pids here. Now returns a
2308 spawn id list.
2309
032a0fca
SL
23102015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2311
2312 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
2313 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
2314 correct patch.
2315
61a934ca
SL
23162015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2317
2318 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
2319
4bc4d428
SL
23202015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2321
2322 Reapply:
2323 2014-05-21 Mark Wielaard <mjw@redhat.com>
2324
2325 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2326
998d452a
PA
23272015-07-30 Pedro Alves <palves@redhat.com>
2328
2329 * linux-low.c (handle_extended_wait): Set the child's last
2330 reported status to TARGET_WAITKIND_STOPPED.
2331
69dde7dc
PA
23322015-07-30 Pedro Alves <palves@redhat.com>
2333
2334 PR threads/18600
2335 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
2336 only shows inferior 1.
2337
4dd63d48
PA
23382015-07-30 Simon Marchi <simon.marchi@ericsson.com>
2339 Pedro Alves <palves@redhat.com>
2340
2341 PR threads/18600
2342 * gdb.threads/fork-plus-threads.c: New file.
2343 * gdb.threads/fork-plus-threads.exp: New file.
2344
d618e4c5
PP
23452015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2346
2347 * gdb.base/batch-preserve-term-settings.exp
2348 (test_terminal_settings_preserved_after_cli_exit): Use
2349 send_quit_command.
2350
1eef6428
PA
23512015-07-29 Pedro Alves <palves@redhat.com>
2352 Don Breazeal <donb@codesourcery.com>
2353
2354 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
2355 output from both inferior_spawn_id and gdb_spawn_id.
2356
7da5b897
SDJ
23572015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2358
2359 * gdb.threads/attach-into-signal.exp (corefunc): Use
2360 with_test_prefix on nested loops, uniquefying the test messages.
2361
dac804df
SDJ
23622015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2363
2364 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
2365 commit.
2366
06265e53
PP
23672015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2368
2369 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
2370 New proc.
2371 (test_terminal_settings_preserved_after_sigterm): New test.
2372
18206ca3
PP
23732015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2374
2375 * gdb.base/batch-preserve-term-settings.exp
2376 (test_terminal_settings_preserved_after_cli_exit): New test.
2377
90074d11
PP
23782015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2379
2380 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
2381 manipulation of saved_gdbflags.
2382 (test_terminal_settings_preserved): Remove global declaration of
2383 the unused variable pagination_prompt. Remove manipulation of
2384 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
2385 GDBFLAGS.
2386
eb1a7902
PA
23872015-07-29 Pedro Alves <palves@redhat.com>
2388
2389 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
2390
8b75dd3b
PA
23912015-07-29 Pedro Alves <palves@redhat.com>
2392
2393 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
2394 at the top.
2395
dedad4e3
PA
23962015-07-29 Pedro Alves <palves@redhat.com>
2397
2398 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
2399 (main): Call gdb_unbuffer_output.
2400 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
2401 (main): Call gdb_unbuffer_output.
2402 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
2403 (main): Call gdb_unbuffer_output.
2404 * gdb.base/call-strs.exp: Adjust to step over the
2405 gdb_unbuffer_output call.
2406 * gdb.base/catch-gdb-caused-signals.c: Include
2407 "../lib/unbuffer_output.c".
2408 (main): Call gdb_unbuffer_output.
2409 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
2410 (main): Call gdb_unbuffer_output.
2411 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
2412 (main): Call gdb_unbuffer_output.
2413 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
2414 (main): Call gdb_unbuffer_output.
2415 * gdb.base/shlib-call.exp: Adjust to step over the
2416 gdb_unbuffer_output call.
2417 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
2418 (main): Call gdb_unbuffer_output.
2419 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
2420 (main): Call gdb_unbuffer_output.
2421 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
2422 (main): Rename to ...
2423 (test): ... this.
2424 (main): Reimplement.
2425 * gdb.base/varargs.exp: Run to test instead of to main.
2426 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2427 (main): Call gdb_unbuffer_output.
2428
58789a91
PA
24292015-07-29 Pedro Alves <palves@redhat.com>
2430
2431 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
2432 factore out from mi_continue_dprintf. For call-style dprintfs,
2433 expect dprintf output out of $inferior_spawn_id.
2434 (mi_continue_dprintf): Use mi_expect_dprintf.
2435 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2436 (main): Call gdb_unbuffer_output.
2437
e8376742
PA
24382015-07-29 Pedro Alves <palves@redhat.com>
2439
2440 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
2441 (default_mi_gdb_start): Set inferior_spawn_id instead of
2442 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
2443 gdb_spawn_id.
2444 (mi_gdb_test): Always expect inferior output from both
2445 $inferior_spawn_id and $gdb_spawn_id.
2446
08280010
PA
24472015-07-29 Pedro Alves <palves@redhat.com>
2448
2449 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
2450 send_inferior and $inferior_spawn_id.
2451
4d30e432
PA
24522015-07-29 Pedro Alves <palves@redhat.com>
2453
2454 * gdb.gdb/complaints.exp (test_initial_complaints)
2455 (test_serial_complaints, test_short_complaints): Use
2456 gdb_test_stdio.
2457 (test_empty_complaint): Handle $inferior_spawn_id !=
2458 $gdb_spawn_id.
2459
0d30a335
PA
24602015-07-29 Pedro Alves <palves@redhat.com>
2461
2462 * gdb.base/varargs.exp: Use gdb_test_stdio.
2463
39413b29
PA
24642015-07-29 Pedro Alves <palves@redhat.com>
2465
2466 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
2467
7cb000a9
PA
24682015-07-29 Pedro Alves <palves@redhat.com>
2469
2470 * gdb.base/ending-run.exp: Use gdb_test_stdio.
2471
d7b8ac82
PA
24722015-07-29 Pedro Alves <palves@redhat.com>
2473
2474 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
2475 parameter into two new parameters, "inf_result" and "gdb_result".
2476 Expect inferior output and gdb output from $inferior_spawn_id and
2477 $gdb_spawn_id, respectively. Adjust all callers.
2478
789c3a0c
PA
24792015-07-29 Pedro Alves <palves@redhat.com>
2480
2481 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
2482 of gdb_test_sequence.
2483
77e760c3
PA
24842015-07-29 Pedro Alves <palves@redhat.com>
2485
2486 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
2487 (saw_spurious_output): Expect inferior output from
2488 $inferior_spawn_id. Use gdb_test_stdio.
2489
8396d2cd
PA
24902015-07-29 Pedro Alves <palves@redhat.com>
2491
2492 * gdb.base/dprintf.exp: Use standard_testfile. Change
2493 prepare_for_testing call.
2494 (srcfile): Don't set.
2495 (restart): New procedure.
2496 (test_dprintf): New procecure, use to continue over dprintfs.
2497 (test_call, test_agent): New procedures, tests moved here.
2498 Restart gdb and recreate dprintfs. Adjust expected output.
2499
2051d61f
PA
25002015-07-29 Pedro Alves <palves@redhat.com>
2501
2502 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
2503
452397af
PA
25042015-07-29 Pedro Alves <palves@redhat.com>
2505
2506 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
2507
8aed9555
PA
25082015-07-29 Pedro Alves <palves@redhat.com>
2509
2510 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
2511 gdb_test_stdio.
2512
188a61b4
PA
25132015-07-29 Pedro Alves <palves@redhat.com>
2514
2515 * lib/gdb.exp (gdb_test_stdio): New procedure.
2516
12264a45
PA
25172015-07-29 Pedro Alves <palves@redhat.com>
2518
2519 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
2520
23ffc893
PA
25212015-07-29 Pedro Alves <palves@redhat.com>
2522
2523 * gdb.base/call-signal-resume.exp: Remove check for
2524 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
2525 * gdb.base/unwindonsignal.exp: Likewise.
2526 * gdb.base/call-signals.c (gen_signal): Remove printf call.
2527 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
2528
65566918
PA
25292015-07-29 Pedro Alves <palves@redhat.com>
2530
2531 * gdb.base/siginfo-addr.c (pass): New function.
2532 (handler): Call it iff si_addr is correct.
2533 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
2534 Set a breakpoint at "pass" and continue to it.
2535
d60a9221
SDJ
25362015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
2537
2538 * gdb.python/py-objfile.exp: Make some tests have unique names.
2539 * gdb.python/py-pp-registration.exp: Likewise.
2540
bde40b8f
PA
25412015-07-28 Pedro Alves <palves@redhat.com>
2542
2543 * gdb.server/server-exec-info.exp: Issue a "disconnect".
2544
13e1dec8
SM
25452015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2546
2547 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
2548
da33c9a7
SM
25492015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2550
2551 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
2552
077836f7
PP
25532015-07-27 Patrick Palka <patrick@parcs.ath.cx>
2554
2555 * gdb.base/gdb-sigterm-2.exp: New test.
2556
b8cc7b2e
DE
25572015-07-25 Doug Evans <xdje42@gmail.com>
2558
2559 Revert:
2560 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2561 (workers/%.worker, build-perf): New rule.
2562 (GDB_PERFTEST_MODE): New variable.
2563 (check-perf): Use it.
2564 (clean): Clean up gdb.perf parallel build subdirs.
2565 * lib/build-piece.exp: New file.
2566 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2567 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2568 name.
2569 (standard_temp_file): Ditto.
2570 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2571 of $GDB_PARALLEL.
2572
c8bd4544
DE
25732015-07-24 Doug Evans <dje@google.com>
2574
2575 * gdb.perf/lib/perftest/utils.py: New file.
2576 * gdb.perf/gm-hello.cc: New file.
2577 * gdb.perf/gm-pervasive-typedef.cc: New file.
2578 * gdb.perf/gm-pervasive-typedef.h: New file.
2579 * gdb.perf/gm-std.cc: New file.
2580 * gdb.perf/gm-std.h: New file.
2581 * gdb.perf/gm-use-cerr.cc: New file.
2582 * gdb.perf/gm-utils.h: New file.
2583 * gdb.perf/gmonster-null-lookup.py: New file.
2584 * gdb.perf/gmonster-pervasive-typedef.py: New file.
2585 * gdb.perf/gmonster-print-cerr.py: New file.
2586 * gdb.perf/gmonster-ptype-string.py: New file.
2587 * gdb.perf/gmonster-runto-main.py: New file.
2588 * gdb.perf/gmonster-select-file.py: New file.
2589 * gdb.perf/gmonster1-null-lookup.exp: New file.
2590 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
2591 * gdb.perf/gmonster1-print-cerr.exp: New file.
2592 * gdb.perf/gmonster1-ptype-string.exp: New file.
2593 * gdb.perf/gmonster1-runto-main.exp: New file.
2594 * gdb.perf/gmonster1-select-file.exp: New file.
2595 * gdb.perf/gmonster1.cc: New file.
2596 * gdb.perf/gmonster1.exp: New file.
2597 * gdb.perf/gmonster2-null-lookup.exp: New file.
2598 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
2599 * gdb.perf/gmonster2-print-cerr.exp: New file.
2600 * gdb.perf/gmonster2-ptype-string.exp: New file.
2601 * gdb.perf/gmonster2-runto-main.exp: New file.
2602 * gdb.perf/gmonster2-select-file.exp: New file.
2603 * gdb.perf/gmonster2.cc: New file.
2604 * gdb.perf/gmonster2.exp: New file.
2605
6eab34f3
DE
26062015-07-24 Doug Evans <dje@google.com>
2607
2608 * gdb.perf/README: New file.
2609 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
2610 * lib/gen-perf-test.exp: New file.
2611
63738bfd
DE
26122015-07-24 Doug Evans <dje@google.com>
2613
2614 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
2615 (PerfTest::startup): New function.
2616 (PerfTest::run): Return result of calling body.
2617 (PerfTest::assemble): Rewrite.
2618 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
2619 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
2620 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
2621 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
2622 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
2623
7b606f95
DE
26242015-07-24 Doug Evans <dje@google.com>
2625
2626 * lib/gdb.exp (clean_restart): Make executable optional.
2627
a97b16b8
DE
26282015-07-24 Doug Evans <dje@google.com>
2629
2630 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
2631 compiler_info references.
2632 * gdb.cp/temargs.exp: Ditto.
2633 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
2634 (get_compiler_info): Early exit if already computed. Set compiler_info
2635 to "unknown" if there was a problem.
2636 (test_compiler_info): Add function comment. Call get_compiler_info.
2637
35baa57f
DE
26382015-07-24 Doug Evans <dje@google.com>
2639
2640 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2641 (workers/%.worker, build-perf): New rule.
2642 (GDB_PERFTEST_MODE): New variable.
2643 (check-perf): Use it.
2644 (clean): Clean up gdb.perf parallel build subdirs.
2645 * lib/build-piece.exp: New file.
2646 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2647 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2648 name.
2649 (standard_temp_file): Ditto.
2650 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2651 of $GDB_PARALLEL.
2652
6ebea266
DE
26532015-07-24 Doug Evans <dje@google.com>
2654
2655 * lib/future.exp (gdb_default_target_compile): New option
2656 "early_flags".
2657 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
2658 --as-needed.
2659
1e76a7e9
SDJ
26602015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
2661
2662 * gdb.base/catch-syscall.exp: Call gdb_exit before
2663 gdb_skip_xml_test.
2664
5068630a
PA
26652015-07-24 Pedro Alves <palves@redhat.com>
2666
2667 * gdb.python/py-events.exp: Accept output between the stop event
2668 and the prompt.
2669 * gdb.python/py-evsignal.exp: Likewise.
2670 * gdb.python/py-evthreads.exp: Likewise.
2671
77598427
PA
26722015-07-24 Pedro Alves <palves@redhat.com>
2673
2674 PR gdb/18717
2675 * gdb.threads/non-ldr-exit.c: New file.
2676 * gdb.threads/non-ldr-exit.exp: New file.
2677
11e6c98f
YQ
26782015-07-24 Yao Qi <yao.qi@linaro.org>
2679
2680 * gdb.server/ext-wrapper.exp: Test --wrapper option when
2681 restarting process.
2682
51aee833
YQ
26832015-07-24 Yao Qi <yao.qi@linaro.org>
2684
2685 * gdb.server/ext-restart.exp: New file.
2686
8cfe207c
YQ
26872015-07-24 Yao Qi <yao.qi@linaro.org>
2688
2689 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
2690 argument options.
2691 * gdb.server/ext-wrapper.exp: New file.
2692
cc12ce38
DE
26932015-07-23 Doug Evans <dje@google.com>
2694
2695 * gdb.dwarf2/dw2-dummy-cu.S: New file.
2696 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
2697
d0d84780
PMR
26982015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
2699
2700 * gdb.ada/var_arr_typedef.exp: New testcase.
2701 * gdb.ada/var_arr_typedef/pack.adb: New file.
2702 * gdb.ada/var_arr_typedef/pack.ads: New file.
2703 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
2704
8b558f79
JB
27052015-07-20 Joel Brobecker <brobecker@adacore.com>
2706
2707 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
2708
775a3298
JK
27092015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2710
2711 * gdb.arch/i386-biarch-core.exp: Replace istarget
2712 by "complete set gnutarget". Remove expectation for the "core-file"
2713 command.
2714
db1ff28b
JK
27152015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2716
2717 Revert the previous commit:
2718 Tests for validate symbol file using build-id.
2719
0a94970d
JK
27202015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2721
2722 Tests for validate symbol file using build-id.
2723 * gdb.base/solib-mismatch-lib.c: New file.
2724 * gdb.base/solib-mismatch-libmod.c: New file.
2725 * gdb.base/solib-mismatch.c: New file.
2726 * gdb.base/solib-mismatch.exp: New file.
2727
03346981
SL
27282015-07-15 Sandra Loosemore <sandra@codesourcery.com>
2729
2730 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
2731 nios2-*-linux*.
2732 * gdb.base/sigbpt.exp (stepi_out): Likewise.
2733 * gdb.base/siginfo.exp: Likewise.
2734 * gdb.base/sigstep.exp (advance, advancei): Likewise.
2735
42422cc7
PL
27362015-07-15 Pierre Langlois <pierre.langlois@arm.com>
2737
2738 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
2739 Move it to ...
2740 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
2741 ... here.
2742 * gdb.trace/range-stepping.exp: Check that the target supports
2743 range stepping.
2744
cfa68bae
JK
27452015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2746
2747 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
2748
8ffdba26
PA
27492015-07-14 Pedro Alves <palves@redhat.com>
2750
2751 * gdb.base/killed-outside.exp: New file.
2752 * gdb.base/killed-outside.c: New file.
2753
218a5a11
JK
27542015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2755
2756 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
2757 (n at main): New.
2758 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
2759
e03ed3c6
AA
27602015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2761
2762 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
2763 infcall tests instead of setting up for KFAIL.
2764
485668e5
MM
27652015-07-10 Markus Metzger <markus.t.metzger@intel.com>
2766
2767 * gdb.btrace/record_goto-step.exp: New.
2768
08464196
JK
27692015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2770
2771 PR compile/18484
2772 * gdb.compile/compile.c (struct struct_type): Add volatile to
2773 selffield's type.
2774 * gdb.compile/compile.exp
2775 (compile code struct_object.selffield = &struct_object): Skip further
2776 struct_object tests if this one xfails.
2777
bcf5c1d9
RC
27782015-07-08 Robert O'Callahan <robert@ocallahan.org>
2779
2780 PR exp/18617
2781 * gdb.trace/ax.exp: Add test.
2782
4931af25
YQ
27832015-07-07 Yao Qi <yao.qi@linaro.org>
2784
2785 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
2786 instead of istarget "aarch64*-*-*".
2787 * gdb.arch/aarch64-fp.exp: Likewise.
2788 * gdb.base/float.exp: Likewise.
2789 * gdb.reverse/aarch64.exp: Likewise.
2790 * lib/gdb.exp (is_aarch64_target): New proc.
2791
9fcf688e
YQ
27922015-07-07 Yao Qi <yao.qi@linaro.org>
2793
2794 * lib/gdb.exp (is_aarch32_target): New proc.
2795 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
2796 instead of "istarget "arm*-*-*"".
2797 * gdb.arch/arm-disp-step.exp: Likewise.
2798 * gdb.arch/thumb-bx-pc.exp: Likewise.
2799 * gdb.arch/thumb-prologue.exp: Likewise.
2800 * gdb.arch/thumb-singlestep.exp: Likewise.
2801 * gdb.base/disp-step-syscall.exp: Likewise.
2802 * gdb.base/float.exp: Likewise.
2803
fbd8d50d
YQ
28042015-07-07 Yao Qi <yao.qi@linaro.org>
2805
2806 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
2807 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
2808
71be1fdc
YQ
28092015-07-07 Yao Qi <yao.qi@linaro.org>
2810
2811 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
2812 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
2813 if it exists.
2814 * gdb.multi/multi-arch.exp: Likewise.
2815
3e221d36
SM
28162015-07-07 Simon Marchi <simon.marchi@ericsson.com>
2817
2818 * gdb.python/py-lazy-string.exp: Add missing parentheses to
2819 print.
2820
d441430b
YQ
28212015-07-07 Yao Qi <yao.qi@linaro.org>
2822
2823 * gdb.arch/thumb-singlestep.exp: Do one more single step.
2824
06f810bd
MG
28252015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
2826
2827 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
2828 '[' and ']' characters.
2829
5e61e7c0
IB
28302015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
2831
2832 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
2833
28bf096c
PA
28342015-06-29 Pedro Alves <palves@redhat.com>
2835
2836 PR threads/18127
2837 * gdb.threads/hand-call-new-thread.c: New file.
2838 * gdb.threads/hand-call-new-thread.c: New file.
2839
ee93cd5e
KS
28402015-06-26 Keith Seitz <keiths@redhat.com>
2841 Doug Evans <dje@google.com>
2842
2843 PR 16253
2844 * gdb.cp/var-tag-2.cc: New file.
2845 * gdb.cp/var-tag-3.cc: New file.
2846 * gdb.cp/var-tag-4.cc: New file.
2847 * gdb.cp/var-tag.cc: New file.
2848 * gdb.cp/var-tag.exp: New file.
2849
fc637f04
PP
28502015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2851
2852 * gdb.base/history-duplicates.exp: New test.
2853
2e52ae68
PP
28542015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2855
2856 * gdb.base/completion.exp: Test the completion of the "focus"
2857 command.
2858
6e22494e
JK
28592015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2860
2861 * gdb.arch/amd64-prologue-skip.S: New file.
2862 * gdb.arch/amd64-prologue-skip.exp: New file.
2863
bf7b9cd9
SM
28642015-06-25 Simon Marchi <simon.marchi@ericsson.com>
2865
2866 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
2867 is_address_zero_readable check.
2868
201e8dfd
PB
28692015-06-24 Peter Bergner <bergner@vnet.ibm.com>
2870
2871 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
2872 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
2873
5cd867b4
YQ
28742015-06-24 Yao Qi <yao.qi@linaro.org>
2875
2876 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
2877 linux targets.
2878
4d7be007
YQ
28792015-06-24 Yao Qi <yao.qi@linaro.org>
2880
2881 * lib/gdb.exp (supports_get_siginfo_type): New proc.
2882 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
2883 * gdb.base/siginfo-thread.exp: Likewise.
2884
07fcd301
YQ
28852015-06-22 Yao Qi <yao.qi@linaro.org>
2886
2887 * boards/remote-gdbserver-on-localhost.exp: Add comments.
2888
52042a00
YQ
28892015-06-22 Yao Qi <yao.qi@linaro.org>
2890
2891 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
2892 aarch64*-*-*.
2893 (skip_hw_watchpoint_tests): Likewise.
2894
74bd41ce
PP
28952015-06-18 Patrick Palka <patrick@parcs.ath.cx>
2896
2897 * gdb.base/gdbinit-history.exp: Test the interaction between
2898 setting GDBHISTSIZE and setting the history size via .gdbinit.
2899
bc460514
PP
29002015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2901
2902 PR gdb/16999
2903 * gdb.base/gdbhistsize-history.exp: New test.
2904
b58c513b
PP
29052015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2906
2907 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
2908 with GDBHISTSIZE.
2909 * gdb.base/readline.exp: Likewise.
2910
92046791
YQ
29112015-06-17 Yao Qi <yao.qi@linaro.org>
2912
2913 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
2914 line.
2915
2093d2d3
PP
29162015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2917
2918 * gdb.base/gdbinit-history.exp: Add test case to check that
2919 an unlimited history file does not get truncated on exit.
2920
e6c693af
AA
29212015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2922
2923 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
2924 (VECTOR): New macro. Use it...
2925 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
2926 ...for these typedefs.
2927 (int8, char1, int1, double1): New typedefs.
2928 (struct just_int2, struct two_int2): New structures.
2929 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
2930 (add_structvecs, add_singlevecs): New functions.
2931 (main): Call add_some_intvecs twice.
2932 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
2933 the compile and exit upon failure. Try compiling for the "native"
2934 architecture. Test inferior function calls with vector arguments
2935 and vector return value handling with "finish" and "return".
2936
c74f7d1c
JT
29372015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2938
2939 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
2940 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
2941 PE file.
2942 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
2943
98aa42ee
AT
29442015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
2945
2946 PR breakpoints/16465
2947 * gdb.mi/mi-dprintf-pending.c: New file.
2948 * gdb.mi/mi-dprintf-pending.exp: New test.
2949 * gdb.mi/mi-dprintf-pendshr.c: New file.
2950
7d73c23c 29512015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 2952 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
2953
2954 * gdb.arch/i386-mpx-map.c: New file.
2955 * gdb.arch/i386-mpx-map.exp: New File.
2956
29572015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2958
2959 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
2960 * gdb.arch/i386-mpx.exp: Indentation fixed.
2961
29622015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2963
2964 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
2965 function and improved indentation.
2966 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
2967 gdb_test_multiple. Added additional tests to skip the test.
2968
29692015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2970
2971 * gdb.arch/i386-avx512.c: Change path in include file.
2972 * gdb.arch/i386-avx512.exp: Change include dir path
2973 compilation flag.
2974 * gdb.arch/i386-mpx.c: Change path in include file.
2975 * gdb.arch/i386-mpx.exp: Change include dir path compilation
2976 flag.
2977
d5eba19a
JK
29782015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2979
2980 * gdb.compile/compile-print.exp (compile print *vararray@3)
2981 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
2982
7f361056
JK
29832015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2984
2985 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
2986 (do not keep jit in memory): ... this.
2987 (expect 5): Change it to ...
2988 (expect no 5): ... this.
2989
3b462ec2
SM
29902015-06-02 Simon Marchi <simon.marchi@ericsson.com>
2991
2992 PR gdb/15564
2993 * gdb.mi/mi-detach.exp: New file.
2994
e0619de6
JK
29952015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2996
2997 PR symtab/18392
2998 * gdb.arch/amd64-tailcall-self.S: New file.
2999 * gdb.arch/amd64-tailcall-self.c: New file.
3000 * gdb.arch/amd64-tailcall-self.exp: New file.
3001
e970cb34
DB
30022015-05-28 Don Breazeal <donb@codesourcery.com>
3003
3004 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
3005 tests for remote targets by checking is_target_gdbserver.
3006
b2e2f908
DE
30072015-05-27 Doug Evans <dje@google.com>
3008
3009 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
3010 * gdb.dwarf2/opaque-type-lookup.c: New file.
3011 * gdb.dwarf2/opaque-type-lookup.exp: New file.
3012
82c7be31
DE
30132015-05-26 Doug Evans <dje@google.com>
3014
3015 * gdb.cp/iostream.cc: New file.
3016 * gdb.cp/iostream.exp: New file.
3017
b4f54984
DE
30182015-05-26 Doug Evans <dje@google.com>
3019
3020 * gdb.dwarf2/dw2-op-call.exp: Update.
3021 * gdb.dwarf2/dw4-sig-types.exp: Update.
3022 * gdb.dwarf2/implptr.exp: Update.
3023 * gdb.mi/mi-cmd-param-changed.exp: Update.
3024
4ea6efe9
DE
30252015-05-26 Doug Evans <dje@google.com>
3026
3027 * gdb.python/py-lazy-string.c: New file.
3028 * gdb.python/py-lazy-string.exp: New file.
3029 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
3030 (main): Update. Add estring3.
3031 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
3032 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
3033
f6bb7db3
YQ
30342015-05-26 Omair Javaid <omair.javaid@linaro.org>
3035 Yao Qi <yao.qi@linaro.org>
3036
3037 * gdb.reverse/aarch64.c: New.
3038 * gdb.reverse/aarch64.exp: New.
3039
a81bfbd0
OJ
30402015-05-26 Omair Javaid <omair.javaid@linaro.org>
3041
3042 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
3043 (supports_reverse): Likewise.
3044
158bf1b4
PP
30452015-05-22 Patrick Palka <patrick@parcs.ath.cx>
3046
3047 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3048 Use with_test_prefix.
3049
a0145030
AB
30502015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3051
3052 * gdb.base/completion.exp: Add test for completion of layout
3053 names.
3054
ebe3b578
AB
30552015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
3056
3057 * lib/gdb.exp (skip_tui_tests): New proc.
3058 * gdb.base/tui-layout.exp: Check skip_tui_tests.
3059
84204ed7
PA
30602015-05-19 Pedro Alves <palves@redhat.com>
3061
3062 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3063 Save the whole env array instead of just HOME. Unset HISTSIZE in
3064 the environment while testing. Restore whole environment
3065 afterwards.
3066
37442ce1
DE
30672015-05-16 Doug Evans <xdje42@gmail.com>
3068
3069 * gdb.guile/scm-ports.c: New file.
3070 * gdb.guile/scm-ports.exp: Add memory port tests.
3071
36de76f9
JK
30722015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3073
3074 * gdb.compile/compile-print.c: New file.
3075 * gdb.compile/compile-print.exp: New file.
3076
3a9558c4
JK
30772015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3078
3079 * gdb.compile/compile-ops.exp: Cast param to void.
3080 * gdb.compile/compile.exp: Complete type for _gdb_expr.
3081 (compile code struct_object.selffield = &struct_object): Add xfail.
3082
aa715135
JG
30832015-05-15 Joel Brobecker <brobecker@adacore.com>
3084
3085 * gdb.ada/arr_enum_with_gap: New testcase.
3086
931e5bc3
JG
30872015-05-15 Joel Brobecker <brobecker@adacore.com>
3088
3089 * gdb.ada/byte_packed_arr: New testcase.
3090
9cd4d857
JB
30912015-05-15 Joel Brobecker <brobecker@adacore.com>
3092
3093 * gdb.ada/pckd_neg: New testcase.
3094
ebfd00d2
PP
30952015-05-13 Patrick Palka <patrick@parcs.ath.cx>
3096
3097 PR gdb/17820
3098 * gdb.base/gdbinit-history.exp: New test.
3099 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
3100 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
3101
4c082a81
SC
31022015-05-09 Siva Chandra Reddy <sivachandra@google.com>
3103
3104 * gdb.python/py-xmethods.cc: Enhance test case.
3105 * gdb.python/py-xmethods.exp: New tests.
3106 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
3107 function.
3108 (B_indexoper): Likewise.
3109 (global_dm_list) : Add new xmethod worker functions.
3110
f7797074
SDJ
31112015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
3112
3113 * gdb.base/coredump-filter.exp: Correctly unset
3114 "coredump_var_addr" array.
3115
a4674e4e
PA
31162015-05-08 Pedro Alves <palves@redhat.com>
3117
3118 * gdb.server/non-existing-program.exp: Unset spawn_id.
3119
df2eb078
SC
31202015-05-08 Siva Chandra Reddy <sivachandra@google.com>
3121
3122 PR python/18291
3123 * gdb.python/py-xmethods.exp: Add tests.
3124
422349a3
YQ
31252015-05-08 Yao Qi <yao.qi@linaro.org>
3126
3127 PR gdb/18208
3128 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
3129 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
3130 function set_coredump_filter, and remove remote_exec call.
3131 Remove argument ipid. Callers update.
3132 (top level): Don't get inferior's PID.
3133
63fc80ce
AA
31342015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
3135
3136 * gdb.base/watch_thread_num.exp: Skip test on targets without
3137 access watchpoints.
3138
80ad801e
PA
31392015-05-06 Pedro Alves <palves@redhat.com>
3140
3141 PR server/18081
3142 * gdb.server/non-existing-program.exp: New file.
3143
0fa7fe50
JB
31442015-05-05 Joel Brobecker <brobecker@adacore.com>
3145
3146 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
3147
3ea89b92
PMR
31482015-05-05 Joel Brobecker <brobecker@adacore.com>
3149
3150 * gdb.ada/out_of_line_in_inlined: New testcase.
3151
87b8eff0
JB
31522015-05-05 Joel Brobecker <brobecker@adacore.com>
3153
3154 * gdb.ada/var_rec_arr: New testcase.
3155
5fccc635
YQ
31562015-04-30 Yao Qi <yao.qi@linaro.org>
3157
3158 * gdb.base/break-idempotent.exp: If
3159 skip_hw_watchpoint_multi_tests returns true, skip the tests
3160 on "rwatch" and "awatch".
3161
42d38f42
YQ
31622015-04-30 Yao Qi <yao.qi@linaro.org>
3163
3164 * gdb.base/relativedebug.exp: Invoke gdb command
3165 "info sharedlibrary", and if libc.so doesn't have debug info,
3166 skip the test.
3167
2ce1cdbf
DE
31682015-04-29 Doug Evans <dje@google.com>
3169
3170 * gdb.python/py-xmethods.exp: Add ptype tests.
3171 * gdb.python/py-xmethods.py (E_method_char_worker): Add
3172 get_result_type method.
3173
f24a38c5
LM
31742015-04-29 Luis Machado <lgustavo@codesourcery.com>
3175
3176 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
3177 the target does not support hardware watchpoints.
3178
ecbf2b3c
LM
31792015-04-29 Luis Machado <lgustavo@codesourcery.com>
3180
3181 * gdb.base/break-always.exp: Abort testing if writing to memory
3182 causes an error.
3183
34f5f757
DE
31842015-04-28 Doug Evans <dje@google.com>
3185
3186 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
3187 * gdb.python/py-pp-registration.exp: ... here. New file.
3188 * gdb.python/py-pp-registration.c: New file.
3189 * gdb.python/py-pp-registration.py: New file.
3190
69b4374a
DE
31912015-04-28 Doug Evans <dje@google.com>
3192
3193 * gdb.python/py-bad-printers.c: New file.
3194 * gdb.python/py-bad-printers.py: New file.
3195 * gdb.python/py-bad-printers.exp: New file.
3196
59fb7612
SS
31972015-04-28 Sasha Smundak <asmundak@google.com>
3198
3199 * gdb.python/py-type.exp: New test.
3200
2631b16a
AW
32012015-04-28 Andy Wingo <wingo@igalia.com>
3202
3203 * gdb.python/py-parameter.exp:
3204 * gdb.guile/scm-parameter.exp: Escape the path that we are
3205 matching against, as it might contain characters that are special
3206 to regular expressions.
3207
460efde1
JB
32082015-04-27 Joel Brobecker <brobecker@adacore.com>
3209
3210 * gdb.ada/rec_comp: New testcase.
3211
2d369d8e
SDJ
32122015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
3213
3214 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
3215 before using it.
3216
cf75d6c3
AB
32172015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
3218
3219 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
3220 new tests for verilog output.
3221
8dbe7ca5
YQ
32222015-04-24 Yao Qi <yao.qi@linaro.org>
3223
3224 * boards/remote-gdbserver-on-localhost.exp: New file.
3225
4ef9fb2f
PA
32262015-04-23 Pedro Alves <palves@redhat.com>
3227
3228 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
3229 $inferior_spawn_id instead of $inferior_spawn_id directly. On
3230 "end of file", remove $inferior_spawn_id from the indirect list.
3231
0a803169
PA
32322015-04-23 Pedro Alves <palves@redhat.com>
3233
3234 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
3235
749ef8f8
PA
32362015-04-23 Pedro Alves <palves@redhat.com>
3237
3238 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
3239 on $any_spawn_id instead of only on $gdb_spawn_id.
3240
8aae4344
PM
32412015-04-21 Pierre Muller <muller@sourceware.org>
3242
3243 PR pascal/17815
3244 * lib/pascal.exp (gpc_compile): Add new option "class".
3245 (fpc_compile): Likewise.
3246 * gdb.pascal/case-insensitive-symbols.pas: New file.
3247 * gdb.pascal/case-insensitive-symbols.exp: New file.
3248
1586c8fb
GB
32492015-04-20 Gary Benson <gbenson@redhat.com>
3250
3251 * gdb.base/attach.exp: Fix three extended remote failures.
3252
1b6e6f5c
GB
32532015-04-17 Gary Benson <gbenson@redhat.com>
3254
3255 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
3256 the main executable over the remote protocol.
3257
e797481d
PA
32582015-04-16 Pedro Alves <palves@redhat.com>
3259
3260 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
3261 a new gdbserver if gdbserver_reconnect_p is set.
3262
1ca99c42
PA
32632015-04-16 Pedro Alves <palves@redhat.com>
3264
3265 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
3266 is set, don't exit gdbserver.
3267
af9fd6f8
AA
32682015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3269
3270 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
3271 appropriate .insn, such that an older assembler can be used.
3272 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
3273 the z/Architecture instruction set on 31-bit targets as well.
3274
04ff1e61
AA
32752015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3276
3277 * gdb.go/handcall.exp: Remove all logic related to the first
3278 breakpoint and rely on go_runto_main instead.
3279 * gdb.go/strings.exp: Likewise.
3280 * gdb.go/unsafe.exp: Likewise.
3281 * gdb.go/hello.exp: Likewise. Also rename the remaining
3282 breakpoint marker to "breakpoint 1".
3283 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
3284 * gdb.go/strings.go: Likewise.
3285 * gdb.go/unsafe.go: Likewise.
3286 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
3287 "set breakpoint 2 here" and rename the remaining breakpoint marker
3288 to "breakpoint 1".
3289
40d2f8d6
SM
32902015-04-15 Simon Marchi <simon.marchi@ericsson.com>
3291
3292 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
3293 if itertools.imap is not present.
3294 * gdb.python/py-objfile.exp: Add parentheses.
3295 * gdb.python/py-type.exp: Same.
3296 * gdb.python/py-unwind-maint.py: Same.
3297
8cbc97c6
YQ
32982015-04-15 Yao Qi <yao.qi@linaro.org>
3299
3300 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
3301 of ":$ptr_size" and set its form explicitly.
3302
45fd756c
YQ
33032015-04-15 Pedro Alves <palves@redhat.com>
3304 Yao Qi <yao.qi@linaro.org>
3305
3306 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
3307 timeout by factor of 4.
3308 (test_regular_watch): Likewise.
3309 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
3310 * gdb.reverse/sigall-reverse.exp: Likewise.
3311 * gdb.reverse/until-precsave.exp: Likewise.
3312 * lib/gdb.exp (with_timeout_factor): New proc.
3313 (gdb_expect): Move some code to ...
3314 (get_largest_timeout): ... here. New procedure.
3315
9e811bc3
LM
33162015-04-14 Luis Machado <lgustavo@codesourcery.com>
3317
3318 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
3319
0ff6fcb2
LM
33202015-04-13 Luis Machado <lgustavo@codesourcery.com>
3321
3322 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
3323 to write to the .text section.
3324
7578d5f7
LM
33252015-04-13 Luis Machado <lgustavo@codesourcery.com>
3326
3327 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
3328 Handle the case of targets that do not provide PID information.
3329
2efe15c4
YQ
33302015-04-13 Yao Qi <yao.qi@linaro.org>
3331
3332 * lib/gdbserver-support.exp (gdb_exit): Catch exception
3333 and use expect instead of gdb_expect.
3334
8cd8f2f8
SDJ
33352015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
3336
3337 * gdb.base/coredump-filter.exp: Rename variable "addr" to
3338 "coredump_var_addr" to avoid naming conflict with other testcases.
3339
9ee41772
PA
33402015-04-10 Pedro Alves <palves@redhat.com>
3341
3342 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
3343 gdb_test_sequence and gdb_assert.
3344
07473109
PA
33452015-04-10 Pedro Alves <palves@redhat.com>
3346
3347 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
3348 test messages that don't include the breakpoint address.
3349
de3db44c
YQ
33502015-04-10 Yao Qi <yao.qi@linaro.org>
3351
3352 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
3353 false for some offset and width combinations which aren't
3354 supported by linux kernel.
3355
c79d856c
PA
33562015-04-10 Pedro Alves <palves@redhat.com>
3357
3358 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
3359 procedure, factored out from ...
3360 (top level): ... here. Add "set displaced-stepping" testing axis.
3361 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
3362 parameter "displaced". Use it.
3363 (top level): Use foreach and add "set displaced-stepping" testing
3364 axis.
3365
ebc90b50
PA
33662015-04-10 Pedro Alves <palves@redhat.com>
3367
3368 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
3369 Remove comment.
3370 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
3371 both the address of the instruction that triggers the watchpoint
3372 and the address of the instruction immediately after, and use
3373 those addresses for the test. Fix comment.
3374
8f572e5c
PA
33752015-04-10 Pedro Alves <palves@redhat.com>
3376
3377 * gdb.base/sigstep.exp (breakpoint_to_handler)
3378 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
3379 Test "backtrace" in handler.
3380 (breakpoint_over_handler): New parameter 'displaced'. Use it.
3381 (top level): Add new "displaced" test axis to
3382 breakpoint_to_handler, breakpoint_to_handler_entry and
3383 breakpoint_over_handler.
3384
8d707a12
PA
33852015-04-10 Pedro Alves <palves@redhat.com>
3386
3387 PR gdb/18216
3388 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
3389
ef713951
YQ
33902015-04-10 Yao Qi <yao.qi@linaro.org>
3391
3392 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
3393 (test_add_rn_pc): New function.
3394 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
3395 (top level): Invoke test_add_rn_pc.
3396
906d60cf
PA
33972015-04-10 Pedro Alves <palves@redhat.com>
3398
3399 PR gdb/13858
3400 * gdb.base/step-over-no-symbols.exp: New file.
3401
f2983cc3
AW
34022015-04-09 Andy Wingo <wingo@igalia.com>
3403
3404 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
3405 after the Python tests.
3406
6d62641c
SDJ
34072015-04-08 Keith Seitz <keiths@redhat.com>
3408
3409 PR python/16699
3410 * gdb.python/py-completion.exp: New tests for completion.
3411 * gdb.python/py-completion.py (CompleteLimit1): New class.
3412 (CompleteLimit2): Likewise.
3413 (CompleteLimit3): Likewise.
3414 (CompleteLimit4): Likewise.
3415 (CompleteLimit5): Likewise.
3416 (CompleteLimit6): Likewise.
3417 (CompleteLimit7): Likewise.
3418
f3770638
PA
34192015-04-08 Pedro Alves <palves@redhat.com>
3420
3421 PR gdb/18214
3422 PR gdb/18216
3423 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
3424 function.
3425 (main): Install it as SIGUSR1 handler.
3426 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
3427 parameter. Always use "setup" as prefix. Toggle "set
3428 displaced-stepping" off/on depending on global. Don't switch to
3429 thread 1 here.
3430 (top level): Add displaced stepping "off/on" test axis. Update
3431 "setup" calls. Wrap each subtest with with_test_prefix. Test
3432 continuing with a queued signal in each thread.
3433
4496bed7
PA
34342015-04-08 Pedro Alves <palves@redhat.com>
3435
3436 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
3437 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
3438 gdb_breakpoint instead of gdb_test that doesn't expect anything.
3439 Return early if running to main fails.
3440 * gdb.trace/while-stepping.exp: Likewise.
3441
b97fde92
PA
34422015-04-07 Pedro Alves <palves@redhat.com>
3443
3444 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
3445 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
3446 interact with inferior program.
3447
f71c18e7
PA
34482015-04-07 Pedro Alves <palves@redhat.com>
3449
3450 * lib/gdb.exp (inferior_spawn_id): New global.
3451 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
3452 spawn id after processing the user code.
3453 (default_gdb_start): Set inferior_spawn_id.
3454 (send_inferior): New procedure.
3455 * lib/gdbserver-support.exp (gdbserver_start): Set
3456 inferior_spawn_id.
3457 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
3458
6423214f
PA
34592015-04-07 Pedro Alves <palves@redhat.com>
3460
3461 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
3462 * lib/gdbserver-support.exp (gdbserver_start): Make
3463 $server_spawn_id global.
3464 (gdbserver_start): Don't wait for gdbserver's spawn id with
3465 expect_background.
3466 (close_gdbserver): New procedure.
3467 (gdb_exit): Rename the default version and reimplement.
3468
71c0ee8c
PA
34692015-04-07 Pedro Alves <palves@redhat.com>
3470
72f4393d 3471 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
3472 append the substituted item, not the original item.
3473
203bc29b
PA
34742015-04-07 Pedro Alves <palves@redhat.com>
3475
3476 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
3477 gdb_expect.
3478
508a3ddf
PA
34792015-04-07 Pedro Alves <palves@redhat.com>
3480
3481 * gdb.base/interrupt.exp: Don't handle the case of the inferior
3482 output appearing once only.
3483
9f6dbe2b
PA
34842015-04-07 Pedro Alves <palves@redhat.com>
3485
3486 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
3487 that doesn't expect anything. Return early if running to main
3488 fails.
3489
337532fa
YQ
34902015-04-07 Yao Qi <yao.qi@linaro.org>
3491
3492 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
3493 (child_function): Call alarm.
3494 (main): Move call to alarm into the loop.
3495 * gdb.threads/non-stop-fair-events.exp: Build program with
3496 -DTIMEOUT=$timeout.
3497
01b622d4
DE
34982015-04-06 Doug Evans <xdje42@gmail.com>
3499
3500 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
3501 Fix dest parameter to board_info.
3502 (fpc_compile): Ditto.
3503 (gdb_compile_pascal): Rename dest arg to destfile.
3504
961f4160
PMR
35052015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
3506
3507 * gdb.ada/funcall_ref.exp: New file.
3508 * gdb.ada/funcall_ref/foo.adb: New file.
3509
cafda597
YQ
35102015-04-02 Yao Qi <yao.qi@linaro.org>
3511
3512 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
3513 is remote.
3514
fed040c6
GB
35152015-04-02 Gary Benson <gbenson@redhat.com>
3516
3517 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
3518
d11916aa
SS
35192015-04-01 Sasha Smundak <asmundak@google.com>
3520
3521 * gdb.python/py-unwind-maint.c: New file.
3522 * gdb.python/py-unwind-maint.exp: New test.
3523 * gdb.python/py-unwind-maint.py: New file.
3524 * gdb.python/py-unwind.c: New file.
3525 * gdb.python/py-unwind.exp: New test.
3526 * gdb.python/py-unwind.py: New test.
3527
a1471180
PA
35282015-04-01 Pedro Alves <palves@redhat.com>
3529
3530 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
3531 to fail instead of non-existent $test.
3532
0bbeccb1
PA
35332015-04-01 Pedro Alves <palves@redhat.com>
3534
3535 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
3536 GDBFLAGS if not empty.
3537
3c724c8c
PMR
35382015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
3539
3540 * gdb.ada/complete.exp: Remove "multi_line".
3541 * gdb.ada/info_exc.exp: Remove "multi_line".
3542 * gdb.ada/packed_tagged.exp: Remove "multi_line".
3543 * gdb.ada/ptype_field.exp: Remove "multi_line".
3544 * gdb.ada/sym_print_name.exp: Remove "multi_line".
3545 * gdb.ada/tagged.exp: Remove "multi_line".
3546 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
3547 [multi_line ...]
3548 * gdb.btrace/delta.exp: Likewise.
3549 * gdb.btrace/exception.exp: Likewise.
3550 * gdb.btrace/function_call_history.exp: Likewise.
3551 * gdb.btrace/instruction_history.exp: Likewise.
3552 * gdb.btrace/nohist.exp: Likewise.
3553 * gdb.btrace/record_goto.exp: Likewise.
3554 * gdb.btrace/segv.exp: Likewise.
3555 * gdb.btrace/stepi.exp: Likewise.
3556 * gdb.btrace/tailcall.exp: Likewise.
3557 * gdb.btrace/unknown_functions.exp: Likewise.
3558 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
3559 * lib/gdb.exp: Add the "multi_line" helper.
3560
4eec2deb
PA
35612015-04-01 Pedro Alves <palves@redhat.com>
3562
3563 * gdb.threads/tid-reuse.c: New file.
3564 * gdb.threads/tid-reuse.exp: New file.
3565
df8411da
SDJ
35662015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
3567
3568 PR corefiles/16092
3569 * gdb.base/coredump-filter.c: New file.
3570 * gdb.base/coredump-filter.exp: Likewise.
3571
6ef37366
PM
35722015-03-27 Petr Machata <pmachata@redhat.com>
3573
3574 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
3575 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
3576 (Dwarf::assemble): Initialize them.
3577 (Dwarf::lines): New function.
3578
7ec911b0
JT
35792015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
3580
3581 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
3582 SYMBOL_PREFIX for x86_64-*-cygwin.
3583
ff908ebf
AW
35842015-03-26 Andy Wingo <wingo@igalia.com>
3585
3586 PR symtab/18148
3587 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
3588 const_value but not a location.
3589 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
3590 location defined in non-main CUs are visible.
3591
6d5f0679
YQ
35922015-03-26 Yao Qi <yao.qi@linaro.org>
3593
3594 PR testsuite/18139
3595 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
3596 Add a line number entry for the same line.
3597 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
3598 Add a line number entry for the same line.
3599
2898689b
YQ
36002015-03-26 Yao Qi <yao.qi@linaro.org>
3601
3602 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
3603 .int 0.
3604 (func): Likewise. Add .Lfunc_1 label.
3605 Use .Lfunc_1 label.
3606 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
3607 .int 0.
3608 (func): Likewise.
3609 Use .Lfunc_1 label.
3610
85180498
YQ
36112015-03-26 Yao Qi <yao.qi@linaro.org>
3612
3613 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
3614 Call gdb_compile instead to compile each .s files without debug
3615 information.
3616
8aa08a8d
YQ
36172015-03-26 Yao Qi <yao.qi@linaro.org>
3618
3619 * gdb.base/savedregs.exp (process_saved_regs): Make
3620 "Saved registers:" optional in the pattern.
3621
66849923
MM
36222015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3623
3624 * gdb.btrace/next.exp: Merged into step.exp.
3625 * gdb.btrace/finish.exp: Merged into step.exp.
3626 * gdb.btrace/nexti.exp: Merged into stepi.exp.
3627 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
3628 "record goto" and checking the exact replay position.
3629 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
3630 check for "Recording format" in "info record" output.
3631 * gdb.btrace/record_goto.exp: Choose test file based on target.
3632 * gdb.btrace/x86-record_goto.S: Renamed into ...
3633 * gdb.btrace/x86_64-record_goto.S: ... this.
3634 * gdb.btrace/i686-record_goto.S: New.
3635 * gdb.btrace/x86-tailcall.S: Renamed into ...
3636 * gdb.btrace/x86_64-tailcall.S: ... this.
3637 * gdb.btrace/i686-tailcall.S: New.
3638 * gdb.btrace/x86-tailcall.c: Renamed into ...
3639 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
3640 separate statements. Update test.
3641 * gdb.btrace/delta.exp: Use record_goto.c as test file.
3642 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
3643 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
3644 * gdb.btrace/tailcall.exp: Choose test file based on target.
3645 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
3646
11cc1b74
MM
36472015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3648
3649 * gdb.btrace/exception.exp: Increase BTS buffer size.
3650
a25d8bf9
PA
36512015-03-24 Pedro Alves <palves@redhat.com>
3652
3653 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
3654
856e7dd6
PA
36552015-03-24 Pedro Alves <palves@redhat.com>
3656
3657 * gdb.threads/schedlock.exp (test_step): No longer expect that
3658 "set scheduler-locking step" with "next" over a function call runs
3659 threads unlocked.
3660
ad235a41
AT
36612015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3662
3663 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
3664
15630549
AT
36652015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3666
3667 PR breakpoints/16466
3668 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
3669 * gdb.mi/mi-pending.c (thread_func): New function.
3670 (int main): Add threading support required.
3671 * gdb.mi/mi-pending.exp: Add tests for this issue.
3672 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
3673 (pendfunc2): Remove stdio dependency.
3674 * gdb.mi/mi-pendshr2.c: New file.
3675
693dca06
KS
36762015-03-23 Keith Seitz <keiths@redhat.com>
3677
3678 * gdb.linespec/keywords.c: New file.
3679 * gdb.linespec/keywords.exp: New file.
3680
7e993ebf
KS
36812015-03-23 Keith Seitz <keiths@redhat.com>
3682
3683 PR gdb/18021
3684 * gdb.dwarf2/staticvirtual.exp: New test.
3685
bc23328c
JK
36862015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3687
3688 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
3689 * README: Remove HP-UX and gdb.hp.
3690 (configuration):
3691 * configure: Regenerate.
3692 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
3693 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
3694 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
3695 gdb.hp/gdb.defects/Makefile.
3696 * gdb.hp/Makefile.in: File deleted.
3697 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
3698 * gdb.hp/gdb.aCC/optimize.c: File deleted.
3699 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
3700 * gdb.hp/gdb.aCC/run.c: File deleted.
3701 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
3702 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
3703 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
3704 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
3705 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
3706 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
3707 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
3708 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
3709 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
3710 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
3711 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
3712 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
3713 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
3714 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
3715 * gdb.hp/gdb.base-hp/reg.s: File deleted.
3716 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
3717 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
3718 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
3719 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
3720 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
3721 * gdb.hp/gdb.compat/Makefile.in: File deleted.
3722 * gdb.hp/gdb.compat/average.c: File deleted.
3723 * gdb.hp/gdb.compat/sum.c: File deleted.
3724 * gdb.hp/gdb.compat/xdb.c: File deleted.
3725 * gdb.hp/gdb.compat/xdb0.c: File deleted.
3726 * gdb.hp/gdb.compat/xdb0.h: File deleted.
3727 * gdb.hp/gdb.compat/xdb1.c: File deleted.
3728 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
3729 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
3730 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
3731 * gdb.hp/gdb.defects/Makefile.in: File deleted.
3732 * gdb.hp/gdb.defects/bs14602.c: File deleted.
3733 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
3734 * gdb.hp/gdb.defects/solib-d.c: File deleted.
3735 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
3736 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
3737 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
3738 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
3739 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
3740 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
3741 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
3742 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
3743 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
3744 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
3745 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
3746 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
3747 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
3748 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
3749 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
3750 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
3751 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
3752 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
3753 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
3754 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
3755 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
3756 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
3757 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
3758 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
3759 * gdb.hp/tools/odump: File deleted.
3760
8bf3b159
PA
37612015-03-19 Pedro Alves <palves@redhat.com>
3762
3763 * gdb.threads/continue-pending-status.exp (saw_thread_2)
3764 (saw_thread_3): New globals.
3765 (top level): Increment them when an event for the corresponding
3766 thread is seen.
3767 (no thread starvation): New test.
3768
eb54c8bf
PA
37692015-03-19 Pedro Alves <palves@redhat.com>
3770
3771 * gdb.threads/continue-pending-status.c: New file.
3772 * gdb.threads/continue-pending-status.exp: New file.
3773
32d2e5d6
PA
37742015-03-18 Pedro Alves <palves@redhat.com>
3775
3776 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3777 Use gdb_is_target_remote instead of is_remote. Use
3778 gdb_test_multiple instead of gdb_expect. Exit early if
3779 gdb_test_multiple hits its internal matches. Tighten stepi tests
3780 expected output. Fail on exit with any signal, instead of just
3781 SIGILL.
3782
f68f11b7
YQ
37832015-03-18 Yao Qi <yao.qi@linaro.org>
3784
3785 PR tdep/18107
3786 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
3787 variable.
3788 * gdb.base/catch-syscall.exp: Don't skip it on
3789 aarch64*-*-linux* target. Remove elements in all_syscalls.
3790 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
3791 target.
3792 (setup_all_syscalls): New proc.
3793
ca5fd19b
YQ
37942015-03-16 Yao Qi <yao.qi@linaro.org>
3795
3796 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
3797 (top level): Skip tests if valid_addr_p returns false for
3798 $cmd1 or $cmd2.
3799
85642ba0
AW
38002015-03-11 Andy Wingo <wingo@igalia.com>
3801
3802 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
3803
e03f9645
YQ
38042015-03-11 Yao Qi <yao.qi@linaro.org>
3805
3806 * gdb.base/catch-syscall.exp: Fix typo in comments.
3807
5d0962b2
YQ
38082015-03-11 Yao Qi <yao.qi@linaro.org>
3809
3810 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
3811
b2df3cef
PA
38122015-03-09 Pedro Alves <palves@redhat.com>
3813
3814 * dg-extract-results.py: Delete.
3815
ef878e53
PA
38162015-03-09 Pedro Alves <palves@redhat.com>
3817
3818 Merge dg-extract-results.sh from GCC upstream (r218843).
3819
3820 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
3821 * dg-extract-results.sh: Use --text with grep to avoid issues with
3822 binary files. Fall back to cat -v, if that doesn't work.
3823
9494d219
PA
38242015-03-05 Pedro Alves <palves@redhat.com>
3825
3826 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
3827
a8d9763a
SM
38282015-03-04 Simon Marchi <simon.marchi@ericsson.com>
3829
3830 * lib/mi-support.exp (mi_expect_interrupt): Accept
3831 alternative event for when in all-stop mode.
3832
be9957b8
PA
38332015-03-04 Pedro Alves <palves@redhat.com>
3834
3835 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
3836
d57be0f4 38372015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
3838
3839 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
3840
c214c7cf
AA
38412015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3842
3843 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
3844 regexps for GDB's current line display, accept a hex address
3845 preceding the line number.
3846
6d74a497
AA
38472015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3848
3849 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
3850 the 'arch1' variable for "s390*-linux*" targets.
3851
511aee7c
PA
38522015-03-04 Pedro Alves <palves@redhat.com>
3853
3854 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
3855 (main): Pass missing retval argument to pthread_join call.
3856
95e50b27
PA
38572015-03-02 Pedro Alves <palves@redhat.com>
3858
3859 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
3860 (top level): Call do_test with non-stop as well.
3861
28054d69
PA
38622015-03-02 Pedro Alves <palves@redhat.com>
3863
3864 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
3865 -1.
3866
4fa5d7b4
AA
38672015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3868
3869 * gdb.arch/s390-vregs.exp: New test.
3870 * gdb.arch/s390-vregs.S: New file.
3871
97c18565
PA
38722015-02-27 Pedro Alves <palves@redhat.com>
3873
3874 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
3875 call to catch_command_errors.
3876 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
3877 catch_command_errors.
3878
a37bfa30
PA
38792015-02-27 Pedro Alves <palves@redhat.com>
3880
3881 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
3882 "true" for boolean result.
3883 * gdb.gdb/selftest.exp (test_with_self): Also accept full
3884 prototype of main.
3885
6f98576f
PA
38862015-02-27 Pedro Alves <palves@redhat.com>
3887
3888 * lib/unbuffer_output.c: New file.
3889 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
3890 (main): Call gdb_unbuffer_output.
3891
eba5ab56
YQ
38922015-02-27 Yao Qi <yao.qi@linaro.org>
3893
3894 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
3895 target.
3896
0def5aaa
DE
38972015-02-26 Doug Evans <dje@google.com>
3898
3899 * gdb.cp/class2.cc (Dbase, D): New classes.
3900 (main): New local delta.
3901 * gdb.cp/class2.exp: Test printing delta.
3902 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
3903 (dynbar): New global.
3904 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
3905
081a1c2c
JK
39062015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3907
3908 * gdb.compile/compile-ifunc.c: New file.
3909 * gdb.compile/compile-ifunc.exp: New file.
3910
2f41223f
AT
39112015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
3912
3913 * gdb.base/structs.exp: Check for correct struct on finish.
3914
03eddd80
YQ
39152015-02-26 Yao Qi <yao.qi@linaro.org>
3916
3917 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
3918 is zero.
3919
80c57053
JK
39202015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3921
3922 * gdb.arch/cordic.ko.bz2: New file.
3923 * gdb.arch/cordic.ko.debug.bz2: New file.
3924 * gdb.arch/ppc64-symtab-cordic.exp: New file.
3925
21613c12
YQ
39262015-02-25 Yao Qi <yao.qi@linaro.org>
3927
3928 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
3929 aarch64*-*-* target.
3930
d8b901ed
PA
39312015-02-23 Pedro Alves <palves@redhat.com>
3932
3933 * lib/gdb.exp (delete_breakpoints): Rewrite using
3934 gdb_test_multiple.
3935
e5b85ead
PA
39362015-02-23 Pedro Alves <palves@redhat.com>
3937
3938 * gdb.base/info-os.c: Include stdlib.h.
3939
85c3a371
DE
39402015-02-22 Doug Evans <xdje42@gmail.com>
3941
3942 PR symtab/17855
3943 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
3944 is read after symbols have been re-read.
3945 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
3946 * gdb.ada/exec_changed/second.adb (Second): Ditto.
3947
96553a0c
DE
39482015-02-21 Doug Evans <dje@google.com>
3949
3950 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
3951
97a0c697
JK
39522015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3953
3954 PR corefiles/17808
3955 * gdb.arch/i386-biarch-core.core.bz2: New file.
3956 * gdb.arch/i386-biarch-core.exp: New file.
3957
a47cd6e9
PA
39582015-02-21 Pedro Alves <palves@redhat.com>
3959
3960 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
3961 runto_main fails.
3962
c5facdc4
PA
39632015-02-20 Pedro Alves <palves@redhat.com>
3964
3965 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
3966 info probes.
3967
2db9a427
PA
39682015-02-20 Pedro Alves <palves@redhat.com>
3969
3970 * gdb.threads/multi-create-ns-info-thr.exp: New file.
3971
60fb7e9e
PA
39722015-02-20 Pedro Alves <palves@redhat.com>
3973
3974 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
3975 clean_restart before gdb_target_supports_trace.
3976
5c5019c2
PA
39772015-02-20 Pedro Alves <palves@redhat.com>
3978
3979 PR threads/18006
3980 * gdb.threads/clone-thread_db.c: New file.
3981 * gdb.threads/clone-thread_db.exp: New file.
3982
c9587f88
AT
39832015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
3984
3985 PR breakpoints/16812
3986 * gdb.base/catch-gdb-caused-signals.c: New file.
3987 * gdb.base/catch-gdb-caused-signals.exp: New file.
3988
f6a88844
JM
39892015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
3990
3991 * configure: Regenerated.
3992 * configure.ac: Use GDB_AC_TRANSFORM.
3993 * aclocal.m4: sinclude ../transform.m4.
3994
497c491b
JM
39952015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3996
3997 * lib/dtrace.exp: New file.
3998 * gdb.base/dtrace-probe.exp: Likewise.
3999 * gdb.base/dtrace-probe.d: Likewise.
4000 * gdb.base/dtrace-probe.c: Likewise.
4001 * lib/pdtrace.in: Likewise.
4002 * configure.ac: Output variables with the transformed names of
4003 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
4004 * configure: Regenerated.
4005
03e98035
JM
40062015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4007
4008 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
4009 expected message when trying to access $_probe_* convenience
4010 variables while not on a probe.
4011
63cc30e9
JK
40122015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4013
4014 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
4015
0703599a
PA
40162015-02-11 Pedro Alves <pedro@codesourcery.com>
4017
4018 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
4019 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
4020
7e60a48e
DE
40212015-02-10 Doug Evans <xdje42@gmail.com>
4022
4023 * lib/gdb.exp (gdb_load): Always return a result.
4024
01b088bc
PA
40252015-02-10 Pedro Alves <palves@redhat.com>
4026
4027 * gdb.threads/signal-sigtrap.c: New file.
4028 * gdb.threads/signal-sigtrap.exp: New file.
4029
b05ec7a5
AT
40302015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
4031
4032 * gdb.trace/no-attach-trace.c: New file.
4033 * gdb.trace/no-attach-trace.exp: New file.
4034
a2c2acaf
MW
40352015-02-09 Mark Wielaard <mjw@redhat.com>
4036
4037 * gdb.dwarf2/atomic.c: New file.
4038 * gdb.dwarf2/atomic-type.exp: Likewise.
4039
31fd9caa
MM
40402015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4041
4042 * gdb.btrace/buffer-size.exp: Update "info record" output.
4043 * gdb.btrace/delta.exp: Update "info record" output.
4044 * gdb.btrace/enable.exp: Update "info record" output.
4045 * gdb.btrace/finish.exp: Update "info record" output.
4046 * gdb.btrace/instruction_history.exp: Update "info record" output.
4047 * gdb.btrace/next.exp: Update "info record" output.
4048 * gdb.btrace/nexti.exp: Update "info record" output.
4049 * gdb.btrace/step.exp: Update "info record" output.
4050 * gdb.btrace/stepi.exp: Update "info record" output.
4051 * gdb.btrace/nohist.exp: Update "info record" output.
4052
d33501a5
MM
40532015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4054
4055 * gdb.btrace/buffer-size: New.
4056
f4abbc16
MM
40572015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4058
4059 * gdb.btrace/delta.exp: Update "info record" output.
4060 * gdb.btrace/enable.exp: Update "info record" output.
4061 * gdb.btrace/finish.exp: Update "info record" output.
4062 * gdb.btrace/instruction_history.exp: Update "info record" output.
4063 * gdb.btrace/next.exp: Update "info record" output.
4064 * gdb.btrace/nexti.exp: Update "info record" output.
4065 * gdb.btrace/step.exp: Update "info record" output.
4066 * gdb.btrace/stepi.exp: Update "info record" output.
4067 * gdb.btrace/nohist.exp: Update "info record" output.
4068
b9d61307
SM
40692015-02-06 Simon Marchi <simon.marchi@ericsson.com>
4070
4071 PR gdb/15678
4072 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
4073
e584fdbc
PA
40742015-02-06 Pedro Alves <palves@redhat.com>
4075
4076 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
4077 macro.
4078 (seconds_left, again): New globals.
4079 (main): Wait seconds_left in a 1-second sleep loop instead of
4080 sleeping 180 seconds. If 'again' is set, reset the seconds
4081 counter.
4082 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
4083 'again' in the inferior before detaching. Print the seconds left.
4084 (options): New global.
4085 (top level): Build program with -DTIMEOUT=$timeout.
4086
77f41761
PA
40872015-02-06 Pedro Alves <palves@redhat.com>
4088
4089 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
4090 determine how many seconds to pass to 'alarm'.
4091 * gdb.base/gdb-sigterm.exp (top level): Build program with
4092 -DTIMEOUT=$timeout.
4093 (do_test): Return success/failure indication. Add more verbose
4094 logging. Don't fail if 200 single steps are seen. Instead, fail
4095 when the test times out.
4096 (passes): New global.
4097 (top level): Break the testing loop if testing fails on any
4098 iteration. Use gdb_assert.
4099
b9394193
DB
41002015-02-04 Don Breazeal <donb@codesourcery.com>
4101
4102 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
4103 and initialize them.
4104 (ipc_cleanup): New function.
4105 (main): Don't declare shmid, semid, and msqid. Add a call to
4106 atexit so that we call ipc_cleanup on exit.
4107
42d9e528
PA
41082015-02-04 Pedro Alves <palves@redhat.com>
4109
4110 * boards/native-extended-gdbserver.exp: Remove any target variant
4111 specifications from the board name before clearing the isremote
4112 flag from board_info.
4113
ae6ae975
DE
41142015-01-31 Doug Evans <xdje42@gmail.com>
4115
4116 * gdb.base/maint.exp <maint print type argc>: Update expected output.
4117
cfb069a8
GB
41182015-01-31 Gary Benson <gbenson@redhat.com>
4119
4120 * gdb.base/completion.exp: Disable completion limiting for
4121 existing tests. Add new tests to check completion limiting.
4122 * gdb.linespec/ls-errs.exp: Disable completion limiting.
4123
5dd31d79
DE
41242015-01-31 Doug Evans <xdje42@gmail.com>
4125
4126 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
4127
9f050062
DE
41282015-01-31 Doug Evans <xdje42@gmail.com>
4129
4130 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
4131 entries. Duplicate file section script entries.
4132 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
4133 inlined entries. Add test for safe-path rejection.
4134 * gdb.python/py-section-script.c: Add duplicate inlined section script
4135 entries. Duplicate file section script entries.
4136 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
4137 inlined entries. Add test for safe-path rejection.
4138
df25ebbd
JB
41392015-01-29 Joel Brobecker <brobecker@adacore.com>
4140
4141 * gdb.ada/disc_arr_bound: New testcase.
4142
4a0ca9ec
JB
41432015-01-29 Joel Brobecker <brobecker@adacore.com>
4144
4145 * gdb.ada/mi_var_array: New testcase.
4146
3a8b707a
DE
41472015-01-27 Doug Evans <dje@google.com>
4148
4149 * gdb.python/py-objfile.exp: Add tests for objfile.username.
4150 Add test for objfile.filename, objfile.username after objfile
4151 has been unloaded.
4152
f8313f6e
JB
41532015-01-26 Joel Brobecker <brobecker@adacore.com>
4154
4155 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
4156 the second test to print the name attribute of value
4157 returned by the call to gdb.lookup_type, and adjust
4158 the expected output accordingly.
4159
37bc665e
MW
41602015-01-25 Mark Wielaard <mjw@redhat.com>
4161
4162 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
4163 * gdb.base/disp-step-fork.c: Include unistd.h.
4164 * gdb.base/siginfo-obj.c: Include stdio.h.
4165 * gdb.base/siginfo-thread.c: Likewise.
4166 * gdb.mi/non-stop.c: Include unistd.h.
4167 * gdb.mi/nsthrexec.c: Include stdio.h.
4168 * gdb.mi/pthreads.c: Include unistd.h.
4169 * gdb.modula2/unbounded1.c (main): Declare returns int.
4170 * gdb.reverse/consecutive-reverse.c: Likewise.
4171 * gdb.threads/create-fail.c: Include unistd.h.
4172 * gdb.threads/killed.c: Likewise.
4173 * gdb.threads/linux-dp.c: Likewise.
4174 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
4175 * gdb.threads/non-ldr-exc-2.c: Likewise.
4176 * gdb.threads/non-ldr-exc-3.c: Likewise.
4177 * gdb.threads/non-ldr-exc-4.c: Likewise.
4178 * gdb.threads/pthreads.c: Include unistd.h.
4179 (main): Declare returns int.
4180 * gdb.threads/tls-main.c (foo): New declaration.
4181 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
4182
f7e5394d
SM
41832015-01-23 Simon Marchi <simon.marchi@ericsson.com>
4184
4185 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
4186 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
4187
743649fd
MW
41882015-01-15 Mark Wielaard <mjw@redhat.com>
4189
4190 * gdb.base/noreturn-return.c: New file.
4191 * gdb.base/noreturn-return.exp: New file.
4192 * gdb.base/noreturn-finish.c: New file.
4193 * gdb.base/noreturn-finish.exp: New file.
4194
198297aa
PA
41952015-01-23 Pedro Alves <palves@redhat.com>
4196
4197 * gdb.threads/continue-pending-after-query.c: New file.
4198 * gdb.threads/continue-pending-after-query.exp: New file.
4199
717cf30c
AG
42002015-01-22 Anders Granlund <anders.granlund@ericsson.com>
4201 Simon Marchi <simon.marchi@ericsson.com>
4202
4203 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
4204 * gdb.base/valgrind-db-attach.exp: Same.
4205 * gdb.base/valgrind-infcall.exp: Same.
4206 * lib/mi-support.exp (default_mi_gdb_start): Same.
4207 * lib/prompt.exp (default_prompt_gdb_start): Same.
4208 * lib/gdb.exp (default_gdb_spawn): Same.
4209 (gdb_interact): New.
4210
4211
4b62a76e
JK
42122015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4213
4214 * gdb.compile/compile.exp (pointer to jit function): New test.
4215
b4cdae6f
WW
42162015-01-17 Wei-cheng Wang <cole945@gmail.com>
4217
4218 * lib/gdb.exp (supports_process_record): Return true for
4219 powerpc*-*-linux*.
4220 (supports_reverse): Likewise.
4221
d221e7ef
DB
42222015-01-15 Don Breazeal <donb@codesourcery.com>
4223
4224 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
4225 instead of checking whether the target board is remote and
4226 use spawn_wait_for_attach instead of exec/sleep.
4227 * gdb.base/attach-twice.exp: Likewise.
4228
bafffb51
JB
42292015-01-15 Joel Brobecker <brobecker@adacore.com>
4230
4231 * gdb.ada/var_arr_attrs: New testcase.
4232
5589af0e
PA
42332015-01-14 Pedro Alves <palves@redhat.com>
4234 Joel Brobecker <brobecker@adacore.com>
4235
4236 PR gdb/17525
4237 * gdb.base/bp-cmds-execution-x-script.c: New file.
4238 * gdb.base/bp-cmds-execution-x-script.exp: New file.
4239 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
4240
6c400b59
PA
42412015-01-14 Pedro Alves <palves@redhat.com>
4242
4243 PR cli/17828
4244 * gdb.base/batch-preserve-term-settings.c: New file.
4245 * gdb.base/batch-preserve-term-settings.exp: New file.
4246
e02c96a7
DE
42472015-01-13 Doug Evans <dje@google.com>
4248
4249 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
4250 binary.
4251
576fd14c
JB
42522015-01-13 Joel Brobecker <brobecker@adacore.com>
4253
4254 * Makefile.in (clean mostlyclean): Do not delete *.py.
4255
04dccad0
JB
42562015-01-13 Joel Brobecker <brobecker@adacore.com>
4257
4258 * gdb.python/py-lookup-type.exp: New file.
4259
3d230f71
PA
42602015-01-12 Pedro Alves <palves@redhat.com>
4261
4262 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
4263 restore GDBFLAGS before returning.
4264
7e67715d
JK
42652015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4266
4267 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
4268 is_amd64_regs_target and is_x86_like_target.
4269
f2e0d4b4
DE
42702015-01-11 Doug Evans <xdje42@gmail.com>
4271
4272 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
4273 is given without an explicit form.
4274 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
4275 attributes.
4276 * gdb.dwarf/corrupt.exp: Ditto.
4277 * gdb.dwarf2/enum-type.exp: Ditto.
4278 * gdb.trace/entry-values.exp: Ditto.
4279 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
4280
439250fb
DE
42812015-01-11 Doug Evans <xdje42@gmail.com>
4282
4283 PR gdb/15830
4284 * gdb.base/maint.exp: Remove references to "maint demangle".
4285 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
4286 Add tests for explicitly specifying language to demangle.
4287 * gdb.dlang/demangle.exp: Ditto.
4288
ede9f622
PA
42892015-01-09 Pedro Alves <palves@redhat.com>
4290
4291 * gdb.threads/non-stop-fair-events.c: New file.
4292 * gdb.threads/non-stop-fair-events.exp: New file.
4293
a7b796db
PA
42942015-01-09 Pedro Alves <palves@redhat.com>
4295
4296 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
4297 the global scope. Set a breakpoint after all threads are started
4298 rather than stepping over two source lines. Expect the prompt.
4299 * gdb.base/watch_thread_num.c (threads_started_barrier): New
4300 global.
4301 (NUM): Now 15.
4302 (main): Use threads_started_barrier to wait for all threads to
4303 start. Main thread no longer calls thread_function. Exit after
4304 180 seconds.
4305 (loop): New function.
4306 (thread_function): Wait on threads_started_barrier barrier. Call
4307 'loop' at each iteration.
4308 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
4309 threads have started, instead of hardcoding number of "next"
4310 steps. Use an access watchpoint instead of a write watchpoint.
4311
9665ffdd
PA
43122015-01-09 Pedro Alves <palves@redhat.com>
4313
4314 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
4315 (thread_func): Wait on barrier.
4316 (main): Wait for all threads to start before stopping GDB.
4317 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
4318 global.
4319 (thread1_func, thread2_func): Wait on barrier.
4320 (main): Wait for all threads to start before stopping GDB.
4321 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
4322 New global.
4323 (thread1_func, thread2_func): Wait on barrier.
4324 (main): Wait for all threads to start before stopping GDB.
4325
c945a99f
PA
43262015-01-09 Pedro Alves <palves@redhat.com>
4327
4328 * gdb.threads/attach-many-short-lived-threads.c: New file.
4329 * gdb.threads/attach-many-short-lived-threads.exp: New file.
4330
c1a747c1
PA
43312014-01-09 Pedro Alves <palves@redhat.com>
4332
4333 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
4334 instead of to thread 2.
4335 * gdb.threads/signal-command-multiple-signals-pending.c (main):
4336 Add barrier around each pthread_create call instead of around all
4337 calls.
4338 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
4339 Set a break on thread_function and have the child threads hit it
4340 one at at a time.
4341
60b3033e
PA
43422015-01-09 Pedro Alves <palves@redhat.com>
4343
4344 * lib/gdb.exp (can_spawn_for_attach): New procedure.
4345 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
4346 false.
4347 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
4348 checking whether the target board is remote.
4349 * gdb.multi/multi-attach.exp: Likewise.
4350 * gdb.python/py-sync-interp.exp: Likewise.
4351 * gdb.server/ext-attach.exp: Likewise.
4352 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
4353 tests that need to attach, instead of checking whether the target
4354 board is remote at the top of the file.
4355
acc018ac
YQ
43562015-01-08 Yao Qi <yao@codesourcery.com>
4357
4358 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
4359
50a18af8
JK
43602015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4361
4362 Fix testcase compilation.
4363 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
4364
8503d6e1
JB
43652015-01-06 Joel Brobecker <brobecker@adacore.com>
4366
4367 * gdb.python/py-type.exp: Add a couple test about empty
4368 array creation, and negative-length array creation.
4369
cc73dbcc
DE
43702015-01-02 Doug Evans <xdje42@gmail.com>
4371
4372 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
4373
0300bbc7
DE
43742015-01-02 Doug Evans <dje@google.com>
4375
4376 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
4377
9d85a0ec
YQ
43782014-12-29 Yao Qi <yao@codesourcery.com>
4379
4380 * gdb.trace/entry-values.exp: Update comments. Rename variable
4381 bar_call_foo to returned_from_foo.
4382
87186c6a
MMN
43832014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
4384
4385 PR gdb/17394
4386 * gdb.linespec/break-asm-file.c: New file.
4387 * gdb.linespec/break-asm-file.exp: New file.
4388 * gdb.linespec/break-asm-file0.s: New file.
4389 * gdb.linespec/break-asm-file1.s: New file.
4390
1bab7383
YQ
43912014-12-18 Nigel Stephens <nigel@mips.com>
4392 Maciej W. Rozycki <macro@codesourcery.com>
4393
4394 * gdb.base/float.exp: Handle the new output from "info float" on
4395 MIPS targets.
4396
1bc1068a
JK
43972014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4398
4399 Fix MinGW compilation.
4400 * gdb.compile/compile-ops.exp: Update untested message if
4401 !skip_compile_feature_tests.
4402 * gdb.compile/compile-setjmp.exp: Likewise.
4403 * gdb.compile/compile-tls.exp: Likewise.
4404 * gdb.compile/compile.exp: Likewise.
4405 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
4406 supported on this host".
4407
b6615d10
DE
44082014-12-16 Doug Evans <xdje42@gmail.com>
4409
4410 * boards/stabs.exp: New file.
4411
25dda427
AA
44122014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
4413
4414 * gdb.base/completion.exp: Adjust to format changes of "maint
4415 print user-registers".
4416
bf330350
CU
44172014-12-16 Catalin Udma <catalin.udma@freescale.com>
4418
4419 PR server/17457
4420 * gdb.arch/aarch64-fp.c: New file.
4421 * gdb.arch/aarch64-fp.exp: New file.
4422
395cf596
SDJ
44232014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4424
4425 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
4426 r210637, r210913, r211666, r215400, r215817).
4427
4428 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
4429 * dg-extract-results.py: New file.
4430 * dg-extract-results.sh: Use it if the environment seems
4431 suitable.
4432
4433 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
4434
4435 * dg-extract-results.py (parse_run): Handle warnings that
4436 are printed before a test harness is run.
4437
4438 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
4439
4440 * dg-extract-results.py (Named): Remove __cmp__ method.
4441 (output_variation): Use a key to sort variation.harnesses.
4442
4443 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
4444
4445 * dg-extract-results.py: For Python 3, force sys.stdout to
4446 handle surrogate escape sequences.
4447 (safe_open): New function.
4448 (output_segment, main): Use it.
4449
4450 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
4451
4452 * dg-extract-results.py (Prog.result_re): Include options
4453 in test name.
4454
4455 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
4456
4457 * dg-extract-results.py (output_variation): Always sort if
4458 do_sum.
4459
e882ef3c
SM
44602014-12-15 Simon Marchi <simon.marchi@ericsson.com>
4461
4462 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
4463 as long as we get pagination notifications.
4464
4992aa20
JM
44652014-12-15 Jason Merrill <jason@redhat.com>
4466
4467 * Makefile.in (check-gdb.%): Restore.
4468 * README: Mention it.
4469
c1b5a1a6
JB
44702014-12-13 Joel Brobecker <brobecker@adacore.com>
4471
4472 * gdb.ada/str_uninit: New testcase.
4473
5537b577
JK
44742014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4475
4476 PR symtab/17642
4477 * gdb.base/vla-stub-define.c: New file.
4478 * gdb.base/vla-stub.c: New file.
4479 * gdb.base/vla-stub.exp: New file.
4480
bb2ec1b3
TT
44812014-12-12 Phil Muldoon <pmuldoon@redhat.com>
4482 Jan Kratochvil <jan.kratochvil@redhat.com>
4483 Tom Tromey <tromey@redhat.com>
4484
4485 * configure.ac: Add gdb.compile/.
4486 * configure: Regenerate.
4487 * gdb.compile/Makefile.in: New file.
4488 * gdb.compile/compile-ops.exp: New file.
4489 * gdb.compile/compile-ops.c: New file.
4490 * gdb.compile/compile-tls.c: New file.
4491 * gdb.compile/compile-tls.exp: New file.
4492 * gdb.compile/compile-constvar.S: New file.
4493 * gdb.compile/compile-constvar.c: New file.
4494 * gdb.compile/compile-mod.c: New file.
4495 * gdb.compile/compile-nodebug.c: New file.
4496 * gdb.compile/compile-setjmp-mod.c: New file.
4497 * gdb.compile/compile-setjmp.c: New file.
4498 * gdb.compile/compile-setjmp.exp: New file.
4499 * gdb.compile/compile-shlib.c: New file.
4500 * gdb.compile/compile.c: New file.
4501 * gdb.compile/compile.exp: New file.
4502 * lib/gdb.exp (skip_compile_feature_tests): New proc.
4503
4ff709eb
TT
45042014-12-12 Tom Tromey <tromey@redhat.com>
4505
4506 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
4507 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
4508
6dddd6a5
DE
45092014-12-12 Doug Evans <dje@google.com>
4510
4511 * lib/gdb-python.exp (get_python_valueof): New function.
4512 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
4513
71c24708
AA
45142014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4515
4516 * gdb.base/completion.exp: Add test for completion of "info
4517 registers ".
4518
3e29f34a
MR
45192014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
4520
4521 * gdb.base/func-ptrs.c: New file.
4522 * gdb.base/func-ptrs.exp: New file.
4523
fc126975
SM
45242014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4525
4526 PR breakpoints/17012
4527 * gdb.base/dprintf-detach.c: New file.
4528 * gdb.base/dprintf-detach.exp: New file.
4529
0a46d518
SM
45302014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4531
4532 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
4533 * lib/gdb.exp (target_is_gdbserver): New procedure.
4534
a0be3e44
DE
45352014-12-08 Doug Evans <dje@google.com>
4536
4537 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
4538
df1b803a
YQ
45392014-12-05 Yao Qi <yao@codesourcery.com>
4540
4541 * gdb.guile/scm-error.exp: Remove the third argument to
4542 gdb_remote_download.
4543 * gdb.guile/scm-frame-args.exp: Likewise.
4544 * gdb.guile/scm-section-script.exp: Likewise.
4545
ddb9f679
YQ
45462014-12-05 Yao Qi <yao@codesourcery.com>
4547
4548 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
4549
86e4ed39
DE
45502014-12-04 Doug Evans <dje@google.com>
4551
4552 * gdb.python/py-objfile.exp: Add tests for
4553 objfile.add_separate_debug_file.
4554
7c50a931
DE
45552014-12-04 Doug Evans <dje@google.com>
4556
4557 * lib/gdb.exp (get_build_id): New function.
4558 (build_id_debug_filename_get): Rewrite to use it.
4559 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
4560
621661e3
MR
45612014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
4562
4563 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
4564 `method(long)', not just 0x0.
4565 * gdb.cp/nsalias.exp: Align code labels to 4.
4566 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
4567 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
4568 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
4569 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
4570 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
4571 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
4572
29f0c3b7
DE
45732014-12-02 Doug Evans <dje@google.com>
4574
e1e061e7 4575 PR symtab/17602
29f0c3b7 4576 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 4577 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
4578 * gdb.cp/anon-ns.exp: Update.
4579
162078c8
NB
45802014-12-02 Nick Bull <nicholaspbull@gmail.com>
4581
4582 * gdb.python/py-events.py (inferior_call_handler): New.
4583 (register_changed_handler, memory_changed_handler): New.
4584 (test_events.invoke): Register new handlers.
4585 * gdb.python/py-events.exp: Add tests for inferior call,
4586 memory_changed and register_changed events.
4587
fdb09caf
AA
45882014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4589
4590 * gdb.base/execl-update-breakpoints.exp: Specify the link address
4591 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
4592 if the linker doesn't understand this.
4593
55cfb2c4
SM
45942014-12-01 Simon Marchi <simon.marchi@ericsson.com>
4595
4596 * gdb.python/python.exp: Change expected reply to help().
4597
9e8cd6df
YQ
45982014-12-01 Yao Qi <yao@codesourcery.com>
4599
4600 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
4601 AC_CONFIG_SUBDIRS(gdb.gdbtk).
4602 * configure: Re-generated.
4603
6c659fc2
SC
46042014-11-28 Siva Chandra Reddy <sivachandra@google.com>
4605
4606 * gdb.cp/chained-calls.cc: New file.
4607 * gdb.cp/chained-calls.exp: New file.
4608 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
4609
d7fc3181
SM
46102014-11-28 Simon Marchi <simon.marchi@ericsson.com>
4611
4612 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
4613 * gdb.dwarf2/symtab-producer.exp: Same.
4614 * gdb.gdb/python-interrupts.exp: Same.
4615 * gdb.gdb/python-selftest.exp: Same.
4616 * gdb.python/py-linetable.exp: Same.
4617 * gdb.python/py-type.exp: Same.
4618 * gdb.python/py-value-cc.exp: Same.
4619 * gdb.python/py-value.exp: Same.
4620
10e79639
YQ
46212014-11-28 Yao Qi <yao@codesourcery.com>
4622
4623 * gdb.base/break-probes.exp: Match library name prefixed with
4624 sysroot.
4625
f28a0564
SM
46262014-11-27 Simon Marchi <simon.marchi@ericsson.com>
4627
4628 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
4629 test expected output. Add parentheses for the call to print.
4630 Remove L suffix from integers.
4631
3fe1ce1d
DE
46322014-11-26 Doug Evans <dje@google.com>
4633
4634 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
4635
84429e27
YQ
46362014-11-22 Yao Qi <yao@codesourcery.com>
4637
4638 * gdb.trace/entry-values.c: Remove asms.
4639 (foo): Add foo_label.
4640 (bar): Add bar_label.
4641 * gdb.trace/entry-values.exp: Remove code computing foo's
4642 length and bar's length.
4643 (Dwarf::assemble): Invoke function_range for bar and use
4644 MACRO_AT_func for foo.
4645
26741859
YQ
46462014-11-22 Yao Qi <yao@codesourcery.com>
4647
4648 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
4649 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
4650 Use .Lgcc43_procstart instead of gcc43.
4651
45e44d27
JB
46522014-11-21 Joel Brobecker <brobecker@adacore.com>
4653
4654 * gdb.ada/n_arr_bound: New testcase.
4655
458c8db8
SDJ
46562014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
4657
4658 PR breakpoints/10737
4659 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
4660 test_catch_syscall_multi_arch.
4661 (test_catch_syscall_multi_arch): New function.
4662
43f3e411
DE
46632014-11-20 Doug Evans <xdje42@gmail.com>
4664
4665 * gdb.base/maint.exp: Update expected output.
4666
0d7b2549
AA
46672014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4668
4669 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
4670 4-byte instruction on S390.
4671
8908fca5
JB
46722014-11-19 Joel Brobecker <brobecker@adacore.com>
4673
4674 * gdb.ada/arr_arr: New testcase.
4675
4a46959e
JB
46762014-11-19 Joel Brobecker <brobecker@adacore.com>
4677
4678 * gdb.ada/pkd_arr_elem: New Testcase.
4679
470e2f4e
LM
46802014-11-18 Luis Machado <lgustavo@codesourcery.com>
4681
4682 * gdb.reverse/break-precsave: Expect completion message for
4683 core file reads.
4684 * gdb.reverse/consecutive-precsave.exp: Likewise.
4685 * gdb.reverse/finish-precsave.exp: Likewise.
4686 * gdb.reverse/i386-precsave.exp: Likewise.
4687 * gdb.reverse/machinestate-precsave.exp: Likewise.
4688 * gdb.reverse/sigall-precsave.exp: Likewise.
4689 * gdb.reverse/solib-precsave.exp: Likewise.
4690 * gdb.reverse/step-precsave.exp: Likewise.
4691 * gdb.reverse/until-precsave.exp: Likewise.
4692 * gdb.reverse/watch-precsave.exp: Likewise.
4693
a267f3ad
AA
46942014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4695
4696 * gdb.base/bp-permanent.c: Include unistd.h.
4697 * gdb.python/py-framefilter-mi.c (main): Add return type.
4698 * gdb.python/py-framefilter.c (main): Likewise.
4699 * gdb.trace/actions-changed.c (main): Likewise.
4700
12084a9a
AA
47012014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4702
4703 * gdb.mi/until.c: Add eye-catchers.
4704 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
4705 line numbers.
4706
dc7e1a77
AA
47072014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4708
4709 * gdb.base/condbreak.exp: Drop references to removed non-prototype
4710 function header variants in break1.c.
4711 * gdb.base/ena-dis-br.exp: Likewise.
4712 * gdb.base/hbreak2.exp: Likewise.
4713 * gdb.reverse/until-precsave.exp: Drop references to removed
4714 non-prototype function header variants in ur1.c.
4715 * gdb.reverse/until-reverse.exp: Likewise.
4716
41c77605
PM
47172014-11-17 Petr Machata <pmachata@redhat.com>
4718
4719 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
4720 ${_cu_offset_size} bytes abbrev offset.
4721
34248c3a
DE
47222014-11-15 Doug Evans <xdje42@gmail.com>
4723
4724 PR symtab/17559
4725 * gdb.base/line-symtabs.exp: New file.
4726 * gdb.base/line-symtabs.c: New file.
4727 * gdb.base/line-symtabs.h: New file.
4728
646da059
YQ
47292014-11-14 Yao Qi <yao@codesourcery.com>
4730
4731 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
4732 (func): Add label func_label.
4733 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
4734 Replace low_pc and high_pc with MACRO_AT_range.
4735 Replace name, low_pc and high_pc with MACRO_AT_func.
4736
9301ebe6
YQ
47372014-11-14 Yao Qi <yao@codesourcery.com>
4738
4739 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
4740 Replace name, low_pc and high_pc with MACRO_AT_func.
4741
f166b542
YQ
47422014-11-14 Yao Qi <yao@codesourcery.com>
4743
4744 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
4745 produce debug information.
4746 * gdb.dwarf2/implptr-optimized-out.S: Removed.
4747
0f6e71e3
YQ
47482014-11-14 Yao Qi <yao@codesourcery.com>
4749
4750 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
4751 object and get function length.
4752 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
4753 with MACRO_AT_func.
4754 (top-level): Replace gdb_compile and clean_restart with
4755 prepare_for_testing.
4756 * gdb.dwarf2/main.c (main): Add label main_label.
4757
876c4df9
YQ
47582014-11-14 Yao Qi <yao@codesourcery.com>
4759
4760 * lib/dwarf.exp (function_range): New procedure.
4761 (Dwarf::_handle_macro_at_func): New procedure.
4762 (Dwarf::_handle_macro_at_range): New procedure.
4763 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
4764
02ad9cf1
YQ
47652014-11-14 Yao Qi <yao@codesourcery.com>
4766
4767 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
4768 (_handle_attribute): New procedure.
4769
a59add0c
AA
47702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4771
4772 * gdb.ada/cond_lang/foo.c (callme): Add return type.
4773 * gdb.base/call-sc.c (zed): Likewise.
4774 * gdb.base/checkpoint.c (main): Likewise.
4775 * gdb.base/dump.c (main): Likewise.
4776 * gdb.base/gcore.c (main): Likewise.
4777 * gdb.base/huge.c (main): Likewise.
4778 * gdb.base/multi-forks.c (main): Likewise.
4779 * gdb.base/pr10179-a.c (main): Likewise.
4780 * gdb.base/savedregs.c (main): Likewise.
4781 * gdb.base/sigaltstack.c (main): Likewise.
4782 * gdb.base/siginfo.c (main): Likewise.
4783 * gdb.base/structs.c (zed): Likewise.
4784 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
4785 * gdb.mi/mi-syn-frame.c (main): Likewise.
4786 * gdb.mi/until.c (foo, main): Likewise.
4787 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
4788 * gdb.base/solib-weak.c (foo): Declare.
4789 * gdb.base/attach-twice.c: Include stdio.h.
4790 * gdb.base/weaklib1.c: Likewise.
4791 * gdb.base/weaklib2.c: Likewise.
4792 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
4793 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
4794 unistd.h.
4795 * gdb.base/attach-pie-misread.c: Include stdlib.h.
4796 * gdb.mi/mi-exit-code.c: Likewise.
4797 * gdb.base/break-interp-lib.c: Include string.h.
4798 * gdb.base/coremaker.c: Likewise.
4799 * gdb.base/testenv.c: Likewise.
4800 * gdb.python/py-finish-breakpoint.c: Likewise.
4801 * gdb.base/inferior-died.c: Include sys/wait.h.
4802 * gdb.base/fileio.c: Include time.h.
4803 * gdb.base/async-shell.c: Include unistd.h.
4804 * gdb.base/dprintf-non-stop.c: Likewise.
4805 * gdb.base/info-os.c: Likewise.
4806 * gdb.mi/mi-console.c: Likewise.
4807 * gdb.mi/watch-nonstop.c: Likewise.
4808 * gdb.python/py-events.c: Likewise.
4809 * gdb.base/async.c (baz): Move up before its invocation.
4810 * gdb.base/code_elim2.c (my_global_func): Likewise.
4811 * gdb.base/skip-solib-lib.c (multiply): Likewise.
4812 * gdb.base/advance.c (func2): Likewise.
4813
3b5d5997
AA
48142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4815
4816 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
4817 variant.
4818 * gdb.base/annota3.c: Likewise.
4819 * gdb.base/async.c: Likewise.
4820 * gdb.base/average.c: Likewise.
4821 * gdb.base/call-ar-st.c: Likewise.
4822 * gdb.base/call-rt-st.c: Likewise.
4823 * gdb.base/call-sc.c: Likewise.
4824 * gdb.base/call-strs.c: Likewise.
4825 * gdb.base/ending-run.c: Likewise.
4826 * gdb.base/execd-prog.c: Likewise.
4827 * gdb.base/exprs.c: Likewise.
4828 * gdb.base/foll-exec.c: Likewise.
4829 * gdb.base/foll-fork.c: Likewise.
4830 * gdb.base/foll-vfork.c: Likewise.
4831 * gdb.base/funcargs.c: Likewise.
4832 * gdb.base/gcore.c: Likewise.
4833 * gdb.base/jump.c: Likewise.
4834 * gdb.base/langs0.c: Likewise.
4835 * gdb.base/langs1.c: Likewise.
4836 * gdb.base/langs2.c: Likewise.
4837 * gdb.base/mips_pro.c: Likewise.
4838 * gdb.base/nodebug.c: Likewise.
4839 * gdb.base/opaque0.c: Likewise.
4840 * gdb.base/opaque1.c: Likewise.
4841 * gdb.base/recurse.c: Likewise.
4842 * gdb.base/run.c: Likewise.
4843 * gdb.base/scope0.c: Likewise.
4844 * gdb.base/scope1.c: Likewise.
4845 * gdb.base/setshow.c: Likewise.
4846 * gdb.base/setvar.c: Likewise.
4847 * gdb.base/shmain.c: Likewise.
4848 * gdb.base/shr1.c: Likewise.
4849 * gdb.base/shr2.c: Likewise.
4850 * gdb.base/sigall.c: Likewise.
4851 * gdb.base/signals.c: Likewise.
4852 * gdb.base/so-indr-cl.c: Likewise.
4853 * gdb.base/solib2.c: Likewise.
4854 * gdb.base/structs.c: Likewise.
4855 * gdb.base/sum.c: Likewise.
4856 * gdb.base/vforked-prog.c: Likewise.
4857 * gdb.base/watchpoint.c: Likewise.
4858 * gdb.reverse/shr2.c: Likewise.
4859 * gdb.reverse/until-reverse.c: Likewise.
4860 * gdb.reverse/ur1.c: Likewise.
4861 * gdb.reverse/watch-reverse.c: Likewise.
4862
066a77c5
AA
48632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4864
4865 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
4866 variant.
4867 * gdb.base/sepdebug.exp: Drop references to removed code.
4868
4f204ea5
AA
48692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4870
4871 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
4872 variant. Preserve original line numbering.
4873 * gdb.base/list1.c: Likewise.
4874
3b377a3a
AA
48752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4876
4877 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
4878 variant.
4879 * gdb.base/break1.c: Likewise.
4880 * gdb.base/break.exp: Drop references to removed code.
4881
e444df73
AA
48822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4883
4884 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
4885 variant.
4886
8008f2a7
AA
48872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4888
4889 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
4890
a5a06887
AA
48912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4892
4893 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
4894 logic into perform_all_tests() and invoke it with and without
4895 function header prototypes.
4896 (do_function_calls): Remove conditional XFAIL for PR 5318.
4897 (rerun_and_prepare): Remove duplicate code.
4898 (perform_all_tests): New. Main logic moved here.
4899
44dba9b9
AA
49002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4901
4902 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
4903 code guarded by #ifdef NO_PROTOTYPES.
4904 (t_double_many_args): Likewise.
4905 (DEF_FUNC_MANY_ARGS_1): Likewise.
4906 (DEF_FUNC_VALUES_1): Likewise.
4907 (t_structs_ldc): Renamed from t_structs_fc in conditional code
4908 guarded by #ifdef PROTOTYPES.
4909
d1fbcd56
AA
49102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4911
4912 * gdb.mi/mi-console.c: Add eye-catcher.
4913 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
4914 instead of literal line number.
4915
b0e59b8f
AA
49162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4917
4918 * gdb.base/shr2.c: Add eye-catcher.
4919 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
4920 line number.
4921
78f98cca
AA
49222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4923
4924 * gdb.base/jump.c: Add eye-catchers.
4925 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
4926 numbers.
4927
58fa2af0
AA
49282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4929
4930 * gdb.base/execd-prog.c: Add eye-catchers.
4931 * gdb.base/foll-exec.c: Likewise.
4932 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
4933 line numbers.
4934
04e5059b
AA
49352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4936
4937 * gdb.base/ending-run.c: Add eye-catchers.
4938 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
4939 literal line numbers.
4940
dbfdb174
AA
49412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4942
4943 * gdb.base/call-rt-st.c: Add eye-catchers.
4944 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
4945 literal line numbers.
4946
888a2ade
AA
49472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4948
4949 * gdb.base/call-ar-st.c: Add eye-catchers.
4950 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
4951 literal line numbers.
4952
6acc2dde
AA
49532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4954
4955 * gdb.base/average.c: Add eye-catchers.
4956 * gdb.base/sum.c: Likewise.
4957 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
4958 regexps dynamically.
4959
9ecfcd1d
AA
49602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4961
4962 * gdb.base/solib1.c: Add eye-catchers.
4963 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
4964 literal line numbers.
4965
78708b7c
PA
49662014-11-12 Pedro Alves <palves@redhat.com>
4967
4968 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
4969 leader has exited.
4970
af48d08f
PA
49712014-11-12 Pedro Alves <palves@redhat.com>
4972
4973 * gdb.arch/i386-bp_permanent.c: New file.
4974 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
4975 (srcfile): Set to i386-bp_permanent.c.
4976 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
4977 that stepi does not execute the 'leave' instruction, instead of
4978 testing it does execute.
4979 * gdb.base/bp-permanent.c: New file.
4980 * gdb.base/bp-permanent.exp: New file.
4981
af3768e9
DE
49822014-11-10 Doug Evans <xdje42@gmail.com>
4983
4984 PR symtab/17564
4985 * gdb.base/symtab-search-order.exp: New file.
4986 * gdb.base/symtab-search-order.c: New file.
4987 * gdb.base/symtab-search-order-1.c: New file.
4988 * gdb.base/symtab-search-order-shlib-1.c: New file.
4989
9de00a4a
PA
49902014-11-07 Pedro Alves <palves@redhat.com>
4991
4992 PR gdb/17511
4993 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
4994 i?86-*-linux*.
4995
e0f52461
SC
49962014-11-03 Siva Chandra Reddy <sivachandra@google.com>
4997
4998 PR c++/17494
4999 * gdb.cp/pr17494.cc: New file.
5000 * gdb.cp/pr17494.exp: New file.
5001
6ce8c980
YQ
50022014-11-02 Yao Qi <yao@codesourcery.com>
5003
5004 * gdb.python/python.exp: Get working directory and match the
5005 output of "set extended-prompt \\w " with it.
5006
02be9a71
DE
50072014-10-30 Doug Evans <dje@google.com>
5008
5009 * gdb.python/py-objfile.exp: Add tests for setting random attributes
5010 in objfiles.
5011 * gdb.python/py-progspace.exp: Add tests for setting random attributes
5012 in progspaces.
5013
3bdff46b
LM
50142014-10-30 Janis Johnson <janisjo@codesourcery.com>
5015
5016 * gdb.base/fullpath-expand.exp: Skip for a remote host.
5017 * gdb.base/realname-expand.exp: Likewise.
5018 * gdb.linespec/macro-relative.exp: Likewise.
5019
ab917dfb
PA
50202014-10-29 Pedro Alves <palves@redhat.com>
5021
5022 PR gdb/17408
5023 * gdb.threads/schedlock.c (some_function): New function.
5024 (call_function): New global.
5025 (MAYBE_CALL_SOME_FUNCTION): New macro.
5026 (thread_function): Call it.
5027 * gdb.threads/schedlock.exp (get_args): Add description parameter,
5028 and use it instead of a global counter. Adjust all callers.
5029 (get_current_thread): Use "find current thread" for test message
5030 here rather than having all callers pass down the same string.
5031 (goto_loop): New procedure, factored out from ...
5032 (my_continue): ... this.
5033 (step_ten_loops): Change parameter from test message to command to
5034 use. Adjust.
5035 (list_count): Delete global.
5036 (check_result): New procedure, factored out from duplicate top
5037 level code.
5038 (continue tests): Wrap in with_test_prefix.
5039 (test_step): New procedure, factored out from duplicate top level
5040 code.
5041 (top level): Test "step" in combination with all scheduler-locking
5042 modes. Test "next" in combination with all scheduler-locking
5043 modes, and in combination with stepping over a function call or
5044 not.
5045 * gdb.threads/next-bp-other-thread.c: New file.
5046 * gdb.threads/next-bp-other-thread.exp: New file.
5047
d3d4baed
PA
50482014-10-29 Pedro Alves <palves@redhat.com>
5049
5050 PR python/17372
5051 * gdb.python/python.exp: Test a multi-line command that spawns
5052 interactive Python.
5053 * gdb.base/multi-line-starts-subshell.exp: New file.
5054
563e8d85
YQ
50552014-10-29 Yao Qi <yao@codesourcery.com>
5056
5057 * gdb.base/fileio.exp: Make directories on host.
5058
0ea4d52e
YQ
50592014-10-29 Yao Qi <yao@codesourcery.com>
5060
5061 * gdb.base/fileio.c (test_write): Close the file.
5062
7f5ef605
PA
50632014-10-28 Pedro Alves <palves@redhat.com>
5064
5065 PR gdb/12623
5066 * gdb.base/sigstep.c (no_handler): New global.
5067 (main): If 'no_handler is true, set the signal handlers to
5068 SIG_IGN.
5069 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
5070 with_sw_watch and no_handler parameters. Handle them.
5071 (top level) <stepping over handler when stopped at a breakpoint
5072 test>: Add a test axis for testing with a software watchpoint, and
5073 another for testing with the signal handler set to SIG_IGN.
5074 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
5075 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
5076
abbdbd03
PA
50772014-10-28 Pedro Alves <palves@redhat.com>
5078
5079 PR gdb/17511
5080 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
5081 * gdb.base/sigstep.exp (other_handler_location): New global.
5082 (advance): Support stepping into the signal handler, and running
5083 commands while in the handler.
5084 (in_handler_map): New global.
5085 (top level): In the advance test, add combinations for getting
5086 into the handler with stepping commands, and for running commands
5087 in the handler. Add comment descripting the advancei tests.
5088
1df4399f
PA
50892014-10-28 Pedro Alves <palves@redhat.com>
5090
5091 * gdb.base/sigstep.exp: Use build_executable instead of
5092 prepare_for_testing.
5093 (top level): Move code that starts GDB, runs to main and creates a
5094 display to ...
5095 (restart): ... this new procedure.
5096 (top level): Move backtrace from signal handler test to ...
5097 (validate_backtrace): ... this new procedure.
5098 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
5099 with_test_prefix. Always restart GDB.
5100 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
5101 with_test_prefix. Always restart GDB. No need to delete
5102 breakpoints after the test.
5103 (test_skip_handler): Remove prefix parameter.
5104 (skip_over_handler, breakpoint_to_handler)
5105 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
5106 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
5107 restart GDB. No need to delete breakpoints after the test.
5108 (top level): Use foreach to call the test procedures with
5109 different commands.
5110
a5b6e449
PA
51112014-10-28 Pedro Alves <palves@redhat.com>
5112
5113 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
5114 instead of GNATS numbers.
5115 * gdb.base/sigbpt.exp: Likewise.
5116 * gdb.base/siginfo.exp: Likewise.
5117 * gdb.base/sigstep.exp: Likewise.
5118
e5f8a7cc
PA
51192014-10-27 Pedro Alves <palves@redhat.com>
5120
5121 * gdb.base/sigstep.c (dummy): New global.
5122 (main): Issue a couple writes to the new global.
5123 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
5124 procedures.
5125 (skip_over_handler): Use test_skip_handler.
5126 (top level): Call skip_over_handler for stepi and nexti too.
5127 (breakpoint_over_handler): Use test_skip_handler.
5128 (top level): Call breakpoint_over_handler for stepi and nexti too.
5129
763905a3
YQ
51302014-10-27 Yao Qi <yao@codesourcery.com>
5131
5132 * gdb.trace/tfile.c (adjust_function_address)
5133 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
5134 function descriptor.
5135
6f259a23
DB
51362014-10-24 Don Breazeal <donb@codesourcery.com>
5137
5138 * gdb.base/foll-fork.exp (test_follow_fork,
5139 catch_fork_child_follow): Check for updated fork messages emitted
5140 from infrun.c.
5141 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
5142 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
5143 vfork_and_exec_child_follow_through_step): Check for updated vfork
5144 messages emitted from infrun.c.
5145
09dd9a69
PA
51462014-10-24 Pedro Alves <palves@redhat.com>
5147
5148 * gdb.base/corefile.exp: Remove references to ultrix.
5149 * gdb.base/interrupt.exp: Likewise.
5150 * gdb.base/whatis.exp: Likewise.
5151 * gdb.gdb/selftest.exp: Likewise.
5152 * gdb.threads/manythreads.exp: Likewise.
5153 * gdb.threads/print-threads.exp: Likewise.
5154 * gdb.threads/pthreads.exp:: Likewise.
5155 * gdb.threads/schedlock.exp: Likewise.
5156
3433cfa5
SC
51572014-10-24 Siva Chandra Reddy <sivachandra@google.com>
5158
5159 * gdb.cp/non-trivial-retval.cc: Add a test case.
5160 * gdb.cp/non-trivial-retval.exp: Add a test.
5161
092f880b
YQ
51622014-10-20 Yao Qi <yao@codesourcery.com>
5163
5164 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
5165 * gdb.python/py-objfile-script-gdb.py: New file.
5166 * gdb.python/py-objfile-script.exp: Update reference to
5167 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
5168 of remote_download. Remove the dest file.
5169
acbdb7f3
YQ
51702014-10-20 Yao Qi <yao@codesourcery.com>
5171
5172 * gdb.base/checkpoint.exp: Don't remove file copied on host.
5173 * gdb.base/step-line.exp: Likewise.
5174 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5175 * gdb.dwarf2/dw2-basic.exp: Likewise.
5176 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5177 * gdb.dwarf2/dw2-filename.exp: Likewise.
5178 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5179 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5180 * gdb.dwarf2/dw2-producer.exp: Likewise.
5181 * gdb.dwarf2/mac-fileno.exp: Likewise.
5182 * gdb.python/py-frame-args.exp: Likewise.
5183 * gdb.python/py-framefilter.exp: Likewise.
5184 * gdb.python/py-mi.exp: Likewise.
5185 * gdb.python/py-objfile-script.exp: Likewise
5186 * gdb.python/py-pp-integral.exp: Likewise.
5187 * gdb.python/py-pp-re-notag.exp: Likewise.
5188 * gdb.python/py-prettyprint.exp: Likewise.
5189 * gdb.python/py-section-script.exp: Likewise.
5190 * gdb.python/py-typeprint.exp: Likewise.
5191 * gdb.python/py-xmethods.exp: Likewise.
5192 * gdb.stabs/weird.exp: Likewise.
5193 * gdb.xml/tdesc-regs.exp: Likewise.
5194
bd286a29
KCY
51952014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
5196
5197 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
5198 (out_cu): Use addr_len for the size of addresses.
5199 (out_line): Likewise. Size DW_LNE_set_address instruction
5200 according to addr_len.
5201 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
5202 (FUNC): Add START_INSNS to definition.
5203
673dc4a0
YQ
52042014-10-18 Yao Qi <yao@codesourcery.com>
5205
5206 * gdb.base/argv0-symlink.exp: Check argv[0] value if
5207 gdb_has_argv0 return true.
5208 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
5209 check [target_info exists noargs], check [gdb_has_argv0]
5210 instead.
5211 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5212 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
5213 procedures.
5214
4ffbba72
DE
52152014-10-17 Doug Evans <dje@google.com>
5216
5217 * gdb.python/py-events.exp: Update expected output for clear_objfiles
5218 event.
5219 * gdb.python/py-events.py: Add clear_objfiles event.
5220
d096d8c1
DE
52212014-10-17 Doug Evans <dje@google.com>
5222
5223 * gdb.python/py-objfile.exp: Test progspace attribute.
5224
a80db015
LM
52252014-10-17 Luis Machado <lgustavo@codesourcery.com>
5226
5227 * gdb.guile/scm-breakpoint.exp: Do not assume any
5228 directory separators when matching source file paths.
5229 * gdb.python/py-breakpoint.exp: Likewise.
5230 * gdb.reverse/break-precsave.exp: Likewise.
5231 * gdb.reverse/break-reverse.exp: Likewise.
5232 * gdb.reverse/consecutive-precsave.exp: Likewise.
5233 * gdb.reverse/finish-precsave.exp: Likewise.
5234 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
5235 * gdb.reverse/finish-reverse.exp: Likewise.
5236 * gdb.reverse/i386-precsave.exp: Likewise.
5237 * gdb.reverse/i387-env-reverse.exp: Likewise.
5238 * gdb.reverse/i387-stack-reverse.exp: Likewise.
5239 * gdb.reverse/machinestate-precsave.exp: Likewise.
5240 * gdb.reverse/machinestate.exp: Likewise.
5241 * gdb.reverse/sigall-precsave.exp: Likewise.
5242 * gdb.reverse/solib-precsave.exp: Likewise.
5243 * gdb.reverse/step-precsave.exp: Likewise.
5244 * gdb.reverse/until-precsave.exp: Likewise.
5245 * gdb.reverse/watch-precsave.exp: Likewise.
5246 * gdb.reverse/watch-reverse.exp: Likewise.
5247
b22089ab
YQ
52482014-10-17 Yao Qi <yao@codesourcery.com>
5249
5250 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
5251 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
5252
6c4486e6
PA
52532014-10-17 Pedro Alves <palves@redhat.com>
5254
5255 PR gdb/17471
5256 * gdb.base/bg-execution-repeat.c: New file.
5257 * gdb.base/bg-execution-repeat.exp: New file.
5258
0ff33695
PA
52592014-10-17 Pedro Alves <palves@redhat.com>
5260
5261 PR gdb/17300
5262 * gdb.base/continue-all-already-running.c: New file.
5263 * gdb.base/continue-all-already-running.exp: New file.
5264
6fdebc3d
PA
52652014-10-17 Pedro Alves <palves@redhat.com>
5266
5267 PR gdb/17472
5268 * gdb.base/annota-input-while-running.c: New file.
5269 * gdb.base/annota-input-while-running.exp: New file.
5270
32a8097b
PA
52712014-10-17 Pedro Alves <palves@redhat.com>
5272
5273 * gdb.base/callfuncs.exp: emove references to osf.
5274 * gdb.base/sigall.exp: Likewise.
5275 * gdb.gdb/selftest.exp: Likewise.
5276 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5277 * gdb.mi/non-stop.c: Likewise.
5278 * gdb.mi/pthreads.c: Likewise.
5279 * gdb.reverse/sigall-precsave.exp: Likewise.
5280 * gdb.reverse/sigall-reverse.exp: Likewise.
5281 * gdb.threads/pthreads.c: Likewise.
5282 * gdb.threads/pthreads.exp: Likewise.
5283
7a3517ff
YQ
52842014-10-17 Yao Qi <yao@codesourcery.com>
5285
5286 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
5287 check 'target_info exists noargs'.
5288 (test_command_prompt_position): Likewise.
5289 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
5290 Remove "set args".
5291 (progvar_simple_while_test): Likewise.
5292 (progvar_complex_if_while_test): Likewise.
5293 (if_while_breakpoint_command_test): Likewise.
5294 (infrun_breakpoint_command_test): Likewise.
5295 (breakpoint_command_test): Likewise.
5296 (watchpoint_command_test): Likewise.
5297 (bp_deleted_in_command_test): Likewise.
5298 (temporary_breakpoint_commands): Likewise.
5299
bb99c472
YQ
53002014-10-16 Yao Qi <yao@codesourcery.com>
5301
5302 * gdb.base/remotetimeout.exp: Remove noargs checking.
5303
7c16b83e
PA
53042014-10-15 Pedro Alves <palves@redhat.com>
5305
5306 PR breakpoints/9649
5307 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
5308 * gdb.base/breakpoint-in-ro-region.exp
5309 (probe_target_hardware_step): New procedure.
5310 (top level): Probe hardware stepping and hardware breakpoint
5311 support. Test stepping through a read-only region, with both
5312 "breakpoint auto-hw" on and off and both "always-inserted" on and
5313 off.
5314
35a49624
IB
53152014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
5316
5317 * gdb.dlang/demangle.exp: Update for demangling changes.
5318
2d1c107c
SC
53192014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5320
5321 * gdb.cp/non-trivial-retval.cc: Add new test cases.
5322 * gdb.cp/non-trivial-retval.exp: Add new tests.
5323
778811d5
SC
53242014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5325
5326 PR c++/13403
5327 PR c++/15154
5328 * gdb.cp/non-trivial-retval.cc: New file.
5329 * gdb.cp/non-trivial-retval.exp: New file.
5330
10c5f0a8
YQ
53312014-10-15 Yao Qi <yao@codesourcery.com>
5332
5333 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
5334 remote host.
5335
65d7b369
YQ
53362014-10-15 Yao Qi <yao@codesourcery.com>
5337
5338 * gdb.python/py-symbol.exp: Match file base name if host is
5339 remote, otherwise match file name with dir name.
5340 * gdb.python/py-symtab.exp: Likewise.
5341 * gdb.python/python.exp: Likewise.
5342
46dc1394
YQ
53432014-10-15 Yao Qi <yao@codesourcery.com>
5344
5345 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
5346 pattern.
5347 * gdb.python/py-symtab.exp: Likewise.
5348 * gdb.python/python.exp: Remove trailing ".*". Fix typo
5349 locationn.
5350
c40cc657
JB
53512014-10-14 Joel Brobecker <brobecker@adacore.com>
5352
5353 * gdb.ada/addr_arith: New testcase.
5354
2abf49e1
MR
53552014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
5356
5357 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
5358 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
5359 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
5360 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
5361
f7088df3
SDJ
53622014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
5363
5364 * gdb.arch/stap-eval-lang-ada.S: Likewise.
5365 * gdb.arch/stap-eval-lang-ada.c: Likewise.
5366 * gdb.arch/stap-eval-lang-ada.exp: New file.
5367
4dc06805
YQ
53682014-10-14 Yao Qi <yao@codesourcery.com>
5369
5370 * gdb.mi/mi-var-child.c (nothing1): New function.
5371 (nothing2): New function.
5372 (do_children_tests): Set function pointers by nothing1 and
5373 nothing2.
5374 * gdb.mi/mi-var-child.exp: Step over new added statements.
5375 Update test to match the new output.
5376 * gdb.mi/var-cmd.c (nothing1): New function.
5377 (nothing2): New function.
5378 (do_children_tests): Set function pointers by nothing1 and
5379 nothing2.
5380 * gdb.mi/mi-var-display.exp: Update test to match output.
5381 Step to the line specified by $line_dct_nothing.
5382 Increase the number of lines to step.
5383
46a93de2
YQ
53842014-10-14 Yao Qi <yao@codesourcery.com>
5385
5386 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
5387 tests.
5388 * gdb.mi/mi2-var-child.exp: Likewise.
5389
14ea52ee
DE
53902014-10-13 Doug Evans <dje@google.com>
5391
5392 * gdb.python/py-objfile.exp: Change name of file name test.
5393
e5c6e92b
DE
53942014-10-13 Doug Evans <dje@google.com>
5395
5396 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
5397 from the start of the CU.
5398
c780cc2f
JK
53992014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5400 Yao Qi <yao@codesourcery.com>
5401
5402 Fix "save breakpoints" for "catch" command.
5403 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
5404 Remove -nonewline. Match also the added "main" line.
5405
99894e11
JK
54062014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5407
5408 Fix "save breakpoints" for "disable $bpnum" command.
5409 * gdb.base/save-bp.c (main): Add label.
5410 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
5411
6e1ac5a3
JK
54122014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5413
5414 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
5415
754dd2b0
YQ
54162014-10-11 Yao Qi <yao@codesourcery.com>
5417
5418 * gdb.server/server-kill.exp: Execute command
5419 "set remote trace-status-packet on" before "tstatus".
5420
f90183d7
YQ
54212014-10-11 Yao Qi <yao@codesourcery.com>
5422
5423 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
5424 (main): Call getppid.
5425 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
5426 and continue to it. Read variable "server_pid".
5427
bf40a607
YQ
54282014-10-11 Yao Qi <yao@codesourcery.com>
5429
5430 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
5431
052ca370
YQ
54322014-10-11 Yao Qi <yao@codesourcery.com>
5433
5434 * gdb.threads/thread-find.exp: Don't execute command
5435 "info threads".
5436 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
5437 * gdb.threads/linux-dp.exp: Don't check the condition
5438 $threads_created equals to zero.
5439
3831839c
PA
54402014-10-10 Pedro Alves <palves@redhat.com>
5441
5442 * gdb.base/bigcore.exp: Remove references to IRIX.
5443 * gdb.base/funcargs.exp: Likewise.
5444 * gdb.base/interrupt.exp: Likewise.
5445 * gdb.base/mips_pro.exp: Likewise.
5446 * gdb.base/nodebug.exp: Likewise.
5447 * gdb.base/setvar.exp: Likewise.
5448 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
5449
8b9a549d
PA
54502014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5451 Pedro Alves <palves@redhat.com>
5452
5453 PR symtab/14466
5454 * gdb.base/vdso-warning.c: New file.
5455 * gdb.base/vdso-warning.exp: New file.
5456
d48ba5e8
DE
54572014-10-02 Doug Evans <dje@google.com>
5458
5459 * gdb.base/structs.c (main): Don't run forever.
5460
2278c276
PA
54612014-10-02 Pedro Alves <palves@redhat.com>
5462
5463 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
5464 (top level) <stop threads 1, stop threads 2>: Use it.
5465
b57bacec
PA
54662014-10-02 Pedro Alves <palves@redhat.com>
5467
5468 * gdb.threads/break-while-running.exp (test): Add new
5469 'update_thread_list' argument. Skip "info threads" if false.
5470 (top level): Add new 'update_thread_list' axis.
5471
13fd3ff3
PA
54722014-10-02 Pedro Alves <palves@redhat.com>
5473
5474 PR breakpoints/17431
5475 * gdb.base/execl-update-breakpoints.c: New file.
5476 * gdb.base/execl-update-breakpoints.exp: New file.
5477
0fec99e8
PA
54782014-10-01 Pedro Alves <palves@redhat.com>
5479
5480 * gdb.base/breakpoint-in-ro-region.c: New file.
5481 * gdb.base/breakpoint-in-ro-region.exp: New file.
5482
2ddf4301
SM
54832014-10-01 Simon Marchi <simon.marchi@ericsson.com>
5484
5485 * gdb.mi/mi-exit-code.exp: New file.
5486 * gdb.mi/mi-exit-code.c: New file.
5487
6a5f3f43
YQ
54882014-09-30 Yao Qi <yao@codesourcery.com>
5489
5490 * lib/prelink-support.exp (build_executable_own_libs): Error if
5491 the target isn't native.
5492
345bcc73
YQ
54932014-09-30 Yao Qi <yao@codesourcery.com>
5494
5495 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
5496 false.
5497
a25a5a45
PA
54982014-09-22 Pedro Alves <palves@redhat.com>
5499
5500 * gdb.threads/break-while-running.exp: New file.
5501 * gdb.threads/break-while-running.c: New file.
5502
00ba3162
YQ
55032014-09-19 Yao Qi <yao@codesourcery.com>
5504
5505 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
5506 Invoke test. Restart GDB with --readnow and invoke test again.
5507
c3b7b696
YQ
55082014-09-19 Yao Qi <yao@codesourcery.com>
5509
5510 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
5511 proc set_breakpoint_on_gcd_function. Invoke
5512 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
5513 invoke set_breakpoint_on_gcd_function again.
5514
2b4fd423
DE
55152014-09-18 Doug Evans <dje@google.com>
5516
5517 * gdb.dwarf2/symtab-producer.exp: New file.
5518
a5947601
SDJ
55192014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5520
5521 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
5522 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
5523 * gdb.base/global-var-nested-by-dso.c: Likewise.
5524 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5525
91c19059
SDJ
55262014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5527 Pedro Alves <palves@redhat.com>
5528
5529 * gdb.base/watch-bitfields.exp: Pass string other than test file
5530 name to prepare_for_testing.
5531 (watch): New procedure.
5532 (expect_watchpoint): Use with_test_prefix.
5533 (top level): Factor out tests to ...
5534 (test_watch_location, test_regular_watch): ... these new
5535 procedures, and use with_test_prefix and gdb_continue_to_end.
5536
bb9d5f81
PP
55372014-09-16 Patrick Palka <patrick@parcs.ath.cx>
5538
5539 PR breakpoints/12526
5540 * gdb.base/watch-bitfields.exp: New file.
5541 * gdb.base/watch-bitfields.c: New file.
5542
635856f5
PA
55432014-09-16 Pedro Alves <palves@redhat.com>
5544
5545 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
5546 software and hardware addresses, not software address against
5547 itself.
5548
7280ceea
PA
55492014-09-16 Pedro Alves <palves@redhat.com>
5550
5551 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
5552 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
5553
428b16bd
PA
55542014-09-16 Pedro Alves <palves@redhat.com>
5555
5556 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
5557 files.
5558 * gdb.base/a2-run.exp: Remove all code guarded by istarget
5559 "*-*-vxworks*" throughout.
5560 * gdb.base/break.exp: Likewise.
5561 * gdb.base/default.exp: Likewise.
5562 * gdb.base/scope.exp: Likewise.
5563 * gdb.base/sepdebug.exp: Likewise.
5564 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
5565 throughout.
5566 * gdb.base/run.c: Likewise.
5567 * gdb.base/sepdebug.c: Likewise.
5568 * gdb.hp/gdb.aCC/run.c: Likewise.
5569 * gdb.reverse/until-reverse.c: Likewise.
5570 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
5571
666d413c
YQ
55722014-09-16 Yao Qi <yao@codesourcery.com>
5573
5574 * boards/local-remote-host-native.exp: New file.
5575
57cbd724
DE
55762014-09-14 Doug Evans <xdje42@gmail.com>
5577
5578 * gdb.threads/queue-signal.c (thread_count): New variable.
5579 (thread_count_mutex, thread_count_condvar): New variables.
5580 (incr_thread_count, wait_all_threads_running): New functions.
5581 (main): Wait for all threads to be in their thread functions.
5582
81219e53
DE
55832014-09-13 Doug Evans <xdje42@gmail.com>
5584
5585 * gdb.threads/queue-signal.c: New file.
5586 * gdb.threads/queue-signal.exp: New file.
5587
3714cea7
DE
55882014-09-13 Doug Evans <xdje42@gmail.com>
5589
5590 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
5591 be consistent with what default_gdb_init uses.
5592 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
5593 the plain text of the prompt. Add some logging printfs.
5594 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
5595
fa43b1d7
PA
55962014-09-12 Pedro Alves <palves@redhat.com>
5597
5598 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
5599 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
5600 * gdb.arch/i386-size-overlap.exp: Likewise.
5601 * gdb.arch/i386-size.exp: Likewise.
5602 * gdb.arch/i386-unwind.exp: Likewise.
5603 * gdb.base/a2-run.exp: Likewise.
5604 * gdb.base/break.exp: Likewise.
5605 * gdb.base/charset.exp: Likewise.
5606 * gdb.base/chng-syms.exp: Likewise.
5607 * gdb.base/commands.exp: Likewise.
5608 * gdb.base/dbx.exp: Likewise.
5609 * gdb.base/find.exp: Likewise.
5610 * gdb.base/funcargs.exp: Likewise.
5611 * gdb.base/jit-simple.exp: Likewise.
5612 * gdb.base/reread.exp: Likewise.
5613 * gdb.base/sepdebug.exp: Likewise.
5614 * gdb.base/step-bt.exp: Likewise.
5615 * gdb.cp/mb-inline.exp: Likewise.
5616 * gdb.cp/mb-templates.exp: Likewise.
5617 * gdb.objc/basicclass.exp: Likewise.
5618 * gdb.threads/killed.exp: Likewise.
5619
9d9bf2df
EBM
56202014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5621
5622 PR tdep/17379
5623 * gdb.arch/powerpc-stackless.S: New file.
5624 * gdb.arch/powerpc-stackless.exp: New file.
5625
1cf2f1b0
JK
56262014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5627
5628 * gdb.base/attach.c: Include unistd.h.
5629 (main): Call alarm. Add label postloop.
5630 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
5631 gdb_breakpoint, gdb_continue_to_breakpoint.
5632 (test_command_line_attach_run): Kill ${testpid} in one exit path.
5633
98880d46
PA
56342014-09-11 Pedro Alves <palves@redhat.com>
5635
5636 PR gdb/17347
5637 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
5638 * gdb.base/attach.exp (test_command_line_attach_run): New
5639 procedure.
5640 (top level): Call it.
5641
4c92ff2c
PA
56422014-09-11 Pedro Alves <palves@redhat.com>
5643
5644 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
5645 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
5646 (do_command_attach_tests): Use spawn_wait_for_attach.
5647 * gdb.base/solib-overlap.exp: Likewise.
5648 * gdb.multi/multi-attach.exp: Likewise.
5649 * gdb.python/py-prompt.exp: Likewise.
5650 * gdb.python/py-sync-interp.exp: Likewise.
5651 * gdb.server/ext-attach.exp: Likewise.
5652
3adc1a7d
GKB
56532014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
5654
5655 * gdb.fortran/array-element.exp: Remove unexpected "continue"
5656 command in testcase. Simplify testcase.
5657
96334934
JB
56582014-09-10 Joel Brobecker <brobecker@adacore.com>
5659
5660 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
5661
eb479039
JB
56622014-09-10 Joel Brobecker <brobecker@adacore.com>
5663
5664 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
5665
deede10c
JB
56662014-09-10 Joel Brobecker <brobecker@adacore.com>
5667
5668 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
5669
7828a5f5
JB
56702014-09-10 Joel Brobecker <brobecker@adacore.com>
5671
5672 * gdb.dwarf2/dynarr-ptr.c: New file.
5673 * gdb.dwarf2/dynarr-ptr.exp: New file.
5674
33aeebcf
MR
56752014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5676
5677 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
5678 of 30 rather than hardcoding 120 for a slow test case. Take the
5679 `gdb,timeout' target setting into account for this calculation.
5680 Don't extend the timeout for the test cases that don't need it.
5681
7b415901
MR
56822014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5683
5684 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
5685 a factor of 2 for a slow test case. Take the `gdb,timeout'
5686 target setting into account for this calculation.
5687 * gdb.reverse/until-precsave.exp: Increase the timeout by
5688 a factor of 15 and 3 respectively rather than adding 120
5689 for a pair of slow test cases. Take the `gdb,timeout'
5690 target setting into account for this calculation.
5691
4a40f85a
MR
56922014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5693
5694 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
5695 timeout, don't pass one down to gdb_expect.
5696 (gdb_expect): Rework timeout selection.
5697
09635af7
MR
56982014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5699
5700 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
5701 exception on timeout.
5702 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
5703 (gdbserver_start_extended): Catch any `gdbserver_start' error
5704 exceptions.
5705 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
5706 * lib/mi-support.exp (mi_gdb_target_load): Catch any
5707 `gdbserver_gdb_load' error exceptions.
5708
2bdd10b7
MR
57092014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5710
5711 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
5712 120 on waiting for the TCP socket to open.
5713
316935f0
DE
57142014-09-09 Doug Evans <xdje42@gmail.com>
5715
5716 * gdb.base/default.exp (show_conv_list): Add _caller_is,
5717 _caller_matches, _any_caller_is, _any_caller_matches.
5718
83740597
DE
57192014-09-09 Doug Evans <xdje42@gmail.com>
5720
5721 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
5722
4c122fc3
YQ
57232014-09-09 Yao Qi <yao@codesourcery.com>
5724
5725 * gdb.mi/mi-var-display.exp: Set print symbol off.
5726
a9f116cb
GKB
57272014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
5728
5729 PR gdb/17035
5730 * gdb.base/commands.exp: Add tests to verify user-defined
5731 commands with empty bodies.
5732 * gdb.python/py-cmd.exp: Test that we don't show user-defined
5733 python commands in `show user command`.
5734 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
5735 scheme commands in `show user command`.
5736
c75bd3a2
JK
57372014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5738
5739 PR python/17355
5740 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
5741 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
5742 * gdb.python/py-framefilter-invalidarg.exp: New file.
5743 * gdb.python/py-framefilter-invalidarg.py: New file.
5744
faa42425
DE
57452014-09-06 Doug Evans <xdje42@gmail.com>
5746
5747 PR 15276
5748 * gdb.python/py-caller-is.c: New file.
5749 * gdb.python/py-caller-is.exp: New file.
5750
474ca4f6
SDJ
57512014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
5752
5753 PR gdb/17235
5754 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
5755 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
5756
eb0b0463
SDJ
57572014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
5758
5759 PR fortran/17237
5760 * gdb.fortran/print-formatted.exp: New file.
5761 * gdb.fortran/print-formatted.f90: Likewise.
5762
5f3b99cf
SS
57632014-09-03 Sasha Smundak <asmundak@google.com>
5764
5765 * gdb.python/py-frame.exp: Test Frame.read_register.
5766
7d793aa9
SDJ
57672014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
5768
5769 PR python/16699
5770 * gdb.python/py-completion.exp: New file.
5771 * gdb.python/py-completion.py: Likewise.
5772
fb0576e9
DE
57732014-08-28 Doug Evans <dje@google.com>
5774
5775 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
5776 eax,etc. are live with values set by gdb and thus the compiler can't
5777 use them.
5778 * gdb.arch/i386-pseudo.c (main): Ditto.
5779
ee92b0dd
DE
57802014-08-27 Doug Evans <dje@google.com>
5781
5782 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
5783
6649db35
DE
57842014-08-25 Doug Evans <dje@google.com>
5785
5786 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
5787 (main): Ditto.
5788
564b7600
DE
57892014-08-25 Doug Evans <dje@google.com>
5790
5791 * gdb.threads/thread-execl.exp: #include <stdio.h>.
5792
3881fb67
YQ
57932014-08-24 Yao Qi <yao@codesourcery.com>
5794
5795 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
5796 symbol off.
5797 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
5798
a05a36a5
DE
57992014-08-22 Doug Evans <dje@google.com>
5800
5801 PR 17276
5802 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
5803 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
5804 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
5805
7c343b48
YQ
58062014-08-22 Yao Qi <yao@codesourcery.com>
5807
5808 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
5809 * gdb.python/py-finish-breakpoint2.exp: Likewise.
5810 * gdb.python/python.exp: Likewise. Use .py file on the host
5811 instead of the build.
5812
22fd09ae
JK
58132014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5814
5815 * gdb.threads/gcore-stale-thread.c: New file.
5816 * gdb.threads/gcore-stale-thread.exp: New file.
5817
a8454a7c
PA
58182014-08-21 Pedro Alves <palves@redhat.com>
5819
5820 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
5821 * gdb.base/gcore-relro-pie.exp: Likewise.
5822 * gdb.base/gcore-relro.exp: Likewise.
5823 * gdb.base/gcore.exp: Likewise.
5824 * gdb.base/print-symbol-loading.exp: Likewise.
5825 * gdb.threads/gcore-thread.exp: Likewise.
5826 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
5827
2a31c623
PA
58282014-08-20 Pedro Alves <palves@redhat.com>
5829 Jan Kratochvil <jan.kratochvil@redhat.com>
5830
5831 * Makefile.in (EXTRA_RULES, CC): New variables, get from
5832 configure.
5833 (EXPECT): Handle READ1 being set.
5834 (all): Depend on EXTRA_RULES.
5835 (check-read1, expect-read1, read1.so, read1): New rules.
5836 * README (Testsuite Parameters): Document the READ1 make variable.
5837 (Race detection): New section.
5838 * configure: Regenerate.
5839 * configure.ac: If build==host==target, and running under a
5840 GNU/glibc system, add read1 to the extra Makefile rules.
5841 (EXTRA_RULES): AC_SUBST it.
5842 * lib/read1.c: New file.
5843
d36430db
JB
58442014-08-20 Joel Brobecker <brobecker@adacore.com>
5845
5846 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
5847 the handling of variables declared as a typedef to an array
5848 which a DW_AT_data_location attribute.
5849
9a0dc9e3
PA
58502014-08-19 Andrew Burgess <aburgess@broadcom.com>
5851 Pedro Alves <palves@redhat.com>
5852
5853 PR symtab/14604
5854 PR symtab/14605
5855 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
5856 gdb_test.
5857
0718a8da
PA
58582014-08-19 Pedro Alves <palves@redhat.com>
5859
5860 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
5861
13b448cd
YQ
58622014-08-19 Yao Qi <yao@codesourcery.com>
5863
5864 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
5865 right line.
5866
1cbf5077
DB
58672014-08-18 David Blaikie <dblaikie@gmail.com>
5868
5869 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
5870
bf0fae19
JB
58712014-08-18 Joel Brobecker <brobecker@adacore.com>
5872
5873 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
5874 attribute in array range.
5875
3c8c5dcc
JB
58762014-08-18 Joel Brobecker <brobecker@adacore.com>
5877
5878 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
5879
e66d4446
SC
58802014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5881
5882 PR c++/17132
5883 * gdb.cp/pr17132.cc: New file.
5884 * gdb.cp/pr17132.exp: New file.
5885
940df408
SC
58862014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5887
5888 * gdb.python/py-xmethods.py (A_getarrayind)
5889 (E_method_char_worker.__call__, E_method_int_worker.__call__):
5890 Use 'print' with function call syntax.
5891 (E_method_matcher.match): Fix tab vs space indentation mixup.
5892
ebcc6c3a
YQ
58932014-08-15 Yao Qi <yao@codesourcery.com>
5894
5895 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
5896 false.
5897
775e0f04
YQ
58982014-08-15 Yao Qi <yao@codesourcery.com>
5899
5900 * gdb.cp/casts.exp: Set print symbol off.
5901 * gdb.cp/class2.exp: Likewise.
5902 * gdb.cp/overload.exp: Likewise.
5903 * gdb.cp/templates.exp: Likewise.
5904
d769e349
DE
59052014-08-11 Doug Evans <dje@google.com>
5906
5907 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5908 (test_load_shlib): Update.
5909
20c6f1e1
YQ
59102014-08-09 Yao Qi <yao@codesourcery.com>
5911
5912 * gdb.base/display.exp: Invoke is_address_zero_readable.
5913 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
5914 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5915 * gdb.base/hbreak-unmapped.exp: Return if
5916 is_address_zero_readable returns true.
5917 * gdb.base/signest.exp: Likewise.
5918 * gdb.base/signull.exp: Likewise.
5919 * gdb.base/sigbpt.exp: Likewise.
5920 * gdb.guile/scm-disasm.exp: Do the test if
5921 is_address_zero_readable returns false.
5922 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
5923 * gdb.python/py-arch.exp: Likewise.
5924 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
5925 * lib/gdb.exp (is_address_zero_readable): New proc.
5926
5792e8e3
YQ
59272014-08-09 Yao Qi <yao@codesourcery.com>
5928
5929 PR testsuite/13443
5930 * gdb.mi/mi-var-display.exp: Make test messages unique.
5931
3cecbbbe
TT
59322014-08-04 Tom Tromey <tromey@redhat.com>
5933
5934 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
5935 target 0".
5936
00b51ff5
TT
59372014-08-04 Tom Tromey <tromey@redhat.com>
5938
5939 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
5940 "target_resume".
5941
6908c509
JB
59422014-08-01 Joel Brobecker <brobecker@adacore.com>
5943
5944 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
5945 inner_vla_struct_object_size.
5946 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
5947 as xfail.
5948
cc6563d2
PA
59492014-07-30 Pedro Alves <palves@redhat.com>
5950
5951 * gdb.threads/signal-command-handle-nopass.exp (test): Add
5952 comment.
5953
7e09a223
YQ
59542014-07-29 Yao Qi <yao@codesourcery.com>
5955
5956 PR gdb/17206
5957 * gdb.base/until-nodebug.exp: New.
5958
7ebdbe92
DE
59592014-07-28 Doug Evans <xdje42@gmail.com>
5960
5961 PR guile/17203
5962 * gdb.guile/scm-parameter.exp: Add tests for trying to create
5963 previously existing parameter, and previously ambiguously spelled
5964 parameter.
5965
fdb1adc6
WN
59662014-07-28 Will Newton <will.newton@linaro.org>
5967
5968 * gdb.base/varargs.exp: Remove KFAILs for ARM.
5969
186fcde0
DE
59702014-07-26 Ludovic CourtĂšs <ludo@gnu.org>
5971 Doug Evans <xdje42@gmail.com>
5972
5973 PR guile/17146
5974 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
5975
70509625
PA
59762014-07-25 Pedro Alves <palves@redhat.com>
5977
5978 * gdb.threads/signal-command-handle-nopass.c: New file.
5979 * gdb.threads/signal-command-handle-nopass.exp: New file.
5980 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
5981 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
5982 * gdb.threads/signal-delivered-right-thread.c: New file.
5983 * gdb.threads/signal-delivered-right-thread.exp: New file.
5984
c3f814a1
PA
59852014-07-25 Pedro Alves <palves@redhat.com>
5986
5987 * gdb.base/double-prompt-target-event-error.exp
5988 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
5989 match.
5990 (cancel_pagination_in_target_event): Rework double prompt
5991 detection.
5992 * gdb.base/paginate-after-ctrl-c-running.exp
5993 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
5994 <return>' match.
5995 * gdb.base/paginate-bg-execution.exp
5996 (test_bg_execution_pagination_return)
5997 (test_bg_execution_pagination_cancel): Remove '-notransfer
5998 <return>' matches.
5999 * gdb.base/paginate-execution-startup.exp
6000 (test_fg_execution_pagination_return)
6001 (test_fg_execution_pagination_cancel): Remove '-notransfer
6002 <return>' matches.
6003 * gdb.base/paginate-inferior-exit.exp
6004 (test_paginate_inferior_exited): Remove '-notransfer <return>'
6005 match.
6006 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
6007 * lib/gdb.exp (pagination_prompt): Run text through
6008 string_to_regexp.
6009 (gdb_test_multiple): Match $pagination_prompt instead of
6010 "<return>".
6011 (string_to_regexp): Move to lib/gdb-utils.exp.
6012
e214cf6c
JK
60132014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6014
6015 * gdb.arch/amd64-entry-value-paramref.S: New file.
6016 * gdb.arch/amd64-entry-value-paramref.cc: New file.
6017 * gdb.arch/amd64-entry-value-paramref.exp: New file.
6018 * gdb.arch/amd64-optimout-repeat.S: New file.
6019 * gdb.arch/amd64-optimout-repeat.c: New file.
6020 * gdb.arch/amd64-optimout-repeat.exp: New file.
6021
17d0c5c8
JK
60222014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6023
6024 PR gdb/17170
6025 * gdb.base/statistics.exp: New file.
6026
b8b8facf
DE
60272014-07-17 Doug Evans <dje@google.com>
6028
74b49205 6029 PR gdb/17170
b8b8facf
DE
6030 * gdb.base/maint.exp: Update testing of per-command stats.
6031
1b5d0ab3
PA
60322014-07-16 Pedro Alves <palves@redhat.com>
6033
6034 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
6035 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
6036 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
6037 (tfile_write_buf): New functions.
6038 (add_memory_block): Rewrite using the above.
6039 (adjust_function_address): New function.
6040 (FUNCTION_ADDRESS): New macro.
6041 (write_basic_trace_file): Remove short_x local, and use
6042 tfile_write_16. Change type of func_addr local to unsigned long
6043 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
6044 here. Cast argument of add_memory_block to char pointer.
6045 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
6046 (main): Remove parameters.
6047 * gdb.trace/tfile.exp: Remove nowarnings.
6048
4d974e88
SM
60492014-07-15 Simon Marchi <simon.marchi@ericsson.com>
6050
6051 * gdb.base/debug-expr.exp: Test string evaluation with
6052 "debug expression" on.
6053
41e99568
PA
60542014-07-15 Pedro Alves <palves@redhat.com>
6055
6056 * gdb.base/reread.exp: Use clean_restart.
6057
487d9753
PL
60582014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
6059
6060 * gdb.arch/avr-flash-qualifer.c: New.
6061 * gdb.arch/avr-flash-qualifer.exp: New.
6062
cc1c52ad
PA
60632014-07-14 Pedro Alves <palves@redhat.com>
6064
6065 * gdb.base/paginate-after-ctrl-c-running.c: New file.
6066 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
6067
1e973570
PA
60682014-07-14 Pedro Alves <palves@redhat.com>
6069
6070 * gdb.base/double-prompt-target-event-error.c: New file.
6071 * gdb.base/double-prompt-target-event-error.exp: New file.
6072
93d6eb10
PA
60732014-07-14 Pedro Alves <palves@redhat.com>
6074
6075 PR gdb/17072
6076 * gdb.base/paginate-inferior-exit.c: New file.
6077 * gdb.base/paginate-inferior-exit.exp: New file.
6078
0017922d
PA
60792014-07-14 Pedro Alves <palves@redhat.com>
6080
6081 PR gdb/17072
6082 * gdb.base/paginate-bg-execution.c: New file.
6083 * gdb.base/paginate-bg-execution.exp: New file.
6084
94696ad3
PA
60852014-07-14 Pedro Alves <palves@redhat.com>
6086
6087 PR gdb/17072
6088 * gdb.base/paginate-execution-startup.c: New file.
6089 * gdb.base/paginate-execution-startup.exp: New file.
6090 * lib/gdb.exp (pagination_prompt): New global.
6091 (default_gdb_spawn): New procedure, factored out from
6092 default_gdb_spawn.
6093 (default_gdb_start): Adjust to call default_gdb_spawn.
6094 (gdb_spawn): New procedure.
6095
bd293940
PA
60962014-07-14 Pedro Alves <palves@redhat.com>
6097
6098 * lib/gdb.exp (gdb_assert): New procedure.
6099 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
6100
c933f875
PA
61012014-07-14 Pedro Alves <palves@redhat.com>
6102
6103 * gdb.base/execution-termios.c: New file.
6104 * gdb.base/execution-termios.exp: New file.
6105
d98b7a16
TT
61062014-07-14 Tom Tromey <tromey@redhat.com>
6107
6108 * gdb.cp/vla-cxx.cc: New file.
6109 * gdb.cp/vla-cxx.exp: New file.
6110
548740d6
TT
61112014-07-14 Tom Tromey <tromey@redhat.com>
6112
6113 * gdb.reverse/rerun-prec.c: New file.
6114 * gdb.reverse/rerun-prec.exp: New file.
6115
a25eb028
MR
61162014-07-12 Maciej W. Rozycki <macro@mips.com>
6117 Maciej W. Rozycki <macro@codesourcery.com>
6118
6119 * lib/gdb-utils.exp: New file.
6120 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
6121 inline `gdb_init_command' processing.
6122 (gdb_start_cmd): Likewise.
6123 * lib/mi-support.exp (mi_run_cmd): Likewise.
6124 * README: Document `gdb_init_command' and `gdb_init_commands'.
6125
218c2655
JK
61262014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6127
6128 Fix false FAIL running under a very long directory name.
6129 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
6130 and "set print elements 10000". Twice.
6131
5401fde3
YQ
61322014-07-11 Yao Qi <yao@codesourcery.com>
6133
6134 * gdb.base/exprs.exp: "set print symbol off".
6135
e76126e8
PA
61362014-07-11 Pedro Alves <palves@redhat.com>
6137
6138 * gdb.threads/kill.c: New file.
6139 * gdb.threads/kill.exp: New file.
6140
2d6f0de6
YQ
61412014-07-10 Yao Qi <yao@codesourcery.com>
6142
6143 * gdb.trace/tfile.c (write_basic_trace_file)
6144 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
6145 address written to trace file.
6146
7180e04a
PA
61472014-07-09 Pedro Alves <palves@redhat.com>
6148
6149 * gdb.base/attach-wait-input.exp: New file.
6150 * gdb.base/attach-wait-input.c: New file.
6151
9a9a7608
AB
61522014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6153
6154 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
6155 setting up test structures.
6156 (main): Call new test function.
6157 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
6158 test function, continue into test function and walk test
6159 structures.
6160
161ac41e
YQ
61612014-07-02 Yao Qi <yao@codesourcery.com>
6162
6163 * gdb.trace/entry-values.c: Define labels 'foo_start' and
6164 'bar_start' at the beginning of functions 'foo' and 'bar'
6165 respectively.
6166 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
6167 instead of 'foo' and 'bar'.
6168
1f267ae3
MM
61692014-07-08 Markus Metzger <markus.t.metzger@intel.com>
6170
6171 * gdb.btrace/segv.exp: New.
6172 * gdb.btrace/segv.c: New.
6173
2b239efb
LM
61742014-07-02 Luis Machado <lgustavo@codesourcery.com>
6175
6176 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
6177 instruction.
6178
cf363f18
MW
61792014-06-30 Mark Wielaard <mjw@redhat.com>
6180
6181 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
6182 vulture, vilify, villar): New volatile array constants.
6183 (vindictive, vegetation): New const volatile array constants.
6184 * gdb.base/volatile.exp: Test volatile and const volatile array
6185 types.
6186
aebf9d24
AA
61872014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6188
6189 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
6190 target lacks support for awatch, rwatch, or hbreak.
6191
b67a2c6f
YQ
61922014-06-27 Yao Qi <yao@codesourcery.com>
6193
6194 * gdb.multi/dummy-frame-restore.exp: New.
6195 * gdb.multi/dummy-frame-restore.c: New.
6196
aef92902
MM
61972014-06-25 Markus Metzger <markus.t.metzger@intel.com>
6198
6199 * gdb.btrace/gcore.exp: New.
6200
8e9db26e
PA
62012014-06-23 Pedro Alves <palves@redhat.com>
6202
6203 * gdb.base/watchpoint-reuse-slot.c: New file.
6204 * gdb.base/watchpoint-reuse-slot.exp: New file.
6205
70afc5b7
SC
62062014-06-23 Siva Chandra Reddy <sivachandra@google.com>
6207
6208 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
6209 progspace's filename in 'info', 'enable' and 'disable' command
6210 tests.
6211
b972bd9c
JK
62122014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6213
6214 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
6215 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6216 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
6217
125f8a3d
GB
62182014-06-20 Gary Benson <gbenson@redhat.com>
6219
6220 * gdb.arch/i386-avx.exp: Fix include file location.
6221 * gdb.arch/i386-sse.exp: Likewise.
6222
3ed9baed
IB
62232014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
6224
6225 * gdb.dlang/expression.exp: New file.
6226
034f788c
PA
62272014-06-19 Pedro Alves <palves@redhat.com>
6228
6229 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
6230 out from ...
6231 (top level): ... here. Iterate running tests under different
6232 scheduler-locking settings.
6233
45371d0c
LM
62342014-06-18 Luis Machado <lgustavo@codesourcery.com>
6235
6236 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
6237 to DW_FORM_addr and use non-zero addresses.
6238
5d376983
SC
62392014-06-18 Siva Chandra Reddy <sivachandra@google.com>
6240
6241 PR gdb/17017
6242 * gdb.python/py-xmethods.cc: Add global function call counters and
6243 increment them in their respective functions. Remove "cout"
6244 statements.
6245 * gdb.python/py-xmethods.exp: Make tests check the global function
6246 call counters instead of depending on inferior IO.
6247
a1aa2221
LM
62482014-06-18 Don Breazeal <donb@codesourcery.com>
6249
6250 * gdb.base/foll-fork.exp (default_fork_parent_follow):
6251 Deleted procedure.
6252 (explicit_fork_parent_follow): Deleted procedure.
6253 (explicit_fork_child_follow): Deleted procedure.
6254 (test_follow_fork): New procedure.
6255 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 6256 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
6257 procedure calls.
6258
0fc05997
YQ
62592014-06-17 Yao Qi <yao@codesourcery.com>
6260
6261 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
6262 CP1252.
6263
70795c52
LM
62642014-06-17 Luis Machado <lgustavo@codesourcery.com>
6265
6266 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
6267 Initialize ptr and S explicitly.
6268 (skip_type_update_when_not_use_rtti_test): Likewise.
6269
6be47f0c
KS
62702014-06-16 Keith Seitz <keiths@redhat.com>
6271
6272 PR mi/15863
6273 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
6274 the inferior is started.
6275
d03de421
PA
62762014-06-16 Pedro Alves <palves@redhat.com>
6277
6278 * gdb.base/break-main-file-remove-fail.c: New file.
6279 * gdb.base/break-main-file-remove-fail.exp: New file.
6280 * gdb.base/break-unload-file.exp: Use build_executable instead of
6281 prepare_for_testing.
6282 (test_break): New parameter "initial_load". Handle it.
6283 (top level): Add initial_load cmdline/file axis.
6284
f9579b99
TT
62852014-06-12 Tom Tromey <tromey@redhat.com>
6286
6287 * gdb.base/completion.exp: Don't use directory name in test.
6288
3657956b
GB
62892014-06-09 Gary Benson <gbenson@redhat.com>
6290
6291 * gdb.base/sigall.c [Functions to send signals]: Reorder to
6292 separate the always-available ANSI-standard signals from the
6293 signals that require checking.
6294 (main): Likewise.
6295 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
6296 Likewise.
6297 (main): Likewise.
6298
4186eb54
KS
62992014-06-07 Keith Seitz <keiths@redhat.com>
6300
6301 Revert:
6302 PR c++/16253
6303 * gdb.cp/var-tag.cc: New file.
6304 * gdb.cp/var-tag.exp: New file.
6305 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6306 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6307 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6308 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6309
25326a28 63102014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
6311
6312 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
6313
829155c9
PA
63142014-06-06 Pedro Alves <palves@redhat.com>
6315
6316 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
6317 in target debug output instead of looking at RSP packets,
6318 disabling the test on any target that uses hardware stepping.
6319 Update comments.
6320
61c8d22e
PA
63212014-06-06 Pedro Alves <palves@redhat.com>
6322
6323 * gdb.base/break-unload-file.exp: Fix typo.
6324
d9a47287
YQ
63252014-06-06 Yao Qi <yao@codesourcery.com>
6326
6327 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
6328 from "jit_function" to "^jit_function".
6329
e5e01dbf
YQ
63302014-06-06 Yao Qi <yao@codesourcery.com>
6331
6332 * gdb.base/async.c (foo): Add one statement.
6333 * gdb.base/async.exp: Get the next instruction address and
6334 match the output of "nexti" by instruction address. Match
6335 the hex address in the output of "finish".
6336
73ba372c
GB
63372014-06-06 Gary Benson <gbenson@redhat.com>
6338
6339 * gdb.base/call-signals.c: Remove preprocessor conditionals
6340 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
6341 SIGSEGV and SIGTERM.
6342 * gdb.base/sigall.c: Likewise.
6343 * gdb.base/unwindonsignal.c: Likewise.
6344 * gdb.reverse/sigall-reverse.c: Likewise.
6345
831517df
YQ
63462014-06-06 Yao Qi <yao@codesourcery.com>
6347
6348 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
6349 readable, skip the test.
6350
b8b91e98
YQ
63512014-06-06 Yao Qi <yao@codesourcery.com>
6352
6353 * gdb.threads/staticthreads.c (thread_function): Move the line
6354 setting breakpoint on forward.
6355 * gdb.threads/staticthreads.exp: Update comments.
6356
fb934770
LC
63572014-06-05 Ludovic CourtĂšs <ludo@gnu.org>
6358
6359 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
6360 "history-append! type error".
6361
6ef284bd
SM
63622014-06-05 Simon Marchi <simon.marchi@ericsson.com>
6363
6364 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
6365 erroneous dprintf expected input.
6366
a872e241
DE
63672014-06-04 Doug Evans <xdje42@gmail.com>
6368
6369 * gdb.guile/scm-generics.exp: Delete.
6370
16f691fb
DE
63712014-06-04 Doug Evans <xdje42@gmail.com>
6372
6373 * gdb.guile/scm-breakpoint.exp: Update.
6374 Add tests for breakpoint registration.
6375
012370f6
TT
63762014-06-04 Tom Tromey <tromey@redhat.com>
6377
6378 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
6379 VLA-in-union.
6380 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
6381 inner_vla_struct, vla_union types. Initialize objects of those
6382 types and compute their sizes.
6383
9f5a4cef
HZ
63842014-06-04 Nathan Sidwell <nathan@codesourcery.com>
6385 Hui Zhu <hui@codesourcery.com>
6386
6387 * gdb.base/fileio.exp: Add test for shell not available as well as
6388 available.
6389 * gdb.base/fileio.c (test_system): Check for shell twice.
6390
90a45c4d
YQ
63912014-06-04 Yao Qi <yao@codesourcery.com>
6392
6393 * gdb.base/auto-connect-native-target.exp: Remove redundant
6394 space from the regexp pattern.
6395
70017e41
YQ
63962014-06-04 Yao Qi <yao@codesourcery.com>
6397
6398 * gdb.base/default.exp: Replace "child" with "native" in
6399 regexp pattern.
6400
883964a7
SC
64012014-06-03 Siva Chandra Reddy <sivachandra@google.com>
6402
6403 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
6404 * gdb.python/py-xmethods.exp: New tests to test xmethods.
6405 * gdb.python/py-xmethods.py: Python script supporting the
6406 new testcase and tests.
6407
ef370185
JB
64082014-06-03 Joel Brobecker <brobecker@adacore.com>
6409 Pedro Alves <palves@redhat.com>
6410
6411 PR breakpoints/17000
6412 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
6413 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
6414
1e2ccb61
BM
64152014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
6416
6417 * gdb.base/subst.exp: Add tests to verify partial path matching
6418 output.
6419
c6ec5ab2
PA
64202014-06-03 Pedro Alves <palves@redhat.com>
6421
6422 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
6423 target that doesn't use software single-stepping.
6424
835c559f
PA
64252014-06-03 Pedro Alves <palves@redhat.com>
6426
6427 PR breakpoints/17000
6428 * gdb.base/sss-bp-on-user-bp-2.c: New file.
6429 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
6430
06eb1586
DE
64312014-06-02 Doug Evans <xdje42@gmail.com>
6432
6433 * gdb.guile/scm-parameter.exp: New file.
6434
e698b8c4
DE
64352014-06-02 Doug Evans <xdje42@gmail.com>
6436
6437 * gdb.guile/scm-cmd.c: New file.
6438 * gdb.guile/scm-cmd.exp: New file.
6439
ded03782
DE
64402014-06-02 Doug Evans <xdje42@gmail.com>
6441
6442 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
6443 pretty-printer lookup.
6444 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
6445 (make-pp_s-printer): Call it.
6446 (make-pretty-printer-from-dict): New function.
6447 (lookup-pretty-printer-maker-from-dict): New function.
6448 (*pretty-printer*): Simplify.
6449 (make-objfile-pp_s-printer): New function.
6450 (install-objfile-pretty-printers!): New function.
6451 (make-progspace-pp_s-printer): New function.
6452 (install-progspace-pretty-printers!): New function.
6453 * gdb.guile/scm-progspace.c: New file.
6454 * gdb.guile/scm-progspace.exp: New file.
6455
41fac0cf
PA
64562014-06-02 Pedro Alves <palves@redhat.com>
6457
6458 * gdb.base/dprintf-bp-same-addr.c: New file.
6459 * gdb.base/dprintf-bp-same-addr.exp: New file.
6460
96ae5695
EBM
64612014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6462
6463 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
6464 * gdb.arch/powerpc-power.s: Likewise.
6465
da02b3a8
JB
64662014-06-02 Joel Brobecker <brobecker@adacore.com>
6467
6468 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
6469
c72b2e7b
YQ
64702014-06-01 Yao Qi <yao@codesourcery.com>
6471
6472 * gdb.base/watchpoint.exp (test_watch_location): Check null
6473 pointer can be dereferenced. If not, do the test, otherwise
6474 skip it.
6475
53e8a631
AB
64762014-05-30 Andrew Burgess <aburgess@broadcom.com>
6477
6478 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
6479 results.
6480 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
6481
938f0e2f
AB
64822014-05-30 Andrew Burgess <aburgess@broadcom.com>
6483
6484 * gdb.arch/amd64-invalid-stack-middle.S: New file.
6485 * gdb.arch/amd64-invalid-stack-middle.c: New file.
6486 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
6487 * gdb.arch/amd64-invalid-stack-top.c: New file.
6488 * gdb.arch/amd64-invalid-stack-top.exp: New file.
6489
9ba6657a
PA
64902014-05-30 Pedro Alves <palves@redhat.com>
6491
6492 PR breakpoints/17000
6493 * gdb.base/sss-bp-on-user-bp.c: New file.
6494 * gdb.base/sss-bp-on-user-bp.exp: New file.
6495
522c09bf
DB
64962014-05-30 David Blaikie <dblaikie@gmail.com>
6497
6498 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
6499 gnu_inline semantics via attribute.
6500 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
6501 source explicitly specifies the required semantics.
6502
bf4ef81e
MR
65032014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
6504
6505 * gdb.reverse/sigall-reverse.exp: Fix a typo.
6506
329ea579
PA
65072014-05-29 Pedro Alves <palves@redhat.com>
6508 Tom Tromey <tromey@redhat.com>
6509
6510 * gdb.base/async-shell.exp: Don't enable target-async.
6511 * gdb.base/async.exp
6512 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
6513 parameter. Adjust.
6514 (top level): Don't test with "target-async".
6515 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
6516 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
6517 * gdb.base/inferior-died.exp: Don't enable target-async.
6518 * gdb.base/interrupt-noterm.exp: Likewise.
6519 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
6520 * gdb.mi/mi-nonstop-exit.exp: Likewise.
6521 * gdb.mi/mi-nonstop.exp: Likewise.
6522 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6523 * gdb.mi/mi-nsintrall.exp: Likewise.
6524 * gdb.mi/mi-nsmoribund.exp: Likewise.
6525 * gdb.mi/mi-nsthrexec.exp: Likewise.
6526 * gdb.mi/mi-watch-nonstop.exp: Likewise.
6527 * gdb.multi/watchpoint-multi.exp: Adjust comment.
6528 * gdb.python/py-evsignal.exp: Don't enable target-async.
6529 * gdb.python/py-evthreads.exp: Likewise.
6530 * gdb.python/py-prompt.exp: Likewise.
6531 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
6532 * gdb.server/solib-list.exp: Don't enable target-async.
6533 * gdb.threads/thread-specific-bp.exp: Likewise.
6534 * lib/mi-support.exp: Adjust to use mi-async.
6535
fd664c91
PA
65362014-05-29 Pedro Alves <palves@redhat.com>
6537
6538 PR gdb/13860
6539 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
6540 reason, even in sync mode.
6541
251bde03
PA
65422014-05-29 Pedro Alves <palves@redhat.com>
6543 Hui Zhu <hui@codesourcery.com>
6544
6545 PR PR15693
6546 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
6547 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
6548 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
6549 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
6550
7f3c0343
JB
65512014-05-28 Joel Brobecker <brobecker@adacore.com>
6552
6553 * config/monitor.exp (gdb_target_monitor): Replace use of
6554 "set remotebaud" by "set serial baud".
6555
b2715b27
AW
65562014-05-26 Andy Wingo <wingo@igalia.com>
6557
6558 * gdb.guile/scm-breakpoint.exp:
6559 * gdb.guile/scm-gsmob.exp: Update to use plain old object
6560 properties instead of gdb-object-properties.
6561
498a4489
YQ
65622014-05-26 Yao Qi <yao@codesourcery.com>
6563
6564 * gdb.server/no-thread-db.exp: Specify source file name
6565 explicitly when setting a breakpoint.
6566
589fdceb
MM
65672014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6568
6569 * gdb.btrace/vdso.c: New.
6570 * gdb.btrace/vdso.exp: New.
6571
e9089e05
MM
65722014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6573
6574 * gdb.base/gcore.exp (capture_command_output): Move ...
6575 * lib/gdb.exp (capture_command_output): ... here.
6576
67b5c0c1
MM
65772014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6578
6579 * gdb.btrace/data.exp: Test memory access during btrace replay.
6580
a2199296
SM
65812014-05-22 Simon Marchi <simon.marchi@ericsson.com>
6582
6583 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
6584
17b2616c
PA
65852014-05-21 Pedro Alves <palves@redhat.com>
6586
6587 PR gdb/13860
6588 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
6589 (top level): Test that output related to execution commands is
6590 sent to the console with CLI commands, but not with MI commands.
6591 Test that breakpoint events are always mirrored to the console.
6592 Also expect the new source line to be output after a "next" in
6593 async mode too. Make it a pass/fail test.
6594 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
6595 output.
6596 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
6597
5166082f
PA
65982014-05-21 Pedro Alves <palves@redhat.com>
6599
6600 * gdb.base/list.exp (build_pattern, test_list): New procedures.
6601 Use them to test variations of "list" after reaching a breakpoint.
6602 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
6603 Test "list" with listsize 10 after reaching a breakpoint.
6604 * gdb.python/python.exp (decode_line current location line
6605 number): Adjust expected line number.
6606
2f25d70f
SM
66072014-05-21 Simon Marchi <simon.marchi@ericsson.com>
6608
6609 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
6610 behavior for $args, pass it directly to "run".
6611
ff604a67
MR
66122014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
6613
6614 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
6615 30000 to 65536.
6616
6a3cb8e8
PA
66172014-05-21 Pedro Alves <palves@redhat.com>
6618
6619 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
6620 auto-connect-native-target off".
6621 * gdb.base/auto-connect-native-target.c: New file.
6622 * gdb.base/auto-connect-native-target.exp: New file.
6623
4ebfc96e
PA
66242014-05-21 Pedro Alves <palves@redhat.com>
6625
6626 * gdb.base/default.exp: Test "target native" instead of "target
6627 child".
6628
36d46afb
MW
66292014-05-21 Mark Wielaard <mjw@redhat.com>
6630
6631 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6632
5876f503
JK
66332014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6634
6635 Fix TLS access for -static -pthread.
6636 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
6637 <HAVE_TLS> (thread_function, main): Initialize it.
6638 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
6639 Add clean_restart.
6640 <$have_tls != "">: Check TLSVAR.
6641
0256a6ac
PA
66422014-05-21 Pedro Alves <palves@redhat.com>
6643
6644 * gdb.base/dcache-line-read-error.c: New.
6645 * gdb.base/dcache-line-read-error.exp: New.
6646
936d2992
PA
66472014-05-20 Pedro Alves <palves@redhat.com>
6648
6649 * gdb.base/compare-sections.c: New file.
6650 * gdb.base/compare-sections.exp: New file.
6651
802e8e6d
PA
66522014-05-20 Pedro Alves <palves@redhat.com>
6653
6654 * gdb.base/break-idempotent.c: New file.
6655 * gdb.base/break-idempotent.exp: New file.
6656
e59fa00f
MM
66572014-05-20 Markus Metzger <markus.t.metzger@intel.com>
6658
6659 * gdb.btrace/nohist.exp: New.
6660
8b696e31
YQ
66612014-05-20 Yao Qi <yao@codesourcery.com>
6662
6663 * lib/gdb.exp (gdb_init): Set timeout if test file is under
6664 gdb.reverse directory and gdb_reverse_timeout exists in board
6665 setting.
6666 * README: Document gdb_reverse_timeout.
6667
73c9764f
YQ
66682014-05-20 Yao Qi <yao@codesourcery.com>
6669
6670 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
6671 'test_file_name'. Treat args as a string instead of a list.
6672 (gdb_init): Rename argument 'args' by 'test_file_name'.
6673
f1f4348a
JK
66742014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6675
6676 * gdb.arch/powerpc-power.exp: New file.
6677 * gdb.arch/powerpc-power.s: New file.
6678
0dbe70ce
DE
66792014-05-16 Doug Evans <dje@google.com>
6680
6681 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
6682 * gdb.base/completion.exp: Check that all expected files exist
6683 before doing file completion.
0dbe70ce 6684
8d551b02
DE
66852014-05-16 Doug Evans <dje@google.com>
6686
6687 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
6688 Update.
6689 (do_syscall_tests_without_xml): Update.
6690
73eb7709
PA
66912014-05-16 Pedro Alves <palves@redhat.com>
6692
6693 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
6694 instead of "unknown output after running".
6695
3fae92fc
YQ
66962014-05-16 Yao Qi <yao@codesourcery.com>
6697
6698 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
6699 file1.txt from host at the end.
6700 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6701
c2b2ccc5
DE
67022014-05-15 Doug Evans <dje@google.com>
6703
6704 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
6705 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
6706 loading file. Add test for TU lookup.
6707
8c217a4b
SM
67082014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6709
6710 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
6711 calling "-exec-arguments" or "set args" before running the
6712 inferior.
6713
3deb39c6
SM
67142014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6715
6716 * lib/mi-support.exp (mi_expect_stop): Expect message for
6717 inferiors that exit with non-zero exit code.
6718
71a79f8c
YQ
67192014-05-14 Yao Qi <yao@codesourcery.com>
6720
6721 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
6722 match absolute path on remote host.
6723 (test_file_list_exec_source_files): Remove "/" from the
6724 pattern.
6725
f23fcd46
YQ
67262014-05-14 Yao Qi <yao@codesourcery.com>
6727
6728 * boards/local-remote-host-notty.exp (${board}_file): New
6729 proc.
6730
9404b58f
KM
67312014-05-07 Kyle McMartin <kyle@redhat.com>
6732
6733 Pushed by Joel Brobecker <brobecker@adacore.com>.
6734 * gdb.arch/aarch64-atomic-inst.c: New file.
6735 * gdb.arch/aarch64-atomic-inst.exp: New file.
6736
5e45f04c
YQ
67372014-05-07 Yao Qi <yao@codesourcery.com>
6738
6739 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
6740 in current context" too.
6741
c888a17d
KS
67422014-05-05 Keith Seitz <keiths@redhat.com>
6743
6744 * gdb.linespec/ls-dollar.exp: Add test for linespec
6745 file:convenience_variable.
6746
290a839c
YQ
67472014-05-05 Yao Qi <yao@codesourcery.com>
6748
6749 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
6750 traceframes into tfile and ctf trace files. Read data from
6751 trace file and test collected data.
6752 (gdb_collect_locals_test): Likewise.
6753 (gdb_unavailable_registers_test): Likewise.
6754 (gdb_unavailable_floats): Likewise.
6755 (gdb_collect_globals_test): Likewise.
6756 (top-level): Append "ctf" to trace_file_targets if GDB
6757 supports.
6758
b5262cd0
YQ
67592014-05-05 Yao Qi <yao@codesourcery.com>
6760
6761 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
6762 code to ...
6763 (gdb_collect_args_test_1): ... it. New proc.
6764 (gdb_collect_locals_test): Move some code to ...
6765 (gdb_collect_locals_test_1): ... it. New proc.
6766 (gdb_unavailable_registers_test): Move some code to ...
6767 (gdb_unavailable_registers_test_1): ... it. New proc.
6768 (gdb_unavailable_floats): Move some code to ...
6769 (gdb_unavailable_floats_1): ... it. New proc.
6770
30a1e6cc
SDJ
67712014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6772
6773 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
6774 probes to test for bitness recognition.
6775 * gdb.arch/amd64-stap-optional-prefix.exp
6776 (test_probe_value_without_reg): New procedure.
6777 Add code to test for different kinds of bitness.
6778
f33da99a
SDJ
67792014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6780
6781 PR breakpoints/16889
6782 * gdb.arch/amd64-stap-optional-prefix.S: New file.
6783 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6784
5b80f00d
PA
67852014-05-01 Pedro Alves <palves@redhat.com>
6786
6787 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
6788 gdb_file_cmd if no file is specified.
6789 * boards/native-extended-gdbserver.exp (gdb_load): Use the
6790 last_loaded_file to set the remote exec-file.
6791
f8c2a73c
PA
67922014-05-01 Pedro Alves <palves@redhat.com>
6793
6794 * boards/local-remote-host.exp: New file.
6795
be6e8ac7
PA
67962014-05-01 Pedro Alves <palves@redhat.com>
6797
6798 * boards/local-remote-host.exp: Rename to ...
6799 * boards/local-remote-host-notty.exp: ... this.
6800
cac0dc8f
JB
68012014-04-28 Joel Brobecker <brobecker@adacore.com>
6802
6803 * gdb.ada/dyn_arrayidx: New testcase.
6804
9730e6cc
YQ
68052014-04-26 Yao Qi <yao@codesourcery.com>
6806
6807 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
6808 and compute the length of function main. Save it in
6809 $main_length.
6810 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
6811 (top-level): Use gdb_compile to compile objects into
6812 executable and restart GDB. Remove invocation to
6813 prepare_for_testing.
6814
7ae1a6a6
PA
68152014-04-25 Simon Marchi <simon.marchi@ericsson.com>
6816 Pedro Alves <palves@redhat.com>
6817
6818 PR server/16255
6819 * gdb.multi/multi-attach.c: New file.
6820 * gdb.multi/multi-attach.exp: New file.
6821
4082afcc
PA
68222014-04-25 Pedro Alves <palves@redhat.com>
6823
6824 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
6825 user.
6826 (top level): Test that "set remote conditional-breakpoints-packet
6827 off" works as intended.
6828 * gdb.base/dprintf.exp: Test that "set remote
6829 breakpoint-commands-packet off" works as intended.
6830 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
6831 New function.
6832 (top level): Call it.
6833 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
6834 remote fast-tracepoints-packet off" works as intended.
6835 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
6836 * lib/gdb.exp (gdb_is_target_remote): ... here.
6837
2abc3f8d
DB
68382014-04-24 David Blaikie <dblaikie@gmail.com>
6839
6840 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
6841 ensure clang would not discard them.
6842 * gdb.base/gdbvars.c: Ditto.
6843 * gdb.base/memattr.c: Ditto.
6844 * gdb.base/whatis.c: Ditto.
6845 * gdb.python/py-prettyprint.c: Ditto.
6846 * gdb.trace/actions.c: Ditto.
6847 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
6848 ensure clang would not discard it.
6849
bfd39632
DB
68502014-04-24 David Blaikie <dblaikie@gmail.com>
6851
6852 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
6853 clang to emit the full definition of type required by the test
6854 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
6855
22842ff6
DB
68562014-04-24 David Blaikie <dblaikie@gmail.com>
6857
6858 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
6859 coax Clang into emitting the definition of the type.
6860 * gdb.cp/pr10728-x.h (y): Ditto.
6861 * gdb.cp/pr10728-y.cc (y): Ditto.
6862
c2e827ad
DB
68632014-04-24 David Blaikie <dblaikie@gmail.com>
6864
6865 * gdb.base/label.exp: XFAIL label related tests under Clang.
6866 * gdb.cp/cplabel.exp: Ditto.
6867 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
6868 under Clang those using labels.
6869
4c2d33e7
YQ
68702014-04-25 Yao Qi <yao@codesourcery.com>
6871
6872 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
6873 double_label.
6874 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
6875 partial_label and double_label.
6876
56083b99
DB
68772014-04-24 David Blaikie <dblaikie@gmail.com>
6878
6879 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
6880
25d4e99d
DB
68812014-04-24 David Blaikie <dblaikie@gmail.com>
6882
6883 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
6884 of the function to work across GCC and Clang.
6885 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
6886 pointer types (const void ** const V void **).
6887
01f9f808
MS
68882014-04-24 Michael Sturm <michael.sturm@mintel.com>
6889 Walfred Tedeschi <walfred.tedeschi@intel.com>
6890
6891 * Makefile.in (EXECUTABLES): Added i386-avx512.
6892 * gdb.arch/i386-avx512.c: New file.
6893 * gdb.arch/i386-avx512.exp: Likewise.
6894
4b48d439
KS
68952014-04-23 Keith Seitz <keiths@redhat.com>
6896
6897 * lib/mi-support.exp (mi_list_breakpoints): Delete.
6898 (mi_make_breakpoint_table): New procedure.
6899 (mi_create_breakpoint): Use mi_make_breakpoint
6900 and return the result.
6901 (mi_make_breakpoint): New procedure.
6902 (mi_build_kv_pairs): New procedure.
6903
6904 * gdb.mi/mi-break.exp: Remove unused globals,
6905 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
6906 All callers updated.
6907 * gdb.mi/mi-dprintf.exp: Use variable to track command
6908 number.
6909 Update all callers of mi_create_breakpoint and use
6910 mi_make_breakpoint_table.
6911 Remove any unused global variables.
6912 * gdb.mi/mi-nonstop.exp: Likewise.
6913 * gdb.mi/mi-nsintrall.exp: Likewise.
6914 * gdb.mi/mi-nsmoribund.exp: Likewise.
6915 * gdb.mi/mi-nsthrexec.exp: Likewise.
6916 * gdb.mi/mi-reverse.exp: Likewise.
6917 * gdb.mi/mi-simplerun.exp: Likewise.
6918 * gdb.mi/mi-stepn.exp: Likewise.
6919 * gdb.mi/mi-syn-frame.exp: Likewise.
6920 * gdb.mi/mi-until.exp: Likewise.
6921 * gdb.mi/mi-var-cp.exp: Likewise.
6922 * gdb.mi/mi-var-display.exp: Likewise.
6923 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
6924 * gdb.mi/mi2-var-child.exp: Likewise.
6925 * gdb.mi/mi-vla-c99.exp: Likewise.
6926 * lib/mi-support.exp: Likewise.
6927
6928 From Ian Lance Taylor <iant@cygnus.com>:
6929 * lib/gdb.exp (parse_args): New procedure.
6930
08351840
PA
69312014-04-23 Pedro Alves <palves@redhat.com>
6932
6933 * gdb.base/break-unload-file.c: New file.
6934 * gdb.base/break-unload-file.exp: New file.
6935 * gdb.base/sym-file-lib.c (baz): New function.
6936 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
6937 field.
6938 (load): Store the segment's mapped size.
6939 (unload): New function.
6940 (unload_shlib): New function.
6941 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
6942 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
6943 set a breakpoint at baz, and call it.
6944 * gdb.base/sym-file.exp: New tests for stale breakpoint
6945 instructions.
6946
076855f9
PA
69472014-04-23 Pedro Alves <palves@redhat.com>
6948
6949 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
6950 * gdb.base/hbreak-in-shr-unsupported.c: New file.
6951 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
6952 * gdb.base/hbreak-unmapped.c: New file.
6953 * gdb.base/hbreak-unmapped.exp: New file.
6954 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
6955 * lib/gdb.exp (gdb_is_target_remote): ... here.
6956
483805cf
PA
69572014-04-22 Pedro Alves <palves@redhat.com>
6958
6959 * gdb.base/consecutive-step-over.c: New file.
6960 * gdb.base/consecutive-step-over.exp: New file.
6961
06d97543
PA
69622014-04-22 Pedro Alves <palves@redhat.com>
6963
6964 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
6965 instead of send_gdb/gdb_expect.
6966
b4429ea2
YQ
69672014-04-22 Yao Qi <yao@codesourcery.com>
6968
6969 * lib/trace-support.exp (generate_tracefile): New procedure.
6970 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
6971 return 0.
6972 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
6973 if generate_tracefile returns 1.
6974
51d48146
PA
69752014-04-18 Tom Tromey <palves@redhat.com>
6976 Pedro alves <tromey@redhat.com>
6977
6978 PR backtrace/15558
6979 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
6980 with a backtrace limit.
6981 * gdb.python/py-frame-inline.exp: Test running to an inline
6982 function with a backtrace limit, and printing the newest frame.
6983 * gdb.python/py-frame-inline.c (main): Call f.
6984
bd1dce5f
MS
69852014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6986
6987 * gdb.java/jnpe.exp: Drop srcdir from untested path.
6988
40d1a503
MS
69892014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6990
6991 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
6992 Drop prefix from unsupported source file path.
6993
389b98f7
YQ
69942014-04-17 Yao Qi <yao@codesourcery.com>
6995
6996 * lib/gdb.exp (with_target_charset): New proc.
6997 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
6998 with_target_charset.
6999 (test_print_strings): Likewise.
7000 (test_repeat_bytes): Likewise.
7001 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
7002 for some tests.
7003
22869d73
KS
70042014-04-16 Keith Seitz <keiths@redhat.com>
7005
7006 PR gdb/15827
7007 * gdb.dwarf2/corrupt.c: New file.
7008 * gdb.dwarf2/corrupt.exp: New file.
7009
c4f87ca6
KS
70102014-04-16 Keith Seitz <keiths@redhat.com>
7011
7012 PR c++/16597
7013 * gdb.cp/namelessclass.cc: New file.
7014 * gdb.cp/namelessclass.exp: New file.
7015 * gdb.cp/namelessclass.S: New file.
7016
ab19de87
DE
70172014-04-16 Doug Evans <dje@google.com>
7018
7019 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
7020 Add comment.
7021 (gdbserver_default_get_comm_port): New function.
7022 (gdbserver_start): Check if board file provided
7023 "gdbserver,get_comm_port" and use it if so.
7024 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
7025 (gdb,socketport): Set to "stdio".
7026 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
7027 (stdio_gdbserver_template): Delete.
7028 (${board}_get_remote_address): Update.
7029 (${board}_build_remote_cmd): Delete.
7030 (${board}_get_comm_port): New function.
7031 (${board}_spawn): Update.
7032 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
7033 Delete.
7034 (${board}_get_remote_address): Update.
7035 (${board}_get_comm_port): New function.
7036
fc98a809
AB
70372014-04-16 Andrew Burgess <aburgess@broadcom.com>
7038
7039 * gdb.base/memattr.exp: Improve regexps to handle memory regions
7040 appearing in any order.
7041
87fd9e6e
DE
70422014-04-15 Doug Evans <dje@google.com>
7043
7044 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
7045 uninitialized value of "description".
7046
099fc3ea
KS
70472014-04-15 Keith Seitz <keiths@redhat.com>
7048
7049 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
7050 Remove unused globals.
7051 (test_running_the_program): Likewise.
7052 (test_controlled_execution): Likewise.
7053 (test_controlling_breakpoints): Likewise.
7054 (test_program_termination): Likewise.
7055
5da151d4
KS
70562014-04-15 Keith Seitz <keiths@redhat.com>
7057
7058 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
7059 unused globals.
7060 (test_rbreak_creation_and_listing): Likewise.
7061 (test_ignore_count): Likewise.
7062 (test_error): Likewise.
7063
35e5d2f0
PA
70642014-04-15 Pedro Alves <palves@redhat.com>
7065
7066 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
7067 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
7068 sym-file-loader.c.
7069 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7070 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7071 to sym-file-loader.c.
7072 (struct library): Forward declare.
7073 (load_shlib, lookup_function): Change prototypes.
7074 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7075 (translate_offset): Remove declarations.
7076 (get_text_addr): New declaration.
7077 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
7078 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
7079 sym-file-loader.h.
7080 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7081 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7082 here from sym-file-loader.h.
7083 (struct library): New structure.
7084 (load_shlib, lookup_function): Change prototypes and adjust to
7085 work with a struct library.
7086 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7087 (translate_offset): Make static.
7088 (get_text_addr): New function.
7089 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
7090
eb4c1710
PA
70912014-04-15 Pedro Alves <palves@redhat.com>
7092
7093 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
7094
2d1baf52
PA
70952014-04-15 Pedro Alves <palves@redhat.com>
7096
7097 * gdb.base/sym-file-loader.c: Include <limits.h>.
7098 (SELF_LINK): New define.
7099 (get_origin): New function.
7100 (load_shlib): Use it.
7101 * gdb.base/sym-file.exp: Don't early return if the target is
7102 remote. Use runto_main, and issue fail is that fails. Use
7103 gdb_load_shlibs.
7104 (shlib_name): Delete.
7105 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
7106
7dd6df01
PA
71072014-04-15 Pedro Alves <palves@redhat.com>
7108
7109 * gdb.base/sym-file.exp: Remove regex characters from test
7110 message. Don't refer to breakpoint numbers in test messages.
7111
b50c8614
KS
71122014-04-14 Keith Seitz <keiths@redhat.com>
7113
7114 PR c++/16253
7115 * gdb.cp/var-tag.cc: New file.
7116 * gdb.cp/var-tag.exp: New file.
7117 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
7118 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
7119 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
7120 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
7121
3d567982
TT
71222014-04-14 Tom Tromey <tromey@redhat.com>
7123
7124 * gdb.cp/classes.exp (test_enums): Handle underlying type.
7125 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
7126 type.
7127 * gdb.cp/enum-class.exp: New file.
7128 * gdb.cp/enum-class.cc: New file.
7129
0626fc76
TT
71302014-04-14 Tom Tromey <tromey@redhat.com>
7131
7132 * gdb.dwarf2/enum-type.exp: New file.
7133
dca325b3
SA
71342014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7135
7136 * gdb.mi/mi-vla-c99.exp: New file.
7137 * gdb.mi/vla.c: New file.
7138
5854b38a
SA
71392014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7140
7141 * gdb.base/vla-datatypes.c: New file.
7142 * gdb.base/vla-datatypes.exp: New file.
7143
463bb957
SA
71442014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7145
7146 * gdb.base/vla-ptr.c: New file.
7147 * gdb.base/vla-ptr.exp: New file.
7148
3dd170be
SA
71492014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7150
7151 * gdb.dwarf2/count.exp: New file.
7152
5ecaaa66
SA
71532014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7154
7155 * gdb.base/vla-sideeffect.c: New file.
7156 * gdb.base/vla-sideeffect.exp: New file.
7157
41f1ada5
DB
71582014-04-14 David Blaikie <dblaikie@gmail.com>
7159
7160 * gdb.mi/non-stop.c: Add return value for non-void function return
7161 statement.
7162 * gdb.threads/staticthreads.c: Ditto.
7163
0be03e84
DE
71642014-04-12 Siva Chandra Reddy <sivachandra@google.com>
7165 Doug Evans <xdje42@gmail.com>
7166
7167 * gdb.guile/scm-value.c: Improve test case.
7168 * gdb.guile/scm-value.exp: Add new test.
7169
f180a1fb
DB
71702014-04-11 David Blaikie <dblaikie@gmail.com>
7171
7172 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
7173 override Clang's default.
7174
6b662e19
JB
71752014-04-11 Joel Brobecker <brobecker@adacore.com>
7176
7177 Revert the following changes (regressions):
7178
7179 * gdb.base/vla-sideeffect.c: New file.
7180 * gdb.base/vla-sideeffect.exp: New file.
7181
7182 * gdb.dwarf2/count.exp: New file.
7183
7184 * gdb.base/vla-multi.c: New file.
7185 * gdb.base/vla-multi.exp: New file.
7186
7187 * gdb.base/vla-ptr.c: New file.
7188 * gdb.base/vla-ptr.exp: New file.
7189
7190 * gdb.base/vla-datatypes.c: New file.
7191 * gdb.base/vla-datatypes.exp: New file.
7192
7193 * gdb.mi/mi-vla-c99.exp: New file.
7194 * gdb.mi/vla.c: New file.
7195
245a5f0b
KS
71962014-04-11 Keith Seitz <keiths@redhat.com>
7197
7198 PR c++/16675
7199 * gdb.cp/cpsizeof.exp: New file.
7200 * gdb.cp/cpsizeof.cc: New file.
7201
58a84dcf
SA
72022014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7203
191a8a90
JB
7204 * gdb.mi/mi-vla-c99.exp: New file.
7205 * gdb.mi/vla.c: New file.
58a84dcf 7206
c8655f75
SA
72072014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7208
7209 * gdb.base/vla-datatypes.c: New file.
7210 * gdb.base/vla-datatypes.exp: New file.
7211
024e13b4
SA
72122014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7213
7214 * gdb.base/vla-ptr.c: New file.
7215 * gdb.base/vla-ptr.exp: New file.
7216
1a237e0e
SA
72172014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7218
7219 * gdb.base/vla-multi.c: New file.
7220 * gdb.base/vla-multi.exp: New file.
7221
504f3432
SA
72222014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7223
7224 * gdb.dwarf2/count.exp: New file.
7225
3bce8237
SA
72262014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7227
191a8a90
JB
7228 * gdb.base/vla-sideeffect.c: New file.
7229 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 7230
322f9c21
YQ
72312014-04-11 Yao Qi <yao@codesourcery.com>
7232
7233 * gdb.base/completion.exp: Check file exists before running tests
7234 on file completion.
7235
d708bcd1
PA
72362014-04-10 Pedro Alves <palves@redhat.com>
7237
7238 * gdb.base/cond-eval-mode.c: New file.
7239 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
7240 prepare_for_testing to build the new file. Check result of
7241 runto_main.
7242 (test_break, test_watch): New procedures.
7243 (top level): Use them.
7244
ae1d2761
PM
72452014-04-08 Pierre Muller <muller@sourceware.org>
7246
7247 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
7248 Ctrl-V use for mingw hosts.
7249
7af389b8
SC
72502014-04-07 Siva Chandra Reddy <sivachandra@google.com>
7251
7252 * gdb.python/py-value.c: Improve test case.
7253 * gdb.python/py-value.exp: Add new test.
7254
5e703181
DE
72552014-04-07 David Blaikie <dblaikie@gmail.com>
7256
7257 * lib/compiler.c: Identify the clang compiler.
7258 * lib/compiler.cc: Ditto.
7259
9810b410
YQ
72602014-04-03 Yao Qi <yao@codesourcery.com>
7261
7262 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
7263
98d1b8dc
AB
72642014-04-01 Anton Blanchard <anton@samba.org>
7265
7266 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
7267 messages unique.
7268
3114cea1
AB
72692014-04-01 Anton Blanchard <anton@samba.org>
7270
7271 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
7272 prepare_for_testing.
7273
62f7182c
AB
72742014-04-01 Anton Blanchard <anton@samba.org>
7275
7276 * gdb.arch/ppc64-atomic-inst.c: Remove.
7277 * gdb.arch/ppc64-atomic-inst.S: New file.
7278 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
7279
770e7fc7
DE
72802014-03-31 Doug Evans <dje@google.com>
7281
7282 * gdb.base/print-symbol-loading-lib.c: New file.
7283 * gdb.base/print-symbol-loading-main.c: New file.
7284 * gdb.base/print-symbol-loading.exp: New file.
7285
46e2bafa
YQ
72862014-03-31 Yao Qi <yao@codesourcery.com>
7287
7288 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
7289
8776cfe9
JB
72902014-03-28 Joel Brobecker <brobecker@adacore.com>
7291
7292 * gdb.ada/mi_dyn_arr: New testcase.
7293
5d1ef361
DE
72942014-03-27 Doug Evans <dje@google.com>
7295
7296 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
7297
b5bee914
YQ
72982014-03-27 Yao Qi <yao@codesourcery.com>
7299
7300 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
7301 if target is nios2-*-*.
7302
0d4d0e77
YQ
73032014-03-26 Yao Qi <yao@codesourcery.com>
7304
7305 * lib/gdb.exp (readline_is_used): New proc.
7306 * gdb.base/completion.exp: Move tests on command complete up.
7307 Skip the rest of tests if readline is not used.
7308 * gdb.ada/complete.exp: Skp the test if readline is not
7309 used.
7310 * gdb.base/filesym.exp: Likewise.
7311 * gdb.base/macscp.exp: Likewise.
7312 * gdb.base/readline-ask.exp: Likewise.
7313 * gdb.base/readline.exp: Likewise.
7314 * gdb.python/py-cmd.exp: Likewise.
7315 * gdb.trace/tfile.exp: Likewise.
7316
29361eee
YQ
73172014-03-26 Yao Qi <yao@codesourcery.com>
7318
7319 * gdb.base/macscp.exp: Fix code format issues.
7320
bc9a5525
UW
73212014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
7322
7323 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
7324 * gdb.asm/powerpc64le.inc: New file.
7325
d3839ede
PA
73262014-03-25 Pedro Alves <palves@redhat.com>
7327 Doug Evans <dje@google.com>
7328
7329 * gdb.base/source-execution.c: New file.
7330 * gdb.base/source-execution.exp: New file.
7331 * gdb.base/source-execution.gdb: New file.
7332
01672a57
DE
73332014-03-24 Doug Evans <dje@google.com>
7334
7335 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
7336 using fission.
7337
88bbeca9
HZ
73382014-03-24 Hui Zhu <hui@codesourcery.com>
7339 Pedro Alves <palves@redhat.com>
7340
7341 PR breakpoints/16101
7342 * gdb.base/dprintf.exp: Use unsupported rather than changing the
7343 test pass/fail messages. Detect missing support for dprintf when
7344 breakpoints are actually inserted.
7345 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
7346 breakpoints are actually inserted.
7347 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
7348 fails.
7349
d2348791
JK
73502014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7351
7352 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
7353
feef67ab
DE
73542014-03-22 Doug Evans <xdje42@gmail.com>
7355
7356 * gdb.python/python.exp (python not supported): Verify multi-line
7357 python command issues an error.
25d743f9 7358 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 7359 guile command issues an error.
feef67ab 7360
ecebef6a
MR
73612014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
7362
7363 * gdb.threads/thread-specific.exp: Handle the lack of usable
7364 $this_breakpoint and $this_thread.
7365
ccdd1909
HZ
73662014-03-21 Hui Zhu <hui@codesourcery.com>
7367
7368 * gdb.base/attach.exp (do_command_attach_tests): New.
7369
beb460e8
PA
73702014-03-20 Tom Tromey <tromey@redhat.com>
7371 Pedro Alves <palves@redhat.com>
7372
7373 PR cli/15718
7374 * gdb.base/condbreak-call-false.c: New file.
7375 * gdb.base/condbreak-call-false.exp: New file.
7376
40acf43a
PA
73772014-03-20 Pedro Alves <palves@redhat.com>
7378
7379 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
7380 Delete.
7381 (block_signals, unblock_signals): Delete.
7382 (child_function_2, main): Remove references to deleted variable
7383 and functions.
7384
9f5e1e02
PA
73852014-03-20 Pedro Alves <palves@redhat.com>
7386
7387 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
7388 Use pthread_kill to signal thread 2.
7389 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7390 Adjust to make the test send itself a signal rather than using the
7391 host's "kill" command.
7392
99619bea
PA
73932014-03-20 Pedro Alves <palves@redhat.com>
7394
7395 * gdb.threads/multiple-step-overs.c: New file.
7396 * gdb.threads/multiple-step-overs.exp: New file.
7397 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7398 Adjust expected infrun debug output.
7399
2adfaa28
PA
74002014-03-20 Pedro Alves <palves@redhat.com>
7401
7402 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
7403 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
7404
31e77af2
PA
74052014-03-20 Pedro Alves <palves@redhat.com>
7406
7407 PR breakpoints/7143
7408 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
7409 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
7410 of gdb_test_multiple.
7411 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
7412 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
7413
b9f437de
PA
74142014-03-20 Pedro Alves <palves@redhat.com>
7415
7416 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
7417 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
7418
05adc73e
PA
74192014-03-19 Pedro Alves <palves@redhat.com>
7420
7421 * gdb.base/async.exp: Remove early return.
7422
6048b950
PA
74232014-03-19 Pedro Alves <palves@redhat.com>
7424
7425 * gdb.base/async.exp (step& tests): Pass explicit test messages.
7426
8bcfb00a
PA
74272014-03-19 Pedro Alves <palves@redhat.com>
7428
7429 * gdb.base/async.exp (test_background): Expect \r\n after
7430 "completed." in the fail pattern.
7431
884e37dc
PA
74322014-03-19 Pedro Alves <palves@redhat.com>
7433
7434 * gdb.base/async.exp (test_background): New procedure.
7435 Use it for all background execution command tests.
7436
148e57e2
PA
74372014-03-19 Pedro Alves <palves@redhat.com>
7438
7439 * gdb.base/async.exp: Use prepare_for_testing.
7440
f48088c7
PA
74412014-03-19 Pedro Alves <palves@redhat.com>
7442
7443 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
7444 the same line.
7445
e2f6c966
PA
74462014-03-19 Pedro Alves <palves@redhat.com>
7447
7448 * gdb.base/async.c (main): Add "jump here" and "until here" line
7449 marker comments.
7450 * gdb.base/async.exp (jump_here): New global.
7451 (jump& test): Use it.
7452 (until_here): New global.
7453 (until& test): Use it.
7454
c30568d4
PA
74552014-03-19 Pedro Alves <palves@redhat.com>
7456
7457 * gdb.base/async.exp: Don't frob gdb_protocol.
7458
0172b6a7
DE
74592014-03-18 Doug Evans <xdje42@gmail.com>
7460
7461 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
7462 Fix spelling of exec-done-display.
7463
06c868a8
JK
74642014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7465
7466 PR gdb/15358
7467 * gdb.base/gdb-sigterm.c: New file.
7468 * gdb.base/gdb-sigterm.exp: New file.
7469
0c7e1a46
PA
74702014-03-18 Pedro Alves <palves@redhat.com>
7471
7472 PR gdb/13860
7473 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
7474 * lib/mi-support.exp (mi_expect_stop): Add special handling for
7475 solib-event.
7476
f7c77d93
JB
74772014-03-17 Joel Brobecker <brobecker@adacore.com>
7478
7479 * gdb.ada/pckd_arr_ren: New testcase.
7480
5a1e8c7a
DE
74812014-03-13 Doug Evans <xdje42@gmail.com>
7482
7483 PR guile/16612
7484 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
7485 collect after discarding symbols.
7486
350e1a76
DE
74872014-03-13 Ludovic CourtĂšs <ludo@gnu.org>
7488 Doug Evans <xdje42@gmail.com>
7489
7490 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
7491 to history survives a gc.
7492
a69900ae
PA
74932014-03-13 Pedro Alves <palves@redhat.com>
7494
7495 * gdb.base/default.exp: Don't test "target procfs".
7496
5db9f0bd
PA
74972014-03-13 Pedro Alves <palves@redhat.com>
7498
7499 * gdb.base/default.exp: Update "target child" and "target procfs"
7500 tests to not expect "Unix".
7501
b3ccfe11
TT
75022014-03-12 Tom Tromey <tromey@redhat.com>
7503
7504 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
7505 New procs. Add target-async tests.
7506 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
7507 Add target-async tests.
7508
646f4417
AA
75092014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7510
7511 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
7512 'func_start' and 'func_end' for the beginning and end of the
7513 function code, respectively.
7514 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
7515 'func_end' instead of 'func' and 'main'.
7516
288c211f
AA
75172014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7518
7519 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
7520 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
7521 generate the debug info assembler source.
7522
e0c0f156
AA
75232014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7524
7525 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
7526 * gdb.dwarf2/arr-subrange.exp: Likewise.
7527 * gdb.dwarf2/dwz.exp: Likewise.
7528 * gdb.dwarf2/method-ptr.exp: Likewise.
7529 * gdb.dwarf2/missing-sig-type.exp: Likewise.
7530 * gdb.dwarf2/subrange.exp: Likewise.
7531 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
7532 * gdb.dwarf2/implptrpiece.exp: Likewise.
7533 * gdb.dwarf2/nostaticblock.exp: Likewise.
7534
0e5c4555
AA
75352014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7536
7537 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
7538 directory to absolute path name arguments.
7539
5ec18f2b
JG
75402014-03-10 Joel Brobecker <brobecker@adacore.com>
7541
7542 * gdb.ada/tagged_access: New testcase.
7543
847fc4f2
MM
75442014-03-07 Markus Metzger <markus.t.metzger@intel.com>
7545
7546 * gdb.btrace/data.exp: Update expected output.
7547
cc3da688
YQ
75482014-03-06 Yao Qi <yao@codesourcery.com>
7549
7550 * gdb.trace/pr16508.exp: New file.
7551
0f26cec1
PA
75522014-03-05 Pedro Alves <palves@redhat.com>
7553
7554 PR gdb/16575
7555 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
7556 procedure.
7557 (top level): Adjust to use it. Add tests that exercise breakpoint
7558 interaction with the code-cache.
7559
7a5a839f
LC
75602014-02-26 Ludovic CourtĂšs <ludo@gnu.org>
7561
7562 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
7563 test for 'history-append!'.
7564
31aa7e4e
JB
75652014-02-26 Joel Brobecker <brobecker@adacore.com>
7566
7567 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
7568 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
7569 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
7570 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
7571 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
7572 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
7573
1b588015
JB
75742014-02-26 Joel Brobecker <brobecker@adacore.com>
7575
7576 * testsuite/gdb.python/py-pp-re-notag.c: New file.
7577 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
7578 * testsuite/gdb.python/py-pp-re-notag.p: New file.
7579
55426c9d
JB
75802014-02-26 Joel Brobecker <brobecker@adacore.com>
7581
7582 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
7583
dc53a7ad
JB
75842014-02-26 Joel Brobecker <brobecker@adacore.com>
7585
7586 * gdb.dwarf2/arr-stride.c: New file.
7587 * gdb.dwarf2/arr-stride.exp: New file.
7588
12ab52e9
PA
75892014-02-26 Pedro Alves <palves@redhat.com>
7590
7591 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
7592 that won't ever trigger. Make sure that GDB reports the correct
7593 breakpoint that caused the stop.
7594
849c862e
JK
75952014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7596
7597 PR gdb/16626
7598 * gdb.base/auto-load-script: New file.
7599 * gdb.base/auto-load.c: New file.
7600 * gdb.base/auto-load.exp: New file.
7601
71b7d793
JK
7602 PR gdb/16626
7603 * gdb.base/auto-load.exp: Fix out-of-srctree run.
7604
e2f0d509
JK
76052014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7606
7607 Fix dw2-icycle.exp -fsanitize=address GDB crash.
7608 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
7609
50cc37c8
DE
76102014-02-24 Doug Evans <dje@google.com>
7611
7612 * lib/gdb.exp (run_on_host): Log error output if program fails.
7613
ea4758f2
PA
76142014-02-21 Pedro Alves <palves@redhat.com>
7615
7616 * gdb.threads/step-after-sr-lock.c: Rename to ...
7617 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
7618 * gdb.threads/step-after-sr-lock.exp: Rename to ...
7619 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7620 ... this.
7621
d7b30f67
SDJ
76222014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
7623
7624 PR tdep/16397
7625 * gdb.arch/amd64-stap-special-operands.exp: New file.
7626 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
7627 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
7628 * gdb.arch/amd64-stap-triplet.S: Likewise.
7629 * gdb.arch/amd64-stap-triplet.c: Likewise.
7630
83deb43f
JB
76312014-02-20 Joel Brobecker <brobecker@adacore.com>
7632
7633 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
7634 in .section pseudo-op.
7635
adde2bff
DE
76362014-02-20 lin zuojian <manjian2006@gmail.com>
7637 Joel Brobecker <brobecker@adacore.com>
7638 Doug Evans <xdje42@gmail.com>
7639
7640 PR symtab/16581
7641 * gdb.dwarf2/dw2-icycle.S: New file.
7642 * gdb.dwarf2/dw2-icycle.c: New file.
7643 * gdb.dwarf2/dw2-icycle.exp: New file.
7644
f7bd0f78
SC
76452014-02-19 Siva Chandra Reddy <sivachandra@google.com>
7646
7647 * gdb.python/py-value-cc.cc: Improve test case to enable testing
7648 operations on gdb.Value objects.
7649 * gdb.python/py-value-cc.exp: Add new test to test operations on
7650 gdb.Value objects.
7651
c17ef0d5
DE
76522014-02-18 Doug Evans <dje@google.com>
7653
7654 * Makefile.in (TESTS): New variable.
7655 (expanded_tests, expanded_tests_or_none): New variables
7656 (check-single): Pass $(expanded_tests_or_none) to runtest.
7657 (check-parallel): Only run tests in $(TESTS) if non-empty.
7658 (check/no-matching-tests-found): New rule.
7659 * README: Document TESTS makefile variable.
7660
5dd3176f
DE
76612014-02-18 Doug Evans <dje@google.com>
7662
7663 * Makefile.in (check-parallel): rm -rf outputs temp.
7664
0b10be4f
JK
76652014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7666
7667 Fix "ERROR: no fileid for" in the testsuite.
7668 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
7669
85f224e7
DE
76702014-02-12 Doug Evans <dje@google.com>
7671
7672 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
7673 (MISCELLANEOUS): New variable.
7674 (clean): rm -rf $(MISCELLANEOUS).
7675 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
7676 dwp live in the same directory as symlinks, with each symlink pointed
7677 to a differently named file in a different directory.
7678
149b30ff
DE
76792014-02-11 Doug Evans <dje@google.com>
7680
7681 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
7682 of Tcl file commands.
7683
1dfdac32
MK
76842014-02-10 Mark Kettenis <kettenis@gnu.org>
7685
7686 * gdb.threads/step-after-sr-lock.exp: Avoid executing
7687 "kill -SIGUSR1 -1".
7688
aa4fb036
JB
76892014-02-10 Joel Brobecker <brobecker@adacore.com>
7690
7691 * gdb.ada/tick_length_array_enum_idx: New testcase.
7692
ed3ef339
DE
76932014-02-10 Doug Evans <xdje42@gmail.com>
7694
7695 * configure.ac (AC_OUTPUT): Add gdb.guile.
7696 * configure: Regenerate.
7697 * lib/gdb-guile.exp: New file.
7698 * lib/gdb.exp (get_target_charset): New function.
7699 * gdb.base/help.exp: Update expected output from "apropos apropos".
7700 * gdb.guile/Makefile.in: New file.
7701 * gdb.guile/guile.exp: New file.
7702 * gdb.guile/scm-arch.c: New file.
7703 * gdb.guile/scm-arch.exp: New file.
7704 * gdb.guile/scm-block.c: New file.
7705 * gdb.guile/scm-block.exp: New file.
7706 * gdb.guile/scm-breakpoint.c: New file.
7707 * gdb.guile/scm-breakpoint.exp: New file.
7708 * gdb.guile/scm-disasm.c: New file.
7709 * gdb.guile/scm-disasm.exp: New file.
7710 * gdb.guile/scm-equal.c: New file.
7711 * gdb.guile/scm-equal.exp: New file.
7712 * gdb.guile/scm-error.exp: New file.
7713 * gdb.guile/scm-error.scm: New file.
7714 * gdb.guile/scm-frame-args.c: New file.
7715 * gdb.guile/scm-frame-args.exp: New file.
7716 * gdb.guile/scm-frame-args.scm: New file.
7717 * gdb.guile/scm-frame-inline.c: New file.
7718 * gdb.guile/scm-frame-inline.exp: New file.
7719 * gdb.guile/scm-frame.c: New file.
7720 * gdb.guile/scm-frame.exp: New file.
7721 * gdb.guile/scm-generics.exp: New file.
7722 * gdb.guile/scm-gsmob.exp: New file.
7723 * gdb.guile/scm-iterator.c: New file.
7724 * gdb.guile/scm-iterator.exp: New file.
7725 * gdb.guile/scm-math.c: New file.
7726 * gdb.guile/scm-math.exp: New file.
7727 * gdb.guile/scm-objfile-script-gdb.in: New file.
7728 * gdb.guile/scm-objfile-script.c: New file.
7729 * gdb.guile/scm-objfile-script.exp: New file.
7730 * gdb.guile/scm-objfile.c: New file.
7731 * gdb.guile/scm-objfile.exp: New file.
7732 * gdb.guile/scm-ports.exp: New file.
7733 * gdb.guile/scm-pretty-print.c: New file.
7734 * gdb.guile/scm-pretty-print.exp: New file.
7735 * gdb.guile/scm-pretty-print.scm: New file.
7736 * gdb.guile/scm-section-script.c: New file.
7737 * gdb.guile/scm-section-script.exp: New file.
7738 * gdb.guile/scm-section-script.scm: New file.
7739 * gdb.guile/scm-symbol.c: New file.
7740 * gdb.guile/scm-symbol.exp: New file.
7741 * gdb.guile/scm-symtab-2.c: New file.
7742 * gdb.guile/scm-symtab.c: New file.
7743 * gdb.guile/scm-symtab.exp: New file.
7744 * gdb.guile/scm-type.c: New file.
7745 * gdb.guile/scm-type.exp: New file.
7746 * gdb.guile/scm-value-cc.cc: New file.
7747 * gdb.guile/scm-value-cc.exp: New file.
7748 * gdb.guile/scm-value.c: New file.
7749 * gdb.guile/scm-value.exp: New file.
7750 * gdb.guile/source2.scm: New file.
7751 * gdb.guile/types-module.cc: New file.
7752 * gdb.guile/types-module.exp: New file.
7753
7026a7c1
YQ
77542014-02-10 Yao Qi <yao@codesourcery.com>
7755
7756 PR testsuite/16543
7757 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
7758 * configure: Regenerated.
7759 * Makefile.in: New file.
7760
6c466447
AS
77612014-02-08 Andreas Schwab <schwab@linux-m68k.org>
7762
7763 * gdb.python/py-framefilter.exp: Fix typo.
7764
6e854735
YQ
77652014-02-08 Yao Qi <yao@codesourcery.com>
7766
7767 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
7768 that no =breakpoint-modified is emitted when breakpoints are
7769 modified through MI commands.
7770
d137e6dc
PA
77712014-02-07 Pedro Alves <pedro@codesourcery.com>
7772 Pedro Alves <palves@redhat.com>
7773
7774 * gdb.threads/step-after-sr-lock.c: New file.
7775 * gdb.threads/step-after-sr-lock.exp: New file.
7776
b5ee5a50
PA
77772014-02-07 Pedro Alves <palves@redhat.com>
7778
7779 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
7780
3c77faf3
JK
77812014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7782
7783 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
7784 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
7785
6dddc817
DE
77862014-02-06 Doug Evans <xdje42@gmail.com>
7787
7788 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
7789 output.
7790
7791 * gdb.gdb/python-interrupts.exp: New file.
7792
de7b2893
YQ
77932014-02-05 Yao Qi <yao@codesourcery.com>
7794
7795 * gdb.trace/report.exp (use_collected_data): Test the output
7796 of "info threads" and "info inferiors".
7797
66d032ac
YQ
77982014-02-05 Yao Qi <yao@codesourcery.com>
7799
7800 Revert this patch:
7801
7802 2013-05-24 Yao Qi <yao@codesourcery.com>
7803
7804 * gdb.trace/tfile.exp: Test inferior and thread.
7805
591a12a1
UW
78062014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7807
7808 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
7809 on a function.
7810 * gdb.base/step-bt.c: Call hello via function pointer to make
7811 sure its first instruction is executed on powerpc64le-linux.
7812
0ff3e01f
UW
78132014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7814
7815 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
7816
084ee545
UW
78172014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7818
7819 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
7820 of the test patterns for use on little-endian systems.
7821
6ed14ff3
UW
78222014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7823
7824 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
7825 (decimal_vector): Fix for little-endian.
7826
401e27fd
JM
78272014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
7828
7829 * gdb.arch/sparc-sysstep.exp: New file.
7830 * gdb.arch/sparc-sysstep.c: Likewise.
7831
7832 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
7833
8b924729
EBM
78342014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7835
7836 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
7837
fb151210
JB
78382014-01-23 Tom Tromey <tromey@redhat.com>
7839
7840 * gdb.ada/array_char_idx: New testcase.
7841
0740f8d8
TT
78422014-01-23 Tom Tromey <tromey@redhat.com>
7843
7844 PR python/16487:
7845 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
7846 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
7847 classes.
7848
21909fa1
TT
78492014-01-23 Tom Tromey <tromey@redhat.com>
7850
7851 PR python/16491:
7852 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
7853 string from an inferior frame.
7854 * gdb.python/py-framefilter-mi.exp: Update.
7855
87ce2a04
DE
78562014-01-22 Doug Evans <dje@google.com>
7857
7858 * gdb.server/server-mon.exp: Add tests for "set debug-format".
7859
237b092b
AA
78602014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7861
7862 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
7863
d674a709
AA
78642014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7865
7866 * gdb.trace/entry-values.exp: Remove excess space character from
7867 regex patterns. Handle s390 call instruction.
7868
20fa3390
AA
78692014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7870
7871 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
7872 define "*_start" label. Make "name" static.
7873 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
7874 ${name} by references to ${name}_start.
7875
78466714
AA
78762014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7877
7878 * gdb.base/info-macros.exp: Remove "debug" from the compile
7879 options.
7880
ec9f644a
IB
78812014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7882
7883 * gdb.dlang/demangle.exp: New file.
7884
94b1b47e
IB
78852014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7886
7887 * gdb.dlang/primitive-types.exp: New file.
7888
7f420862
IB
78892014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7890
7891 * configure.ac: Create gdb.dlang/Makefile.
7892 * configure: Regenerate.
7893 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
7894 * gdb.dlang/Makefile.in: New file.
7895 * lib/d-support.exp: New file.
7896 * lib/gdb.exp (skip_d_tests): New proc.
7897
52834460
MM
78982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7899
7900 * gdb.btrace/delta.exp: Check reverse stepi.
7901 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
7902 * gdb.btrace/finish.exp: New.
7903 * gdb.btrace/next.exp: New.
7904 * gdb.btrace/nexti.exp: New.
7905 * gdb.btrace/record_goto.c: Add comments.
7906 * gdb.btrace/step.exp: New.
7907 * gdb.btrace/stepi.exp: New.
7908 * gdb.btrace/multi-thread-step.c: New.
7909 * gdb.btrace/multi-thread-step.exp: New.
7910 * gdb.btrace/rn-dl-bind.c: New.
7911 * gdb.btrace/rn-dl-bind.exp: New.
7912 * gdb.btrace/data.c: New.
7913 * gdb.btrace/data.exp: New.
7914 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7915
6e07b1d2
MM
79162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7917
7918 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
7919 * gdb.btrace/exception.exp: Update.
7920 * gdb.btrace/instruction_history.exp: Update.
7921 * gdb.btrace/record_goto.exp: Update.
7922 * gdb.btrace/tailcall.exp: Update.
7923 * gdb.btrace/unknown_functions.exp: Update.
7924 * gdb.btrace/delta.exp: New.
7925
0b722aec
MM
79262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7927
7928 * gdb.btrace/record_goto.exp: Add backtrace test.
7929 * gdb.btrace/tailcall.exp: Add backtrace test.
7930
066ce621
MM
79312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7932
7933 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
7934 * gdb.btrace/record_goto.c: New.
7935 * gdb.btrace/record_goto.exp: New.
7936 * gdb.btrace/x86-record_goto.S: New.
7937
0688d04e
MM
79382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7939
7940 * gdb.btrace/function_call_history.exp: Update tests.
7941 * gdb.btrace/instruction_history.exp: Update tests.
7942
8710b709
MM
79432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7944
7945 * gdb.btrace/function_call_history.exp: Fix expected field
7946 order for "record function-call-history".
7947 Add new tests for "record function-call-history /c".
7948 * gdb.btrace/exception.cc: New.
7949 * gdb.btrace/exception.exp: New.
7950 * gdb.btrace/tailcall.exp: New.
7951 * gdb.btrace/x86-tailcall.S: New.
7952 * gdb.btrace/x86-tailcall.c: New.
7953 * gdb.btrace/unknown_functions.c: New.
7954 * gdb.btrace/unknown_functions.exp: New.
7955 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7956
5de9129b
MM
79572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7958
7959 * gdb.btrace/instruction_history.exp: Update.
7960 * gdb.btrace/function_call_history.exp: Update.
7961
23a7fe75
MM
79622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7963
7964 * gdb.btrace/function_call_history.exp: Fix expected function
7965 trace.
7966 * gdb.btrace/instruction_history.exp: Initialize traced.
7967 Remove traced_functions.
7968
724c7dd8
MM
79692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7970
7971 * gdb.btrace/function_call_history.exp: Update
7972 * gdb.btrace/instruction_history.exp: Update.
7973
6d78d93b
MM
79742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7975
7976 * gdb.btrace/enable.exp: Update expected text.
7977
93a360cc
OJ
79782014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
7979
7980 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
7981 bytes.
7982
3772b53f
MR
79832014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
7984
7985 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
7986
596662fa
OJ
79872014-01-15 Omair Javaid <omair.javaid@linaro.org>
7988
7989 * lib/gdb.exp (supports_process_record): Return true for
7990 arm*-linux*. (supports_reverse): Likewise.
7991
b5b08fb4
SC
79922014-01-13 Siva Chandra Reddy <sivachandra@google.com>
7993
7994 PR python/15464
7995 PR python/16113
7996 * gdb.python/py-type.c: Enhance test case.
7997 * gdb.python/py-value-cc.cc: Likewise
7998 * gdb.python/py-type.exp: Add new tests.
7999 * gdb.python/py-value-cc.exp: Likewise
8000
52d7fb13
AA
80012014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8002 Pedro Alves <palves@redhat.com>
8003
8004 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
8005 Make "name" extern.
8006 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
8007 references to ${name}_start by references to ${name}.
8008
a2cd8cfe
JB
80092014-01-10 Joel Brobecker <brobecker@adacore.com>
8010
8011 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
8012
4e23fced
JB
80132014-01-10 Joel Brobecker <brobecker@adacore.com>
8014
8015 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
8016
c6a9e42c
PA
80172014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
8018 Pedro Alves <palves@redhat.com>
8019
8020 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 8021 mi_gdb_target_load.
c6a9e42c 8022
b7ea362b
PA
80232014-01-08 Pedro Alves <palves@redhat.com>
8024
8025 * gdb.threads/reconnect-signal.c: New file.
8026 * gdb.threads/reconnect-signal.exp: New file.
8027
5e3f4fab
EBM
80282014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8029
8030 * gdb.base/source-dir.exp: New file.
8031
79301218
JB
80322014-01-07 Joel Brobecker <brobecker@adacore.com>
8033
8034 * gdb.ada/mi_interface: New testcase.
8035
8e355c5d
JB
80362014-01-07 Joel Brobecker <brobecker@adacore.com>
8037
8038 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
8039 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
8040 gdb.ada/pp-rec-component/pck.ads: New files.
8041
c0d48811
JB
80422014-01-07 Joel Brobecker <brobecker@adacore.com>
8043
8044 * gdb.python/py-pp-integral.c: New file.
8045 * gdb.python/py-pp-integral.py: New file.
8046 * gdb.python/py-pp-integral.exp: New file.
8047
17b609c3 8048For older changes see ChangeLog-1993-2013.
c906108c 8049\f
8d8cb839
EZ
8050;; Local Variables:
8051;; mode: change-log
8052;; left-margin: 8
8053;; fill-column: 74
8054;; version-control: never
8055;; End:
902f2ccb 8056
618f726f 8057 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
8058 Copying and distribution of this file, with or without modification,
8059 are permitted provided the copyright notice and this notice are preserved.