[GDBserver][AArch64] Cleanup comments for each linux_target_ops method
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
e03ed3c6
AA
12015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2
3 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
4 infcall tests instead of setting up for KFAIL.
5
485668e5
MM
62015-07-10 Markus Metzger <markus.t.metzger@intel.com>
7
8 * gdb.btrace/record_goto-step.exp: New.
9
08464196
JK
102015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11
12 PR compile/18484
13 * gdb.compile/compile.c (struct struct_type): Add volatile to
14 selffield's type.
15 * gdb.compile/compile.exp
16 (compile code struct_object.selffield = &struct_object): Skip further
17 struct_object tests if this one xfails.
18
bcf5c1d9
RC
192015-07-08 Robert O'Callahan <robert@ocallahan.org>
20
21 PR exp/18617
22 * gdb.trace/ax.exp: Add test.
23
4931af25
YQ
242015-07-07 Yao Qi <yao.qi@linaro.org>
25
26 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
27 instead of istarget "aarch64*-*-*".
28 * gdb.arch/aarch64-fp.exp: Likewise.
29 * gdb.base/float.exp: Likewise.
30 * gdb.reverse/aarch64.exp: Likewise.
31 * lib/gdb.exp (is_aarch64_target): New proc.
32
9fcf688e
YQ
332015-07-07 Yao Qi <yao.qi@linaro.org>
34
35 * lib/gdb.exp (is_aarch32_target): New proc.
36 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
37 instead of "istarget "arm*-*-*"".
38 * gdb.arch/arm-disp-step.exp: Likewise.
39 * gdb.arch/thumb-bx-pc.exp: Likewise.
40 * gdb.arch/thumb-prologue.exp: Likewise.
41 * gdb.arch/thumb-singlestep.exp: Likewise.
42 * gdb.base/disp-step-syscall.exp: Likewise.
43 * gdb.base/float.exp: Likewise.
44
fbd8d50d
YQ
452015-07-07 Yao Qi <yao.qi@linaro.org>
46
47 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
48 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
49
71be1fdc
YQ
502015-07-07 Yao Qi <yao.qi@linaro.org>
51
52 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
53 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
54 if it exists.
55 * gdb.multi/multi-arch.exp: Likewise.
56
3e221d36
SM
572015-07-07 Simon Marchi <simon.marchi@ericsson.com>
58
59 * gdb.python/py-lazy-string.exp: Add missing parentheses to
60 print.
61
d441430b
YQ
622015-07-07 Yao Qi <yao.qi@linaro.org>
63
64 * gdb.arch/thumb-singlestep.exp: Do one more single step.
65
06f810bd
MG
662015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
67
68 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
69 '[' and ']' characters.
70
5e61e7c0
IB
712015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
72
73 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
74
28bf096c
PA
752015-06-29 Pedro Alves <palves@redhat.com>
76
77 PR threads/18127
78 * gdb.threads/hand-call-new-thread.c: New file.
79 * gdb.threads/hand-call-new-thread.c: New file.
80
ee93cd5e
KS
812015-06-26 Keith Seitz <keiths@redhat.com>
82 Doug Evans <dje@google.com>
83
84 PR 16253
85 * gdb.cp/var-tag-2.cc: New file.
86 * gdb.cp/var-tag-3.cc: New file.
87 * gdb.cp/var-tag-4.cc: New file.
88 * gdb.cp/var-tag.cc: New file.
89 * gdb.cp/var-tag.exp: New file.
90
fc637f04
PP
912015-06-26 Patrick Palka <patrick@parcs.ath.cx>
92
93 * gdb.base/history-duplicates.exp: New test.
94
2e52ae68
PP
952015-06-26 Patrick Palka <patrick@parcs.ath.cx>
96
97 * gdb.base/completion.exp: Test the completion of the "focus"
98 command.
99
6e22494e
JK
1002015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
101
102 * gdb.arch/amd64-prologue-skip.S: New file.
103 * gdb.arch/amd64-prologue-skip.exp: New file.
104
bf7b9cd9
SM
1052015-06-25 Simon Marchi <simon.marchi@ericsson.com>
106
107 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
108 is_address_zero_readable check.
109
201e8dfd
PB
1102015-06-24 Peter Bergner <bergner@vnet.ibm.com>
111
112 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
113 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
114
5cd867b4
YQ
1152015-06-24 Yao Qi <yao.qi@linaro.org>
116
117 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
118 linux targets.
119
4d7be007
YQ
1202015-06-24 Yao Qi <yao.qi@linaro.org>
121
122 * lib/gdb.exp (supports_get_siginfo_type): New proc.
123 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
124 * gdb.base/siginfo-thread.exp: Likewise.
125
07fcd301
YQ
1262015-06-22 Yao Qi <yao.qi@linaro.org>
127
128 * boards/remote-gdbserver-on-localhost.exp: Add comments.
129
52042a00
YQ
1302015-06-22 Yao Qi <yao.qi@linaro.org>
131
132 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
133 aarch64*-*-*.
134 (skip_hw_watchpoint_tests): Likewise.
135
74bd41ce
PP
1362015-06-18 Patrick Palka <patrick@parcs.ath.cx>
137
138 * gdb.base/gdbinit-history.exp: Test the interaction between
139 setting GDBHISTSIZE and setting the history size via .gdbinit.
140
bc460514
PP
1412015-06-17 Patrick Palka <patrick@parcs.ath.cx>
142
143 PR gdb/16999
144 * gdb.base/gdbhistsize-history.exp: New test.
145
b58c513b
PP
1462015-06-17 Patrick Palka <patrick@parcs.ath.cx>
147
148 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
149 with GDBHISTSIZE.
150 * gdb.base/readline.exp: Likewise.
151
92046791
YQ
1522015-06-17 Yao Qi <yao.qi@linaro.org>
153
154 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
155 line.
156
2093d2d3
PP
1572015-06-17 Patrick Palka <patrick@parcs.ath.cx>
158
159 * gdb.base/gdbinit-history.exp: Add test case to check that
160 an unlimited history file does not get truncated on exit.
161
e6c693af
AA
1622015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
163
164 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
165 (VECTOR): New macro. Use it...
166 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
167 ...for these typedefs.
168 (int8, char1, int1, double1): New typedefs.
169 (struct just_int2, struct two_int2): New structures.
170 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
171 (add_structvecs, add_singlevecs): New functions.
172 (main): Call add_some_intvecs twice.
173 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
174 the compile and exit upon failure. Try compiling for the "native"
175 architecture. Test inferior function calls with vector arguments
176 and vector return value handling with "finish" and "return".
177
c74f7d1c
JT
1782015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
179
180 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
181 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
182 PE file.
183 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
184
98aa42ee
AT
1852015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
186
187 PR breakpoints/16465
188 * gdb.mi/mi-dprintf-pending.c: New file.
189 * gdb.mi/mi-dprintf-pending.exp: New test.
190 * gdb.mi/mi-dprintf-pendshr.c: New file.
191
7d73c23c
WT
1922015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
193 Mircea Gherzan <mircea.gherzan@intel.com>
194
195 * gdb.arch/i386-mpx-map.c: New file.
196 * gdb.arch/i386-mpx-map.exp: New File.
197
1982015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
199
200 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
201 * gdb.arch/i386-mpx.exp: Indentation fixed.
202
2032015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
204
205 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
206 function and improved indentation.
207 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
208 gdb_test_multiple. Added additional tests to skip the test.
209
2102015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
211
212 * gdb.arch/i386-avx512.c: Change path in include file.
213 * gdb.arch/i386-avx512.exp: Change include dir path
214 compilation flag.
215 * gdb.arch/i386-mpx.c: Change path in include file.
216 * gdb.arch/i386-mpx.exp: Change include dir path compilation
217 flag.
218
d5eba19a
JK
2192015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
220
221 * gdb.compile/compile-print.exp (compile print *vararray@3)
222 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
223
7f361056
JK
2242015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
225
226 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
227 (do not keep jit in memory): ... this.
228 (expect 5): Change it to ...
229 (expect no 5): ... this.
230
3b462ec2
SM
2312015-06-02 Simon Marchi <simon.marchi@ericsson.com>
232
233 PR gdb/15564
234 * gdb.mi/mi-detach.exp: New file.
235
e0619de6
JK
2362015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
237
238 PR symtab/18392
239 * gdb.arch/amd64-tailcall-self.S: New file.
240 * gdb.arch/amd64-tailcall-self.c: New file.
241 * gdb.arch/amd64-tailcall-self.exp: New file.
242
e970cb34
DB
2432015-05-28 Don Breazeal <donb@codesourcery.com>
244
245 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
246 tests for remote targets by checking is_target_gdbserver.
247
b2e2f908
DE
2482015-05-27 Doug Evans <dje@google.com>
249
250 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
251 * gdb.dwarf2/opaque-type-lookup.c: New file.
252 * gdb.dwarf2/opaque-type-lookup.exp: New file.
253
82c7be31
DE
2542015-05-26 Doug Evans <dje@google.com>
255
256 * gdb.cp/iostream.cc: New file.
257 * gdb.cp/iostream.exp: New file.
258
b4f54984
DE
2592015-05-26 Doug Evans <dje@google.com>
260
261 * gdb.dwarf2/dw2-op-call.exp: Update.
262 * gdb.dwarf2/dw4-sig-types.exp: Update.
263 * gdb.dwarf2/implptr.exp: Update.
264 * gdb.mi/mi-cmd-param-changed.exp: Update.
265
4ea6efe9
DE
2662015-05-26 Doug Evans <dje@google.com>
267
268 * gdb.python/py-lazy-string.c: New file.
269 * gdb.python/py-lazy-string.exp: New file.
270 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
271 (main): Update. Add estring3.
272 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
273 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
274
f6bb7db3
YQ
2752015-05-26 Omair Javaid <omair.javaid@linaro.org>
276 Yao Qi <yao.qi@linaro.org>
277
278 * gdb.reverse/aarch64.c: New.
279 * gdb.reverse/aarch64.exp: New.
280
a81bfbd0
OJ
2812015-05-26 Omair Javaid <omair.javaid@linaro.org>
282
283 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
284 (supports_reverse): Likewise.
285
158bf1b4
PP
2862015-05-22 Patrick Palka <patrick@parcs.ath.cx>
287
288 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
289 Use with_test_prefix.
290
a0145030
AB
2912015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
292
293 * gdb.base/completion.exp: Add test for completion of layout
294 names.
295
ebe3b578
AB
2962015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
297
298 * lib/gdb.exp (skip_tui_tests): New proc.
299 * gdb.base/tui-layout.exp: Check skip_tui_tests.
300
84204ed7
PA
3012015-05-19 Pedro Alves <palves@redhat.com>
302
303 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
304 Save the whole env array instead of just HOME. Unset HISTSIZE in
305 the environment while testing. Restore whole environment
306 afterwards.
307
37442ce1
DE
3082015-05-16 Doug Evans <xdje42@gmail.com>
309
310 * gdb.guile/scm-ports.c: New file.
311 * gdb.guile/scm-ports.exp: Add memory port tests.
312
36de76f9
JK
3132015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
314
315 * gdb.compile/compile-print.c: New file.
316 * gdb.compile/compile-print.exp: New file.
317
3a9558c4
JK
3182015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
319
320 * gdb.compile/compile-ops.exp: Cast param to void.
321 * gdb.compile/compile.exp: Complete type for _gdb_expr.
322 (compile code struct_object.selffield = &struct_object): Add xfail.
323
aa715135
JG
3242015-05-15 Joel Brobecker <brobecker@adacore.com>
325
326 * gdb.ada/arr_enum_with_gap: New testcase.
327
931e5bc3
JG
3282015-05-15 Joel Brobecker <brobecker@adacore.com>
329
330 * gdb.ada/byte_packed_arr: New testcase.
331
9cd4d857
JB
3322015-05-15 Joel Brobecker <brobecker@adacore.com>
333
334 * gdb.ada/pckd_neg: New testcase.
335
ebfd00d2
PP
3362015-05-13 Patrick Palka <patrick@parcs.ath.cx>
337
338 PR gdb/17820
339 * gdb.base/gdbinit-history.exp: New test.
340 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
341 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
342
4c082a81
SC
3432015-05-09 Siva Chandra Reddy <sivachandra@google.com>
344
345 * gdb.python/py-xmethods.cc: Enhance test case.
346 * gdb.python/py-xmethods.exp: New tests.
347 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
348 function.
349 (B_indexoper): Likewise.
350 (global_dm_list) : Add new xmethod worker functions.
351
f7797074
SDJ
3522015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
353
354 * gdb.base/coredump-filter.exp: Correctly unset
355 "coredump_var_addr" array.
356
a4674e4e
PA
3572015-05-08 Pedro Alves <palves@redhat.com>
358
359 * gdb.server/non-existing-program.exp: Unset spawn_id.
360
df2eb078
SC
3612015-05-08 Siva Chandra Reddy <sivachandra@google.com>
362
363 PR python/18291
364 * gdb.python/py-xmethods.exp: Add tests.
365
422349a3
YQ
3662015-05-08 Yao Qi <yao.qi@linaro.org>
367
368 PR gdb/18208
369 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
370 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
371 function set_coredump_filter, and remove remote_exec call.
372 Remove argument ipid. Callers update.
373 (top level): Don't get inferior's PID.
374
63fc80ce
AA
3752015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
376
377 * gdb.base/watch_thread_num.exp: Skip test on targets without
378 access watchpoints.
379
80ad801e
PA
3802015-05-06 Pedro Alves <palves@redhat.com>
381
382 PR server/18081
383 * gdb.server/non-existing-program.exp: New file.
384
0fa7fe50
JB
3852015-05-05 Joel Brobecker <brobecker@adacore.com>
386
387 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
388
3ea89b92
PMR
3892015-05-05 Joel Brobecker <brobecker@adacore.com>
390
391 * gdb.ada/out_of_line_in_inlined: New testcase.
392
87b8eff0
JB
3932015-05-05 Joel Brobecker <brobecker@adacore.com>
394
395 * gdb.ada/var_rec_arr: New testcase.
396
5fccc635
YQ
3972015-04-30 Yao Qi <yao.qi@linaro.org>
398
399 * gdb.base/break-idempotent.exp: If
400 skip_hw_watchpoint_multi_tests returns true, skip the tests
401 on "rwatch" and "awatch".
402
42d38f42
YQ
4032015-04-30 Yao Qi <yao.qi@linaro.org>
404
405 * gdb.base/relativedebug.exp: Invoke gdb command
406 "info sharedlibrary", and if libc.so doesn't have debug info,
407 skip the test.
408
2ce1cdbf
DE
4092015-04-29 Doug Evans <dje@google.com>
410
411 * gdb.python/py-xmethods.exp: Add ptype tests.
412 * gdb.python/py-xmethods.py (E_method_char_worker): Add
413 get_result_type method.
414
f24a38c5
LM
4152015-04-29 Luis Machado <lgustavo@codesourcery.com>
416
417 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
418 the target does not support hardware watchpoints.
419
ecbf2b3c
LM
4202015-04-29 Luis Machado <lgustavo@codesourcery.com>
421
422 * gdb.base/break-always.exp: Abort testing if writing to memory
423 causes an error.
424
34f5f757
DE
4252015-04-28 Doug Evans <dje@google.com>
426
427 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
428 * gdb.python/py-pp-registration.exp: ... here. New file.
429 * gdb.python/py-pp-registration.c: New file.
430 * gdb.python/py-pp-registration.py: New file.
431
69b4374a
DE
4322015-04-28 Doug Evans <dje@google.com>
433
434 * gdb.python/py-bad-printers.c: New file.
435 * gdb.python/py-bad-printers.py: New file.
436 * gdb.python/py-bad-printers.exp: New file.
437
59fb7612
SS
4382015-04-28 Sasha Smundak <asmundak@google.com>
439
440 * gdb.python/py-type.exp: New test.
441
2631b16a
AW
4422015-04-28 Andy Wingo <wingo@igalia.com>
443
444 * gdb.python/py-parameter.exp:
445 * gdb.guile/scm-parameter.exp: Escape the path that we are
446 matching against, as it might contain characters that are special
447 to regular expressions.
448
460efde1
JB
4492015-04-27 Joel Brobecker <brobecker@adacore.com>
450
451 * gdb.ada/rec_comp: New testcase.
452
2d369d8e
SDJ
4532015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
454
455 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
456 before using it.
457
cf75d6c3
AB
4582015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
459
460 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
461 new tests for verilog output.
462
8dbe7ca5
YQ
4632015-04-24 Yao Qi <yao.qi@linaro.org>
464
465 * boards/remote-gdbserver-on-localhost.exp: New file.
466
4ef9fb2f
PA
4672015-04-23 Pedro Alves <palves@redhat.com>
468
469 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
470 $inferior_spawn_id instead of $inferior_spawn_id directly. On
471 "end of file", remove $inferior_spawn_id from the indirect list.
472
0a803169
PA
4732015-04-23 Pedro Alves <palves@redhat.com>
474
475 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
476
749ef8f8
PA
4772015-04-23 Pedro Alves <palves@redhat.com>
478
479 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
480 on $any_spawn_id instead of only on $gdb_spawn_id.
481
8aae4344
PM
4822015-04-21 Pierre Muller <muller@sourceware.org>
483
484 PR pascal/17815
485 * lib/pascal.exp (gpc_compile): Add new option "class".
486 (fpc_compile): Likewise.
487 * gdb.pascal/case-insensitive-symbols.pas: New file.
488 * gdb.pascal/case-insensitive-symbols.exp: New file.
489
1586c8fb
GB
4902015-04-20 Gary Benson <gbenson@redhat.com>
491
492 * gdb.base/attach.exp: Fix three extended remote failures.
493
1b6e6f5c
GB
4942015-04-17 Gary Benson <gbenson@redhat.com>
495
496 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
497 the main executable over the remote protocol.
498
e797481d
PA
4992015-04-16 Pedro Alves <palves@redhat.com>
500
501 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
502 a new gdbserver if gdbserver_reconnect_p is set.
503
1ca99c42
PA
5042015-04-16 Pedro Alves <palves@redhat.com>
505
506 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
507 is set, don't exit gdbserver.
508
af9fd6f8
AA
5092015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
510
511 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
512 appropriate .insn, such that an older assembler can be used.
513 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
514 the z/Architecture instruction set on 31-bit targets as well.
515
04ff1e61
AA
5162015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
517
518 * gdb.go/handcall.exp: Remove all logic related to the first
519 breakpoint and rely on go_runto_main instead.
520 * gdb.go/strings.exp: Likewise.
521 * gdb.go/unsafe.exp: Likewise.
522 * gdb.go/hello.exp: Likewise. Also rename the remaining
523 breakpoint marker to "breakpoint 1".
524 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
525 * gdb.go/strings.go: Likewise.
526 * gdb.go/unsafe.go: Likewise.
527 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
528 "set breakpoint 2 here" and rename the remaining breakpoint marker
529 to "breakpoint 1".
530
40d2f8d6
SM
5312015-04-15 Simon Marchi <simon.marchi@ericsson.com>
532
533 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
534 if itertools.imap is not present.
535 * gdb.python/py-objfile.exp: Add parentheses.
536 * gdb.python/py-type.exp: Same.
537 * gdb.python/py-unwind-maint.py: Same.
538
8cbc97c6
YQ
5392015-04-15 Yao Qi <yao.qi@linaro.org>
540
541 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
542 of ":$ptr_size" and set its form explicitly.
543
45fd756c
YQ
5442015-04-15 Pedro Alves <palves@redhat.com>
545 Yao Qi <yao.qi@linaro.org>
546
547 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
548 timeout by factor of 4.
549 (test_regular_watch): Likewise.
550 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
551 * gdb.reverse/sigall-reverse.exp: Likewise.
552 * gdb.reverse/until-precsave.exp: Likewise.
553 * lib/gdb.exp (with_timeout_factor): New proc.
554 (gdb_expect): Move some code to ...
555 (get_largest_timeout): ... here. New procedure.
556
9e811bc3
LM
5572015-04-14 Luis Machado <lgustavo@codesourcery.com>
558
559 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
560
0ff6fcb2
LM
5612015-04-13 Luis Machado <lgustavo@codesourcery.com>
562
563 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
564 to write to the .text section.
565
7578d5f7
LM
5662015-04-13 Luis Machado <lgustavo@codesourcery.com>
567
568 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
569 Handle the case of targets that do not provide PID information.
570
2efe15c4
YQ
5712015-04-13 Yao Qi <yao.qi@linaro.org>
572
573 * lib/gdbserver-support.exp (gdb_exit): Catch exception
574 and use expect instead of gdb_expect.
575
8cd8f2f8
SDJ
5762015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
577
578 * gdb.base/coredump-filter.exp: Rename variable "addr" to
579 "coredump_var_addr" to avoid naming conflict with other testcases.
580
9ee41772
PA
5812015-04-10 Pedro Alves <palves@redhat.com>
582
583 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
584 gdb_test_sequence and gdb_assert.
585
07473109
PA
5862015-04-10 Pedro Alves <palves@redhat.com>
587
588 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
589 test messages that don't include the breakpoint address.
590
de3db44c
YQ
5912015-04-10 Yao Qi <yao.qi@linaro.org>
592
593 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
594 false for some offset and width combinations which aren't
595 supported by linux kernel.
596
c79d856c
PA
5972015-04-10 Pedro Alves <palves@redhat.com>
598
599 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
600 procedure, factored out from ...
601 (top level): ... here. Add "set displaced-stepping" testing axis.
602 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
603 parameter "displaced". Use it.
604 (top level): Use foreach and add "set displaced-stepping" testing
605 axis.
606
ebc90b50
PA
6072015-04-10 Pedro Alves <palves@redhat.com>
608
609 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
610 Remove comment.
611 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
612 both the address of the instruction that triggers the watchpoint
613 and the address of the instruction immediately after, and use
614 those addresses for the test. Fix comment.
615
8f572e5c
PA
6162015-04-10 Pedro Alves <palves@redhat.com>
617
618 * gdb.base/sigstep.exp (breakpoint_to_handler)
619 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
620 Test "backtrace" in handler.
621 (breakpoint_over_handler): New parameter 'displaced'. Use it.
622 (top level): Add new "displaced" test axis to
623 breakpoint_to_handler, breakpoint_to_handler_entry and
624 breakpoint_over_handler.
625
8d707a12
PA
6262015-04-10 Pedro Alves <palves@redhat.com>
627
628 PR gdb/18216
629 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
630
ef713951
YQ
6312015-04-10 Yao Qi <yao.qi@linaro.org>
632
633 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
634 (test_add_rn_pc): New function.
635 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
636 (top level): Invoke test_add_rn_pc.
637
906d60cf
PA
6382015-04-10 Pedro Alves <palves@redhat.com>
639
640 PR gdb/13858
641 * gdb.base/step-over-no-symbols.exp: New file.
642
f2983cc3
AW
6432015-04-09 Andy Wingo <wingo@igalia.com>
644
645 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
646 after the Python tests.
647
6d62641c
SDJ
6482015-04-08 Keith Seitz <keiths@redhat.com>
649
650 PR python/16699
651 * gdb.python/py-completion.exp: New tests for completion.
652 * gdb.python/py-completion.py (CompleteLimit1): New class.
653 (CompleteLimit2): Likewise.
654 (CompleteLimit3): Likewise.
655 (CompleteLimit4): Likewise.
656 (CompleteLimit5): Likewise.
657 (CompleteLimit6): Likewise.
658 (CompleteLimit7): Likewise.
659
f3770638
PA
6602015-04-08 Pedro Alves <palves@redhat.com>
661
662 PR gdb/18214
663 PR gdb/18216
664 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
665 function.
666 (main): Install it as SIGUSR1 handler.
667 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
668 parameter. Always use "setup" as prefix. Toggle "set
669 displaced-stepping" off/on depending on global. Don't switch to
670 thread 1 here.
671 (top level): Add displaced stepping "off/on" test axis. Update
672 "setup" calls. Wrap each subtest with with_test_prefix. Test
673 continuing with a queued signal in each thread.
674
4496bed7
PA
6752015-04-08 Pedro Alves <palves@redhat.com>
676
677 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
678 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
679 gdb_breakpoint instead of gdb_test that doesn't expect anything.
680 Return early if running to main fails.
681 * gdb.trace/while-stepping.exp: Likewise.
682
b97fde92
PA
6832015-04-07 Pedro Alves <palves@redhat.com>
684
685 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
686 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
687 interact with inferior program.
688
f71c18e7
PA
6892015-04-07 Pedro Alves <palves@redhat.com>
690
691 * lib/gdb.exp (inferior_spawn_id): New global.
692 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
693 spawn id after processing the user code.
694 (default_gdb_start): Set inferior_spawn_id.
695 (send_inferior): New procedure.
696 * lib/gdbserver-support.exp (gdbserver_start): Set
697 inferior_spawn_id.
698 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
699
6423214f
PA
7002015-04-07 Pedro Alves <palves@redhat.com>
701
702 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
703 * lib/gdbserver-support.exp (gdbserver_start): Make
704 $server_spawn_id global.
705 (gdbserver_start): Don't wait for gdbserver's spawn id with
706 expect_background.
707 (close_gdbserver): New procedure.
708 (gdb_exit): Rename the default version and reimplement.
709
71c0ee8c
PA
7102015-04-07 Pedro Alves <palves@redhat.com>
711
712 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
713 append the substituted item, not the original item.
714
203bc29b
PA
7152015-04-07 Pedro Alves <palves@redhat.com>
716
717 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
718 gdb_expect.
719
508a3ddf
PA
7202015-04-07 Pedro Alves <palves@redhat.com>
721
722 * gdb.base/interrupt.exp: Don't handle the case of the inferior
723 output appearing once only.
724
9f6dbe2b
PA
7252015-04-07 Pedro Alves <palves@redhat.com>
726
727 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
728 that doesn't expect anything. Return early if running to main
729 fails.
730
337532fa
YQ
7312015-04-07 Yao Qi <yao.qi@linaro.org>
732
733 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
734 (child_function): Call alarm.
735 (main): Move call to alarm into the loop.
736 * gdb.threads/non-stop-fair-events.exp: Build program with
737 -DTIMEOUT=$timeout.
738
01b622d4
DE
7392015-04-06 Doug Evans <xdje42@gmail.com>
740
741 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
742 Fix dest parameter to board_info.
743 (fpc_compile): Ditto.
744 (gdb_compile_pascal): Rename dest arg to destfile.
745
961f4160
PMR
7462015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
747
748 * gdb.ada/funcall_ref.exp: New file.
749 * gdb.ada/funcall_ref/foo.adb: New file.
750
cafda597
YQ
7512015-04-02 Yao Qi <yao.qi@linaro.org>
752
753 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
754 is remote.
755
fed040c6
GB
7562015-04-02 Gary Benson <gbenson@redhat.com>
757
758 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
759
d11916aa
SS
7602015-04-01 Sasha Smundak <asmundak@google.com>
761
762 * gdb.python/py-unwind-maint.c: New file.
763 * gdb.python/py-unwind-maint.exp: New test.
764 * gdb.python/py-unwind-maint.py: New file.
765 * gdb.python/py-unwind.c: New file.
766 * gdb.python/py-unwind.exp: New test.
767 * gdb.python/py-unwind.py: New test.
768
a1471180
PA
7692015-04-01 Pedro Alves <palves@redhat.com>
770
771 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
772 to fail instead of non-existent $test.
773
0bbeccb1
PA
7742015-04-01 Pedro Alves <palves@redhat.com>
775
776 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
777 GDBFLAGS if not empty.
778
3c724c8c
PMR
7792015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
780
781 * gdb.ada/complete.exp: Remove "multi_line".
782 * gdb.ada/info_exc.exp: Remove "multi_line".
783 * gdb.ada/packed_tagged.exp: Remove "multi_line".
784 * gdb.ada/ptype_field.exp: Remove "multi_line".
785 * gdb.ada/sym_print_name.exp: Remove "multi_line".
786 * gdb.ada/tagged.exp: Remove "multi_line".
787 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
788 [multi_line ...]
789 * gdb.btrace/delta.exp: Likewise.
790 * gdb.btrace/exception.exp: Likewise.
791 * gdb.btrace/function_call_history.exp: Likewise.
792 * gdb.btrace/instruction_history.exp: Likewise.
793 * gdb.btrace/nohist.exp: Likewise.
794 * gdb.btrace/record_goto.exp: Likewise.
795 * gdb.btrace/segv.exp: Likewise.
796 * gdb.btrace/stepi.exp: Likewise.
797 * gdb.btrace/tailcall.exp: Likewise.
798 * gdb.btrace/unknown_functions.exp: Likewise.
799 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
800 * lib/gdb.exp: Add the "multi_line" helper.
801
4eec2deb
PA
8022015-04-01 Pedro Alves <palves@redhat.com>
803
804 * gdb.threads/tid-reuse.c: New file.
805 * gdb.threads/tid-reuse.exp: New file.
806
df8411da
SDJ
8072015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
808
809 PR corefiles/16092
810 * gdb.base/coredump-filter.c: New file.
811 * gdb.base/coredump-filter.exp: Likewise.
812
6ef37366
PM
8132015-03-27 Petr Machata <pmachata@redhat.com>
814
815 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
816 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
817 (Dwarf::assemble): Initialize them.
818 (Dwarf::lines): New function.
819
7ec911b0
JT
8202015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
821
822 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
823 SYMBOL_PREFIX for x86_64-*-cygwin.
824
ff908ebf
AW
8252015-03-26 Andy Wingo <wingo@igalia.com>
826
827 PR symtab/18148
828 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
829 const_value but not a location.
830 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
831 location defined in non-main CUs are visible.
832
6d5f0679
YQ
8332015-03-26 Yao Qi <yao.qi@linaro.org>
834
835 PR testsuite/18139
836 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
837 Add a line number entry for the same line.
838 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
839 Add a line number entry for the same line.
840
2898689b
YQ
8412015-03-26 Yao Qi <yao.qi@linaro.org>
842
843 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
844 .int 0.
845 (func): Likewise. Add .Lfunc_1 label.
846 Use .Lfunc_1 label.
847 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
848 .int 0.
849 (func): Likewise.
850 Use .Lfunc_1 label.
851
85180498
YQ
8522015-03-26 Yao Qi <yao.qi@linaro.org>
853
854 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
855 Call gdb_compile instead to compile each .s files without debug
856 information.
857
8aa08a8d
YQ
8582015-03-26 Yao Qi <yao.qi@linaro.org>
859
860 * gdb.base/savedregs.exp (process_saved_regs): Make
861 "Saved registers:" optional in the pattern.
862
66849923
MM
8632015-03-25 Markus Metzger <markus.t.metzger@intel.com>
864
865 * gdb.btrace/next.exp: Merged into step.exp.
866 * gdb.btrace/finish.exp: Merged into step.exp.
867 * gdb.btrace/nexti.exp: Merged into stepi.exp.
868 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
869 "record goto" and checking the exact replay position.
870 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
871 check for "Recording format" in "info record" output.
872 * gdb.btrace/record_goto.exp: Choose test file based on target.
873 * gdb.btrace/x86-record_goto.S: Renamed into ...
874 * gdb.btrace/x86_64-record_goto.S: ... this.
875 * gdb.btrace/i686-record_goto.S: New.
876 * gdb.btrace/x86-tailcall.S: Renamed into ...
877 * gdb.btrace/x86_64-tailcall.S: ... this.
878 * gdb.btrace/i686-tailcall.S: New.
879 * gdb.btrace/x86-tailcall.c: Renamed into ...
880 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
881 separate statements. Update test.
882 * gdb.btrace/delta.exp: Use record_goto.c as test file.
883 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
884 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
885 * gdb.btrace/tailcall.exp: Choose test file based on target.
886 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
887
11cc1b74
MM
8882015-03-25 Markus Metzger <markus.t.metzger@intel.com>
889
890 * gdb.btrace/exception.exp: Increase BTS buffer size.
891
a25d8bf9
PA
8922015-03-24 Pedro Alves <palves@redhat.com>
893
894 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
895
856e7dd6
PA
8962015-03-24 Pedro Alves <palves@redhat.com>
897
898 * gdb.threads/schedlock.exp (test_step): No longer expect that
899 "set scheduler-locking step" with "next" over a function call runs
900 threads unlocked.
901
ad235a41
AT
9022015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
903
904 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
905
15630549
AT
9062015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
907
908 PR breakpoints/16466
909 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
910 * gdb.mi/mi-pending.c (thread_func): New function.
911 (int main): Add threading support required.
912 * gdb.mi/mi-pending.exp: Add tests for this issue.
913 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
914 (pendfunc2): Remove stdio dependency.
915 * gdb.mi/mi-pendshr2.c: New file.
916
693dca06
KS
9172015-03-23 Keith Seitz <keiths@redhat.com>
918
919 * gdb.linespec/keywords.c: New file.
920 * gdb.linespec/keywords.exp: New file.
921
7e993ebf
KS
9222015-03-23 Keith Seitz <keiths@redhat.com>
923
924 PR gdb/18021
925 * gdb.dwarf2/staticvirtual.exp: New test.
926
bc23328c
JK
9272015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
928
929 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
930 * README: Remove HP-UX and gdb.hp.
931 (configuration):
932 * configure: Regenerate.
933 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
934 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
935 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
936 gdb.hp/gdb.defects/Makefile.
937 * gdb.hp/Makefile.in: File deleted.
938 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
939 * gdb.hp/gdb.aCC/optimize.c: File deleted.
940 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
941 * gdb.hp/gdb.aCC/run.c: File deleted.
942 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
943 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
944 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
945 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
946 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
947 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
948 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
949 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
950 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
951 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
952 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
953 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
954 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
955 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
956 * gdb.hp/gdb.base-hp/reg.s: File deleted.
957 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
958 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
959 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
960 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
961 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
962 * gdb.hp/gdb.compat/Makefile.in: File deleted.
963 * gdb.hp/gdb.compat/average.c: File deleted.
964 * gdb.hp/gdb.compat/sum.c: File deleted.
965 * gdb.hp/gdb.compat/xdb.c: File deleted.
966 * gdb.hp/gdb.compat/xdb0.c: File deleted.
967 * gdb.hp/gdb.compat/xdb0.h: File deleted.
968 * gdb.hp/gdb.compat/xdb1.c: File deleted.
969 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
970 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
971 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
972 * gdb.hp/gdb.defects/Makefile.in: File deleted.
973 * gdb.hp/gdb.defects/bs14602.c: File deleted.
974 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
975 * gdb.hp/gdb.defects/solib-d.c: File deleted.
976 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
977 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
978 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
979 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
980 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
981 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
982 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
983 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
984 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
985 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
986 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
987 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
988 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
989 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
990 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
991 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
992 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
993 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
994 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
995 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
996 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
997 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
998 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
999 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1000 * gdb.hp/tools/odump: File deleted.
1001
8bf3b159
PA
10022015-03-19 Pedro Alves <palves@redhat.com>
1003
1004 * gdb.threads/continue-pending-status.exp (saw_thread_2)
1005 (saw_thread_3): New globals.
1006 (top level): Increment them when an event for the corresponding
1007 thread is seen.
1008 (no thread starvation): New test.
1009
eb54c8bf
PA
10102015-03-19 Pedro Alves <palves@redhat.com>
1011
1012 * gdb.threads/continue-pending-status.c: New file.
1013 * gdb.threads/continue-pending-status.exp: New file.
1014
32d2e5d6
PA
10152015-03-18 Pedro Alves <palves@redhat.com>
1016
1017 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1018 Use gdb_is_target_remote instead of is_remote. Use
1019 gdb_test_multiple instead of gdb_expect. Exit early if
1020 gdb_test_multiple hits its internal matches. Tighten stepi tests
1021 expected output. Fail on exit with any signal, instead of just
1022 SIGILL.
1023
f68f11b7
YQ
10242015-03-18 Yao Qi <yao.qi@linaro.org>
1025
1026 PR tdep/18107
1027 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1028 variable.
1029 * gdb.base/catch-syscall.exp: Don't skip it on
1030 aarch64*-*-linux* target. Remove elements in all_syscalls.
1031 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1032 target.
1033 (setup_all_syscalls): New proc.
1034
ca5fd19b
YQ
10352015-03-16 Yao Qi <yao.qi@linaro.org>
1036
1037 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1038 (top level): Skip tests if valid_addr_p returns false for
1039 $cmd1 or $cmd2.
1040
85642ba0
AW
10412015-03-11 Andy Wingo <wingo@igalia.com>
1042
1043 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1044
e03f9645
YQ
10452015-03-11 Yao Qi <yao.qi@linaro.org>
1046
1047 * gdb.base/catch-syscall.exp: Fix typo in comments.
1048
5d0962b2
YQ
10492015-03-11 Yao Qi <yao.qi@linaro.org>
1050
1051 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
1052
b2df3cef
PA
10532015-03-09 Pedro Alves <palves@redhat.com>
1054
1055 * dg-extract-results.py: Delete.
1056
ef878e53
PA
10572015-03-09 Pedro Alves <palves@redhat.com>
1058
1059 Merge dg-extract-results.sh from GCC upstream (r218843).
1060
1061 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1062 * dg-extract-results.sh: Use --text with grep to avoid issues with
1063 binary files. Fall back to cat -v, if that doesn't work.
1064
9494d219
PA
10652015-03-05 Pedro Alves <palves@redhat.com>
1066
1067 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
1068
a8d9763a
SM
10692015-03-04 Simon Marchi <simon.marchi@ericsson.com>
1070
1071 * lib/mi-support.exp (mi_expect_interrupt): Accept
1072 alternative event for when in all-stop mode.
1073
be9957b8
PA
10742015-03-04 Pedro Alves <palves@redhat.com>
1075
1076 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
1077
d57be0f4 10782015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
1079
1080 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
1081
c214c7cf
AA
10822015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1083
1084 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
1085 regexps for GDB's current line display, accept a hex address
1086 preceding the line number.
1087
6d74a497
AA
10882015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1089
1090 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
1091 the 'arch1' variable for "s390*-linux*" targets.
1092
511aee7c
PA
10932015-03-04 Pedro Alves <palves@redhat.com>
1094
1095 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
1096 (main): Pass missing retval argument to pthread_join call.
1097
95e50b27
PA
10982015-03-02 Pedro Alves <palves@redhat.com>
1099
1100 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
1101 (top level): Call do_test with non-stop as well.
1102
28054d69
PA
11032015-03-02 Pedro Alves <palves@redhat.com>
1104
1105 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
1106 -1.
1107
4fa5d7b4
AA
11082015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1109
1110 * gdb.arch/s390-vregs.exp: New test.
1111 * gdb.arch/s390-vregs.S: New file.
1112
97c18565
PA
11132015-02-27 Pedro Alves <palves@redhat.com>
1114
1115 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
1116 call to catch_command_errors.
1117 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
1118 catch_command_errors.
1119
a37bfa30
PA
11202015-02-27 Pedro Alves <palves@redhat.com>
1121
1122 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
1123 "true" for boolean result.
1124 * gdb.gdb/selftest.exp (test_with_self): Also accept full
1125 prototype of main.
1126
6f98576f
PA
11272015-02-27 Pedro Alves <palves@redhat.com>
1128
1129 * lib/unbuffer_output.c: New file.
1130 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
1131 (main): Call gdb_unbuffer_output.
1132
eba5ab56
YQ
11332015-02-27 Yao Qi <yao.qi@linaro.org>
1134
1135 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
1136 target.
1137
0def5aaa
DE
11382015-02-26 Doug Evans <dje@google.com>
1139
1140 * gdb.cp/class2.cc (Dbase, D): New classes.
1141 (main): New local delta.
1142 * gdb.cp/class2.exp: Test printing delta.
1143 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
1144 (dynbar): New global.
1145 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
1146
081a1c2c
JK
11472015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1148
1149 * gdb.compile/compile-ifunc.c: New file.
1150 * gdb.compile/compile-ifunc.exp: New file.
1151
2f41223f
AT
11522015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
1153
1154 * gdb.base/structs.exp: Check for correct struct on finish.
1155
03eddd80
YQ
11562015-02-26 Yao Qi <yao.qi@linaro.org>
1157
1158 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
1159 is zero.
1160
80c57053
JK
11612015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1162
1163 * gdb.arch/cordic.ko.bz2: New file.
1164 * gdb.arch/cordic.ko.debug.bz2: New file.
1165 * gdb.arch/ppc64-symtab-cordic.exp: New file.
1166
21613c12
YQ
11672015-02-25 Yao Qi <yao.qi@linaro.org>
1168
1169 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
1170 aarch64*-*-* target.
1171
d8b901ed
PA
11722015-02-23 Pedro Alves <palves@redhat.com>
1173
1174 * lib/gdb.exp (delete_breakpoints): Rewrite using
1175 gdb_test_multiple.
1176
e5b85ead
PA
11772015-02-23 Pedro Alves <palves@redhat.com>
1178
1179 * gdb.base/info-os.c: Include stdlib.h.
1180
85c3a371
DE
11812015-02-22 Doug Evans <xdje42@gmail.com>
1182
1183 PR symtab/17855
1184 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
1185 is read after symbols have been re-read.
1186 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
1187 * gdb.ada/exec_changed/second.adb (Second): Ditto.
1188
96553a0c
DE
11892015-02-21 Doug Evans <dje@google.com>
1190
1191 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
1192
97a0c697
JK
11932015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1194
1195 PR corefiles/17808
1196 * gdb.arch/i386-biarch-core.core.bz2: New file.
1197 * gdb.arch/i386-biarch-core.exp: New file.
1198
a47cd6e9
PA
11992015-02-21 Pedro Alves <palves@redhat.com>
1200
1201 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
1202 runto_main fails.
1203
c5facdc4
PA
12042015-02-20 Pedro Alves <palves@redhat.com>
1205
1206 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
1207 info probes.
1208
2db9a427
PA
12092015-02-20 Pedro Alves <palves@redhat.com>
1210
1211 * gdb.threads/multi-create-ns-info-thr.exp: New file.
1212
60fb7e9e
PA
12132015-02-20 Pedro Alves <palves@redhat.com>
1214
1215 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
1216 clean_restart before gdb_target_supports_trace.
1217
5c5019c2
PA
12182015-02-20 Pedro Alves <palves@redhat.com>
1219
1220 PR threads/18006
1221 * gdb.threads/clone-thread_db.c: New file.
1222 * gdb.threads/clone-thread_db.exp: New file.
1223
c9587f88
AT
12242015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1225
1226 PR breakpoints/16812
1227 * gdb.base/catch-gdb-caused-signals.c: New file.
1228 * gdb.base/catch-gdb-caused-signals.exp: New file.
1229
f6a88844
JM
12302015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1231
1232 * configure: Regenerated.
1233 * configure.ac: Use GDB_AC_TRANSFORM.
1234 * aclocal.m4: sinclude ../transform.m4.
1235
497c491b
JM
12362015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1237
1238 * lib/dtrace.exp: New file.
1239 * gdb.base/dtrace-probe.exp: Likewise.
1240 * gdb.base/dtrace-probe.d: Likewise.
1241 * gdb.base/dtrace-probe.c: Likewise.
1242 * lib/pdtrace.in: Likewise.
1243 * configure.ac: Output variables with the transformed names of
1244 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
1245 * configure: Regenerated.
1246
03e98035
JM
12472015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1248
1249 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
1250 expected message when trying to access $_probe_* convenience
1251 variables while not on a probe.
1252
63cc30e9
JK
12532015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1254
1255 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1256
0703599a
PA
12572015-02-11 Pedro Alves <pedro@codesourcery.com>
1258
1259 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1260 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1261
7e60a48e
DE
12622015-02-10 Doug Evans <xdje42@gmail.com>
1263
1264 * lib/gdb.exp (gdb_load): Always return a result.
1265
01b088bc
PA
12662015-02-10 Pedro Alves <palves@redhat.com>
1267
1268 * gdb.threads/signal-sigtrap.c: New file.
1269 * gdb.threads/signal-sigtrap.exp: New file.
1270
b05ec7a5
AT
12712015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1272
1273 * gdb.trace/no-attach-trace.c: New file.
1274 * gdb.trace/no-attach-trace.exp: New file.
1275
a2c2acaf
MW
12762015-02-09 Mark Wielaard <mjw@redhat.com>
1277
1278 * gdb.dwarf2/atomic.c: New file.
1279 * gdb.dwarf2/atomic-type.exp: Likewise.
1280
31fd9caa
MM
12812015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1282
1283 * gdb.btrace/buffer-size.exp: Update "info record" output.
1284 * gdb.btrace/delta.exp: Update "info record" output.
1285 * gdb.btrace/enable.exp: Update "info record" output.
1286 * gdb.btrace/finish.exp: Update "info record" output.
1287 * gdb.btrace/instruction_history.exp: Update "info record" output.
1288 * gdb.btrace/next.exp: Update "info record" output.
1289 * gdb.btrace/nexti.exp: Update "info record" output.
1290 * gdb.btrace/step.exp: Update "info record" output.
1291 * gdb.btrace/stepi.exp: Update "info record" output.
1292 * gdb.btrace/nohist.exp: Update "info record" output.
1293
d33501a5
MM
12942015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1295
1296 * gdb.btrace/buffer-size: New.
1297
f4abbc16
MM
12982015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1299
1300 * gdb.btrace/delta.exp: Update "info record" output.
1301 * gdb.btrace/enable.exp: Update "info record" output.
1302 * gdb.btrace/finish.exp: Update "info record" output.
1303 * gdb.btrace/instruction_history.exp: Update "info record" output.
1304 * gdb.btrace/next.exp: Update "info record" output.
1305 * gdb.btrace/nexti.exp: Update "info record" output.
1306 * gdb.btrace/step.exp: Update "info record" output.
1307 * gdb.btrace/stepi.exp: Update "info record" output.
1308 * gdb.btrace/nohist.exp: Update "info record" output.
1309
b9d61307
SM
13102015-02-06 Simon Marchi <simon.marchi@ericsson.com>
1311
1312 PR gdb/15678
1313 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
1314
e584fdbc
PA
13152015-02-06 Pedro Alves <palves@redhat.com>
1316
1317 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
1318 macro.
1319 (seconds_left, again): New globals.
1320 (main): Wait seconds_left in a 1-second sleep loop instead of
1321 sleeping 180 seconds. If 'again' is set, reset the seconds
1322 counter.
1323 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
1324 'again' in the inferior before detaching. Print the seconds left.
1325 (options): New global.
1326 (top level): Build program with -DTIMEOUT=$timeout.
1327
77f41761
PA
13282015-02-06 Pedro Alves <palves@redhat.com>
1329
1330 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
1331 determine how many seconds to pass to 'alarm'.
1332 * gdb.base/gdb-sigterm.exp (top level): Build program with
1333 -DTIMEOUT=$timeout.
1334 (do_test): Return success/failure indication. Add more verbose
1335 logging. Don't fail if 200 single steps are seen. Instead, fail
1336 when the test times out.
1337 (passes): New global.
1338 (top level): Break the testing loop if testing fails on any
1339 iteration. Use gdb_assert.
1340
b9394193
DB
13412015-02-04 Don Breazeal <donb@codesourcery.com>
1342
1343 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
1344 and initialize them.
1345 (ipc_cleanup): New function.
1346 (main): Don't declare shmid, semid, and msqid. Add a call to
1347 atexit so that we call ipc_cleanup on exit.
1348
42d9e528
PA
13492015-02-04 Pedro Alves <palves@redhat.com>
1350
1351 * boards/native-extended-gdbserver.exp: Remove any target variant
1352 specifications from the board name before clearing the isremote
1353 flag from board_info.
1354
ae6ae975
DE
13552015-01-31 Doug Evans <xdje42@gmail.com>
1356
1357 * gdb.base/maint.exp <maint print type argc>: Update expected output.
1358
cfb069a8
GB
13592015-01-31 Gary Benson <gbenson@redhat.com>
1360
1361 * gdb.base/completion.exp: Disable completion limiting for
1362 existing tests. Add new tests to check completion limiting.
1363 * gdb.linespec/ls-errs.exp: Disable completion limiting.
1364
5dd31d79
DE
13652015-01-31 Doug Evans <xdje42@gmail.com>
1366
1367 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
1368
9f050062
DE
13692015-01-31 Doug Evans <xdje42@gmail.com>
1370
1371 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
1372 entries. Duplicate file section script entries.
1373 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
1374 inlined entries. Add test for safe-path rejection.
1375 * gdb.python/py-section-script.c: Add duplicate inlined section script
1376 entries. Duplicate file section script entries.
1377 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
1378 inlined entries. Add test for safe-path rejection.
1379
df25ebbd
JB
13802015-01-29 Joel Brobecker <brobecker@adacore.com>
1381
1382 * gdb.ada/disc_arr_bound: New testcase.
1383
4a0ca9ec
JB
13842015-01-29 Joel Brobecker <brobecker@adacore.com>
1385
1386 * gdb.ada/mi_var_array: New testcase.
1387
3a8b707a
DE
13882015-01-27 Doug Evans <dje@google.com>
1389
1390 * gdb.python/py-objfile.exp: Add tests for objfile.username.
1391 Add test for objfile.filename, objfile.username after objfile
1392 has been unloaded.
1393
f8313f6e
JB
13942015-01-26 Joel Brobecker <brobecker@adacore.com>
1395
1396 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
1397 the second test to print the name attribute of value
1398 returned by the call to gdb.lookup_type, and adjust
1399 the expected output accordingly.
1400
37bc665e
MW
14012015-01-25 Mark Wielaard <mjw@redhat.com>
1402
1403 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
1404 * gdb.base/disp-step-fork.c: Include unistd.h.
1405 * gdb.base/siginfo-obj.c: Include stdio.h.
1406 * gdb.base/siginfo-thread.c: Likewise.
1407 * gdb.mi/non-stop.c: Include unistd.h.
1408 * gdb.mi/nsthrexec.c: Include stdio.h.
1409 * gdb.mi/pthreads.c: Include unistd.h.
1410 * gdb.modula2/unbounded1.c (main): Declare returns int.
1411 * gdb.reverse/consecutive-reverse.c: Likewise.
1412 * gdb.threads/create-fail.c: Include unistd.h.
1413 * gdb.threads/killed.c: Likewise.
1414 * gdb.threads/linux-dp.c: Likewise.
1415 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
1416 * gdb.threads/non-ldr-exc-2.c: Likewise.
1417 * gdb.threads/non-ldr-exc-3.c: Likewise.
1418 * gdb.threads/non-ldr-exc-4.c: Likewise.
1419 * gdb.threads/pthreads.c: Include unistd.h.
1420 (main): Declare returns int.
1421 * gdb.threads/tls-main.c (foo): New declaration.
1422 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1423
f7e5394d
SM
14242015-01-23 Simon Marchi <simon.marchi@ericsson.com>
1425
1426 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1427 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1428
743649fd
MW
14292015-01-15 Mark Wielaard <mjw@redhat.com>
1430
1431 * gdb.base/noreturn-return.c: New file.
1432 * gdb.base/noreturn-return.exp: New file.
1433 * gdb.base/noreturn-finish.c: New file.
1434 * gdb.base/noreturn-finish.exp: New file.
1435
198297aa
PA
14362015-01-23 Pedro Alves <palves@redhat.com>
1437
1438 * gdb.threads/continue-pending-after-query.c: New file.
1439 * gdb.threads/continue-pending-after-query.exp: New file.
1440
717cf30c
AG
14412015-01-22 Anders Granlund <anders.granlund@ericsson.com>
1442 Simon Marchi <simon.marchi@ericsson.com>
1443
1444 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1445 * gdb.base/valgrind-db-attach.exp: Same.
1446 * gdb.base/valgrind-infcall.exp: Same.
1447 * lib/mi-support.exp (default_mi_gdb_start): Same.
1448 * lib/prompt.exp (default_prompt_gdb_start): Same.
1449 * lib/gdb.exp (default_gdb_spawn): Same.
1450 (gdb_interact): New.
1451
1452
4b62a76e
JK
14532015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1454
1455 * gdb.compile/compile.exp (pointer to jit function): New test.
1456
b4cdae6f
WW
14572015-01-17 Wei-cheng Wang <cole945@gmail.com>
1458
1459 * lib/gdb.exp (supports_process_record): Return true for
1460 powerpc*-*-linux*.
1461 (supports_reverse): Likewise.
1462
d221e7ef
DB
14632015-01-15 Don Breazeal <donb@codesourcery.com>
1464
1465 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1466 instead of checking whether the target board is remote and
1467 use spawn_wait_for_attach instead of exec/sleep.
1468 * gdb.base/attach-twice.exp: Likewise.
1469
bafffb51
JB
14702015-01-15 Joel Brobecker <brobecker@adacore.com>
1471
1472 * gdb.ada/var_arr_attrs: New testcase.
1473
5589af0e
PA
14742015-01-14 Pedro Alves <palves@redhat.com>
1475 Joel Brobecker <brobecker@adacore.com>
1476
1477 PR gdb/17525
1478 * gdb.base/bp-cmds-execution-x-script.c: New file.
1479 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1480 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1481
6c400b59
PA
14822015-01-14 Pedro Alves <palves@redhat.com>
1483
1484 PR cli/17828
1485 * gdb.base/batch-preserve-term-settings.c: New file.
1486 * gdb.base/batch-preserve-term-settings.exp: New file.
1487
e02c96a7
DE
14882015-01-13 Doug Evans <dje@google.com>
1489
1490 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1491 binary.
1492
576fd14c
JB
14932015-01-13 Joel Brobecker <brobecker@adacore.com>
1494
1495 * Makefile.in (clean mostlyclean): Do not delete *.py.
1496
04dccad0
JB
14972015-01-13 Joel Brobecker <brobecker@adacore.com>
1498
1499 * gdb.python/py-lookup-type.exp: New file.
1500
3d230f71
PA
15012015-01-12 Pedro Alves <palves@redhat.com>
1502
1503 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1504 restore GDBFLAGS before returning.
1505
7e67715d
JK
15062015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1507
1508 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1509 is_amd64_regs_target and is_x86_like_target.
1510
f2e0d4b4
DE
15112015-01-11 Doug Evans <xdje42@gmail.com>
1512
1513 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1514 is given without an explicit form.
1515 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1516 attributes.
1517 * gdb.dwarf/corrupt.exp: Ditto.
1518 * gdb.dwarf2/enum-type.exp: Ditto.
1519 * gdb.trace/entry-values.exp: Ditto.
1520 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1521
439250fb
DE
15222015-01-11 Doug Evans <xdje42@gmail.com>
1523
1524 PR gdb/15830
1525 * gdb.base/maint.exp: Remove references to "maint demangle".
1526 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
1527 Add tests for explicitly specifying language to demangle.
1528 * gdb.dlang/demangle.exp: Ditto.
1529
ede9f622
PA
15302015-01-09 Pedro Alves <palves@redhat.com>
1531
1532 * gdb.threads/non-stop-fair-events.c: New file.
1533 * gdb.threads/non-stop-fair-events.exp: New file.
1534
a7b796db
PA
15352015-01-09 Pedro Alves <palves@redhat.com>
1536
1537 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1538 the global scope. Set a breakpoint after all threads are started
1539 rather than stepping over two source lines. Expect the prompt.
1540 * gdb.base/watch_thread_num.c (threads_started_barrier): New
1541 global.
1542 (NUM): Now 15.
1543 (main): Use threads_started_barrier to wait for all threads to
1544 start. Main thread no longer calls thread_function. Exit after
1545 180 seconds.
1546 (loop): New function.
1547 (thread_function): Wait on threads_started_barrier barrier. Call
1548 'loop' at each iteration.
1549 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1550 threads have started, instead of hardcoding number of "next"
1551 steps. Use an access watchpoint instead of a write watchpoint.
1552
9665ffdd
PA
15532015-01-09 Pedro Alves <palves@redhat.com>
1554
1555 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1556 (thread_func): Wait on barrier.
1557 (main): Wait for all threads to start before stopping GDB.
1558 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1559 global.
1560 (thread1_func, thread2_func): Wait on barrier.
1561 (main): Wait for all threads to start before stopping GDB.
1562 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1563 New global.
1564 (thread1_func, thread2_func): Wait on barrier.
1565 (main): Wait for all threads to start before stopping GDB.
1566
c945a99f
PA
15672015-01-09 Pedro Alves <palves@redhat.com>
1568
1569 * gdb.threads/attach-many-short-lived-threads.c: New file.
1570 * gdb.threads/attach-many-short-lived-threads.exp: New file.
1571
c1a747c1
PA
15722014-01-09 Pedro Alves <palves@redhat.com>
1573
1574 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1575 instead of to thread 2.
1576 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1577 Add barrier around each pthread_create call instead of around all
1578 calls.
1579 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1580 Set a break on thread_function and have the child threads hit it
1581 one at at a time.
1582
60b3033e
PA
15832015-01-09 Pedro Alves <palves@redhat.com>
1584
1585 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1586 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1587 false.
1588 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1589 checking whether the target board is remote.
1590 * gdb.multi/multi-attach.exp: Likewise.
1591 * gdb.python/py-sync-interp.exp: Likewise.
1592 * gdb.server/ext-attach.exp: Likewise.
1593 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1594 tests that need to attach, instead of checking whether the target
1595 board is remote at the top of the file.
1596
acc018ac
YQ
15972015-01-08 Yao Qi <yao@codesourcery.com>
1598
1599 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1600
50a18af8
JK
16012015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1602
1603 Fix testcase compilation.
1604 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1605
8503d6e1
JB
16062015-01-06 Joel Brobecker <brobecker@adacore.com>
1607
1608 * gdb.python/py-type.exp: Add a couple test about empty
1609 array creation, and negative-length array creation.
1610
cc73dbcc
DE
16112015-01-02 Doug Evans <xdje42@gmail.com>
1612
1613 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1614
0300bbc7
DE
16152015-01-02 Doug Evans <dje@google.com>
1616
1617 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1618
9d85a0ec
YQ
16192014-12-29 Yao Qi <yao@codesourcery.com>
1620
1621 * gdb.trace/entry-values.exp: Update comments. Rename variable
1622 bar_call_foo to returned_from_foo.
1623
87186c6a
MMN
16242014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
1625
1626 PR gdb/17394
1627 * gdb.linespec/break-asm-file.c: New file.
1628 * gdb.linespec/break-asm-file.exp: New file.
1629 * gdb.linespec/break-asm-file0.s: New file.
1630 * gdb.linespec/break-asm-file1.s: New file.
1631
1bab7383
YQ
16322014-12-18 Nigel Stephens <nigel@mips.com>
1633 Maciej W. Rozycki <macro@codesourcery.com>
1634
1635 * gdb.base/float.exp: Handle the new output from "info float" on
1636 MIPS targets.
1637
1bc1068a
JK
16382014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1639
1640 Fix MinGW compilation.
1641 * gdb.compile/compile-ops.exp: Update untested message if
1642 !skip_compile_feature_tests.
1643 * gdb.compile/compile-setjmp.exp: Likewise.
1644 * gdb.compile/compile-tls.exp: Likewise.
1645 * gdb.compile/compile.exp: Likewise.
1646 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1647 supported on this host".
1648
b6615d10
DE
16492014-12-16 Doug Evans <xdje42@gmail.com>
1650
1651 * boards/stabs.exp: New file.
1652
25dda427
AA
16532014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
1654
1655 * gdb.base/completion.exp: Adjust to format changes of "maint
1656 print user-registers".
1657
bf330350
CU
16582014-12-16 Catalin Udma <catalin.udma@freescale.com>
1659
1660 PR server/17457
1661 * gdb.arch/aarch64-fp.c: New file.
1662 * gdb.arch/aarch64-fp.exp: New file.
1663
395cf596
SDJ
16642014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1665
1666 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1667 r210637, r210913, r211666, r215400, r215817).
1668
1669 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1670 * dg-extract-results.py: New file.
1671 * dg-extract-results.sh: Use it if the environment seems
1672 suitable.
1673
1674 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1675
1676 * dg-extract-results.py (parse_run): Handle warnings that
1677 are printed before a test harness is run.
1678
1679 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1680
1681 * dg-extract-results.py (Named): Remove __cmp__ method.
1682 (output_variation): Use a key to sort variation.harnesses.
1683
1684 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1685
1686 * dg-extract-results.py: For Python 3, force sys.stdout to
1687 handle surrogate escape sequences.
1688 (safe_open): New function.
1689 (output_segment, main): Use it.
1690
1691 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1692
1693 * dg-extract-results.py (Prog.result_re): Include options
1694 in test name.
1695
1696 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1697
1698 * dg-extract-results.py (output_variation): Always sort if
1699 do_sum.
1700
e882ef3c
SM
17012014-12-15 Simon Marchi <simon.marchi@ericsson.com>
1702
1703 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
1704 as long as we get pagination notifications.
1705
4992aa20
JM
17062014-12-15 Jason Merrill <jason@redhat.com>
1707
1708 * Makefile.in (check-gdb.%): Restore.
1709 * README: Mention it.
1710
c1b5a1a6
JB
17112014-12-13 Joel Brobecker <brobecker@adacore.com>
1712
1713 * gdb.ada/str_uninit: New testcase.
1714
5537b577
JK
17152014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1716
1717 PR symtab/17642
1718 * gdb.base/vla-stub-define.c: New file.
1719 * gdb.base/vla-stub.c: New file.
1720 * gdb.base/vla-stub.exp: New file.
1721
bb2ec1b3
TT
17222014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1723 Jan Kratochvil <jan.kratochvil@redhat.com>
1724 Tom Tromey <tromey@redhat.com>
1725
1726 * configure.ac: Add gdb.compile/.
1727 * configure: Regenerate.
1728 * gdb.compile/Makefile.in: New file.
1729 * gdb.compile/compile-ops.exp: New file.
1730 * gdb.compile/compile-ops.c: New file.
1731 * gdb.compile/compile-tls.c: New file.
1732 * gdb.compile/compile-tls.exp: New file.
1733 * gdb.compile/compile-constvar.S: New file.
1734 * gdb.compile/compile-constvar.c: New file.
1735 * gdb.compile/compile-mod.c: New file.
1736 * gdb.compile/compile-nodebug.c: New file.
1737 * gdb.compile/compile-setjmp-mod.c: New file.
1738 * gdb.compile/compile-setjmp.c: New file.
1739 * gdb.compile/compile-setjmp.exp: New file.
1740 * gdb.compile/compile-shlib.c: New file.
1741 * gdb.compile/compile.c: New file.
1742 * gdb.compile/compile.exp: New file.
1743 * lib/gdb.exp (skip_compile_feature_tests): New proc.
1744
4ff709eb
TT
17452014-12-12 Tom Tromey <tromey@redhat.com>
1746
1747 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
1748 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1749
6dddd6a5
DE
17502014-12-12 Doug Evans <dje@google.com>
1751
1752 * lib/gdb-python.exp (get_python_valueof): New function.
1753 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1754
71c24708
AA
17552014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1756
1757 * gdb.base/completion.exp: Add test for completion of "info
1758 registers ".
1759
3e29f34a
MR
17602014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1761
1762 * gdb.base/func-ptrs.c: New file.
1763 * gdb.base/func-ptrs.exp: New file.
1764
fc126975
SM
17652014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1766
1767 PR breakpoints/17012
1768 * gdb.base/dprintf-detach.c: New file.
1769 * gdb.base/dprintf-detach.exp: New file.
1770
0a46d518
SM
17712014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1772
1773 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1774 * lib/gdb.exp (target_is_gdbserver): New procedure.
1775
a0be3e44
DE
17762014-12-08 Doug Evans <dje@google.com>
1777
1778 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1779
df1b803a
YQ
17802014-12-05 Yao Qi <yao@codesourcery.com>
1781
1782 * gdb.guile/scm-error.exp: Remove the third argument to
1783 gdb_remote_download.
1784 * gdb.guile/scm-frame-args.exp: Likewise.
1785 * gdb.guile/scm-section-script.exp: Likewise.
1786
ddb9f679
YQ
17872014-12-05 Yao Qi <yao@codesourcery.com>
1788
1789 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1790
86e4ed39
DE
17912014-12-04 Doug Evans <dje@google.com>
1792
1793 * gdb.python/py-objfile.exp: Add tests for
1794 objfile.add_separate_debug_file.
1795
7c50a931
DE
17962014-12-04 Doug Evans <dje@google.com>
1797
1798 * lib/gdb.exp (get_build_id): New function.
1799 (build_id_debug_filename_get): Rewrite to use it.
1800 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1801
621661e3
MR
18022014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1803
1804 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1805 `method(long)', not just 0x0.
1806 * gdb.cp/nsalias.exp: Align code labels to 4.
1807 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1808 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1809 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1810 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1811 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1812 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1813
29f0c3b7
DE
18142014-12-02 Doug Evans <dje@google.com>
1815
e1e061e7 1816 PR symtab/17602
29f0c3b7 1817 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 1818 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
1819 * gdb.cp/anon-ns.exp: Update.
1820
162078c8
NB
18212014-12-02 Nick Bull <nicholaspbull@gmail.com>
1822
1823 * gdb.python/py-events.py (inferior_call_handler): New.
1824 (register_changed_handler, memory_changed_handler): New.
1825 (test_events.invoke): Register new handlers.
1826 * gdb.python/py-events.exp: Add tests for inferior call,
1827 memory_changed and register_changed events.
1828
fdb09caf
AA
18292014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1830
1831 * gdb.base/execl-update-breakpoints.exp: Specify the link address
1832 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
1833 if the linker doesn't understand this.
1834
55cfb2c4
SM
18352014-12-01 Simon Marchi <simon.marchi@ericsson.com>
1836
1837 * gdb.python/python.exp: Change expected reply to help().
1838
9e8cd6df
YQ
18392014-12-01 Yao Qi <yao@codesourcery.com>
1840
1841 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
1842 AC_CONFIG_SUBDIRS(gdb.gdbtk).
1843 * configure: Re-generated.
1844
6c659fc2
SC
18452014-11-28 Siva Chandra Reddy <sivachandra@google.com>
1846
1847 * gdb.cp/chained-calls.cc: New file.
1848 * gdb.cp/chained-calls.exp: New file.
1849 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1850
d7fc3181
SM
18512014-11-28 Simon Marchi <simon.marchi@ericsson.com>
1852
1853 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1854 * gdb.dwarf2/symtab-producer.exp: Same.
1855 * gdb.gdb/python-interrupts.exp: Same.
1856 * gdb.gdb/python-selftest.exp: Same.
1857 * gdb.python/py-linetable.exp: Same.
1858 * gdb.python/py-type.exp: Same.
1859 * gdb.python/py-value-cc.exp: Same.
1860 * gdb.python/py-value.exp: Same.
1861
10e79639
YQ
18622014-11-28 Yao Qi <yao@codesourcery.com>
1863
1864 * gdb.base/break-probes.exp: Match library name prefixed with
1865 sysroot.
1866
f28a0564
SM
18672014-11-27 Simon Marchi <simon.marchi@ericsson.com>
1868
1869 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
1870 test expected output. Add parentheses for the call to print.
1871 Remove L suffix from integers.
1872
3fe1ce1d
DE
18732014-11-26 Doug Evans <dje@google.com>
1874
1875 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
1876
84429e27
YQ
18772014-11-22 Yao Qi <yao@codesourcery.com>
1878
1879 * gdb.trace/entry-values.c: Remove asms.
1880 (foo): Add foo_label.
1881 (bar): Add bar_label.
1882 * gdb.trace/entry-values.exp: Remove code computing foo's
1883 length and bar's length.
1884 (Dwarf::assemble): Invoke function_range for bar and use
1885 MACRO_AT_func for foo.
1886
26741859
YQ
18872014-11-22 Yao Qi <yao@codesourcery.com>
1888
1889 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
1890 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
1891 Use .Lgcc43_procstart instead of gcc43.
1892
45e44d27
JB
18932014-11-21 Joel Brobecker <brobecker@adacore.com>
1894
1895 * gdb.ada/n_arr_bound: New testcase.
1896
458c8db8
SDJ
18972014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1898
1899 PR breakpoints/10737
1900 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
1901 test_catch_syscall_multi_arch.
1902 (test_catch_syscall_multi_arch): New function.
1903
43f3e411
DE
19042014-11-20 Doug Evans <xdje42@gmail.com>
1905
1906 * gdb.base/maint.exp: Update expected output.
1907
0d7b2549
AA
19082014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1909
1910 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
1911 4-byte instruction on S390.
1912
8908fca5
JB
19132014-11-19 Joel Brobecker <brobecker@adacore.com>
1914
1915 * gdb.ada/arr_arr: New testcase.
1916
4a46959e
JB
19172014-11-19 Joel Brobecker <brobecker@adacore.com>
1918
1919 * gdb.ada/pkd_arr_elem: New Testcase.
1920
470e2f4e
LM
19212014-11-18 Luis Machado <lgustavo@codesourcery.com>
1922
1923 * gdb.reverse/break-precsave: Expect completion message for
1924 core file reads.
1925 * gdb.reverse/consecutive-precsave.exp: Likewise.
1926 * gdb.reverse/finish-precsave.exp: Likewise.
1927 * gdb.reverse/i386-precsave.exp: Likewise.
1928 * gdb.reverse/machinestate-precsave.exp: Likewise.
1929 * gdb.reverse/sigall-precsave.exp: Likewise.
1930 * gdb.reverse/solib-precsave.exp: Likewise.
1931 * gdb.reverse/step-precsave.exp: Likewise.
1932 * gdb.reverse/until-precsave.exp: Likewise.
1933 * gdb.reverse/watch-precsave.exp: Likewise.
1934
a267f3ad
AA
19352014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1936
1937 * gdb.base/bp-permanent.c: Include unistd.h.
1938 * gdb.python/py-framefilter-mi.c (main): Add return type.
1939 * gdb.python/py-framefilter.c (main): Likewise.
1940 * gdb.trace/actions-changed.c (main): Likewise.
1941
12084a9a
AA
19422014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1943
1944 * gdb.mi/until.c: Add eye-catchers.
1945 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
1946 line numbers.
1947
dc7e1a77
AA
19482014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1949
1950 * gdb.base/condbreak.exp: Drop references to removed non-prototype
1951 function header variants in break1.c.
1952 * gdb.base/ena-dis-br.exp: Likewise.
1953 * gdb.base/hbreak2.exp: Likewise.
1954 * gdb.reverse/until-precsave.exp: Drop references to removed
1955 non-prototype function header variants in ur1.c.
1956 * gdb.reverse/until-reverse.exp: Likewise.
1957
41c77605
PM
19582014-11-17 Petr Machata <pmachata@redhat.com>
1959
1960 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
1961 ${_cu_offset_size} bytes abbrev offset.
1962
34248c3a
DE
19632014-11-15 Doug Evans <xdje42@gmail.com>
1964
1965 PR symtab/17559
1966 * gdb.base/line-symtabs.exp: New file.
1967 * gdb.base/line-symtabs.c: New file.
1968 * gdb.base/line-symtabs.h: New file.
1969
646da059
YQ
19702014-11-14 Yao Qi <yao@codesourcery.com>
1971
1972 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
1973 (func): Add label func_label.
1974 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
1975 Replace low_pc and high_pc with MACRO_AT_range.
1976 Replace name, low_pc and high_pc with MACRO_AT_func.
1977
9301ebe6
YQ
19782014-11-14 Yao Qi <yao@codesourcery.com>
1979
1980 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
1981 Replace name, low_pc and high_pc with MACRO_AT_func.
1982
f166b542
YQ
19832014-11-14 Yao Qi <yao@codesourcery.com>
1984
1985 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
1986 produce debug information.
1987 * gdb.dwarf2/implptr-optimized-out.S: Removed.
1988
0f6e71e3
YQ
19892014-11-14 Yao Qi <yao@codesourcery.com>
1990
1991 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
1992 object and get function length.
1993 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
1994 with MACRO_AT_func.
1995 (top-level): Replace gdb_compile and clean_restart with
1996 prepare_for_testing.
1997 * gdb.dwarf2/main.c (main): Add label main_label.
1998
876c4df9
YQ
19992014-11-14 Yao Qi <yao@codesourcery.com>
2000
2001 * lib/dwarf.exp (function_range): New procedure.
2002 (Dwarf::_handle_macro_at_func): New procedure.
2003 (Dwarf::_handle_macro_at_range): New procedure.
2004 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2005
02ad9cf1
YQ
20062014-11-14 Yao Qi <yao@codesourcery.com>
2007
2008 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2009 (_handle_attribute): New procedure.
2010
a59add0c
AA
20112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2012
2013 * gdb.ada/cond_lang/foo.c (callme): Add return type.
2014 * gdb.base/call-sc.c (zed): Likewise.
2015 * gdb.base/checkpoint.c (main): Likewise.
2016 * gdb.base/dump.c (main): Likewise.
2017 * gdb.base/gcore.c (main): Likewise.
2018 * gdb.base/huge.c (main): Likewise.
2019 * gdb.base/multi-forks.c (main): Likewise.
2020 * gdb.base/pr10179-a.c (main): Likewise.
2021 * gdb.base/savedregs.c (main): Likewise.
2022 * gdb.base/sigaltstack.c (main): Likewise.
2023 * gdb.base/siginfo.c (main): Likewise.
2024 * gdb.base/structs.c (zed): Likewise.
2025 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2026 * gdb.mi/mi-syn-frame.c (main): Likewise.
2027 * gdb.mi/until.c (foo, main): Likewise.
2028 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2029 * gdb.base/solib-weak.c (foo): Declare.
2030 * gdb.base/attach-twice.c: Include stdio.h.
2031 * gdb.base/weaklib1.c: Likewise.
2032 * gdb.base/weaklib2.c: Likewise.
2033 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2034 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2035 unistd.h.
2036 * gdb.base/attach-pie-misread.c: Include stdlib.h.
2037 * gdb.mi/mi-exit-code.c: Likewise.
2038 * gdb.base/break-interp-lib.c: Include string.h.
2039 * gdb.base/coremaker.c: Likewise.
2040 * gdb.base/testenv.c: Likewise.
2041 * gdb.python/py-finish-breakpoint.c: Likewise.
2042 * gdb.base/inferior-died.c: Include sys/wait.h.
2043 * gdb.base/fileio.c: Include time.h.
2044 * gdb.base/async-shell.c: Include unistd.h.
2045 * gdb.base/dprintf-non-stop.c: Likewise.
2046 * gdb.base/info-os.c: Likewise.
2047 * gdb.mi/mi-console.c: Likewise.
2048 * gdb.mi/watch-nonstop.c: Likewise.
2049 * gdb.python/py-events.c: Likewise.
2050 * gdb.base/async.c (baz): Move up before its invocation.
2051 * gdb.base/code_elim2.c (my_global_func): Likewise.
2052 * gdb.base/skip-solib-lib.c (multiply): Likewise.
2053 * gdb.base/advance.c (func2): Likewise.
2054
3b5d5997
AA
20552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2056
2057 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
2058 variant.
2059 * gdb.base/annota3.c: Likewise.
2060 * gdb.base/async.c: Likewise.
2061 * gdb.base/average.c: Likewise.
2062 * gdb.base/call-ar-st.c: Likewise.
2063 * gdb.base/call-rt-st.c: Likewise.
2064 * gdb.base/call-sc.c: Likewise.
2065 * gdb.base/call-strs.c: Likewise.
2066 * gdb.base/ending-run.c: Likewise.
2067 * gdb.base/execd-prog.c: Likewise.
2068 * gdb.base/exprs.c: Likewise.
2069 * gdb.base/foll-exec.c: Likewise.
2070 * gdb.base/foll-fork.c: Likewise.
2071 * gdb.base/foll-vfork.c: Likewise.
2072 * gdb.base/funcargs.c: Likewise.
2073 * gdb.base/gcore.c: Likewise.
2074 * gdb.base/jump.c: Likewise.
2075 * gdb.base/langs0.c: Likewise.
2076 * gdb.base/langs1.c: Likewise.
2077 * gdb.base/langs2.c: Likewise.
2078 * gdb.base/mips_pro.c: Likewise.
2079 * gdb.base/nodebug.c: Likewise.
2080 * gdb.base/opaque0.c: Likewise.
2081 * gdb.base/opaque1.c: Likewise.
2082 * gdb.base/recurse.c: Likewise.
2083 * gdb.base/run.c: Likewise.
2084 * gdb.base/scope0.c: Likewise.
2085 * gdb.base/scope1.c: Likewise.
2086 * gdb.base/setshow.c: Likewise.
2087 * gdb.base/setvar.c: Likewise.
2088 * gdb.base/shmain.c: Likewise.
2089 * gdb.base/shr1.c: Likewise.
2090 * gdb.base/shr2.c: Likewise.
2091 * gdb.base/sigall.c: Likewise.
2092 * gdb.base/signals.c: Likewise.
2093 * gdb.base/so-indr-cl.c: Likewise.
2094 * gdb.base/solib2.c: Likewise.
2095 * gdb.base/structs.c: Likewise.
2096 * gdb.base/sum.c: Likewise.
2097 * gdb.base/vforked-prog.c: Likewise.
2098 * gdb.base/watchpoint.c: Likewise.
2099 * gdb.reverse/shr2.c: Likewise.
2100 * gdb.reverse/until-reverse.c: Likewise.
2101 * gdb.reverse/ur1.c: Likewise.
2102 * gdb.reverse/watch-reverse.c: Likewise.
2103
066a77c5
AA
21042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2105
2106 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
2107 variant.
2108 * gdb.base/sepdebug.exp: Drop references to removed code.
2109
4f204ea5
AA
21102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2111
2112 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
2113 variant. Preserve original line numbering.
2114 * gdb.base/list1.c: Likewise.
2115
3b377a3a
AA
21162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2117
2118 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
2119 variant.
2120 * gdb.base/break1.c: Likewise.
2121 * gdb.base/break.exp: Drop references to removed code.
2122
e444df73
AA
21232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2124
2125 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
2126 variant.
2127
8008f2a7
AA
21282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2129
2130 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
2131
a5a06887
AA
21322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2133
2134 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
2135 logic into perform_all_tests() and invoke it with and without
2136 function header prototypes.
2137 (do_function_calls): Remove conditional XFAIL for PR 5318.
2138 (rerun_and_prepare): Remove duplicate code.
2139 (perform_all_tests): New. Main logic moved here.
2140
44dba9b9
AA
21412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2142
2143 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
2144 code guarded by #ifdef NO_PROTOTYPES.
2145 (t_double_many_args): Likewise.
2146 (DEF_FUNC_MANY_ARGS_1): Likewise.
2147 (DEF_FUNC_VALUES_1): Likewise.
2148 (t_structs_ldc): Renamed from t_structs_fc in conditional code
2149 guarded by #ifdef PROTOTYPES.
2150
d1fbcd56
AA
21512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2152
2153 * gdb.mi/mi-console.c: Add eye-catcher.
2154 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
2155 instead of literal line number.
2156
b0e59b8f
AA
21572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2158
2159 * gdb.base/shr2.c: Add eye-catcher.
2160 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
2161 line number.
2162
78f98cca
AA
21632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2164
2165 * gdb.base/jump.c: Add eye-catchers.
2166 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
2167 numbers.
2168
58fa2af0
AA
21692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2170
2171 * gdb.base/execd-prog.c: Add eye-catchers.
2172 * gdb.base/foll-exec.c: Likewise.
2173 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
2174 line numbers.
2175
04e5059b
AA
21762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2177
2178 * gdb.base/ending-run.c: Add eye-catchers.
2179 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
2180 literal line numbers.
2181
dbfdb174
AA
21822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2183
2184 * gdb.base/call-rt-st.c: Add eye-catchers.
2185 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
2186 literal line numbers.
2187
888a2ade
AA
21882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2189
2190 * gdb.base/call-ar-st.c: Add eye-catchers.
2191 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
2192 literal line numbers.
2193
6acc2dde
AA
21942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2195
2196 * gdb.base/average.c: Add eye-catchers.
2197 * gdb.base/sum.c: Likewise.
2198 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
2199 regexps dynamically.
2200
9ecfcd1d
AA
22012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2202
2203 * gdb.base/solib1.c: Add eye-catchers.
2204 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
2205 literal line numbers.
2206
78708b7c
PA
22072014-11-12 Pedro Alves <palves@redhat.com>
2208
2209 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
2210 leader has exited.
2211
af48d08f
PA
22122014-11-12 Pedro Alves <palves@redhat.com>
2213
2214 * gdb.arch/i386-bp_permanent.c: New file.
2215 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
2216 (srcfile): Set to i386-bp_permanent.c.
2217 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
2218 that stepi does not execute the 'leave' instruction, instead of
2219 testing it does execute.
2220 * gdb.base/bp-permanent.c: New file.
2221 * gdb.base/bp-permanent.exp: New file.
2222
af3768e9
DE
22232014-11-10 Doug Evans <xdje42@gmail.com>
2224
2225 PR symtab/17564
2226 * gdb.base/symtab-search-order.exp: New file.
2227 * gdb.base/symtab-search-order.c: New file.
2228 * gdb.base/symtab-search-order-1.c: New file.
2229 * gdb.base/symtab-search-order-shlib-1.c: New file.
2230
9de00a4a
PA
22312014-11-07 Pedro Alves <palves@redhat.com>
2232
2233 PR gdb/17511
2234 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
2235 i?86-*-linux*.
2236
e0f52461
SC
22372014-11-03 Siva Chandra Reddy <sivachandra@google.com>
2238
2239 PR c++/17494
2240 * gdb.cp/pr17494.cc: New file.
2241 * gdb.cp/pr17494.exp: New file.
2242
6ce8c980
YQ
22432014-11-02 Yao Qi <yao@codesourcery.com>
2244
2245 * gdb.python/python.exp: Get working directory and match the
2246 output of "set extended-prompt \\w " with it.
2247
02be9a71
DE
22482014-10-30 Doug Evans <dje@google.com>
2249
2250 * gdb.python/py-objfile.exp: Add tests for setting random attributes
2251 in objfiles.
2252 * gdb.python/py-progspace.exp: Add tests for setting random attributes
2253 in progspaces.
2254
3bdff46b
LM
22552014-10-30 Janis Johnson <janisjo@codesourcery.com>
2256
2257 * gdb.base/fullpath-expand.exp: Skip for a remote host.
2258 * gdb.base/realname-expand.exp: Likewise.
2259 * gdb.linespec/macro-relative.exp: Likewise.
2260
ab917dfb
PA
22612014-10-29 Pedro Alves <palves@redhat.com>
2262
2263 PR gdb/17408
2264 * gdb.threads/schedlock.c (some_function): New function.
2265 (call_function): New global.
2266 (MAYBE_CALL_SOME_FUNCTION): New macro.
2267 (thread_function): Call it.
2268 * gdb.threads/schedlock.exp (get_args): Add description parameter,
2269 and use it instead of a global counter. Adjust all callers.
2270 (get_current_thread): Use "find current thread" for test message
2271 here rather than having all callers pass down the same string.
2272 (goto_loop): New procedure, factored out from ...
2273 (my_continue): ... this.
2274 (step_ten_loops): Change parameter from test message to command to
2275 use. Adjust.
2276 (list_count): Delete global.
2277 (check_result): New procedure, factored out from duplicate top
2278 level code.
2279 (continue tests): Wrap in with_test_prefix.
2280 (test_step): New procedure, factored out from duplicate top level
2281 code.
2282 (top level): Test "step" in combination with all scheduler-locking
2283 modes. Test "next" in combination with all scheduler-locking
2284 modes, and in combination with stepping over a function call or
2285 not.
2286 * gdb.threads/next-bp-other-thread.c: New file.
2287 * gdb.threads/next-bp-other-thread.exp: New file.
2288
d3d4baed
PA
22892014-10-29 Pedro Alves <palves@redhat.com>
2290
2291 PR python/17372
2292 * gdb.python/python.exp: Test a multi-line command that spawns
2293 interactive Python.
2294 * gdb.base/multi-line-starts-subshell.exp: New file.
2295
563e8d85
YQ
22962014-10-29 Yao Qi <yao@codesourcery.com>
2297
2298 * gdb.base/fileio.exp: Make directories on host.
2299
0ea4d52e
YQ
23002014-10-29 Yao Qi <yao@codesourcery.com>
2301
2302 * gdb.base/fileio.c (test_write): Close the file.
2303
7f5ef605
PA
23042014-10-28 Pedro Alves <palves@redhat.com>
2305
2306 PR gdb/12623
2307 * gdb.base/sigstep.c (no_handler): New global.
2308 (main): If 'no_handler is true, set the signal handlers to
2309 SIG_IGN.
2310 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
2311 with_sw_watch and no_handler parameters. Handle them.
2312 (top level) <stepping over handler when stopped at a breakpoint
2313 test>: Add a test axis for testing with a software watchpoint, and
2314 another for testing with the signal handler set to SIG_IGN.
2315 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
2316 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
2317
abbdbd03
PA
23182014-10-28 Pedro Alves <palves@redhat.com>
2319
2320 PR gdb/17511
2321 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
2322 * gdb.base/sigstep.exp (other_handler_location): New global.
2323 (advance): Support stepping into the signal handler, and running
2324 commands while in the handler.
2325 (in_handler_map): New global.
2326 (top level): In the advance test, add combinations for getting
2327 into the handler with stepping commands, and for running commands
2328 in the handler. Add comment descripting the advancei tests.
2329
1df4399f
PA
23302014-10-28 Pedro Alves <palves@redhat.com>
2331
2332 * gdb.base/sigstep.exp: Use build_executable instead of
2333 prepare_for_testing.
2334 (top level): Move code that starts GDB, runs to main and creates a
2335 display to ...
2336 (restart): ... this new procedure.
2337 (top level): Move backtrace from signal handler test to ...
2338 (validate_backtrace): ... this new procedure.
2339 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
2340 with_test_prefix. Always restart GDB.
2341 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
2342 with_test_prefix. Always restart GDB. No need to delete
2343 breakpoints after the test.
2344 (test_skip_handler): Remove prefix parameter.
2345 (skip_over_handler, breakpoint_to_handler)
2346 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
2347 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
2348 restart GDB. No need to delete breakpoints after the test.
2349 (top level): Use foreach to call the test procedures with
2350 different commands.
2351
a5b6e449
PA
23522014-10-28 Pedro Alves <palves@redhat.com>
2353
2354 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
2355 instead of GNATS numbers.
2356 * gdb.base/sigbpt.exp: Likewise.
2357 * gdb.base/siginfo.exp: Likewise.
2358 * gdb.base/sigstep.exp: Likewise.
2359
e5f8a7cc
PA
23602014-10-27 Pedro Alves <palves@redhat.com>
2361
2362 * gdb.base/sigstep.c (dummy): New global.
2363 (main): Issue a couple writes to the new global.
2364 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
2365 procedures.
2366 (skip_over_handler): Use test_skip_handler.
2367 (top level): Call skip_over_handler for stepi and nexti too.
2368 (breakpoint_over_handler): Use test_skip_handler.
2369 (top level): Call breakpoint_over_handler for stepi and nexti too.
2370
763905a3
YQ
23712014-10-27 Yao Qi <yao@codesourcery.com>
2372
2373 * gdb.trace/tfile.c (adjust_function_address)
2374 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
2375 function descriptor.
2376
6f259a23
DB
23772014-10-24 Don Breazeal <donb@codesourcery.com>
2378
2379 * gdb.base/foll-fork.exp (test_follow_fork,
2380 catch_fork_child_follow): Check for updated fork messages emitted
2381 from infrun.c.
2382 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
2383 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
2384 vfork_and_exec_child_follow_through_step): Check for updated vfork
2385 messages emitted from infrun.c.
2386
09dd9a69
PA
23872014-10-24 Pedro Alves <palves@redhat.com>
2388
2389 * gdb.base/corefile.exp: Remove references to ultrix.
2390 * gdb.base/interrupt.exp: Likewise.
2391 * gdb.base/whatis.exp: Likewise.
2392 * gdb.gdb/selftest.exp: Likewise.
2393 * gdb.threads/manythreads.exp: Likewise.
2394 * gdb.threads/print-threads.exp: Likewise.
2395 * gdb.threads/pthreads.exp:: Likewise.
2396 * gdb.threads/schedlock.exp: Likewise.
2397
3433cfa5
SC
23982014-10-24 Siva Chandra Reddy <sivachandra@google.com>
2399
2400 * gdb.cp/non-trivial-retval.cc: Add a test case.
2401 * gdb.cp/non-trivial-retval.exp: Add a test.
2402
092f880b
YQ
24032014-10-20 Yao Qi <yao@codesourcery.com>
2404
2405 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
2406 * gdb.python/py-objfile-script-gdb.py: New file.
2407 * gdb.python/py-objfile-script.exp: Update reference to
2408 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
2409 of remote_download. Remove the dest file.
2410
acbdb7f3
YQ
24112014-10-20 Yao Qi <yao@codesourcery.com>
2412
2413 * gdb.base/checkpoint.exp: Don't remove file copied on host.
2414 * gdb.base/step-line.exp: Likewise.
2415 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2416 * gdb.dwarf2/dw2-basic.exp: Likewise.
2417 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2418 * gdb.dwarf2/dw2-filename.exp: Likewise.
2419 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2420 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2421 * gdb.dwarf2/dw2-producer.exp: Likewise.
2422 * gdb.dwarf2/mac-fileno.exp: Likewise.
2423 * gdb.python/py-frame-args.exp: Likewise.
2424 * gdb.python/py-framefilter.exp: Likewise.
2425 * gdb.python/py-mi.exp: Likewise.
2426 * gdb.python/py-objfile-script.exp: Likewise
2427 * gdb.python/py-pp-integral.exp: Likewise.
2428 * gdb.python/py-pp-re-notag.exp: Likewise.
2429 * gdb.python/py-prettyprint.exp: Likewise.
2430 * gdb.python/py-section-script.exp: Likewise.
2431 * gdb.python/py-typeprint.exp: Likewise.
2432 * gdb.python/py-xmethods.exp: Likewise.
2433 * gdb.stabs/weird.exp: Likewise.
2434 * gdb.xml/tdesc-regs.exp: Likewise.
2435
bd286a29
KCY
24362014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2437
2438 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2439 (out_cu): Use addr_len for the size of addresses.
2440 (out_line): Likewise. Size DW_LNE_set_address instruction
2441 according to addr_len.
2442 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2443 (FUNC): Add START_INSNS to definition.
2444
673dc4a0
YQ
24452014-10-18 Yao Qi <yao@codesourcery.com>
2446
2447 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2448 gdb_has_argv0 return true.
2449 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2450 check [target_info exists noargs], check [gdb_has_argv0]
2451 instead.
2452 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2453 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2454 procedures.
2455
4ffbba72
DE
24562014-10-17 Doug Evans <dje@google.com>
2457
2458 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2459 event.
2460 * gdb.python/py-events.py: Add clear_objfiles event.
2461
d096d8c1
DE
24622014-10-17 Doug Evans <dje@google.com>
2463
2464 * gdb.python/py-objfile.exp: Test progspace attribute.
2465
a80db015
LM
24662014-10-17 Luis Machado <lgustavo@codesourcery.com>
2467
2468 * gdb.guile/scm-breakpoint.exp: Do not assume any
2469 directory separators when matching source file paths.
2470 * gdb.python/py-breakpoint.exp: Likewise.
2471 * gdb.reverse/break-precsave.exp: Likewise.
2472 * gdb.reverse/break-reverse.exp: Likewise.
2473 * gdb.reverse/consecutive-precsave.exp: Likewise.
2474 * gdb.reverse/finish-precsave.exp: Likewise.
2475 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2476 * gdb.reverse/finish-reverse.exp: Likewise.
2477 * gdb.reverse/i386-precsave.exp: Likewise.
2478 * gdb.reverse/i387-env-reverse.exp: Likewise.
2479 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2480 * gdb.reverse/machinestate-precsave.exp: Likewise.
2481 * gdb.reverse/machinestate.exp: Likewise.
2482 * gdb.reverse/sigall-precsave.exp: Likewise.
2483 * gdb.reverse/solib-precsave.exp: Likewise.
2484 * gdb.reverse/step-precsave.exp: Likewise.
2485 * gdb.reverse/until-precsave.exp: Likewise.
2486 * gdb.reverse/watch-precsave.exp: Likewise.
2487 * gdb.reverse/watch-reverse.exp: Likewise.
2488
b22089ab
YQ
24892014-10-17 Yao Qi <yao@codesourcery.com>
2490
2491 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2492 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2493
6c4486e6
PA
24942014-10-17 Pedro Alves <palves@redhat.com>
2495
2496 PR gdb/17471
2497 * gdb.base/bg-execution-repeat.c: New file.
2498 * gdb.base/bg-execution-repeat.exp: New file.
2499
0ff33695
PA
25002014-10-17 Pedro Alves <palves@redhat.com>
2501
2502 PR gdb/17300
2503 * gdb.base/continue-all-already-running.c: New file.
2504 * gdb.base/continue-all-already-running.exp: New file.
2505
6fdebc3d
PA
25062014-10-17 Pedro Alves <palves@redhat.com>
2507
2508 PR gdb/17472
2509 * gdb.base/annota-input-while-running.c: New file.
2510 * gdb.base/annota-input-while-running.exp: New file.
2511
32a8097b
PA
25122014-10-17 Pedro Alves <palves@redhat.com>
2513
2514 * gdb.base/callfuncs.exp: emove references to osf.
2515 * gdb.base/sigall.exp: Likewise.
2516 * gdb.gdb/selftest.exp: Likewise.
2517 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2518 * gdb.mi/non-stop.c: Likewise.
2519 * gdb.mi/pthreads.c: Likewise.
2520 * gdb.reverse/sigall-precsave.exp: Likewise.
2521 * gdb.reverse/sigall-reverse.exp: Likewise.
2522 * gdb.threads/pthreads.c: Likewise.
2523 * gdb.threads/pthreads.exp: Likewise.
2524
7a3517ff
YQ
25252014-10-17 Yao Qi <yao@codesourcery.com>
2526
2527 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2528 check 'target_info exists noargs'.
2529 (test_command_prompt_position): Likewise.
2530 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2531 Remove "set args".
2532 (progvar_simple_while_test): Likewise.
2533 (progvar_complex_if_while_test): Likewise.
2534 (if_while_breakpoint_command_test): Likewise.
2535 (infrun_breakpoint_command_test): Likewise.
2536 (breakpoint_command_test): Likewise.
2537 (watchpoint_command_test): Likewise.
2538 (bp_deleted_in_command_test): Likewise.
2539 (temporary_breakpoint_commands): Likewise.
2540
bb99c472
YQ
25412014-10-16 Yao Qi <yao@codesourcery.com>
2542
2543 * gdb.base/remotetimeout.exp: Remove noargs checking.
2544
7c16b83e
PA
25452014-10-15 Pedro Alves <palves@redhat.com>
2546
2547 PR breakpoints/9649
2548 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2549 * gdb.base/breakpoint-in-ro-region.exp
2550 (probe_target_hardware_step): New procedure.
2551 (top level): Probe hardware stepping and hardware breakpoint
2552 support. Test stepping through a read-only region, with both
2553 "breakpoint auto-hw" on and off and both "always-inserted" on and
2554 off.
2555
35a49624
IB
25562014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
2557
2558 * gdb.dlang/demangle.exp: Update for demangling changes.
2559
2d1c107c
SC
25602014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2561
2562 * gdb.cp/non-trivial-retval.cc: Add new test cases.
2563 * gdb.cp/non-trivial-retval.exp: Add new tests.
2564
778811d5
SC
25652014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2566
2567 PR c++/13403
2568 PR c++/15154
2569 * gdb.cp/non-trivial-retval.cc: New file.
2570 * gdb.cp/non-trivial-retval.exp: New file.
2571
10c5f0a8
YQ
25722014-10-15 Yao Qi <yao@codesourcery.com>
2573
2574 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2575 remote host.
2576
65d7b369
YQ
25772014-10-15 Yao Qi <yao@codesourcery.com>
2578
2579 * gdb.python/py-symbol.exp: Match file base name if host is
2580 remote, otherwise match file name with dir name.
2581 * gdb.python/py-symtab.exp: Likewise.
2582 * gdb.python/python.exp: Likewise.
2583
46dc1394
YQ
25842014-10-15 Yao Qi <yao@codesourcery.com>
2585
2586 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2587 pattern.
2588 * gdb.python/py-symtab.exp: Likewise.
2589 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2590 locationn.
2591
c40cc657
JB
25922014-10-14 Joel Brobecker <brobecker@adacore.com>
2593
2594 * gdb.ada/addr_arith: New testcase.
2595
2abf49e1
MR
25962014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2597
2598 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2599 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2600 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2601 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2602
f7088df3
SDJ
26032014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
2604
2605 * gdb.arch/stap-eval-lang-ada.S: Likewise.
2606 * gdb.arch/stap-eval-lang-ada.c: Likewise.
2607 * gdb.arch/stap-eval-lang-ada.exp: New file.
2608
4dc06805
YQ
26092014-10-14 Yao Qi <yao@codesourcery.com>
2610
2611 * gdb.mi/mi-var-child.c (nothing1): New function.
2612 (nothing2): New function.
2613 (do_children_tests): Set function pointers by nothing1 and
2614 nothing2.
2615 * gdb.mi/mi-var-child.exp: Step over new added statements.
2616 Update test to match the new output.
2617 * gdb.mi/var-cmd.c (nothing1): New function.
2618 (nothing2): New function.
2619 (do_children_tests): Set function pointers by nothing1 and
2620 nothing2.
2621 * gdb.mi/mi-var-display.exp: Update test to match output.
2622 Step to the line specified by $line_dct_nothing.
2623 Increase the number of lines to step.
2624
46a93de2
YQ
26252014-10-14 Yao Qi <yao@codesourcery.com>
2626
2627 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2628 tests.
2629 * gdb.mi/mi2-var-child.exp: Likewise.
2630
14ea52ee
DE
26312014-10-13 Doug Evans <dje@google.com>
2632
2633 * gdb.python/py-objfile.exp: Change name of file name test.
2634
e5c6e92b
DE
26352014-10-13 Doug Evans <dje@google.com>
2636
2637 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2638 from the start of the CU.
2639
c780cc2f
JK
26402014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2641 Yao Qi <yao@codesourcery.com>
2642
2643 Fix "save breakpoints" for "catch" command.
2644 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2645 Remove -nonewline. Match also the added "main" line.
2646
99894e11
JK
26472014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2648
2649 Fix "save breakpoints" for "disable $bpnum" command.
2650 * gdb.base/save-bp.c (main): Add label.
2651 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
2652
6e1ac5a3
JK
26532014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2654
2655 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2656
754dd2b0
YQ
26572014-10-11 Yao Qi <yao@codesourcery.com>
2658
2659 * gdb.server/server-kill.exp: Execute command
2660 "set remote trace-status-packet on" before "tstatus".
2661
f90183d7
YQ
26622014-10-11 Yao Qi <yao@codesourcery.com>
2663
2664 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2665 (main): Call getppid.
2666 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2667 and continue to it. Read variable "server_pid".
2668
bf40a607
YQ
26692014-10-11 Yao Qi <yao@codesourcery.com>
2670
2671 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2672
052ca370
YQ
26732014-10-11 Yao Qi <yao@codesourcery.com>
2674
2675 * gdb.threads/thread-find.exp: Don't execute command
2676 "info threads".
2677 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2678 * gdb.threads/linux-dp.exp: Don't check the condition
2679 $threads_created equals to zero.
2680
3831839c
PA
26812014-10-10 Pedro Alves <palves@redhat.com>
2682
2683 * gdb.base/bigcore.exp: Remove references to IRIX.
2684 * gdb.base/funcargs.exp: Likewise.
2685 * gdb.base/interrupt.exp: Likewise.
2686 * gdb.base/mips_pro.exp: Likewise.
2687 * gdb.base/nodebug.exp: Likewise.
2688 * gdb.base/setvar.exp: Likewise.
2689 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2690
8b9a549d
PA
26912014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2692 Pedro Alves <palves@redhat.com>
2693
2694 PR symtab/14466
2695 * gdb.base/vdso-warning.c: New file.
2696 * gdb.base/vdso-warning.exp: New file.
2697
d48ba5e8
DE
26982014-10-02 Doug Evans <dje@google.com>
2699
2700 * gdb.base/structs.c (main): Don't run forever.
2701
2278c276
PA
27022014-10-02 Pedro Alves <palves@redhat.com>
2703
2704 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
2705 (top level) <stop threads 1, stop threads 2>: Use it.
2706
b57bacec
PA
27072014-10-02 Pedro Alves <palves@redhat.com>
2708
2709 * gdb.threads/break-while-running.exp (test): Add new
2710 'update_thread_list' argument. Skip "info threads" if false.
2711 (top level): Add new 'update_thread_list' axis.
2712
13fd3ff3
PA
27132014-10-02 Pedro Alves <palves@redhat.com>
2714
2715 PR breakpoints/17431
2716 * gdb.base/execl-update-breakpoints.c: New file.
2717 * gdb.base/execl-update-breakpoints.exp: New file.
2718
0fec99e8
PA
27192014-10-01 Pedro Alves <palves@redhat.com>
2720
2721 * gdb.base/breakpoint-in-ro-region.c: New file.
2722 * gdb.base/breakpoint-in-ro-region.exp: New file.
2723
2ddf4301
SM
27242014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2725
2726 * gdb.mi/mi-exit-code.exp: New file.
2727 * gdb.mi/mi-exit-code.c: New file.
2728
6a5f3f43
YQ
27292014-09-30 Yao Qi <yao@codesourcery.com>
2730
2731 * lib/prelink-support.exp (build_executable_own_libs): Error if
2732 the target isn't native.
2733
345bcc73
YQ
27342014-09-30 Yao Qi <yao@codesourcery.com>
2735
2736 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2737 false.
2738
a25a5a45
PA
27392014-09-22 Pedro Alves <palves@redhat.com>
2740
2741 * gdb.threads/break-while-running.exp: New file.
2742 * gdb.threads/break-while-running.c: New file.
2743
00ba3162
YQ
27442014-09-19 Yao Qi <yao@codesourcery.com>
2745
2746 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2747 Invoke test. Restart GDB with --readnow and invoke test again.
2748
c3b7b696
YQ
27492014-09-19 Yao Qi <yao@codesourcery.com>
2750
2751 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2752 proc set_breakpoint_on_gcd_function. Invoke
2753 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
2754 invoke set_breakpoint_on_gcd_function again.
2755
2b4fd423
DE
27562014-09-18 Doug Evans <dje@google.com>
2757
2758 * gdb.dwarf2/symtab-producer.exp: New file.
2759
a5947601
SDJ
27602014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2761
2762 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2763 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2764 * gdb.base/global-var-nested-by-dso.c: Likewise.
2765 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2766
91c19059
SDJ
27672014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2768 Pedro Alves <palves@redhat.com>
2769
2770 * gdb.base/watch-bitfields.exp: Pass string other than test file
2771 name to prepare_for_testing.
2772 (watch): New procedure.
2773 (expect_watchpoint): Use with_test_prefix.
2774 (top level): Factor out tests to ...
2775 (test_watch_location, test_regular_watch): ... these new
2776 procedures, and use with_test_prefix and gdb_continue_to_end.
2777
bb9d5f81
PP
27782014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2779
2780 PR breakpoints/12526
2781 * gdb.base/watch-bitfields.exp: New file.
2782 * gdb.base/watch-bitfields.c: New file.
2783
635856f5
PA
27842014-09-16 Pedro Alves <palves@redhat.com>
2785
2786 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2787 software and hardware addresses, not software address against
2788 itself.
2789
7280ceea
PA
27902014-09-16 Pedro Alves <palves@redhat.com>
2791
2792 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2793 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2794
428b16bd
PA
27952014-09-16 Pedro Alves <palves@redhat.com>
2796
2797 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2798 files.
2799 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2800 "*-*-vxworks*" throughout.
2801 * gdb.base/break.exp: Likewise.
2802 * gdb.base/default.exp: Likewise.
2803 * gdb.base/scope.exp: Likewise.
2804 * gdb.base/sepdebug.exp: Likewise.
2805 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2806 throughout.
2807 * gdb.base/run.c: Likewise.
2808 * gdb.base/sepdebug.c: Likewise.
2809 * gdb.hp/gdb.aCC/run.c: Likewise.
2810 * gdb.reverse/until-reverse.c: Likewise.
2811 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2812
666d413c
YQ
28132014-09-16 Yao Qi <yao@codesourcery.com>
2814
2815 * boards/local-remote-host-native.exp: New file.
2816
57cbd724
DE
28172014-09-14 Doug Evans <xdje42@gmail.com>
2818
2819 * gdb.threads/queue-signal.c (thread_count): New variable.
2820 (thread_count_mutex, thread_count_condvar): New variables.
2821 (incr_thread_count, wait_all_threads_running): New functions.
2822 (main): Wait for all threads to be in their thread functions.
2823
81219e53
DE
28242014-09-13 Doug Evans <xdje42@gmail.com>
2825
2826 * gdb.threads/queue-signal.c: New file.
2827 * gdb.threads/queue-signal.exp: New file.
2828
3714cea7
DE
28292014-09-13 Doug Evans <xdje42@gmail.com>
2830
2831 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2832 be consistent with what default_gdb_init uses.
2833 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2834 the plain text of the prompt. Add some logging printfs.
2835 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2836
fa43b1d7
PA
28372014-09-12 Pedro Alves <palves@redhat.com>
2838
2839 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2840 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2841 * gdb.arch/i386-size-overlap.exp: Likewise.
2842 * gdb.arch/i386-size.exp: Likewise.
2843 * gdb.arch/i386-unwind.exp: Likewise.
2844 * gdb.base/a2-run.exp: Likewise.
2845 * gdb.base/break.exp: Likewise.
2846 * gdb.base/charset.exp: Likewise.
2847 * gdb.base/chng-syms.exp: Likewise.
2848 * gdb.base/commands.exp: Likewise.
2849 * gdb.base/dbx.exp: Likewise.
2850 * gdb.base/find.exp: Likewise.
2851 * gdb.base/funcargs.exp: Likewise.
2852 * gdb.base/jit-simple.exp: Likewise.
2853 * gdb.base/reread.exp: Likewise.
2854 * gdb.base/sepdebug.exp: Likewise.
2855 * gdb.base/step-bt.exp: Likewise.
2856 * gdb.cp/mb-inline.exp: Likewise.
2857 * gdb.cp/mb-templates.exp: Likewise.
2858 * gdb.objc/basicclass.exp: Likewise.
2859 * gdb.threads/killed.exp: Likewise.
2860
9d9bf2df
EBM
28612014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2862
2863 PR tdep/17379
2864 * gdb.arch/powerpc-stackless.S: New file.
2865 * gdb.arch/powerpc-stackless.exp: New file.
2866
1cf2f1b0
JK
28672014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2868
2869 * gdb.base/attach.c: Include unistd.h.
2870 (main): Call alarm. Add label postloop.
2871 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
2872 gdb_breakpoint, gdb_continue_to_breakpoint.
2873 (test_command_line_attach_run): Kill ${testpid} in one exit path.
2874
98880d46
PA
28752014-09-11 Pedro Alves <palves@redhat.com>
2876
2877 PR gdb/17347
2878 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
2879 * gdb.base/attach.exp (test_command_line_attach_run): New
2880 procedure.
2881 (top level): Call it.
2882
4c92ff2c
PA
28832014-09-11 Pedro Alves <palves@redhat.com>
2884
2885 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
2886 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
2887 (do_command_attach_tests): Use spawn_wait_for_attach.
2888 * gdb.base/solib-overlap.exp: Likewise.
2889 * gdb.multi/multi-attach.exp: Likewise.
2890 * gdb.python/py-prompt.exp: Likewise.
2891 * gdb.python/py-sync-interp.exp: Likewise.
2892 * gdb.server/ext-attach.exp: Likewise.
2893
3adc1a7d
GKB
28942014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
2895
2896 * gdb.fortran/array-element.exp: Remove unexpected "continue"
2897 command in testcase. Simplify testcase.
2898
96334934
JB
28992014-09-10 Joel Brobecker <brobecker@adacore.com>
2900
2901 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
2902
eb479039
JB
29032014-09-10 Joel Brobecker <brobecker@adacore.com>
2904
2905 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
2906
deede10c
JB
29072014-09-10 Joel Brobecker <brobecker@adacore.com>
2908
2909 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
2910
7828a5f5
JB
29112014-09-10 Joel Brobecker <brobecker@adacore.com>
2912
2913 * gdb.dwarf2/dynarr-ptr.c: New file.
2914 * gdb.dwarf2/dynarr-ptr.exp: New file.
2915
33aeebcf
MR
29162014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2917
2918 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
2919 of 30 rather than hardcoding 120 for a slow test case. Take the
2920 `gdb,timeout' target setting into account for this calculation.
2921 Don't extend the timeout for the test cases that don't need it.
2922
7b415901
MR
29232014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2924
2925 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
2926 a factor of 2 for a slow test case. Take the `gdb,timeout'
2927 target setting into account for this calculation.
2928 * gdb.reverse/until-precsave.exp: Increase the timeout by
2929 a factor of 15 and 3 respectively rather than adding 120
2930 for a pair of slow test cases. Take the `gdb,timeout'
2931 target setting into account for this calculation.
2932
4a40f85a
MR
29332014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2934
2935 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
2936 timeout, don't pass one down to gdb_expect.
2937 (gdb_expect): Rework timeout selection.
2938
09635af7
MR
29392014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2940
2941 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
2942 exception on timeout.
2943 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
2944 (gdbserver_start_extended): Catch any `gdbserver_start' error
2945 exceptions.
2946 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
2947 * lib/mi-support.exp (mi_gdb_target_load): Catch any
2948 `gdbserver_gdb_load' error exceptions.
2949
2bdd10b7
MR
29502014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2951
2952 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
2953 120 on waiting for the TCP socket to open.
2954
316935f0
DE
29552014-09-09 Doug Evans <xdje42@gmail.com>
2956
2957 * gdb.base/default.exp (show_conv_list): Add _caller_is,
2958 _caller_matches, _any_caller_is, _any_caller_matches.
2959
83740597
DE
29602014-09-09 Doug Evans <xdje42@gmail.com>
2961
2962 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
2963
4c122fc3
YQ
29642014-09-09 Yao Qi <yao@codesourcery.com>
2965
2966 * gdb.mi/mi-var-display.exp: Set print symbol off.
2967
a9f116cb
GKB
29682014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
2969
2970 PR gdb/17035
2971 * gdb.base/commands.exp: Add tests to verify user-defined
2972 commands with empty bodies.
2973 * gdb.python/py-cmd.exp: Test that we don't show user-defined
2974 python commands in `show user command`.
2975 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
2976 scheme commands in `show user command`.
2977
c75bd3a2
JK
29782014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2979
2980 PR python/17355
2981 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
2982 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
2983 * gdb.python/py-framefilter-invalidarg.exp: New file.
2984 * gdb.python/py-framefilter-invalidarg.py: New file.
2985
faa42425
DE
29862014-09-06 Doug Evans <xdje42@gmail.com>
2987
2988 PR 15276
2989 * gdb.python/py-caller-is.c: New file.
2990 * gdb.python/py-caller-is.exp: New file.
2991
474ca4f6
SDJ
29922014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
2993
2994 PR gdb/17235
2995 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
2996 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
2997
eb0b0463
SDJ
29982014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
2999
3000 PR fortran/17237
3001 * gdb.fortran/print-formatted.exp: New file.
3002 * gdb.fortran/print-formatted.f90: Likewise.
3003
5f3b99cf
SS
30042014-09-03 Sasha Smundak <asmundak@google.com>
3005
3006 * gdb.python/py-frame.exp: Test Frame.read_register.
3007
7d793aa9
SDJ
30082014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
3009
3010 PR python/16699
3011 * gdb.python/py-completion.exp: New file.
3012 * gdb.python/py-completion.py: Likewise.
3013
fb0576e9
DE
30142014-08-28 Doug Evans <dje@google.com>
3015
3016 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3017 eax,etc. are live with values set by gdb and thus the compiler can't
3018 use them.
3019 * gdb.arch/i386-pseudo.c (main): Ditto.
3020
ee92b0dd
DE
30212014-08-27 Doug Evans <dje@google.com>
3022
3023 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3024
6649db35
DE
30252014-08-25 Doug Evans <dje@google.com>
3026
3027 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3028 (main): Ditto.
3029
564b7600
DE
30302014-08-25 Doug Evans <dje@google.com>
3031
3032 * gdb.threads/thread-execl.exp: #include <stdio.h>.
3033
3881fb67
YQ
30342014-08-24 Yao Qi <yao@codesourcery.com>
3035
3036 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3037 symbol off.
3038 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3039
a05a36a5
DE
30402014-08-22 Doug Evans <dje@google.com>
3041
3042 PR 17276
3043 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3044 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
3045 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
3046
7c343b48
YQ
30472014-08-22 Yao Qi <yao@codesourcery.com>
3048
3049 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
3050 * gdb.python/py-finish-breakpoint2.exp: Likewise.
3051 * gdb.python/python.exp: Likewise. Use .py file on the host
3052 instead of the build.
3053
22fd09ae
JK
30542014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3055
3056 * gdb.threads/gcore-stale-thread.c: New file.
3057 * gdb.threads/gcore-stale-thread.exp: New file.
3058
a8454a7c
PA
30592014-08-21 Pedro Alves <palves@redhat.com>
3060
3061 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
3062 * gdb.base/gcore-relro-pie.exp: Likewise.
3063 * gdb.base/gcore-relro.exp: Likewise.
3064 * gdb.base/gcore.exp: Likewise.
3065 * gdb.base/print-symbol-loading.exp: Likewise.
3066 * gdb.threads/gcore-thread.exp: Likewise.
3067 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
3068
2a31c623
PA
30692014-08-20 Pedro Alves <palves@redhat.com>
3070 Jan Kratochvil <jan.kratochvil@redhat.com>
3071
3072 * Makefile.in (EXTRA_RULES, CC): New variables, get from
3073 configure.
3074 (EXPECT): Handle READ1 being set.
3075 (all): Depend on EXTRA_RULES.
3076 (check-read1, expect-read1, read1.so, read1): New rules.
3077 * README (Testsuite Parameters): Document the READ1 make variable.
3078 (Race detection): New section.
3079 * configure: Regenerate.
3080 * configure.ac: If build==host==target, and running under a
3081 GNU/glibc system, add read1 to the extra Makefile rules.
3082 (EXTRA_RULES): AC_SUBST it.
3083 * lib/read1.c: New file.
3084
d36430db
JB
30852014-08-20 Joel Brobecker <brobecker@adacore.com>
3086
3087 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
3088 the handling of variables declared as a typedef to an array
3089 which a DW_AT_data_location attribute.
3090
9a0dc9e3
PA
30912014-08-19 Andrew Burgess <aburgess@broadcom.com>
3092 Pedro Alves <palves@redhat.com>
3093
3094 PR symtab/14604
3095 PR symtab/14605
3096 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
3097 gdb_test.
3098
0718a8da
PA
30992014-08-19 Pedro Alves <palves@redhat.com>
3100
3101 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
3102
13b448cd
YQ
31032014-08-19 Yao Qi <yao@codesourcery.com>
3104
3105 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
3106 right line.
3107
1cbf5077
DB
31082014-08-18 David Blaikie <dblaikie@gmail.com>
3109
3110 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
3111
bf0fae19
JB
31122014-08-18 Joel Brobecker <brobecker@adacore.com>
3113
3114 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
3115 attribute in array range.
3116
3c8c5dcc
JB
31172014-08-18 Joel Brobecker <brobecker@adacore.com>
3118
3119 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
3120
e66d4446
SC
31212014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3122
3123 PR c++/17132
3124 * gdb.cp/pr17132.cc: New file.
3125 * gdb.cp/pr17132.exp: New file.
3126
940df408
SC
31272014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3128
3129 * gdb.python/py-xmethods.py (A_getarrayind)
3130 (E_method_char_worker.__call__, E_method_int_worker.__call__):
3131 Use 'print' with function call syntax.
3132 (E_method_matcher.match): Fix tab vs space indentation mixup.
3133
ebcc6c3a
YQ
31342014-08-15 Yao Qi <yao@codesourcery.com>
3135
3136 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
3137 false.
3138
775e0f04
YQ
31392014-08-15 Yao Qi <yao@codesourcery.com>
3140
3141 * gdb.cp/casts.exp: Set print symbol off.
3142 * gdb.cp/class2.exp: Likewise.
3143 * gdb.cp/overload.exp: Likewise.
3144 * gdb.cp/templates.exp: Likewise.
3145
d769e349
DE
31462014-08-11 Doug Evans <dje@google.com>
3147
3148 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3149 (test_load_shlib): Update.
3150
20c6f1e1
YQ
31512014-08-09 Yao Qi <yao@codesourcery.com>
3152
3153 * gdb.base/display.exp: Invoke is_address_zero_readable.
3154 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
3155 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3156 * gdb.base/hbreak-unmapped.exp: Return if
3157 is_address_zero_readable returns true.
3158 * gdb.base/signest.exp: Likewise.
3159 * gdb.base/signull.exp: Likewise.
3160 * gdb.base/sigbpt.exp: Likewise.
3161 * gdb.guile/scm-disasm.exp: Do the test if
3162 is_address_zero_readable returns false.
3163 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
3164 * gdb.python/py-arch.exp: Likewise.
3165 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
3166 * lib/gdb.exp (is_address_zero_readable): New proc.
3167
5792e8e3
YQ
31682014-08-09 Yao Qi <yao@codesourcery.com>
3169
3170 PR testsuite/13443
3171 * gdb.mi/mi-var-display.exp: Make test messages unique.
3172
3cecbbbe
TT
31732014-08-04 Tom Tromey <tromey@redhat.com>
3174
3175 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
3176 target 0".
3177
00b51ff5
TT
31782014-08-04 Tom Tromey <tromey@redhat.com>
3179
3180 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
3181 "target_resume".
3182
6908c509
JB
31832014-08-01 Joel Brobecker <brobecker@adacore.com>
3184
3185 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
3186 inner_vla_struct_object_size.
3187 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
3188 as xfail.
3189
cc6563d2
PA
31902014-07-30 Pedro Alves <palves@redhat.com>
3191
3192 * gdb.threads/signal-command-handle-nopass.exp (test): Add
3193 comment.
3194
7e09a223
YQ
31952014-07-29 Yao Qi <yao@codesourcery.com>
3196
3197 PR gdb/17206
3198 * gdb.base/until-nodebug.exp: New.
3199
7ebdbe92
DE
32002014-07-28 Doug Evans <xdje42@gmail.com>
3201
3202 PR guile/17203
3203 * gdb.guile/scm-parameter.exp: Add tests for trying to create
3204 previously existing parameter, and previously ambiguously spelled
3205 parameter.
3206
fdb1adc6
WN
32072014-07-28 Will Newton <will.newton@linaro.org>
3208
3209 * gdb.base/varargs.exp: Remove KFAILs for ARM.
3210
186fcde0
DE
32112014-07-26 Ludovic Courtès <ludo@gnu.org>
3212 Doug Evans <xdje42@gmail.com>
3213
3214 PR guile/17146
3215 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
3216
70509625
PA
32172014-07-25 Pedro Alves <palves@redhat.com>
3218
3219 * gdb.threads/signal-command-handle-nopass.c: New file.
3220 * gdb.threads/signal-command-handle-nopass.exp: New file.
3221 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
3222 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
3223 * gdb.threads/signal-delivered-right-thread.c: New file.
3224 * gdb.threads/signal-delivered-right-thread.exp: New file.
3225
c3f814a1
PA
32262014-07-25 Pedro Alves <palves@redhat.com>
3227
3228 * gdb.base/double-prompt-target-event-error.exp
3229 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
3230 match.
3231 (cancel_pagination_in_target_event): Rework double prompt
3232 detection.
3233 * gdb.base/paginate-after-ctrl-c-running.exp
3234 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
3235 <return>' match.
3236 * gdb.base/paginate-bg-execution.exp
3237 (test_bg_execution_pagination_return)
3238 (test_bg_execution_pagination_cancel): Remove '-notransfer
3239 <return>' matches.
3240 * gdb.base/paginate-execution-startup.exp
3241 (test_fg_execution_pagination_return)
3242 (test_fg_execution_pagination_cancel): Remove '-notransfer
3243 <return>' matches.
3244 * gdb.base/paginate-inferior-exit.exp
3245 (test_paginate_inferior_exited): Remove '-notransfer <return>'
3246 match.
3247 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
3248 * lib/gdb.exp (pagination_prompt): Run text through
3249 string_to_regexp.
3250 (gdb_test_multiple): Match $pagination_prompt instead of
3251 "<return>".
3252 (string_to_regexp): Move to lib/gdb-utils.exp.
3253
e214cf6c
JK
32542014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3255
3256 * gdb.arch/amd64-entry-value-paramref.S: New file.
3257 * gdb.arch/amd64-entry-value-paramref.cc: New file.
3258 * gdb.arch/amd64-entry-value-paramref.exp: New file.
3259 * gdb.arch/amd64-optimout-repeat.S: New file.
3260 * gdb.arch/amd64-optimout-repeat.c: New file.
3261 * gdb.arch/amd64-optimout-repeat.exp: New file.
3262
17d0c5c8
JK
32632014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3264
3265 PR gdb/17170
3266 * gdb.base/statistics.exp: New file.
3267
b8b8facf
DE
32682014-07-17 Doug Evans <dje@google.com>
3269
74b49205 3270 PR gdb/17170
b8b8facf
DE
3271 * gdb.base/maint.exp: Update testing of per-command stats.
3272
1b5d0ab3
PA
32732014-07-16 Pedro Alves <palves@redhat.com>
3274
3275 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3276 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3277 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3278 (tfile_write_buf): New functions.
3279 (add_memory_block): Rewrite using the above.
3280 (adjust_function_address): New function.
3281 (FUNCTION_ADDRESS): New macro.
3282 (write_basic_trace_file): Remove short_x local, and use
3283 tfile_write_16. Change type of func_addr local to unsigned long
3284 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
3285 here. Cast argument of add_memory_block to char pointer.
3286 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
3287 (main): Remove parameters.
3288 * gdb.trace/tfile.exp: Remove nowarnings.
3289
4d974e88
SM
32902014-07-15 Simon Marchi <simon.marchi@ericsson.com>
3291
3292 * gdb.base/debug-expr.exp: Test string evaluation with
3293 "debug expression" on.
3294
41e99568
PA
32952014-07-15 Pedro Alves <palves@redhat.com>
3296
3297 * gdb.base/reread.exp: Use clean_restart.
3298
487d9753
PL
32992014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
3300
3301 * gdb.arch/avr-flash-qualifer.c: New.
3302 * gdb.arch/avr-flash-qualifer.exp: New.
3303
cc1c52ad
PA
33042014-07-14 Pedro Alves <palves@redhat.com>
3305
3306 * gdb.base/paginate-after-ctrl-c-running.c: New file.
3307 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
3308
1e973570
PA
33092014-07-14 Pedro Alves <palves@redhat.com>
3310
3311 * gdb.base/double-prompt-target-event-error.c: New file.
3312 * gdb.base/double-prompt-target-event-error.exp: New file.
3313
93d6eb10
PA
33142014-07-14 Pedro Alves <palves@redhat.com>
3315
3316 PR gdb/17072
3317 * gdb.base/paginate-inferior-exit.c: New file.
3318 * gdb.base/paginate-inferior-exit.exp: New file.
3319
0017922d
PA
33202014-07-14 Pedro Alves <palves@redhat.com>
3321
3322 PR gdb/17072
3323 * gdb.base/paginate-bg-execution.c: New file.
3324 * gdb.base/paginate-bg-execution.exp: New file.
3325
94696ad3
PA
33262014-07-14 Pedro Alves <palves@redhat.com>
3327
3328 PR gdb/17072
3329 * gdb.base/paginate-execution-startup.c: New file.
3330 * gdb.base/paginate-execution-startup.exp: New file.
3331 * lib/gdb.exp (pagination_prompt): New global.
3332 (default_gdb_spawn): New procedure, factored out from
3333 default_gdb_spawn.
3334 (default_gdb_start): Adjust to call default_gdb_spawn.
3335 (gdb_spawn): New procedure.
3336
bd293940
PA
33372014-07-14 Pedro Alves <palves@redhat.com>
3338
3339 * lib/gdb.exp (gdb_assert): New procedure.
3340 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
3341
c933f875
PA
33422014-07-14 Pedro Alves <palves@redhat.com>
3343
3344 * gdb.base/execution-termios.c: New file.
3345 * gdb.base/execution-termios.exp: New file.
3346
d98b7a16
TT
33472014-07-14 Tom Tromey <tromey@redhat.com>
3348
3349 * gdb.cp/vla-cxx.cc: New file.
3350 * gdb.cp/vla-cxx.exp: New file.
3351
548740d6
TT
33522014-07-14 Tom Tromey <tromey@redhat.com>
3353
3354 * gdb.reverse/rerun-prec.c: New file.
3355 * gdb.reverse/rerun-prec.exp: New file.
3356
a25eb028
MR
33572014-07-12 Maciej W. Rozycki <macro@mips.com>
3358 Maciej W. Rozycki <macro@codesourcery.com>
3359
3360 * lib/gdb-utils.exp: New file.
3361 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
3362 inline `gdb_init_command' processing.
3363 (gdb_start_cmd): Likewise.
3364 * lib/mi-support.exp (mi_run_cmd): Likewise.
3365 * README: Document `gdb_init_command' and `gdb_init_commands'.
3366
218c2655
JK
33672014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3368
3369 Fix false FAIL running under a very long directory name.
3370 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
3371 and "set print elements 10000". Twice.
3372
5401fde3
YQ
33732014-07-11 Yao Qi <yao@codesourcery.com>
3374
3375 * gdb.base/exprs.exp: "set print symbol off".
3376
e76126e8
PA
33772014-07-11 Pedro Alves <palves@redhat.com>
3378
3379 * gdb.threads/kill.c: New file.
3380 * gdb.threads/kill.exp: New file.
3381
2d6f0de6
YQ
33822014-07-10 Yao Qi <yao@codesourcery.com>
3383
3384 * gdb.trace/tfile.c (write_basic_trace_file)
3385 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
3386 address written to trace file.
3387
7180e04a
PA
33882014-07-09 Pedro Alves <palves@redhat.com>
3389
3390 * gdb.base/attach-wait-input.exp: New file.
3391 * gdb.base/attach-wait-input.c: New file.
3392
9a9a7608
AB
33932014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3394
3395 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
3396 setting up test structures.
3397 (main): Call new test function.
3398 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
3399 test function, continue into test function and walk test
3400 structures.
3401
161ac41e
YQ
34022014-07-02 Yao Qi <yao@codesourcery.com>
3403
3404 * gdb.trace/entry-values.c: Define labels 'foo_start' and
3405 'bar_start' at the beginning of functions 'foo' and 'bar'
3406 respectively.
3407 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
3408 instead of 'foo' and 'bar'.
3409
1f267ae3
MM
34102014-07-08 Markus Metzger <markus.t.metzger@intel.com>
3411
3412 * gdb.btrace/segv.exp: New.
3413 * gdb.btrace/segv.c: New.
3414
2b239efb
LM
34152014-07-02 Luis Machado <lgustavo@codesourcery.com>
3416
3417 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
3418 instruction.
3419
cf363f18
MW
34202014-06-30 Mark Wielaard <mjw@redhat.com>
3421
3422 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3423 vulture, vilify, villar): New volatile array constants.
3424 (vindictive, vegetation): New const volatile array constants.
3425 * gdb.base/volatile.exp: Test volatile and const volatile array
3426 types.
3427
aebf9d24
AA
34282014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3429
3430 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3431 target lacks support for awatch, rwatch, or hbreak.
3432
b67a2c6f
YQ
34332014-06-27 Yao Qi <yao@codesourcery.com>
3434
3435 * gdb.multi/dummy-frame-restore.exp: New.
3436 * gdb.multi/dummy-frame-restore.c: New.
3437
aef92902
MM
34382014-06-25 Markus Metzger <markus.t.metzger@intel.com>
3439
3440 * gdb.btrace/gcore.exp: New.
3441
8e9db26e
PA
34422014-06-23 Pedro Alves <palves@redhat.com>
3443
3444 * gdb.base/watchpoint-reuse-slot.c: New file.
3445 * gdb.base/watchpoint-reuse-slot.exp: New file.
3446
70afc5b7
SC
34472014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3448
3449 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3450 progspace's filename in 'info', 'enable' and 'disable' command
3451 tests.
3452
b972bd9c
JK
34532014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3454
3455 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3456 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3457 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3458
125f8a3d
GB
34592014-06-20 Gary Benson <gbenson@redhat.com>
3460
3461 * gdb.arch/i386-avx.exp: Fix include file location.
3462 * gdb.arch/i386-sse.exp: Likewise.
3463
3ed9baed
IB
34642014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3465
3466 * gdb.dlang/expression.exp: New file.
3467
034f788c
PA
34682014-06-19 Pedro Alves <palves@redhat.com>
3469
3470 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3471 out from ...
3472 (top level): ... here. Iterate running tests under different
3473 scheduler-locking settings.
3474
45371d0c
LM
34752014-06-18 Luis Machado <lgustavo@codesourcery.com>
3476
3477 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3478 to DW_FORM_addr and use non-zero addresses.
3479
5d376983
SC
34802014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3481
3482 PR gdb/17017
3483 * gdb.python/py-xmethods.cc: Add global function call counters and
3484 increment them in their respective functions. Remove "cout"
3485 statements.
3486 * gdb.python/py-xmethods.exp: Make tests check the global function
3487 call counters instead of depending on inferior IO.
3488
a1aa2221
LM
34892014-06-18 Don Breazeal <donb@codesourcery.com>
3490
3491 * gdb.base/foll-fork.exp (default_fork_parent_follow):
3492 Deleted procedure.
3493 (explicit_fork_parent_follow): Deleted procedure.
3494 (explicit_fork_child_follow): Deleted procedure.
3495 (test_follow_fork): New procedure.
3496 (do_fork_tests): Replace calls to deleted procedures with
3497 calls to test_follow_fork and reset GDB for subsequent
3498 procedure calls.
3499
0fc05997
YQ
35002014-06-17 Yao Qi <yao@codesourcery.com>
3501
3502 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3503 CP1252.
3504
70795c52
LM
35052014-06-17 Luis Machado <lgustavo@codesourcery.com>
3506
3507 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3508 Initialize ptr and S explicitly.
3509 (skip_type_update_when_not_use_rtti_test): Likewise.
3510
6be47f0c
KS
35112014-06-16 Keith Seitz <keiths@redhat.com>
3512
3513 PR mi/15863
3514 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3515 the inferior is started.
3516
d03de421
PA
35172014-06-16 Pedro Alves <palves@redhat.com>
3518
3519 * gdb.base/break-main-file-remove-fail.c: New file.
3520 * gdb.base/break-main-file-remove-fail.exp: New file.
3521 * gdb.base/break-unload-file.exp: Use build_executable instead of
3522 prepare_for_testing.
3523 (test_break): New parameter "initial_load". Handle it.
3524 (top level): Add initial_load cmdline/file axis.
3525
f9579b99
TT
35262014-06-12 Tom Tromey <tromey@redhat.com>
3527
3528 * gdb.base/completion.exp: Don't use directory name in test.
3529
3657956b
GB
35302014-06-09 Gary Benson <gbenson@redhat.com>
3531
3532 * gdb.base/sigall.c [Functions to send signals]: Reorder to
3533 separate the always-available ANSI-standard signals from the
3534 signals that require checking.
3535 (main): Likewise.
3536 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3537 Likewise.
3538 (main): Likewise.
3539
4186eb54
KS
35402014-06-07 Keith Seitz <keiths@redhat.com>
3541
3542 Revert:
3543 PR c++/16253
3544 * gdb.cp/var-tag.cc: New file.
3545 * gdb.cp/var-tag.exp: New file.
3546 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3547 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3548 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3549 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3550
25326a28 35512014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
3552
3553 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3554
829155c9
PA
35552014-06-06 Pedro Alves <palves@redhat.com>
3556
3557 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3558 in target debug output instead of looking at RSP packets,
3559 disabling the test on any target that uses hardware stepping.
3560 Update comments.
3561
61c8d22e
PA
35622014-06-06 Pedro Alves <palves@redhat.com>
3563
3564 * gdb.base/break-unload-file.exp: Fix typo.
3565
d9a47287
YQ
35662014-06-06 Yao Qi <yao@codesourcery.com>
3567
3568 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3569 from "jit_function" to "^jit_function".
3570
e5e01dbf
YQ
35712014-06-06 Yao Qi <yao@codesourcery.com>
3572
3573 * gdb.base/async.c (foo): Add one statement.
3574 * gdb.base/async.exp: Get the next instruction address and
3575 match the output of "nexti" by instruction address. Match
3576 the hex address in the output of "finish".
3577
73ba372c
GB
35782014-06-06 Gary Benson <gbenson@redhat.com>
3579
3580 * gdb.base/call-signals.c: Remove preprocessor conditionals
3581 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3582 SIGSEGV and SIGTERM.
3583 * gdb.base/sigall.c: Likewise.
3584 * gdb.base/unwindonsignal.c: Likewise.
3585 * gdb.reverse/sigall-reverse.c: Likewise.
3586
831517df
YQ
35872014-06-06 Yao Qi <yao@codesourcery.com>
3588
3589 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3590 readable, skip the test.
3591
b8b91e98
YQ
35922014-06-06 Yao Qi <yao@codesourcery.com>
3593
3594 * gdb.threads/staticthreads.c (thread_function): Move the line
3595 setting breakpoint on forward.
3596 * gdb.threads/staticthreads.exp: Update comments.
3597
fb934770
LC
35982014-06-05 Ludovic Courtès <ludo@gnu.org>
3599
3600 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3601 "history-append! type error".
3602
6ef284bd
SM
36032014-06-05 Simon Marchi <simon.marchi@ericsson.com>
3604
3605 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3606 erroneous dprintf expected input.
3607
a872e241
DE
36082014-06-04 Doug Evans <xdje42@gmail.com>
3609
3610 * gdb.guile/scm-generics.exp: Delete.
3611
16f691fb
DE
36122014-06-04 Doug Evans <xdje42@gmail.com>
3613
3614 * gdb.guile/scm-breakpoint.exp: Update.
3615 Add tests for breakpoint registration.
3616
012370f6
TT
36172014-06-04 Tom Tromey <tromey@redhat.com>
3618
3619 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3620 VLA-in-union.
3621 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3622 inner_vla_struct, vla_union types. Initialize objects of those
3623 types and compute their sizes.
3624
9f5a4cef
HZ
36252014-06-04 Nathan Sidwell <nathan@codesourcery.com>
3626 Hui Zhu <hui@codesourcery.com>
3627
3628 * gdb.base/fileio.exp: Add test for shell not available as well as
3629 available.
3630 * gdb.base/fileio.c (test_system): Check for shell twice.
3631
90a45c4d
YQ
36322014-06-04 Yao Qi <yao@codesourcery.com>
3633
3634 * gdb.base/auto-connect-native-target.exp: Remove redundant
3635 space from the regexp pattern.
3636
70017e41
YQ
36372014-06-04 Yao Qi <yao@codesourcery.com>
3638
3639 * gdb.base/default.exp: Replace "child" with "native" in
3640 regexp pattern.
3641
883964a7
SC
36422014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3643
3644 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3645 * gdb.python/py-xmethods.exp: New tests to test xmethods.
3646 * gdb.python/py-xmethods.py: Python script supporting the
3647 new testcase and tests.
3648
ef370185
JB
36492014-06-03 Joel Brobecker <brobecker@adacore.com>
3650 Pedro Alves <palves@redhat.com>
3651
3652 PR breakpoints/17000
3653 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3654 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3655
1e2ccb61
BM
36562014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
3657
3658 * gdb.base/subst.exp: Add tests to verify partial path matching
3659 output.
3660
c6ec5ab2
PA
36612014-06-03 Pedro Alves <palves@redhat.com>
3662
3663 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3664 target that doesn't use software single-stepping.
3665
835c559f
PA
36662014-06-03 Pedro Alves <palves@redhat.com>
3667
3668 PR breakpoints/17000
3669 * gdb.base/sss-bp-on-user-bp-2.c: New file.
3670 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3671
06eb1586
DE
36722014-06-02 Doug Evans <xdje42@gmail.com>
3673
3674 * gdb.guile/scm-parameter.exp: New file.
3675
e698b8c4
DE
36762014-06-02 Doug Evans <xdje42@gmail.com>
3677
3678 * gdb.guile/scm-cmd.c: New file.
3679 * gdb.guile/scm-cmd.exp: New file.
3680
ded03782
DE
36812014-06-02 Doug Evans <xdje42@gmail.com>
3682
3683 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3684 pretty-printer lookup.
3685 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3686 (make-pp_s-printer): Call it.
3687 (make-pretty-printer-from-dict): New function.
3688 (lookup-pretty-printer-maker-from-dict): New function.
3689 (*pretty-printer*): Simplify.
3690 (make-objfile-pp_s-printer): New function.
3691 (install-objfile-pretty-printers!): New function.
3692 (make-progspace-pp_s-printer): New function.
3693 (install-progspace-pretty-printers!): New function.
3694 * gdb.guile/scm-progspace.c: New file.
3695 * gdb.guile/scm-progspace.exp: New file.
3696
41fac0cf
PA
36972014-06-02 Pedro Alves <palves@redhat.com>
3698
3699 * gdb.base/dprintf-bp-same-addr.c: New file.
3700 * gdb.base/dprintf-bp-same-addr.exp: New file.
3701
96ae5695
EBM
37022014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3703
3704 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
3705 * gdb.arch/powerpc-power.s: Likewise.
3706
da02b3a8
JB
37072014-06-02 Joel Brobecker <brobecker@adacore.com>
3708
3709 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3710
c72b2e7b
YQ
37112014-06-01 Yao Qi <yao@codesourcery.com>
3712
3713 * gdb.base/watchpoint.exp (test_watch_location): Check null
3714 pointer can be dereferenced. If not, do the test, otherwise
3715 skip it.
3716
53e8a631
AB
37172014-05-30 Andrew Burgess <aburgess@broadcom.com>
3718
3719 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
3720 results.
3721 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
3722
938f0e2f
AB
37232014-05-30 Andrew Burgess <aburgess@broadcom.com>
3724
3725 * gdb.arch/amd64-invalid-stack-middle.S: New file.
3726 * gdb.arch/amd64-invalid-stack-middle.c: New file.
3727 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3728 * gdb.arch/amd64-invalid-stack-top.c: New file.
3729 * gdb.arch/amd64-invalid-stack-top.exp: New file.
3730
9ba6657a
PA
37312014-05-30 Pedro Alves <palves@redhat.com>
3732
3733 PR breakpoints/17000
3734 * gdb.base/sss-bp-on-user-bp.c: New file.
3735 * gdb.base/sss-bp-on-user-bp.exp: New file.
3736
522c09bf
DB
37372014-05-30 David Blaikie <dblaikie@gmail.com>
3738
3739 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3740 gnu_inline semantics via attribute.
3741 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3742 source explicitly specifies the required semantics.
3743
bf4ef81e
MR
37442014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3745
3746 * gdb.reverse/sigall-reverse.exp: Fix a typo.
3747
329ea579
PA
37482014-05-29 Pedro Alves <palves@redhat.com>
3749 Tom Tromey <tromey@redhat.com>
3750
3751 * gdb.base/async-shell.exp: Don't enable target-async.
3752 * gdb.base/async.exp
3753 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3754 parameter. Adjust.
3755 (top level): Don't test with "target-async".
3756 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3757 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3758 * gdb.base/inferior-died.exp: Don't enable target-async.
3759 * gdb.base/interrupt-noterm.exp: Likewise.
3760 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3761 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3762 * gdb.mi/mi-nonstop.exp: Likewise.
3763 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3764 * gdb.mi/mi-nsintrall.exp: Likewise.
3765 * gdb.mi/mi-nsmoribund.exp: Likewise.
3766 * gdb.mi/mi-nsthrexec.exp: Likewise.
3767 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3768 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3769 * gdb.python/py-evsignal.exp: Don't enable target-async.
3770 * gdb.python/py-evthreads.exp: Likewise.
3771 * gdb.python/py-prompt.exp: Likewise.
3772 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3773 * gdb.server/solib-list.exp: Don't enable target-async.
3774 * gdb.threads/thread-specific-bp.exp: Likewise.
3775 * lib/mi-support.exp: Adjust to use mi-async.
3776
fd664c91
PA
37772014-05-29 Pedro Alves <palves@redhat.com>
3778
3779 PR gdb/13860
3780 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3781 reason, even in sync mode.
3782
251bde03
PA
37832014-05-29 Pedro Alves <palves@redhat.com>
3784 Hui Zhu <hui@codesourcery.com>
3785
3786 PR PR15693
3787 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3788 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3789 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3790 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3791
7f3c0343
JB
37922014-05-28 Joel Brobecker <brobecker@adacore.com>
3793
3794 * config/monitor.exp (gdb_target_monitor): Replace use of
3795 "set remotebaud" by "set serial baud".
3796
b2715b27
AW
37972014-05-26 Andy Wingo <wingo@igalia.com>
3798
3799 * gdb.guile/scm-breakpoint.exp:
3800 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3801 properties instead of gdb-object-properties.
3802
498a4489
YQ
38032014-05-26 Yao Qi <yao@codesourcery.com>
3804
3805 * gdb.server/no-thread-db.exp: Specify source file name
3806 explicitly when setting a breakpoint.
3807
589fdceb
MM
38082014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3809
3810 * gdb.btrace/vdso.c: New.
3811 * gdb.btrace/vdso.exp: New.
3812
e9089e05
MM
38132014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3814
3815 * gdb.base/gcore.exp (capture_command_output): Move ...
3816 * lib/gdb.exp (capture_command_output): ... here.
3817
67b5c0c1
MM
38182014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3819
3820 * gdb.btrace/data.exp: Test memory access during btrace replay.
3821
a2199296
SM
38222014-05-22 Simon Marchi <simon.marchi@ericsson.com>
3823
3824 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3825
17b2616c
PA
38262014-05-21 Pedro Alves <palves@redhat.com>
3827
3828 PR gdb/13860
3829 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3830 (top level): Test that output related to execution commands is
3831 sent to the console with CLI commands, but not with MI commands.
3832 Test that breakpoint events are always mirrored to the console.
3833 Also expect the new source line to be output after a "next" in
3834 async mode too. Make it a pass/fail test.
3835 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3836 output.
3837 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3838
5166082f
PA
38392014-05-21 Pedro Alves <palves@redhat.com>
3840
3841 * gdb.base/list.exp (build_pattern, test_list): New procedures.
3842 Use them to test variations of "list" after reaching a breakpoint.
3843 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3844 Test "list" with listsize 10 after reaching a breakpoint.
3845 * gdb.python/python.exp (decode_line current location line
3846 number): Adjust expected line number.
3847
2f25d70f
SM
38482014-05-21 Simon Marchi <simon.marchi@ericsson.com>
3849
3850 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3851 behavior for $args, pass it directly to "run".
3852
ff604a67
MR
38532014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3854
3855 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3856 30000 to 65536.
3857
6a3cb8e8
PA
38582014-05-21 Pedro Alves <palves@redhat.com>
3859
3860 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
3861 auto-connect-native-target off".
3862 * gdb.base/auto-connect-native-target.c: New file.
3863 * gdb.base/auto-connect-native-target.exp: New file.
3864
4ebfc96e
PA
38652014-05-21 Pedro Alves <palves@redhat.com>
3866
3867 * gdb.base/default.exp: Test "target native" instead of "target
3868 child".
3869
36d46afb
MW
38702014-05-21 Mark Wielaard <mjw@redhat.com>
3871
3872 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3873
5876f503
JK
38742014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3875
3876 Fix TLS access for -static -pthread.
3877 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
3878 <HAVE_TLS> (thread_function, main): Initialize it.
3879 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
3880 Add clean_restart.
3881 <$have_tls != "">: Check TLSVAR.
3882
0256a6ac
PA
38832014-05-21 Pedro Alves <palves@redhat.com>
3884
3885 * gdb.base/dcache-line-read-error.c: New.
3886 * gdb.base/dcache-line-read-error.exp: New.
3887
936d2992
PA
38882014-05-20 Pedro Alves <palves@redhat.com>
3889
3890 * gdb.base/compare-sections.c: New file.
3891 * gdb.base/compare-sections.exp: New file.
3892
802e8e6d
PA
38932014-05-20 Pedro Alves <palves@redhat.com>
3894
3895 * gdb.base/break-idempotent.c: New file.
3896 * gdb.base/break-idempotent.exp: New file.
3897
e59fa00f
MM
38982014-05-20 Markus Metzger <markus.t.metzger@intel.com>
3899
3900 * gdb.btrace/nohist.exp: New.
3901
8b696e31
YQ
39022014-05-20 Yao Qi <yao@codesourcery.com>
3903
3904 * lib/gdb.exp (gdb_init): Set timeout if test file is under
3905 gdb.reverse directory and gdb_reverse_timeout exists in board
3906 setting.
3907 * README: Document gdb_reverse_timeout.
3908
73c9764f
YQ
39092014-05-20 Yao Qi <yao@codesourcery.com>
3910
3911 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
3912 'test_file_name'. Treat args as a string instead of a list.
3913 (gdb_init): Rename argument 'args' by 'test_file_name'.
3914
f1f4348a
JK
39152014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3916
3917 * gdb.arch/powerpc-power.exp: New file.
3918 * gdb.arch/powerpc-power.s: New file.
3919
0dbe70ce
DE
39202014-05-16 Doug Evans <dje@google.com>
3921
3922 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
3923 * gdb.base/completion.exp: Check that all expected files exist
3924 before doing file completion.
0dbe70ce 3925
8d551b02
DE
39262014-05-16 Doug Evans <dje@google.com>
3927
3928 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
3929 Update.
3930 (do_syscall_tests_without_xml): Update.
3931
73eb7709
PA
39322014-05-16 Pedro Alves <palves@redhat.com>
3933
3934 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
3935 instead of "unknown output after running".
3936
3fae92fc
YQ
39372014-05-16 Yao Qi <yao@codesourcery.com>
3938
3939 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
3940 file1.txt from host at the end.
3941 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3942
c2b2ccc5
DE
39432014-05-15 Doug Evans <dje@google.com>
3944
3945 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
3946 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
3947 loading file. Add test for TU lookup.
3948
8c217a4b
SM
39492014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3950
3951 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
3952 calling "-exec-arguments" or "set args" before running the
3953 inferior.
3954
3deb39c6
SM
39552014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3956
3957 * lib/mi-support.exp (mi_expect_stop): Expect message for
3958 inferiors that exit with non-zero exit code.
3959
71a79f8c
YQ
39602014-05-14 Yao Qi <yao@codesourcery.com>
3961
3962 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
3963 match absolute path on remote host.
3964 (test_file_list_exec_source_files): Remove "/" from the
3965 pattern.
3966
f23fcd46
YQ
39672014-05-14 Yao Qi <yao@codesourcery.com>
3968
3969 * boards/local-remote-host-notty.exp (${board}_file): New
3970 proc.
3971
9404b58f
KM
39722014-05-07 Kyle McMartin <kyle@redhat.com>
3973
3974 Pushed by Joel Brobecker <brobecker@adacore.com>.
3975 * gdb.arch/aarch64-atomic-inst.c: New file.
3976 * gdb.arch/aarch64-atomic-inst.exp: New file.
3977
5e45f04c
YQ
39782014-05-07 Yao Qi <yao@codesourcery.com>
3979
3980 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
3981 in current context" too.
3982
c888a17d
KS
39832014-05-05 Keith Seitz <keiths@redhat.com>
3984
3985 * gdb.linespec/ls-dollar.exp: Add test for linespec
3986 file:convenience_variable.
3987
290a839c
YQ
39882014-05-05 Yao Qi <yao@codesourcery.com>
3989
3990 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
3991 traceframes into tfile and ctf trace files. Read data from
3992 trace file and test collected data.
3993 (gdb_collect_locals_test): Likewise.
3994 (gdb_unavailable_registers_test): Likewise.
3995 (gdb_unavailable_floats): Likewise.
3996 (gdb_collect_globals_test): Likewise.
3997 (top-level): Append "ctf" to trace_file_targets if GDB
3998 supports.
3999
b5262cd0
YQ
40002014-05-05 Yao Qi <yao@codesourcery.com>
4001
4002 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4003 code to ...
4004 (gdb_collect_args_test_1): ... it. New proc.
4005 (gdb_collect_locals_test): Move some code to ...
4006 (gdb_collect_locals_test_1): ... it. New proc.
4007 (gdb_unavailable_registers_test): Move some code to ...
4008 (gdb_unavailable_registers_test_1): ... it. New proc.
4009 (gdb_unavailable_floats): Move some code to ...
4010 (gdb_unavailable_floats_1): ... it. New proc.
4011
30a1e6cc
SDJ
40122014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4013
4014 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4015 probes to test for bitness recognition.
4016 * gdb.arch/amd64-stap-optional-prefix.exp
4017 (test_probe_value_without_reg): New procedure.
4018 Add code to test for different kinds of bitness.
4019
f33da99a
SDJ
40202014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4021
4022 PR breakpoints/16889
4023 * gdb.arch/amd64-stap-optional-prefix.S: New file.
4024 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4025
5b80f00d
PA
40262014-05-01 Pedro Alves <palves@redhat.com>
4027
4028 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
4029 gdb_file_cmd if no file is specified.
4030 * boards/native-extended-gdbserver.exp (gdb_load): Use the
4031 last_loaded_file to set the remote exec-file.
4032
f8c2a73c
PA
40332014-05-01 Pedro Alves <palves@redhat.com>
4034
4035 * boards/local-remote-host.exp: New file.
4036
be6e8ac7
PA
40372014-05-01 Pedro Alves <palves@redhat.com>
4038
4039 * boards/local-remote-host.exp: Rename to ...
4040 * boards/local-remote-host-notty.exp: ... this.
4041
cac0dc8f
JB
40422014-04-28 Joel Brobecker <brobecker@adacore.com>
4043
4044 * gdb.ada/dyn_arrayidx: New testcase.
4045
9730e6cc
YQ
40462014-04-26 Yao Qi <yao@codesourcery.com>
4047
4048 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
4049 and compute the length of function main. Save it in
4050 $main_length.
4051 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
4052 (top-level): Use gdb_compile to compile objects into
4053 executable and restart GDB. Remove invocation to
4054 prepare_for_testing.
4055
7ae1a6a6
PA
40562014-04-25 Simon Marchi <simon.marchi@ericsson.com>
4057 Pedro Alves <palves@redhat.com>
4058
4059 PR server/16255
4060 * gdb.multi/multi-attach.c: New file.
4061 * gdb.multi/multi-attach.exp: New file.
4062
4082afcc
PA
40632014-04-25 Pedro Alves <palves@redhat.com>
4064
4065 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
4066 user.
4067 (top level): Test that "set remote conditional-breakpoints-packet
4068 off" works as intended.
4069 * gdb.base/dprintf.exp: Test that "set remote
4070 breakpoint-commands-packet off" works as intended.
4071 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
4072 New function.
4073 (top level): Call it.
4074 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
4075 remote fast-tracepoints-packet off" works as intended.
4076 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
4077 * lib/gdb.exp (gdb_is_target_remote): ... here.
4078
2abc3f8d
DB
40792014-04-24 David Blaikie <dblaikie@gmail.com>
4080
4081 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
4082 ensure clang would not discard them.
4083 * gdb.base/gdbvars.c: Ditto.
4084 * gdb.base/memattr.c: Ditto.
4085 * gdb.base/whatis.c: Ditto.
4086 * gdb.python/py-prettyprint.c: Ditto.
4087 * gdb.trace/actions.c: Ditto.
4088 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
4089 ensure clang would not discard it.
4090
bfd39632
DB
40912014-04-24 David Blaikie <dblaikie@gmail.com>
4092
4093 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
4094 clang to emit the full definition of type required by the test
4095 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
4096
22842ff6
DB
40972014-04-24 David Blaikie <dblaikie@gmail.com>
4098
4099 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
4100 coax Clang into emitting the definition of the type.
4101 * gdb.cp/pr10728-x.h (y): Ditto.
4102 * gdb.cp/pr10728-y.cc (y): Ditto.
4103
c2e827ad
DB
41042014-04-24 David Blaikie <dblaikie@gmail.com>
4105
4106 * gdb.base/label.exp: XFAIL label related tests under Clang.
4107 * gdb.cp/cplabel.exp: Ditto.
4108 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
4109 under Clang those using labels.
4110
4c2d33e7
YQ
41112014-04-25 Yao Qi <yao@codesourcery.com>
4112
4113 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
4114 double_label.
4115 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
4116 partial_label and double_label.
4117
56083b99
DB
41182014-04-24 David Blaikie <dblaikie@gmail.com>
4119
4120 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
4121
25d4e99d
DB
41222014-04-24 David Blaikie <dblaikie@gmail.com>
4123
4124 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
4125 of the function to work across GCC and Clang.
4126 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
4127 pointer types (const void ** const V void **).
4128
01f9f808
MS
41292014-04-24 Michael Sturm <michael.sturm@mintel.com>
4130 Walfred Tedeschi <walfred.tedeschi@intel.com>
4131
4132 * Makefile.in (EXECUTABLES): Added i386-avx512.
4133 * gdb.arch/i386-avx512.c: New file.
4134 * gdb.arch/i386-avx512.exp: Likewise.
4135
4b48d439
KS
41362014-04-23 Keith Seitz <keiths@redhat.com>
4137
4138 * lib/mi-support.exp (mi_list_breakpoints): Delete.
4139 (mi_make_breakpoint_table): New procedure.
4140 (mi_create_breakpoint): Use mi_make_breakpoint
4141 and return the result.
4142 (mi_make_breakpoint): New procedure.
4143 (mi_build_kv_pairs): New procedure.
4144
4145 * gdb.mi/mi-break.exp: Remove unused globals,
4146 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
4147 All callers updated.
4148 * gdb.mi/mi-dprintf.exp: Use variable to track command
4149 number.
4150 Update all callers of mi_create_breakpoint and use
4151 mi_make_breakpoint_table.
4152 Remove any unused global variables.
4153 * gdb.mi/mi-nonstop.exp: Likewise.
4154 * gdb.mi/mi-nsintrall.exp: Likewise.
4155 * gdb.mi/mi-nsmoribund.exp: Likewise.
4156 * gdb.mi/mi-nsthrexec.exp: Likewise.
4157 * gdb.mi/mi-reverse.exp: Likewise.
4158 * gdb.mi/mi-simplerun.exp: Likewise.
4159 * gdb.mi/mi-stepn.exp: Likewise.
4160 * gdb.mi/mi-syn-frame.exp: Likewise.
4161 * gdb.mi/mi-until.exp: Likewise.
4162 * gdb.mi/mi-var-cp.exp: Likewise.
4163 * gdb.mi/mi-var-display.exp: Likewise.
4164 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
4165 * gdb.mi/mi2-var-child.exp: Likewise.
4166 * gdb.mi/mi-vla-c99.exp: Likewise.
4167 * lib/mi-support.exp: Likewise.
4168
4169 From Ian Lance Taylor <iant@cygnus.com>:
4170 * lib/gdb.exp (parse_args): New procedure.
4171
08351840
PA
41722014-04-23 Pedro Alves <palves@redhat.com>
4173
4174 * gdb.base/break-unload-file.c: New file.
4175 * gdb.base/break-unload-file.exp: New file.
4176 * gdb.base/sym-file-lib.c (baz): New function.
4177 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
4178 field.
4179 (load): Store the segment's mapped size.
4180 (unload): New function.
4181 (unload_shlib): New function.
4182 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
4183 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
4184 set a breakpoint at baz, and call it.
4185 * gdb.base/sym-file.exp: New tests for stale breakpoint
4186 instructions.
4187
076855f9
PA
41882014-04-23 Pedro Alves <palves@redhat.com>
4189
4190 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
4191 * gdb.base/hbreak-in-shr-unsupported.c: New file.
4192 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
4193 * gdb.base/hbreak-unmapped.c: New file.
4194 * gdb.base/hbreak-unmapped.exp: New file.
4195 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
4196 * lib/gdb.exp (gdb_is_target_remote): ... here.
4197
483805cf
PA
41982014-04-22 Pedro Alves <palves@redhat.com>
4199
4200 * gdb.base/consecutive-step-over.c: New file.
4201 * gdb.base/consecutive-step-over.exp: New file.
4202
06d97543
PA
42032014-04-22 Pedro Alves <palves@redhat.com>
4204
4205 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
4206 instead of send_gdb/gdb_expect.
4207
b4429ea2
YQ
42082014-04-22 Yao Qi <yao@codesourcery.com>
4209
4210 * lib/trace-support.exp (generate_tracefile): New procedure.
4211 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
4212 return 0.
4213 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
4214 if generate_tracefile returns 1.
4215
51d48146
PA
42162014-04-18 Tom Tromey <palves@redhat.com>
4217 Pedro alves <tromey@redhat.com>
4218
4219 PR backtrace/15558
4220 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
4221 with a backtrace limit.
4222 * gdb.python/py-frame-inline.exp: Test running to an inline
4223 function with a backtrace limit, and printing the newest frame.
4224 * gdb.python/py-frame-inline.c (main): Call f.
4225
bd1dce5f
MS
42262014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4227
4228 * gdb.java/jnpe.exp: Drop srcdir from untested path.
4229
40d1a503
MS
42302014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4231
4232 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
4233 Drop prefix from unsupported source file path.
4234
389b98f7
YQ
42352014-04-17 Yao Qi <yao@codesourcery.com>
4236
4237 * lib/gdb.exp (with_target_charset): New proc.
4238 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
4239 with_target_charset.
4240 (test_print_strings): Likewise.
4241 (test_repeat_bytes): Likewise.
4242 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
4243 for some tests.
4244
22869d73
KS
42452014-04-16 Keith Seitz <keiths@redhat.com>
4246
4247 PR gdb/15827
4248 * gdb.dwarf2/corrupt.c: New file.
4249 * gdb.dwarf2/corrupt.exp: New file.
4250
c4f87ca6
KS
42512014-04-16 Keith Seitz <keiths@redhat.com>
4252
4253 PR c++/16597
4254 * gdb.cp/namelessclass.cc: New file.
4255 * gdb.cp/namelessclass.exp: New file.
4256 * gdb.cp/namelessclass.S: New file.
4257
ab19de87
DE
42582014-04-16 Doug Evans <dje@google.com>
4259
4260 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4261 Add comment.
4262 (gdbserver_default_get_comm_port): New function.
4263 (gdbserver_start): Check if board file provided
4264 "gdbserver,get_comm_port" and use it if so.
4265 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4266 (gdb,socketport): Set to "stdio".
4267 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4268 (stdio_gdbserver_template): Delete.
4269 (${board}_get_remote_address): Update.
4270 (${board}_build_remote_cmd): Delete.
4271 (${board}_get_comm_port): New function.
4272 (${board}_spawn): Update.
4273 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4274 Delete.
4275 (${board}_get_remote_address): Update.
4276 (${board}_get_comm_port): New function.
4277
fc98a809
AB
42782014-04-16 Andrew Burgess <aburgess@broadcom.com>
4279
4280 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4281 appearing in any order.
4282
87fd9e6e
DE
42832014-04-15 Doug Evans <dje@google.com>
4284
4285 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4286 uninitialized value of "description".
4287
099fc3ea
KS
42882014-04-15 Keith Seitz <keiths@redhat.com>
4289
4290 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4291 Remove unused globals.
4292 (test_running_the_program): Likewise.
4293 (test_controlled_execution): Likewise.
4294 (test_controlling_breakpoints): Likewise.
4295 (test_program_termination): Likewise.
4296
5da151d4
KS
42972014-04-15 Keith Seitz <keiths@redhat.com>
4298
4299 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4300 unused globals.
4301 (test_rbreak_creation_and_listing): Likewise.
4302 (test_ignore_count): Likewise.
4303 (test_error): Likewise.
4304
35e5d2f0
PA
43052014-04-15 Pedro Alves <palves@redhat.com>
4306
4307 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
4308 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
4309 sym-file-loader.c.
4310 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4311 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4312 to sym-file-loader.c.
4313 (struct library): Forward declare.
4314 (load_shlib, lookup_function): Change prototypes.
4315 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4316 (translate_offset): Remove declarations.
4317 (get_text_addr): New declaration.
4318 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
4319 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
4320 sym-file-loader.h.
4321 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4322 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4323 here from sym-file-loader.h.
4324 (struct library): New structure.
4325 (load_shlib, lookup_function): Change prototypes and adjust to
4326 work with a struct library.
4327 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4328 (translate_offset): Make static.
4329 (get_text_addr): New function.
4330 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
4331
eb4c1710
PA
43322014-04-15 Pedro Alves <palves@redhat.com>
4333
4334 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
4335
2d1baf52
PA
43362014-04-15 Pedro Alves <palves@redhat.com>
4337
4338 * gdb.base/sym-file-loader.c: Include <limits.h>.
4339 (SELF_LINK): New define.
4340 (get_origin): New function.
4341 (load_shlib): Use it.
4342 * gdb.base/sym-file.exp: Don't early return if the target is
4343 remote. Use runto_main, and issue fail is that fails. Use
4344 gdb_load_shlibs.
4345 (shlib_name): Delete.
4346 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
4347
7dd6df01
PA
43482014-04-15 Pedro Alves <palves@redhat.com>
4349
4350 * gdb.base/sym-file.exp: Remove regex characters from test
4351 message. Don't refer to breakpoint numbers in test messages.
4352
b50c8614
KS
43532014-04-14 Keith Seitz <keiths@redhat.com>
4354
4355 PR c++/16253
4356 * gdb.cp/var-tag.cc: New file.
4357 * gdb.cp/var-tag.exp: New file.
4358 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4359 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4360 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4361 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4362
3d567982
TT
43632014-04-14 Tom Tromey <tromey@redhat.com>
4364
4365 * gdb.cp/classes.exp (test_enums): Handle underlying type.
4366 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
4367 type.
4368 * gdb.cp/enum-class.exp: New file.
4369 * gdb.cp/enum-class.cc: New file.
4370
0626fc76
TT
43712014-04-14 Tom Tromey <tromey@redhat.com>
4372
4373 * gdb.dwarf2/enum-type.exp: New file.
4374
dca325b3
SA
43752014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4376
4377 * gdb.mi/mi-vla-c99.exp: New file.
4378 * gdb.mi/vla.c: New file.
4379
5854b38a
SA
43802014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4381
4382 * gdb.base/vla-datatypes.c: New file.
4383 * gdb.base/vla-datatypes.exp: New file.
4384
463bb957
SA
43852014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4386
4387 * gdb.base/vla-ptr.c: New file.
4388 * gdb.base/vla-ptr.exp: New file.
4389
3dd170be
SA
43902014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4391
4392 * gdb.dwarf2/count.exp: New file.
4393
5ecaaa66
SA
43942014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4395
4396 * gdb.base/vla-sideeffect.c: New file.
4397 * gdb.base/vla-sideeffect.exp: New file.
4398
41f1ada5
DB
43992014-04-14 David Blaikie <dblaikie@gmail.com>
4400
4401 * gdb.mi/non-stop.c: Add return value for non-void function return
4402 statement.
4403 * gdb.threads/staticthreads.c: Ditto.
4404
0be03e84
DE
44052014-04-12 Siva Chandra Reddy <sivachandra@google.com>
4406 Doug Evans <xdje42@gmail.com>
4407
4408 * gdb.guile/scm-value.c: Improve test case.
4409 * gdb.guile/scm-value.exp: Add new test.
4410
f180a1fb
DB
44112014-04-11 David Blaikie <dblaikie@gmail.com>
4412
4413 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
4414 override Clang's default.
4415
6b662e19
JB
44162014-04-11 Joel Brobecker <brobecker@adacore.com>
4417
4418 Revert the following changes (regressions):
4419
4420 * gdb.base/vla-sideeffect.c: New file.
4421 * gdb.base/vla-sideeffect.exp: New file.
4422
4423 * gdb.dwarf2/count.exp: New file.
4424
4425 * gdb.base/vla-multi.c: New file.
4426 * gdb.base/vla-multi.exp: New file.
4427
4428 * gdb.base/vla-ptr.c: New file.
4429 * gdb.base/vla-ptr.exp: New file.
4430
4431 * gdb.base/vla-datatypes.c: New file.
4432 * gdb.base/vla-datatypes.exp: New file.
4433
4434 * gdb.mi/mi-vla-c99.exp: New file.
4435 * gdb.mi/vla.c: New file.
4436
245a5f0b
KS
44372014-04-11 Keith Seitz <keiths@redhat.com>
4438
4439 PR c++/16675
4440 * gdb.cp/cpsizeof.exp: New file.
4441 * gdb.cp/cpsizeof.cc: New file.
4442
58a84dcf
SA
44432014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4444
191a8a90
JB
4445 * gdb.mi/mi-vla-c99.exp: New file.
4446 * gdb.mi/vla.c: New file.
58a84dcf 4447
c8655f75
SA
44482014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4449
4450 * gdb.base/vla-datatypes.c: New file.
4451 * gdb.base/vla-datatypes.exp: New file.
4452
024e13b4
SA
44532014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4454
4455 * gdb.base/vla-ptr.c: New file.
4456 * gdb.base/vla-ptr.exp: New file.
4457
1a237e0e
SA
44582014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4459
4460 * gdb.base/vla-multi.c: New file.
4461 * gdb.base/vla-multi.exp: New file.
4462
504f3432
SA
44632014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4464
4465 * gdb.dwarf2/count.exp: New file.
4466
3bce8237
SA
44672014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4468
191a8a90
JB
4469 * gdb.base/vla-sideeffect.c: New file.
4470 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 4471
322f9c21
YQ
44722014-04-11 Yao Qi <yao@codesourcery.com>
4473
4474 * gdb.base/completion.exp: Check file exists before running tests
4475 on file completion.
4476
d708bcd1
PA
44772014-04-10 Pedro Alves <palves@redhat.com>
4478
4479 * gdb.base/cond-eval-mode.c: New file.
4480 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4481 prepare_for_testing to build the new file. Check result of
4482 runto_main.
4483 (test_break, test_watch): New procedures.
4484 (top level): Use them.
4485
ae1d2761
PM
44862014-04-08 Pierre Muller <muller@sourceware.org>
4487
4488 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4489 Ctrl-V use for mingw hosts.
4490
7af389b8
SC
44912014-04-07 Siva Chandra Reddy <sivachandra@google.com>
4492
4493 * gdb.python/py-value.c: Improve test case.
4494 * gdb.python/py-value.exp: Add new test.
4495
5e703181
DE
44962014-04-07 David Blaikie <dblaikie@gmail.com>
4497
4498 * lib/compiler.c: Identify the clang compiler.
4499 * lib/compiler.cc: Ditto.
4500
9810b410
YQ
45012014-04-03 Yao Qi <yao@codesourcery.com>
4502
4503 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4504
98d1b8dc
AB
45052014-04-01 Anton Blanchard <anton@samba.org>
4506
4507 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
4508 messages unique.
4509
3114cea1
AB
45102014-04-01 Anton Blanchard <anton@samba.org>
4511
4512 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4513 prepare_for_testing.
4514
62f7182c
AB
45152014-04-01 Anton Blanchard <anton@samba.org>
4516
4517 * gdb.arch/ppc64-atomic-inst.c: Remove.
4518 * gdb.arch/ppc64-atomic-inst.S: New file.
4519 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4520
770e7fc7
DE
45212014-03-31 Doug Evans <dje@google.com>
4522
4523 * gdb.base/print-symbol-loading-lib.c: New file.
4524 * gdb.base/print-symbol-loading-main.c: New file.
4525 * gdb.base/print-symbol-loading.exp: New file.
4526
46e2bafa
YQ
45272014-03-31 Yao Qi <yao@codesourcery.com>
4528
4529 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4530
8776cfe9
JB
45312014-03-28 Joel Brobecker <brobecker@adacore.com>
4532
4533 * gdb.ada/mi_dyn_arr: New testcase.
4534
5d1ef361
DE
45352014-03-27 Doug Evans <dje@google.com>
4536
4537 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4538
b5bee914
YQ
45392014-03-27 Yao Qi <yao@codesourcery.com>
4540
4541 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4542 if target is nios2-*-*.
4543
0d4d0e77
YQ
45442014-03-26 Yao Qi <yao@codesourcery.com>
4545
4546 * lib/gdb.exp (readline_is_used): New proc.
4547 * gdb.base/completion.exp: Move tests on command complete up.
4548 Skip the rest of tests if readline is not used.
4549 * gdb.ada/complete.exp: Skp the test if readline is not
4550 used.
4551 * gdb.base/filesym.exp: Likewise.
4552 * gdb.base/macscp.exp: Likewise.
4553 * gdb.base/readline-ask.exp: Likewise.
4554 * gdb.base/readline.exp: Likewise.
4555 * gdb.python/py-cmd.exp: Likewise.
4556 * gdb.trace/tfile.exp: Likewise.
4557
29361eee
YQ
45582014-03-26 Yao Qi <yao@codesourcery.com>
4559
4560 * gdb.base/macscp.exp: Fix code format issues.
4561
bc9a5525
UW
45622014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
4563
4564 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4565 * gdb.asm/powerpc64le.inc: New file.
4566
d3839ede
PA
45672014-03-25 Pedro Alves <palves@redhat.com>
4568 Doug Evans <dje@google.com>
4569
4570 * gdb.base/source-execution.c: New file.
4571 * gdb.base/source-execution.exp: New file.
4572 * gdb.base/source-execution.gdb: New file.
4573
01672a57
DE
45742014-03-24 Doug Evans <dje@google.com>
4575
4576 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4577 using fission.
4578
88bbeca9
HZ
45792014-03-24 Hui Zhu <hui@codesourcery.com>
4580 Pedro Alves <palves@redhat.com>
4581
4582 PR breakpoints/16101
4583 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4584 test pass/fail messages. Detect missing support for dprintf when
4585 breakpoints are actually inserted.
4586 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4587 breakpoints are actually inserted.
4588 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4589 fails.
4590
d2348791
JK
45912014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4592
4593 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4594
feef67ab
DE
45952014-03-22 Doug Evans <xdje42@gmail.com>
4596
4597 * gdb.python/python.exp (python not supported): Verify multi-line
4598 python command issues an error.
25d743f9 4599 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 4600 guile command issues an error.
feef67ab 4601
ecebef6a
MR
46022014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
4603
4604 * gdb.threads/thread-specific.exp: Handle the lack of usable
4605 $this_breakpoint and $this_thread.
4606
ccdd1909
HZ
46072014-03-21 Hui Zhu <hui@codesourcery.com>
4608
4609 * gdb.base/attach.exp (do_command_attach_tests): New.
4610
beb460e8
PA
46112014-03-20 Tom Tromey <tromey@redhat.com>
4612 Pedro Alves <palves@redhat.com>
4613
4614 PR cli/15718
4615 * gdb.base/condbreak-call-false.c: New file.
4616 * gdb.base/condbreak-call-false.exp: New file.
4617
40acf43a
PA
46182014-03-20 Pedro Alves <palves@redhat.com>
4619
4620 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4621 Delete.
4622 (block_signals, unblock_signals): Delete.
4623 (child_function_2, main): Remove references to deleted variable
4624 and functions.
4625
9f5e1e02
PA
46262014-03-20 Pedro Alves <palves@redhat.com>
4627
4628 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4629 Use pthread_kill to signal thread 2.
4630 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4631 Adjust to make the test send itself a signal rather than using the
4632 host's "kill" command.
4633
99619bea
PA
46342014-03-20 Pedro Alves <palves@redhat.com>
4635
4636 * gdb.threads/multiple-step-overs.c: New file.
4637 * gdb.threads/multiple-step-overs.exp: New file.
4638 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4639 Adjust expected infrun debug output.
4640
2adfaa28
PA
46412014-03-20 Pedro Alves <palves@redhat.com>
4642
4643 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4644 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4645
31e77af2
PA
46462014-03-20 Pedro Alves <palves@redhat.com>
4647
4648 PR breakpoints/7143
4649 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4650 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
4651 of gdb_test_multiple.
4652 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4653 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4654
b9f437de
PA
46552014-03-20 Pedro Alves <palves@redhat.com>
4656
4657 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4658 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4659
05adc73e
PA
46602014-03-19 Pedro Alves <palves@redhat.com>
4661
4662 * gdb.base/async.exp: Remove early return.
4663
6048b950
PA
46642014-03-19 Pedro Alves <palves@redhat.com>
4665
4666 * gdb.base/async.exp (step& tests): Pass explicit test messages.
4667
8bcfb00a
PA
46682014-03-19 Pedro Alves <palves@redhat.com>
4669
4670 * gdb.base/async.exp (test_background): Expect \r\n after
4671 "completed." in the fail pattern.
4672
884e37dc
PA
46732014-03-19 Pedro Alves <palves@redhat.com>
4674
4675 * gdb.base/async.exp (test_background): New procedure.
4676 Use it for all background execution command tests.
4677
148e57e2
PA
46782014-03-19 Pedro Alves <palves@redhat.com>
4679
4680 * gdb.base/async.exp: Use prepare_for_testing.
4681
f48088c7
PA
46822014-03-19 Pedro Alves <palves@redhat.com>
4683
4684 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
4685 the same line.
4686
e2f6c966
PA
46872014-03-19 Pedro Alves <palves@redhat.com>
4688
4689 * gdb.base/async.c (main): Add "jump here" and "until here" line
4690 marker comments.
4691 * gdb.base/async.exp (jump_here): New global.
4692 (jump& test): Use it.
4693 (until_here): New global.
4694 (until& test): Use it.
4695
c30568d4
PA
46962014-03-19 Pedro Alves <palves@redhat.com>
4697
4698 * gdb.base/async.exp: Don't frob gdb_protocol.
4699
0172b6a7
DE
47002014-03-18 Doug Evans <xdje42@gmail.com>
4701
4702 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
4703 Fix spelling of exec-done-display.
4704
06c868a8
JK
47052014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4706
4707 PR gdb/15358
4708 * gdb.base/gdb-sigterm.c: New file.
4709 * gdb.base/gdb-sigterm.exp: New file.
4710
0c7e1a46
PA
47112014-03-18 Pedro Alves <palves@redhat.com>
4712
4713 PR gdb/13860
4714 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
4715 * lib/mi-support.exp (mi_expect_stop): Add special handling for
4716 solib-event.
4717
f7c77d93
JB
47182014-03-17 Joel Brobecker <brobecker@adacore.com>
4719
4720 * gdb.ada/pckd_arr_ren: New testcase.
4721
5a1e8c7a
DE
47222014-03-13 Doug Evans <xdje42@gmail.com>
4723
4724 PR guile/16612
4725 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4726 collect after discarding symbols.
4727
350e1a76
DE
47282014-03-13 Ludovic Courtès <ludo@gnu.org>
4729 Doug Evans <xdje42@gmail.com>
4730
4731 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4732 to history survives a gc.
4733
a69900ae
PA
47342014-03-13 Pedro Alves <palves@redhat.com>
4735
4736 * gdb.base/default.exp: Don't test "target procfs".
4737
5db9f0bd
PA
47382014-03-13 Pedro Alves <palves@redhat.com>
4739
4740 * gdb.base/default.exp: Update "target child" and "target procfs"
4741 tests to not expect "Unix".
4742
b3ccfe11
TT
47432014-03-12 Tom Tromey <tromey@redhat.com>
4744
4745 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4746 New procs. Add target-async tests.
4747 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4748 Add target-async tests.
4749
646f4417
AA
47502014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4751
4752 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4753 'func_start' and 'func_end' for the beginning and end of the
4754 function code, respectively.
4755 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4756 'func_end' instead of 'func' and 'main'.
4757
288c211f
AA
47582014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4759
4760 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4761 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4762 generate the debug info assembler source.
4763
e0c0f156
AA
47642014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4765
4766 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4767 * gdb.dwarf2/arr-subrange.exp: Likewise.
4768 * gdb.dwarf2/dwz.exp: Likewise.
4769 * gdb.dwarf2/method-ptr.exp: Likewise.
4770 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4771 * gdb.dwarf2/subrange.exp: Likewise.
4772 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4773 * gdb.dwarf2/implptrpiece.exp: Likewise.
4774 * gdb.dwarf2/nostaticblock.exp: Likewise.
4775
0e5c4555
AA
47762014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4777
4778 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4779 directory to absolute path name arguments.
4780
5ec18f2b
JG
47812014-03-10 Joel Brobecker <brobecker@adacore.com>
4782
4783 * gdb.ada/tagged_access: New testcase.
4784
847fc4f2
MM
47852014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4786
4787 * gdb.btrace/data.exp: Update expected output.
4788
cc3da688
YQ
47892014-03-06 Yao Qi <yao@codesourcery.com>
4790
4791 * gdb.trace/pr16508.exp: New file.
4792
0f26cec1
PA
47932014-03-05 Pedro Alves <palves@redhat.com>
4794
4795 PR gdb/16575
4796 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4797 procedure.
4798 (top level): Adjust to use it. Add tests that exercise breakpoint
4799 interaction with the code-cache.
4800
7a5a839f
LC
48012014-02-26 Ludovic Courtès <ludo@gnu.org>
4802
4803 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4804 test for 'history-append!'.
4805
31aa7e4e
JB
48062014-02-26 Joel Brobecker <brobecker@adacore.com>
4807
4808 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4809 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4810 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4811 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4812 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4813 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4814
1b588015
JB
48152014-02-26 Joel Brobecker <brobecker@adacore.com>
4816
4817 * testsuite/gdb.python/py-pp-re-notag.c: New file.
4818 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4819 * testsuite/gdb.python/py-pp-re-notag.p: New file.
4820
55426c9d
JB
48212014-02-26 Joel Brobecker <brobecker@adacore.com>
4822
4823 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4824
dc53a7ad
JB
48252014-02-26 Joel Brobecker <brobecker@adacore.com>
4826
4827 * gdb.dwarf2/arr-stride.c: New file.
4828 * gdb.dwarf2/arr-stride.exp: New file.
4829
12ab52e9
PA
48302014-02-26 Pedro Alves <palves@redhat.com>
4831
4832 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4833 that won't ever trigger. Make sure that GDB reports the correct
4834 breakpoint that caused the stop.
4835
849c862e
JK
48362014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4837
4838 PR gdb/16626
4839 * gdb.base/auto-load-script: New file.
4840 * gdb.base/auto-load.c: New file.
4841 * gdb.base/auto-load.exp: New file.
4842
71b7d793
JK
4843 PR gdb/16626
4844 * gdb.base/auto-load.exp: Fix out-of-srctree run.
4845
e2f0d509
JK
48462014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4847
4848 Fix dw2-icycle.exp -fsanitize=address GDB crash.
4849 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4850
50cc37c8
DE
48512014-02-24 Doug Evans <dje@google.com>
4852
4853 * lib/gdb.exp (run_on_host): Log error output if program fails.
4854
ea4758f2
PA
48552014-02-21 Pedro Alves <palves@redhat.com>
4856
4857 * gdb.threads/step-after-sr-lock.c: Rename to ...
4858 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4859 * gdb.threads/step-after-sr-lock.exp: Rename to ...
4860 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4861 ... this.
4862
d7b30f67
SDJ
48632014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
4864
4865 PR tdep/16397
4866 * gdb.arch/amd64-stap-special-operands.exp: New file.
4867 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
4868 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
4869 * gdb.arch/amd64-stap-triplet.S: Likewise.
4870 * gdb.arch/amd64-stap-triplet.c: Likewise.
4871
83deb43f
JB
48722014-02-20 Joel Brobecker <brobecker@adacore.com>
4873
4874 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
4875 in .section pseudo-op.
4876
adde2bff
DE
48772014-02-20 lin zuojian <manjian2006@gmail.com>
4878 Joel Brobecker <brobecker@adacore.com>
4879 Doug Evans <xdje42@gmail.com>
4880
4881 PR symtab/16581
4882 * gdb.dwarf2/dw2-icycle.S: New file.
4883 * gdb.dwarf2/dw2-icycle.c: New file.
4884 * gdb.dwarf2/dw2-icycle.exp: New file.
4885
f7bd0f78
SC
48862014-02-19 Siva Chandra Reddy <sivachandra@google.com>
4887
4888 * gdb.python/py-value-cc.cc: Improve test case to enable testing
4889 operations on gdb.Value objects.
4890 * gdb.python/py-value-cc.exp: Add new test to test operations on
4891 gdb.Value objects.
4892
c17ef0d5
DE
48932014-02-18 Doug Evans <dje@google.com>
4894
4895 * Makefile.in (TESTS): New variable.
4896 (expanded_tests, expanded_tests_or_none): New variables
4897 (check-single): Pass $(expanded_tests_or_none) to runtest.
4898 (check-parallel): Only run tests in $(TESTS) if non-empty.
4899 (check/no-matching-tests-found): New rule.
4900 * README: Document TESTS makefile variable.
4901
5dd3176f
DE
49022014-02-18 Doug Evans <dje@google.com>
4903
4904 * Makefile.in (check-parallel): rm -rf outputs temp.
4905
0b10be4f
JK
49062014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4907
4908 Fix "ERROR: no fileid for" in the testsuite.
4909 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
4910
85f224e7
DE
49112014-02-12 Doug Evans <dje@google.com>
4912
4913 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
4914 (MISCELLANEOUS): New variable.
4915 (clean): rm -rf $(MISCELLANEOUS).
4916 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
4917 dwp live in the same directory as symlinks, with each symlink pointed
4918 to a differently named file in a different directory.
4919
149b30ff
DE
49202014-02-11 Doug Evans <dje@google.com>
4921
4922 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
4923 of Tcl file commands.
4924
1dfdac32
MK
49252014-02-10 Mark Kettenis <kettenis@gnu.org>
4926
4927 * gdb.threads/step-after-sr-lock.exp: Avoid executing
4928 "kill -SIGUSR1 -1".
4929
aa4fb036
JB
49302014-02-10 Joel Brobecker <brobecker@adacore.com>
4931
4932 * gdb.ada/tick_length_array_enum_idx: New testcase.
4933
ed3ef339
DE
49342014-02-10 Doug Evans <xdje42@gmail.com>
4935
4936 * configure.ac (AC_OUTPUT): Add gdb.guile.
4937 * configure: Regenerate.
4938 * lib/gdb-guile.exp: New file.
4939 * lib/gdb.exp (get_target_charset): New function.
4940 * gdb.base/help.exp: Update expected output from "apropos apropos".
4941 * gdb.guile/Makefile.in: New file.
4942 * gdb.guile/guile.exp: New file.
4943 * gdb.guile/scm-arch.c: New file.
4944 * gdb.guile/scm-arch.exp: New file.
4945 * gdb.guile/scm-block.c: New file.
4946 * gdb.guile/scm-block.exp: New file.
4947 * gdb.guile/scm-breakpoint.c: New file.
4948 * gdb.guile/scm-breakpoint.exp: New file.
4949 * gdb.guile/scm-disasm.c: New file.
4950 * gdb.guile/scm-disasm.exp: New file.
4951 * gdb.guile/scm-equal.c: New file.
4952 * gdb.guile/scm-equal.exp: New file.
4953 * gdb.guile/scm-error.exp: New file.
4954 * gdb.guile/scm-error.scm: New file.
4955 * gdb.guile/scm-frame-args.c: New file.
4956 * gdb.guile/scm-frame-args.exp: New file.
4957 * gdb.guile/scm-frame-args.scm: New file.
4958 * gdb.guile/scm-frame-inline.c: New file.
4959 * gdb.guile/scm-frame-inline.exp: New file.
4960 * gdb.guile/scm-frame.c: New file.
4961 * gdb.guile/scm-frame.exp: New file.
4962 * gdb.guile/scm-generics.exp: New file.
4963 * gdb.guile/scm-gsmob.exp: New file.
4964 * gdb.guile/scm-iterator.c: New file.
4965 * gdb.guile/scm-iterator.exp: New file.
4966 * gdb.guile/scm-math.c: New file.
4967 * gdb.guile/scm-math.exp: New file.
4968 * gdb.guile/scm-objfile-script-gdb.in: New file.
4969 * gdb.guile/scm-objfile-script.c: New file.
4970 * gdb.guile/scm-objfile-script.exp: New file.
4971 * gdb.guile/scm-objfile.c: New file.
4972 * gdb.guile/scm-objfile.exp: New file.
4973 * gdb.guile/scm-ports.exp: New file.
4974 * gdb.guile/scm-pretty-print.c: New file.
4975 * gdb.guile/scm-pretty-print.exp: New file.
4976 * gdb.guile/scm-pretty-print.scm: New file.
4977 * gdb.guile/scm-section-script.c: New file.
4978 * gdb.guile/scm-section-script.exp: New file.
4979 * gdb.guile/scm-section-script.scm: New file.
4980 * gdb.guile/scm-symbol.c: New file.
4981 * gdb.guile/scm-symbol.exp: New file.
4982 * gdb.guile/scm-symtab-2.c: New file.
4983 * gdb.guile/scm-symtab.c: New file.
4984 * gdb.guile/scm-symtab.exp: New file.
4985 * gdb.guile/scm-type.c: New file.
4986 * gdb.guile/scm-type.exp: New file.
4987 * gdb.guile/scm-value-cc.cc: New file.
4988 * gdb.guile/scm-value-cc.exp: New file.
4989 * gdb.guile/scm-value.c: New file.
4990 * gdb.guile/scm-value.exp: New file.
4991 * gdb.guile/source2.scm: New file.
4992 * gdb.guile/types-module.cc: New file.
4993 * gdb.guile/types-module.exp: New file.
4994
7026a7c1
YQ
49952014-02-10 Yao Qi <yao@codesourcery.com>
4996
4997 PR testsuite/16543
4998 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
4999 * configure: Regenerated.
5000 * Makefile.in: New file.
5001
6c466447
AS
50022014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5003
5004 * gdb.python/py-framefilter.exp: Fix typo.
5005
6e854735
YQ
50062014-02-08 Yao Qi <yao@codesourcery.com>
5007
5008 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5009 that no =breakpoint-modified is emitted when breakpoints are
5010 modified through MI commands.
5011
d137e6dc
PA
50122014-02-07 Pedro Alves <pedro@codesourcery.com>
5013 Pedro Alves <palves@redhat.com>
5014
5015 * gdb.threads/step-after-sr-lock.c: New file.
5016 * gdb.threads/step-after-sr-lock.exp: New file.
5017
b5ee5a50
PA
50182014-02-07 Pedro Alves <palves@redhat.com>
5019
5020 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5021
3c77faf3
JK
50222014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5023
5024 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5025 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5026
6dddc817
DE
50272014-02-06 Doug Evans <xdje42@gmail.com>
5028
5029 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5030 output.
5031
5032 * gdb.gdb/python-interrupts.exp: New file.
5033
de7b2893
YQ
50342014-02-05 Yao Qi <yao@codesourcery.com>
5035
5036 * gdb.trace/report.exp (use_collected_data): Test the output
5037 of "info threads" and "info inferiors".
5038
66d032ac
YQ
50392014-02-05 Yao Qi <yao@codesourcery.com>
5040
5041 Revert this patch:
5042
5043 2013-05-24 Yao Qi <yao@codesourcery.com>
5044
5045 * gdb.trace/tfile.exp: Test inferior and thread.
5046
591a12a1
UW
50472014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5048
5049 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
5050 on a function.
5051 * gdb.base/step-bt.c: Call hello via function pointer to make
5052 sure its first instruction is executed on powerpc64le-linux.
5053
0ff3e01f
UW
50542014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5055
5056 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
5057
084ee545
UW
50582014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5059
5060 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
5061 of the test patterns for use on little-endian systems.
5062
6ed14ff3
UW
50632014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5064
5065 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
5066 (decimal_vector): Fix for little-endian.
5067
401e27fd
JM
50682014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
5069
5070 * gdb.arch/sparc-sysstep.exp: New file.
5071 * gdb.arch/sparc-sysstep.c: Likewise.
5072
5073 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
5074
8b924729
EBM
50752014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5076
5077 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
5078
fb151210
JB
50792014-01-23 Tom Tromey <tromey@redhat.com>
5080
5081 * gdb.ada/array_char_idx: New testcase.
5082
0740f8d8
TT
50832014-01-23 Tom Tromey <tromey@redhat.com>
5084
5085 PR python/16487:
5086 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
5087 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
5088 classes.
5089
21909fa1
TT
50902014-01-23 Tom Tromey <tromey@redhat.com>
5091
5092 PR python/16491:
5093 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
5094 string from an inferior frame.
5095 * gdb.python/py-framefilter-mi.exp: Update.
5096
87ce2a04
DE
50972014-01-22 Doug Evans <dje@google.com>
5098
5099 * gdb.server/server-mon.exp: Add tests for "set debug-format".
5100
237b092b
AA
51012014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5102
5103 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
5104
d674a709
AA
51052014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5106
5107 * gdb.trace/entry-values.exp: Remove excess space character from
5108 regex patterns. Handle s390 call instruction.
5109
20fa3390
AA
51102014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5111
5112 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
5113 define "*_start" label. Make "name" static.
5114 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
5115 ${name} by references to ${name}_start.
5116
78466714
AA
51172014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5118
5119 * gdb.base/info-macros.exp: Remove "debug" from the compile
5120 options.
5121
ec9f644a
IB
51222014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5123
5124 * gdb.dlang/demangle.exp: New file.
5125
94b1b47e
IB
51262014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5127
5128 * gdb.dlang/primitive-types.exp: New file.
5129
7f420862
IB
51302014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5131
5132 * configure.ac: Create gdb.dlang/Makefile.
5133 * configure: Regenerate.
5134 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
5135 * gdb.dlang/Makefile.in: New file.
5136 * lib/d-support.exp: New file.
5137 * lib/gdb.exp (skip_d_tests): New proc.
5138
52834460
MM
51392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5140
5141 * gdb.btrace/delta.exp: Check reverse stepi.
5142 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
5143 * gdb.btrace/finish.exp: New.
5144 * gdb.btrace/next.exp: New.
5145 * gdb.btrace/nexti.exp: New.
5146 * gdb.btrace/record_goto.c: Add comments.
5147 * gdb.btrace/step.exp: New.
5148 * gdb.btrace/stepi.exp: New.
5149 * gdb.btrace/multi-thread-step.c: New.
5150 * gdb.btrace/multi-thread-step.exp: New.
5151 * gdb.btrace/rn-dl-bind.c: New.
5152 * gdb.btrace/rn-dl-bind.exp: New.
5153 * gdb.btrace/data.c: New.
5154 * gdb.btrace/data.exp: New.
5155 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5156
6e07b1d2
MM
51572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5158
5159 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
5160 * gdb.btrace/exception.exp: Update.
5161 * gdb.btrace/instruction_history.exp: Update.
5162 * gdb.btrace/record_goto.exp: Update.
5163 * gdb.btrace/tailcall.exp: Update.
5164 * gdb.btrace/unknown_functions.exp: Update.
5165 * gdb.btrace/delta.exp: New.
5166
0b722aec
MM
51672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5168
5169 * gdb.btrace/record_goto.exp: Add backtrace test.
5170 * gdb.btrace/tailcall.exp: Add backtrace test.
5171
066ce621
MM
51722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5173
5174 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
5175 * gdb.btrace/record_goto.c: New.
5176 * gdb.btrace/record_goto.exp: New.
5177 * gdb.btrace/x86-record_goto.S: New.
5178
0688d04e
MM
51792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5180
5181 * gdb.btrace/function_call_history.exp: Update tests.
5182 * gdb.btrace/instruction_history.exp: Update tests.
5183
8710b709
MM
51842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5185
5186 * gdb.btrace/function_call_history.exp: Fix expected field
5187 order for "record function-call-history".
5188 Add new tests for "record function-call-history /c".
5189 * gdb.btrace/exception.cc: New.
5190 * gdb.btrace/exception.exp: New.
5191 * gdb.btrace/tailcall.exp: New.
5192 * gdb.btrace/x86-tailcall.S: New.
5193 * gdb.btrace/x86-tailcall.c: New.
5194 * gdb.btrace/unknown_functions.c: New.
5195 * gdb.btrace/unknown_functions.exp: New.
5196 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5197
5de9129b
MM
51982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5199
5200 * gdb.btrace/instruction_history.exp: Update.
5201 * gdb.btrace/function_call_history.exp: Update.
5202
23a7fe75
MM
52032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5204
5205 * gdb.btrace/function_call_history.exp: Fix expected function
5206 trace.
5207 * gdb.btrace/instruction_history.exp: Initialize traced.
5208 Remove traced_functions.
5209
724c7dd8
MM
52102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5211
5212 * gdb.btrace/function_call_history.exp: Update
5213 * gdb.btrace/instruction_history.exp: Update.
5214
6d78d93b
MM
52152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5216
5217 * gdb.btrace/enable.exp: Update expected text.
5218
93a360cc
OJ
52192014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
5220
5221 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
5222 bytes.
5223
3772b53f
MR
52242014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
5225
5226 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
5227
596662fa
OJ
52282014-01-15 Omair Javaid <omair.javaid@linaro.org>
5229
5230 * lib/gdb.exp (supports_process_record): Return true for
5231 arm*-linux*. (supports_reverse): Likewise.
5232
b5b08fb4
SC
52332014-01-13 Siva Chandra Reddy <sivachandra@google.com>
5234
5235 PR python/15464
5236 PR python/16113
5237 * gdb.python/py-type.c: Enhance test case.
5238 * gdb.python/py-value-cc.cc: Likewise
5239 * gdb.python/py-type.exp: Add new tests.
5240 * gdb.python/py-value-cc.exp: Likewise
5241
52d7fb13
AA
52422014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5243 Pedro Alves <palves@redhat.com>
5244
5245 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
5246 Make "name" extern.
5247 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
5248 references to ${name}_start by references to ${name}.
5249
a2cd8cfe
JB
52502014-01-10 Joel Brobecker <brobecker@adacore.com>
5251
5252 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5253
4e23fced
JB
52542014-01-10 Joel Brobecker <brobecker@adacore.com>
5255
5256 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5257
c6a9e42c
PA
52582014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
5259 Pedro Alves <palves@redhat.com>
5260
5261 * gdb.mi/mi-info-os.exp: Connect to the target with
5262 mi_gdb_target_load.
5263
b7ea362b
PA
52642014-01-08 Pedro Alves <palves@redhat.com>
5265
5266 * gdb.threads/reconnect-signal.c: New file.
5267 * gdb.threads/reconnect-signal.exp: New file.
5268
5e3f4fab
EBM
52692014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5270
5271 * gdb.base/source-dir.exp: New file.
5272
79301218
JB
52732014-01-07 Joel Brobecker <brobecker@adacore.com>
5274
5275 * gdb.ada/mi_interface: New testcase.
5276
8e355c5d
JB
52772014-01-07 Joel Brobecker <brobecker@adacore.com>
5278
5279 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5280 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5281 gdb.ada/pp-rec-component/pck.ads: New files.
5282
c0d48811
JB
52832014-01-07 Joel Brobecker <brobecker@adacore.com>
5284
5285 * gdb.python/py-pp-integral.c: New file.
5286 * gdb.python/py-pp-integral.py: New file.
5287 * gdb.python/py-pp-integral.exp: New file.
5288
17b609c3 5289For older changes see ChangeLog-1993-2013.
c906108c 5290\f
8d8cb839
EZ
5291;; Local Variables:
5292;; mode: change-log
5293;; left-margin: 8
5294;; fill-column: 74
5295;; version-control: never
5296;; End:
902f2ccb 5297
32d0add0 5298 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
5299 Copying and distribution of this file, with or without modification,
5300 are permitted provided the copyright notice and this notice are preserved.
This page took 2.469555 seconds and 4 git commands to generate.