]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
testsuite: Support detection of Intel compilers via test_compiler_version.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
a14d1f4d
BH
12016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
2
3 * lib/compiler.c: Add Intel specific preprocessor macros.
4 * lib/compiler.cc: Likewise.
5
7d49b1d0
LM
62016-04-13 Luis Machado <lgustavo@codesourcery.com>
7
8 * gdb.server/connect-with-no-symbol-file.c: New file.
9 * gdb.server/connect-with-no-symbol-file.exp: New file.
10
8392fa22
SM
112016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12
13 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
14
8c4c4aeb
SM
152016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16
17 * boards/gdbserver-base.exp (${board}_download): Copy source file to
18 standard output directory.
19
45e3745e
AT
202016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
21
22 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
23
e26b7e41
MM
242016-04-13 Markus Metzger <markus.t.metzger@intel.com>
25
26 * gdb.btrace/instruction_history.c (loop): Add declaration.
27
8ce09462
AT
282016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
29
30 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
31
2e88a1ea
SM
322016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
33
34 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
35 parentheses to print.
36 (continue_handler): Likewise.
37
f48e22e3
SM
382016-04-08 Simon Marchi <simon.marchi@ericsson.com>
39
40 * gdb.server/solib-list.exp: Remove is_remote check.
41 Pass shlib= to gdb_compile. Don't link shared library with
42 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
43 Run binary filename through "readlink -f" on the target.
44
096be756
PA
452016-04-08 Pedro Alves <palves@redhat.com>
46
47 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
48 interpreter filename as argument to gdbserver_spawn.
49 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
50 Return empty if $last_loaded_file does not exist.
51
06500533
JK
522016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
53
54 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
55 * gdb.base/jit-main.c: Use exit after usage.
56
2d35e871
JK
572016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
58
59 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
60 GDBHISTSIZE prior to the tests.
61 * gdb.base/gdbinit-history.exp: Likewise.
62
632016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
64
65 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
66 instead of build_executable. Use gdb_load_shlibs.
67
c8064e7e
YQ
682016-04-07 Yao Qi <yao.qi@linaro.org>
69
70 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
71 Execute "si" command.
72
bde47561
YQ
732016-04-07 Yao Qi <yao.qi@linaro.org>
74
75 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
76 number instead of the comments on some line.
77
b16f8a3b
DB
782016-04-06 Don Breazeal <donb@codesourcery.com>
79
80 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
81 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
82
c2f901df
SM
832016-04-06 Simon Marchi <simon.marchi@ericsson.com>
84
85 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
86 standard_output_file. Remove unused binfile variable.
87
ac17fda0
CU
882016-04-05 Catalin Udma <catalin.udma@freescale.com>
89
90 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
91 * gdb.python/py-mi-objfile.exp: Match "list main" output
92 in console format.
93
03a8c4df
SM
942016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
95
96 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
97 absolute.
98
6e774b13
SM
992016-04-05 Simon Marchi <simon.marchi@ericsson.com>
100
101 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
102 absolute.
103 * gdb.trace/ftrace.exp: Likewise.
104 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
105 targets as well.
106 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
107 (gdb_load_shlibs): Copy libraries to test directory when testing
108 natively. Only set solib-search-path if testing remotely.
109 * lib/mi-support.exp (mi_load_shlibs): Likewise.
110
7817ea46
SM
1112016-04-05 Simon Marchi <simon.marchi@ericsson.com>
112
113 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
114 gdb_download. Use it even if the target is not remote.
115 * gdb.base/jit.exp (compile_jit_test): Likewise.
116 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
117 output directory if the destination board is local, otherwise use
118 the standard remote_download from DejaGnu.
119 (gdb_download): Remove.
120 (gdb_load_shlibs): Use gdb_remote_download instead of
121 gdb_download.
122 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
123 Use gdb_remote_download instead of gdb_download. Use it even if
124 the target is not remote.
125 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
126 instead of gdb_download.
127
7beb7f68
SM
1282016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
129
130 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
131 (test_insert_delete_modify): Call mi_load_shlibs before trying to
132 run.
133
cc63428a
AV
1342016-04-01 Artemiy Volkov <artemiyv@acm.org>
135
136 PR gdb/19820
137 * gdb.base/printcmds.exp: Add artificial arrays tests.
138
64cdf930
PA
1392016-03-31 Pedro Alves <palves@redhat.com>
140
141 PR gdb/19858
142 * gdb.base/jit-main.c: Include unistd.h.
143 (ATTACH): Define to 0 if not already defined.
144 (wait_for_gdb, mypid): New globals.
145 (WAIT_FOR_GDB): New macro.
146 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
147 some breakpoint locations.
148 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
149 New procedures.
150 (one_jit_test): Add REATTACH parameter, and handle it. Use
151 continue_to_test_location.
152 (top level): Test attach, and adjusts calls to one_jit_test.
153
40dea8cb
PA
1542016-03-31 Pedro Alves <palves@redhat.com>
155
156 PR gdb/19858
157 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
158 BINSUFFIX parameter, and handle it.
159 (top level): Adjust calls compile_jit_test.
160
e7ea3ec7
CU
1612016-03-31 Catalin Udma <catalin.udma@freescale.com>
162
163 PR python/19743
164 * gdb.python/py-mi-events-gdb.py: New file.
165 * gdb.python/py-mi-events.c: New file.
166 * gdb.python/py-mi-events.exp: New file.
167
e6359af3
YQ
1682016-03-30 Yao Qi <yao.qi@linaro.org>
169
170 * gdb.reverse/until-precsave.exp: Match function name only.
171 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
172 Move malloc to a condition block.
173 * gdb.reverse/until-reverse.exp: Match function name only.
174
a4105d04
MK
1752016-03-29 Marcin Koƛcielnicki <koriakin@0x04.net>
176
177 * gdb.trace/ftrace.exp: Set arg0exp for s390.
178 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
179 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
180 variable for GPR 0 instead of assuming it is register 0.
181 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
182 * lib/trace-support.exp: Add s390 registers.
183
bfa6adb9
YQ
1842016-03-29 Yao Qi <yao.qi@linaro.org>
185
186 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
187
1e6697ea
YQ
1882016-03-24 Yao Qi <yao.qi@linaro.org>
189
190 * gdb.reverse/break-reverse.exp: Add quotation mark in the
191 test message.
192
64bcd522
AA
1932016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
194
195 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
196 maintaining separate logic for constructing the output path.
197
7868401b
DB
1982016-03-16 Don Breazeal <donb@codesourcery.com>
199
200 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
201 Retry fork and waitpid on interrupted system call errors.
202 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
203 Use with_timeout_factor to increase timeout by factor of 10.
204
1cafadb4
DB
2052016-03-15 Don Breazeal <donb@codesourcery.com>
206
207 * gdb.cp/scope-err.cc: New test program.
208 * gdb.cp/scope-err.exp: New test script.
209 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
210 lines and "set breakpoint here" comment.
211 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
212 Fixed some whitespace and format issues.
213 * gdb.mi/mi-linespec-err-cp.cc: New test program.
214 * gdb.mi/mi-linespec-err-cp.exp: New test script.
215
81516450
DE
2162016-03-15 Doug Evans <dje@google.com>
217
218 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
219 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
220 All callers updated. Add tests for enums, mixed flags register.
221
aa52b601
DE
2222016-03-15 Doug Evans <dje@google.com>
223
224 * gdb.base/skip.c (main): Call test_skip_file_and_function.
225 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
226
fa4ff313
SM
2272016-03-14 Simon Marchi <simon.marchi@ericsson.com>
228
229 * gdb.base/default.exp: Add $_as_string to the list of expected
230 convenience functions.
231
f2403c39
AB
2322016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
233
234 * gdb.base/maint.exp: New tests for 'maint info line-table'.
235
f2f3ccb9
SM
2362016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
237
238 * gdb.python/py-as-string.exp: New file.
239 * gdb.python/py-as-string.c: New file.
240
00dbd492
PA
2412016-03-09 Pedro Alves <palves@redhat.com>
242
243 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
244 signal" -> "Thread NN received signal" output change.
245 * gdb.threads/ia64-sigill.exp: Likewise.
246 * gdb.threads/linux-dp.exp: Likewise.
247 * gdb.threads/manythreads.exp: Likewise.
248 * gdb.threads/pending-step.exp: Likewise.
249 * gdb.threads/print-threads.exp: Likewise.
250 * gdb.threads/sigstep-threads.exp: Likewise.
251 * gdb.threads/staticthreads.exp: Likewise.
252 * gdb.threads/tls.exp: Likewise.
253
1e6697ea
YQ
2542016-03-09 Pedro Alves <palves@redhat.com>
255
256 * gdb.base/command-line-input.exp: New file.
257
b04fd3be
MK
2582016-03-09 Marcin Koƛcielnicki <koriakin@0x04.net>
259
260 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
261 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
262 * gdb.trace/pending.exp: Accept leading dot before function name.
263 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
264 * lib/trace-support.exp: Set registers for ppc.
265
98fa59e9
MK
2662016-03-09 Marcin Koƛcielnicki <koriakin@0x04.net>
267
268 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
269 use it for disassembly; accept .main in addition to main in backtrace.
270
f77198c8
MK
2712016-03-09 Wei-cheng Wang <cole945@gmail.com>
272 Marcin Koƛcielnicki <koriakin@0x04.net>
273
274 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
275 (gdb_recursion_test_ptr): New global variable.
276 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
277 gdb_recursion_test.
278 (gdb_c_test): Ditto.
279
ba84e0da
MK
2802016-03-09 Marcin Koƛcielnicki <koriakin@0x04.net>
281
282 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
283 ordering.
284
4366d36e
MK
2852016-03-09 Marcin Koƛcielnicki <koriakin@0x04.net>
286
287 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
288 (bar): Add bar_start_lbl label.
289 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
290 of foo/bar for emitting DWARF and tracing.
291
5eb264df
SDJ
2922016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
293
294 * analyze-racy-logs.py: Set executable bit.
295
fb6a751f
SDJ
2962016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
297
298 * Makefile.in (DEFAULT_RACY_ITER): New variable.
299 (CHECK_TARGET_TMP): Likewise.
300 (check-single-racy): New rule.
301 (check-parallel-racy): Likewise.
302 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
303 (do-check-parallel-racy): New rule.
304 (check-racy/%.exp): Likewise.
305 * README (Racy testcases): New section.
306 * analyze-racy-logs.py: New file.
307
bdf7e230
DE
3082016-03-03 Doug Evans <dje@google.com>
309
310 * gdb.base/skip.exp: Use with_test_prefix.
311
4719d415
YQ
3122016-03-03 Yao Qi <yao.qi@linaro.org>
313
314 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
315 Invoke step_over_syscall "clone" and break_cond_on_syscall
316 "clone".
317 * gdb.base/step-over-clone.c: New file.
318
ea507862
YQ
3192016-03-03 Yao Qi <yao.qi@linaro.org>
320
321 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
322 code format.
323
8fc8cbda
YQ
3242016-03-03 Yao Qi <yao.qi@linaro.org>
325
326 * gdb.base/disp-step-fork.c: Rename to ...
327 * gdb.base/step-over-fork.c: ... it. New file.
328 * gdb.base/disp-step-vfork.c: Rename to ...
329 * gdb.base/step-over-vfork.c: ... it. New file.
330 * gdb.base/disp-step-syscall.exp: Rename to ...
331 * gdb.base/step-over-syscall.exp: ... it. New file.
332 (disp_step_cross_syscall): Rename to ...
333 (step_over_syscall): ... it.
334
92fa70b0
YQ
3352016-03-03 Yao Qi <yao.qi@linaro.org>
336
337 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
338 If target supports condition evaluation on target, invoke
339 break_cond_on_syscall for fork and vfork.
340
e197ad3c
YQ
3412016-03-03 Yao Qi <yao.qi@linaro.org>
342
343 * gdb.base/disp-step-syscall.exp: Don't invoke
344 support_displaced_stepping.
345 (disp_step_cross_syscall): Test with displaced stepping off and
346 on if supported.
347
0b47da9f
YQ
3482016-03-03 Yao Qi <yao.qi@linaro.org>
349
350 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
351 proc.
352 (setup): New proc.
353 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
354 and setup.
355
065ab6dc
BH
3562016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
357
358 * gdb.fortran/vla-history.exp: Remove breakpoint.
359
07e448ad 3602016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
361
362 * gdb.fortran/vla-history.exp: Lookup array elements and printing exceeds timeout.
363
9ac2d526 3642016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
365
366 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an breakpoint.
367
17807369
BH
3682016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
369
370 * gdb.mi/vla.f90: Nullify pointer after declaration.
371
86e501af
PA
3722016-03-01 Pedro Alves <palves@redhat.com>
373
374 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
375
1e903e32
PA
3762016-03-01 Pedro Alves <palves@redhat.com>
377
378 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
379 before anything else.
380 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
381 _GNU_SOURCE here.
382 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
383 before anything else.
384 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
385
6ccb54e2
PA
3862016-03-01 Pedro Alves <palves@redhat.com>
387
388 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
389
30ca9da1
YQ
3902016-03-01 Yao Qi <yao.qi@linaro.org>
391
392 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
393 prepare_for_testing.
394
dc856b38
YQ
3952016-03-01 Yao Qi <yao.qi@linaro.org>
396
397 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
398
4a932159
AA
3992016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
400
401 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
402 manually constructing the output path.
403
f2489477
AA
4042016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
405
406 * gdb.arch/s390-stackless.S: New.
407 * gdb.arch/s390-stackless.exp: New.
408
38899f16
IB
4092016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
410
411 * gdb.dlang/circular.c: New file.
412 * gdb.dlang/circular.exp: New file.
413
9fde51ed
YQ
4142016-02-26 Yao Qi <yao.qi@linaro.org>
415
416 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
417 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
418 (testcases): Update.
419
ce90fefe
YQ
4202016-02-26 Yao Qi <yao.qi@linaro.org>
421
422 * gdb.reverse/aarch64.c: Rename to ...
423 * gdb.reverse/insn-reverse.c: ... it.
424 * gdb.reverse/aarch64.exp: Rename to ...
425 * gdb.reverse/insn-reverse.exp: ... it.
426
3263bceb
YQ
4272016-02-26 Yao Qi <yao.qi@linaro.org>
428
429 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
430 (testcase_ftype): New.
431 (testcases): New array.
432 (n_testcases): New.
433 (main): Call each element in testcases.
434 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
435 (read_testcase): New.
436 Do the tests in a loop.
437
6cb59ff1
YQ
4382016-02-25 Yao Qi <yao.qi@linaro.org>
439
440 * gdb.base/branches.c: Remove.
441
ae91f625
MK
4422016-02-25 Marcin Koƛcielnicki <koriakin@0x04.net>
443
444 PR gdb/13808
445 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
446
678b48b7
MK
4472016-02-25 Marcin Koƛcielnicki <koriakin@0x04.net>
448
449 * gdb.trace/ftrace.exp: Remove unnecessary target check.
450
7337a6f2
MK
4512016-02-25 Marcin Koƛcielnicki <koriakin@0x04.net>
452
453 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
454 change x86_64 call_insn to 'callq'.
455
861ca91f
AT
4562016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
457
458 * gdb.trace/tfile-avx.c: Move to...
459 * gdb.trace/tracefile-pseudo-reg.c: Here.
460 * gdb.trace/tfile-avx.exp: Move to...
461 * gdb.trace/tracefile-pseudo-reg.exp: Here.
462
bf74e428
GB
4632016-02-24 Gary Benson <gbenson@redhat.com>
464
465 * gdb.base/attach-pie-noexec.exp: Do not expect an error
466 message on attach.
467
cce0e923
DE
4682016-02-23 Doug Evans <dje@google.com>
469
470 * gdb.base/skip.c (test_skip): New function.
471 (end_test_skip_file_and_function): New function.
472 (test_skip_file_and_function): New function.
473 * gdb.base/skip1.c (test_skip): New function.
474 (skip1_test_skip_file_and_function): New function.
475 * gdb.base/skip.exp: Add tests for new skip options.
476 * gdb.base/skip-solib.exp: Update expected output.
477 * gdb.perf/skip-command.cc: New file.
478 * gdb.perf/skip-command.exp: New file.
479 * gdb.perf/skip-command.py: New file.
480
4000e47e
MK
4812016-02-22 Marcin Koƛcielnicki <koriakin@0x04.net>
482
483 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
484 info registers pattern.
485
24f75ead
IB
4862016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
487
488 * lib/future.exp: Add D support.
489 (gdb_find_gdc): New proc.
490 (gdb_default_target_compile): Add D support.
491
fbb7bcbe
WW
4922016-02-18 Wei-cheng Wang <cole945@gmail.com>
493
494 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
495 user+system time.
496 (trace_speed_test): Determine the iteration count for a time
497 between 15..30 seconds.
498
012b3a21
WT
4992016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
500
501 * gdb.arch/i386-mpx-sigsegv.c: New file.
502 * gdb.arch/i386-mpx-sigsegv.exp: New file.
503 * gdb.arch/i386-mpx-simple_segv.c: New file.
504 * gdb.arch/i386-mpx-simple_segv.exp: New file.
505
2d5189bd
YQ
5062016-02-18 Yao Qi <yao.qi@linaro.org>
507
508 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
509 Don't call setup_kfail.
510
40fb20d0
YQ
5112016-02-18 Yao Qi <yao.qi@linaro.org>
512
513 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
514 Set "set breakpoint condition-evaluation" per $cond_bp_target.
515
21b1f8d2
DE
5162016-02-16 Doug Evans <dje@google.com>
517
518 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
519 * gdb.base/skip1.c: Ditto.
520 * gdb.base/skip.exp: Whitespace cleanup.
521
4041ed77
DB
5222016-02-16 Don Breazeal <donb@codesourcery.com>
523
524 PR remote/19496
525 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
526 Remove kfail for PR remote/19496.
527
c4ef31bf
SM
5282016-02-16 Simon Marchi <simon.marchi@ericsson.com>
529
530 * lib/gdb.exp (standard_temp_file): Return a path specific to
531 the runtest invocation.
532
266b65b3
SM
5332016-02-16 Simon Marchi <simon.marchi@ericsson.com>
534
535 * gdb.trace/save-trace.exp: Change relative path to be in the
536 standard output directory.
537
a7a0a6a9
JK
5382016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
539
540 * gdb.arch/i386-prologue.c: Add missing prototypes.
541
c99dbb42
JK
5422016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
543
544 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
545 * gdb.arch/i386-prologue.exp: Likewise.
546 * gdb.arch/i386-size.exp: Likewise.
547
aa480355
SM
5482016-02-15 Simon Marchi <simon.marchi@ericsson.com>
549
550 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
551 define object file path.
552 * gdb.btrace/gcore.exp: Use standard_output_file to define core
553 file path.
554 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
555 standard_output_file to define binfile.
556
ba881f50
JK
5572016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
558
559 Fix compatibility with recent gfortran-5.3.1.
560 * gdb.fortran/vla-history.exp (print vla1 allocated)
561 (print vla2 allocated, print $2, print $3): Remove
562 (print $4): Rename to ...
563 (print $2): ... here.
564 (print $9): Rename to ...
565 (print $5): ... here.
566 (print $10): Rename to ...
567 (print $6): ... here.
568 * gdb.fortran/vla.f90: Add pvla initialization.
569
e9fb005c
JK
5702016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
571
572 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
573 New test.
574 * gdb.fortran/vla-value-sub.exp: Likewise.
575
e44e00ff
MK
5762016-02-12 Marcin Koƛcielnicki <koriakin@0x04.net>
577
578 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
579
97e94151
SM
5802016-02-12 Simon Marchi <simon.marchi@ericsson.com>
581
582 * i386-biarch-core.exp: Define corefile using
583 standard_output_file.
584
01113bc1
YQ
5852016-02-12 Yao Qi <yao.qi@linaro.org>
586
587 * gdb.arch/arm-single-step-kernel-helper.c: New.
588 * gdb.arch/arm-single-step-kernel-helper.exp: New.
589
33b4777c
MM
5902016-02-12 Markus Metzger <markus.t.metzger@intel.com>
591
592 * gdb.btrace/tailcall-only.exp: New.
593 * gdb.btrace/tailcall-only.c: New.
594 * gdb.btrace/x86_64-tailcall-only.S: New.
595 * gdb.btrace/i686-tailcall-only.S: New.
596
acc23c11
PA
5972016-02-11 Pedro Alves <palves@redhat.com>
598
599 * README (Parallel testing): Add missing double quotes.
600
e352bf0a
PA
6012016-02-11 Pedro Alves <palves@redhat.com>
602
603 * README (Parallel testing): New section.
604 (GDB_PARALLEL): Rewrite.
605 (FORCE_PARALLEL): Document.
606
9f5fed78
MK
6072016-02-11 Marcin Koƛcielnicki <koriakin@0x04.net>
608
609 * gdb.trace/tfile-avx.c: New test.
610 * gdb.trace/tfile-avx.exp: New test.
611
9ef9e6a6
KS
6122016-02-09 Keith Seitz <keiths@redhat.com>
613
614 PR breakpoints/19546
615 * gdb.base/infcall-exec.c: New file.
616 * gdb.base/infcall-exec2.c: New file.
617 * gdb.base/infcall-exec.exp: New file.
618
a96e36da
KS
6192016-02-09 Keith Seitz <keiths@redhat.com>
620
621 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
622 (toplevel): Call test_bkpt_address.
623
9f61929f
KS
6242016-02-09 Keith Seitz <keiths@redhat.com>
625
626 PR python/19506
627 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
628 (toplevel): Call test_bkpt_address.
629
1e94266c
SM
6302016-02-09 Simon Marchi <simon.marchi@ericsson.com>
631
632 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
633 to AC_OUTPUT.
634 * configure: Regenerate.
635
2a7f3dff
PA
6362016-02-09 Pedro Alves <palves@redhat.com>
637
638 PR breakpoints/19548
639 * gdb.base/execl-update-breakpoints.c (some_function): New
640 function.
641 (main): Call it.
642 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
643 Tighten expected GDB output.
644
2151ccc5
SM
6452016-02-08 Simon Marchi <simon.marchi@ericsson.com>
646
647 * Makefile.in (ALL_SUBDIRS): Remove.
648 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
649 (distclean maintainer-clean realclean): Likewise.
650 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
651 * configure: Regenerate.
652 * gdb.ada/Makefile.in: Delete.
653 * gdb.arch/Makefile.in: Likewise.
654 * gdb.asm/Makefile.in: Likewise.
655 * gdb.base/Makefile.in: Likewise.
656 * gdb.btrace/Makefile.in: Likewise.
657 * gdb.cell/Makefile.in: Likewise.
658 * gdb.compile/Makefile.in: Likewise.
659 * gdb.cp/Makefile.in: Likewise.
660 * gdb.disasm/Makefile.in: Likewise.
661 * gdb.dlang/Makefile.in: Likewise.
662 * gdb.dwarf2/Makefile.in: Likewise.
663 * gdb.fortran/Makefile.in: Likewise.
664 * gdb.gdb/Makefile.in: Likewise.
665 * gdb.go/Makefile.in: Likewise.
666 * gdb.guile/Makefile.in: Likewise.
667 * gdb.java/Makefile.in: Likewise.
668 * gdb.linespec/Makefile.in: Likewise.
669 * gdb.mi/Makefile.in: Likewise.
670 * gdb.modula2/Makefile.in: Likewise.
671 * gdb.multi/Makefile.in: Likewise.
672 * gdb.objc/Makefile.in: Likewise.
673 * gdb.opencl/Makefile.in: Likewise.
674 * gdb.opt/Makefile.in: Likewise.
675 * gdb.pascal/Makefile.in: Likewise.
676 * gdb.perf/Makefile.in: Likewise.
677 * gdb.python/Makefile.in: Likewise.
678 * gdb.reverse/Makefile.in: Likewise.
679 * gdb.server/Makefile.in: Likewise.
680 * gdb.stabs/Makefile.in: Likewise.
681 * gdb.threads/Makefile.in: Likewise.
682 * gdb.trace/Makefile.in: Likewise.
683 * gdb.xml/Makefile.in: Likewise.
684 * lib/gdb.exp (make_gdb_parallel_path): Add check for
685 GDB_PARALLEL.
686 (standard_output_file): Remove check for GDB_PARALLEL, always
687 return path in outputs/$subdir/$testname.
688
437277d4
SM
6892016-02-08 Simon Marchi <simon.marchi@ericsson.com>
690
691 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
692 (site.exp): Assign abs_srcdir to tcl's srcdir.
693
31d913c7
YQ
6942016-02-04 Yao Qi <yao.qi@linaro.org>
695
696 * gdb.base/foll-exec-mode.c: Include limits.h.
697 (main): Add parameters argc and argv. Get directory from
698 argv[0].
699 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
700 compilation.
701 * gdb.base/foll-exec.c: Include limits.h.
702 (main): Add parameters argc and argv.
703 Get directory from argv[0].
704 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
705 Adjust tests on the number of lines as source code changed.
706 * gdb.base/foll-vfork-exit.c: Include limits.h.
707 (main): Add one line of statement before vfork.
708 * gdb.base/foll-vfork.c: Include limits.h and string.h.
709 (main): Add parameters argc and argv. Get directory from
710 argv[0].
711 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
712 (setup_gdb): Set tbreak to skip some source lines.
713 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
714 (main): Add parameters argc and argv. Get directory from
715 argv[0].
716 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
717 compilation.
718 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
719 (main): Add parameters argc and argv. Get directory from
720 argv[0].
721 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
722 compilation.
723
9482b9fb
DE
7242016-02-01 Doug Evans <dje@google.com>
725
726 * gdb.base/skip.exp: Clean up multiple references to same test name.
727
6b2e4f10
PA
7282016-02-01 Pedro Alves <palves@redhat.com>
729
ccb6afd6 730 PR remote/19496
6b2e4f10
PA
731 * gdb.threads/forking-threads-plus-breakpoint.exp
732 (displaced_stepping_supported): New global.
733 (probe_displaced_stepping_support): New procedure.
734 (do_test): Add 'displaced' parameter, and use it.
735 (top level): Check for displaced stepping support. Add displaced
736 stepping on/off testing axis.
737
37a8db1a
AB
7382016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
739
740 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
741 pointer. Don't perform further tests on the unassociated pointer
742 if the first test fails.
743
5fdf6324
AB
7442016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
745
746 * gdb.base/max-value-size.c: New file.
747 * gdb.base/max-value-size.exp: New file.
748 * gdb.base/huge.exp: Disable max-value-size for this test.
749
935c6144
IB
7502016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
751
752 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
753
7fe8399d
YQ
7542016-01-28 Yao Qi <yao.qi@linaro.org>
755
756 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
757
a2077e25
PA
7582016-01-25 Pedro Alves <palves@redhat.com>
759
760 PR threads/19461
761 * gdb.base/fork-running-state.c: New file.
762 * gdb.base/fork-running-state.exp: New file.
763
1d2736d4
PA
7642016-01-25 Pedro Alves <palves@redhat.com>
765
766 PR gdb/19494
767 * gdb.base/catch-fork-kill.c: New file.
768 * gdb.base/catch-fork-kill.exp: New file.
769
f1da4b11
PA
7702016-01-25 Pedro Alves <palves@redhat.com>
771
772 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
773 Delete, moved to lib/gdb.exp.
774 * gdb.threads/forking-threads-plus-breakpoint.exp
775 (foreach_with_prefix): Likewise.
776 * gdb.threads/process-dies-while-handling-bp.exp
777 (foreach_with_prefix): Likewise.
778 * lib/gdb.exp (foreach_with_prefix): New procedure.
779
45f38546
MK
7802016-01-25 Marcin Koƛcielnicki <koriakin@0x04.net>
781
782 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
783 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
784
dc29a1ce
MK
7852016-01-23 Marcin Koƛcielnicki <koriakin@0x04.net>
786
787 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
788 endian targets.
789
092127d7
JK
7902016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
791 Pedro Alves <palves@redhat.com>
792
793 Fix testsuite compatibility with Guile.
794 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
795 number.
796
31d765d3
JK
7972016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
798
799 Fix testsuite compatibility with Guile.
800 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
801 (thread 1): New test for backtrace through signal handler.
802
1ac78c04
YQ
8032016-01-22 Yao Qi <yao.qi@linaro.org>
804
805 PR testsuite/19491
806 * gdb.base/multi-forks.c: Include
807 ../lib/unbuffer_output.c
808 (main): Call gdb_unbuffer_output.
809
4f5946a8
DE
8102016-01-21 Doug Evans <dje@google.com>
811
812 * lib/ada.exp (gdb_compile_ada): Fix typo.
813
305e13e6
JB
8142016-01-21 Joel Brobecker <brobecker@adacore.com>
815
816 * gdb.base/break-fun-addr.exp: New file.
817 * gdb.base/break-fun-addr1.c: New file.
818 * gdb.base/break-fun-addr2.c: New file.
819
5f5dfff6
SM
8202016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
821
822 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
823 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
824 enum flag values.
825
fd356fa2
AA
8262016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
827
828 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
829 when GDB can not set the vector return value. Add more comments
830 for clarification.
831
9df22175
AT
8322016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
833
834 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
835 command.
836
41d1845e
SM
8372016-01-19 Simon Marchi <simon.marchi@ericsson.com>
838
839 * Makefile.in (DO_RUNTEST): Add --status and update usages.
840
01ac6840
SM
8412016-01-19 Simon Marchi <simon.marchi@ericsson.com>
842
843 * Makefile.in (check-single): Pass --status to runtest.
844 (check/%.exp): Likewise.
845
8462016-01-19 Simon Marchi <simon.marchi@ericsson.com>
847
848 * Makefile.in (check-parallel): Propagate return code from make
849 do-check-parallel.
850
bd0a71fa
MK
8512016-01-19 Marcin Koƛcielnicki <koriakin@0x04.net>
852
853 * gdb.trace/ftrace.exp: Fix expected message on continue.
854 * gdb.trace/pending.exp: Fix expected message on continue.
855 * gdb.trace/trace-break.exp: Fix expected message on continue.
856
8bcbad33
SM
8572016-01-18 Simon Marchi <simon.marchi@ericsson.com>
858
859 * lib/gdb.exp (gdb_test): Remove unused global references.
860
f303dbd6
PA
8612016-01-18 Pedro Alves <palves@redhat.com>
862
863 * gdb.base/async-shell.exp: Adjust expected output.
864 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
865 * gdb.base/siginfo-thread.exp: Adjust expected output.
866 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
867 * gdb.java/jnpe.exp: Adjust expected output.
868 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
869 * gdb.threads/continue-pending-status.exp: Adjust expected output.
870 * gdb.threads/leader-exit.exp: Adjust expected output.
871 * gdb.threads/manythreads.exp: Adjust expected output.
872 * gdb.threads/pthreads.exp: Adjust expected output.
873 * gdb.threads/schedlock.exp: Adjust expected output.
874 * gdb.threads/siginfo-threads.exp: Adjust expected output.
875 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
876 expected output.
877 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
878 output.
879 * gdb.threads/sigthread.exp: Adjust expected output.
880 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
881
b2789696
YQ
8822016-01-18 Yao Qi <yao.qi@linaro.org>
883
884 * gdb.guile/scm-section-script.c: Replace @progbits with
885 %progbits.
886 * gdb.python/py-section-script.c: Likewise.
887
71ef29a8
PA
8882016-01-15 Pedro Alves <palves@redhat.com>
889
890 * gdb.multi/tids.exp: Test star wildcard ranges.
891
3f5b7598
PA
8922016-01-15 Pedro Alves <palves@redhat.com>
893
894 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
895 command from "thread apply" invocation.
896 (thr_apply_info_thr_invalid): Default the expected output to the
897 input tid list.
898 (top level): Add tests that use convenience variables. Add tests
899 for "thread apply" with a valid TID list, but missing the command.
900
663f6d42
PA
9012016-01-13 Pedro Alves <palves@redhat.com>
902
903 * gdb.base/default.exp: Expect $_gthread as well.
904 * gdb.multi/tids.exp: Test $_gthread.
905 * gdb.threads/thread-specific.exp: Test $_gthread.
906
c84f6bbf
PA
9072016-01-13 Pedro Alves <palves@redhat.com>
908
909 * gdb.multi/tids.exp: Test "info threads -gid".
910
22a02324
PA
9112016-01-13 Pedro Alves <palves@redhat.com>
912
913 * gdb.multi/tids.exp: Test InferiorThread.global_num and
914 Breakpoint.thread.
915 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
916
5d5658a1
PA
9172016-01-07 Pedro Alves <palves@redhat.com>
918
919 * gdb.base/break.exp: Adjust to output changes.
920 * gdb.base/hbreak2.exp: Likewise.
921 * gdb.base/sepdebug.exp: Likewise.
922 * gdb.base/watch_thread_num.exp: Likewise.
923 * gdb.linespec/keywords.exp: Likewise.
924 * gdb.multi/info-threads.exp: Likewise.
925 * gdb.threads/thread-find.exp: Likewise.
926 * gdb.multi/tids.c: New file.
927 * gdb.multi/tids.exp: New file.
928
84654457
PA
9292016-01-13 Pedro Alves <palves@redhat.com>
930
931 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
932
e3940304
PA
9332016-01-13 Pedro Alves <palves@redhat.com>
934
935 * gdb.base/default.exp: Expect $_inferior as well.
936 * gdb.multi/base.exp: Test $_inferior.
937
a911d87a
PA
9382016-01-13 Pedro Alves <palves@redhat.com>
939
940 PR breakpoints/19388
941 * gdb.base/catch-signal-siginfo-cond.c: New file.
942 * gdb.base/catch-signal-siginfo-cond.exp: New file.
943
82075af2
JS
9442016-01-12 Josh Stone <jistone@redhat.com>
945 Philippe Waroquiers <philippe.waroquiers@skynet.be>
946
947 * gdb.base/catch-syscall.c (do_execve): New variable.
948 (main): Conditionally trigger an execve.
949 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
950 (test_catch_syscall_execve): New, check entry/return across execve.
951 (do_syscall_tests): Call test_catch_syscall_execve.
952
e46eeedd
PA
9532016-01-12 Pedro Alves <palves@redhat.com>
954
955 * gdb.base/random-signal.exp (do_test): New procedure, with body
956 of testcase moved in.
957
01d8c27e
JK
9582016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
959 Pedro Alves <palves@redhat.com>
960
961 * gdb.base/funcargs.exp (finish from indirectly called function):
962 Reintroduce the case for 'First'.
963
9a706302
JK
9642016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
965 Pedro Alves <palves@redhat.com>
966
967 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
968 (tcatch_vfork_then_child_follow_exec)
969 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
970 identification.
971
c0ecb95f
JK
9722016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
973
974 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
975 and repeats to unlimited.
976 * gdb.python/py-value.exp: Likewise.
977 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
978 and repeats to unlimited.
979
6cfc1fcb
JK
9802016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
981
982 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
983 and reordering the functions.
984 * gdb.multi/hangout.c: Likewise.
985 * gdb.multi/hello.c: Likewise.
986
582a1b00
SM
9872016-01-08 Simon Marchi <simon.marchi@ericsson.com>
988
989 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
990 absolute.
991 (SingleStatisticTestResult.report): Use dict.keys instead of
992 dict.iterkeys.
993
79bc59cb
PA
9942016-01-06 Pedro Alves <palves@redhat.com>
995
996 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
997
43368e1d
MM
9982016-01-04 Markus Metzger <markus.t.metzger@intel.com>
999
1000 * gdb.btrace/dlopen.exp: New.
1001 * gdb.btrace/dlopen.c: New.
1002 * gdb.btrace/dlopen-dso.c: New.
1003
79fad5b8
SL
10042015-12-25 Sandra Loosemore <sandra@codesourcery.com>
1005
1006 * lib/gdb.exp (gdb_test): Update comments to clarify that the
1007 PATTERN argument is optional.
1008
ab8314b3
JB
10092015-12-24 Joel Brobecker <brobecker@adacore.com>
1010
1011 * lib/ada.exp (target_compile_ada_from_dir): New function.
1012 (gdb_compile_ada): Reimplement avoiding the use of project files.
1013 * gdb.ada/gnat_ada.gpr: Delete.
1014 * gdb.ada/cond_lang.exp: Adjust test to make path before
1015 filename optional.
1016 * gdb.ada/small_reg_param.exp: Likewise.
1017
fe33faff
SM
10182015-12-22 Simon Marchi <simon.marchi@ericsson.com>
1019
1020 * gdb.base/foll-vork.exp: Remove HP-UX special case.
1021
6d265cb4
TP
10222015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
1023
1024 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
1025 case.
1026
10125099
SM
10272015-12-21 Simon Marchi <simon.marchi@ericsson.com>
1028
1029 * gdb.base/break.exp: Remove dead code.
1030 * gdb.base/sepdebug.exp: Likewise.
1031
3ca22649
SM
10322015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1033
1034 * gdb.asm/asm-source.exp: Remove HP-UX references.
1035 * gdb.base/annota1.exp: Likewise.
1036 * gdb.base/annota3.exp: Likewise.
1037 * gdb.base/attach.exp: Likewise.
1038 * gdb.base/bigcore.exp: Likewise.
1039 * gdb.base/break.exp: Likewise.
1040 * gdb.base/call-ar-st.exp: Likewise.
1041 * gdb.base/callfuncs.exp: Likewise.
1042 * gdb.base/catch-fork-static.exp: Likewise.
1043 * gdb.base/display.exp: Likewise.
1044 * gdb.base/foll-exec-mode.exp: Likewise.
1045 * gdb.base/foll-exec.exp: Likewise.
1046 * gdb.base/foll-fork.exp: Likewise.
1047 * gdb.base/foll-vfork.exp: Likewise.
1048 * gdb.base/funcargs.exp: Likewise.
1049 * gdb.base/hbreak2.exp: Likewise.
1050 * gdb.base/inferior-died.exp: Likewise.
1051 * gdb.base/interrupt.exp: Likewise.
1052 * gdb.base/multi-forks.exp: Likewise.
1053 * gdb.base/nodebug.exp: Likewise.
1054 * gdb.base/sepdebug.exp: Likewise.
1055 * gdb.base/solib1.c: Likewise.
1056 * gdb.base/step-test.exp: Likewise.
1057 * gdb.mi/non-stop.c: Likewise.
1058 * gdb.mi/pthreads.c: Likewise.
1059 * gdb.multi/bkpt-multi-exec.ex: Likewise.
1060 * gdb.threads/pthreads.c: Likewise.
1061 * gdb.threads/staticthreads.exp: Likewise.
1062 * lib/future.exp: Likewise.
1063 * lib/gdb.exp: Likewise.
1064 * gdb.base/so-indr-cl.c: Remove.
1065 * gdb.base/so-indr-cl.exp: Likewise.
1066 * gdb.base/solib.c: Likewise.
1067 * gdb.base/solib.exp: Likewise.
1068 * gdb.base/solib2.c: Likewise.
1069
b6304613
SM
10702015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1071
1072 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
1073 * gdb.base/call-ar-st.exp: Likewise.
1074 * gdb.base/callfuncs.exp: Likewise.
1075 * gdb.base/condbreak.exp: Likewise.
1076 * gdb.base/constvars.exp: Likewise.
1077 * gdb.base/hbreak2.exp: Likewise.
1078 * gdb.base/langs.exp: Likewise.
1079 * gdb.base/list.exp: Likewise.
1080 * gdb.base/long_long.exp: Likewise.
1081 * gdb.base/ptype.exp: Likewise.
1082 * gdb.base/scope.exp: Likewise.
1083 * gdb.base/signals.exp: Likewise.
1084 * gdb.base/so-impl-ld.exp: Likewise.
1085 * gdb.base/varargs.exp: Likewise.
1086 * gdb.base/volatile.exp: Likewise.
1087 * gdb.base/whatis.exp: Likewise.
1088 * gdb.cp/cplusfuncs.exp: Likewise.
1089 * gdb.cp/inherit.exp: Likewise.
1090 * gdb.cp/local.exp: Likewise.
1091 * gdb.cp/member-ptr.exp: Likewise.
1092 * gdb.cp/method.exp: Likewise.
1093 * gdb.cp/overload.exp: Likewise.
1094 * gdb.cp/templates.exp: Likewise.
1095 * gdb.stabs/weird.exp: Likewise.
1096 * lib/compiler.c: Likewise.
1097 * lib/compiler.cc: Likewise.
1098 * lib/cp-support.exp: Likewise.
1099 * lib/gdb.exp: Likewise.
1100
bf401b07
SM
11012015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
1102
1103 * configure.ac: Remove HP-UX case.
1104 * configure: Regenerate.
1105
aff9c0f8
SM
11062015-12-18 Simon Marchi <simon.marchi@ericsson.com>
1107
1108 * lib/gdb.exp (gdb_compile): Add function doc.
1109
a6904d5a
PA
11102015-12-17 Pedro Alves <palves@redhat.com>
1111
1112 PR threads/19354
1113 * gdb.multi/info-threads.exp: New file.
1114
a22279dd
YQ
11152015-12-15 Yao Qi <yao.qi@linaro.org>
1116
1117 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
1118 is aarch64*-*-*.
1119
0588c796
SL
11202015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1121
1122 * gdb.base/history-duplicates.exp: Skip if no readline support.
1123
5d978e17
SL
11242015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1125
1126 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
1127
7e763b86
SL
11282015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1129
1130 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
1131
87a3a92c
SL
11322015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1133
1134 * gdb.base/completion.exp: Skip tests that interrupt GDB with
1135 ctrl-C if nointerrupts target property is set.
1136 * gdb.base/double-prompt-target-event-error.exp: Likewise.
1137 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
1138 * gdb.base/paginate-bg-execution.exp: Likewise.
1139 * gdb.base/paginate-execution-startup.exp: Likewise.
1140 * gdb.base/random-signal.exp: Likewise.
1141 * gdb.base/range-stepping.exp: Likewise.
1142 * gdb.cp/annota2.exp: Likewise.
1143 * gdb.cp/annota3.exp: Likewise.
1144 * gdb.gdb/selftest.exp: Likewise.
1145 * gdb.threads/continue-pending-status.exp: Likewise.
1146 * gdb.threads/leader-exit.exp: Likewise.
1147 * gdb.threads/manythreads.exp: Likewise.
1148 * gdb.threads/pthreads.exp: Likewise.
1149 * gdb.threads/schedlock.exp: Likewise.
1150 * gdb.threads/sigthread.exp: Likewise.
1151
a8f077dc
DB
11522015-12-11 Don Breazeal <donb@codesourcery.com>
1153
1154 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
1155 remote.
1156 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
1157 * gdb.base/foll-exec.exp (main): Enable for target remote.
1158 * gdb.base/foll-fork.exp (main): Likewise.
1159 * gdb.base/foll-vfork.exp (main): Likewise.
1160 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
1161 (proc continue_to_exit_bp_loc): Use clean_restart.
1162 * gdb.base/pie-execl.exp (main): Disable for target remote.
1163 * gdb.base/watch-vfork.exp (main): Enable for target remote.
1164 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
1165 * gdb.threads/execl.exp (main): Likewise.
1166 * gdb.threads/fork-child-threads.exp (main): Likewise.
1167 * gdb.threads/fork-plus-threads.exp (main): Disable for target
1168 remote.
1169 * gdb.threads/fork-thread-pending.exp (main): Enable for target
1170 remote.
1171 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
1172 pid.tid style ptids, instead of just tid.
1173 * gdb.threads/thread-execl.exp (main): Enable for target remote.
1174 * gdb.threads/watchpoint-fork.exp (main): Likewise.
1175 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
1176 ptids, instead of just tid.
1177
3b2464a8
AB
11782015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1179
1180 * gdb.base/list.exp (test_list_forward): Add end of file error
1181 test.
1182 (test_repeat_list_command): Add end of file error test.
1183 (test_list_backwards): Add beginning of file error test.
1184
a0def019
AB
11852015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1186
1187 * gdb.base/list.exp (test_list_invalid_args): New function,
1188 defined, and called.
1189
5c000dff
AB
11902015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1191
1192 * gdb.base/list.exp (test_list): Make test names unique.
1193
f1637ebe
YQ
11942015-12-11 Yao Qi <yao.qi@linaro.org>
1195
1196 * gdb.base/coremaker2.c: Remove.
1197
36d6fc0a
PA
11982015-12-10 Pedro Alves <palves@redhat.com>
1199
1200 * gdb.multi/base.exp: Remove stale "spaces" references.
1201
762f7747
PA
12022015-12-10 Pedro Alves <palves@redhat.com>
1203
1204 * gdb.multi/base.exp: Don't use nowarnings.
1205 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
1206 * gdb.multi/hangout.c: Include stdio.h.
1207 * gdb.multi/hello.c: Include stdlib.h.
1208 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
1209 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
1210 * gdb.multi/multi-arch.exp: Don't use nowarnings.
1211
28d2bfb9
AB
12122015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
1213
1214 * gdb.dwarf2/dw2-ranges-base.c: New file.
1215 * gdb.dwarf2/dw2-ranges-base.exp: New file.
1216 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
1217 support additional line table, and debug ranges generation.
1218 (Dwarf::ranges): New function, generate .debug_ranges.
1219 (Dwarf::lines): Support generating simple line table programs.
1220 (Dwarf::assemble): Initialise new namespace variables.
1221
5fc2beac
KB
12222015-12-09 Kevin Buettner <kevinb@redhat.com>
1223
1224 * gdb.base/async.exp (proc test_background): Add case for
1225 asynchronous execution not supported.
1226
1c35a88f
LM
12272015-12-09 Luis Machado <lgustavo@codesourcery.com>
1228
1229 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
1230 format and change test names to make them unique.
1231
b593e3d9
RK
12322015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
1233 Pedro Alves <pedro@redhat.com>
1234
1235 PR gdb/18702
1236 Add checking of floatformats setup on x86_64 hosts.
1237 * gdb.arch/i386-float.S (main): Load bigval and smallval.
1238 (smallval, bigval): New labels/constants.
1239 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
1240 float" after loading bigval and smallval.
1241
d72413e6
PMR
12422015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
1243
1244 * gdb.ada/fun_overload_menu.exp: New testcase.
1245 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
1246
ece66d65
JS
12472015-12-04 Josh Stone <jistone@redhat.com>
1248
1249 * gdb.base/catch-fork-static.exp: New.
1250
41d0efca
YQ
12512015-12-03 Yao Qi <yao.qi@linaro.org>
1252
1253 * gdb.base/sizeof.c: Don't include stdio.h and
1254 ../lib/unbuffer_output.c.
1255 (main): New variable 'size' and 'value'. Remove printf and
1256 gdb_unbuffer_output. Assign return value to size and value.
1257 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
1258 at the beginning.
1259 (check_sizeof): Check the result by printing variable 'size'.
1260 (check_valueof): Check the result by printing variable 'value'.
1261
99fd02d9
YQ
12622015-12-01 Yao Qi <yao.qi@linaro.org>
1263
1264 * gdb.base/disp-step-syscall.exp: Define syscall instruction
1265 for aarch64*-*-linux* target.
1266
f2faf941
PA
12672015-11-30 Pedro Alves <palves@redhat.com>
1268
1269 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
1270
04bf20c5
PA
12712015-11-30 Pedro Alves <palves@redhat.com>
1272
1273 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1274 Handle non-stop mode vCont replies.
1275
09df4675
PA
12762015-11-30 Pedro Alves <palves@redhat.com>
1277
1278 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
1279 prepare_for_testing. Start gdb with "set non-stop on" appended to
1280 GDBFLAGS. Lax expected stop output.
1281
58b584af
YQ
12822015-11-27 Yao Qi <yao.qi@linaro.org>
1283
1284 * gdb.arch/arm-neon.exp: New.
1285 * gdb.arch/arm-neon.c: New.
1286
dfcb77a8
YQ
12872015-11-27 Yao Qi <yao.qi@linaro.org>
1288
1289 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
1290
88e8ec1b
YQ
12912015-11-27 Yao Qi <yao.qi@linaro.org>
1292
1293 * gdb.cp/annota2.exp: Allow multiple occurrences of the
1294 frames-invalid annotation.
1295
bfde72c2
YQ
12962015-11-27 Yao Qi <yao.qi@linaro.org>
1297
1298 * gdb.cp/annota2.exp: Use ${frames_invalid}.
1299
f6512a69
SM
13002015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1301
1302 * gdb.threads/names.exp: New file.
1303 * gdb.threads/names.c: New file.
1304 * README: Mention gdb,no_thread_names.
1305
46a3515b
MM
13062015-11-26 Markus Metzger <markus.t.metzger@intel.com>
1307
1308 PR 19297
1309 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
1310 support" error.
1311
62147a22
PA
13122015-11-24 Pedro Alves <palves@redhat.com>
1313
1314 PR 17539
1315 * gdb.base/display.exp: Expect displays to be sorted in ascending
1316 order. Use multi_line.
1317 * gdb.base/solib-display.exp: Likewise.
1318
2f341b6e
PA
13192015-11-24 Pedro Alves <palves@redhat.com>
1320
1321 PR 17539
1322 * gdb.base/display.exp: Expect displays to be sorted in ascending
1323 order. Use multi_line.
1324 * gdb.base/solib-display.exp: Likewise.
1325
7e0aa6aa
PA
13262015-11-24 Pedro Alves <palves@redhat.com>
1327
1328 PR 17539
1329 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
1330 threads in ascending order.
1331 * gdb.base/foll-fork.exp: Likewise.
1332 * gdb.base/foll-vfork.exp: Likewise.
1333 * gdb.base/multi-forks.exp: Likewise.
1334 * gdb.mi/mi-nonstop.exp: Likewise.
1335 * gdb.mi/mi-nsintrall.exp: Likewise.
1336 * gdb.multi/base.exp: Likewise.
1337 * gdb.multi/multi-arch.exp: Likewise.
1338 * gdb.python/py-inferior.exp: Likewise.
1339 * gdb.threads/break-while-running.exp: Likewise.
1340 * gdb.threads/execl.exp: Likewise.
1341 * gdb.threads/gcore-thread.exp: Likewise.
1342 * gdb.threads/info-threads-cur-sal.exp: Likewise.
1343 * gdb.threads/kill.exp: Likewise.
1344 * gdb.threads/linux-dp.exp: Likewise.
1345 * gdb.threads/multiple-step-overs.exp: Likewise.
1346 * gdb.threads/next-bp-other-thread.exp: Likewise.
1347 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
1348 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
1349 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
1350 * gdb.threads/thread-find.exp: Likewise.
1351 * gdb.threads/tls.exp: Likewise.
1352 * lib/mi-support.exp (mi_reverse_list): Delete.
1353 (mi_check_thread_states): No longer reverse list.
1354
2cc57ad8
PA
13552015-11-24 Pedro Alves <palves@redhat.com>
1356
1357 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
1358 use lowercase.
1359
c93e8391
SM
13602015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1361
1362 * gdb.trace/actions.c: Include trace-common.h.
1363 (main): Add a location for a fast tracepoint.
1364 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
1365 the normal tracepoints.
1366 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
1367
045ccf91
SM
13682015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1369
1370 * save-trace.exp: Factor out code to these...
1371 (gdb_save_tracepoints): New.
1372 (gdb_load_tracepoints): New.
1373 (do_save_load_test): New.
1374
5506f9f6
KB
13752015-11-23 Kevin Buettner <kevinb@redhat.com>
1376
1377 * gdb.base/asmlabel.exp: New test.
1378 * gdb.base/asmlabel.c: New test case.
1379
16c3b12f
JB
13802015-11-23 Joel Brobecker <brobecker@adacore.com>
1381
1382 * gdb.base/wrong_frame_bt_full-main.c: New file.
1383 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
1384 * gdb.base/wrong_frame_bt_full.exp: New file.
1385
155bfbd3
JB
13862015-11-23 Joel Brobecker <brobecker@adacore.com>
1387
1388 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
1389
bb097445
JM
13902015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1391
206853a0 1392 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
1393 pstate register when comparing registers values in
1394 sparc64-*-linux-gnu targets to avoid spurious differences.
1395
9c88ed8f
JM
13962015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1397
206853a0 1398 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 1399
96161e25
SL
14002015-11-19 Sandra Loosemore <sandra@codesourcery.com>
1401
1402 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
1403 as type argument to gdb_compile.
1404 * gdb.base/nested-subp2.exp: Likewise.
1405 * gdb.base/nested-subp3.exp: Likewise.
1406
340c2830
DV
14072015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
1408
1409 * lib/dwarf.exp (_note): Fix left shift of negative value.
1410 * gdb.trace/trace-condition.exp: Likewise.
1411
c1862d0f
YQ
14122015-11-13 Yao Qi <yao.qi@linaro.org>
1413
1414 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
1415 comments about d10v.
1416 (test_scalar_returns): Likewise.
1417 * gdb.base/d10v.ld: Remove.
1418 * gdb.base/overlays.exp: Remove the target triplet checking for
1419 d10v-*-*.
1420 * gdb.base/structs.exp (test_struct_returns): Remove the
1421 comments about d10v.
1422 (test_struct_calls): Likewise.
1423
77ae9c19
YQ
14242015-11-13 Yao Qi <yao.qi@linaro.org>
1425
1426 * gdb.base/gnu_vector.exp: Check the return value by "p res".
1427 * gdb.base/gnu_vector.c: Don't include stdio.h.
1428 (main): Don't print res and call add_some_intvecs.
1429
430e004e
MK
14302015-11-11 Marcin Koƛcielnicki <koriakin@0x04.net>
1431
1432 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
1433 macro.
1434 (func5): Removed.
1435 (func4): Use FAST_TRACEPOINT_LABEL.
1436 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
1437 macro.
1438 (func): Removed.
1439 (thread_function): Use FAST_TRACEPOINT_LABEL.
1440 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
1441 (func): Remove.
1442 (marker): Use FAST_TRACEPOINT_LABEL.
1443 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
1444 (pendfunc1): Remove.
1445 (pendfunc): Use FAST_TRACEPOINT_LABEL.
1446 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
1447 (foo): Remove.
1448 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
1449 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
1450 macro.
1451 (func): Remove.
1452 (marker): Use FAST_TRACEPOINT_LABEL.
1453 * gdb.trace/trace-common.h: New header.
1454 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
1455 macro.
1456 (func): Remove.
1457 (marker): Use FAST_TRACEPOINT_LABEL.
1458 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
1459 (func): Remove.
1460 (thread_function): Use FAST_TRACEPOINT_LABEL.
1461
6e7675a7
MK
14622015-11-10 Marcin Koƛcielnicki <koriakin@0x04.net>
1463
1464 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
1465 in front.
1466 * gdb.trace/change-loc.exp: Use global pcreg definition.
1467 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
1468 * gdb.trace/entry-values.exp: Use global spreg definition, add $
1469 in front.
1470 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
1471 * gdb.trace/pending.exp: Likewise.
1472 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
1473 * gdb.trace/trace-break.exp: Likewise.
1474 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
1475 in front.
1476 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
1477 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
1478 in front.
1479 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
1480
dddc0e16
JB
14812015-11-09 Joel Brobecker <brobecker@adacore.com>
1482
1483 * gdb.ada/fin_fun_out: New testcase.
1484
c6f0b406
KB
14852015-11-07 Kevin Buettner <kevinb@redhat.com>
1486
1487 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
1488 value associated with DW_AT_byte_size.
1489 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
1490 constants for DW_AT_byte_size, DW_AT_lower_bound, and
1491 DW_AT_upper_bound.
1492
f01dcfd9
KB
14932015-11-07 Kevin Buettner <kevinb@redhat.com>
1494
1495 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
1496 (gdb_target_symbol_prefix_flags): Define in terms of _asm
1497 version.
1498 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
1499 gdb.dwarf2/dw2-canonicalize-type.exp,
1500 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
1501 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
1502 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
1503 provided by gdb_target_symbol_prefix_flags_asm.
1504 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
1505 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
1506 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
1507 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
1508 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
1509 macros where needed). Use this macro for symbols which require
1510 the prefix provided by SYMBOL_PREFIX.
1511
2223449a
KB
15122015-11-05 Kevin Buettner <kevinb@redhat.com>
1513
1514 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
1515 New procs.
1516 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
1517 representing expressions, of more than one list element.
1518 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
1519 to prepend linker symbol prefix to f.
1520 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
1521 table_1 and table_2.
1522 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
1523 Likewise, for f and g.
1524 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
1525 for ptr.
1526 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
1527 for main.
1528 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
1529 table_1_ptr and table_2_ptr.
1530
6f2f1a3a
JK
15312015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1532 Joel Brobecker <brobecker@adacore.com>
1533
1534 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
1535
566c56c9
MK
15362015-11-04 Marcin Koƛcielnicki <koriakin@0x04.net>
1537
1538 * gdb.reverse/s390-mvcle.c: New test.
1539 * gdb.reverse/s390-mvcle.exp: New file.
1540 * lib/gdb.exp: Enable reverse tests on s390*-linux.
1541
d5f0636b
MK
15422015-11-02 Marcin Koƛcielnicki <koriakin@0x04.net>
1543
1544 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
1545
7ad8b86c
MK
15462015-11-02 Marcin Koƛcielnicki <koriakin@0x04.net>
1547
1548 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
1549 reaching marker2.
1550 * gdb.reverse/getresuid-reverse.exp: Likewise.
1551 * gdb.reverse/pipe-reverse.exp: Likewise.
1552 * gdb.reverse/readv-reverse.exp: Likewise.
1553 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1554 * gdb.reverse/time-reverse.exp: Likewise.
1555 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
1556
4081c0f1
YQ
15572015-10-30 Yao Qi <yao.qi@linaro.org>
1558
1559 * gdb.threads/wp-replication.c (watch_count_done): Remove.
1560 (empty_cycle): Remove.
1561 (main): Don't call empty_cycle. Don't use watch_count_done.
1562 * gdb.threads/wp-replication.exp: Don't set breakpoint on
1563 empty_cycle. Rewrite the code counting HW watchpoints.
1564
452b4ba5
MK
15652015-10-30 Marcin Koƛcielnicki <koriakin@0x04.net>
1566
1567 * gdb.reverse/fstatat-reverse.c: New test.
1568 * gdb.reverse/fstatat-reverse.exp: New file.
1569 * gdb.reverse/getresuid-reverse.c: New test.
1570 * gdb.reverse/getresuid-reverse.exp: New file.
1571 * gdb.reverse/pipe-reverse.c: New test.
1572 * gdb.reverse/pipe-reverse.exp: New file.
1573 * gdb.reverse/readv-reverse.c: New test.
1574 * gdb.reverse/readv-reverse.exp: New file.
1575 * gdb.reverse/recvmsg-reverse.c: New test.
1576 * gdb.reverse/recvmsg-reverse.exp: New file.
1577 * gdb.reverse/time-reverse.c: New test.
1578 * gdb.reverse/time-reverse.exp: New file.
1579 * gdb.reverse/waitpid-reverse.c: New test.
1580 * gdb.reverse/waitpid-reverse.exp: New file.
1581
5e2e7507
JK
15822015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1583
1584 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
1585
0fde2c53
DE
15862015-10-26 Doug Evans <dje@google.com>
1587
1588 PR symtab/17391
1589 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
1590 * gdb.dwarf2/bad-regnum.c: New file.
1591 * gdb.dwarf2/bad-regnum.exp: New file.
1592
1a70ae97
DE
15932015-10-26 Doug Evans <dje@google.com>
1594
1595 PR python/18938
1596 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
1597 file.
1598
27dc26ab
JK
15992015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1600
1601 * gdb.compile/compile.exp (compile code globalvar): Update expectation
1602 for a change by "Mention language in compile error message".
1603
bed91f4d
SM
16042015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
1605
1606 PR python/18073
1607 * gdb.python/py-type.c (C::a_method): New.
1608 (C::a_const_method): New.
1609 (C::a_static_method): New.
1610 (a_function): New.
1611 * gdb.python/py-type.exp (test_fields): Test getting fields
1612 from function and method.
1613
3f2f83dd
KB
16142015-10-21 Keven Boell <keven.boell@intel.com>
1615
1616 * gdb.fortran/vla-alloc-assoc.exp: New file.
1617 * gdb.fortran/vla-datatypes.exp: New file.
1618 * gdb.fortran/vla-datatypes.f90: New file.
1619 * gdb.fortran/vla-history.exp: New file.
1620 * gdb.fortran/vla-ptype-sub.exp: New file.
1621 * gdb.fortran/vla-ptype.exp: New file.
1622 * gdb.fortran/vla-sizeof.exp: New file.
1623 * gdb.fortran/vla-sub.f90: New file.
1624 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
1625 * gdb.fortran/vla-value-sub-finish.exp: New file.
1626 * gdb.fortran/vla-value-sub.exp: New file.
1627 * gdb.fortran/vla-value.exp: New file.
1628 * gdb.fortran/vla-ptr-info.exp: New file.
1629 * gdb.mi/mi-vla-fortran.exp: New file.
1630 * gdb.mi/vla.f90: New file.
1631
27145d50
SL
16322015-10-21 Sandra Loosemore <sandra@codesourcery.com>
1633
1634 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
1635 of hardwired timeout value.
1636
5f3ff4f8
JK
16372015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1638 Pedro Alves <palves@redhat.com>
1639
1640 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
1641 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
1642
bfd09d20
JS
16432015-10-19 Josh Stone <jistone@redhat.com>
1644
1645 * gdb.base/catch-syscall.c: Include <sched.h>.
1646 (unknown_syscall): New variable.
1647 (main): Trigger a vfork and an unknown syscall.
1648 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
1649 (unknown_syscall_number): Likewise.
1650 (check_call_to_syscall): Accept an optional syscall pattern.
1651 (check_return_from_syscall): Likewise.
1652 (check_continue): Likewise.
1653 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
1654 (test_catch_syscall_skipping_return): New test toggling off 'catch
1655 syscall' to step over the syscall return, then toggling back on.
1656 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
1657 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
1658 (do_syscall_tests): Call test_catch_syscall_without_args and
1659 test_catch_syscall_mid_vfork.
1660 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
1661 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
1662
b32b93c6
AS
16632015-10-19 Andrew Stubbs <ams@codesourcery.com>
1664
1665 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
1666 print g_vE): Add new pass patterns.
1667 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
1668 print various symbol names for vptr fields.
1669
9d622bda
AB
16702015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1671
1672 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
1673 results.
1674
0fd8ac1c
YQ
16752015-10-12 Yao Qi <yao.qi@linaro.org>
1676
1677 * gdb.arch/disp-step-insn-reloc.exp: New test case.
1678
34240514
YQ
16792015-10-12 Yao Qi <yao.qi@linaro.org>
1680
1681 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
1682 is aarch64*-*-linux*.
1683
8240f442
YQ
16842015-10-12 Yao Qi <yao.qi@linaro.org>
1685
1686 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
1687 (can_relocate_bcond_true): ... it.
1688 (can_relocate_bcond_false): New function.
1689 (foo): Likewise.
1690 (can_relocate_bl): Likewise.
1691 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
1692 can_relocate_bl.
1693
2520f728
PMR
16942015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
1695
1696 * gdb.base/nested-addr.c: New file.
1697 * gdb.base/nested-addr.exp: New testcase.
1698
abcef95a
MM
16992015-10-09 Markus Metzger <markus.t.metzger@intel.com>
1700
1701 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
1702 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
1703 its output. Ignore the output of "record goto begin" and instead
1704 check that GDB is replaying.
1705
145e3ddb
PA
17062015-10-09 Pedro Alves <palves@redhat.com>
1707
1708 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
1709 (top level): Use it in the run with no args test.
1710
d5d8c4e1
IB
17112015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
1712
1713 * gdb.dlang/properties.exp: New file.
1714
06e635ef
SL
17152015-10-02 Sandra Loosemore <sandra@codesourcery.com>
1716
1717 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
1718 whether or not address 0x1000 is mapped on the target.
1719
e019fd1d
SM
17202015-09-30 Simon Marchi <simon.marchi@ericsson.com>
1721
1722 * gdb.python/py-type.exp: Do not run tests if binaries fail to
1723 build.
1724
77ba2a67
MM
17252015-09-30 Markus Metzger <markus.t.metzger@intel.com>
1726
1727 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
1728 instruction-history test.
1729
c60eb31f
DE
17302015-09-28 Doug Evans <dje@google.com>
1731
1732 * gdb.base/gcore.c (array_func): Add reference to static_array.
1733
9a3c8263
SM
17342015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1735
1736 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
1737 source line.
1738
9720e656
SL
17392015-09-24 Sandra Loosemore <sandra@codesourcery.com>
1740
1741 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
1742 short or char as base type.
1743
938d3bf2
SL
17442015-09-23 Sandra Loosemore <sandra@codesourcery.com>
1745
1746 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
1747 to allow any size enum.
1748
e6c2c623
PMR
17492015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
1750
1751 * gdb.ada/array_ptr_renaming.exp: New testcase.
1752 * gdb.ada/array_ptr_renaming/foo.adb: New file.
1753 * gdb.ada/array_ptr_renaming/pack.ads: New file.
1754
06da0f77
PL
17552015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1756
1757 * gdb.trace/ftrace-lock.c: New file.
1758 * gdb.trace/ftrace-lock.exp: New file.
1759
4f51c22a
PL
17602015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1761
1762 * gdb.arch/insn-reloc.c: New file.
1763 * gdb.arch/ftrace-insn-reloc.exp: New file.
1764
7041adf4
PL
17652015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1766
1767 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
1768 instruction.
1769 * gdb.trace/pendshr1.c (pendfunc): Likewise.
1770 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
1771 * gdb.trace/range-stepping.c: Likewise.
1772 * gdb.trace/trace-break.c: Likewise.
1773 * gdb.trace/trace-mt.c (thread_function): Likewise.
1774 * gdb.trace/ftrace.c (marker): Likewise.
1775 * gdb.trace/trace-condition.c (marker): Likewise.
1776 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
1777 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
1778 is_aarch64_target.
1779
015d2e7e
DE
17802015-09-18 Doug Evans <xdje42@gmail.com>
1781
1782 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
1783 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
1784
26b188a2
SL
17852015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1786
1787 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
1788 the breakpoint.
1789
79dc332b
SL
17902015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1791
1792 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
1793 the pending breakpoint. Remove timeout override for "Run till
1794 MI pending breakpoint on pendfunc3 on thread 2" test.
1795
f57929f2
SL
17962015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1797
1798 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
1799 filename pattern.
1800
3f469b17
SL
18012015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1802
1803 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
1804 in breakpoint filename pattern.
1805
515b89b3
SL
18062015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1807
7800dbe4
SL
1808 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
1809
18102015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1811
515b89b3
SL
1812 * gdb.linespec/explicit.exp: Check for readline support for
1813 tab-completion tests. Fix obvious typo.
1814
d2939ba2
MM
18152015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1816
1817 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
1818 and replay.
1819
cbb55fa7
MM
18202015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1821
1822 * gdb.btrace/non-stop.c: New.
1823 * gdb.btrace/non-stop.exp: New.
1824
43691ca1
PL
18252015-09-17 Pierre Langlois <pierre.langlois@arm.com>
1826 Yao Qi <yao.qi@linaro.org>
1827
1828 * gdb.trace/trace-condition.c: New file.
1829 * gdb.trace/trace-condition.exp: New file.
1830
d78908cf
WW
18312015-09-16 Wei-cheng Wang <cole945@gmail.com>
1832
1833 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
1834 for testing bytecode compilation.
1835
1ed415e2
PA
18362015-09-16 Pedro Alves <palves@redhat.com>
1837 Sandra Loosemore <sandra@codesourcery.com>
1838
1839 * gdb.threads/non-stop-fair-events.c (timeout): New global.
1840 (SECONDS): Redefine.
1841 (main): Call pthread_kill and alarm early.
1842 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
1843 support.
1844 (test): If the target can't hardware step and doesn't support
1845 displaced stepping, increase the timeout.
1846
d136eff5
PA
18472015-09-16 Pedro Alves <palves@redhat.com>
1848
1849 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
1850 (enable_debug): New procedures.
1851 (test): Use them. Bail out if waiting for threads fails.
1852 (top level): Bail out if a test fails.
1853
991f019c
YQ
18542015-09-16 Yao Qi <yao.qi@linaro.org>
1855
1856 * gdb.asm/asm-source.exp: Set asm-arch for
1857 aarch64*-*-* target.
1858 * gdb.asm/aarch64.inc: New file.
1859
bfca584f
PMR
18602015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
1861
1862 * gdb.ada/array_of_variable_length.exp: New testcase.
1863 * gdb.ada/array_of_variable_length/foo.adb: New file.
1864 * gdb.ada/array_of_variable_length/pck.adb: New file.
1865 * gdb.ada/array_of_variable_length/pck.ads: New file.
1866
b326e587
DE
18672015-09-15 Doug Evans <dje@google.com>
1868
1869 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
1870 of function static local variable.
1871
5382cfab
PW
18722015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1873
1874 * gdb.threads/tls-so_extern.exp: New test file.
1875 * gdb.threads/tls-so_extern.c: New test file.
1876 * gdb.threads/tls-so_extern_main.c: New test file.
1877
141c5cc4
JK
18782015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1879
1880 * gdb.opt/solib-intra-step-lib.c: New file.
1881 * gdb.opt/solib-intra-step-main.c: New file.
1882 * gdb.opt/solib-intra-step.exp: New file.
1883
d15dcecd
PA
18842015-09-15 Pedro Alves <palves@redhat.com>
1885
1886 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
1887 gdb_continue_to_breakpoint instead of gdb_test_multiple.
1888
4c2f2a79
PA
18892015-09-14 Pedro Alves <palves@redhat.com>
1890
1891 * gdb.base/hook-stop-continue.c: Delete.
1892 * gdb.base/hook-stop-continue.exp: Delete.
1893 * gdb.base/hook-stop-frame.c: Delete.
1894 * gdb.base/hook-stop-frame.exp: Delete.
1895 * gdb.base/hook-stop.c: New file.
1896 * gdb.base/hook-stop.exp: New file.
1897
919e6dbe
PMR
18982015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
1899
1900 * gdb.ada/access_to_packed_array.exp: New testcase.
1901 * gdb.ada/access_to_packed_array/foo.adb: New file.
1902 * gdb.ada/access_to_packed_array/pack.adb: New file.
1903 * gdb.ada/access_to_packed_array/pack.ads: New file.
1904
157280a4
MM
19052015-09-14 Markus Metzger <markus.t.metzger@intel.com>
1906
1907 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
1908 buffer size test.
1909
2fd33e94
DB
19102015-09-11 Don Breazeal <donb@codesourcery.com>
1911
1912 * gdb.base/foll-exec.c: Add copyright header. Fix
1913 formatting issues.
1914 * gdb.base/foll-exec.exp (zap_session): Delete proc.
1915 (do_exec_tests): Use clean_restart in place of zap_session,
1916 and for test initialization. Fix formatting issues. Use
1917 fail in place of perror.
1918 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
1919 an expect statement to match an expression with output from
1920 the program under debug.
1921 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
1922 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
1923 * gdb.threads/non-ldr-exc-2.exp: Likewise.
1924 * gdb.threads/non-ldr-exc-3.exp: Likewise.
1925 * gdb.threads/non-ldr-exc-4.exp: Likewise.
1926
e70b6e8e
DE
19272015-09-09 Doug Evans <dje@google.com>
1928
1929 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
1930
7a551a51
DE
19312015-09-09 Doug Evans <dje@google.com>
1932
1933 * gdb.base/pie-execl.exp: Fix result test of build_executable.
1934
4c666f84
DE
19352015-09-09 Doug Evans <dje@google.com>
1936
1937 * gdb.base/savedregs.exp: Fix typo.
1938
243a9253
PA
19392015-09-09 Pedro Alves <palves@redhat.com>
1940
1941 * gdb.mi/mi-cli.exp: Add CLI finish tests.
1942
c0fa8fbd
SL
19432015-09-08 Sandra Loosemore <sandra@codesourcery.com>
1944
1945 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
1946 command actually switches threads. Give up on remaining
1947 tests if target fails to stop at breakpoint.
1948
cd7c1778
PMR
19492015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
1950
1951 * gdb.ada/funcall_char.exp: New testcase.
1952 * gdb.ada/funcall_char/foo.adb: New file.
1953
dc5c8746
PMR
19542015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
1955
1956 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
1957 expected outputs. Add two testcases for completing ambiguous
1958 functions.
1959 * gdb.ada/complete/aux_pck.adb: New file.
1960 * gdb.ada/complete/aux_pck.ads: New file.
1961 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
1962 Ambiguous_Func functions.
1963 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
1964 * gdb.ada/complete/pck.adb: Likewise.
1965
4e83a1e7
UW
19662015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1967
1968 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
1969 failures to run the test program under GDB.
1970
8ce74153
LM
19712015-08-26 Luis Machado <lgustavo@codesourcery.com>
1972
1973 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
1974 to C.
1975
e9756d52
PP
19762015-08-26 Patrick Palka <patrick@parcs.ath.cx>
1977
1978 * gdb.base/run-after-attach.exp: New test file.
1979 * gdb.base/run-after-attach.c: New test file.
1980
8d37573b
DB
19812015-08-26 Don Breazeal <donb@codesourcery.com>
1982
1983 * gdb.base/foll-exec-2.c: New test program.
1984 * gdb.base/foll-exec-2.exp: New test.
1985
63e43d3a
PMR
19862015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
1987
1988 * gdb.base/nested-subp1.exp: New file.
1989 * gdb.base/nested-subp1.c: New file.
1990 * gdb.base/nested-subp2.exp: New file.
1991 * gdb.base/nested-subp2.c: New file.
1992 * gdb.base/nested-subp3.exp: New file.
1993 * gdb.base/nested-subp3.c: New file.
1994
3d40fbb5
PA
19952015-08-24 Pedro Alves <palves@redhat.com>
1996
1997 * gdb.server/connect-without-multi-process.c: New file.
1998 * gdb.server/connect-without-multi-process.exp: New file.
1999
4422ac93
LM
20002015-08-24 Luis Machado <lgustavo@codesourcery.com>
2001
2002 * gdb.opt/inline-markers.c: Make z int.
2003
91dddb86
LM
20042015-08-24 Luis Machado <lgustavo@codesourcery.com>
2005
2006 * gdb.opt/inline-markers.c: Make z volatile.
2007
a48847ee
LM
20082015-08-24 Luis Machado <lgustavo@codesourcery.com>
2009
2010 * gdb.opt/inline-bt.c: New volatile global z.
2011 * gdb.opt/inline-cmds.c: Likewise.
2012 * gdb.opt/inline-locals.c: Likewise.
2013 * gdb.opt/inline-markers.c: New extern global z.
2014 (marker): Use z.
2015 (inline_fn): Likewise.
2016
0ebbc52b
PA
20172015-08-24 Pedro Alves <palves@redhat.com>
2018
2019 * config/m32r-stub.exp: Remove file.
2020 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
2021 * gdb.base/call-rt-st.exp: Likewise.
2022 * gdb.base/call-strs.exp: Likewise.
2023 * gdb.base/default.exp: Remove references to h8300-*-hms and
2024 *-*-udi*.
2025 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
2026
77c365df
AA
20272015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2028
2029 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
2030 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
2031 and "return" use KFAIL when GDB can not read/write the vector
2032 return value.
2033
4313b8c0
GB
20342015-08-21 Gary Benson <gbenson@redhat.com>
2035
2036 * gdb.trace/pending.exp: Cope with remote transfer warnings.
2037
0e433b32
PA
20382015-08-20 Pedro Alves <palves@redhat.com>
2039
2040 * gdb.server/solib-list.exp: No longer expect an interior stop in
2041 non-stop mode.
2042
221e1a37
PA
20432015-08-20 Pedro Alves <palves@redhat.com>
2044
2045 * gdb.server/connect-stopped-target.c: New file.
2046 * gdb.server/connect-stopped-target.exp: New file.
2047
40e3ad0e
PA
20482015-08-20 Pedro Alves <palves@redhat.com>
2049
2050 * gdb.dwarf2/comp-unit-lang.exp: New file.
2051 * gdb.dwarf2/comp-unit-lang.c: New file.
2052
af39b327
PMR
20532015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
2054
2055 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
2056 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
2057
7d45c7c3 20582015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 2059
7d45c7c3
KB
2060 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
2061 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
2062
4d6cceb4
DE
20632015-08-18 Doug Evans <dje@google.com>
2064 Adrian Sendroiu <adrian.sendroiu@freescale.com>
2065
2066 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
2067 skip_python_tests. New arg prompt_regexp.
2068 (skip_python_tests): New function.
2069 * lib/mi-support.exp (mi_skip_python_tests): New function.
2070 * gdb.python/py-mi-objfile-gdb.py: New file.
2071 * gdb.python/py-mi-objfile.c: New file.
2072 * gdb.python/py-mi-objfile.exp: New file.
2073
ad89c2aa
KS
20742015-08-17 Keith Seitz <keiths@redhat.com>
2075
2076 * gdb.linespec/explicit.exp: Move strace test from here ...
2077 * gdb.trace/strace.exp: ... to here.
2078
e3ae3c43
PP
20792015-08-15 Patrick Palka <patrick@parcs.ath.cx>
2080
2081 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
2082 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
2083
604b2636
DE
20842015-08-14 Doug Evans <xdje42@gmail.com>
2085
2086 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
2087 inferior before selecting a new file.
2088
6ff0ba5f
DE
20892015-08-14 Doug Evans <xdje42@gmail.com>
2090
2091 * gdb.mi/mi-disassemble.exp: Update.
2092 * gdb.base/disasm-optim.S: New file.
2093 * gdb.base/disasm-optim.c: New file.
2094 * gdb.base/disasm-optim.h: New file.
2095 * gdb.base/disasm-optim.exp: New file.
2096
9ca98f92
KS
20972015-08-14 Keith Seitz <keiths@redhat.com>
2098
2099 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
2100 "evaluated-by".
2101
52bbc560
JB
21022015-08-13 Joel Brobecker <brobecker@adacore.com>
2103
2104 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
2105
5d8c3ed3
PMR
21062015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
2107
2108 * gdb.ada/fun_renaming.exp: New testcase.
2109 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
2110 * gdb.ada/fun_renaming/pack.adb: New file.
2111 * gdb.ada/fun_renaming/pack.ads: New file.
2112
ea8812bc
KS
21132015-08-12 Keith Seitz <keiths@redhat.com>
2114
2115 * gdb.base/dso2dso.exp: Pass basename of source file in call to
2116 gdb_get_line_number.
2117
4dafcdeb
JB
21182015-08-12 Joel Brobecker <brobecker@adacore.com>
2119
2120 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
2121 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
2122 gdb.base/dso2dso.exp: New files.
2123
5ba32597
SDJ
21242015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2125 Pedro Alves <palves@redhat.com>
2126 Keith Seitz <keiths@redhat.com>
2127
2128 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
2129 GDBFLAGS.
2130
b6dafabf
PP
21312015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2132
2133 * gdb.base/gdbhistsize-history.exp
2134 (test_histsize_history_setting): Use save_vars.
2135 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2136 Use save_vars.
2137 (test_no_truncation_of_unlimited_history_file): Use save_vars.
2138 * gdb.base/readline.exp: Use save_vars.
2139
abe8e607
PP
21402015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2141
2142 * lib/gdb.exp (save_vars): New proc.
2143
629500fa
KS
21442015-08-11 Keith Seitz <keiths@redhat.com>
2145
2146 * gdb.base/help.exp: Update help_breakpoint_text.
2147
eb8c4e2e
KS
21482015-08-11 Keith Seitz <keiths@redhat.com>
2149
2150 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
2151 (at toplevel): Call test_explicit_breakpoints.
2152 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
2153 breakpoints.
2154 * lib/mi-support.exp (mi_make_breakpoint): Add support for
2155 breakpoint conditions, "-cond".
2156
87f0e720
KS
21572015-08-11 Keith Seitz <keiths@redhat.com>
2158
2159 * gdb.linespec/3explicit.c: New file.
2160 * gdb.linespec/cpexplicit.cc: New file.
2161 * gdb.linespec/cpexplicit.exp: New file.
2162 * gdb.linespec/explicit.c: New file.
2163 * gdb.linespec/explicit.exp: New file.
2164 * gdb.linespec/explicit2.c: New file.
2165 * gdb.linespec/ls-errs.exp: Add explicit location tests.
2166 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
2167 before using in the matching pattern.
2168 Clarify that `prefix' is a regular expression.
2169
f00aae0f
KS
21702015-08-11 Keith Seitz <keiths@redhat.com>
2171
2172 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
2173 test.
2174 Add tests for missing ",FMT" and ",".
2175
e27852be
DE
21762015-08-10 Doug Evans <dje@google.com>
2177 Keith Seitz <keiths@redhat.com>
2178
2179 PR gdb/17960
2180 * gdb.base/completion.exp: Add location completer tests.
2181
7f03bd92
PA
21822015-08-07 Pedro Alves <palves@redhat.com>
2183
2184 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
2185 tests here.
2186 (top level): Run do_test with and without displaced stepping.
2187
3fc8eb30
PA
21882015-08-07 Pedro Alves <palves@redhat.com>
2189
2190 * gdb.base/valgrind-disp-step.c: New file.
2191 * gdb.base/valgrind-disp-step.exp: New file.
2192
d4569d7b
PA
21932015-08-07 Pedro Alves <palves@redhat.com>
2194
2195 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
2196 Delete function.
2197 (main): Add alarm. Run an infinite loop instead of calling
2198 wait_threads.
2199 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
2200 comment.
2201 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
2202 Delete function.
2203 (main): Add alarm. Run an infinite loop instead of calling
2204 wait_threads.
2205 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
2206 comment.
2207
e1316e60
PA
22082015-08-07 Pedro Alves <palves@redhat.com>
2209
2210 * gdb.base/checkpoint-ns.exp: New file.
2211 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
2212 standard_testfile.
2213
da8c46d2
MM
22142015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2215
2216 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
2217 * gdb.btrace/instruction_history.exp: Update.
2218 * gdb.btrace/tsx.exp: New.
2219 * gdb.btrace/tsx.c: New.
2220
de1c2c52
PA
22212015-08-06 Pedro Alves <palves@redhat.com>
2222
2223 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
2224 increase timeout.
2225 * gdb.reverse/until-precsave.exp: Bump timeouts.
2226
782e0bf4
PA
22272015-08-06 Pedro Alves <palves@redhat.com>
2228
2229 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
2230
83e97ed0
PA
22312015-08-06 Pedro Alves <palves@redhat.com>
2232
2233 PR gdb/18749
2234 * gdb.threads/process-dies-while-handling-bp.c: New file.
2235 * gdb.threads/process-dies-while-handling-bp.exp: New file.
2236
863d01bd
PA
22372015-08-06 Pedro Alves <palves@redhat.com>
2238
2239 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
2240 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
2241
0a39bb32
PA
22422015-08-05 Pedro Alves <palves@redhat.com>
2243
2244 * gdb.threads/next-while-other-thread-longjmps.c: New file.
2245 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
2246
ee2d2b10
SL
22472015-08-03 Sandra Loosemore <sandra@codesourcery.com>
2248
2249 * gdb.base/bp-permanent.exp: Report test as unsupported if
2250 the target cannot stop at the permanent breakpoint.
2251
4e1bdb00
DE
22522015-08-03 Doug Evans <dje@google.com>
2253
2254 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
2255 10000.
2256
3d338901
DE
22572015-08-03 Doug Evans <dje@google.com>
2258
2259 * Makefile.in (workers/%.worker, build-perf): New rule.
2260 (GDB_PERFTEST_MODE): New variable.
2261 (check-perf): Use it.
2262 (clean): Clean up gdb.perf parallel build subdirs.
2263 * lib/build-piece.exp: New file.
2264 * lib/gdb.exp (make_gdb_parallel_path): New function
2265 (standard_output_file, standard_temp_file): Call it.
2266 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2267 of $GDB_PARALLEL.
2268 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
2269
af061d3e
DE
22702015-08-03 Doug Evans <dje@google.com>
2271
8e1afc81 2272 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
2273 (LOG_FILE_NAME): New global.
2274 (TextReporter.__init__): Initialize self.txt_sum.
2275 (TextReporter.report): Add support for multiple data-points.
2276 Move report to perftest.sum, put raw data in perftest.log.
2277 (TextReporter.start): Open sum and log files.
2278 (TextReporter.end): Close sum and log files.
8e1afc81
DE
2279 * gdb.perf/lib/perftest/testresult.py
2280 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 2281
2c8c5d37
PA
22822015-07-31 Pedro Alves <palves@redhat.com>
2283
2284 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
2285 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2286 kill_wait_spawned_process instead of explicit "kill -9".
2287 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
2288 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2289 kill_wait_spawned_process.
2290 * gdb.base/attach-twice.exp: Likewise.
2291 * gdb.base/attach.exp: Likewise.
2292 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
2293 gdb_test_multiple.
2294 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
2295 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2296 kill_wait_spawned_process.
2297 * gdb.base/valgrind-infcall.exp: Likewise.
2298 * gdb.multi/multi-attach.exp: Likewise.
2299 * gdb.python/py-prompt.exp: Likewise.
2300 * gdb.python/py-sync-interp.exp: Likewise.
2301 * gdb.server/ext-attach.exp: Likewise.
2302 * gdb.threads/attach-into-signal.exp (corefunc): Use
2303 spawn_wait_for_attach, spawn_id_get_pid and
2304 kill_wait_spawned_process.
2305 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
2306 spawn_wait_for_attach returning a spawn id instead of a pid. Use
2307 spawn_id_get_pid and kill_wait_spawned_process.
2308 * gdb.threads/attach-stopped.exp (corefunc): Use
2309 spawn_wait_for_attach, spawn_id_get_pid and
2310 kill_wait_spawned_process.
2311 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
2312 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2313 kill_wait_spawned_process instead of explicit "kill -9".
2314 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
2315 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
2316 (spawn_wait_for_attach): Use spawn instead of exec to spawn
2317 processes. Don't map cygwin/windows pids here. Now returns a
2318 spawn id list.
2319
032a0fca
SL
23202015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2321
2322 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
2323 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
2324 correct patch.
2325
61a934ca
SL
23262015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2327
2328 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
2329
4bc4d428
SL
23302015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2331
2332 Reapply:
2333 2014-05-21 Mark Wielaard <mjw@redhat.com>
2334
2335 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2336
998d452a
PA
23372015-07-30 Pedro Alves <palves@redhat.com>
2338
2339 * linux-low.c (handle_extended_wait): Set the child's last
2340 reported status to TARGET_WAITKIND_STOPPED.
2341
69dde7dc
PA
23422015-07-30 Pedro Alves <palves@redhat.com>
2343
2344 PR threads/18600
2345 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
2346 only shows inferior 1.
2347
4dd63d48
PA
23482015-07-30 Simon Marchi <simon.marchi@ericsson.com>
2349 Pedro Alves <palves@redhat.com>
2350
2351 PR threads/18600
2352 * gdb.threads/fork-plus-threads.c: New file.
2353 * gdb.threads/fork-plus-threads.exp: New file.
2354
d618e4c5
PP
23552015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2356
2357 * gdb.base/batch-preserve-term-settings.exp
2358 (test_terminal_settings_preserved_after_cli_exit): Use
2359 send_quit_command.
2360
1eef6428
PA
23612015-07-29 Pedro Alves <palves@redhat.com>
2362 Don Breazeal <donb@codesourcery.com>
2363
2364 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
2365 output from both inferior_spawn_id and gdb_spawn_id.
2366
7da5b897
SDJ
23672015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2368
2369 * gdb.threads/attach-into-signal.exp (corefunc): Use
2370 with_test_prefix on nested loops, uniquefying the test messages.
2371
dac804df
SDJ
23722015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2373
2374 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
2375 commit.
2376
06265e53
PP
23772015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2378
2379 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
2380 New proc.
2381 (test_terminal_settings_preserved_after_sigterm): New test.
2382
18206ca3
PP
23832015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2384
2385 * gdb.base/batch-preserve-term-settings.exp
2386 (test_terminal_settings_preserved_after_cli_exit): New test.
2387
90074d11
PP
23882015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2389
2390 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
2391 manipulation of saved_gdbflags.
2392 (test_terminal_settings_preserved): Remove global declaration of
2393 the unused variable pagination_prompt. Remove manipulation of
2394 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
2395 GDBFLAGS.
2396
eb1a7902
PA
23972015-07-29 Pedro Alves <palves@redhat.com>
2398
2399 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
2400
8b75dd3b
PA
24012015-07-29 Pedro Alves <palves@redhat.com>
2402
2403 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
2404 at the top.
2405
dedad4e3
PA
24062015-07-29 Pedro Alves <palves@redhat.com>
2407
2408 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
2409 (main): Call gdb_unbuffer_output.
2410 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
2411 (main): Call gdb_unbuffer_output.
2412 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
2413 (main): Call gdb_unbuffer_output.
2414 * gdb.base/call-strs.exp: Adjust to step over the
2415 gdb_unbuffer_output call.
2416 * gdb.base/catch-gdb-caused-signals.c: Include
2417 "../lib/unbuffer_output.c".
2418 (main): Call gdb_unbuffer_output.
2419 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
2420 (main): Call gdb_unbuffer_output.
2421 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
2422 (main): Call gdb_unbuffer_output.
2423 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
2424 (main): Call gdb_unbuffer_output.
2425 * gdb.base/shlib-call.exp: Adjust to step over the
2426 gdb_unbuffer_output call.
2427 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
2428 (main): Call gdb_unbuffer_output.
2429 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
2430 (main): Call gdb_unbuffer_output.
2431 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
2432 (main): Rename to ...
2433 (test): ... this.
2434 (main): Reimplement.
2435 * gdb.base/varargs.exp: Run to test instead of to main.
2436 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2437 (main): Call gdb_unbuffer_output.
2438
58789a91
PA
24392015-07-29 Pedro Alves <palves@redhat.com>
2440
2441 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
2442 factore out from mi_continue_dprintf. For call-style dprintfs,
2443 expect dprintf output out of $inferior_spawn_id.
2444 (mi_continue_dprintf): Use mi_expect_dprintf.
2445 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2446 (main): Call gdb_unbuffer_output.
2447
e8376742
PA
24482015-07-29 Pedro Alves <palves@redhat.com>
2449
2450 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
2451 (default_mi_gdb_start): Set inferior_spawn_id instead of
2452 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
2453 gdb_spawn_id.
2454 (mi_gdb_test): Always expect inferior output from both
2455 $inferior_spawn_id and $gdb_spawn_id.
2456
08280010
PA
24572015-07-29 Pedro Alves <palves@redhat.com>
2458
2459 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
2460 send_inferior and $inferior_spawn_id.
2461
4d30e432
PA
24622015-07-29 Pedro Alves <palves@redhat.com>
2463
2464 * gdb.gdb/complaints.exp (test_initial_complaints)
2465 (test_serial_complaints, test_short_complaints): Use
2466 gdb_test_stdio.
2467 (test_empty_complaint): Handle $inferior_spawn_id !=
2468 $gdb_spawn_id.
2469
0d30a335
PA
24702015-07-29 Pedro Alves <palves@redhat.com>
2471
2472 * gdb.base/varargs.exp: Use gdb_test_stdio.
2473
39413b29
PA
24742015-07-29 Pedro Alves <palves@redhat.com>
2475
2476 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
2477
7cb000a9
PA
24782015-07-29 Pedro Alves <palves@redhat.com>
2479
2480 * gdb.base/ending-run.exp: Use gdb_test_stdio.
2481
d7b8ac82
PA
24822015-07-29 Pedro Alves <palves@redhat.com>
2483
2484 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
2485 parameter into two new parameters, "inf_result" and "gdb_result".
2486 Expect inferior output and gdb output from $inferior_spawn_id and
2487 $gdb_spawn_id, respectively. Adjust all callers.
2488
789c3a0c
PA
24892015-07-29 Pedro Alves <palves@redhat.com>
2490
2491 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
2492 of gdb_test_sequence.
2493
77e760c3
PA
24942015-07-29 Pedro Alves <palves@redhat.com>
2495
2496 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
2497 (saw_spurious_output): Expect inferior output from
2498 $inferior_spawn_id. Use gdb_test_stdio.
2499
8396d2cd
PA
25002015-07-29 Pedro Alves <palves@redhat.com>
2501
2502 * gdb.base/dprintf.exp: Use standard_testfile. Change
2503 prepare_for_testing call.
2504 (srcfile): Don't set.
2505 (restart): New procedure.
2506 (test_dprintf): New procecure, use to continue over dprintfs.
2507 (test_call, test_agent): New procedures, tests moved here.
2508 Restart gdb and recreate dprintfs. Adjust expected output.
2509
2051d61f
PA
25102015-07-29 Pedro Alves <palves@redhat.com>
2511
2512 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
2513
452397af
PA
25142015-07-29 Pedro Alves <palves@redhat.com>
2515
2516 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
2517
8aed9555
PA
25182015-07-29 Pedro Alves <palves@redhat.com>
2519
2520 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
2521 gdb_test_stdio.
2522
188a61b4
PA
25232015-07-29 Pedro Alves <palves@redhat.com>
2524
2525 * lib/gdb.exp (gdb_test_stdio): New procedure.
2526
12264a45
PA
25272015-07-29 Pedro Alves <palves@redhat.com>
2528
2529 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
2530
23ffc893
PA
25312015-07-29 Pedro Alves <palves@redhat.com>
2532
2533 * gdb.base/call-signal-resume.exp: Remove check for
2534 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
2535 * gdb.base/unwindonsignal.exp: Likewise.
2536 * gdb.base/call-signals.c (gen_signal): Remove printf call.
2537 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
2538
65566918
PA
25392015-07-29 Pedro Alves <palves@redhat.com>
2540
2541 * gdb.base/siginfo-addr.c (pass): New function.
2542 (handler): Call it iff si_addr is correct.
2543 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
2544 Set a breakpoint at "pass" and continue to it.
2545
d60a9221
SDJ
25462015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
2547
2548 * gdb.python/py-objfile.exp: Make some tests have unique names.
2549 * gdb.python/py-pp-registration.exp: Likewise.
2550
bde40b8f
PA
25512015-07-28 Pedro Alves <palves@redhat.com>
2552
2553 * gdb.server/server-exec-info.exp: Issue a "disconnect".
2554
13e1dec8
SM
25552015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2556
2557 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
2558
da33c9a7
SM
25592015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2560
2561 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
2562
077836f7
PP
25632015-07-27 Patrick Palka <patrick@parcs.ath.cx>
2564
2565 * gdb.base/gdb-sigterm-2.exp: New test.
2566
b8cc7b2e
DE
25672015-07-25 Doug Evans <xdje42@gmail.com>
2568
2569 Revert:
2570 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2571 (workers/%.worker, build-perf): New rule.
2572 (GDB_PERFTEST_MODE): New variable.
2573 (check-perf): Use it.
2574 (clean): Clean up gdb.perf parallel build subdirs.
2575 * lib/build-piece.exp: New file.
2576 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2577 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2578 name.
2579 (standard_temp_file): Ditto.
2580 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2581 of $GDB_PARALLEL.
2582
c8bd4544
DE
25832015-07-24 Doug Evans <dje@google.com>
2584
2585 * gdb.perf/lib/perftest/utils.py: New file.
2586 * gdb.perf/gm-hello.cc: New file.
2587 * gdb.perf/gm-pervasive-typedef.cc: New file.
2588 * gdb.perf/gm-pervasive-typedef.h: New file.
2589 * gdb.perf/gm-std.cc: New file.
2590 * gdb.perf/gm-std.h: New file.
2591 * gdb.perf/gm-use-cerr.cc: New file.
2592 * gdb.perf/gm-utils.h: New file.
2593 * gdb.perf/gmonster-null-lookup.py: New file.
2594 * gdb.perf/gmonster-pervasive-typedef.py: New file.
2595 * gdb.perf/gmonster-print-cerr.py: New file.
2596 * gdb.perf/gmonster-ptype-string.py: New file.
2597 * gdb.perf/gmonster-runto-main.py: New file.
2598 * gdb.perf/gmonster-select-file.py: New file.
2599 * gdb.perf/gmonster1-null-lookup.exp: New file.
2600 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
2601 * gdb.perf/gmonster1-print-cerr.exp: New file.
2602 * gdb.perf/gmonster1-ptype-string.exp: New file.
2603 * gdb.perf/gmonster1-runto-main.exp: New file.
2604 * gdb.perf/gmonster1-select-file.exp: New file.
2605 * gdb.perf/gmonster1.cc: New file.
2606 * gdb.perf/gmonster1.exp: New file.
2607 * gdb.perf/gmonster2-null-lookup.exp: New file.
2608 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
2609 * gdb.perf/gmonster2-print-cerr.exp: New file.
2610 * gdb.perf/gmonster2-ptype-string.exp: New file.
2611 * gdb.perf/gmonster2-runto-main.exp: New file.
2612 * gdb.perf/gmonster2-select-file.exp: New file.
2613 * gdb.perf/gmonster2.cc: New file.
2614 * gdb.perf/gmonster2.exp: New file.
2615
6eab34f3
DE
26162015-07-24 Doug Evans <dje@google.com>
2617
2618 * gdb.perf/README: New file.
2619 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
2620 * lib/gen-perf-test.exp: New file.
2621
63738bfd
DE
26222015-07-24 Doug Evans <dje@google.com>
2623
2624 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
2625 (PerfTest::startup): New function.
2626 (PerfTest::run): Return result of calling body.
2627 (PerfTest::assemble): Rewrite.
2628 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
2629 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
2630 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
2631 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
2632 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
2633
7b606f95
DE
26342015-07-24 Doug Evans <dje@google.com>
2635
2636 * lib/gdb.exp (clean_restart): Make executable optional.
2637
a97b16b8
DE
26382015-07-24 Doug Evans <dje@google.com>
2639
2640 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
2641 compiler_info references.
2642 * gdb.cp/temargs.exp: Ditto.
2643 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
2644 (get_compiler_info): Early exit if already computed. Set compiler_info
2645 to "unknown" if there was a problem.
2646 (test_compiler_info): Add function comment. Call get_compiler_info.
2647
35baa57f
DE
26482015-07-24 Doug Evans <dje@google.com>
2649
2650 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2651 (workers/%.worker, build-perf): New rule.
2652 (GDB_PERFTEST_MODE): New variable.
2653 (check-perf): Use it.
2654 (clean): Clean up gdb.perf parallel build subdirs.
2655 * lib/build-piece.exp: New file.
2656 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2657 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2658 name.
2659 (standard_temp_file): Ditto.
2660 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2661 of $GDB_PARALLEL.
2662
6ebea266
DE
26632015-07-24 Doug Evans <dje@google.com>
2664
2665 * lib/future.exp (gdb_default_target_compile): New option
2666 "early_flags".
2667 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
2668 --as-needed.
2669
1e76a7e9
SDJ
26702015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
2671
2672 * gdb.base/catch-syscall.exp: Call gdb_exit before
2673 gdb_skip_xml_test.
2674
5068630a
PA
26752015-07-24 Pedro Alves <palves@redhat.com>
2676
2677 * gdb.python/py-events.exp: Accept output between the stop event
2678 and the prompt.
2679 * gdb.python/py-evsignal.exp: Likewise.
2680 * gdb.python/py-evthreads.exp: Likewise.
2681
77598427
PA
26822015-07-24 Pedro Alves <palves@redhat.com>
2683
2684 PR gdb/18717
2685 * gdb.threads/non-ldr-exit.c: New file.
2686 * gdb.threads/non-ldr-exit.exp: New file.
2687
11e6c98f
YQ
26882015-07-24 Yao Qi <yao.qi@linaro.org>
2689
2690 * gdb.server/ext-wrapper.exp: Test --wrapper option when
2691 restarting process.
2692
51aee833
YQ
26932015-07-24 Yao Qi <yao.qi@linaro.org>
2694
2695 * gdb.server/ext-restart.exp: New file.
2696
8cfe207c
YQ
26972015-07-24 Yao Qi <yao.qi@linaro.org>
2698
2699 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
2700 argument options.
2701 * gdb.server/ext-wrapper.exp: New file.
2702
cc12ce38
DE
27032015-07-23 Doug Evans <dje@google.com>
2704
2705 * gdb.dwarf2/dw2-dummy-cu.S: New file.
2706 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
2707
d0d84780
PMR
27082015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
2709
2710 * gdb.ada/var_arr_typedef.exp: New testcase.
2711 * gdb.ada/var_arr_typedef/pack.adb: New file.
2712 * gdb.ada/var_arr_typedef/pack.ads: New file.
2713 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
2714
8b558f79
JB
27152015-07-20 Joel Brobecker <brobecker@adacore.com>
2716
2717 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
2718
775a3298
JK
27192015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2720
2721 * gdb.arch/i386-biarch-core.exp: Replace istarget
2722 by "complete set gnutarget". Remove expectation for the "core-file"
2723 command.
2724
db1ff28b
JK
27252015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2726
2727 Revert the previous commit:
2728 Tests for validate symbol file using build-id.
2729
0a94970d
JK
27302015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2731
2732 Tests for validate symbol file using build-id.
2733 * gdb.base/solib-mismatch-lib.c: New file.
2734 * gdb.base/solib-mismatch-libmod.c: New file.
2735 * gdb.base/solib-mismatch.c: New file.
2736 * gdb.base/solib-mismatch.exp: New file.
2737
03346981
SL
27382015-07-15 Sandra Loosemore <sandra@codesourcery.com>
2739
2740 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
2741 nios2-*-linux*.
2742 * gdb.base/sigbpt.exp (stepi_out): Likewise.
2743 * gdb.base/siginfo.exp: Likewise.
2744 * gdb.base/sigstep.exp (advance, advancei): Likewise.
2745
42422cc7
PL
27462015-07-15 Pierre Langlois <pierre.langlois@arm.com>
2747
2748 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
2749 Move it to ...
2750 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
2751 ... here.
2752 * gdb.trace/range-stepping.exp: Check that the target supports
2753 range stepping.
2754
cfa68bae
JK
27552015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2756
2757 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
2758
8ffdba26
PA
27592015-07-14 Pedro Alves <palves@redhat.com>
2760
2761 * gdb.base/killed-outside.exp: New file.
2762 * gdb.base/killed-outside.c: New file.
2763
218a5a11
JK
27642015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2765
2766 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
2767 (n at main): New.
2768 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
2769
e03ed3c6
AA
27702015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2771
2772 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
2773 infcall tests instead of setting up for KFAIL.
2774
485668e5
MM
27752015-07-10 Markus Metzger <markus.t.metzger@intel.com>
2776
2777 * gdb.btrace/record_goto-step.exp: New.
2778
08464196
JK
27792015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2780
2781 PR compile/18484
2782 * gdb.compile/compile.c (struct struct_type): Add volatile to
2783 selffield's type.
2784 * gdb.compile/compile.exp
2785 (compile code struct_object.selffield = &struct_object): Skip further
2786 struct_object tests if this one xfails.
2787
bcf5c1d9
RC
27882015-07-08 Robert O'Callahan <robert@ocallahan.org>
2789
2790 PR exp/18617
2791 * gdb.trace/ax.exp: Add test.
2792
4931af25
YQ
27932015-07-07 Yao Qi <yao.qi@linaro.org>
2794
2795 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
2796 instead of istarget "aarch64*-*-*".
2797 * gdb.arch/aarch64-fp.exp: Likewise.
2798 * gdb.base/float.exp: Likewise.
2799 * gdb.reverse/aarch64.exp: Likewise.
2800 * lib/gdb.exp (is_aarch64_target): New proc.
2801
9fcf688e
YQ
28022015-07-07 Yao Qi <yao.qi@linaro.org>
2803
2804 * lib/gdb.exp (is_aarch32_target): New proc.
2805 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
2806 instead of "istarget "arm*-*-*"".
2807 * gdb.arch/arm-disp-step.exp: Likewise.
2808 * gdb.arch/thumb-bx-pc.exp: Likewise.
2809 * gdb.arch/thumb-prologue.exp: Likewise.
2810 * gdb.arch/thumb-singlestep.exp: Likewise.
2811 * gdb.base/disp-step-syscall.exp: Likewise.
2812 * gdb.base/float.exp: Likewise.
2813
fbd8d50d
YQ
28142015-07-07 Yao Qi <yao.qi@linaro.org>
2815
2816 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
2817 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
2818
71be1fdc
YQ
28192015-07-07 Yao Qi <yao.qi@linaro.org>
2820
2821 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
2822 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
2823 if it exists.
2824 * gdb.multi/multi-arch.exp: Likewise.
2825
3e221d36
SM
28262015-07-07 Simon Marchi <simon.marchi@ericsson.com>
2827
2828 * gdb.python/py-lazy-string.exp: Add missing parentheses to
2829 print.
2830
d441430b
YQ
28312015-07-07 Yao Qi <yao.qi@linaro.org>
2832
2833 * gdb.arch/thumb-singlestep.exp: Do one more single step.
2834
06f810bd
MG
28352015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
2836
2837 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
2838 '[' and ']' characters.
2839
5e61e7c0
IB
28402015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
2841
2842 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
2843
28bf096c
PA
28442015-06-29 Pedro Alves <palves@redhat.com>
2845
2846 PR threads/18127
2847 * gdb.threads/hand-call-new-thread.c: New file.
2848 * gdb.threads/hand-call-new-thread.c: New file.
2849
ee93cd5e
KS
28502015-06-26 Keith Seitz <keiths@redhat.com>
2851 Doug Evans <dje@google.com>
2852
2853 PR 16253
2854 * gdb.cp/var-tag-2.cc: New file.
2855 * gdb.cp/var-tag-3.cc: New file.
2856 * gdb.cp/var-tag-4.cc: New file.
2857 * gdb.cp/var-tag.cc: New file.
2858 * gdb.cp/var-tag.exp: New file.
2859
fc637f04
PP
28602015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2861
2862 * gdb.base/history-duplicates.exp: New test.
2863
2e52ae68
PP
28642015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2865
2866 * gdb.base/completion.exp: Test the completion of the "focus"
2867 command.
2868
6e22494e
JK
28692015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2870
2871 * gdb.arch/amd64-prologue-skip.S: New file.
2872 * gdb.arch/amd64-prologue-skip.exp: New file.
2873
bf7b9cd9
SM
28742015-06-25 Simon Marchi <simon.marchi@ericsson.com>
2875
2876 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
2877 is_address_zero_readable check.
2878
201e8dfd
PB
28792015-06-24 Peter Bergner <bergner@vnet.ibm.com>
2880
2881 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
2882 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
2883
5cd867b4
YQ
28842015-06-24 Yao Qi <yao.qi@linaro.org>
2885
2886 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
2887 linux targets.
2888
4d7be007
YQ
28892015-06-24 Yao Qi <yao.qi@linaro.org>
2890
2891 * lib/gdb.exp (supports_get_siginfo_type): New proc.
2892 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
2893 * gdb.base/siginfo-thread.exp: Likewise.
2894
07fcd301
YQ
28952015-06-22 Yao Qi <yao.qi@linaro.org>
2896
2897 * boards/remote-gdbserver-on-localhost.exp: Add comments.
2898
52042a00
YQ
28992015-06-22 Yao Qi <yao.qi@linaro.org>
2900
2901 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
2902 aarch64*-*-*.
2903 (skip_hw_watchpoint_tests): Likewise.
2904
74bd41ce
PP
29052015-06-18 Patrick Palka <patrick@parcs.ath.cx>
2906
2907 * gdb.base/gdbinit-history.exp: Test the interaction between
2908 setting GDBHISTSIZE and setting the history size via .gdbinit.
2909
bc460514
PP
29102015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2911
2912 PR gdb/16999
2913 * gdb.base/gdbhistsize-history.exp: New test.
2914
b58c513b
PP
29152015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2916
2917 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
2918 with GDBHISTSIZE.
2919 * gdb.base/readline.exp: Likewise.
2920
92046791
YQ
29212015-06-17 Yao Qi <yao.qi@linaro.org>
2922
2923 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
2924 line.
2925
2093d2d3
PP
29262015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2927
2928 * gdb.base/gdbinit-history.exp: Add test case to check that
2929 an unlimited history file does not get truncated on exit.
2930
e6c693af
AA
29312015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2932
2933 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
2934 (VECTOR): New macro. Use it...
2935 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
2936 ...for these typedefs.
2937 (int8, char1, int1, double1): New typedefs.
2938 (struct just_int2, struct two_int2): New structures.
2939 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
2940 (add_structvecs, add_singlevecs): New functions.
2941 (main): Call add_some_intvecs twice.
2942 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
2943 the compile and exit upon failure. Try compiling for the "native"
2944 architecture. Test inferior function calls with vector arguments
2945 and vector return value handling with "finish" and "return".
2946
c74f7d1c
JT
29472015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2948
2949 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
2950 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
2951 PE file.
2952 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
2953
98aa42ee
AT
29542015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
2955
2956 PR breakpoints/16465
2957 * gdb.mi/mi-dprintf-pending.c: New file.
2958 * gdb.mi/mi-dprintf-pending.exp: New test.
2959 * gdb.mi/mi-dprintf-pendshr.c: New file.
2960
7d73c23c 29612015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 2962 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
2963
2964 * gdb.arch/i386-mpx-map.c: New file.
2965 * gdb.arch/i386-mpx-map.exp: New File.
2966
29672015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2968
2969 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
2970 * gdb.arch/i386-mpx.exp: Indentation fixed.
2971
29722015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2973
2974 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
2975 function and improved indentation.
2976 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
2977 gdb_test_multiple. Added additional tests to skip the test.
2978
29792015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2980
2981 * gdb.arch/i386-avx512.c: Change path in include file.
2982 * gdb.arch/i386-avx512.exp: Change include dir path
2983 compilation flag.
2984 * gdb.arch/i386-mpx.c: Change path in include file.
2985 * gdb.arch/i386-mpx.exp: Change include dir path compilation
2986 flag.
2987
d5eba19a
JK
29882015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2989
2990 * gdb.compile/compile-print.exp (compile print *vararray@3)
2991 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
2992
7f361056
JK
29932015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2994
2995 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
2996 (do not keep jit in memory): ... this.
2997 (expect 5): Change it to ...
2998 (expect no 5): ... this.
2999
3b462ec2
SM
30002015-06-02 Simon Marchi <simon.marchi@ericsson.com>
3001
3002 PR gdb/15564
3003 * gdb.mi/mi-detach.exp: New file.
3004
e0619de6
JK
30052015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3006
3007 PR symtab/18392
3008 * gdb.arch/amd64-tailcall-self.S: New file.
3009 * gdb.arch/amd64-tailcall-self.c: New file.
3010 * gdb.arch/amd64-tailcall-self.exp: New file.
3011
e970cb34
DB
30122015-05-28 Don Breazeal <donb@codesourcery.com>
3013
3014 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
3015 tests for remote targets by checking is_target_gdbserver.
3016
b2e2f908
DE
30172015-05-27 Doug Evans <dje@google.com>
3018
3019 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
3020 * gdb.dwarf2/opaque-type-lookup.c: New file.
3021 * gdb.dwarf2/opaque-type-lookup.exp: New file.
3022
82c7be31
DE
30232015-05-26 Doug Evans <dje@google.com>
3024
3025 * gdb.cp/iostream.cc: New file.
3026 * gdb.cp/iostream.exp: New file.
3027
b4f54984
DE
30282015-05-26 Doug Evans <dje@google.com>
3029
3030 * gdb.dwarf2/dw2-op-call.exp: Update.
3031 * gdb.dwarf2/dw4-sig-types.exp: Update.
3032 * gdb.dwarf2/implptr.exp: Update.
3033 * gdb.mi/mi-cmd-param-changed.exp: Update.
3034
4ea6efe9
DE
30352015-05-26 Doug Evans <dje@google.com>
3036
3037 * gdb.python/py-lazy-string.c: New file.
3038 * gdb.python/py-lazy-string.exp: New file.
3039 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
3040 (main): Update. Add estring3.
3041 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
3042 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
3043
f6bb7db3
YQ
30442015-05-26 Omair Javaid <omair.javaid@linaro.org>
3045 Yao Qi <yao.qi@linaro.org>
3046
3047 * gdb.reverse/aarch64.c: New.
3048 * gdb.reverse/aarch64.exp: New.
3049
a81bfbd0
OJ
30502015-05-26 Omair Javaid <omair.javaid@linaro.org>
3051
3052 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
3053 (supports_reverse): Likewise.
3054
158bf1b4
PP
30552015-05-22 Patrick Palka <patrick@parcs.ath.cx>
3056
3057 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3058 Use with_test_prefix.
3059
a0145030
AB
30602015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3061
3062 * gdb.base/completion.exp: Add test for completion of layout
3063 names.
3064
ebe3b578
AB
30652015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
3066
3067 * lib/gdb.exp (skip_tui_tests): New proc.
3068 * gdb.base/tui-layout.exp: Check skip_tui_tests.
3069
84204ed7
PA
30702015-05-19 Pedro Alves <palves@redhat.com>
3071
3072 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3073 Save the whole env array instead of just HOME. Unset HISTSIZE in
3074 the environment while testing. Restore whole environment
3075 afterwards.
3076
37442ce1
DE
30772015-05-16 Doug Evans <xdje42@gmail.com>
3078
3079 * gdb.guile/scm-ports.c: New file.
3080 * gdb.guile/scm-ports.exp: Add memory port tests.
3081
36de76f9
JK
30822015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3083
3084 * gdb.compile/compile-print.c: New file.
3085 * gdb.compile/compile-print.exp: New file.
3086
3a9558c4
JK
30872015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3088
3089 * gdb.compile/compile-ops.exp: Cast param to void.
3090 * gdb.compile/compile.exp: Complete type for _gdb_expr.
3091 (compile code struct_object.selffield = &struct_object): Add xfail.
3092
aa715135
JG
30932015-05-15 Joel Brobecker <brobecker@adacore.com>
3094
3095 * gdb.ada/arr_enum_with_gap: New testcase.
3096
931e5bc3
JG
30972015-05-15 Joel Brobecker <brobecker@adacore.com>
3098
3099 * gdb.ada/byte_packed_arr: New testcase.
3100
9cd4d857
JB
31012015-05-15 Joel Brobecker <brobecker@adacore.com>
3102
3103 * gdb.ada/pckd_neg: New testcase.
3104
ebfd00d2
PP
31052015-05-13 Patrick Palka <patrick@parcs.ath.cx>
3106
3107 PR gdb/17820
3108 * gdb.base/gdbinit-history.exp: New test.
3109 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
3110 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
3111
4c082a81
SC
31122015-05-09 Siva Chandra Reddy <sivachandra@google.com>
3113
3114 * gdb.python/py-xmethods.cc: Enhance test case.
3115 * gdb.python/py-xmethods.exp: New tests.
3116 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
3117 function.
3118 (B_indexoper): Likewise.
3119 (global_dm_list) : Add new xmethod worker functions.
3120
f7797074
SDJ
31212015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
3122
3123 * gdb.base/coredump-filter.exp: Correctly unset
3124 "coredump_var_addr" array.
3125
a4674e4e
PA
31262015-05-08 Pedro Alves <palves@redhat.com>
3127
3128 * gdb.server/non-existing-program.exp: Unset spawn_id.
3129
df2eb078
SC
31302015-05-08 Siva Chandra Reddy <sivachandra@google.com>
3131
3132 PR python/18291
3133 * gdb.python/py-xmethods.exp: Add tests.
3134
422349a3
YQ
31352015-05-08 Yao Qi <yao.qi@linaro.org>
3136
3137 PR gdb/18208
3138 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
3139 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
3140 function set_coredump_filter, and remove remote_exec call.
3141 Remove argument ipid. Callers update.
3142 (top level): Don't get inferior's PID.
3143
63fc80ce
AA
31442015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
3145
3146 * gdb.base/watch_thread_num.exp: Skip test on targets without
3147 access watchpoints.
3148
80ad801e
PA
31492015-05-06 Pedro Alves <palves@redhat.com>
3150
3151 PR server/18081
3152 * gdb.server/non-existing-program.exp: New file.
3153
0fa7fe50
JB
31542015-05-05 Joel Brobecker <brobecker@adacore.com>
3155
3156 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
3157
3ea89b92
PMR
31582015-05-05 Joel Brobecker <brobecker@adacore.com>
3159
3160 * gdb.ada/out_of_line_in_inlined: New testcase.
3161
87b8eff0
JB
31622015-05-05 Joel Brobecker <brobecker@adacore.com>
3163
3164 * gdb.ada/var_rec_arr: New testcase.
3165
5fccc635
YQ
31662015-04-30 Yao Qi <yao.qi@linaro.org>
3167
3168 * gdb.base/break-idempotent.exp: If
3169 skip_hw_watchpoint_multi_tests returns true, skip the tests
3170 on "rwatch" and "awatch".
3171
42d38f42
YQ
31722015-04-30 Yao Qi <yao.qi@linaro.org>
3173
3174 * gdb.base/relativedebug.exp: Invoke gdb command
3175 "info sharedlibrary", and if libc.so doesn't have debug info,
3176 skip the test.
3177
2ce1cdbf
DE
31782015-04-29 Doug Evans <dje@google.com>
3179
3180 * gdb.python/py-xmethods.exp: Add ptype tests.
3181 * gdb.python/py-xmethods.py (E_method_char_worker): Add
3182 get_result_type method.
3183
f24a38c5
LM
31842015-04-29 Luis Machado <lgustavo@codesourcery.com>
3185
3186 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
3187 the target does not support hardware watchpoints.
3188
ecbf2b3c
LM
31892015-04-29 Luis Machado <lgustavo@codesourcery.com>
3190
3191 * gdb.base/break-always.exp: Abort testing if writing to memory
3192 causes an error.
3193
34f5f757
DE
31942015-04-28 Doug Evans <dje@google.com>
3195
3196 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
3197 * gdb.python/py-pp-registration.exp: ... here. New file.
3198 * gdb.python/py-pp-registration.c: New file.
3199 * gdb.python/py-pp-registration.py: New file.
3200
69b4374a
DE
32012015-04-28 Doug Evans <dje@google.com>
3202
3203 * gdb.python/py-bad-printers.c: New file.
3204 * gdb.python/py-bad-printers.py: New file.
3205 * gdb.python/py-bad-printers.exp: New file.
3206
59fb7612
SS
32072015-04-28 Sasha Smundak <asmundak@google.com>
3208
3209 * gdb.python/py-type.exp: New test.
3210
2631b16a
AW
32112015-04-28 Andy Wingo <wingo@igalia.com>
3212
3213 * gdb.python/py-parameter.exp:
3214 * gdb.guile/scm-parameter.exp: Escape the path that we are
3215 matching against, as it might contain characters that are special
3216 to regular expressions.
3217
460efde1
JB
32182015-04-27 Joel Brobecker <brobecker@adacore.com>
3219
3220 * gdb.ada/rec_comp: New testcase.
3221
2d369d8e
SDJ
32222015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
3223
3224 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
3225 before using it.
3226
cf75d6c3
AB
32272015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
3228
3229 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
3230 new tests for verilog output.
3231
8dbe7ca5
YQ
32322015-04-24 Yao Qi <yao.qi@linaro.org>
3233
3234 * boards/remote-gdbserver-on-localhost.exp: New file.
3235
4ef9fb2f
PA
32362015-04-23 Pedro Alves <palves@redhat.com>
3237
3238 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
3239 $inferior_spawn_id instead of $inferior_spawn_id directly. On
3240 "end of file", remove $inferior_spawn_id from the indirect list.
3241
0a803169
PA
32422015-04-23 Pedro Alves <palves@redhat.com>
3243
3244 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
3245
749ef8f8
PA
32462015-04-23 Pedro Alves <palves@redhat.com>
3247
3248 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
3249 on $any_spawn_id instead of only on $gdb_spawn_id.
3250
8aae4344
PM
32512015-04-21 Pierre Muller <muller@sourceware.org>
3252
3253 PR pascal/17815
3254 * lib/pascal.exp (gpc_compile): Add new option "class".
3255 (fpc_compile): Likewise.
3256 * gdb.pascal/case-insensitive-symbols.pas: New file.
3257 * gdb.pascal/case-insensitive-symbols.exp: New file.
3258
1586c8fb
GB
32592015-04-20 Gary Benson <gbenson@redhat.com>
3260
3261 * gdb.base/attach.exp: Fix three extended remote failures.
3262
1b6e6f5c
GB
32632015-04-17 Gary Benson <gbenson@redhat.com>
3264
3265 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
3266 the main executable over the remote protocol.
3267
e797481d
PA
32682015-04-16 Pedro Alves <palves@redhat.com>
3269
3270 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
3271 a new gdbserver if gdbserver_reconnect_p is set.
3272
1ca99c42
PA
32732015-04-16 Pedro Alves <palves@redhat.com>
3274
3275 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
3276 is set, don't exit gdbserver.
3277
af9fd6f8
AA
32782015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3279
3280 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
3281 appropriate .insn, such that an older assembler can be used.
3282 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
3283 the z/Architecture instruction set on 31-bit targets as well.
3284
04ff1e61
AA
32852015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3286
3287 * gdb.go/handcall.exp: Remove all logic related to the first
3288 breakpoint and rely on go_runto_main instead.
3289 * gdb.go/strings.exp: Likewise.
3290 * gdb.go/unsafe.exp: Likewise.
3291 * gdb.go/hello.exp: Likewise. Also rename the remaining
3292 breakpoint marker to "breakpoint 1".
3293 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
3294 * gdb.go/strings.go: Likewise.
3295 * gdb.go/unsafe.go: Likewise.
3296 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
3297 "set breakpoint 2 here" and rename the remaining breakpoint marker
3298 to "breakpoint 1".
3299
40d2f8d6
SM
33002015-04-15 Simon Marchi <simon.marchi@ericsson.com>
3301
3302 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
3303 if itertools.imap is not present.
3304 * gdb.python/py-objfile.exp: Add parentheses.
3305 * gdb.python/py-type.exp: Same.
3306 * gdb.python/py-unwind-maint.py: Same.
3307
8cbc97c6
YQ
33082015-04-15 Yao Qi <yao.qi@linaro.org>
3309
3310 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
3311 of ":$ptr_size" and set its form explicitly.
3312
45fd756c
YQ
33132015-04-15 Pedro Alves <palves@redhat.com>
3314 Yao Qi <yao.qi@linaro.org>
3315
3316 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
3317 timeout by factor of 4.
3318 (test_regular_watch): Likewise.
3319 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
3320 * gdb.reverse/sigall-reverse.exp: Likewise.
3321 * gdb.reverse/until-precsave.exp: Likewise.
3322 * lib/gdb.exp (with_timeout_factor): New proc.
3323 (gdb_expect): Move some code to ...
3324 (get_largest_timeout): ... here. New procedure.
3325
9e811bc3
LM
33262015-04-14 Luis Machado <lgustavo@codesourcery.com>
3327
3328 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
3329
0ff6fcb2
LM
33302015-04-13 Luis Machado <lgustavo@codesourcery.com>
3331
3332 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
3333 to write to the .text section.
3334
7578d5f7
LM
33352015-04-13 Luis Machado <lgustavo@codesourcery.com>
3336
3337 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
3338 Handle the case of targets that do not provide PID information.
3339
2efe15c4
YQ
33402015-04-13 Yao Qi <yao.qi@linaro.org>
3341
3342 * lib/gdbserver-support.exp (gdb_exit): Catch exception
3343 and use expect instead of gdb_expect.
3344
8cd8f2f8
SDJ
33452015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
3346
3347 * gdb.base/coredump-filter.exp: Rename variable "addr" to
3348 "coredump_var_addr" to avoid naming conflict with other testcases.
3349
9ee41772
PA
33502015-04-10 Pedro Alves <palves@redhat.com>
3351
3352 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
3353 gdb_test_sequence and gdb_assert.
3354
07473109
PA
33552015-04-10 Pedro Alves <palves@redhat.com>
3356
3357 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
3358 test messages that don't include the breakpoint address.
3359
de3db44c
YQ
33602015-04-10 Yao Qi <yao.qi@linaro.org>
3361
3362 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
3363 false for some offset and width combinations which aren't
3364 supported by linux kernel.
3365
c79d856c
PA
33662015-04-10 Pedro Alves <palves@redhat.com>
3367
3368 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
3369 procedure, factored out from ...
3370 (top level): ... here. Add "set displaced-stepping" testing axis.
3371 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
3372 parameter "displaced". Use it.
3373 (top level): Use foreach and add "set displaced-stepping" testing
3374 axis.
3375
ebc90b50
PA
33762015-04-10 Pedro Alves <palves@redhat.com>
3377
3378 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
3379 Remove comment.
3380 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
3381 both the address of the instruction that triggers the watchpoint
3382 and the address of the instruction immediately after, and use
3383 those addresses for the test. Fix comment.
3384
8f572e5c
PA
33852015-04-10 Pedro Alves <palves@redhat.com>
3386
3387 * gdb.base/sigstep.exp (breakpoint_to_handler)
3388 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
3389 Test "backtrace" in handler.
3390 (breakpoint_over_handler): New parameter 'displaced'. Use it.
3391 (top level): Add new "displaced" test axis to
3392 breakpoint_to_handler, breakpoint_to_handler_entry and
3393 breakpoint_over_handler.
3394
8d707a12
PA
33952015-04-10 Pedro Alves <palves@redhat.com>
3396
3397 PR gdb/18216
3398 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
3399
ef713951
YQ
34002015-04-10 Yao Qi <yao.qi@linaro.org>
3401
3402 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
3403 (test_add_rn_pc): New function.
3404 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
3405 (top level): Invoke test_add_rn_pc.
3406
906d60cf
PA
34072015-04-10 Pedro Alves <palves@redhat.com>
3408
3409 PR gdb/13858
3410 * gdb.base/step-over-no-symbols.exp: New file.
3411
f2983cc3
AW
34122015-04-09 Andy Wingo <wingo@igalia.com>
3413
3414 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
3415 after the Python tests.
3416
6d62641c
SDJ
34172015-04-08 Keith Seitz <keiths@redhat.com>
3418
3419 PR python/16699
3420 * gdb.python/py-completion.exp: New tests for completion.
3421 * gdb.python/py-completion.py (CompleteLimit1): New class.
3422 (CompleteLimit2): Likewise.
3423 (CompleteLimit3): Likewise.
3424 (CompleteLimit4): Likewise.
3425 (CompleteLimit5): Likewise.
3426 (CompleteLimit6): Likewise.
3427 (CompleteLimit7): Likewise.
3428
f3770638
PA
34292015-04-08 Pedro Alves <palves@redhat.com>
3430
3431 PR gdb/18214
3432 PR gdb/18216
3433 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
3434 function.
3435 (main): Install it as SIGUSR1 handler.
3436 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
3437 parameter. Always use "setup" as prefix. Toggle "set
3438 displaced-stepping" off/on depending on global. Don't switch to
3439 thread 1 here.
3440 (top level): Add displaced stepping "off/on" test axis. Update
3441 "setup" calls. Wrap each subtest with with_test_prefix. Test
3442 continuing with a queued signal in each thread.
3443
4496bed7
PA
34442015-04-08 Pedro Alves <palves@redhat.com>
3445
3446 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
3447 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
3448 gdb_breakpoint instead of gdb_test that doesn't expect anything.
3449 Return early if running to main fails.
3450 * gdb.trace/while-stepping.exp: Likewise.
3451
b97fde92
PA
34522015-04-07 Pedro Alves <palves@redhat.com>
3453
3454 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
3455 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
3456 interact with inferior program.
3457
f71c18e7
PA
34582015-04-07 Pedro Alves <palves@redhat.com>
3459
3460 * lib/gdb.exp (inferior_spawn_id): New global.
3461 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
3462 spawn id after processing the user code.
3463 (default_gdb_start): Set inferior_spawn_id.
3464 (send_inferior): New procedure.
3465 * lib/gdbserver-support.exp (gdbserver_start): Set
3466 inferior_spawn_id.
3467 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
3468
6423214f
PA
34692015-04-07 Pedro Alves <palves@redhat.com>
3470
3471 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
3472 * lib/gdbserver-support.exp (gdbserver_start): Make
3473 $server_spawn_id global.
3474 (gdbserver_start): Don't wait for gdbserver's spawn id with
3475 expect_background.
3476 (close_gdbserver): New procedure.
3477 (gdb_exit): Rename the default version and reimplement.
3478
71c0ee8c
PA
34792015-04-07 Pedro Alves <palves@redhat.com>
3480
72f4393d 3481 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
3482 append the substituted item, not the original item.
3483
203bc29b
PA
34842015-04-07 Pedro Alves <palves@redhat.com>
3485
3486 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
3487 gdb_expect.
3488
508a3ddf
PA
34892015-04-07 Pedro Alves <palves@redhat.com>
3490
3491 * gdb.base/interrupt.exp: Don't handle the case of the inferior
3492 output appearing once only.
3493
9f6dbe2b
PA
34942015-04-07 Pedro Alves <palves@redhat.com>
3495
3496 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
3497 that doesn't expect anything. Return early if running to main
3498 fails.
3499
337532fa
YQ
35002015-04-07 Yao Qi <yao.qi@linaro.org>
3501
3502 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
3503 (child_function): Call alarm.
3504 (main): Move call to alarm into the loop.
3505 * gdb.threads/non-stop-fair-events.exp: Build program with
3506 -DTIMEOUT=$timeout.
3507
01b622d4
DE
35082015-04-06 Doug Evans <xdje42@gmail.com>
3509
3510 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
3511 Fix dest parameter to board_info.
3512 (fpc_compile): Ditto.
3513 (gdb_compile_pascal): Rename dest arg to destfile.
3514
961f4160
PMR
35152015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
3516
3517 * gdb.ada/funcall_ref.exp: New file.
3518 * gdb.ada/funcall_ref/foo.adb: New file.
3519
cafda597
YQ
35202015-04-02 Yao Qi <yao.qi@linaro.org>
3521
3522 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
3523 is remote.
3524
fed040c6
GB
35252015-04-02 Gary Benson <gbenson@redhat.com>
3526
3527 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
3528
d11916aa
SS
35292015-04-01 Sasha Smundak <asmundak@google.com>
3530
3531 * gdb.python/py-unwind-maint.c: New file.
3532 * gdb.python/py-unwind-maint.exp: New test.
3533 * gdb.python/py-unwind-maint.py: New file.
3534 * gdb.python/py-unwind.c: New file.
3535 * gdb.python/py-unwind.exp: New test.
3536 * gdb.python/py-unwind.py: New test.
3537
a1471180
PA
35382015-04-01 Pedro Alves <palves@redhat.com>
3539
3540 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
3541 to fail instead of non-existent $test.
3542
0bbeccb1
PA
35432015-04-01 Pedro Alves <palves@redhat.com>
3544
3545 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
3546 GDBFLAGS if not empty.
3547
3c724c8c
PMR
35482015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
3549
3550 * gdb.ada/complete.exp: Remove "multi_line".
3551 * gdb.ada/info_exc.exp: Remove "multi_line".
3552 * gdb.ada/packed_tagged.exp: Remove "multi_line".
3553 * gdb.ada/ptype_field.exp: Remove "multi_line".
3554 * gdb.ada/sym_print_name.exp: Remove "multi_line".
3555 * gdb.ada/tagged.exp: Remove "multi_line".
3556 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
3557 [multi_line ...]
3558 * gdb.btrace/delta.exp: Likewise.
3559 * gdb.btrace/exception.exp: Likewise.
3560 * gdb.btrace/function_call_history.exp: Likewise.
3561 * gdb.btrace/instruction_history.exp: Likewise.
3562 * gdb.btrace/nohist.exp: Likewise.
3563 * gdb.btrace/record_goto.exp: Likewise.
3564 * gdb.btrace/segv.exp: Likewise.
3565 * gdb.btrace/stepi.exp: Likewise.
3566 * gdb.btrace/tailcall.exp: Likewise.
3567 * gdb.btrace/unknown_functions.exp: Likewise.
3568 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
3569 * lib/gdb.exp: Add the "multi_line" helper.
3570
4eec2deb
PA
35712015-04-01 Pedro Alves <palves@redhat.com>
3572
3573 * gdb.threads/tid-reuse.c: New file.
3574 * gdb.threads/tid-reuse.exp: New file.
3575
df8411da
SDJ
35762015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
3577
3578 PR corefiles/16092
3579 * gdb.base/coredump-filter.c: New file.
3580 * gdb.base/coredump-filter.exp: Likewise.
3581
6ef37366
PM
35822015-03-27 Petr Machata <pmachata@redhat.com>
3583
3584 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
3585 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
3586 (Dwarf::assemble): Initialize them.
3587 (Dwarf::lines): New function.
3588
7ec911b0
JT
35892015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
3590
3591 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
3592 SYMBOL_PREFIX for x86_64-*-cygwin.
3593
ff908ebf
AW
35942015-03-26 Andy Wingo <wingo@igalia.com>
3595
3596 PR symtab/18148
3597 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
3598 const_value but not a location.
3599 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
3600 location defined in non-main CUs are visible.
3601
6d5f0679
YQ
36022015-03-26 Yao Qi <yao.qi@linaro.org>
3603
3604 PR testsuite/18139
3605 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
3606 Add a line number entry for the same line.
3607 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
3608 Add a line number entry for the same line.
3609
2898689b
YQ
36102015-03-26 Yao Qi <yao.qi@linaro.org>
3611
3612 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
3613 .int 0.
3614 (func): Likewise. Add .Lfunc_1 label.
3615 Use .Lfunc_1 label.
3616 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
3617 .int 0.
3618 (func): Likewise.
3619 Use .Lfunc_1 label.
3620
85180498
YQ
36212015-03-26 Yao Qi <yao.qi@linaro.org>
3622
3623 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
3624 Call gdb_compile instead to compile each .s files without debug
3625 information.
3626
8aa08a8d
YQ
36272015-03-26 Yao Qi <yao.qi@linaro.org>
3628
3629 * gdb.base/savedregs.exp (process_saved_regs): Make
3630 "Saved registers:" optional in the pattern.
3631
66849923
MM
36322015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3633
3634 * gdb.btrace/next.exp: Merged into step.exp.
3635 * gdb.btrace/finish.exp: Merged into step.exp.
3636 * gdb.btrace/nexti.exp: Merged into stepi.exp.
3637 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
3638 "record goto" and checking the exact replay position.
3639 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
3640 check for "Recording format" in "info record" output.
3641 * gdb.btrace/record_goto.exp: Choose test file based on target.
3642 * gdb.btrace/x86-record_goto.S: Renamed into ...
3643 * gdb.btrace/x86_64-record_goto.S: ... this.
3644 * gdb.btrace/i686-record_goto.S: New.
3645 * gdb.btrace/x86-tailcall.S: Renamed into ...
3646 * gdb.btrace/x86_64-tailcall.S: ... this.
3647 * gdb.btrace/i686-tailcall.S: New.
3648 * gdb.btrace/x86-tailcall.c: Renamed into ...
3649 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
3650 separate statements. Update test.
3651 * gdb.btrace/delta.exp: Use record_goto.c as test file.
3652 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
3653 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
3654 * gdb.btrace/tailcall.exp: Choose test file based on target.
3655 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
3656
11cc1b74
MM
36572015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3658
3659 * gdb.btrace/exception.exp: Increase BTS buffer size.
3660
a25d8bf9
PA
36612015-03-24 Pedro Alves <palves@redhat.com>
3662
3663 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
3664
856e7dd6
PA
36652015-03-24 Pedro Alves <palves@redhat.com>
3666
3667 * gdb.threads/schedlock.exp (test_step): No longer expect that
3668 "set scheduler-locking step" with "next" over a function call runs
3669 threads unlocked.
3670
ad235a41
AT
36712015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3672
3673 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
3674
15630549
AT
36752015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3676
3677 PR breakpoints/16466
3678 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
3679 * gdb.mi/mi-pending.c (thread_func): New function.
3680 (int main): Add threading support required.
3681 * gdb.mi/mi-pending.exp: Add tests for this issue.
3682 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
3683 (pendfunc2): Remove stdio dependency.
3684 * gdb.mi/mi-pendshr2.c: New file.
3685
693dca06
KS
36862015-03-23 Keith Seitz <keiths@redhat.com>
3687
3688 * gdb.linespec/keywords.c: New file.
3689 * gdb.linespec/keywords.exp: New file.
3690
7e993ebf
KS
36912015-03-23 Keith Seitz <keiths@redhat.com>
3692
3693 PR gdb/18021
3694 * gdb.dwarf2/staticvirtual.exp: New test.
3695
bc23328c
JK
36962015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3697
3698 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
3699 * README: Remove HP-UX and gdb.hp.
3700 (configuration):
3701 * configure: Regenerate.
3702 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
3703 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
3704 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
3705 gdb.hp/gdb.defects/Makefile.
3706 * gdb.hp/Makefile.in: File deleted.
3707 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
3708 * gdb.hp/gdb.aCC/optimize.c: File deleted.
3709 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
3710 * gdb.hp/gdb.aCC/run.c: File deleted.
3711 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
3712 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
3713 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
3714 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
3715 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
3716 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
3717 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
3718 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
3719 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
3720 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
3721 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
3722 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
3723 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
3724 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
3725 * gdb.hp/gdb.base-hp/reg.s: File deleted.
3726 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
3727 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
3728 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
3729 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
3730 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
3731 * gdb.hp/gdb.compat/Makefile.in: File deleted.
3732 * gdb.hp/gdb.compat/average.c: File deleted.
3733 * gdb.hp/gdb.compat/sum.c: File deleted.
3734 * gdb.hp/gdb.compat/xdb.c: File deleted.
3735 * gdb.hp/gdb.compat/xdb0.c: File deleted.
3736 * gdb.hp/gdb.compat/xdb0.h: File deleted.
3737 * gdb.hp/gdb.compat/xdb1.c: File deleted.
3738 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
3739 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
3740 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
3741 * gdb.hp/gdb.defects/Makefile.in: File deleted.
3742 * gdb.hp/gdb.defects/bs14602.c: File deleted.
3743 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
3744 * gdb.hp/gdb.defects/solib-d.c: File deleted.
3745 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
3746 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
3747 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
3748 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
3749 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
3750 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
3751 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
3752 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
3753 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
3754 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
3755 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
3756 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
3757 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
3758 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
3759 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
3760 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
3761 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
3762 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
3763 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
3764 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
3765 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
3766 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
3767 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
3768 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
3769 * gdb.hp/tools/odump: File deleted.
3770
8bf3b159
PA
37712015-03-19 Pedro Alves <palves@redhat.com>
3772
3773 * gdb.threads/continue-pending-status.exp (saw_thread_2)
3774 (saw_thread_3): New globals.
3775 (top level): Increment them when an event for the corresponding
3776 thread is seen.
3777 (no thread starvation): New test.
3778
eb54c8bf
PA
37792015-03-19 Pedro Alves <palves@redhat.com>
3780
3781 * gdb.threads/continue-pending-status.c: New file.
3782 * gdb.threads/continue-pending-status.exp: New file.
3783
32d2e5d6
PA
37842015-03-18 Pedro Alves <palves@redhat.com>
3785
3786 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3787 Use gdb_is_target_remote instead of is_remote. Use
3788 gdb_test_multiple instead of gdb_expect. Exit early if
3789 gdb_test_multiple hits its internal matches. Tighten stepi tests
3790 expected output. Fail on exit with any signal, instead of just
3791 SIGILL.
3792
f68f11b7
YQ
37932015-03-18 Yao Qi <yao.qi@linaro.org>
3794
3795 PR tdep/18107
3796 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
3797 variable.
3798 * gdb.base/catch-syscall.exp: Don't skip it on
3799 aarch64*-*-linux* target. Remove elements in all_syscalls.
3800 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
3801 target.
3802 (setup_all_syscalls): New proc.
3803
ca5fd19b
YQ
38042015-03-16 Yao Qi <yao.qi@linaro.org>
3805
3806 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
3807 (top level): Skip tests if valid_addr_p returns false for
3808 $cmd1 or $cmd2.
3809
85642ba0
AW
38102015-03-11 Andy Wingo <wingo@igalia.com>
3811
3812 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
3813
e03f9645
YQ
38142015-03-11 Yao Qi <yao.qi@linaro.org>
3815
3816 * gdb.base/catch-syscall.exp: Fix typo in comments.
3817
5d0962b2
YQ
38182015-03-11 Yao Qi <yao.qi@linaro.org>
3819
3820 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
3821
b2df3cef
PA
38222015-03-09 Pedro Alves <palves@redhat.com>
3823
3824 * dg-extract-results.py: Delete.
3825
ef878e53
PA
38262015-03-09 Pedro Alves <palves@redhat.com>
3827
3828 Merge dg-extract-results.sh from GCC upstream (r218843).
3829
3830 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
3831 * dg-extract-results.sh: Use --text with grep to avoid issues with
3832 binary files. Fall back to cat -v, if that doesn't work.
3833
9494d219
PA
38342015-03-05 Pedro Alves <palves@redhat.com>
3835
3836 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
3837
a8d9763a
SM
38382015-03-04 Simon Marchi <simon.marchi@ericsson.com>
3839
3840 * lib/mi-support.exp (mi_expect_interrupt): Accept
3841 alternative event for when in all-stop mode.
3842
be9957b8
PA
38432015-03-04 Pedro Alves <palves@redhat.com>
3844
3845 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
3846
d57be0f4 38472015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
3848
3849 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
3850
c214c7cf
AA
38512015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3852
3853 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
3854 regexps for GDB's current line display, accept a hex address
3855 preceding the line number.
3856
6d74a497
AA
38572015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3858
3859 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
3860 the 'arch1' variable for "s390*-linux*" targets.
3861
511aee7c
PA
38622015-03-04 Pedro Alves <palves@redhat.com>
3863
3864 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
3865 (main): Pass missing retval argument to pthread_join call.
3866
95e50b27
PA
38672015-03-02 Pedro Alves <palves@redhat.com>
3868
3869 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
3870 (top level): Call do_test with non-stop as well.
3871
28054d69
PA
38722015-03-02 Pedro Alves <palves@redhat.com>
3873
3874 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
3875 -1.
3876
4fa5d7b4
AA
38772015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3878
3879 * gdb.arch/s390-vregs.exp: New test.
3880 * gdb.arch/s390-vregs.S: New file.
3881
97c18565
PA
38822015-02-27 Pedro Alves <palves@redhat.com>
3883
3884 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
3885 call to catch_command_errors.
3886 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
3887 catch_command_errors.
3888
a37bfa30
PA
38892015-02-27 Pedro Alves <palves@redhat.com>
3890
3891 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
3892 "true" for boolean result.
3893 * gdb.gdb/selftest.exp (test_with_self): Also accept full
3894 prototype of main.
3895
6f98576f
PA
38962015-02-27 Pedro Alves <palves@redhat.com>
3897
3898 * lib/unbuffer_output.c: New file.
3899 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
3900 (main): Call gdb_unbuffer_output.
3901
eba5ab56
YQ
39022015-02-27 Yao Qi <yao.qi@linaro.org>
3903
3904 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
3905 target.
3906
0def5aaa
DE
39072015-02-26 Doug Evans <dje@google.com>
3908
3909 * gdb.cp/class2.cc (Dbase, D): New classes.
3910 (main): New local delta.
3911 * gdb.cp/class2.exp: Test printing delta.
3912 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
3913 (dynbar): New global.
3914 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
3915
081a1c2c
JK
39162015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3917
3918 * gdb.compile/compile-ifunc.c: New file.
3919 * gdb.compile/compile-ifunc.exp: New file.
3920
2f41223f
AT
39212015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
3922
3923 * gdb.base/structs.exp: Check for correct struct on finish.
3924
03eddd80
YQ
39252015-02-26 Yao Qi <yao.qi@linaro.org>
3926
3927 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
3928 is zero.
3929
80c57053
JK
39302015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3931
3932 * gdb.arch/cordic.ko.bz2: New file.
3933 * gdb.arch/cordic.ko.debug.bz2: New file.
3934 * gdb.arch/ppc64-symtab-cordic.exp: New file.
3935
21613c12
YQ
39362015-02-25 Yao Qi <yao.qi@linaro.org>
3937
3938 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
3939 aarch64*-*-* target.
3940
d8b901ed
PA
39412015-02-23 Pedro Alves <palves@redhat.com>
3942
3943 * lib/gdb.exp (delete_breakpoints): Rewrite using
3944 gdb_test_multiple.
3945
e5b85ead
PA
39462015-02-23 Pedro Alves <palves@redhat.com>
3947
3948 * gdb.base/info-os.c: Include stdlib.h.
3949
85c3a371
DE
39502015-02-22 Doug Evans <xdje42@gmail.com>
3951
3952 PR symtab/17855
3953 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
3954 is read after symbols have been re-read.
3955 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
3956 * gdb.ada/exec_changed/second.adb (Second): Ditto.
3957
96553a0c
DE
39582015-02-21 Doug Evans <dje@google.com>
3959
3960 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
3961
97a0c697
JK
39622015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3963
3964 PR corefiles/17808
3965 * gdb.arch/i386-biarch-core.core.bz2: New file.
3966 * gdb.arch/i386-biarch-core.exp: New file.
3967
a47cd6e9
PA
39682015-02-21 Pedro Alves <palves@redhat.com>
3969
3970 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
3971 runto_main fails.
3972
c5facdc4
PA
39732015-02-20 Pedro Alves <palves@redhat.com>
3974
3975 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
3976 info probes.
3977
2db9a427
PA
39782015-02-20 Pedro Alves <palves@redhat.com>
3979
3980 * gdb.threads/multi-create-ns-info-thr.exp: New file.
3981
60fb7e9e
PA
39822015-02-20 Pedro Alves <palves@redhat.com>
3983
3984 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
3985 clean_restart before gdb_target_supports_trace.
3986
5c5019c2
PA
39872015-02-20 Pedro Alves <palves@redhat.com>
3988
3989 PR threads/18006
3990 * gdb.threads/clone-thread_db.c: New file.
3991 * gdb.threads/clone-thread_db.exp: New file.
3992
c9587f88
AT
39932015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
3994
3995 PR breakpoints/16812
3996 * gdb.base/catch-gdb-caused-signals.c: New file.
3997 * gdb.base/catch-gdb-caused-signals.exp: New file.
3998
f6a88844
JM
39992015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
4000
4001 * configure: Regenerated.
4002 * configure.ac: Use GDB_AC_TRANSFORM.
4003 * aclocal.m4: sinclude ../transform.m4.
4004
497c491b
JM
40052015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4006
4007 * lib/dtrace.exp: New file.
4008 * gdb.base/dtrace-probe.exp: Likewise.
4009 * gdb.base/dtrace-probe.d: Likewise.
4010 * gdb.base/dtrace-probe.c: Likewise.
4011 * lib/pdtrace.in: Likewise.
4012 * configure.ac: Output variables with the transformed names of
4013 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
4014 * configure: Regenerated.
4015
03e98035
JM
40162015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4017
4018 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
4019 expected message when trying to access $_probe_* convenience
4020 variables while not on a probe.
4021
63cc30e9
JK
40222015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4023
4024 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
4025
0703599a
PA
40262015-02-11 Pedro Alves <pedro@codesourcery.com>
4027
4028 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
4029 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
4030
7e60a48e
DE
40312015-02-10 Doug Evans <xdje42@gmail.com>
4032
4033 * lib/gdb.exp (gdb_load): Always return a result.
4034
01b088bc
PA
40352015-02-10 Pedro Alves <palves@redhat.com>
4036
4037 * gdb.threads/signal-sigtrap.c: New file.
4038 * gdb.threads/signal-sigtrap.exp: New file.
4039
b05ec7a5
AT
40402015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
4041
4042 * gdb.trace/no-attach-trace.c: New file.
4043 * gdb.trace/no-attach-trace.exp: New file.
4044
a2c2acaf
MW
40452015-02-09 Mark Wielaard <mjw@redhat.com>
4046
4047 * gdb.dwarf2/atomic.c: New file.
4048 * gdb.dwarf2/atomic-type.exp: Likewise.
4049
31fd9caa
MM
40502015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4051
4052 * gdb.btrace/buffer-size.exp: Update "info record" output.
4053 * gdb.btrace/delta.exp: Update "info record" output.
4054 * gdb.btrace/enable.exp: Update "info record" output.
4055 * gdb.btrace/finish.exp: Update "info record" output.
4056 * gdb.btrace/instruction_history.exp: Update "info record" output.
4057 * gdb.btrace/next.exp: Update "info record" output.
4058 * gdb.btrace/nexti.exp: Update "info record" output.
4059 * gdb.btrace/step.exp: Update "info record" output.
4060 * gdb.btrace/stepi.exp: Update "info record" output.
4061 * gdb.btrace/nohist.exp: Update "info record" output.
4062
d33501a5
MM
40632015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4064
4065 * gdb.btrace/buffer-size: New.
4066
f4abbc16
MM
40672015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4068
4069 * gdb.btrace/delta.exp: Update "info record" output.
4070 * gdb.btrace/enable.exp: Update "info record" output.
4071 * gdb.btrace/finish.exp: Update "info record" output.
4072 * gdb.btrace/instruction_history.exp: Update "info record" output.
4073 * gdb.btrace/next.exp: Update "info record" output.
4074 * gdb.btrace/nexti.exp: Update "info record" output.
4075 * gdb.btrace/step.exp: Update "info record" output.
4076 * gdb.btrace/stepi.exp: Update "info record" output.
4077 * gdb.btrace/nohist.exp: Update "info record" output.
4078
b9d61307
SM
40792015-02-06 Simon Marchi <simon.marchi@ericsson.com>
4080
4081 PR gdb/15678
4082 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
4083
e584fdbc
PA
40842015-02-06 Pedro Alves <palves@redhat.com>
4085
4086 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
4087 macro.
4088 (seconds_left, again): New globals.
4089 (main): Wait seconds_left in a 1-second sleep loop instead of
4090 sleeping 180 seconds. If 'again' is set, reset the seconds
4091 counter.
4092 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
4093 'again' in the inferior before detaching. Print the seconds left.
4094 (options): New global.
4095 (top level): Build program with -DTIMEOUT=$timeout.
4096
77f41761
PA
40972015-02-06 Pedro Alves <palves@redhat.com>
4098
4099 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
4100 determine how many seconds to pass to 'alarm'.
4101 * gdb.base/gdb-sigterm.exp (top level): Build program with
4102 -DTIMEOUT=$timeout.
4103 (do_test): Return success/failure indication. Add more verbose
4104 logging. Don't fail if 200 single steps are seen. Instead, fail
4105 when the test times out.
4106 (passes): New global.
4107 (top level): Break the testing loop if testing fails on any
4108 iteration. Use gdb_assert.
4109
b9394193
DB
41102015-02-04 Don Breazeal <donb@codesourcery.com>
4111
4112 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
4113 and initialize them.
4114 (ipc_cleanup): New function.
4115 (main): Don't declare shmid, semid, and msqid. Add a call to
4116 atexit so that we call ipc_cleanup on exit.
4117
42d9e528
PA
41182015-02-04 Pedro Alves <palves@redhat.com>
4119
4120 * boards/native-extended-gdbserver.exp: Remove any target variant
4121 specifications from the board name before clearing the isremote
4122 flag from board_info.
4123
ae6ae975
DE
41242015-01-31 Doug Evans <xdje42@gmail.com>
4125
4126 * gdb.base/maint.exp <maint print type argc>: Update expected output.
4127
cfb069a8
GB
41282015-01-31 Gary Benson <gbenson@redhat.com>
4129
4130 * gdb.base/completion.exp: Disable completion limiting for
4131 existing tests. Add new tests to check completion limiting.
4132 * gdb.linespec/ls-errs.exp: Disable completion limiting.
4133
5dd31d79
DE
41342015-01-31 Doug Evans <xdje42@gmail.com>
4135
4136 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
4137
9f050062
DE
41382015-01-31 Doug Evans <xdje42@gmail.com>
4139
4140 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
4141 entries. Duplicate file section script entries.
4142 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
4143 inlined entries. Add test for safe-path rejection.
4144 * gdb.python/py-section-script.c: Add duplicate inlined section script
4145 entries. Duplicate file section script entries.
4146 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
4147 inlined entries. Add test for safe-path rejection.
4148
df25ebbd
JB
41492015-01-29 Joel Brobecker <brobecker@adacore.com>
4150
4151 * gdb.ada/disc_arr_bound: New testcase.
4152
4a0ca9ec
JB
41532015-01-29 Joel Brobecker <brobecker@adacore.com>
4154
4155 * gdb.ada/mi_var_array: New testcase.
4156
3a8b707a
DE
41572015-01-27 Doug Evans <dje@google.com>
4158
4159 * gdb.python/py-objfile.exp: Add tests for objfile.username.
4160 Add test for objfile.filename, objfile.username after objfile
4161 has been unloaded.
4162
f8313f6e
JB
41632015-01-26 Joel Brobecker <brobecker@adacore.com>
4164
4165 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
4166 the second test to print the name attribute of value
4167 returned by the call to gdb.lookup_type, and adjust
4168 the expected output accordingly.
4169
37bc665e
MW
41702015-01-25 Mark Wielaard <mjw@redhat.com>
4171
4172 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
4173 * gdb.base/disp-step-fork.c: Include unistd.h.
4174 * gdb.base/siginfo-obj.c: Include stdio.h.
4175 * gdb.base/siginfo-thread.c: Likewise.
4176 * gdb.mi/non-stop.c: Include unistd.h.
4177 * gdb.mi/nsthrexec.c: Include stdio.h.
4178 * gdb.mi/pthreads.c: Include unistd.h.
4179 * gdb.modula2/unbounded1.c (main): Declare returns int.
4180 * gdb.reverse/consecutive-reverse.c: Likewise.
4181 * gdb.threads/create-fail.c: Include unistd.h.
4182 * gdb.threads/killed.c: Likewise.
4183 * gdb.threads/linux-dp.c: Likewise.
4184 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
4185 * gdb.threads/non-ldr-exc-2.c: Likewise.
4186 * gdb.threads/non-ldr-exc-3.c: Likewise.
4187 * gdb.threads/non-ldr-exc-4.c: Likewise.
4188 * gdb.threads/pthreads.c: Include unistd.h.
4189 (main): Declare returns int.
4190 * gdb.threads/tls-main.c (foo): New declaration.
4191 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
4192
f7e5394d
SM
41932015-01-23 Simon Marchi <simon.marchi@ericsson.com>
4194
4195 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
4196 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
4197
743649fd
MW
41982015-01-15 Mark Wielaard <mjw@redhat.com>
4199
4200 * gdb.base/noreturn-return.c: New file.
4201 * gdb.base/noreturn-return.exp: New file.
4202 * gdb.base/noreturn-finish.c: New file.
4203 * gdb.base/noreturn-finish.exp: New file.
4204
198297aa
PA
42052015-01-23 Pedro Alves <palves@redhat.com>
4206
4207 * gdb.threads/continue-pending-after-query.c: New file.
4208 * gdb.threads/continue-pending-after-query.exp: New file.
4209
717cf30c
AG
42102015-01-22 Anders Granlund <anders.granlund@ericsson.com>
4211 Simon Marchi <simon.marchi@ericsson.com>
4212
4213 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
4214 * gdb.base/valgrind-db-attach.exp: Same.
4215 * gdb.base/valgrind-infcall.exp: Same.
4216 * lib/mi-support.exp (default_mi_gdb_start): Same.
4217 * lib/prompt.exp (default_prompt_gdb_start): Same.
4218 * lib/gdb.exp (default_gdb_spawn): Same.
4219 (gdb_interact): New.
4220
4221
4b62a76e
JK
42222015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4223
4224 * gdb.compile/compile.exp (pointer to jit function): New test.
4225
b4cdae6f
WW
42262015-01-17 Wei-cheng Wang <cole945@gmail.com>
4227
4228 * lib/gdb.exp (supports_process_record): Return true for
4229 powerpc*-*-linux*.
4230 (supports_reverse): Likewise.
4231
d221e7ef
DB
42322015-01-15 Don Breazeal <donb@codesourcery.com>
4233
4234 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
4235 instead of checking whether the target board is remote and
4236 use spawn_wait_for_attach instead of exec/sleep.
4237 * gdb.base/attach-twice.exp: Likewise.
4238
bafffb51
JB
42392015-01-15 Joel Brobecker <brobecker@adacore.com>
4240
4241 * gdb.ada/var_arr_attrs: New testcase.
4242
5589af0e
PA
42432015-01-14 Pedro Alves <palves@redhat.com>
4244 Joel Brobecker <brobecker@adacore.com>
4245
4246 PR gdb/17525
4247 * gdb.base/bp-cmds-execution-x-script.c: New file.
4248 * gdb.base/bp-cmds-execution-x-script.exp: New file.
4249 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
4250
6c400b59
PA
42512015-01-14 Pedro Alves <palves@redhat.com>
4252
4253 PR cli/17828
4254 * gdb.base/batch-preserve-term-settings.c: New file.
4255 * gdb.base/batch-preserve-term-settings.exp: New file.
4256
e02c96a7
DE
42572015-01-13 Doug Evans <dje@google.com>
4258
4259 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
4260 binary.
4261
576fd14c
JB
42622015-01-13 Joel Brobecker <brobecker@adacore.com>
4263
4264 * Makefile.in (clean mostlyclean): Do not delete *.py.
4265
04dccad0
JB
42662015-01-13 Joel Brobecker <brobecker@adacore.com>
4267
4268 * gdb.python/py-lookup-type.exp: New file.
4269
3d230f71
PA
42702015-01-12 Pedro Alves <palves@redhat.com>
4271
4272 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
4273 restore GDBFLAGS before returning.
4274
7e67715d
JK
42752015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4276
4277 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
4278 is_amd64_regs_target and is_x86_like_target.
4279
f2e0d4b4
DE
42802015-01-11 Doug Evans <xdje42@gmail.com>
4281
4282 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
4283 is given without an explicit form.
4284 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
4285 attributes.
4286 * gdb.dwarf/corrupt.exp: Ditto.
4287 * gdb.dwarf2/enum-type.exp: Ditto.
4288 * gdb.trace/entry-values.exp: Ditto.
4289 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
4290
439250fb
DE
42912015-01-11 Doug Evans <xdje42@gmail.com>
4292
4293 PR gdb/15830
4294 * gdb.base/maint.exp: Remove references to "maint demangle".
4295 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
4296 Add tests for explicitly specifying language to demangle.
4297 * gdb.dlang/demangle.exp: Ditto.
4298
ede9f622
PA
42992015-01-09 Pedro Alves <palves@redhat.com>
4300
4301 * gdb.threads/non-stop-fair-events.c: New file.
4302 * gdb.threads/non-stop-fair-events.exp: New file.
4303
a7b796db
PA
43042015-01-09 Pedro Alves <palves@redhat.com>
4305
4306 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
4307 the global scope. Set a breakpoint after all threads are started
4308 rather than stepping over two source lines. Expect the prompt.
4309 * gdb.base/watch_thread_num.c (threads_started_barrier): New
4310 global.
4311 (NUM): Now 15.
4312 (main): Use threads_started_barrier to wait for all threads to
4313 start. Main thread no longer calls thread_function. Exit after
4314 180 seconds.
4315 (loop): New function.
4316 (thread_function): Wait on threads_started_barrier barrier. Call
4317 'loop' at each iteration.
4318 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
4319 threads have started, instead of hardcoding number of "next"
4320 steps. Use an access watchpoint instead of a write watchpoint.
4321
9665ffdd
PA
43222015-01-09 Pedro Alves <palves@redhat.com>
4323
4324 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
4325 (thread_func): Wait on barrier.
4326 (main): Wait for all threads to start before stopping GDB.
4327 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
4328 global.
4329 (thread1_func, thread2_func): Wait on barrier.
4330 (main): Wait for all threads to start before stopping GDB.
4331 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
4332 New global.
4333 (thread1_func, thread2_func): Wait on barrier.
4334 (main): Wait for all threads to start before stopping GDB.
4335
c945a99f
PA
43362015-01-09 Pedro Alves <palves@redhat.com>
4337
4338 * gdb.threads/attach-many-short-lived-threads.c: New file.
4339 * gdb.threads/attach-many-short-lived-threads.exp: New file.
4340
c1a747c1
PA
43412014-01-09 Pedro Alves <palves@redhat.com>
4342
4343 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
4344 instead of to thread 2.
4345 * gdb.threads/signal-command-multiple-signals-pending.c (main):
4346 Add barrier around each pthread_create call instead of around all
4347 calls.
4348 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
4349 Set a break on thread_function and have the child threads hit it
4350 one at at a time.
4351
60b3033e
PA
43522015-01-09 Pedro Alves <palves@redhat.com>
4353
4354 * lib/gdb.exp (can_spawn_for_attach): New procedure.
4355 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
4356 false.
4357 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
4358 checking whether the target board is remote.
4359 * gdb.multi/multi-attach.exp: Likewise.
4360 * gdb.python/py-sync-interp.exp: Likewise.
4361 * gdb.server/ext-attach.exp: Likewise.
4362 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
4363 tests that need to attach, instead of checking whether the target
4364 board is remote at the top of the file.
4365
acc018ac
YQ
43662015-01-08 Yao Qi <yao@codesourcery.com>
4367
4368 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
4369
50a18af8
JK
43702015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4371
4372 Fix testcase compilation.
4373 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
4374
8503d6e1
JB
43752015-01-06 Joel Brobecker <brobecker@adacore.com>
4376
4377 * gdb.python/py-type.exp: Add a couple test about empty
4378 array creation, and negative-length array creation.
4379
cc73dbcc
DE
43802015-01-02 Doug Evans <xdje42@gmail.com>
4381
4382 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
4383
0300bbc7
DE
43842015-01-02 Doug Evans <dje@google.com>
4385
4386 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
4387
9d85a0ec
YQ
43882014-12-29 Yao Qi <yao@codesourcery.com>
4389
4390 * gdb.trace/entry-values.exp: Update comments. Rename variable
4391 bar_call_foo to returned_from_foo.
4392
87186c6a
MMN
43932014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
4394
4395 PR gdb/17394
4396 * gdb.linespec/break-asm-file.c: New file.
4397 * gdb.linespec/break-asm-file.exp: New file.
4398 * gdb.linespec/break-asm-file0.s: New file.
4399 * gdb.linespec/break-asm-file1.s: New file.
4400
1bab7383
YQ
44012014-12-18 Nigel Stephens <nigel@mips.com>
4402 Maciej W. Rozycki <macro@codesourcery.com>
4403
4404 * gdb.base/float.exp: Handle the new output from "info float" on
4405 MIPS targets.
4406
1bc1068a
JK
44072014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4408
4409 Fix MinGW compilation.
4410 * gdb.compile/compile-ops.exp: Update untested message if
4411 !skip_compile_feature_tests.
4412 * gdb.compile/compile-setjmp.exp: Likewise.
4413 * gdb.compile/compile-tls.exp: Likewise.
4414 * gdb.compile/compile.exp: Likewise.
4415 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
4416 supported on this host".
4417
b6615d10
DE
44182014-12-16 Doug Evans <xdje42@gmail.com>
4419
4420 * boards/stabs.exp: New file.
4421
25dda427
AA
44222014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
4423
4424 * gdb.base/completion.exp: Adjust to format changes of "maint
4425 print user-registers".
4426
bf330350
CU
44272014-12-16 Catalin Udma <catalin.udma@freescale.com>
4428
4429 PR server/17457
4430 * gdb.arch/aarch64-fp.c: New file.
4431 * gdb.arch/aarch64-fp.exp: New file.
4432
395cf596
SDJ
44332014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4434
4435 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
4436 r210637, r210913, r211666, r215400, r215817).
4437
4438 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
4439 * dg-extract-results.py: New file.
4440 * dg-extract-results.sh: Use it if the environment seems
4441 suitable.
4442
4443 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
4444
4445 * dg-extract-results.py (parse_run): Handle warnings that
4446 are printed before a test harness is run.
4447
4448 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
4449
4450 * dg-extract-results.py (Named): Remove __cmp__ method.
4451 (output_variation): Use a key to sort variation.harnesses.
4452
4453 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
4454
4455 * dg-extract-results.py: For Python 3, force sys.stdout to
4456 handle surrogate escape sequences.
4457 (safe_open): New function.
4458 (output_segment, main): Use it.
4459
4460 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
4461
4462 * dg-extract-results.py (Prog.result_re): Include options
4463 in test name.
4464
4465 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
4466
4467 * dg-extract-results.py (output_variation): Always sort if
4468 do_sum.
4469
e882ef3c
SM
44702014-12-15 Simon Marchi <simon.marchi@ericsson.com>
4471
4472 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
4473 as long as we get pagination notifications.
4474
4992aa20
JM
44752014-12-15 Jason Merrill <jason@redhat.com>
4476
4477 * Makefile.in (check-gdb.%): Restore.
4478 * README: Mention it.
4479
c1b5a1a6
JB
44802014-12-13 Joel Brobecker <brobecker@adacore.com>
4481
4482 * gdb.ada/str_uninit: New testcase.
4483
5537b577
JK
44842014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4485
4486 PR symtab/17642
4487 * gdb.base/vla-stub-define.c: New file.
4488 * gdb.base/vla-stub.c: New file.
4489 * gdb.base/vla-stub.exp: New file.
4490
bb2ec1b3
TT
44912014-12-12 Phil Muldoon <pmuldoon@redhat.com>
4492 Jan Kratochvil <jan.kratochvil@redhat.com>
4493 Tom Tromey <tromey@redhat.com>
4494
4495 * configure.ac: Add gdb.compile/.
4496 * configure: Regenerate.
4497 * gdb.compile/Makefile.in: New file.
4498 * gdb.compile/compile-ops.exp: New file.
4499 * gdb.compile/compile-ops.c: New file.
4500 * gdb.compile/compile-tls.c: New file.
4501 * gdb.compile/compile-tls.exp: New file.
4502 * gdb.compile/compile-constvar.S: New file.
4503 * gdb.compile/compile-constvar.c: New file.
4504 * gdb.compile/compile-mod.c: New file.
4505 * gdb.compile/compile-nodebug.c: New file.
4506 * gdb.compile/compile-setjmp-mod.c: New file.
4507 * gdb.compile/compile-setjmp.c: New file.
4508 * gdb.compile/compile-setjmp.exp: New file.
4509 * gdb.compile/compile-shlib.c: New file.
4510 * gdb.compile/compile.c: New file.
4511 * gdb.compile/compile.exp: New file.
4512 * lib/gdb.exp (skip_compile_feature_tests): New proc.
4513
4ff709eb
TT
45142014-12-12 Tom Tromey <tromey@redhat.com>
4515
4516 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
4517 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
4518
6dddd6a5
DE
45192014-12-12 Doug Evans <dje@google.com>
4520
4521 * lib/gdb-python.exp (get_python_valueof): New function.
4522 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
4523
71c24708
AA
45242014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4525
4526 * gdb.base/completion.exp: Add test for completion of "info
4527 registers ".
4528
3e29f34a
MR
45292014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
4530
4531 * gdb.base/func-ptrs.c: New file.
4532 * gdb.base/func-ptrs.exp: New file.
4533
fc126975
SM
45342014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4535
4536 PR breakpoints/17012
4537 * gdb.base/dprintf-detach.c: New file.
4538 * gdb.base/dprintf-detach.exp: New file.
4539
0a46d518
SM
45402014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4541
4542 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
4543 * lib/gdb.exp (target_is_gdbserver): New procedure.
4544
a0be3e44
DE
45452014-12-08 Doug Evans <dje@google.com>
4546
4547 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
4548
df1b803a
YQ
45492014-12-05 Yao Qi <yao@codesourcery.com>
4550
4551 * gdb.guile/scm-error.exp: Remove the third argument to
4552 gdb_remote_download.
4553 * gdb.guile/scm-frame-args.exp: Likewise.
4554 * gdb.guile/scm-section-script.exp: Likewise.
4555
ddb9f679
YQ
45562014-12-05 Yao Qi <yao@codesourcery.com>
4557
4558 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
4559
86e4ed39
DE
45602014-12-04 Doug Evans <dje@google.com>
4561
4562 * gdb.python/py-objfile.exp: Add tests for
4563 objfile.add_separate_debug_file.
4564
7c50a931
DE
45652014-12-04 Doug Evans <dje@google.com>
4566
4567 * lib/gdb.exp (get_build_id): New function.
4568 (build_id_debug_filename_get): Rewrite to use it.
4569 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
4570
621661e3
MR
45712014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
4572
4573 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
4574 `method(long)', not just 0x0.
4575 * gdb.cp/nsalias.exp: Align code labels to 4.
4576 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
4577 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
4578 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
4579 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
4580 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
4581 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
4582
29f0c3b7
DE
45832014-12-02 Doug Evans <dje@google.com>
4584
e1e061e7 4585 PR symtab/17602
29f0c3b7 4586 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 4587 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
4588 * gdb.cp/anon-ns.exp: Update.
4589
162078c8
NB
45902014-12-02 Nick Bull <nicholaspbull@gmail.com>
4591
4592 * gdb.python/py-events.py (inferior_call_handler): New.
4593 (register_changed_handler, memory_changed_handler): New.
4594 (test_events.invoke): Register new handlers.
4595 * gdb.python/py-events.exp: Add tests for inferior call,
4596 memory_changed and register_changed events.
4597
fdb09caf
AA
45982014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4599
4600 * gdb.base/execl-update-breakpoints.exp: Specify the link address
4601 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
4602 if the linker doesn't understand this.
4603
55cfb2c4
SM
46042014-12-01 Simon Marchi <simon.marchi@ericsson.com>
4605
4606 * gdb.python/python.exp: Change expected reply to help().
4607
9e8cd6df
YQ
46082014-12-01 Yao Qi <yao@codesourcery.com>
4609
4610 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
4611 AC_CONFIG_SUBDIRS(gdb.gdbtk).
4612 * configure: Re-generated.
4613
6c659fc2
SC
46142014-11-28 Siva Chandra Reddy <sivachandra@google.com>
4615
4616 * gdb.cp/chained-calls.cc: New file.
4617 * gdb.cp/chained-calls.exp: New file.
4618 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
4619
d7fc3181
SM
46202014-11-28 Simon Marchi <simon.marchi@ericsson.com>
4621
4622 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
4623 * gdb.dwarf2/symtab-producer.exp: Same.
4624 * gdb.gdb/python-interrupts.exp: Same.
4625 * gdb.gdb/python-selftest.exp: Same.
4626 * gdb.python/py-linetable.exp: Same.
4627 * gdb.python/py-type.exp: Same.
4628 * gdb.python/py-value-cc.exp: Same.
4629 * gdb.python/py-value.exp: Same.
4630
10e79639
YQ
46312014-11-28 Yao Qi <yao@codesourcery.com>
4632
4633 * gdb.base/break-probes.exp: Match library name prefixed with
4634 sysroot.
4635
f28a0564
SM
46362014-11-27 Simon Marchi <simon.marchi@ericsson.com>
4637
4638 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
4639 test expected output. Add parentheses for the call to print.
4640 Remove L suffix from integers.
4641
3fe1ce1d
DE
46422014-11-26 Doug Evans <dje@google.com>
4643
4644 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
4645
84429e27
YQ
46462014-11-22 Yao Qi <yao@codesourcery.com>
4647
4648 * gdb.trace/entry-values.c: Remove asms.
4649 (foo): Add foo_label.
4650 (bar): Add bar_label.
4651 * gdb.trace/entry-values.exp: Remove code computing foo's
4652 length and bar's length.
4653 (Dwarf::assemble): Invoke function_range for bar and use
4654 MACRO_AT_func for foo.
4655
26741859
YQ
46562014-11-22 Yao Qi <yao@codesourcery.com>
4657
4658 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
4659 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
4660 Use .Lgcc43_procstart instead of gcc43.
4661
45e44d27
JB
46622014-11-21 Joel Brobecker <brobecker@adacore.com>
4663
4664 * gdb.ada/n_arr_bound: New testcase.
4665
458c8db8
SDJ
46662014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
4667
4668 PR breakpoints/10737
4669 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
4670 test_catch_syscall_multi_arch.
4671 (test_catch_syscall_multi_arch): New function.
4672
43f3e411
DE
46732014-11-20 Doug Evans <xdje42@gmail.com>
4674
4675 * gdb.base/maint.exp: Update expected output.
4676
0d7b2549
AA
46772014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4678
4679 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
4680 4-byte instruction on S390.
4681
8908fca5
JB
46822014-11-19 Joel Brobecker <brobecker@adacore.com>
4683
4684 * gdb.ada/arr_arr: New testcase.
4685
4a46959e
JB
46862014-11-19 Joel Brobecker <brobecker@adacore.com>
4687
4688 * gdb.ada/pkd_arr_elem: New Testcase.
4689
470e2f4e
LM
46902014-11-18 Luis Machado <lgustavo@codesourcery.com>
4691
4692 * gdb.reverse/break-precsave: Expect completion message for
4693 core file reads.
4694 * gdb.reverse/consecutive-precsave.exp: Likewise.
4695 * gdb.reverse/finish-precsave.exp: Likewise.
4696 * gdb.reverse/i386-precsave.exp: Likewise.
4697 * gdb.reverse/machinestate-precsave.exp: Likewise.
4698 * gdb.reverse/sigall-precsave.exp: Likewise.
4699 * gdb.reverse/solib-precsave.exp: Likewise.
4700 * gdb.reverse/step-precsave.exp: Likewise.
4701 * gdb.reverse/until-precsave.exp: Likewise.
4702 * gdb.reverse/watch-precsave.exp: Likewise.
4703
a267f3ad
AA
47042014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4705
4706 * gdb.base/bp-permanent.c: Include unistd.h.
4707 * gdb.python/py-framefilter-mi.c (main): Add return type.
4708 * gdb.python/py-framefilter.c (main): Likewise.
4709 * gdb.trace/actions-changed.c (main): Likewise.
4710
12084a9a
AA
47112014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4712
4713 * gdb.mi/until.c: Add eye-catchers.
4714 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
4715 line numbers.
4716
dc7e1a77
AA
47172014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4718
4719 * gdb.base/condbreak.exp: Drop references to removed non-prototype
4720 function header variants in break1.c.
4721 * gdb.base/ena-dis-br.exp: Likewise.
4722 * gdb.base/hbreak2.exp: Likewise.
4723 * gdb.reverse/until-precsave.exp: Drop references to removed
4724 non-prototype function header variants in ur1.c.
4725 * gdb.reverse/until-reverse.exp: Likewise.
4726
41c77605
PM
47272014-11-17 Petr Machata <pmachata@redhat.com>
4728
4729 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
4730 ${_cu_offset_size} bytes abbrev offset.
4731
34248c3a
DE
47322014-11-15 Doug Evans <xdje42@gmail.com>
4733
4734 PR symtab/17559
4735 * gdb.base/line-symtabs.exp: New file.
4736 * gdb.base/line-symtabs.c: New file.
4737 * gdb.base/line-symtabs.h: New file.
4738
646da059
YQ
47392014-11-14 Yao Qi <yao@codesourcery.com>
4740
4741 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
4742 (func): Add label func_label.
4743 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
4744 Replace low_pc and high_pc with MACRO_AT_range.
4745 Replace name, low_pc and high_pc with MACRO_AT_func.
4746
9301ebe6
YQ
47472014-11-14 Yao Qi <yao@codesourcery.com>
4748
4749 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
4750 Replace name, low_pc and high_pc with MACRO_AT_func.
4751
f166b542
YQ
47522014-11-14 Yao Qi <yao@codesourcery.com>
4753
4754 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
4755 produce debug information.
4756 * gdb.dwarf2/implptr-optimized-out.S: Removed.
4757
0f6e71e3
YQ
47582014-11-14 Yao Qi <yao@codesourcery.com>
4759
4760 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
4761 object and get function length.
4762 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
4763 with MACRO_AT_func.
4764 (top-level): Replace gdb_compile and clean_restart with
4765 prepare_for_testing.
4766 * gdb.dwarf2/main.c (main): Add label main_label.
4767
876c4df9
YQ
47682014-11-14 Yao Qi <yao@codesourcery.com>
4769
4770 * lib/dwarf.exp (function_range): New procedure.
4771 (Dwarf::_handle_macro_at_func): New procedure.
4772 (Dwarf::_handle_macro_at_range): New procedure.
4773 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
4774
02ad9cf1
YQ
47752014-11-14 Yao Qi <yao@codesourcery.com>
4776
4777 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
4778 (_handle_attribute): New procedure.
4779
a59add0c
AA
47802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4781
4782 * gdb.ada/cond_lang/foo.c (callme): Add return type.
4783 * gdb.base/call-sc.c (zed): Likewise.
4784 * gdb.base/checkpoint.c (main): Likewise.
4785 * gdb.base/dump.c (main): Likewise.
4786 * gdb.base/gcore.c (main): Likewise.
4787 * gdb.base/huge.c (main): Likewise.
4788 * gdb.base/multi-forks.c (main): Likewise.
4789 * gdb.base/pr10179-a.c (main): Likewise.
4790 * gdb.base/savedregs.c (main): Likewise.
4791 * gdb.base/sigaltstack.c (main): Likewise.
4792 * gdb.base/siginfo.c (main): Likewise.
4793 * gdb.base/structs.c (zed): Likewise.
4794 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
4795 * gdb.mi/mi-syn-frame.c (main): Likewise.
4796 * gdb.mi/until.c (foo, main): Likewise.
4797 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
4798 * gdb.base/solib-weak.c (foo): Declare.
4799 * gdb.base/attach-twice.c: Include stdio.h.
4800 * gdb.base/weaklib1.c: Likewise.
4801 * gdb.base/weaklib2.c: Likewise.
4802 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
4803 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
4804 unistd.h.
4805 * gdb.base/attach-pie-misread.c: Include stdlib.h.
4806 * gdb.mi/mi-exit-code.c: Likewise.
4807 * gdb.base/break-interp-lib.c: Include string.h.
4808 * gdb.base/coremaker.c: Likewise.
4809 * gdb.base/testenv.c: Likewise.
4810 * gdb.python/py-finish-breakpoint.c: Likewise.
4811 * gdb.base/inferior-died.c: Include sys/wait.h.
4812 * gdb.base/fileio.c: Include time.h.
4813 * gdb.base/async-shell.c: Include unistd.h.
4814 * gdb.base/dprintf-non-stop.c: Likewise.
4815 * gdb.base/info-os.c: Likewise.
4816 * gdb.mi/mi-console.c: Likewise.
4817 * gdb.mi/watch-nonstop.c: Likewise.
4818 * gdb.python/py-events.c: Likewise.
4819 * gdb.base/async.c (baz): Move up before its invocation.
4820 * gdb.base/code_elim2.c (my_global_func): Likewise.
4821 * gdb.base/skip-solib-lib.c (multiply): Likewise.
4822 * gdb.base/advance.c (func2): Likewise.
4823
3b5d5997
AA
48242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4825
4826 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
4827 variant.
4828 * gdb.base/annota3.c: Likewise.
4829 * gdb.base/async.c: Likewise.
4830 * gdb.base/average.c: Likewise.
4831 * gdb.base/call-ar-st.c: Likewise.
4832 * gdb.base/call-rt-st.c: Likewise.
4833 * gdb.base/call-sc.c: Likewise.
4834 * gdb.base/call-strs.c: Likewise.
4835 * gdb.base/ending-run.c: Likewise.
4836 * gdb.base/execd-prog.c: Likewise.
4837 * gdb.base/exprs.c: Likewise.
4838 * gdb.base/foll-exec.c: Likewise.
4839 * gdb.base/foll-fork.c: Likewise.
4840 * gdb.base/foll-vfork.c: Likewise.
4841 * gdb.base/funcargs.c: Likewise.
4842 * gdb.base/gcore.c: Likewise.
4843 * gdb.base/jump.c: Likewise.
4844 * gdb.base/langs0.c: Likewise.
4845 * gdb.base/langs1.c: Likewise.
4846 * gdb.base/langs2.c: Likewise.
4847 * gdb.base/mips_pro.c: Likewise.
4848 * gdb.base/nodebug.c: Likewise.
4849 * gdb.base/opaque0.c: Likewise.
4850 * gdb.base/opaque1.c: Likewise.
4851 * gdb.base/recurse.c: Likewise.
4852 * gdb.base/run.c: Likewise.
4853 * gdb.base/scope0.c: Likewise.
4854 * gdb.base/scope1.c: Likewise.
4855 * gdb.base/setshow.c: Likewise.
4856 * gdb.base/setvar.c: Likewise.
4857 * gdb.base/shmain.c: Likewise.
4858 * gdb.base/shr1.c: Likewise.
4859 * gdb.base/shr2.c: Likewise.
4860 * gdb.base/sigall.c: Likewise.
4861 * gdb.base/signals.c: Likewise.
4862 * gdb.base/so-indr-cl.c: Likewise.
4863 * gdb.base/solib2.c: Likewise.
4864 * gdb.base/structs.c: Likewise.
4865 * gdb.base/sum.c: Likewise.
4866 * gdb.base/vforked-prog.c: Likewise.
4867 * gdb.base/watchpoint.c: Likewise.
4868 * gdb.reverse/shr2.c: Likewise.
4869 * gdb.reverse/until-reverse.c: Likewise.
4870 * gdb.reverse/ur1.c: Likewise.
4871 * gdb.reverse/watch-reverse.c: Likewise.
4872
066a77c5
AA
48732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4874
4875 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
4876 variant.
4877 * gdb.base/sepdebug.exp: Drop references to removed code.
4878
4f204ea5
AA
48792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4880
4881 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
4882 variant. Preserve original line numbering.
4883 * gdb.base/list1.c: Likewise.
4884
3b377a3a
AA
48852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4886
4887 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
4888 variant.
4889 * gdb.base/break1.c: Likewise.
4890 * gdb.base/break.exp: Drop references to removed code.
4891
e444df73
AA
48922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4893
4894 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
4895 variant.
4896
8008f2a7
AA
48972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4898
4899 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
4900
a5a06887
AA
49012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4902
4903 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
4904 logic into perform_all_tests() and invoke it with and without
4905 function header prototypes.
4906 (do_function_calls): Remove conditional XFAIL for PR 5318.
4907 (rerun_and_prepare): Remove duplicate code.
4908 (perform_all_tests): New. Main logic moved here.
4909
44dba9b9
AA
49102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4911
4912 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
4913 code guarded by #ifdef NO_PROTOTYPES.
4914 (t_double_many_args): Likewise.
4915 (DEF_FUNC_MANY_ARGS_1): Likewise.
4916 (DEF_FUNC_VALUES_1): Likewise.
4917 (t_structs_ldc): Renamed from t_structs_fc in conditional code
4918 guarded by #ifdef PROTOTYPES.
4919
d1fbcd56
AA
49202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4921
4922 * gdb.mi/mi-console.c: Add eye-catcher.
4923 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
4924 instead of literal line number.
4925
b0e59b8f
AA
49262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4927
4928 * gdb.base/shr2.c: Add eye-catcher.
4929 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
4930 line number.
4931
78f98cca
AA
49322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4933
4934 * gdb.base/jump.c: Add eye-catchers.
4935 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
4936 numbers.
4937
58fa2af0
AA
49382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4939
4940 * gdb.base/execd-prog.c: Add eye-catchers.
4941 * gdb.base/foll-exec.c: Likewise.
4942 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
4943 line numbers.
4944
04e5059b
AA
49452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4946
4947 * gdb.base/ending-run.c: Add eye-catchers.
4948 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
4949 literal line numbers.
4950
dbfdb174
AA
49512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4952
4953 * gdb.base/call-rt-st.c: Add eye-catchers.
4954 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
4955 literal line numbers.
4956
888a2ade
AA
49572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4958
4959 * gdb.base/call-ar-st.c: Add eye-catchers.
4960 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
4961 literal line numbers.
4962
6acc2dde
AA
49632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4964
4965 * gdb.base/average.c: Add eye-catchers.
4966 * gdb.base/sum.c: Likewise.
4967 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
4968 regexps dynamically.
4969
9ecfcd1d
AA
49702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4971
4972 * gdb.base/solib1.c: Add eye-catchers.
4973 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
4974 literal line numbers.
4975
78708b7c
PA
49762014-11-12 Pedro Alves <palves@redhat.com>
4977
4978 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
4979 leader has exited.
4980
af48d08f
PA
49812014-11-12 Pedro Alves <palves@redhat.com>
4982
4983 * gdb.arch/i386-bp_permanent.c: New file.
4984 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
4985 (srcfile): Set to i386-bp_permanent.c.
4986 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
4987 that stepi does not execute the 'leave' instruction, instead of
4988 testing it does execute.
4989 * gdb.base/bp-permanent.c: New file.
4990 * gdb.base/bp-permanent.exp: New file.
4991
af3768e9
DE
49922014-11-10 Doug Evans <xdje42@gmail.com>
4993
4994 PR symtab/17564
4995 * gdb.base/symtab-search-order.exp: New file.
4996 * gdb.base/symtab-search-order.c: New file.
4997 * gdb.base/symtab-search-order-1.c: New file.
4998 * gdb.base/symtab-search-order-shlib-1.c: New file.
4999
9de00a4a
PA
50002014-11-07 Pedro Alves <palves@redhat.com>
5001
5002 PR gdb/17511
5003 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
5004 i?86-*-linux*.
5005
e0f52461
SC
50062014-11-03 Siva Chandra Reddy <sivachandra@google.com>
5007
5008 PR c++/17494
5009 * gdb.cp/pr17494.cc: New file.
5010 * gdb.cp/pr17494.exp: New file.
5011
6ce8c980
YQ
50122014-11-02 Yao Qi <yao@codesourcery.com>
5013
5014 * gdb.python/python.exp: Get working directory and match the
5015 output of "set extended-prompt \\w " with it.
5016
02be9a71
DE
50172014-10-30 Doug Evans <dje@google.com>
5018
5019 * gdb.python/py-objfile.exp: Add tests for setting random attributes
5020 in objfiles.
5021 * gdb.python/py-progspace.exp: Add tests for setting random attributes
5022 in progspaces.
5023
3bdff46b
LM
50242014-10-30 Janis Johnson <janisjo@codesourcery.com>
5025
5026 * gdb.base/fullpath-expand.exp: Skip for a remote host.
5027 * gdb.base/realname-expand.exp: Likewise.
5028 * gdb.linespec/macro-relative.exp: Likewise.
5029
ab917dfb
PA
50302014-10-29 Pedro Alves <palves@redhat.com>
5031
5032 PR gdb/17408
5033 * gdb.threads/schedlock.c (some_function): New function.
5034 (call_function): New global.
5035 (MAYBE_CALL_SOME_FUNCTION): New macro.
5036 (thread_function): Call it.
5037 * gdb.threads/schedlock.exp (get_args): Add description parameter,
5038 and use it instead of a global counter. Adjust all callers.
5039 (get_current_thread): Use "find current thread" for test message
5040 here rather than having all callers pass down the same string.
5041 (goto_loop): New procedure, factored out from ...
5042 (my_continue): ... this.
5043 (step_ten_loops): Change parameter from test message to command to
5044 use. Adjust.
5045 (list_count): Delete global.
5046 (check_result): New procedure, factored out from duplicate top
5047 level code.
5048 (continue tests): Wrap in with_test_prefix.
5049 (test_step): New procedure, factored out from duplicate top level
5050 code.
5051 (top level): Test "step" in combination with all scheduler-locking
5052 modes. Test "next" in combination with all scheduler-locking
5053 modes, and in combination with stepping over a function call or
5054 not.
5055 * gdb.threads/next-bp-other-thread.c: New file.
5056 * gdb.threads/next-bp-other-thread.exp: New file.
5057
d3d4baed
PA
50582014-10-29 Pedro Alves <palves@redhat.com>
5059
5060 PR python/17372
5061 * gdb.python/python.exp: Test a multi-line command that spawns
5062 interactive Python.
5063 * gdb.base/multi-line-starts-subshell.exp: New file.
5064
563e8d85
YQ
50652014-10-29 Yao Qi <yao@codesourcery.com>
5066
5067 * gdb.base/fileio.exp: Make directories on host.
5068
0ea4d52e
YQ
50692014-10-29 Yao Qi <yao@codesourcery.com>
5070
5071 * gdb.base/fileio.c (test_write): Close the file.
5072
7f5ef605
PA
50732014-10-28 Pedro Alves <palves@redhat.com>
5074
5075 PR gdb/12623
5076 * gdb.base/sigstep.c (no_handler): New global.
5077 (main): If 'no_handler is true, set the signal handlers to
5078 SIG_IGN.
5079 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
5080 with_sw_watch and no_handler parameters. Handle them.
5081 (top level) <stepping over handler when stopped at a breakpoint
5082 test>: Add a test axis for testing with a software watchpoint, and
5083 another for testing with the signal handler set to SIG_IGN.
5084 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
5085 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
5086
abbdbd03
PA
50872014-10-28 Pedro Alves <palves@redhat.com>
5088
5089 PR gdb/17511
5090 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
5091 * gdb.base/sigstep.exp (other_handler_location): New global.
5092 (advance): Support stepping into the signal handler, and running
5093 commands while in the handler.
5094 (in_handler_map): New global.
5095 (top level): In the advance test, add combinations for getting
5096 into the handler with stepping commands, and for running commands
5097 in the handler. Add comment descripting the advancei tests.
5098
1df4399f
PA
50992014-10-28 Pedro Alves <palves@redhat.com>
5100
5101 * gdb.base/sigstep.exp: Use build_executable instead of
5102 prepare_for_testing.
5103 (top level): Move code that starts GDB, runs to main and creates a
5104 display to ...
5105 (restart): ... this new procedure.
5106 (top level): Move backtrace from signal handler test to ...
5107 (validate_backtrace): ... this new procedure.
5108 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
5109 with_test_prefix. Always restart GDB.
5110 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
5111 with_test_prefix. Always restart GDB. No need to delete
5112 breakpoints after the test.
5113 (test_skip_handler): Remove prefix parameter.
5114 (skip_over_handler, breakpoint_to_handler)
5115 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
5116 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
5117 restart GDB. No need to delete breakpoints after the test.
5118 (top level): Use foreach to call the test procedures with
5119 different commands.
5120
a5b6e449
PA
51212014-10-28 Pedro Alves <palves@redhat.com>
5122
5123 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
5124 instead of GNATS numbers.
5125 * gdb.base/sigbpt.exp: Likewise.
5126 * gdb.base/siginfo.exp: Likewise.
5127 * gdb.base/sigstep.exp: Likewise.
5128
e5f8a7cc
PA
51292014-10-27 Pedro Alves <palves@redhat.com>
5130
5131 * gdb.base/sigstep.c (dummy): New global.
5132 (main): Issue a couple writes to the new global.
5133 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
5134 procedures.
5135 (skip_over_handler): Use test_skip_handler.
5136 (top level): Call skip_over_handler for stepi and nexti too.
5137 (breakpoint_over_handler): Use test_skip_handler.
5138 (top level): Call breakpoint_over_handler for stepi and nexti too.
5139
763905a3
YQ
51402014-10-27 Yao Qi <yao@codesourcery.com>
5141
5142 * gdb.trace/tfile.c (adjust_function_address)
5143 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
5144 function descriptor.
5145
6f259a23
DB
51462014-10-24 Don Breazeal <donb@codesourcery.com>
5147
5148 * gdb.base/foll-fork.exp (test_follow_fork,
5149 catch_fork_child_follow): Check for updated fork messages emitted
5150 from infrun.c.
5151 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
5152 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
5153 vfork_and_exec_child_follow_through_step): Check for updated vfork
5154 messages emitted from infrun.c.
5155
09dd9a69
PA
51562014-10-24 Pedro Alves <palves@redhat.com>
5157
5158 * gdb.base/corefile.exp: Remove references to ultrix.
5159 * gdb.base/interrupt.exp: Likewise.
5160 * gdb.base/whatis.exp: Likewise.
5161 * gdb.gdb/selftest.exp: Likewise.
5162 * gdb.threads/manythreads.exp: Likewise.
5163 * gdb.threads/print-threads.exp: Likewise.
5164 * gdb.threads/pthreads.exp:: Likewise.
5165 * gdb.threads/schedlock.exp: Likewise.
5166
3433cfa5
SC
51672014-10-24 Siva Chandra Reddy <sivachandra@google.com>
5168
5169 * gdb.cp/non-trivial-retval.cc: Add a test case.
5170 * gdb.cp/non-trivial-retval.exp: Add a test.
5171
092f880b
YQ
51722014-10-20 Yao Qi <yao@codesourcery.com>
5173
5174 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
5175 * gdb.python/py-objfile-script-gdb.py: New file.
5176 * gdb.python/py-objfile-script.exp: Update reference to
5177 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
5178 of remote_download. Remove the dest file.
5179
acbdb7f3
YQ
51802014-10-20 Yao Qi <yao@codesourcery.com>
5181
5182 * gdb.base/checkpoint.exp: Don't remove file copied on host.
5183 * gdb.base/step-line.exp: Likewise.
5184 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5185 * gdb.dwarf2/dw2-basic.exp: Likewise.
5186 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5187 * gdb.dwarf2/dw2-filename.exp: Likewise.
5188 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5189 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5190 * gdb.dwarf2/dw2-producer.exp: Likewise.
5191 * gdb.dwarf2/mac-fileno.exp: Likewise.
5192 * gdb.python/py-frame-args.exp: Likewise.
5193 * gdb.python/py-framefilter.exp: Likewise.
5194 * gdb.python/py-mi.exp: Likewise.
5195 * gdb.python/py-objfile-script.exp: Likewise
5196 * gdb.python/py-pp-integral.exp: Likewise.
5197 * gdb.python/py-pp-re-notag.exp: Likewise.
5198 * gdb.python/py-prettyprint.exp: Likewise.
5199 * gdb.python/py-section-script.exp: Likewise.
5200 * gdb.python/py-typeprint.exp: Likewise.
5201 * gdb.python/py-xmethods.exp: Likewise.
5202 * gdb.stabs/weird.exp: Likewise.
5203 * gdb.xml/tdesc-regs.exp: Likewise.
5204
bd286a29
KCY
52052014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
5206
5207 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
5208 (out_cu): Use addr_len for the size of addresses.
5209 (out_line): Likewise. Size DW_LNE_set_address instruction
5210 according to addr_len.
5211 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
5212 (FUNC): Add START_INSNS to definition.
5213
673dc4a0
YQ
52142014-10-18 Yao Qi <yao@codesourcery.com>
5215
5216 * gdb.base/argv0-symlink.exp: Check argv[0] value if
5217 gdb_has_argv0 return true.
5218 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
5219 check [target_info exists noargs], check [gdb_has_argv0]
5220 instead.
5221 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5222 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
5223 procedures.
5224
4ffbba72
DE
52252014-10-17 Doug Evans <dje@google.com>
5226
5227 * gdb.python/py-events.exp: Update expected output for clear_objfiles
5228 event.
5229 * gdb.python/py-events.py: Add clear_objfiles event.
5230
d096d8c1
DE
52312014-10-17 Doug Evans <dje@google.com>
5232
5233 * gdb.python/py-objfile.exp: Test progspace attribute.
5234
a80db015
LM
52352014-10-17 Luis Machado <lgustavo@codesourcery.com>
5236
5237 * gdb.guile/scm-breakpoint.exp: Do not assume any
5238 directory separators when matching source file paths.
5239 * gdb.python/py-breakpoint.exp: Likewise.
5240 * gdb.reverse/break-precsave.exp: Likewise.
5241 * gdb.reverse/break-reverse.exp: Likewise.
5242 * gdb.reverse/consecutive-precsave.exp: Likewise.
5243 * gdb.reverse/finish-precsave.exp: Likewise.
5244 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
5245 * gdb.reverse/finish-reverse.exp: Likewise.
5246 * gdb.reverse/i386-precsave.exp: Likewise.
5247 * gdb.reverse/i387-env-reverse.exp: Likewise.
5248 * gdb.reverse/i387-stack-reverse.exp: Likewise.
5249 * gdb.reverse/machinestate-precsave.exp: Likewise.
5250 * gdb.reverse/machinestate.exp: Likewise.
5251 * gdb.reverse/sigall-precsave.exp: Likewise.
5252 * gdb.reverse/solib-precsave.exp: Likewise.
5253 * gdb.reverse/step-precsave.exp: Likewise.
5254 * gdb.reverse/until-precsave.exp: Likewise.
5255 * gdb.reverse/watch-precsave.exp: Likewise.
5256 * gdb.reverse/watch-reverse.exp: Likewise.
5257
b22089ab
YQ
52582014-10-17 Yao Qi <yao@codesourcery.com>
5259
5260 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
5261 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
5262
6c4486e6
PA
52632014-10-17 Pedro Alves <palves@redhat.com>
5264
5265 PR gdb/17471
5266 * gdb.base/bg-execution-repeat.c: New file.
5267 * gdb.base/bg-execution-repeat.exp: New file.
5268
0ff33695
PA
52692014-10-17 Pedro Alves <palves@redhat.com>
5270
5271 PR gdb/17300
5272 * gdb.base/continue-all-already-running.c: New file.
5273 * gdb.base/continue-all-already-running.exp: New file.
5274
6fdebc3d
PA
52752014-10-17 Pedro Alves <palves@redhat.com>
5276
5277 PR gdb/17472
5278 * gdb.base/annota-input-while-running.c: New file.
5279 * gdb.base/annota-input-while-running.exp: New file.
5280
32a8097b
PA
52812014-10-17 Pedro Alves <palves@redhat.com>
5282
5283 * gdb.base/callfuncs.exp: emove references to osf.
5284 * gdb.base/sigall.exp: Likewise.
5285 * gdb.gdb/selftest.exp: Likewise.
5286 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5287 * gdb.mi/non-stop.c: Likewise.
5288 * gdb.mi/pthreads.c: Likewise.
5289 * gdb.reverse/sigall-precsave.exp: Likewise.
5290 * gdb.reverse/sigall-reverse.exp: Likewise.
5291 * gdb.threads/pthreads.c: Likewise.
5292 * gdb.threads/pthreads.exp: Likewise.
5293
7a3517ff
YQ
52942014-10-17 Yao Qi <yao@codesourcery.com>
5295
5296 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
5297 check 'target_info exists noargs'.
5298 (test_command_prompt_position): Likewise.
5299 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
5300 Remove "set args".
5301 (progvar_simple_while_test): Likewise.
5302 (progvar_complex_if_while_test): Likewise.
5303 (if_while_breakpoint_command_test): Likewise.
5304 (infrun_breakpoint_command_test): Likewise.
5305 (breakpoint_command_test): Likewise.
5306 (watchpoint_command_test): Likewise.
5307 (bp_deleted_in_command_test): Likewise.
5308 (temporary_breakpoint_commands): Likewise.
5309
bb99c472
YQ
53102014-10-16 Yao Qi <yao@codesourcery.com>
5311
5312 * gdb.base/remotetimeout.exp: Remove noargs checking.
5313
7c16b83e
PA
53142014-10-15 Pedro Alves <palves@redhat.com>
5315
5316 PR breakpoints/9649
5317 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
5318 * gdb.base/breakpoint-in-ro-region.exp
5319 (probe_target_hardware_step): New procedure.
5320 (top level): Probe hardware stepping and hardware breakpoint
5321 support. Test stepping through a read-only region, with both
5322 "breakpoint auto-hw" on and off and both "always-inserted" on and
5323 off.
5324
35a49624
IB
53252014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
5326
5327 * gdb.dlang/demangle.exp: Update for demangling changes.
5328
2d1c107c
SC
53292014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5330
5331 * gdb.cp/non-trivial-retval.cc: Add new test cases.
5332 * gdb.cp/non-trivial-retval.exp: Add new tests.
5333
778811d5
SC
53342014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5335
5336 PR c++/13403
5337 PR c++/15154
5338 * gdb.cp/non-trivial-retval.cc: New file.
5339 * gdb.cp/non-trivial-retval.exp: New file.
5340
10c5f0a8
YQ
53412014-10-15 Yao Qi <yao@codesourcery.com>
5342
5343 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
5344 remote host.
5345
65d7b369
YQ
53462014-10-15 Yao Qi <yao@codesourcery.com>
5347
5348 * gdb.python/py-symbol.exp: Match file base name if host is
5349 remote, otherwise match file name with dir name.
5350 * gdb.python/py-symtab.exp: Likewise.
5351 * gdb.python/python.exp: Likewise.
5352
46dc1394
YQ
53532014-10-15 Yao Qi <yao@codesourcery.com>
5354
5355 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
5356 pattern.
5357 * gdb.python/py-symtab.exp: Likewise.
5358 * gdb.python/python.exp: Remove trailing ".*". Fix typo
5359 locationn.
5360
c40cc657
JB
53612014-10-14 Joel Brobecker <brobecker@adacore.com>
5362
5363 * gdb.ada/addr_arith: New testcase.
5364
2abf49e1
MR
53652014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
5366
5367 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
5368 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
5369 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
5370 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
5371
f7088df3
SDJ
53722014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
5373
5374 * gdb.arch/stap-eval-lang-ada.S: Likewise.
5375 * gdb.arch/stap-eval-lang-ada.c: Likewise.
5376 * gdb.arch/stap-eval-lang-ada.exp: New file.
5377
4dc06805
YQ
53782014-10-14 Yao Qi <yao@codesourcery.com>
5379
5380 * gdb.mi/mi-var-child.c (nothing1): New function.
5381 (nothing2): New function.
5382 (do_children_tests): Set function pointers by nothing1 and
5383 nothing2.
5384 * gdb.mi/mi-var-child.exp: Step over new added statements.
5385 Update test to match the new output.
5386 * gdb.mi/var-cmd.c (nothing1): New function.
5387 (nothing2): New function.
5388 (do_children_tests): Set function pointers by nothing1 and
5389 nothing2.
5390 * gdb.mi/mi-var-display.exp: Update test to match output.
5391 Step to the line specified by $line_dct_nothing.
5392 Increase the number of lines to step.
5393
46a93de2
YQ
53942014-10-14 Yao Qi <yao@codesourcery.com>
5395
5396 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
5397 tests.
5398 * gdb.mi/mi2-var-child.exp: Likewise.
5399
14ea52ee
DE
54002014-10-13 Doug Evans <dje@google.com>
5401
5402 * gdb.python/py-objfile.exp: Change name of file name test.
5403
e5c6e92b
DE
54042014-10-13 Doug Evans <dje@google.com>
5405
5406 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
5407 from the start of the CU.
5408
c780cc2f
JK
54092014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5410 Yao Qi <yao@codesourcery.com>
5411
5412 Fix "save breakpoints" for "catch" command.
5413 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
5414 Remove -nonewline. Match also the added "main" line.
5415
99894e11
JK
54162014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5417
5418 Fix "save breakpoints" for "disable $bpnum" command.
5419 * gdb.base/save-bp.c (main): Add label.
5420 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
5421
6e1ac5a3
JK
54222014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5423
5424 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
5425
754dd2b0
YQ
54262014-10-11 Yao Qi <yao@codesourcery.com>
5427
5428 * gdb.server/server-kill.exp: Execute command
5429 "set remote trace-status-packet on" before "tstatus".
5430
f90183d7
YQ
54312014-10-11 Yao Qi <yao@codesourcery.com>
5432
5433 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
5434 (main): Call getppid.
5435 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
5436 and continue to it. Read variable "server_pid".
5437
bf40a607
YQ
54382014-10-11 Yao Qi <yao@codesourcery.com>
5439
5440 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
5441
052ca370
YQ
54422014-10-11 Yao Qi <yao@codesourcery.com>
5443
5444 * gdb.threads/thread-find.exp: Don't execute command
5445 "info threads".
5446 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
5447 * gdb.threads/linux-dp.exp: Don't check the condition
5448 $threads_created equals to zero.
5449
3831839c
PA
54502014-10-10 Pedro Alves <palves@redhat.com>
5451
5452 * gdb.base/bigcore.exp: Remove references to IRIX.
5453 * gdb.base/funcargs.exp: Likewise.
5454 * gdb.base/interrupt.exp: Likewise.
5455 * gdb.base/mips_pro.exp: Likewise.
5456 * gdb.base/nodebug.exp: Likewise.
5457 * gdb.base/setvar.exp: Likewise.
5458 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
5459
8b9a549d
PA
54602014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5461 Pedro Alves <palves@redhat.com>
5462
5463 PR symtab/14466
5464 * gdb.base/vdso-warning.c: New file.
5465 * gdb.base/vdso-warning.exp: New file.
5466
d48ba5e8
DE
54672014-10-02 Doug Evans <dje@google.com>
5468
5469 * gdb.base/structs.c (main): Don't run forever.
5470
2278c276
PA
54712014-10-02 Pedro Alves <palves@redhat.com>
5472
5473 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
5474 (top level) <stop threads 1, stop threads 2>: Use it.
5475
b57bacec
PA
54762014-10-02 Pedro Alves <palves@redhat.com>
5477
5478 * gdb.threads/break-while-running.exp (test): Add new
5479 'update_thread_list' argument. Skip "info threads" if false.
5480 (top level): Add new 'update_thread_list' axis.
5481
13fd3ff3
PA
54822014-10-02 Pedro Alves <palves@redhat.com>
5483
5484 PR breakpoints/17431
5485 * gdb.base/execl-update-breakpoints.c: New file.
5486 * gdb.base/execl-update-breakpoints.exp: New file.
5487
0fec99e8
PA
54882014-10-01 Pedro Alves <palves@redhat.com>
5489
5490 * gdb.base/breakpoint-in-ro-region.c: New file.
5491 * gdb.base/breakpoint-in-ro-region.exp: New file.
5492
2ddf4301
SM
54932014-10-01 Simon Marchi <simon.marchi@ericsson.com>
5494
5495 * gdb.mi/mi-exit-code.exp: New file.
5496 * gdb.mi/mi-exit-code.c: New file.
5497
6a5f3f43
YQ
54982014-09-30 Yao Qi <yao@codesourcery.com>
5499
5500 * lib/prelink-support.exp (build_executable_own_libs): Error if
5501 the target isn't native.
5502
345bcc73
YQ
55032014-09-30 Yao Qi <yao@codesourcery.com>
5504
5505 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
5506 false.
5507
a25a5a45
PA
55082014-09-22 Pedro Alves <palves@redhat.com>
5509
5510 * gdb.threads/break-while-running.exp: New file.
5511 * gdb.threads/break-while-running.c: New file.
5512
00ba3162
YQ
55132014-09-19 Yao Qi <yao@codesourcery.com>
5514
5515 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
5516 Invoke test. Restart GDB with --readnow and invoke test again.
5517
c3b7b696
YQ
55182014-09-19 Yao Qi <yao@codesourcery.com>
5519
5520 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
5521 proc set_breakpoint_on_gcd_function. Invoke
5522 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
5523 invoke set_breakpoint_on_gcd_function again.
5524
2b4fd423
DE
55252014-09-18 Doug Evans <dje@google.com>
5526
5527 * gdb.dwarf2/symtab-producer.exp: New file.
5528
a5947601
SDJ
55292014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5530
5531 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
5532 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
5533 * gdb.base/global-var-nested-by-dso.c: Likewise.
5534 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5535
91c19059
SDJ
55362014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5537 Pedro Alves <palves@redhat.com>
5538
5539 * gdb.base/watch-bitfields.exp: Pass string other than test file
5540 name to prepare_for_testing.
5541 (watch): New procedure.
5542 (expect_watchpoint): Use with_test_prefix.
5543 (top level): Factor out tests to ...
5544 (test_watch_location, test_regular_watch): ... these new
5545 procedures, and use with_test_prefix and gdb_continue_to_end.
5546
bb9d5f81
PP
55472014-09-16 Patrick Palka <patrick@parcs.ath.cx>
5548
5549 PR breakpoints/12526
5550 * gdb.base/watch-bitfields.exp: New file.
5551 * gdb.base/watch-bitfields.c: New file.
5552
635856f5
PA
55532014-09-16 Pedro Alves <palves@redhat.com>
5554
5555 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
5556 software and hardware addresses, not software address against
5557 itself.
5558
7280ceea
PA
55592014-09-16 Pedro Alves <palves@redhat.com>
5560
5561 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
5562 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
5563
428b16bd
PA
55642014-09-16 Pedro Alves <palves@redhat.com>
5565
5566 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
5567 files.
5568 * gdb.base/a2-run.exp: Remove all code guarded by istarget
5569 "*-*-vxworks*" throughout.
5570 * gdb.base/break.exp: Likewise.
5571 * gdb.base/default.exp: Likewise.
5572 * gdb.base/scope.exp: Likewise.
5573 * gdb.base/sepdebug.exp: Likewise.
5574 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
5575 throughout.
5576 * gdb.base/run.c: Likewise.
5577 * gdb.base/sepdebug.c: Likewise.
5578 * gdb.hp/gdb.aCC/run.c: Likewise.
5579 * gdb.reverse/until-reverse.c: Likewise.
5580 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
5581
666d413c
YQ
55822014-09-16 Yao Qi <yao@codesourcery.com>
5583
5584 * boards/local-remote-host-native.exp: New file.
5585
57cbd724
DE
55862014-09-14 Doug Evans <xdje42@gmail.com>
5587
5588 * gdb.threads/queue-signal.c (thread_count): New variable.
5589 (thread_count_mutex, thread_count_condvar): New variables.
5590 (incr_thread_count, wait_all_threads_running): New functions.
5591 (main): Wait for all threads to be in their thread functions.
5592
81219e53
DE
55932014-09-13 Doug Evans <xdje42@gmail.com>
5594
5595 * gdb.threads/queue-signal.c: New file.
5596 * gdb.threads/queue-signal.exp: New file.
5597
3714cea7
DE
55982014-09-13 Doug Evans <xdje42@gmail.com>
5599
5600 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
5601 be consistent with what default_gdb_init uses.
5602 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
5603 the plain text of the prompt. Add some logging printfs.
5604 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
5605
fa43b1d7
PA
56062014-09-12 Pedro Alves <palves@redhat.com>
5607
5608 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
5609 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
5610 * gdb.arch/i386-size-overlap.exp: Likewise.
5611 * gdb.arch/i386-size.exp: Likewise.
5612 * gdb.arch/i386-unwind.exp: Likewise.
5613 * gdb.base/a2-run.exp: Likewise.
5614 * gdb.base/break.exp: Likewise.
5615 * gdb.base/charset.exp: Likewise.
5616 * gdb.base/chng-syms.exp: Likewise.
5617 * gdb.base/commands.exp: Likewise.
5618 * gdb.base/dbx.exp: Likewise.
5619 * gdb.base/find.exp: Likewise.
5620 * gdb.base/funcargs.exp: Likewise.
5621 * gdb.base/jit-simple.exp: Likewise.
5622 * gdb.base/reread.exp: Likewise.
5623 * gdb.base/sepdebug.exp: Likewise.
5624 * gdb.base/step-bt.exp: Likewise.
5625 * gdb.cp/mb-inline.exp: Likewise.
5626 * gdb.cp/mb-templates.exp: Likewise.
5627 * gdb.objc/basicclass.exp: Likewise.
5628 * gdb.threads/killed.exp: Likewise.
5629
9d9bf2df
EBM
56302014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5631
5632 PR tdep/17379
5633 * gdb.arch/powerpc-stackless.S: New file.
5634 * gdb.arch/powerpc-stackless.exp: New file.
5635
1cf2f1b0
JK
56362014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5637
5638 * gdb.base/attach.c: Include unistd.h.
5639 (main): Call alarm. Add label postloop.
5640 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
5641 gdb_breakpoint, gdb_continue_to_breakpoint.
5642 (test_command_line_attach_run): Kill ${testpid} in one exit path.
5643
98880d46
PA
56442014-09-11 Pedro Alves <palves@redhat.com>
5645
5646 PR gdb/17347
5647 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
5648 * gdb.base/attach.exp (test_command_line_attach_run): New
5649 procedure.
5650 (top level): Call it.
5651
4c92ff2c
PA
56522014-09-11 Pedro Alves <palves@redhat.com>
5653
5654 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
5655 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
5656 (do_command_attach_tests): Use spawn_wait_for_attach.
5657 * gdb.base/solib-overlap.exp: Likewise.
5658 * gdb.multi/multi-attach.exp: Likewise.
5659 * gdb.python/py-prompt.exp: Likewise.
5660 * gdb.python/py-sync-interp.exp: Likewise.
5661 * gdb.server/ext-attach.exp: Likewise.
5662
3adc1a7d
GKB
56632014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
5664
5665 * gdb.fortran/array-element.exp: Remove unexpected "continue"
5666 command in testcase. Simplify testcase.
5667
96334934
JB
56682014-09-10 Joel Brobecker <brobecker@adacore.com>
5669
5670 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
5671
eb479039
JB
56722014-09-10 Joel Brobecker <brobecker@adacore.com>
5673
5674 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
5675
deede10c
JB
56762014-09-10 Joel Brobecker <brobecker@adacore.com>
5677
5678 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
5679
7828a5f5
JB
56802014-09-10 Joel Brobecker <brobecker@adacore.com>
5681
5682 * gdb.dwarf2/dynarr-ptr.c: New file.
5683 * gdb.dwarf2/dynarr-ptr.exp: New file.
5684
33aeebcf
MR
56852014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5686
5687 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
5688 of 30 rather than hardcoding 120 for a slow test case. Take the
5689 `gdb,timeout' target setting into account for this calculation.
5690 Don't extend the timeout for the test cases that don't need it.
5691
7b415901
MR
56922014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5693
5694 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
5695 a factor of 2 for a slow test case. Take the `gdb,timeout'
5696 target setting into account for this calculation.
5697 * gdb.reverse/until-precsave.exp: Increase the timeout by
5698 a factor of 15 and 3 respectively rather than adding 120
5699 for a pair of slow test cases. Take the `gdb,timeout'
5700 target setting into account for this calculation.
5701
4a40f85a
MR
57022014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5703
5704 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
5705 timeout, don't pass one down to gdb_expect.
5706 (gdb_expect): Rework timeout selection.
5707
09635af7
MR
57082014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5709
5710 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
5711 exception on timeout.
5712 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
5713 (gdbserver_start_extended): Catch any `gdbserver_start' error
5714 exceptions.
5715 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
5716 * lib/mi-support.exp (mi_gdb_target_load): Catch any
5717 `gdbserver_gdb_load' error exceptions.
5718
2bdd10b7
MR
57192014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5720
5721 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
5722 120 on waiting for the TCP socket to open.
5723
316935f0
DE
57242014-09-09 Doug Evans <xdje42@gmail.com>
5725
5726 * gdb.base/default.exp (show_conv_list): Add _caller_is,
5727 _caller_matches, _any_caller_is, _any_caller_matches.
5728
83740597
DE
57292014-09-09 Doug Evans <xdje42@gmail.com>
5730
5731 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
5732
4c122fc3
YQ
57332014-09-09 Yao Qi <yao@codesourcery.com>
5734
5735 * gdb.mi/mi-var-display.exp: Set print symbol off.
5736
a9f116cb
GKB
57372014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
5738
5739 PR gdb/17035
5740 * gdb.base/commands.exp: Add tests to verify user-defined
5741 commands with empty bodies.
5742 * gdb.python/py-cmd.exp: Test that we don't show user-defined
5743 python commands in `show user command`.
5744 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
5745 scheme commands in `show user command`.
5746
c75bd3a2
JK
57472014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5748
5749 PR python/17355
5750 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
5751 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
5752 * gdb.python/py-framefilter-invalidarg.exp: New file.
5753 * gdb.python/py-framefilter-invalidarg.py: New file.
5754
faa42425
DE
57552014-09-06 Doug Evans <xdje42@gmail.com>
5756
5757 PR 15276
5758 * gdb.python/py-caller-is.c: New file.
5759 * gdb.python/py-caller-is.exp: New file.
5760
474ca4f6
SDJ
57612014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
5762
5763 PR gdb/17235
5764 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
5765 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
5766
eb0b0463
SDJ
57672014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
5768
5769 PR fortran/17237
5770 * gdb.fortran/print-formatted.exp: New file.
5771 * gdb.fortran/print-formatted.f90: Likewise.
5772
5f3b99cf
SS
57732014-09-03 Sasha Smundak <asmundak@google.com>
5774
5775 * gdb.python/py-frame.exp: Test Frame.read_register.
5776
7d793aa9
SDJ
57772014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
5778
5779 PR python/16699
5780 * gdb.python/py-completion.exp: New file.
5781 * gdb.python/py-completion.py: Likewise.
5782
fb0576e9
DE
57832014-08-28 Doug Evans <dje@google.com>
5784
5785 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
5786 eax,etc. are live with values set by gdb and thus the compiler can't
5787 use them.
5788 * gdb.arch/i386-pseudo.c (main): Ditto.
5789
ee92b0dd
DE
57902014-08-27 Doug Evans <dje@google.com>
5791
5792 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
5793
6649db35
DE
57942014-08-25 Doug Evans <dje@google.com>
5795
5796 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
5797 (main): Ditto.
5798
564b7600
DE
57992014-08-25 Doug Evans <dje@google.com>
5800
5801 * gdb.threads/thread-execl.exp: #include <stdio.h>.
5802
3881fb67
YQ
58032014-08-24 Yao Qi <yao@codesourcery.com>
5804
5805 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
5806 symbol off.
5807 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
5808
a05a36a5
DE
58092014-08-22 Doug Evans <dje@google.com>
5810
5811 PR 17276
5812 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
5813 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
5814 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
5815
7c343b48
YQ
58162014-08-22 Yao Qi <yao@codesourcery.com>
5817
5818 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
5819 * gdb.python/py-finish-breakpoint2.exp: Likewise.
5820 * gdb.python/python.exp: Likewise. Use .py file on the host
5821 instead of the build.
5822
22fd09ae
JK
58232014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5824
5825 * gdb.threads/gcore-stale-thread.c: New file.
5826 * gdb.threads/gcore-stale-thread.exp: New file.
5827
a8454a7c
PA
58282014-08-21 Pedro Alves <palves@redhat.com>
5829
5830 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
5831 * gdb.base/gcore-relro-pie.exp: Likewise.
5832 * gdb.base/gcore-relro.exp: Likewise.
5833 * gdb.base/gcore.exp: Likewise.
5834 * gdb.base/print-symbol-loading.exp: Likewise.
5835 * gdb.threads/gcore-thread.exp: Likewise.
5836 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
5837
2a31c623
PA
58382014-08-20 Pedro Alves <palves@redhat.com>
5839 Jan Kratochvil <jan.kratochvil@redhat.com>
5840
5841 * Makefile.in (EXTRA_RULES, CC): New variables, get from
5842 configure.
5843 (EXPECT): Handle READ1 being set.
5844 (all): Depend on EXTRA_RULES.
5845 (check-read1, expect-read1, read1.so, read1): New rules.
5846 * README (Testsuite Parameters): Document the READ1 make variable.
5847 (Race detection): New section.
5848 * configure: Regenerate.
5849 * configure.ac: If build==host==target, and running under a
5850 GNU/glibc system, add read1 to the extra Makefile rules.
5851 (EXTRA_RULES): AC_SUBST it.
5852 * lib/read1.c: New file.
5853
d36430db
JB
58542014-08-20 Joel Brobecker <brobecker@adacore.com>
5855
5856 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
5857 the handling of variables declared as a typedef to an array
5858 which a DW_AT_data_location attribute.
5859
9a0dc9e3
PA
58602014-08-19 Andrew Burgess <aburgess@broadcom.com>
5861 Pedro Alves <palves@redhat.com>
5862
5863 PR symtab/14604
5864 PR symtab/14605
5865 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
5866 gdb_test.
5867
0718a8da
PA
58682014-08-19 Pedro Alves <palves@redhat.com>
5869
5870 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
5871
13b448cd
YQ
58722014-08-19 Yao Qi <yao@codesourcery.com>
5873
5874 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
5875 right line.
5876
1cbf5077
DB
58772014-08-18 David Blaikie <dblaikie@gmail.com>
5878
5879 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
5880
bf0fae19
JB
58812014-08-18 Joel Brobecker <brobecker@adacore.com>
5882
5883 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
5884 attribute in array range.
5885
3c8c5dcc
JB
58862014-08-18 Joel Brobecker <brobecker@adacore.com>
5887
5888 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
5889
e66d4446
SC
58902014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5891
5892 PR c++/17132
5893 * gdb.cp/pr17132.cc: New file.
5894 * gdb.cp/pr17132.exp: New file.
5895
940df408
SC
58962014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5897
5898 * gdb.python/py-xmethods.py (A_getarrayind)
5899 (E_method_char_worker.__call__, E_method_int_worker.__call__):
5900 Use 'print' with function call syntax.
5901 (E_method_matcher.match): Fix tab vs space indentation mixup.
5902
ebcc6c3a
YQ
59032014-08-15 Yao Qi <yao@codesourcery.com>
5904
5905 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
5906 false.
5907
775e0f04
YQ
59082014-08-15 Yao Qi <yao@codesourcery.com>
5909
5910 * gdb.cp/casts.exp: Set print symbol off.
5911 * gdb.cp/class2.exp: Likewise.
5912 * gdb.cp/overload.exp: Likewise.
5913 * gdb.cp/templates.exp: Likewise.
5914
d769e349
DE
59152014-08-11 Doug Evans <dje@google.com>
5916
5917 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5918 (test_load_shlib): Update.
5919
20c6f1e1
YQ
59202014-08-09 Yao Qi <yao@codesourcery.com>
5921
5922 * gdb.base/display.exp: Invoke is_address_zero_readable.
5923 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
5924 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5925 * gdb.base/hbreak-unmapped.exp: Return if
5926 is_address_zero_readable returns true.
5927 * gdb.base/signest.exp: Likewise.
5928 * gdb.base/signull.exp: Likewise.
5929 * gdb.base/sigbpt.exp: Likewise.
5930 * gdb.guile/scm-disasm.exp: Do the test if
5931 is_address_zero_readable returns false.
5932 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
5933 * gdb.python/py-arch.exp: Likewise.
5934 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
5935 * lib/gdb.exp (is_address_zero_readable): New proc.
5936
5792e8e3
YQ
59372014-08-09 Yao Qi <yao@codesourcery.com>
5938
5939 PR testsuite/13443
5940 * gdb.mi/mi-var-display.exp: Make test messages unique.
5941
3cecbbbe
TT
59422014-08-04 Tom Tromey <tromey@redhat.com>
5943
5944 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
5945 target 0".
5946
00b51ff5
TT
59472014-08-04 Tom Tromey <tromey@redhat.com>
5948
5949 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
5950 "target_resume".
5951
6908c509
JB
59522014-08-01 Joel Brobecker <brobecker@adacore.com>
5953
5954 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
5955 inner_vla_struct_object_size.
5956 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
5957 as xfail.
5958
cc6563d2
PA
59592014-07-30 Pedro Alves <palves@redhat.com>
5960
5961 * gdb.threads/signal-command-handle-nopass.exp (test): Add
5962 comment.
5963
7e09a223
YQ
59642014-07-29 Yao Qi <yao@codesourcery.com>
5965
5966 PR gdb/17206
5967 * gdb.base/until-nodebug.exp: New.
5968
7ebdbe92
DE
59692014-07-28 Doug Evans <xdje42@gmail.com>
5970
5971 PR guile/17203
5972 * gdb.guile/scm-parameter.exp: Add tests for trying to create
5973 previously existing parameter, and previously ambiguously spelled
5974 parameter.
5975
fdb1adc6
WN
59762014-07-28 Will Newton <will.newton@linaro.org>
5977
5978 * gdb.base/varargs.exp: Remove KFAILs for ARM.
5979
186fcde0
DE
59802014-07-26 Ludovic CourtĂšs <ludo@gnu.org>
5981 Doug Evans <xdje42@gmail.com>
5982
5983 PR guile/17146
5984 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
5985
70509625
PA
59862014-07-25 Pedro Alves <palves@redhat.com>
5987
5988 * gdb.threads/signal-command-handle-nopass.c: New file.
5989 * gdb.threads/signal-command-handle-nopass.exp: New file.
5990 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
5991 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
5992 * gdb.threads/signal-delivered-right-thread.c: New file.
5993 * gdb.threads/signal-delivered-right-thread.exp: New file.
5994
c3f814a1
PA
59952014-07-25 Pedro Alves <palves@redhat.com>
5996
5997 * gdb.base/double-prompt-target-event-error.exp
5998 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
5999 match.
6000 (cancel_pagination_in_target_event): Rework double prompt
6001 detection.
6002 * gdb.base/paginate-after-ctrl-c-running.exp
6003 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
6004 <return>' match.
6005 * gdb.base/paginate-bg-execution.exp
6006 (test_bg_execution_pagination_return)
6007 (test_bg_execution_pagination_cancel): Remove '-notransfer
6008 <return>' matches.
6009 * gdb.base/paginate-execution-startup.exp
6010 (test_fg_execution_pagination_return)
6011 (test_fg_execution_pagination_cancel): Remove '-notransfer
6012 <return>' matches.
6013 * gdb.base/paginate-inferior-exit.exp
6014 (test_paginate_inferior_exited): Remove '-notransfer <return>'
6015 match.
6016 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
6017 * lib/gdb.exp (pagination_prompt): Run text through
6018 string_to_regexp.
6019 (gdb_test_multiple): Match $pagination_prompt instead of
6020 "<return>".
6021 (string_to_regexp): Move to lib/gdb-utils.exp.
6022
e214cf6c
JK
60232014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6024
6025 * gdb.arch/amd64-entry-value-paramref.S: New file.
6026 * gdb.arch/amd64-entry-value-paramref.cc: New file.
6027 * gdb.arch/amd64-entry-value-paramref.exp: New file.
6028 * gdb.arch/amd64-optimout-repeat.S: New file.
6029 * gdb.arch/amd64-optimout-repeat.c: New file.
6030 * gdb.arch/amd64-optimout-repeat.exp: New file.
6031
17d0c5c8
JK
60322014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6033
6034 PR gdb/17170
6035 * gdb.base/statistics.exp: New file.
6036
b8b8facf
DE
60372014-07-17 Doug Evans <dje@google.com>
6038
74b49205 6039 PR gdb/17170
b8b8facf
DE
6040 * gdb.base/maint.exp: Update testing of per-command stats.
6041
1b5d0ab3
PA
60422014-07-16 Pedro Alves <palves@redhat.com>
6043
6044 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
6045 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
6046 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
6047 (tfile_write_buf): New functions.
6048 (add_memory_block): Rewrite using the above.
6049 (adjust_function_address): New function.
6050 (FUNCTION_ADDRESS): New macro.
6051 (write_basic_trace_file): Remove short_x local, and use
6052 tfile_write_16. Change type of func_addr local to unsigned long
6053 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
6054 here. Cast argument of add_memory_block to char pointer.
6055 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
6056 (main): Remove parameters.
6057 * gdb.trace/tfile.exp: Remove nowarnings.
6058
4d974e88
SM
60592014-07-15 Simon Marchi <simon.marchi@ericsson.com>
6060
6061 * gdb.base/debug-expr.exp: Test string evaluation with
6062 "debug expression" on.
6063
41e99568
PA
60642014-07-15 Pedro Alves <palves@redhat.com>
6065
6066 * gdb.base/reread.exp: Use clean_restart.
6067
487d9753
PL
60682014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
6069
6070 * gdb.arch/avr-flash-qualifer.c: New.
6071 * gdb.arch/avr-flash-qualifer.exp: New.
6072
cc1c52ad
PA
60732014-07-14 Pedro Alves <palves@redhat.com>
6074
6075 * gdb.base/paginate-after-ctrl-c-running.c: New file.
6076 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
6077
1e973570
PA
60782014-07-14 Pedro Alves <palves@redhat.com>
6079
6080 * gdb.base/double-prompt-target-event-error.c: New file.
6081 * gdb.base/double-prompt-target-event-error.exp: New file.
6082
93d6eb10
PA
60832014-07-14 Pedro Alves <palves@redhat.com>
6084
6085 PR gdb/17072
6086 * gdb.base/paginate-inferior-exit.c: New file.
6087 * gdb.base/paginate-inferior-exit.exp: New file.
6088
0017922d
PA
60892014-07-14 Pedro Alves <palves@redhat.com>
6090
6091 PR gdb/17072
6092 * gdb.base/paginate-bg-execution.c: New file.
6093 * gdb.base/paginate-bg-execution.exp: New file.
6094
94696ad3
PA
60952014-07-14 Pedro Alves <palves@redhat.com>
6096
6097 PR gdb/17072
6098 * gdb.base/paginate-execution-startup.c: New file.
6099 * gdb.base/paginate-execution-startup.exp: New file.
6100 * lib/gdb.exp (pagination_prompt): New global.
6101 (default_gdb_spawn): New procedure, factored out from
6102 default_gdb_spawn.
6103 (default_gdb_start): Adjust to call default_gdb_spawn.
6104 (gdb_spawn): New procedure.
6105
bd293940
PA
61062014-07-14 Pedro Alves <palves@redhat.com>
6107
6108 * lib/gdb.exp (gdb_assert): New procedure.
6109 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
6110
c933f875
PA
61112014-07-14 Pedro Alves <palves@redhat.com>
6112
6113 * gdb.base/execution-termios.c: New file.
6114 * gdb.base/execution-termios.exp: New file.
6115
d98b7a16
TT
61162014-07-14 Tom Tromey <tromey@redhat.com>
6117
6118 * gdb.cp/vla-cxx.cc: New file.
6119 * gdb.cp/vla-cxx.exp: New file.
6120
548740d6
TT
61212014-07-14 Tom Tromey <tromey@redhat.com>
6122
6123 * gdb.reverse/rerun-prec.c: New file.
6124 * gdb.reverse/rerun-prec.exp: New file.
6125
a25eb028
MR
61262014-07-12 Maciej W. Rozycki <macro@mips.com>
6127 Maciej W. Rozycki <macro@codesourcery.com>
6128
6129 * lib/gdb-utils.exp: New file.
6130 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
6131 inline `gdb_init_command' processing.
6132 (gdb_start_cmd): Likewise.
6133 * lib/mi-support.exp (mi_run_cmd): Likewise.
6134 * README: Document `gdb_init_command' and `gdb_init_commands'.
6135
218c2655
JK
61362014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6137
6138 Fix false FAIL running under a very long directory name.
6139 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
6140 and "set print elements 10000". Twice.
6141
5401fde3
YQ
61422014-07-11 Yao Qi <yao@codesourcery.com>
6143
6144 * gdb.base/exprs.exp: "set print symbol off".
6145
e76126e8
PA
61462014-07-11 Pedro Alves <palves@redhat.com>
6147
6148 * gdb.threads/kill.c: New file.
6149 * gdb.threads/kill.exp: New file.
6150
2d6f0de6
YQ
61512014-07-10 Yao Qi <yao@codesourcery.com>
6152
6153 * gdb.trace/tfile.c (write_basic_trace_file)
6154 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
6155 address written to trace file.
6156
7180e04a
PA
61572014-07-09 Pedro Alves <palves@redhat.com>
6158
6159 * gdb.base/attach-wait-input.exp: New file.
6160 * gdb.base/attach-wait-input.c: New file.
6161
9a9a7608
AB
61622014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6163
6164 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
6165 setting up test structures.
6166 (main): Call new test function.
6167 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
6168 test function, continue into test function and walk test
6169 structures.
6170
161ac41e
YQ
61712014-07-02 Yao Qi <yao@codesourcery.com>
6172
6173 * gdb.trace/entry-values.c: Define labels 'foo_start' and
6174 'bar_start' at the beginning of functions 'foo' and 'bar'
6175 respectively.
6176 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
6177 instead of 'foo' and 'bar'.
6178
1f267ae3
MM
61792014-07-08 Markus Metzger <markus.t.metzger@intel.com>
6180
6181 * gdb.btrace/segv.exp: New.
6182 * gdb.btrace/segv.c: New.
6183
2b239efb
LM
61842014-07-02 Luis Machado <lgustavo@codesourcery.com>
6185
6186 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
6187 instruction.
6188
cf363f18
MW
61892014-06-30 Mark Wielaard <mjw@redhat.com>
6190
6191 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
6192 vulture, vilify, villar): New volatile array constants.
6193 (vindictive, vegetation): New const volatile array constants.
6194 * gdb.base/volatile.exp: Test volatile and const volatile array
6195 types.
6196
aebf9d24
AA
61972014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6198
6199 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
6200 target lacks support for awatch, rwatch, or hbreak.
6201
b67a2c6f
YQ
62022014-06-27 Yao Qi <yao@codesourcery.com>
6203
6204 * gdb.multi/dummy-frame-restore.exp: New.
6205 * gdb.multi/dummy-frame-restore.c: New.
6206
aef92902
MM
62072014-06-25 Markus Metzger <markus.t.metzger@intel.com>
6208
6209 * gdb.btrace/gcore.exp: New.
6210
8e9db26e
PA
62112014-06-23 Pedro Alves <palves@redhat.com>
6212
6213 * gdb.base/watchpoint-reuse-slot.c: New file.
6214 * gdb.base/watchpoint-reuse-slot.exp: New file.
6215
70afc5b7
SC
62162014-06-23 Siva Chandra Reddy <sivachandra@google.com>
6217
6218 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
6219 progspace's filename in 'info', 'enable' and 'disable' command
6220 tests.
6221
b972bd9c
JK
62222014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6223
6224 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
6225 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6226 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
6227
125f8a3d
GB
62282014-06-20 Gary Benson <gbenson@redhat.com>
6229
6230 * gdb.arch/i386-avx.exp: Fix include file location.
6231 * gdb.arch/i386-sse.exp: Likewise.
6232
3ed9baed
IB
62332014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
6234
6235 * gdb.dlang/expression.exp: New file.
6236
034f788c
PA
62372014-06-19 Pedro Alves <palves@redhat.com>
6238
6239 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
6240 out from ...
6241 (top level): ... here. Iterate running tests under different
6242 scheduler-locking settings.
6243
45371d0c
LM
62442014-06-18 Luis Machado <lgustavo@codesourcery.com>
6245
6246 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
6247 to DW_FORM_addr and use non-zero addresses.
6248
5d376983
SC
62492014-06-18 Siva Chandra Reddy <sivachandra@google.com>
6250
6251 PR gdb/17017
6252 * gdb.python/py-xmethods.cc: Add global function call counters and
6253 increment them in their respective functions. Remove "cout"
6254 statements.
6255 * gdb.python/py-xmethods.exp: Make tests check the global function
6256 call counters instead of depending on inferior IO.
6257
a1aa2221
LM
62582014-06-18 Don Breazeal <donb@codesourcery.com>
6259
6260 * gdb.base/foll-fork.exp (default_fork_parent_follow):
6261 Deleted procedure.
6262 (explicit_fork_parent_follow): Deleted procedure.
6263 (explicit_fork_child_follow): Deleted procedure.
6264 (test_follow_fork): New procedure.
6265 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 6266 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
6267 procedure calls.
6268
0fc05997
YQ
62692014-06-17 Yao Qi <yao@codesourcery.com>
6270
6271 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
6272 CP1252.
6273
70795c52
LM
62742014-06-17 Luis Machado <lgustavo@codesourcery.com>
6275
6276 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
6277 Initialize ptr and S explicitly.
6278 (skip_type_update_when_not_use_rtti_test): Likewise.
6279
6be47f0c
KS
62802014-06-16 Keith Seitz <keiths@redhat.com>
6281
6282 PR mi/15863
6283 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
6284 the inferior is started.
6285
d03de421
PA
62862014-06-16 Pedro Alves <palves@redhat.com>
6287
6288 * gdb.base/break-main-file-remove-fail.c: New file.
6289 * gdb.base/break-main-file-remove-fail.exp: New file.
6290 * gdb.base/break-unload-file.exp: Use build_executable instead of
6291 prepare_for_testing.
6292 (test_break): New parameter "initial_load". Handle it.
6293 (top level): Add initial_load cmdline/file axis.
6294
f9579b99
TT
62952014-06-12 Tom Tromey <tromey@redhat.com>
6296
6297 * gdb.base/completion.exp: Don't use directory name in test.
6298
3657956b
GB
62992014-06-09 Gary Benson <gbenson@redhat.com>
6300
6301 * gdb.base/sigall.c [Functions to send signals]: Reorder to
6302 separate the always-available ANSI-standard signals from the
6303 signals that require checking.
6304 (main): Likewise.
6305 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
6306 Likewise.
6307 (main): Likewise.
6308
4186eb54
KS
63092014-06-07 Keith Seitz <keiths@redhat.com>
6310
6311 Revert:
6312 PR c++/16253
6313 * gdb.cp/var-tag.cc: New file.
6314 * gdb.cp/var-tag.exp: New file.
6315 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6316 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6317 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6318 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6319
25326a28 63202014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
6321
6322 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
6323
829155c9
PA
63242014-06-06 Pedro Alves <palves@redhat.com>
6325
6326 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
6327 in target debug output instead of looking at RSP packets,
6328 disabling the test on any target that uses hardware stepping.
6329 Update comments.
6330
61c8d22e
PA
63312014-06-06 Pedro Alves <palves@redhat.com>
6332
6333 * gdb.base/break-unload-file.exp: Fix typo.
6334
d9a47287
YQ
63352014-06-06 Yao Qi <yao@codesourcery.com>
6336
6337 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
6338 from "jit_function" to "^jit_function".
6339
e5e01dbf
YQ
63402014-06-06 Yao Qi <yao@codesourcery.com>
6341
6342 * gdb.base/async.c (foo): Add one statement.
6343 * gdb.base/async.exp: Get the next instruction address and
6344 match the output of "nexti" by instruction address. Match
6345 the hex address in the output of "finish".
6346
73ba372c
GB
63472014-06-06 Gary Benson <gbenson@redhat.com>
6348
6349 * gdb.base/call-signals.c: Remove preprocessor conditionals
6350 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
6351 SIGSEGV and SIGTERM.
6352 * gdb.base/sigall.c: Likewise.
6353 * gdb.base/unwindonsignal.c: Likewise.
6354 * gdb.reverse/sigall-reverse.c: Likewise.
6355
831517df
YQ
63562014-06-06 Yao Qi <yao@codesourcery.com>
6357
6358 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
6359 readable, skip the test.
6360
b8b91e98
YQ
63612014-06-06 Yao Qi <yao@codesourcery.com>
6362
6363 * gdb.threads/staticthreads.c (thread_function): Move the line
6364 setting breakpoint on forward.
6365 * gdb.threads/staticthreads.exp: Update comments.
6366
fb934770
LC
63672014-06-05 Ludovic CourtĂšs <ludo@gnu.org>
6368
6369 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
6370 "history-append! type error".
6371
6ef284bd
SM
63722014-06-05 Simon Marchi <simon.marchi@ericsson.com>
6373
6374 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
6375 erroneous dprintf expected input.
6376
a872e241
DE
63772014-06-04 Doug Evans <xdje42@gmail.com>
6378
6379 * gdb.guile/scm-generics.exp: Delete.
6380
16f691fb
DE
63812014-06-04 Doug Evans <xdje42@gmail.com>
6382
6383 * gdb.guile/scm-breakpoint.exp: Update.
6384 Add tests for breakpoint registration.
6385
012370f6
TT
63862014-06-04 Tom Tromey <tromey@redhat.com>
6387
6388 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
6389 VLA-in-union.
6390 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
6391 inner_vla_struct, vla_union types. Initialize objects of those
6392 types and compute their sizes.
6393
9f5a4cef
HZ
63942014-06-04 Nathan Sidwell <nathan@codesourcery.com>
6395 Hui Zhu <hui@codesourcery.com>
6396
6397 * gdb.base/fileio.exp: Add test for shell not available as well as
6398 available.
6399 * gdb.base/fileio.c (test_system): Check for shell twice.
6400
90a45c4d
YQ
64012014-06-04 Yao Qi <yao@codesourcery.com>
6402
6403 * gdb.base/auto-connect-native-target.exp: Remove redundant
6404 space from the regexp pattern.
6405
70017e41
YQ
64062014-06-04 Yao Qi <yao@codesourcery.com>
6407
6408 * gdb.base/default.exp: Replace "child" with "native" in
6409 regexp pattern.
6410
883964a7
SC
64112014-06-03 Siva Chandra Reddy <sivachandra@google.com>
6412
6413 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
6414 * gdb.python/py-xmethods.exp: New tests to test xmethods.
6415 * gdb.python/py-xmethods.py: Python script supporting the
6416 new testcase and tests.
6417
ef370185
JB
64182014-06-03 Joel Brobecker <brobecker@adacore.com>
6419 Pedro Alves <palves@redhat.com>
6420
6421 PR breakpoints/17000
6422 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
6423 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
6424
1e2ccb61
BM
64252014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
6426
6427 * gdb.base/subst.exp: Add tests to verify partial path matching
6428 output.
6429
c6ec5ab2
PA
64302014-06-03 Pedro Alves <palves@redhat.com>
6431
6432 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
6433 target that doesn't use software single-stepping.
6434
835c559f
PA
64352014-06-03 Pedro Alves <palves@redhat.com>
6436
6437 PR breakpoints/17000
6438 * gdb.base/sss-bp-on-user-bp-2.c: New file.
6439 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
6440
06eb1586
DE
64412014-06-02 Doug Evans <xdje42@gmail.com>
6442
6443 * gdb.guile/scm-parameter.exp: New file.
6444
e698b8c4
DE
64452014-06-02 Doug Evans <xdje42@gmail.com>
6446
6447 * gdb.guile/scm-cmd.c: New file.
6448 * gdb.guile/scm-cmd.exp: New file.
6449
ded03782
DE
64502014-06-02 Doug Evans <xdje42@gmail.com>
6451
6452 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
6453 pretty-printer lookup.
6454 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
6455 (make-pp_s-printer): Call it.
6456 (make-pretty-printer-from-dict): New function.
6457 (lookup-pretty-printer-maker-from-dict): New function.
6458 (*pretty-printer*): Simplify.
6459 (make-objfile-pp_s-printer): New function.
6460 (install-objfile-pretty-printers!): New function.
6461 (make-progspace-pp_s-printer): New function.
6462 (install-progspace-pretty-printers!): New function.
6463 * gdb.guile/scm-progspace.c: New file.
6464 * gdb.guile/scm-progspace.exp: New file.
6465
41fac0cf
PA
64662014-06-02 Pedro Alves <palves@redhat.com>
6467
6468 * gdb.base/dprintf-bp-same-addr.c: New file.
6469 * gdb.base/dprintf-bp-same-addr.exp: New file.
6470
96ae5695
EBM
64712014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6472
6473 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
6474 * gdb.arch/powerpc-power.s: Likewise.
6475
da02b3a8
JB
64762014-06-02 Joel Brobecker <brobecker@adacore.com>
6477
6478 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
6479
c72b2e7b
YQ
64802014-06-01 Yao Qi <yao@codesourcery.com>
6481
6482 * gdb.base/watchpoint.exp (test_watch_location): Check null
6483 pointer can be dereferenced. If not, do the test, otherwise
6484 skip it.
6485
53e8a631
AB
64862014-05-30 Andrew Burgess <aburgess@broadcom.com>
6487
6488 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
6489 results.
6490 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
6491
938f0e2f
AB
64922014-05-30 Andrew Burgess <aburgess@broadcom.com>
6493
6494 * gdb.arch/amd64-invalid-stack-middle.S: New file.
6495 * gdb.arch/amd64-invalid-stack-middle.c: New file.
6496 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
6497 * gdb.arch/amd64-invalid-stack-top.c: New file.
6498 * gdb.arch/amd64-invalid-stack-top.exp: New file.
6499
9ba6657a
PA
65002014-05-30 Pedro Alves <palves@redhat.com>
6501
6502 PR breakpoints/17000
6503 * gdb.base/sss-bp-on-user-bp.c: New file.
6504 * gdb.base/sss-bp-on-user-bp.exp: New file.
6505
522c09bf
DB
65062014-05-30 David Blaikie <dblaikie@gmail.com>
6507
6508 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
6509 gnu_inline semantics via attribute.
6510 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
6511 source explicitly specifies the required semantics.
6512
bf4ef81e
MR
65132014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
6514
6515 * gdb.reverse/sigall-reverse.exp: Fix a typo.
6516
329ea579
PA
65172014-05-29 Pedro Alves <palves@redhat.com>
6518 Tom Tromey <tromey@redhat.com>
6519
6520 * gdb.base/async-shell.exp: Don't enable target-async.
6521 * gdb.base/async.exp
6522 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
6523 parameter. Adjust.
6524 (top level): Don't test with "target-async".
6525 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
6526 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
6527 * gdb.base/inferior-died.exp: Don't enable target-async.
6528 * gdb.base/interrupt-noterm.exp: Likewise.
6529 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
6530 * gdb.mi/mi-nonstop-exit.exp: Likewise.
6531 * gdb.mi/mi-nonstop.exp: Likewise.
6532 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6533 * gdb.mi/mi-nsintrall.exp: Likewise.
6534 * gdb.mi/mi-nsmoribund.exp: Likewise.
6535 * gdb.mi/mi-nsthrexec.exp: Likewise.
6536 * gdb.mi/mi-watch-nonstop.exp: Likewise.
6537 * gdb.multi/watchpoint-multi.exp: Adjust comment.
6538 * gdb.python/py-evsignal.exp: Don't enable target-async.
6539 * gdb.python/py-evthreads.exp: Likewise.
6540 * gdb.python/py-prompt.exp: Likewise.
6541 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
6542 * gdb.server/solib-list.exp: Don't enable target-async.
6543 * gdb.threads/thread-specific-bp.exp: Likewise.
6544 * lib/mi-support.exp: Adjust to use mi-async.
6545
fd664c91
PA
65462014-05-29 Pedro Alves <palves@redhat.com>
6547
6548 PR gdb/13860
6549 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
6550 reason, even in sync mode.
6551
251bde03
PA
65522014-05-29 Pedro Alves <palves@redhat.com>
6553 Hui Zhu <hui@codesourcery.com>
6554
6555 PR PR15693
6556 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
6557 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
6558 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
6559 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
6560
7f3c0343
JB
65612014-05-28 Joel Brobecker <brobecker@adacore.com>
6562
6563 * config/monitor.exp (gdb_target_monitor): Replace use of
6564 "set remotebaud" by "set serial baud".
6565
b2715b27
AW
65662014-05-26 Andy Wingo <wingo@igalia.com>
6567
6568 * gdb.guile/scm-breakpoint.exp:
6569 * gdb.guile/scm-gsmob.exp: Update to use plain old object
6570 properties instead of gdb-object-properties.
6571
498a4489
YQ
65722014-05-26 Yao Qi <yao@codesourcery.com>
6573
6574 * gdb.server/no-thread-db.exp: Specify source file name
6575 explicitly when setting a breakpoint.
6576
589fdceb
MM
65772014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6578
6579 * gdb.btrace/vdso.c: New.
6580 * gdb.btrace/vdso.exp: New.
6581
e9089e05
MM
65822014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6583
6584 * gdb.base/gcore.exp (capture_command_output): Move ...
6585 * lib/gdb.exp (capture_command_output): ... here.
6586
67b5c0c1
MM
65872014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6588
6589 * gdb.btrace/data.exp: Test memory access during btrace replay.
6590
a2199296
SM
65912014-05-22 Simon Marchi <simon.marchi@ericsson.com>
6592
6593 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
6594
17b2616c
PA
65952014-05-21 Pedro Alves <palves@redhat.com>
6596
6597 PR gdb/13860
6598 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
6599 (top level): Test that output related to execution commands is
6600 sent to the console with CLI commands, but not with MI commands.
6601 Test that breakpoint events are always mirrored to the console.
6602 Also expect the new source line to be output after a "next" in
6603 async mode too. Make it a pass/fail test.
6604 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
6605 output.
6606 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
6607
5166082f
PA
66082014-05-21 Pedro Alves <palves@redhat.com>
6609
6610 * gdb.base/list.exp (build_pattern, test_list): New procedures.
6611 Use them to test variations of "list" after reaching a breakpoint.
6612 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
6613 Test "list" with listsize 10 after reaching a breakpoint.
6614 * gdb.python/python.exp (decode_line current location line
6615 number): Adjust expected line number.
6616
2f25d70f
SM
66172014-05-21 Simon Marchi <simon.marchi@ericsson.com>
6618
6619 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
6620 behavior for $args, pass it directly to "run".
6621
ff604a67
MR
66222014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
6623
6624 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
6625 30000 to 65536.
6626
6a3cb8e8
PA
66272014-05-21 Pedro Alves <palves@redhat.com>
6628
6629 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
6630 auto-connect-native-target off".
6631 * gdb.base/auto-connect-native-target.c: New file.
6632 * gdb.base/auto-connect-native-target.exp: New file.
6633
4ebfc96e
PA
66342014-05-21 Pedro Alves <palves@redhat.com>
6635
6636 * gdb.base/default.exp: Test "target native" instead of "target
6637 child".
6638
36d46afb
MW
66392014-05-21 Mark Wielaard <mjw@redhat.com>
6640
6641 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6642
5876f503
JK
66432014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6644
6645 Fix TLS access for -static -pthread.
6646 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
6647 <HAVE_TLS> (thread_function, main): Initialize it.
6648 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
6649 Add clean_restart.
6650 <$have_tls != "">: Check TLSVAR.
6651
0256a6ac
PA
66522014-05-21 Pedro Alves <palves@redhat.com>
6653
6654 * gdb.base/dcache-line-read-error.c: New.
6655 * gdb.base/dcache-line-read-error.exp: New.
6656
936d2992
PA
66572014-05-20 Pedro Alves <palves@redhat.com>
6658
6659 * gdb.base/compare-sections.c: New file.
6660 * gdb.base/compare-sections.exp: New file.
6661
802e8e6d
PA
66622014-05-20 Pedro Alves <palves@redhat.com>
6663
6664 * gdb.base/break-idempotent.c: New file.
6665 * gdb.base/break-idempotent.exp: New file.
6666
e59fa00f
MM
66672014-05-20 Markus Metzger <markus.t.metzger@intel.com>
6668
6669 * gdb.btrace/nohist.exp: New.
6670
8b696e31
YQ
66712014-05-20 Yao Qi <yao@codesourcery.com>
6672
6673 * lib/gdb.exp (gdb_init): Set timeout if test file is under
6674 gdb.reverse directory and gdb_reverse_timeout exists in board
6675 setting.
6676 * README: Document gdb_reverse_timeout.
6677
73c9764f
YQ
66782014-05-20 Yao Qi <yao@codesourcery.com>
6679
6680 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
6681 'test_file_name'. Treat args as a string instead of a list.
6682 (gdb_init): Rename argument 'args' by 'test_file_name'.
6683
f1f4348a
JK
66842014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6685
6686 * gdb.arch/powerpc-power.exp: New file.
6687 * gdb.arch/powerpc-power.s: New file.
6688
0dbe70ce
DE
66892014-05-16 Doug Evans <dje@google.com>
6690
6691 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
6692 * gdb.base/completion.exp: Check that all expected files exist
6693 before doing file completion.
0dbe70ce 6694
8d551b02
DE
66952014-05-16 Doug Evans <dje@google.com>
6696
6697 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
6698 Update.
6699 (do_syscall_tests_without_xml): Update.
6700
73eb7709
PA
67012014-05-16 Pedro Alves <palves@redhat.com>
6702
6703 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
6704 instead of "unknown output after running".
6705
3fae92fc
YQ
67062014-05-16 Yao Qi <yao@codesourcery.com>
6707
6708 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
6709 file1.txt from host at the end.
6710 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6711
c2b2ccc5
DE
67122014-05-15 Doug Evans <dje@google.com>
6713
6714 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
6715 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
6716 loading file. Add test for TU lookup.
6717
8c217a4b
SM
67182014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6719
6720 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
6721 calling "-exec-arguments" or "set args" before running the
6722 inferior.
6723
3deb39c6
SM
67242014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6725
6726 * lib/mi-support.exp (mi_expect_stop): Expect message for
6727 inferiors that exit with non-zero exit code.
6728
71a79f8c
YQ
67292014-05-14 Yao Qi <yao@codesourcery.com>
6730
6731 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
6732 match absolute path on remote host.
6733 (test_file_list_exec_source_files): Remove "/" from the
6734 pattern.
6735
f23fcd46
YQ
67362014-05-14 Yao Qi <yao@codesourcery.com>
6737
6738 * boards/local-remote-host-notty.exp (${board}_file): New
6739 proc.
6740
9404b58f
KM
67412014-05-07 Kyle McMartin <kyle@redhat.com>
6742
6743 Pushed by Joel Brobecker <brobecker@adacore.com>.
6744 * gdb.arch/aarch64-atomic-inst.c: New file.
6745 * gdb.arch/aarch64-atomic-inst.exp: New file.
6746
5e45f04c
YQ
67472014-05-07 Yao Qi <yao@codesourcery.com>
6748
6749 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
6750 in current context" too.
6751
c888a17d
KS
67522014-05-05 Keith Seitz <keiths@redhat.com>
6753
6754 * gdb.linespec/ls-dollar.exp: Add test for linespec
6755 file:convenience_variable.
6756
290a839c
YQ
67572014-05-05 Yao Qi <yao@codesourcery.com>
6758
6759 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
6760 traceframes into tfile and ctf trace files. Read data from
6761 trace file and test collected data.
6762 (gdb_collect_locals_test): Likewise.
6763 (gdb_unavailable_registers_test): Likewise.
6764 (gdb_unavailable_floats): Likewise.
6765 (gdb_collect_globals_test): Likewise.
6766 (top-level): Append "ctf" to trace_file_targets if GDB
6767 supports.
6768
b5262cd0
YQ
67692014-05-05 Yao Qi <yao@codesourcery.com>
6770
6771 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
6772 code to ...
6773 (gdb_collect_args_test_1): ... it. New proc.
6774 (gdb_collect_locals_test): Move some code to ...
6775 (gdb_collect_locals_test_1): ... it. New proc.
6776 (gdb_unavailable_registers_test): Move some code to ...
6777 (gdb_unavailable_registers_test_1): ... it. New proc.
6778 (gdb_unavailable_floats): Move some code to ...
6779 (gdb_unavailable_floats_1): ... it. New proc.
6780
30a1e6cc
SDJ
67812014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6782
6783 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
6784 probes to test for bitness recognition.
6785 * gdb.arch/amd64-stap-optional-prefix.exp
6786 (test_probe_value_without_reg): New procedure.
6787 Add code to test for different kinds of bitness.
6788
f33da99a
SDJ
67892014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6790
6791 PR breakpoints/16889
6792 * gdb.arch/amd64-stap-optional-prefix.S: New file.
6793 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6794
5b80f00d
PA
67952014-05-01 Pedro Alves <palves@redhat.com>
6796
6797 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
6798 gdb_file_cmd if no file is specified.
6799 * boards/native-extended-gdbserver.exp (gdb_load): Use the
6800 last_loaded_file to set the remote exec-file.
6801
f8c2a73c
PA
68022014-05-01 Pedro Alves <palves@redhat.com>
6803
6804 * boards/local-remote-host.exp: New file.
6805
be6e8ac7
PA
68062014-05-01 Pedro Alves <palves@redhat.com>
6807
6808 * boards/local-remote-host.exp: Rename to ...
6809 * boards/local-remote-host-notty.exp: ... this.
6810
cac0dc8f
JB
68112014-04-28 Joel Brobecker <brobecker@adacore.com>
6812
6813 * gdb.ada/dyn_arrayidx: New testcase.
6814
9730e6cc
YQ
68152014-04-26 Yao Qi <yao@codesourcery.com>
6816
6817 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
6818 and compute the length of function main. Save it in
6819 $main_length.
6820 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
6821 (top-level): Use gdb_compile to compile objects into
6822 executable and restart GDB. Remove invocation to
6823 prepare_for_testing.
6824
7ae1a6a6
PA
68252014-04-25 Simon Marchi <simon.marchi@ericsson.com>
6826 Pedro Alves <palves@redhat.com>
6827
6828 PR server/16255
6829 * gdb.multi/multi-attach.c: New file.
6830 * gdb.multi/multi-attach.exp: New file.
6831
4082afcc
PA
68322014-04-25 Pedro Alves <palves@redhat.com>
6833
6834 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
6835 user.
6836 (top level): Test that "set remote conditional-breakpoints-packet
6837 off" works as intended.
6838 * gdb.base/dprintf.exp: Test that "set remote
6839 breakpoint-commands-packet off" works as intended.
6840 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
6841 New function.
6842 (top level): Call it.
6843 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
6844 remote fast-tracepoints-packet off" works as intended.
6845 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
6846 * lib/gdb.exp (gdb_is_target_remote): ... here.
6847
2abc3f8d
DB
68482014-04-24 David Blaikie <dblaikie@gmail.com>
6849
6850 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
6851 ensure clang would not discard them.
6852 * gdb.base/gdbvars.c: Ditto.
6853 * gdb.base/memattr.c: Ditto.
6854 * gdb.base/whatis.c: Ditto.
6855 * gdb.python/py-prettyprint.c: Ditto.
6856 * gdb.trace/actions.c: Ditto.
6857 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
6858 ensure clang would not discard it.
6859
bfd39632
DB
68602014-04-24 David Blaikie <dblaikie@gmail.com>
6861
6862 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
6863 clang to emit the full definition of type required by the test
6864 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
6865
22842ff6
DB
68662014-04-24 David Blaikie <dblaikie@gmail.com>
6867
6868 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
6869 coax Clang into emitting the definition of the type.
6870 * gdb.cp/pr10728-x.h (y): Ditto.
6871 * gdb.cp/pr10728-y.cc (y): Ditto.
6872
c2e827ad
DB
68732014-04-24 David Blaikie <dblaikie@gmail.com>
6874
6875 * gdb.base/label.exp: XFAIL label related tests under Clang.
6876 * gdb.cp/cplabel.exp: Ditto.
6877 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
6878 under Clang those using labels.
6879
4c2d33e7
YQ
68802014-04-25 Yao Qi <yao@codesourcery.com>
6881
6882 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
6883 double_label.
6884 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
6885 partial_label and double_label.
6886
56083b99
DB
68872014-04-24 David Blaikie <dblaikie@gmail.com>
6888
6889 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
6890
25d4e99d
DB
68912014-04-24 David Blaikie <dblaikie@gmail.com>
6892
6893 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
6894 of the function to work across GCC and Clang.
6895 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
6896 pointer types (const void ** const V void **).
6897
01f9f808
MS
68982014-04-24 Michael Sturm <michael.sturm@mintel.com>
6899 Walfred Tedeschi <walfred.tedeschi@intel.com>
6900
6901 * Makefile.in (EXECUTABLES): Added i386-avx512.
6902 * gdb.arch/i386-avx512.c: New file.
6903 * gdb.arch/i386-avx512.exp: Likewise.
6904
4b48d439
KS
69052014-04-23 Keith Seitz <keiths@redhat.com>
6906
6907 * lib/mi-support.exp (mi_list_breakpoints): Delete.
6908 (mi_make_breakpoint_table): New procedure.
6909 (mi_create_breakpoint): Use mi_make_breakpoint
6910 and return the result.
6911 (mi_make_breakpoint): New procedure.
6912 (mi_build_kv_pairs): New procedure.
6913
6914 * gdb.mi/mi-break.exp: Remove unused globals,
6915 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
6916 All callers updated.
6917 * gdb.mi/mi-dprintf.exp: Use variable to track command
6918 number.
6919 Update all callers of mi_create_breakpoint and use
6920 mi_make_breakpoint_table.
6921 Remove any unused global variables.
6922 * gdb.mi/mi-nonstop.exp: Likewise.
6923 * gdb.mi/mi-nsintrall.exp: Likewise.
6924 * gdb.mi/mi-nsmoribund.exp: Likewise.
6925 * gdb.mi/mi-nsthrexec.exp: Likewise.
6926 * gdb.mi/mi-reverse.exp: Likewise.
6927 * gdb.mi/mi-simplerun.exp: Likewise.
6928 * gdb.mi/mi-stepn.exp: Likewise.
6929 * gdb.mi/mi-syn-frame.exp: Likewise.
6930 * gdb.mi/mi-until.exp: Likewise.
6931 * gdb.mi/mi-var-cp.exp: Likewise.
6932 * gdb.mi/mi-var-display.exp: Likewise.
6933 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
6934 * gdb.mi/mi2-var-child.exp: Likewise.
6935 * gdb.mi/mi-vla-c99.exp: Likewise.
6936 * lib/mi-support.exp: Likewise.
6937
6938 From Ian Lance Taylor <iant@cygnus.com>:
6939 * lib/gdb.exp (parse_args): New procedure.
6940
08351840
PA
69412014-04-23 Pedro Alves <palves@redhat.com>
6942
6943 * gdb.base/break-unload-file.c: New file.
6944 * gdb.base/break-unload-file.exp: New file.
6945 * gdb.base/sym-file-lib.c (baz): New function.
6946 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
6947 field.
6948 (load): Store the segment's mapped size.
6949 (unload): New function.
6950 (unload_shlib): New function.
6951 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
6952 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
6953 set a breakpoint at baz, and call it.
6954 * gdb.base/sym-file.exp: New tests for stale breakpoint
6955 instructions.
6956
076855f9
PA
69572014-04-23 Pedro Alves <palves@redhat.com>
6958
6959 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
6960 * gdb.base/hbreak-in-shr-unsupported.c: New file.
6961 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
6962 * gdb.base/hbreak-unmapped.c: New file.
6963 * gdb.base/hbreak-unmapped.exp: New file.
6964 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
6965 * lib/gdb.exp (gdb_is_target_remote): ... here.
6966
483805cf
PA
69672014-04-22 Pedro Alves <palves@redhat.com>
6968
6969 * gdb.base/consecutive-step-over.c: New file.
6970 * gdb.base/consecutive-step-over.exp: New file.
6971
06d97543
PA
69722014-04-22 Pedro Alves <palves@redhat.com>
6973
6974 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
6975 instead of send_gdb/gdb_expect.
6976
b4429ea2
YQ
69772014-04-22 Yao Qi <yao@codesourcery.com>
6978
6979 * lib/trace-support.exp (generate_tracefile): New procedure.
6980 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
6981 return 0.
6982 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
6983 if generate_tracefile returns 1.
6984
51d48146
PA
69852014-04-18 Tom Tromey <palves@redhat.com>
6986 Pedro alves <tromey@redhat.com>
6987
6988 PR backtrace/15558
6989 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
6990 with a backtrace limit.
6991 * gdb.python/py-frame-inline.exp: Test running to an inline
6992 function with a backtrace limit, and printing the newest frame.
6993 * gdb.python/py-frame-inline.c (main): Call f.
6994
bd1dce5f
MS
69952014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6996
6997 * gdb.java/jnpe.exp: Drop srcdir from untested path.
6998
40d1a503
MS
69992014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7000
7001 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
7002 Drop prefix from unsupported source file path.
7003
389b98f7
YQ
70042014-04-17 Yao Qi <yao@codesourcery.com>
7005
7006 * lib/gdb.exp (with_target_charset): New proc.
7007 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
7008 with_target_charset.
7009 (test_print_strings): Likewise.
7010 (test_repeat_bytes): Likewise.
7011 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
7012 for some tests.
7013
22869d73
KS
70142014-04-16 Keith Seitz <keiths@redhat.com>
7015
7016 PR gdb/15827
7017 * gdb.dwarf2/corrupt.c: New file.
7018 * gdb.dwarf2/corrupt.exp: New file.
7019
c4f87ca6
KS
70202014-04-16 Keith Seitz <keiths@redhat.com>
7021
7022 PR c++/16597
7023 * gdb.cp/namelessclass.cc: New file.
7024 * gdb.cp/namelessclass.exp: New file.
7025 * gdb.cp/namelessclass.S: New file.
7026
ab19de87
DE
70272014-04-16 Doug Evans <dje@google.com>
7028
7029 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
7030 Add comment.
7031 (gdbserver_default_get_comm_port): New function.
7032 (gdbserver_start): Check if board file provided
7033 "gdbserver,get_comm_port" and use it if so.
7034 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
7035 (gdb,socketport): Set to "stdio".
7036 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
7037 (stdio_gdbserver_template): Delete.
7038 (${board}_get_remote_address): Update.
7039 (${board}_build_remote_cmd): Delete.
7040 (${board}_get_comm_port): New function.
7041 (${board}_spawn): Update.
7042 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
7043 Delete.
7044 (${board}_get_remote_address): Update.
7045 (${board}_get_comm_port): New function.
7046
fc98a809
AB
70472014-04-16 Andrew Burgess <aburgess@broadcom.com>
7048
7049 * gdb.base/memattr.exp: Improve regexps to handle memory regions
7050 appearing in any order.
7051
87fd9e6e
DE
70522014-04-15 Doug Evans <dje@google.com>
7053
7054 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
7055 uninitialized value of "description".
7056
099fc3ea
KS
70572014-04-15 Keith Seitz <keiths@redhat.com>
7058
7059 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
7060 Remove unused globals.
7061 (test_running_the_program): Likewise.
7062 (test_controlled_execution): Likewise.
7063 (test_controlling_breakpoints): Likewise.
7064 (test_program_termination): Likewise.
7065
5da151d4
KS
70662014-04-15 Keith Seitz <keiths@redhat.com>
7067
7068 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
7069 unused globals.
7070 (test_rbreak_creation_and_listing): Likewise.
7071 (test_ignore_count): Likewise.
7072 (test_error): Likewise.
7073
35e5d2f0
PA
70742014-04-15 Pedro Alves <palves@redhat.com>
7075
7076 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
7077 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
7078 sym-file-loader.c.
7079 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7080 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7081 to sym-file-loader.c.
7082 (struct library): Forward declare.
7083 (load_shlib, lookup_function): Change prototypes.
7084 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7085 (translate_offset): Remove declarations.
7086 (get_text_addr): New declaration.
7087 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
7088 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
7089 sym-file-loader.h.
7090 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7091 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7092 here from sym-file-loader.h.
7093 (struct library): New structure.
7094 (load_shlib, lookup_function): Change prototypes and adjust to
7095 work with a struct library.
7096 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7097 (translate_offset): Make static.
7098 (get_text_addr): New function.
7099 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
7100
eb4c1710
PA
71012014-04-15 Pedro Alves <palves@redhat.com>
7102
7103 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
7104
2d1baf52
PA
71052014-04-15 Pedro Alves <palves@redhat.com>
7106
7107 * gdb.base/sym-file-loader.c: Include <limits.h>.
7108 (SELF_LINK): New define.
7109 (get_origin): New function.
7110 (load_shlib): Use it.
7111 * gdb.base/sym-file.exp: Don't early return if the target is
7112 remote. Use runto_main, and issue fail is that fails. Use
7113 gdb_load_shlibs.
7114 (shlib_name): Delete.
7115 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
7116
7dd6df01
PA
71172014-04-15 Pedro Alves <palves@redhat.com>
7118
7119 * gdb.base/sym-file.exp: Remove regex characters from test
7120 message. Don't refer to breakpoint numbers in test messages.
7121
b50c8614
KS
71222014-04-14 Keith Seitz <keiths@redhat.com>
7123
7124 PR c++/16253
7125 * gdb.cp/var-tag.cc: New file.
7126 * gdb.cp/var-tag.exp: New file.
7127 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
7128 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
7129 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
7130 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
7131
3d567982
TT
71322014-04-14 Tom Tromey <tromey@redhat.com>
7133
7134 * gdb.cp/classes.exp (test_enums): Handle underlying type.
7135 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
7136 type.
7137 * gdb.cp/enum-class.exp: New file.
7138 * gdb.cp/enum-class.cc: New file.
7139
0626fc76
TT
71402014-04-14 Tom Tromey <tromey@redhat.com>
7141
7142 * gdb.dwarf2/enum-type.exp: New file.
7143
dca325b3
SA
71442014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7145
7146 * gdb.mi/mi-vla-c99.exp: New file.
7147 * gdb.mi/vla.c: New file.
7148
5854b38a
SA
71492014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7150
7151 * gdb.base/vla-datatypes.c: New file.
7152 * gdb.base/vla-datatypes.exp: New file.
7153
463bb957
SA
71542014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7155
7156 * gdb.base/vla-ptr.c: New file.
7157 * gdb.base/vla-ptr.exp: New file.
7158
3dd170be
SA
71592014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7160
7161 * gdb.dwarf2/count.exp: New file.
7162
5ecaaa66
SA
71632014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7164
7165 * gdb.base/vla-sideeffect.c: New file.
7166 * gdb.base/vla-sideeffect.exp: New file.
7167
41f1ada5
DB
71682014-04-14 David Blaikie <dblaikie@gmail.com>
7169
7170 * gdb.mi/non-stop.c: Add return value for non-void function return
7171 statement.
7172 * gdb.threads/staticthreads.c: Ditto.
7173
0be03e84
DE
71742014-04-12 Siva Chandra Reddy <sivachandra@google.com>
7175 Doug Evans <xdje42@gmail.com>
7176
7177 * gdb.guile/scm-value.c: Improve test case.
7178 * gdb.guile/scm-value.exp: Add new test.
7179
f180a1fb
DB
71802014-04-11 David Blaikie <dblaikie@gmail.com>
7181
7182 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
7183 override Clang's default.
7184
6b662e19
JB
71852014-04-11 Joel Brobecker <brobecker@adacore.com>
7186
7187 Revert the following changes (regressions):
7188
7189 * gdb.base/vla-sideeffect.c: New file.
7190 * gdb.base/vla-sideeffect.exp: New file.
7191
7192 * gdb.dwarf2/count.exp: New file.
7193
7194 * gdb.base/vla-multi.c: New file.
7195 * gdb.base/vla-multi.exp: New file.
7196
7197 * gdb.base/vla-ptr.c: New file.
7198 * gdb.base/vla-ptr.exp: New file.
7199
7200 * gdb.base/vla-datatypes.c: New file.
7201 * gdb.base/vla-datatypes.exp: New file.
7202
7203 * gdb.mi/mi-vla-c99.exp: New file.
7204 * gdb.mi/vla.c: New file.
7205
245a5f0b
KS
72062014-04-11 Keith Seitz <keiths@redhat.com>
7207
7208 PR c++/16675
7209 * gdb.cp/cpsizeof.exp: New file.
7210 * gdb.cp/cpsizeof.cc: New file.
7211
58a84dcf
SA
72122014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7213
191a8a90
JB
7214 * gdb.mi/mi-vla-c99.exp: New file.
7215 * gdb.mi/vla.c: New file.
58a84dcf 7216
c8655f75
SA
72172014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7218
7219 * gdb.base/vla-datatypes.c: New file.
7220 * gdb.base/vla-datatypes.exp: New file.
7221
024e13b4
SA
72222014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7223
7224 * gdb.base/vla-ptr.c: New file.
7225 * gdb.base/vla-ptr.exp: New file.
7226
1a237e0e
SA
72272014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7228
7229 * gdb.base/vla-multi.c: New file.
7230 * gdb.base/vla-multi.exp: New file.
7231
504f3432
SA
72322014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7233
7234 * gdb.dwarf2/count.exp: New file.
7235
3bce8237
SA
72362014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7237
191a8a90
JB
7238 * gdb.base/vla-sideeffect.c: New file.
7239 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 7240
322f9c21
YQ
72412014-04-11 Yao Qi <yao@codesourcery.com>
7242
7243 * gdb.base/completion.exp: Check file exists before running tests
7244 on file completion.
7245
d708bcd1
PA
72462014-04-10 Pedro Alves <palves@redhat.com>
7247
7248 * gdb.base/cond-eval-mode.c: New file.
7249 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
7250 prepare_for_testing to build the new file. Check result of
7251 runto_main.
7252 (test_break, test_watch): New procedures.
7253 (top level): Use them.
7254
ae1d2761
PM
72552014-04-08 Pierre Muller <muller@sourceware.org>
7256
7257 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
7258 Ctrl-V use for mingw hosts.
7259
7af389b8
SC
72602014-04-07 Siva Chandra Reddy <sivachandra@google.com>
7261
7262 * gdb.python/py-value.c: Improve test case.
7263 * gdb.python/py-value.exp: Add new test.
7264
5e703181
DE
72652014-04-07 David Blaikie <dblaikie@gmail.com>
7266
7267 * lib/compiler.c: Identify the clang compiler.
7268 * lib/compiler.cc: Ditto.
7269
9810b410
YQ
72702014-04-03 Yao Qi <yao@codesourcery.com>
7271
7272 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
7273
98d1b8dc
AB
72742014-04-01 Anton Blanchard <anton@samba.org>
7275
7276 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
7277 messages unique.
7278
3114cea1
AB
72792014-04-01 Anton Blanchard <anton@samba.org>
7280
7281 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
7282 prepare_for_testing.
7283
62f7182c
AB
72842014-04-01 Anton Blanchard <anton@samba.org>
7285
7286 * gdb.arch/ppc64-atomic-inst.c: Remove.
7287 * gdb.arch/ppc64-atomic-inst.S: New file.
7288 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
7289
770e7fc7
DE
72902014-03-31 Doug Evans <dje@google.com>
7291
7292 * gdb.base/print-symbol-loading-lib.c: New file.
7293 * gdb.base/print-symbol-loading-main.c: New file.
7294 * gdb.base/print-symbol-loading.exp: New file.
7295
46e2bafa
YQ
72962014-03-31 Yao Qi <yao@codesourcery.com>
7297
7298 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
7299
8776cfe9
JB
73002014-03-28 Joel Brobecker <brobecker@adacore.com>
7301
7302 * gdb.ada/mi_dyn_arr: New testcase.
7303
5d1ef361
DE
73042014-03-27 Doug Evans <dje@google.com>
7305
7306 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
7307
b5bee914
YQ
73082014-03-27 Yao Qi <yao@codesourcery.com>
7309
7310 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
7311 if target is nios2-*-*.
7312
0d4d0e77
YQ
73132014-03-26 Yao Qi <yao@codesourcery.com>
7314
7315 * lib/gdb.exp (readline_is_used): New proc.
7316 * gdb.base/completion.exp: Move tests on command complete up.
7317 Skip the rest of tests if readline is not used.
7318 * gdb.ada/complete.exp: Skp the test if readline is not
7319 used.
7320 * gdb.base/filesym.exp: Likewise.
7321 * gdb.base/macscp.exp: Likewise.
7322 * gdb.base/readline-ask.exp: Likewise.
7323 * gdb.base/readline.exp: Likewise.
7324 * gdb.python/py-cmd.exp: Likewise.
7325 * gdb.trace/tfile.exp: Likewise.
7326
29361eee
YQ
73272014-03-26 Yao Qi <yao@codesourcery.com>
7328
7329 * gdb.base/macscp.exp: Fix code format issues.
7330
bc9a5525
UW
73312014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
7332
7333 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
7334 * gdb.asm/powerpc64le.inc: New file.
7335
d3839ede
PA
73362014-03-25 Pedro Alves <palves@redhat.com>
7337 Doug Evans <dje@google.com>
7338
7339 * gdb.base/source-execution.c: New file.
7340 * gdb.base/source-execution.exp: New file.
7341 * gdb.base/source-execution.gdb: New file.
7342
01672a57
DE
73432014-03-24 Doug Evans <dje@google.com>
7344
7345 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
7346 using fission.
7347
88bbeca9
HZ
73482014-03-24 Hui Zhu <hui@codesourcery.com>
7349 Pedro Alves <palves@redhat.com>
7350
7351 PR breakpoints/16101
7352 * gdb.base/dprintf.exp: Use unsupported rather than changing the
7353 test pass/fail messages. Detect missing support for dprintf when
7354 breakpoints are actually inserted.
7355 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
7356 breakpoints are actually inserted.
7357 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
7358 fails.
7359
d2348791
JK
73602014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7361
7362 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
7363
feef67ab
DE
73642014-03-22 Doug Evans <xdje42@gmail.com>
7365
7366 * gdb.python/python.exp (python not supported): Verify multi-line
7367 python command issues an error.
25d743f9 7368 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 7369 guile command issues an error.
feef67ab 7370
ecebef6a
MR
73712014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
7372
7373 * gdb.threads/thread-specific.exp: Handle the lack of usable
7374 $this_breakpoint and $this_thread.
7375
ccdd1909
HZ
73762014-03-21 Hui Zhu <hui@codesourcery.com>
7377
7378 * gdb.base/attach.exp (do_command_attach_tests): New.
7379
beb460e8
PA
73802014-03-20 Tom Tromey <tromey@redhat.com>
7381 Pedro Alves <palves@redhat.com>
7382
7383 PR cli/15718
7384 * gdb.base/condbreak-call-false.c: New file.
7385 * gdb.base/condbreak-call-false.exp: New file.
7386
40acf43a
PA
73872014-03-20 Pedro Alves <palves@redhat.com>
7388
7389 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
7390 Delete.
7391 (block_signals, unblock_signals): Delete.
7392 (child_function_2, main): Remove references to deleted variable
7393 and functions.
7394
9f5e1e02
PA
73952014-03-20 Pedro Alves <palves@redhat.com>
7396
7397 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
7398 Use pthread_kill to signal thread 2.
7399 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7400 Adjust to make the test send itself a signal rather than using the
7401 host's "kill" command.
7402
99619bea
PA
74032014-03-20 Pedro Alves <palves@redhat.com>
7404
7405 * gdb.threads/multiple-step-overs.c: New file.
7406 * gdb.threads/multiple-step-overs.exp: New file.
7407 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7408 Adjust expected infrun debug output.
7409
2adfaa28
PA
74102014-03-20 Pedro Alves <palves@redhat.com>
7411
7412 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
7413 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
7414
31e77af2
PA
74152014-03-20 Pedro Alves <palves@redhat.com>
7416
7417 PR breakpoints/7143
7418 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
7419 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
7420 of gdb_test_multiple.
7421 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
7422 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
7423
b9f437de
PA
74242014-03-20 Pedro Alves <palves@redhat.com>
7425
7426 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
7427 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
7428
05adc73e
PA
74292014-03-19 Pedro Alves <palves@redhat.com>
7430
7431 * gdb.base/async.exp: Remove early return.
7432
6048b950
PA
74332014-03-19 Pedro Alves <palves@redhat.com>
7434
7435 * gdb.base/async.exp (step& tests): Pass explicit test messages.
7436
8bcfb00a
PA
74372014-03-19 Pedro Alves <palves@redhat.com>
7438
7439 * gdb.base/async.exp (test_background): Expect \r\n after
7440 "completed." in the fail pattern.
7441
884e37dc
PA
74422014-03-19 Pedro Alves <palves@redhat.com>
7443
7444 * gdb.base/async.exp (test_background): New procedure.
7445 Use it for all background execution command tests.
7446
148e57e2
PA
74472014-03-19 Pedro Alves <palves@redhat.com>
7448
7449 * gdb.base/async.exp: Use prepare_for_testing.
7450
f48088c7
PA
74512014-03-19 Pedro Alves <palves@redhat.com>
7452
7453 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
7454 the same line.
7455
e2f6c966
PA
74562014-03-19 Pedro Alves <palves@redhat.com>
7457
7458 * gdb.base/async.c (main): Add "jump here" and "until here" line
7459 marker comments.
7460 * gdb.base/async.exp (jump_here): New global.
7461 (jump& test): Use it.
7462 (until_here): New global.
7463 (until& test): Use it.
7464
c30568d4
PA
74652014-03-19 Pedro Alves <palves@redhat.com>
7466
7467 * gdb.base/async.exp: Don't frob gdb_protocol.
7468
0172b6a7
DE
74692014-03-18 Doug Evans <xdje42@gmail.com>
7470
7471 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
7472 Fix spelling of exec-done-display.
7473
06c868a8
JK
74742014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7475
7476 PR gdb/15358
7477 * gdb.base/gdb-sigterm.c: New file.
7478 * gdb.base/gdb-sigterm.exp: New file.
7479
0c7e1a46
PA
74802014-03-18 Pedro Alves <palves@redhat.com>
7481
7482 PR gdb/13860
7483 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
7484 * lib/mi-support.exp (mi_expect_stop): Add special handling for
7485 solib-event.
7486
f7c77d93
JB
74872014-03-17 Joel Brobecker <brobecker@adacore.com>
7488
7489 * gdb.ada/pckd_arr_ren: New testcase.
7490
5a1e8c7a
DE
74912014-03-13 Doug Evans <xdje42@gmail.com>
7492
7493 PR guile/16612
7494 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
7495 collect after discarding symbols.
7496
350e1a76
DE
74972014-03-13 Ludovic CourtĂšs <ludo@gnu.org>
7498 Doug Evans <xdje42@gmail.com>
7499
7500 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
7501 to history survives a gc.
7502
a69900ae
PA
75032014-03-13 Pedro Alves <palves@redhat.com>
7504
7505 * gdb.base/default.exp: Don't test "target procfs".
7506
5db9f0bd
PA
75072014-03-13 Pedro Alves <palves@redhat.com>
7508
7509 * gdb.base/default.exp: Update "target child" and "target procfs"
7510 tests to not expect "Unix".
7511
b3ccfe11
TT
75122014-03-12 Tom Tromey <tromey@redhat.com>
7513
7514 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
7515 New procs. Add target-async tests.
7516 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
7517 Add target-async tests.
7518
646f4417
AA
75192014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7520
7521 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
7522 'func_start' and 'func_end' for the beginning and end of the
7523 function code, respectively.
7524 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
7525 'func_end' instead of 'func' and 'main'.
7526
288c211f
AA
75272014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7528
7529 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
7530 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
7531 generate the debug info assembler source.
7532
e0c0f156
AA
75332014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7534
7535 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
7536 * gdb.dwarf2/arr-subrange.exp: Likewise.
7537 * gdb.dwarf2/dwz.exp: Likewise.
7538 * gdb.dwarf2/method-ptr.exp: Likewise.
7539 * gdb.dwarf2/missing-sig-type.exp: Likewise.
7540 * gdb.dwarf2/subrange.exp: Likewise.
7541 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
7542 * gdb.dwarf2/implptrpiece.exp: Likewise.
7543 * gdb.dwarf2/nostaticblock.exp: Likewise.
7544
0e5c4555
AA
75452014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7546
7547 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
7548 directory to absolute path name arguments.
7549
5ec18f2b
JG
75502014-03-10 Joel Brobecker <brobecker@adacore.com>
7551
7552 * gdb.ada/tagged_access: New testcase.
7553
847fc4f2
MM
75542014-03-07 Markus Metzger <markus.t.metzger@intel.com>
7555
7556 * gdb.btrace/data.exp: Update expected output.
7557
cc3da688
YQ
75582014-03-06 Yao Qi <yao@codesourcery.com>
7559
7560 * gdb.trace/pr16508.exp: New file.
7561
0f26cec1
PA
75622014-03-05 Pedro Alves <palves@redhat.com>
7563
7564 PR gdb/16575
7565 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
7566 procedure.
7567 (top level): Adjust to use it. Add tests that exercise breakpoint
7568 interaction with the code-cache.
7569
7a5a839f
LC
75702014-02-26 Ludovic CourtĂšs <ludo@gnu.org>
7571
7572 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
7573 test for 'history-append!'.
7574
31aa7e4e
JB
75752014-02-26 Joel Brobecker <brobecker@adacore.com>
7576
7577 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
7578 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
7579 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
7580 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
7581 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
7582 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
7583
1b588015
JB
75842014-02-26 Joel Brobecker <brobecker@adacore.com>
7585
7586 * testsuite/gdb.python/py-pp-re-notag.c: New file.
7587 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
7588 * testsuite/gdb.python/py-pp-re-notag.p: New file.
7589
55426c9d
JB
75902014-02-26 Joel Brobecker <brobecker@adacore.com>
7591
7592 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
7593
dc53a7ad
JB
75942014-02-26 Joel Brobecker <brobecker@adacore.com>
7595
7596 * gdb.dwarf2/arr-stride.c: New file.
7597 * gdb.dwarf2/arr-stride.exp: New file.
7598
12ab52e9
PA
75992014-02-26 Pedro Alves <palves@redhat.com>
7600
7601 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
7602 that won't ever trigger. Make sure that GDB reports the correct
7603 breakpoint that caused the stop.
7604
849c862e
JK
76052014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7606
7607 PR gdb/16626
7608 * gdb.base/auto-load-script: New file.
7609 * gdb.base/auto-load.c: New file.
7610 * gdb.base/auto-load.exp: New file.
7611
71b7d793
JK
7612 PR gdb/16626
7613 * gdb.base/auto-load.exp: Fix out-of-srctree run.
7614
e2f0d509
JK
76152014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7616
7617 Fix dw2-icycle.exp -fsanitize=address GDB crash.
7618 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
7619
50cc37c8
DE
76202014-02-24 Doug Evans <dje@google.com>
7621
7622 * lib/gdb.exp (run_on_host): Log error output if program fails.
7623
ea4758f2
PA
76242014-02-21 Pedro Alves <palves@redhat.com>
7625
7626 * gdb.threads/step-after-sr-lock.c: Rename to ...
7627 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
7628 * gdb.threads/step-after-sr-lock.exp: Rename to ...
7629 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7630 ... this.
7631
d7b30f67
SDJ
76322014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
7633
7634 PR tdep/16397
7635 * gdb.arch/amd64-stap-special-operands.exp: New file.
7636 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
7637 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
7638 * gdb.arch/amd64-stap-triplet.S: Likewise.
7639 * gdb.arch/amd64-stap-triplet.c: Likewise.
7640
83deb43f
JB
76412014-02-20 Joel Brobecker <brobecker@adacore.com>
7642
7643 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
7644 in .section pseudo-op.
7645
adde2bff
DE
76462014-02-20 lin zuojian <manjian2006@gmail.com>
7647 Joel Brobecker <brobecker@adacore.com>
7648 Doug Evans <xdje42@gmail.com>
7649
7650 PR symtab/16581
7651 * gdb.dwarf2/dw2-icycle.S: New file.
7652 * gdb.dwarf2/dw2-icycle.c: New file.
7653 * gdb.dwarf2/dw2-icycle.exp: New file.
7654
f7bd0f78
SC
76552014-02-19 Siva Chandra Reddy <sivachandra@google.com>
7656
7657 * gdb.python/py-value-cc.cc: Improve test case to enable testing
7658 operations on gdb.Value objects.
7659 * gdb.python/py-value-cc.exp: Add new test to test operations on
7660 gdb.Value objects.
7661
c17ef0d5
DE
76622014-02-18 Doug Evans <dje@google.com>
7663
7664 * Makefile.in (TESTS): New variable.
7665 (expanded_tests, expanded_tests_or_none): New variables
7666 (check-single): Pass $(expanded_tests_or_none) to runtest.
7667 (check-parallel): Only run tests in $(TESTS) if non-empty.
7668 (check/no-matching-tests-found): New rule.
7669 * README: Document TESTS makefile variable.
7670
5dd3176f
DE
76712014-02-18 Doug Evans <dje@google.com>
7672
7673 * Makefile.in (check-parallel): rm -rf outputs temp.
7674
0b10be4f
JK
76752014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7676
7677 Fix "ERROR: no fileid for" in the testsuite.
7678 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
7679
85f224e7
DE
76802014-02-12 Doug Evans <dje@google.com>
7681
7682 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
7683 (MISCELLANEOUS): New variable.
7684 (clean): rm -rf $(MISCELLANEOUS).
7685 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
7686 dwp live in the same directory as symlinks, with each symlink pointed
7687 to a differently named file in a different directory.
7688
149b30ff
DE
76892014-02-11 Doug Evans <dje@google.com>
7690
7691 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
7692 of Tcl file commands.
7693
1dfdac32
MK
76942014-02-10 Mark Kettenis <kettenis@gnu.org>
7695
7696 * gdb.threads/step-after-sr-lock.exp: Avoid executing
7697 "kill -SIGUSR1 -1".
7698
aa4fb036
JB
76992014-02-10 Joel Brobecker <brobecker@adacore.com>
7700
7701 * gdb.ada/tick_length_array_enum_idx: New testcase.
7702
ed3ef339
DE
77032014-02-10 Doug Evans <xdje42@gmail.com>
7704
7705 * configure.ac (AC_OUTPUT): Add gdb.guile.
7706 * configure: Regenerate.
7707 * lib/gdb-guile.exp: New file.
7708 * lib/gdb.exp (get_target_charset): New function.
7709 * gdb.base/help.exp: Update expected output from "apropos apropos".
7710 * gdb.guile/Makefile.in: New file.
7711 * gdb.guile/guile.exp: New file.
7712 * gdb.guile/scm-arch.c: New file.
7713 * gdb.guile/scm-arch.exp: New file.
7714 * gdb.guile/scm-block.c: New file.
7715 * gdb.guile/scm-block.exp: New file.
7716 * gdb.guile/scm-breakpoint.c: New file.
7717 * gdb.guile/scm-breakpoint.exp: New file.
7718 * gdb.guile/scm-disasm.c: New file.
7719 * gdb.guile/scm-disasm.exp: New file.
7720 * gdb.guile/scm-equal.c: New file.
7721 * gdb.guile/scm-equal.exp: New file.
7722 * gdb.guile/scm-error.exp: New file.
7723 * gdb.guile/scm-error.scm: New file.
7724 * gdb.guile/scm-frame-args.c: New file.
7725 * gdb.guile/scm-frame-args.exp: New file.
7726 * gdb.guile/scm-frame-args.scm: New file.
7727 * gdb.guile/scm-frame-inline.c: New file.
7728 * gdb.guile/scm-frame-inline.exp: New file.
7729 * gdb.guile/scm-frame.c: New file.
7730 * gdb.guile/scm-frame.exp: New file.
7731 * gdb.guile/scm-generics.exp: New file.
7732 * gdb.guile/scm-gsmob.exp: New file.
7733 * gdb.guile/scm-iterator.c: New file.
7734 * gdb.guile/scm-iterator.exp: New file.
7735 * gdb.guile/scm-math.c: New file.
7736 * gdb.guile/scm-math.exp: New file.
7737 * gdb.guile/scm-objfile-script-gdb.in: New file.
7738 * gdb.guile/scm-objfile-script.c: New file.
7739 * gdb.guile/scm-objfile-script.exp: New file.
7740 * gdb.guile/scm-objfile.c: New file.
7741 * gdb.guile/scm-objfile.exp: New file.
7742 * gdb.guile/scm-ports.exp: New file.
7743 * gdb.guile/scm-pretty-print.c: New file.
7744 * gdb.guile/scm-pretty-print.exp: New file.
7745 * gdb.guile/scm-pretty-print.scm: New file.
7746 * gdb.guile/scm-section-script.c: New file.
7747 * gdb.guile/scm-section-script.exp: New file.
7748 * gdb.guile/scm-section-script.scm: New file.
7749 * gdb.guile/scm-symbol.c: New file.
7750 * gdb.guile/scm-symbol.exp: New file.
7751 * gdb.guile/scm-symtab-2.c: New file.
7752 * gdb.guile/scm-symtab.c: New file.
7753 * gdb.guile/scm-symtab.exp: New file.
7754 * gdb.guile/scm-type.c: New file.
7755 * gdb.guile/scm-type.exp: New file.
7756 * gdb.guile/scm-value-cc.cc: New file.
7757 * gdb.guile/scm-value-cc.exp: New file.
7758 * gdb.guile/scm-value.c: New file.
7759 * gdb.guile/scm-value.exp: New file.
7760 * gdb.guile/source2.scm: New file.
7761 * gdb.guile/types-module.cc: New file.
7762 * gdb.guile/types-module.exp: New file.
7763
7026a7c1
YQ
77642014-02-10 Yao Qi <yao@codesourcery.com>
7765
7766 PR testsuite/16543
7767 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
7768 * configure: Regenerated.
7769 * Makefile.in: New file.
7770
6c466447
AS
77712014-02-08 Andreas Schwab <schwab@linux-m68k.org>
7772
7773 * gdb.python/py-framefilter.exp: Fix typo.
7774
6e854735
YQ
77752014-02-08 Yao Qi <yao@codesourcery.com>
7776
7777 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
7778 that no =breakpoint-modified is emitted when breakpoints are
7779 modified through MI commands.
7780
d137e6dc
PA
77812014-02-07 Pedro Alves <pedro@codesourcery.com>
7782 Pedro Alves <palves@redhat.com>
7783
7784 * gdb.threads/step-after-sr-lock.c: New file.
7785 * gdb.threads/step-after-sr-lock.exp: New file.
7786
b5ee5a50
PA
77872014-02-07 Pedro Alves <palves@redhat.com>
7788
7789 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
7790
3c77faf3
JK
77912014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7792
7793 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
7794 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
7795
6dddc817
DE
77962014-02-06 Doug Evans <xdje42@gmail.com>
7797
7798 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
7799 output.
7800
7801 * gdb.gdb/python-interrupts.exp: New file.
7802
de7b2893
YQ
78032014-02-05 Yao Qi <yao@codesourcery.com>
7804
7805 * gdb.trace/report.exp (use_collected_data): Test the output
7806 of "info threads" and "info inferiors".
7807
66d032ac
YQ
78082014-02-05 Yao Qi <yao@codesourcery.com>
7809
7810 Revert this patch:
7811
7812 2013-05-24 Yao Qi <yao@codesourcery.com>
7813
7814 * gdb.trace/tfile.exp: Test inferior and thread.
7815
591a12a1
UW
78162014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7817
7818 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
7819 on a function.
7820 * gdb.base/step-bt.c: Call hello via function pointer to make
7821 sure its first instruction is executed on powerpc64le-linux.
7822
0ff3e01f
UW
78232014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7824
7825 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
7826
084ee545
UW
78272014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7828
7829 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
7830 of the test patterns for use on little-endian systems.
7831
6ed14ff3
UW
78322014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7833
7834 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
7835 (decimal_vector): Fix for little-endian.
7836
401e27fd
JM
78372014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
7838
7839 * gdb.arch/sparc-sysstep.exp: New file.
7840 * gdb.arch/sparc-sysstep.c: Likewise.
7841
7842 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
7843
8b924729
EBM
78442014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7845
7846 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
7847
fb151210
JB
78482014-01-23 Tom Tromey <tromey@redhat.com>
7849
7850 * gdb.ada/array_char_idx: New testcase.
7851
0740f8d8
TT
78522014-01-23 Tom Tromey <tromey@redhat.com>
7853
7854 PR python/16487:
7855 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
7856 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
7857 classes.
7858
21909fa1
TT
78592014-01-23 Tom Tromey <tromey@redhat.com>
7860
7861 PR python/16491:
7862 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
7863 string from an inferior frame.
7864 * gdb.python/py-framefilter-mi.exp: Update.
7865
87ce2a04
DE
78662014-01-22 Doug Evans <dje@google.com>
7867
7868 * gdb.server/server-mon.exp: Add tests for "set debug-format".
7869
237b092b
AA
78702014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7871
7872 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
7873
d674a709
AA
78742014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7875
7876 * gdb.trace/entry-values.exp: Remove excess space character from
7877 regex patterns. Handle s390 call instruction.
7878
20fa3390
AA
78792014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7880
7881 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
7882 define "*_start" label. Make "name" static.
7883 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
7884 ${name} by references to ${name}_start.
7885
78466714
AA
78862014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7887
7888 * gdb.base/info-macros.exp: Remove "debug" from the compile
7889 options.
7890
ec9f644a
IB
78912014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7892
7893 * gdb.dlang/demangle.exp: New file.
7894
94b1b47e
IB
78952014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7896
7897 * gdb.dlang/primitive-types.exp: New file.
7898
7f420862
IB
78992014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7900
7901 * configure.ac: Create gdb.dlang/Makefile.
7902 * configure: Regenerate.
7903 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
7904 * gdb.dlang/Makefile.in: New file.
7905 * lib/d-support.exp: New file.
7906 * lib/gdb.exp (skip_d_tests): New proc.
7907
52834460
MM
79082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7909
7910 * gdb.btrace/delta.exp: Check reverse stepi.
7911 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
7912 * gdb.btrace/finish.exp: New.
7913 * gdb.btrace/next.exp: New.
7914 * gdb.btrace/nexti.exp: New.
7915 * gdb.btrace/record_goto.c: Add comments.
7916 * gdb.btrace/step.exp: New.
7917 * gdb.btrace/stepi.exp: New.
7918 * gdb.btrace/multi-thread-step.c: New.
7919 * gdb.btrace/multi-thread-step.exp: New.
7920 * gdb.btrace/rn-dl-bind.c: New.
7921 * gdb.btrace/rn-dl-bind.exp: New.
7922 * gdb.btrace/data.c: New.
7923 * gdb.btrace/data.exp: New.
7924 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7925
6e07b1d2
MM
79262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7927
7928 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
7929 * gdb.btrace/exception.exp: Update.
7930 * gdb.btrace/instruction_history.exp: Update.
7931 * gdb.btrace/record_goto.exp: Update.
7932 * gdb.btrace/tailcall.exp: Update.
7933 * gdb.btrace/unknown_functions.exp: Update.
7934 * gdb.btrace/delta.exp: New.
7935
0b722aec
MM
79362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7937
7938 * gdb.btrace/record_goto.exp: Add backtrace test.
7939 * gdb.btrace/tailcall.exp: Add backtrace test.
7940
066ce621
MM
79412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7942
7943 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
7944 * gdb.btrace/record_goto.c: New.
7945 * gdb.btrace/record_goto.exp: New.
7946 * gdb.btrace/x86-record_goto.S: New.
7947
0688d04e
MM
79482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7949
7950 * gdb.btrace/function_call_history.exp: Update tests.
7951 * gdb.btrace/instruction_history.exp: Update tests.
7952
8710b709
MM
79532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7954
7955 * gdb.btrace/function_call_history.exp: Fix expected field
7956 order for "record function-call-history".
7957 Add new tests for "record function-call-history /c".
7958 * gdb.btrace/exception.cc: New.
7959 * gdb.btrace/exception.exp: New.
7960 * gdb.btrace/tailcall.exp: New.
7961 * gdb.btrace/x86-tailcall.S: New.
7962 * gdb.btrace/x86-tailcall.c: New.
7963 * gdb.btrace/unknown_functions.c: New.
7964 * gdb.btrace/unknown_functions.exp: New.
7965 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7966
5de9129b
MM
79672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7968
7969 * gdb.btrace/instruction_history.exp: Update.
7970 * gdb.btrace/function_call_history.exp: Update.
7971
23a7fe75
MM
79722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7973
7974 * gdb.btrace/function_call_history.exp: Fix expected function
7975 trace.
7976 * gdb.btrace/instruction_history.exp: Initialize traced.
7977 Remove traced_functions.
7978
724c7dd8
MM
79792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7980
7981 * gdb.btrace/function_call_history.exp: Update
7982 * gdb.btrace/instruction_history.exp: Update.
7983
6d78d93b
MM
79842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7985
7986 * gdb.btrace/enable.exp: Update expected text.
7987
93a360cc
OJ
79882014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
7989
7990 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
7991 bytes.
7992
3772b53f
MR
79932014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
7994
7995 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
7996
596662fa
OJ
79972014-01-15 Omair Javaid <omair.javaid@linaro.org>
7998
7999 * lib/gdb.exp (supports_process_record): Return true for
8000 arm*-linux*. (supports_reverse): Likewise.
8001
b5b08fb4
SC
80022014-01-13 Siva Chandra Reddy <sivachandra@google.com>
8003
8004 PR python/15464
8005 PR python/16113
8006 * gdb.python/py-type.c: Enhance test case.
8007 * gdb.python/py-value-cc.cc: Likewise
8008 * gdb.python/py-type.exp: Add new tests.
8009 * gdb.python/py-value-cc.exp: Likewise
8010
52d7fb13
AA
80112014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8012 Pedro Alves <palves@redhat.com>
8013
8014 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
8015 Make "name" extern.
8016 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
8017 references to ${name}_start by references to ${name}.
8018
a2cd8cfe
JB
80192014-01-10 Joel Brobecker <brobecker@adacore.com>
8020
8021 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
8022
4e23fced
JB
80232014-01-10 Joel Brobecker <brobecker@adacore.com>
8024
8025 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
8026
c6a9e42c
PA
80272014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
8028 Pedro Alves <palves@redhat.com>
8029
8030 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 8031 mi_gdb_target_load.
c6a9e42c 8032
b7ea362b
PA
80332014-01-08 Pedro Alves <palves@redhat.com>
8034
8035 * gdb.threads/reconnect-signal.c: New file.
8036 * gdb.threads/reconnect-signal.exp: New file.
8037
5e3f4fab
EBM
80382014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8039
8040 * gdb.base/source-dir.exp: New file.
8041
79301218
JB
80422014-01-07 Joel Brobecker <brobecker@adacore.com>
8043
8044 * gdb.ada/mi_interface: New testcase.
8045
8e355c5d
JB
80462014-01-07 Joel Brobecker <brobecker@adacore.com>
8047
8048 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
8049 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
8050 gdb.ada/pp-rec-component/pck.ads: New files.
8051
c0d48811
JB
80522014-01-07 Joel Brobecker <brobecker@adacore.com>
8053
8054 * gdb.python/py-pp-integral.c: New file.
8055 * gdb.python/py-pp-integral.py: New file.
8056 * gdb.python/py-pp-integral.exp: New file.
8057
17b609c3 8058For older changes see ChangeLog-1993-2013.
c906108c 8059\f
8d8cb839
EZ
8060;; Local Variables:
8061;; mode: change-log
8062;; left-margin: 8
8063;; fill-column: 74
8064;; version-control: never
8065;; End:
902f2ccb 8066
618f726f 8067 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
8068 Copying and distribution of this file, with or without modification,
8069 are permitted provided the copyright notice and this notice are preserved.