gdbserver/Linux: internal error when killing a process that is already gone
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
218a5a11
JK
12015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
4 (n at main): New.
5 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6
e03ed3c6
AA
72015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8
9 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10 infcall tests instead of setting up for KFAIL.
11
485668e5
MM
122015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13
14 * gdb.btrace/record_goto-step.exp: New.
15
08464196
JK
162015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
17
18 PR compile/18484
19 * gdb.compile/compile.c (struct struct_type): Add volatile to
20 selffield's type.
21 * gdb.compile/compile.exp
22 (compile code struct_object.selffield = &struct_object): Skip further
23 struct_object tests if this one xfails.
24
bcf5c1d9
RC
252015-07-08 Robert O'Callahan <robert@ocallahan.org>
26
27 PR exp/18617
28 * gdb.trace/ax.exp: Add test.
29
4931af25
YQ
302015-07-07 Yao Qi <yao.qi@linaro.org>
31
32 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
33 instead of istarget "aarch64*-*-*".
34 * gdb.arch/aarch64-fp.exp: Likewise.
35 * gdb.base/float.exp: Likewise.
36 * gdb.reverse/aarch64.exp: Likewise.
37 * lib/gdb.exp (is_aarch64_target): New proc.
38
9fcf688e
YQ
392015-07-07 Yao Qi <yao.qi@linaro.org>
40
41 * lib/gdb.exp (is_aarch32_target): New proc.
42 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
43 instead of "istarget "arm*-*-*"".
44 * gdb.arch/arm-disp-step.exp: Likewise.
45 * gdb.arch/thumb-bx-pc.exp: Likewise.
46 * gdb.arch/thumb-prologue.exp: Likewise.
47 * gdb.arch/thumb-singlestep.exp: Likewise.
48 * gdb.base/disp-step-syscall.exp: Likewise.
49 * gdb.base/float.exp: Likewise.
50
fbd8d50d
YQ
512015-07-07 Yao Qi <yao.qi@linaro.org>
52
53 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
54 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
55
71be1fdc
YQ
562015-07-07 Yao Qi <yao.qi@linaro.org>
57
58 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
59 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
60 if it exists.
61 * gdb.multi/multi-arch.exp: Likewise.
62
3e221d36
SM
632015-07-07 Simon Marchi <simon.marchi@ericsson.com>
64
65 * gdb.python/py-lazy-string.exp: Add missing parentheses to
66 print.
67
d441430b
YQ
682015-07-07 Yao Qi <yao.qi@linaro.org>
69
70 * gdb.arch/thumb-singlestep.exp: Do one more single step.
71
06f810bd
MG
722015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
73
74 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
75 '[' and ']' characters.
76
5e61e7c0
IB
772015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
78
79 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
80
28bf096c
PA
812015-06-29 Pedro Alves <palves@redhat.com>
82
83 PR threads/18127
84 * gdb.threads/hand-call-new-thread.c: New file.
85 * gdb.threads/hand-call-new-thread.c: New file.
86
ee93cd5e
KS
872015-06-26 Keith Seitz <keiths@redhat.com>
88 Doug Evans <dje@google.com>
89
90 PR 16253
91 * gdb.cp/var-tag-2.cc: New file.
92 * gdb.cp/var-tag-3.cc: New file.
93 * gdb.cp/var-tag-4.cc: New file.
94 * gdb.cp/var-tag.cc: New file.
95 * gdb.cp/var-tag.exp: New file.
96
fc637f04
PP
972015-06-26 Patrick Palka <patrick@parcs.ath.cx>
98
99 * gdb.base/history-duplicates.exp: New test.
100
2e52ae68
PP
1012015-06-26 Patrick Palka <patrick@parcs.ath.cx>
102
103 * gdb.base/completion.exp: Test the completion of the "focus"
104 command.
105
6e22494e
JK
1062015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
107
108 * gdb.arch/amd64-prologue-skip.S: New file.
109 * gdb.arch/amd64-prologue-skip.exp: New file.
110
bf7b9cd9
SM
1112015-06-25 Simon Marchi <simon.marchi@ericsson.com>
112
113 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
114 is_address_zero_readable check.
115
201e8dfd
PB
1162015-06-24 Peter Bergner <bergner@vnet.ibm.com>
117
118 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
119 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
120
5cd867b4
YQ
1212015-06-24 Yao Qi <yao.qi@linaro.org>
122
123 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
124 linux targets.
125
4d7be007
YQ
1262015-06-24 Yao Qi <yao.qi@linaro.org>
127
128 * lib/gdb.exp (supports_get_siginfo_type): New proc.
129 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
130 * gdb.base/siginfo-thread.exp: Likewise.
131
07fcd301
YQ
1322015-06-22 Yao Qi <yao.qi@linaro.org>
133
134 * boards/remote-gdbserver-on-localhost.exp: Add comments.
135
52042a00
YQ
1362015-06-22 Yao Qi <yao.qi@linaro.org>
137
138 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
139 aarch64*-*-*.
140 (skip_hw_watchpoint_tests): Likewise.
141
74bd41ce
PP
1422015-06-18 Patrick Palka <patrick@parcs.ath.cx>
143
144 * gdb.base/gdbinit-history.exp: Test the interaction between
145 setting GDBHISTSIZE and setting the history size via .gdbinit.
146
bc460514
PP
1472015-06-17 Patrick Palka <patrick@parcs.ath.cx>
148
149 PR gdb/16999
150 * gdb.base/gdbhistsize-history.exp: New test.
151
b58c513b
PP
1522015-06-17 Patrick Palka <patrick@parcs.ath.cx>
153
154 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
155 with GDBHISTSIZE.
156 * gdb.base/readline.exp: Likewise.
157
92046791
YQ
1582015-06-17 Yao Qi <yao.qi@linaro.org>
159
160 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
161 line.
162
2093d2d3
PP
1632015-06-17 Patrick Palka <patrick@parcs.ath.cx>
164
165 * gdb.base/gdbinit-history.exp: Add test case to check that
166 an unlimited history file does not get truncated on exit.
167
e6c693af
AA
1682015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
169
170 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
171 (VECTOR): New macro. Use it...
172 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
173 ...for these typedefs.
174 (int8, char1, int1, double1): New typedefs.
175 (struct just_int2, struct two_int2): New structures.
176 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
177 (add_structvecs, add_singlevecs): New functions.
178 (main): Call add_some_intvecs twice.
179 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
180 the compile and exit upon failure. Try compiling for the "native"
181 architecture. Test inferior function calls with vector arguments
182 and vector return value handling with "finish" and "return".
183
c74f7d1c
JT
1842015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
185
186 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
187 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
188 PE file.
189 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
190
98aa42ee
AT
1912015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
192
193 PR breakpoints/16465
194 * gdb.mi/mi-dprintf-pending.c: New file.
195 * gdb.mi/mi-dprintf-pending.exp: New test.
196 * gdb.mi/mi-dprintf-pendshr.c: New file.
197
7d73c23c
WT
1982015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
199 Mircea Gherzan <mircea.gherzan@intel.com>
200
201 * gdb.arch/i386-mpx-map.c: New file.
202 * gdb.arch/i386-mpx-map.exp: New File.
203
2042015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
205
206 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
207 * gdb.arch/i386-mpx.exp: Indentation fixed.
208
2092015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
210
211 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
212 function and improved indentation.
213 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
214 gdb_test_multiple. Added additional tests to skip the test.
215
2162015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
217
218 * gdb.arch/i386-avx512.c: Change path in include file.
219 * gdb.arch/i386-avx512.exp: Change include dir path
220 compilation flag.
221 * gdb.arch/i386-mpx.c: Change path in include file.
222 * gdb.arch/i386-mpx.exp: Change include dir path compilation
223 flag.
224
d5eba19a
JK
2252015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
226
227 * gdb.compile/compile-print.exp (compile print *vararray@3)
228 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
229
7f361056
JK
2302015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
231
232 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
233 (do not keep jit in memory): ... this.
234 (expect 5): Change it to ...
235 (expect no 5): ... this.
236
3b462ec2
SM
2372015-06-02 Simon Marchi <simon.marchi@ericsson.com>
238
239 PR gdb/15564
240 * gdb.mi/mi-detach.exp: New file.
241
e0619de6
JK
2422015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
243
244 PR symtab/18392
245 * gdb.arch/amd64-tailcall-self.S: New file.
246 * gdb.arch/amd64-tailcall-self.c: New file.
247 * gdb.arch/amd64-tailcall-self.exp: New file.
248
e970cb34
DB
2492015-05-28 Don Breazeal <donb@codesourcery.com>
250
251 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
252 tests for remote targets by checking is_target_gdbserver.
253
b2e2f908
DE
2542015-05-27 Doug Evans <dje@google.com>
255
256 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
257 * gdb.dwarf2/opaque-type-lookup.c: New file.
258 * gdb.dwarf2/opaque-type-lookup.exp: New file.
259
82c7be31
DE
2602015-05-26 Doug Evans <dje@google.com>
261
262 * gdb.cp/iostream.cc: New file.
263 * gdb.cp/iostream.exp: New file.
264
b4f54984
DE
2652015-05-26 Doug Evans <dje@google.com>
266
267 * gdb.dwarf2/dw2-op-call.exp: Update.
268 * gdb.dwarf2/dw4-sig-types.exp: Update.
269 * gdb.dwarf2/implptr.exp: Update.
270 * gdb.mi/mi-cmd-param-changed.exp: Update.
271
4ea6efe9
DE
2722015-05-26 Doug Evans <dje@google.com>
273
274 * gdb.python/py-lazy-string.c: New file.
275 * gdb.python/py-lazy-string.exp: New file.
276 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
277 (main): Update. Add estring3.
278 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
279 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
280
f6bb7db3
YQ
2812015-05-26 Omair Javaid <omair.javaid@linaro.org>
282 Yao Qi <yao.qi@linaro.org>
283
284 * gdb.reverse/aarch64.c: New.
285 * gdb.reverse/aarch64.exp: New.
286
a81bfbd0
OJ
2872015-05-26 Omair Javaid <omair.javaid@linaro.org>
288
289 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
290 (supports_reverse): Likewise.
291
158bf1b4
PP
2922015-05-22 Patrick Palka <patrick@parcs.ath.cx>
293
294 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
295 Use with_test_prefix.
296
a0145030
AB
2972015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
298
299 * gdb.base/completion.exp: Add test for completion of layout
300 names.
301
ebe3b578
AB
3022015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
303
304 * lib/gdb.exp (skip_tui_tests): New proc.
305 * gdb.base/tui-layout.exp: Check skip_tui_tests.
306
84204ed7
PA
3072015-05-19 Pedro Alves <palves@redhat.com>
308
309 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
310 Save the whole env array instead of just HOME. Unset HISTSIZE in
311 the environment while testing. Restore whole environment
312 afterwards.
313
37442ce1
DE
3142015-05-16 Doug Evans <xdje42@gmail.com>
315
316 * gdb.guile/scm-ports.c: New file.
317 * gdb.guile/scm-ports.exp: Add memory port tests.
318
36de76f9
JK
3192015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
320
321 * gdb.compile/compile-print.c: New file.
322 * gdb.compile/compile-print.exp: New file.
323
3a9558c4
JK
3242015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
325
326 * gdb.compile/compile-ops.exp: Cast param to void.
327 * gdb.compile/compile.exp: Complete type for _gdb_expr.
328 (compile code struct_object.selffield = &struct_object): Add xfail.
329
aa715135
JG
3302015-05-15 Joel Brobecker <brobecker@adacore.com>
331
332 * gdb.ada/arr_enum_with_gap: New testcase.
333
931e5bc3
JG
3342015-05-15 Joel Brobecker <brobecker@adacore.com>
335
336 * gdb.ada/byte_packed_arr: New testcase.
337
9cd4d857
JB
3382015-05-15 Joel Brobecker <brobecker@adacore.com>
339
340 * gdb.ada/pckd_neg: New testcase.
341
ebfd00d2
PP
3422015-05-13 Patrick Palka <patrick@parcs.ath.cx>
343
344 PR gdb/17820
345 * gdb.base/gdbinit-history.exp: New test.
346 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
347 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
348
4c082a81
SC
3492015-05-09 Siva Chandra Reddy <sivachandra@google.com>
350
351 * gdb.python/py-xmethods.cc: Enhance test case.
352 * gdb.python/py-xmethods.exp: New tests.
353 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
354 function.
355 (B_indexoper): Likewise.
356 (global_dm_list) : Add new xmethod worker functions.
357
f7797074
SDJ
3582015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
359
360 * gdb.base/coredump-filter.exp: Correctly unset
361 "coredump_var_addr" array.
362
a4674e4e
PA
3632015-05-08 Pedro Alves <palves@redhat.com>
364
365 * gdb.server/non-existing-program.exp: Unset spawn_id.
366
df2eb078
SC
3672015-05-08 Siva Chandra Reddy <sivachandra@google.com>
368
369 PR python/18291
370 * gdb.python/py-xmethods.exp: Add tests.
371
422349a3
YQ
3722015-05-08 Yao Qi <yao.qi@linaro.org>
373
374 PR gdb/18208
375 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
376 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
377 function set_coredump_filter, and remove remote_exec call.
378 Remove argument ipid. Callers update.
379 (top level): Don't get inferior's PID.
380
63fc80ce
AA
3812015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
382
383 * gdb.base/watch_thread_num.exp: Skip test on targets without
384 access watchpoints.
385
80ad801e
PA
3862015-05-06 Pedro Alves <palves@redhat.com>
387
388 PR server/18081
389 * gdb.server/non-existing-program.exp: New file.
390
0fa7fe50
JB
3912015-05-05 Joel Brobecker <brobecker@adacore.com>
392
393 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
394
3ea89b92
PMR
3952015-05-05 Joel Brobecker <brobecker@adacore.com>
396
397 * gdb.ada/out_of_line_in_inlined: New testcase.
398
87b8eff0
JB
3992015-05-05 Joel Brobecker <brobecker@adacore.com>
400
401 * gdb.ada/var_rec_arr: New testcase.
402
5fccc635
YQ
4032015-04-30 Yao Qi <yao.qi@linaro.org>
404
405 * gdb.base/break-idempotent.exp: If
406 skip_hw_watchpoint_multi_tests returns true, skip the tests
407 on "rwatch" and "awatch".
408
42d38f42
YQ
4092015-04-30 Yao Qi <yao.qi@linaro.org>
410
411 * gdb.base/relativedebug.exp: Invoke gdb command
412 "info sharedlibrary", and if libc.so doesn't have debug info,
413 skip the test.
414
2ce1cdbf
DE
4152015-04-29 Doug Evans <dje@google.com>
416
417 * gdb.python/py-xmethods.exp: Add ptype tests.
418 * gdb.python/py-xmethods.py (E_method_char_worker): Add
419 get_result_type method.
420
f24a38c5
LM
4212015-04-29 Luis Machado <lgustavo@codesourcery.com>
422
423 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
424 the target does not support hardware watchpoints.
425
ecbf2b3c
LM
4262015-04-29 Luis Machado <lgustavo@codesourcery.com>
427
428 * gdb.base/break-always.exp: Abort testing if writing to memory
429 causes an error.
430
34f5f757
DE
4312015-04-28 Doug Evans <dje@google.com>
432
433 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
434 * gdb.python/py-pp-registration.exp: ... here. New file.
435 * gdb.python/py-pp-registration.c: New file.
436 * gdb.python/py-pp-registration.py: New file.
437
69b4374a
DE
4382015-04-28 Doug Evans <dje@google.com>
439
440 * gdb.python/py-bad-printers.c: New file.
441 * gdb.python/py-bad-printers.py: New file.
442 * gdb.python/py-bad-printers.exp: New file.
443
59fb7612
SS
4442015-04-28 Sasha Smundak <asmundak@google.com>
445
446 * gdb.python/py-type.exp: New test.
447
2631b16a
AW
4482015-04-28 Andy Wingo <wingo@igalia.com>
449
450 * gdb.python/py-parameter.exp:
451 * gdb.guile/scm-parameter.exp: Escape the path that we are
452 matching against, as it might contain characters that are special
453 to regular expressions.
454
460efde1
JB
4552015-04-27 Joel Brobecker <brobecker@adacore.com>
456
457 * gdb.ada/rec_comp: New testcase.
458
2d369d8e
SDJ
4592015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
460
461 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
462 before using it.
463
cf75d6c3
AB
4642015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
465
466 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
467 new tests for verilog output.
468
8dbe7ca5
YQ
4692015-04-24 Yao Qi <yao.qi@linaro.org>
470
471 * boards/remote-gdbserver-on-localhost.exp: New file.
472
4ef9fb2f
PA
4732015-04-23 Pedro Alves <palves@redhat.com>
474
475 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
476 $inferior_spawn_id instead of $inferior_spawn_id directly. On
477 "end of file", remove $inferior_spawn_id from the indirect list.
478
0a803169
PA
4792015-04-23 Pedro Alves <palves@redhat.com>
480
481 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
482
749ef8f8
PA
4832015-04-23 Pedro Alves <palves@redhat.com>
484
485 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
486 on $any_spawn_id instead of only on $gdb_spawn_id.
487
8aae4344
PM
4882015-04-21 Pierre Muller <muller@sourceware.org>
489
490 PR pascal/17815
491 * lib/pascal.exp (gpc_compile): Add new option "class".
492 (fpc_compile): Likewise.
493 * gdb.pascal/case-insensitive-symbols.pas: New file.
494 * gdb.pascal/case-insensitive-symbols.exp: New file.
495
1586c8fb
GB
4962015-04-20 Gary Benson <gbenson@redhat.com>
497
498 * gdb.base/attach.exp: Fix three extended remote failures.
499
1b6e6f5c
GB
5002015-04-17 Gary Benson <gbenson@redhat.com>
501
502 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
503 the main executable over the remote protocol.
504
e797481d
PA
5052015-04-16 Pedro Alves <palves@redhat.com>
506
507 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
508 a new gdbserver if gdbserver_reconnect_p is set.
509
1ca99c42
PA
5102015-04-16 Pedro Alves <palves@redhat.com>
511
512 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
513 is set, don't exit gdbserver.
514
af9fd6f8
AA
5152015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
516
517 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
518 appropriate .insn, such that an older assembler can be used.
519 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
520 the z/Architecture instruction set on 31-bit targets as well.
521
04ff1e61
AA
5222015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
523
524 * gdb.go/handcall.exp: Remove all logic related to the first
525 breakpoint and rely on go_runto_main instead.
526 * gdb.go/strings.exp: Likewise.
527 * gdb.go/unsafe.exp: Likewise.
528 * gdb.go/hello.exp: Likewise. Also rename the remaining
529 breakpoint marker to "breakpoint 1".
530 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
531 * gdb.go/strings.go: Likewise.
532 * gdb.go/unsafe.go: Likewise.
533 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
534 "set breakpoint 2 here" and rename the remaining breakpoint marker
535 to "breakpoint 1".
536
40d2f8d6
SM
5372015-04-15 Simon Marchi <simon.marchi@ericsson.com>
538
539 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
540 if itertools.imap is not present.
541 * gdb.python/py-objfile.exp: Add parentheses.
542 * gdb.python/py-type.exp: Same.
543 * gdb.python/py-unwind-maint.py: Same.
544
8cbc97c6
YQ
5452015-04-15 Yao Qi <yao.qi@linaro.org>
546
547 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
548 of ":$ptr_size" and set its form explicitly.
549
45fd756c
YQ
5502015-04-15 Pedro Alves <palves@redhat.com>
551 Yao Qi <yao.qi@linaro.org>
552
553 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
554 timeout by factor of 4.
555 (test_regular_watch): Likewise.
556 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
557 * gdb.reverse/sigall-reverse.exp: Likewise.
558 * gdb.reverse/until-precsave.exp: Likewise.
559 * lib/gdb.exp (with_timeout_factor): New proc.
560 (gdb_expect): Move some code to ...
561 (get_largest_timeout): ... here. New procedure.
562
9e811bc3
LM
5632015-04-14 Luis Machado <lgustavo@codesourcery.com>
564
565 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
566
0ff6fcb2
LM
5672015-04-13 Luis Machado <lgustavo@codesourcery.com>
568
569 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
570 to write to the .text section.
571
7578d5f7
LM
5722015-04-13 Luis Machado <lgustavo@codesourcery.com>
573
574 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
575 Handle the case of targets that do not provide PID information.
576
2efe15c4
YQ
5772015-04-13 Yao Qi <yao.qi@linaro.org>
578
579 * lib/gdbserver-support.exp (gdb_exit): Catch exception
580 and use expect instead of gdb_expect.
581
8cd8f2f8
SDJ
5822015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
583
584 * gdb.base/coredump-filter.exp: Rename variable "addr" to
585 "coredump_var_addr" to avoid naming conflict with other testcases.
586
9ee41772
PA
5872015-04-10 Pedro Alves <palves@redhat.com>
588
589 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
590 gdb_test_sequence and gdb_assert.
591
07473109
PA
5922015-04-10 Pedro Alves <palves@redhat.com>
593
594 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
595 test messages that don't include the breakpoint address.
596
de3db44c
YQ
5972015-04-10 Yao Qi <yao.qi@linaro.org>
598
599 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
600 false for some offset and width combinations which aren't
601 supported by linux kernel.
602
c79d856c
PA
6032015-04-10 Pedro Alves <palves@redhat.com>
604
605 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
606 procedure, factored out from ...
607 (top level): ... here. Add "set displaced-stepping" testing axis.
608 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
609 parameter "displaced". Use it.
610 (top level): Use foreach and add "set displaced-stepping" testing
611 axis.
612
ebc90b50
PA
6132015-04-10 Pedro Alves <palves@redhat.com>
614
615 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
616 Remove comment.
617 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
618 both the address of the instruction that triggers the watchpoint
619 and the address of the instruction immediately after, and use
620 those addresses for the test. Fix comment.
621
8f572e5c
PA
6222015-04-10 Pedro Alves <palves@redhat.com>
623
624 * gdb.base/sigstep.exp (breakpoint_to_handler)
625 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
626 Test "backtrace" in handler.
627 (breakpoint_over_handler): New parameter 'displaced'. Use it.
628 (top level): Add new "displaced" test axis to
629 breakpoint_to_handler, breakpoint_to_handler_entry and
630 breakpoint_over_handler.
631
8d707a12
PA
6322015-04-10 Pedro Alves <palves@redhat.com>
633
634 PR gdb/18216
635 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
636
ef713951
YQ
6372015-04-10 Yao Qi <yao.qi@linaro.org>
638
639 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
640 (test_add_rn_pc): New function.
641 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
642 (top level): Invoke test_add_rn_pc.
643
906d60cf
PA
6442015-04-10 Pedro Alves <palves@redhat.com>
645
646 PR gdb/13858
647 * gdb.base/step-over-no-symbols.exp: New file.
648
f2983cc3
AW
6492015-04-09 Andy Wingo <wingo@igalia.com>
650
651 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
652 after the Python tests.
653
6d62641c
SDJ
6542015-04-08 Keith Seitz <keiths@redhat.com>
655
656 PR python/16699
657 * gdb.python/py-completion.exp: New tests for completion.
658 * gdb.python/py-completion.py (CompleteLimit1): New class.
659 (CompleteLimit2): Likewise.
660 (CompleteLimit3): Likewise.
661 (CompleteLimit4): Likewise.
662 (CompleteLimit5): Likewise.
663 (CompleteLimit6): Likewise.
664 (CompleteLimit7): Likewise.
665
f3770638
PA
6662015-04-08 Pedro Alves <palves@redhat.com>
667
668 PR gdb/18214
669 PR gdb/18216
670 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
671 function.
672 (main): Install it as SIGUSR1 handler.
673 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
674 parameter. Always use "setup" as prefix. Toggle "set
675 displaced-stepping" off/on depending on global. Don't switch to
676 thread 1 here.
677 (top level): Add displaced stepping "off/on" test axis. Update
678 "setup" calls. Wrap each subtest with with_test_prefix. Test
679 continuing with a queued signal in each thread.
680
4496bed7
PA
6812015-04-08 Pedro Alves <palves@redhat.com>
682
683 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
684 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
685 gdb_breakpoint instead of gdb_test that doesn't expect anything.
686 Return early if running to main fails.
687 * gdb.trace/while-stepping.exp: Likewise.
688
b97fde92
PA
6892015-04-07 Pedro Alves <palves@redhat.com>
690
691 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
692 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
693 interact with inferior program.
694
f71c18e7
PA
6952015-04-07 Pedro Alves <palves@redhat.com>
696
697 * lib/gdb.exp (inferior_spawn_id): New global.
698 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
699 spawn id after processing the user code.
700 (default_gdb_start): Set inferior_spawn_id.
701 (send_inferior): New procedure.
702 * lib/gdbserver-support.exp (gdbserver_start): Set
703 inferior_spawn_id.
704 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
705
6423214f
PA
7062015-04-07 Pedro Alves <palves@redhat.com>
707
708 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
709 * lib/gdbserver-support.exp (gdbserver_start): Make
710 $server_spawn_id global.
711 (gdbserver_start): Don't wait for gdbserver's spawn id with
712 expect_background.
713 (close_gdbserver): New procedure.
714 (gdb_exit): Rename the default version and reimplement.
715
71c0ee8c
PA
7162015-04-07 Pedro Alves <palves@redhat.com>
717
718 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
719 append the substituted item, not the original item.
720
203bc29b
PA
7212015-04-07 Pedro Alves <palves@redhat.com>
722
723 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
724 gdb_expect.
725
508a3ddf
PA
7262015-04-07 Pedro Alves <palves@redhat.com>
727
728 * gdb.base/interrupt.exp: Don't handle the case of the inferior
729 output appearing once only.
730
9f6dbe2b
PA
7312015-04-07 Pedro Alves <palves@redhat.com>
732
733 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
734 that doesn't expect anything. Return early if running to main
735 fails.
736
337532fa
YQ
7372015-04-07 Yao Qi <yao.qi@linaro.org>
738
739 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
740 (child_function): Call alarm.
741 (main): Move call to alarm into the loop.
742 * gdb.threads/non-stop-fair-events.exp: Build program with
743 -DTIMEOUT=$timeout.
744
01b622d4
DE
7452015-04-06 Doug Evans <xdje42@gmail.com>
746
747 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
748 Fix dest parameter to board_info.
749 (fpc_compile): Ditto.
750 (gdb_compile_pascal): Rename dest arg to destfile.
751
961f4160
PMR
7522015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
753
754 * gdb.ada/funcall_ref.exp: New file.
755 * gdb.ada/funcall_ref/foo.adb: New file.
756
cafda597
YQ
7572015-04-02 Yao Qi <yao.qi@linaro.org>
758
759 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
760 is remote.
761
fed040c6
GB
7622015-04-02 Gary Benson <gbenson@redhat.com>
763
764 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
765
d11916aa
SS
7662015-04-01 Sasha Smundak <asmundak@google.com>
767
768 * gdb.python/py-unwind-maint.c: New file.
769 * gdb.python/py-unwind-maint.exp: New test.
770 * gdb.python/py-unwind-maint.py: New file.
771 * gdb.python/py-unwind.c: New file.
772 * gdb.python/py-unwind.exp: New test.
773 * gdb.python/py-unwind.py: New test.
774
a1471180
PA
7752015-04-01 Pedro Alves <palves@redhat.com>
776
777 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
778 to fail instead of non-existent $test.
779
0bbeccb1
PA
7802015-04-01 Pedro Alves <palves@redhat.com>
781
782 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
783 GDBFLAGS if not empty.
784
3c724c8c
PMR
7852015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
786
787 * gdb.ada/complete.exp: Remove "multi_line".
788 * gdb.ada/info_exc.exp: Remove "multi_line".
789 * gdb.ada/packed_tagged.exp: Remove "multi_line".
790 * gdb.ada/ptype_field.exp: Remove "multi_line".
791 * gdb.ada/sym_print_name.exp: Remove "multi_line".
792 * gdb.ada/tagged.exp: Remove "multi_line".
793 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
794 [multi_line ...]
795 * gdb.btrace/delta.exp: Likewise.
796 * gdb.btrace/exception.exp: Likewise.
797 * gdb.btrace/function_call_history.exp: Likewise.
798 * gdb.btrace/instruction_history.exp: Likewise.
799 * gdb.btrace/nohist.exp: Likewise.
800 * gdb.btrace/record_goto.exp: Likewise.
801 * gdb.btrace/segv.exp: Likewise.
802 * gdb.btrace/stepi.exp: Likewise.
803 * gdb.btrace/tailcall.exp: Likewise.
804 * gdb.btrace/unknown_functions.exp: Likewise.
805 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
806 * lib/gdb.exp: Add the "multi_line" helper.
807
4eec2deb
PA
8082015-04-01 Pedro Alves <palves@redhat.com>
809
810 * gdb.threads/tid-reuse.c: New file.
811 * gdb.threads/tid-reuse.exp: New file.
812
df8411da
SDJ
8132015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
814
815 PR corefiles/16092
816 * gdb.base/coredump-filter.c: New file.
817 * gdb.base/coredump-filter.exp: Likewise.
818
6ef37366
PM
8192015-03-27 Petr Machata <pmachata@redhat.com>
820
821 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
822 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
823 (Dwarf::assemble): Initialize them.
824 (Dwarf::lines): New function.
825
7ec911b0
JT
8262015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
827
828 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
829 SYMBOL_PREFIX for x86_64-*-cygwin.
830
ff908ebf
AW
8312015-03-26 Andy Wingo <wingo@igalia.com>
832
833 PR symtab/18148
834 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
835 const_value but not a location.
836 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
837 location defined in non-main CUs are visible.
838
6d5f0679
YQ
8392015-03-26 Yao Qi <yao.qi@linaro.org>
840
841 PR testsuite/18139
842 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
843 Add a line number entry for the same line.
844 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
845 Add a line number entry for the same line.
846
2898689b
YQ
8472015-03-26 Yao Qi <yao.qi@linaro.org>
848
849 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
850 .int 0.
851 (func): Likewise. Add .Lfunc_1 label.
852 Use .Lfunc_1 label.
853 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
854 .int 0.
855 (func): Likewise.
856 Use .Lfunc_1 label.
857
85180498
YQ
8582015-03-26 Yao Qi <yao.qi@linaro.org>
859
860 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
861 Call gdb_compile instead to compile each .s files without debug
862 information.
863
8aa08a8d
YQ
8642015-03-26 Yao Qi <yao.qi@linaro.org>
865
866 * gdb.base/savedregs.exp (process_saved_regs): Make
867 "Saved registers:" optional in the pattern.
868
66849923
MM
8692015-03-25 Markus Metzger <markus.t.metzger@intel.com>
870
871 * gdb.btrace/next.exp: Merged into step.exp.
872 * gdb.btrace/finish.exp: Merged into step.exp.
873 * gdb.btrace/nexti.exp: Merged into stepi.exp.
874 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
875 "record goto" and checking the exact replay position.
876 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
877 check for "Recording format" in "info record" output.
878 * gdb.btrace/record_goto.exp: Choose test file based on target.
879 * gdb.btrace/x86-record_goto.S: Renamed into ...
880 * gdb.btrace/x86_64-record_goto.S: ... this.
881 * gdb.btrace/i686-record_goto.S: New.
882 * gdb.btrace/x86-tailcall.S: Renamed into ...
883 * gdb.btrace/x86_64-tailcall.S: ... this.
884 * gdb.btrace/i686-tailcall.S: New.
885 * gdb.btrace/x86-tailcall.c: Renamed into ...
886 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
887 separate statements. Update test.
888 * gdb.btrace/delta.exp: Use record_goto.c as test file.
889 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
890 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
891 * gdb.btrace/tailcall.exp: Choose test file based on target.
892 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
893
11cc1b74
MM
8942015-03-25 Markus Metzger <markus.t.metzger@intel.com>
895
896 * gdb.btrace/exception.exp: Increase BTS buffer size.
897
a25d8bf9
PA
8982015-03-24 Pedro Alves <palves@redhat.com>
899
900 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
901
856e7dd6
PA
9022015-03-24 Pedro Alves <palves@redhat.com>
903
904 * gdb.threads/schedlock.exp (test_step): No longer expect that
905 "set scheduler-locking step" with "next" over a function call runs
906 threads unlocked.
907
ad235a41
AT
9082015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
909
910 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
911
15630549
AT
9122015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
913
914 PR breakpoints/16466
915 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
916 * gdb.mi/mi-pending.c (thread_func): New function.
917 (int main): Add threading support required.
918 * gdb.mi/mi-pending.exp: Add tests for this issue.
919 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
920 (pendfunc2): Remove stdio dependency.
921 * gdb.mi/mi-pendshr2.c: New file.
922
693dca06
KS
9232015-03-23 Keith Seitz <keiths@redhat.com>
924
925 * gdb.linespec/keywords.c: New file.
926 * gdb.linespec/keywords.exp: New file.
927
7e993ebf
KS
9282015-03-23 Keith Seitz <keiths@redhat.com>
929
930 PR gdb/18021
931 * gdb.dwarf2/staticvirtual.exp: New test.
932
bc23328c
JK
9332015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
934
935 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
936 * README: Remove HP-UX and gdb.hp.
937 (configuration):
938 * configure: Regenerate.
939 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
940 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
941 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
942 gdb.hp/gdb.defects/Makefile.
943 * gdb.hp/Makefile.in: File deleted.
944 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
945 * gdb.hp/gdb.aCC/optimize.c: File deleted.
946 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
947 * gdb.hp/gdb.aCC/run.c: File deleted.
948 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
949 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
950 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
951 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
952 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
953 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
954 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
955 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
956 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
957 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
958 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
959 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
960 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
961 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
962 * gdb.hp/gdb.base-hp/reg.s: File deleted.
963 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
964 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
965 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
966 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
967 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
968 * gdb.hp/gdb.compat/Makefile.in: File deleted.
969 * gdb.hp/gdb.compat/average.c: File deleted.
970 * gdb.hp/gdb.compat/sum.c: File deleted.
971 * gdb.hp/gdb.compat/xdb.c: File deleted.
972 * gdb.hp/gdb.compat/xdb0.c: File deleted.
973 * gdb.hp/gdb.compat/xdb0.h: File deleted.
974 * gdb.hp/gdb.compat/xdb1.c: File deleted.
975 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
976 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
977 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
978 * gdb.hp/gdb.defects/Makefile.in: File deleted.
979 * gdb.hp/gdb.defects/bs14602.c: File deleted.
980 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
981 * gdb.hp/gdb.defects/solib-d.c: File deleted.
982 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
983 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
984 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
985 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
986 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
987 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
988 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
989 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
990 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
991 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
992 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
993 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
994 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
995 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
996 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
997 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
998 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
999 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
1000 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
1001 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
1002 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
1003 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
1004 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
1005 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1006 * gdb.hp/tools/odump: File deleted.
1007
8bf3b159
PA
10082015-03-19 Pedro Alves <palves@redhat.com>
1009
1010 * gdb.threads/continue-pending-status.exp (saw_thread_2)
1011 (saw_thread_3): New globals.
1012 (top level): Increment them when an event for the corresponding
1013 thread is seen.
1014 (no thread starvation): New test.
1015
eb54c8bf
PA
10162015-03-19 Pedro Alves <palves@redhat.com>
1017
1018 * gdb.threads/continue-pending-status.c: New file.
1019 * gdb.threads/continue-pending-status.exp: New file.
1020
32d2e5d6
PA
10212015-03-18 Pedro Alves <palves@redhat.com>
1022
1023 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1024 Use gdb_is_target_remote instead of is_remote. Use
1025 gdb_test_multiple instead of gdb_expect. Exit early if
1026 gdb_test_multiple hits its internal matches. Tighten stepi tests
1027 expected output. Fail on exit with any signal, instead of just
1028 SIGILL.
1029
f68f11b7
YQ
10302015-03-18 Yao Qi <yao.qi@linaro.org>
1031
1032 PR tdep/18107
1033 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1034 variable.
1035 * gdb.base/catch-syscall.exp: Don't skip it on
1036 aarch64*-*-linux* target. Remove elements in all_syscalls.
1037 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1038 target.
1039 (setup_all_syscalls): New proc.
1040
ca5fd19b
YQ
10412015-03-16 Yao Qi <yao.qi@linaro.org>
1042
1043 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1044 (top level): Skip tests if valid_addr_p returns false for
1045 $cmd1 or $cmd2.
1046
85642ba0
AW
10472015-03-11 Andy Wingo <wingo@igalia.com>
1048
1049 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1050
e03f9645
YQ
10512015-03-11 Yao Qi <yao.qi@linaro.org>
1052
1053 * gdb.base/catch-syscall.exp: Fix typo in comments.
1054
5d0962b2
YQ
10552015-03-11 Yao Qi <yao.qi@linaro.org>
1056
1057 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
1058
b2df3cef
PA
10592015-03-09 Pedro Alves <palves@redhat.com>
1060
1061 * dg-extract-results.py: Delete.
1062
ef878e53
PA
10632015-03-09 Pedro Alves <palves@redhat.com>
1064
1065 Merge dg-extract-results.sh from GCC upstream (r218843).
1066
1067 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1068 * dg-extract-results.sh: Use --text with grep to avoid issues with
1069 binary files. Fall back to cat -v, if that doesn't work.
1070
9494d219
PA
10712015-03-05 Pedro Alves <palves@redhat.com>
1072
1073 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
1074
a8d9763a
SM
10752015-03-04 Simon Marchi <simon.marchi@ericsson.com>
1076
1077 * lib/mi-support.exp (mi_expect_interrupt): Accept
1078 alternative event for when in all-stop mode.
1079
be9957b8
PA
10802015-03-04 Pedro Alves <palves@redhat.com>
1081
1082 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
1083
d57be0f4 10842015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
1085
1086 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
1087
c214c7cf
AA
10882015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1089
1090 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
1091 regexps for GDB's current line display, accept a hex address
1092 preceding the line number.
1093
6d74a497
AA
10942015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1095
1096 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
1097 the 'arch1' variable for "s390*-linux*" targets.
1098
511aee7c
PA
10992015-03-04 Pedro Alves <palves@redhat.com>
1100
1101 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
1102 (main): Pass missing retval argument to pthread_join call.
1103
95e50b27
PA
11042015-03-02 Pedro Alves <palves@redhat.com>
1105
1106 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
1107 (top level): Call do_test with non-stop as well.
1108
28054d69
PA
11092015-03-02 Pedro Alves <palves@redhat.com>
1110
1111 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
1112 -1.
1113
4fa5d7b4
AA
11142015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1115
1116 * gdb.arch/s390-vregs.exp: New test.
1117 * gdb.arch/s390-vregs.S: New file.
1118
97c18565
PA
11192015-02-27 Pedro Alves <palves@redhat.com>
1120
1121 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
1122 call to catch_command_errors.
1123 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
1124 catch_command_errors.
1125
a37bfa30
PA
11262015-02-27 Pedro Alves <palves@redhat.com>
1127
1128 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
1129 "true" for boolean result.
1130 * gdb.gdb/selftest.exp (test_with_self): Also accept full
1131 prototype of main.
1132
6f98576f
PA
11332015-02-27 Pedro Alves <palves@redhat.com>
1134
1135 * lib/unbuffer_output.c: New file.
1136 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
1137 (main): Call gdb_unbuffer_output.
1138
eba5ab56
YQ
11392015-02-27 Yao Qi <yao.qi@linaro.org>
1140
1141 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
1142 target.
1143
0def5aaa
DE
11442015-02-26 Doug Evans <dje@google.com>
1145
1146 * gdb.cp/class2.cc (Dbase, D): New classes.
1147 (main): New local delta.
1148 * gdb.cp/class2.exp: Test printing delta.
1149 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
1150 (dynbar): New global.
1151 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
1152
081a1c2c
JK
11532015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1154
1155 * gdb.compile/compile-ifunc.c: New file.
1156 * gdb.compile/compile-ifunc.exp: New file.
1157
2f41223f
AT
11582015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
1159
1160 * gdb.base/structs.exp: Check for correct struct on finish.
1161
03eddd80
YQ
11622015-02-26 Yao Qi <yao.qi@linaro.org>
1163
1164 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
1165 is zero.
1166
80c57053
JK
11672015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1168
1169 * gdb.arch/cordic.ko.bz2: New file.
1170 * gdb.arch/cordic.ko.debug.bz2: New file.
1171 * gdb.arch/ppc64-symtab-cordic.exp: New file.
1172
21613c12
YQ
11732015-02-25 Yao Qi <yao.qi@linaro.org>
1174
1175 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
1176 aarch64*-*-* target.
1177
d8b901ed
PA
11782015-02-23 Pedro Alves <palves@redhat.com>
1179
1180 * lib/gdb.exp (delete_breakpoints): Rewrite using
1181 gdb_test_multiple.
1182
e5b85ead
PA
11832015-02-23 Pedro Alves <palves@redhat.com>
1184
1185 * gdb.base/info-os.c: Include stdlib.h.
1186
85c3a371
DE
11872015-02-22 Doug Evans <xdje42@gmail.com>
1188
1189 PR symtab/17855
1190 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
1191 is read after symbols have been re-read.
1192 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
1193 * gdb.ada/exec_changed/second.adb (Second): Ditto.
1194
96553a0c
DE
11952015-02-21 Doug Evans <dje@google.com>
1196
1197 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
1198
97a0c697
JK
11992015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1200
1201 PR corefiles/17808
1202 * gdb.arch/i386-biarch-core.core.bz2: New file.
1203 * gdb.arch/i386-biarch-core.exp: New file.
1204
a47cd6e9
PA
12052015-02-21 Pedro Alves <palves@redhat.com>
1206
1207 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
1208 runto_main fails.
1209
c5facdc4
PA
12102015-02-20 Pedro Alves <palves@redhat.com>
1211
1212 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
1213 info probes.
1214
2db9a427
PA
12152015-02-20 Pedro Alves <palves@redhat.com>
1216
1217 * gdb.threads/multi-create-ns-info-thr.exp: New file.
1218
60fb7e9e
PA
12192015-02-20 Pedro Alves <palves@redhat.com>
1220
1221 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
1222 clean_restart before gdb_target_supports_trace.
1223
5c5019c2
PA
12242015-02-20 Pedro Alves <palves@redhat.com>
1225
1226 PR threads/18006
1227 * gdb.threads/clone-thread_db.c: New file.
1228 * gdb.threads/clone-thread_db.exp: New file.
1229
c9587f88
AT
12302015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1231
1232 PR breakpoints/16812
1233 * gdb.base/catch-gdb-caused-signals.c: New file.
1234 * gdb.base/catch-gdb-caused-signals.exp: New file.
1235
f6a88844
JM
12362015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1237
1238 * configure: Regenerated.
1239 * configure.ac: Use GDB_AC_TRANSFORM.
1240 * aclocal.m4: sinclude ../transform.m4.
1241
497c491b
JM
12422015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1243
1244 * lib/dtrace.exp: New file.
1245 * gdb.base/dtrace-probe.exp: Likewise.
1246 * gdb.base/dtrace-probe.d: Likewise.
1247 * gdb.base/dtrace-probe.c: Likewise.
1248 * lib/pdtrace.in: Likewise.
1249 * configure.ac: Output variables with the transformed names of
1250 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
1251 * configure: Regenerated.
1252
03e98035
JM
12532015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1254
1255 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
1256 expected message when trying to access $_probe_* convenience
1257 variables while not on a probe.
1258
63cc30e9
JK
12592015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1260
1261 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1262
0703599a
PA
12632015-02-11 Pedro Alves <pedro@codesourcery.com>
1264
1265 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1266 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1267
7e60a48e
DE
12682015-02-10 Doug Evans <xdje42@gmail.com>
1269
1270 * lib/gdb.exp (gdb_load): Always return a result.
1271
01b088bc
PA
12722015-02-10 Pedro Alves <palves@redhat.com>
1273
1274 * gdb.threads/signal-sigtrap.c: New file.
1275 * gdb.threads/signal-sigtrap.exp: New file.
1276
b05ec7a5
AT
12772015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1278
1279 * gdb.trace/no-attach-trace.c: New file.
1280 * gdb.trace/no-attach-trace.exp: New file.
1281
a2c2acaf
MW
12822015-02-09 Mark Wielaard <mjw@redhat.com>
1283
1284 * gdb.dwarf2/atomic.c: New file.
1285 * gdb.dwarf2/atomic-type.exp: Likewise.
1286
31fd9caa
MM
12872015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1288
1289 * gdb.btrace/buffer-size.exp: Update "info record" output.
1290 * gdb.btrace/delta.exp: Update "info record" output.
1291 * gdb.btrace/enable.exp: Update "info record" output.
1292 * gdb.btrace/finish.exp: Update "info record" output.
1293 * gdb.btrace/instruction_history.exp: Update "info record" output.
1294 * gdb.btrace/next.exp: Update "info record" output.
1295 * gdb.btrace/nexti.exp: Update "info record" output.
1296 * gdb.btrace/step.exp: Update "info record" output.
1297 * gdb.btrace/stepi.exp: Update "info record" output.
1298 * gdb.btrace/nohist.exp: Update "info record" output.
1299
d33501a5
MM
13002015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1301
1302 * gdb.btrace/buffer-size: New.
1303
f4abbc16
MM
13042015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1305
1306 * gdb.btrace/delta.exp: Update "info record" output.
1307 * gdb.btrace/enable.exp: Update "info record" output.
1308 * gdb.btrace/finish.exp: Update "info record" output.
1309 * gdb.btrace/instruction_history.exp: Update "info record" output.
1310 * gdb.btrace/next.exp: Update "info record" output.
1311 * gdb.btrace/nexti.exp: Update "info record" output.
1312 * gdb.btrace/step.exp: Update "info record" output.
1313 * gdb.btrace/stepi.exp: Update "info record" output.
1314 * gdb.btrace/nohist.exp: Update "info record" output.
1315
b9d61307
SM
13162015-02-06 Simon Marchi <simon.marchi@ericsson.com>
1317
1318 PR gdb/15678
1319 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
1320
e584fdbc
PA
13212015-02-06 Pedro Alves <palves@redhat.com>
1322
1323 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
1324 macro.
1325 (seconds_left, again): New globals.
1326 (main): Wait seconds_left in a 1-second sleep loop instead of
1327 sleeping 180 seconds. If 'again' is set, reset the seconds
1328 counter.
1329 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
1330 'again' in the inferior before detaching. Print the seconds left.
1331 (options): New global.
1332 (top level): Build program with -DTIMEOUT=$timeout.
1333
77f41761
PA
13342015-02-06 Pedro Alves <palves@redhat.com>
1335
1336 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
1337 determine how many seconds to pass to 'alarm'.
1338 * gdb.base/gdb-sigterm.exp (top level): Build program with
1339 -DTIMEOUT=$timeout.
1340 (do_test): Return success/failure indication. Add more verbose
1341 logging. Don't fail if 200 single steps are seen. Instead, fail
1342 when the test times out.
1343 (passes): New global.
1344 (top level): Break the testing loop if testing fails on any
1345 iteration. Use gdb_assert.
1346
b9394193
DB
13472015-02-04 Don Breazeal <donb@codesourcery.com>
1348
1349 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
1350 and initialize them.
1351 (ipc_cleanup): New function.
1352 (main): Don't declare shmid, semid, and msqid. Add a call to
1353 atexit so that we call ipc_cleanup on exit.
1354
42d9e528
PA
13552015-02-04 Pedro Alves <palves@redhat.com>
1356
1357 * boards/native-extended-gdbserver.exp: Remove any target variant
1358 specifications from the board name before clearing the isremote
1359 flag from board_info.
1360
ae6ae975
DE
13612015-01-31 Doug Evans <xdje42@gmail.com>
1362
1363 * gdb.base/maint.exp <maint print type argc>: Update expected output.
1364
cfb069a8
GB
13652015-01-31 Gary Benson <gbenson@redhat.com>
1366
1367 * gdb.base/completion.exp: Disable completion limiting for
1368 existing tests. Add new tests to check completion limiting.
1369 * gdb.linespec/ls-errs.exp: Disable completion limiting.
1370
5dd31d79
DE
13712015-01-31 Doug Evans <xdje42@gmail.com>
1372
1373 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
1374
9f050062
DE
13752015-01-31 Doug Evans <xdje42@gmail.com>
1376
1377 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
1378 entries. Duplicate file section script entries.
1379 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
1380 inlined entries. Add test for safe-path rejection.
1381 * gdb.python/py-section-script.c: Add duplicate inlined section script
1382 entries. Duplicate file section script entries.
1383 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
1384 inlined entries. Add test for safe-path rejection.
1385
df25ebbd
JB
13862015-01-29 Joel Brobecker <brobecker@adacore.com>
1387
1388 * gdb.ada/disc_arr_bound: New testcase.
1389
4a0ca9ec
JB
13902015-01-29 Joel Brobecker <brobecker@adacore.com>
1391
1392 * gdb.ada/mi_var_array: New testcase.
1393
3a8b707a
DE
13942015-01-27 Doug Evans <dje@google.com>
1395
1396 * gdb.python/py-objfile.exp: Add tests for objfile.username.
1397 Add test for objfile.filename, objfile.username after objfile
1398 has been unloaded.
1399
f8313f6e
JB
14002015-01-26 Joel Brobecker <brobecker@adacore.com>
1401
1402 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
1403 the second test to print the name attribute of value
1404 returned by the call to gdb.lookup_type, and adjust
1405 the expected output accordingly.
1406
37bc665e
MW
14072015-01-25 Mark Wielaard <mjw@redhat.com>
1408
1409 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
1410 * gdb.base/disp-step-fork.c: Include unistd.h.
1411 * gdb.base/siginfo-obj.c: Include stdio.h.
1412 * gdb.base/siginfo-thread.c: Likewise.
1413 * gdb.mi/non-stop.c: Include unistd.h.
1414 * gdb.mi/nsthrexec.c: Include stdio.h.
1415 * gdb.mi/pthreads.c: Include unistd.h.
1416 * gdb.modula2/unbounded1.c (main): Declare returns int.
1417 * gdb.reverse/consecutive-reverse.c: Likewise.
1418 * gdb.threads/create-fail.c: Include unistd.h.
1419 * gdb.threads/killed.c: Likewise.
1420 * gdb.threads/linux-dp.c: Likewise.
1421 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
1422 * gdb.threads/non-ldr-exc-2.c: Likewise.
1423 * gdb.threads/non-ldr-exc-3.c: Likewise.
1424 * gdb.threads/non-ldr-exc-4.c: Likewise.
1425 * gdb.threads/pthreads.c: Include unistd.h.
1426 (main): Declare returns int.
1427 * gdb.threads/tls-main.c (foo): New declaration.
1428 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1429
f7e5394d
SM
14302015-01-23 Simon Marchi <simon.marchi@ericsson.com>
1431
1432 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1433 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1434
743649fd
MW
14352015-01-15 Mark Wielaard <mjw@redhat.com>
1436
1437 * gdb.base/noreturn-return.c: New file.
1438 * gdb.base/noreturn-return.exp: New file.
1439 * gdb.base/noreturn-finish.c: New file.
1440 * gdb.base/noreturn-finish.exp: New file.
1441
198297aa
PA
14422015-01-23 Pedro Alves <palves@redhat.com>
1443
1444 * gdb.threads/continue-pending-after-query.c: New file.
1445 * gdb.threads/continue-pending-after-query.exp: New file.
1446
717cf30c
AG
14472015-01-22 Anders Granlund <anders.granlund@ericsson.com>
1448 Simon Marchi <simon.marchi@ericsson.com>
1449
1450 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1451 * gdb.base/valgrind-db-attach.exp: Same.
1452 * gdb.base/valgrind-infcall.exp: Same.
1453 * lib/mi-support.exp (default_mi_gdb_start): Same.
1454 * lib/prompt.exp (default_prompt_gdb_start): Same.
1455 * lib/gdb.exp (default_gdb_spawn): Same.
1456 (gdb_interact): New.
1457
1458
4b62a76e
JK
14592015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1460
1461 * gdb.compile/compile.exp (pointer to jit function): New test.
1462
b4cdae6f
WW
14632015-01-17 Wei-cheng Wang <cole945@gmail.com>
1464
1465 * lib/gdb.exp (supports_process_record): Return true for
1466 powerpc*-*-linux*.
1467 (supports_reverse): Likewise.
1468
d221e7ef
DB
14692015-01-15 Don Breazeal <donb@codesourcery.com>
1470
1471 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1472 instead of checking whether the target board is remote and
1473 use spawn_wait_for_attach instead of exec/sleep.
1474 * gdb.base/attach-twice.exp: Likewise.
1475
bafffb51
JB
14762015-01-15 Joel Brobecker <brobecker@adacore.com>
1477
1478 * gdb.ada/var_arr_attrs: New testcase.
1479
5589af0e
PA
14802015-01-14 Pedro Alves <palves@redhat.com>
1481 Joel Brobecker <brobecker@adacore.com>
1482
1483 PR gdb/17525
1484 * gdb.base/bp-cmds-execution-x-script.c: New file.
1485 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1486 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1487
6c400b59
PA
14882015-01-14 Pedro Alves <palves@redhat.com>
1489
1490 PR cli/17828
1491 * gdb.base/batch-preserve-term-settings.c: New file.
1492 * gdb.base/batch-preserve-term-settings.exp: New file.
1493
e02c96a7
DE
14942015-01-13 Doug Evans <dje@google.com>
1495
1496 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1497 binary.
1498
576fd14c
JB
14992015-01-13 Joel Brobecker <brobecker@adacore.com>
1500
1501 * Makefile.in (clean mostlyclean): Do not delete *.py.
1502
04dccad0
JB
15032015-01-13 Joel Brobecker <brobecker@adacore.com>
1504
1505 * gdb.python/py-lookup-type.exp: New file.
1506
3d230f71
PA
15072015-01-12 Pedro Alves <palves@redhat.com>
1508
1509 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1510 restore GDBFLAGS before returning.
1511
7e67715d
JK
15122015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1513
1514 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1515 is_amd64_regs_target and is_x86_like_target.
1516
f2e0d4b4
DE
15172015-01-11 Doug Evans <xdje42@gmail.com>
1518
1519 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1520 is given without an explicit form.
1521 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1522 attributes.
1523 * gdb.dwarf/corrupt.exp: Ditto.
1524 * gdb.dwarf2/enum-type.exp: Ditto.
1525 * gdb.trace/entry-values.exp: Ditto.
1526 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1527
439250fb
DE
15282015-01-11 Doug Evans <xdje42@gmail.com>
1529
1530 PR gdb/15830
1531 * gdb.base/maint.exp: Remove references to "maint demangle".
1532 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
1533 Add tests for explicitly specifying language to demangle.
1534 * gdb.dlang/demangle.exp: Ditto.
1535
ede9f622
PA
15362015-01-09 Pedro Alves <palves@redhat.com>
1537
1538 * gdb.threads/non-stop-fair-events.c: New file.
1539 * gdb.threads/non-stop-fair-events.exp: New file.
1540
a7b796db
PA
15412015-01-09 Pedro Alves <palves@redhat.com>
1542
1543 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1544 the global scope. Set a breakpoint after all threads are started
1545 rather than stepping over two source lines. Expect the prompt.
1546 * gdb.base/watch_thread_num.c (threads_started_barrier): New
1547 global.
1548 (NUM): Now 15.
1549 (main): Use threads_started_barrier to wait for all threads to
1550 start. Main thread no longer calls thread_function. Exit after
1551 180 seconds.
1552 (loop): New function.
1553 (thread_function): Wait on threads_started_barrier barrier. Call
1554 'loop' at each iteration.
1555 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1556 threads have started, instead of hardcoding number of "next"
1557 steps. Use an access watchpoint instead of a write watchpoint.
1558
9665ffdd
PA
15592015-01-09 Pedro Alves <palves@redhat.com>
1560
1561 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1562 (thread_func): Wait on barrier.
1563 (main): Wait for all threads to start before stopping GDB.
1564 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1565 global.
1566 (thread1_func, thread2_func): Wait on barrier.
1567 (main): Wait for all threads to start before stopping GDB.
1568 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1569 New global.
1570 (thread1_func, thread2_func): Wait on barrier.
1571 (main): Wait for all threads to start before stopping GDB.
1572
c945a99f
PA
15732015-01-09 Pedro Alves <palves@redhat.com>
1574
1575 * gdb.threads/attach-many-short-lived-threads.c: New file.
1576 * gdb.threads/attach-many-short-lived-threads.exp: New file.
1577
c1a747c1
PA
15782014-01-09 Pedro Alves <palves@redhat.com>
1579
1580 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1581 instead of to thread 2.
1582 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1583 Add barrier around each pthread_create call instead of around all
1584 calls.
1585 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1586 Set a break on thread_function and have the child threads hit it
1587 one at at a time.
1588
60b3033e
PA
15892015-01-09 Pedro Alves <palves@redhat.com>
1590
1591 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1592 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1593 false.
1594 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1595 checking whether the target board is remote.
1596 * gdb.multi/multi-attach.exp: Likewise.
1597 * gdb.python/py-sync-interp.exp: Likewise.
1598 * gdb.server/ext-attach.exp: Likewise.
1599 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1600 tests that need to attach, instead of checking whether the target
1601 board is remote at the top of the file.
1602
acc018ac
YQ
16032015-01-08 Yao Qi <yao@codesourcery.com>
1604
1605 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1606
50a18af8
JK
16072015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1608
1609 Fix testcase compilation.
1610 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1611
8503d6e1
JB
16122015-01-06 Joel Brobecker <brobecker@adacore.com>
1613
1614 * gdb.python/py-type.exp: Add a couple test about empty
1615 array creation, and negative-length array creation.
1616
cc73dbcc
DE
16172015-01-02 Doug Evans <xdje42@gmail.com>
1618
1619 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1620
0300bbc7
DE
16212015-01-02 Doug Evans <dje@google.com>
1622
1623 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1624
9d85a0ec
YQ
16252014-12-29 Yao Qi <yao@codesourcery.com>
1626
1627 * gdb.trace/entry-values.exp: Update comments. Rename variable
1628 bar_call_foo to returned_from_foo.
1629
87186c6a
MMN
16302014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
1631
1632 PR gdb/17394
1633 * gdb.linespec/break-asm-file.c: New file.
1634 * gdb.linespec/break-asm-file.exp: New file.
1635 * gdb.linespec/break-asm-file0.s: New file.
1636 * gdb.linespec/break-asm-file1.s: New file.
1637
1bab7383
YQ
16382014-12-18 Nigel Stephens <nigel@mips.com>
1639 Maciej W. Rozycki <macro@codesourcery.com>
1640
1641 * gdb.base/float.exp: Handle the new output from "info float" on
1642 MIPS targets.
1643
1bc1068a
JK
16442014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1645
1646 Fix MinGW compilation.
1647 * gdb.compile/compile-ops.exp: Update untested message if
1648 !skip_compile_feature_tests.
1649 * gdb.compile/compile-setjmp.exp: Likewise.
1650 * gdb.compile/compile-tls.exp: Likewise.
1651 * gdb.compile/compile.exp: Likewise.
1652 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1653 supported on this host".
1654
b6615d10
DE
16552014-12-16 Doug Evans <xdje42@gmail.com>
1656
1657 * boards/stabs.exp: New file.
1658
25dda427
AA
16592014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
1660
1661 * gdb.base/completion.exp: Adjust to format changes of "maint
1662 print user-registers".
1663
bf330350
CU
16642014-12-16 Catalin Udma <catalin.udma@freescale.com>
1665
1666 PR server/17457
1667 * gdb.arch/aarch64-fp.c: New file.
1668 * gdb.arch/aarch64-fp.exp: New file.
1669
395cf596
SDJ
16702014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1671
1672 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1673 r210637, r210913, r211666, r215400, r215817).
1674
1675 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1676 * dg-extract-results.py: New file.
1677 * dg-extract-results.sh: Use it if the environment seems
1678 suitable.
1679
1680 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1681
1682 * dg-extract-results.py (parse_run): Handle warnings that
1683 are printed before a test harness is run.
1684
1685 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1686
1687 * dg-extract-results.py (Named): Remove __cmp__ method.
1688 (output_variation): Use a key to sort variation.harnesses.
1689
1690 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1691
1692 * dg-extract-results.py: For Python 3, force sys.stdout to
1693 handle surrogate escape sequences.
1694 (safe_open): New function.
1695 (output_segment, main): Use it.
1696
1697 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1698
1699 * dg-extract-results.py (Prog.result_re): Include options
1700 in test name.
1701
1702 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1703
1704 * dg-extract-results.py (output_variation): Always sort if
1705 do_sum.
1706
e882ef3c
SM
17072014-12-15 Simon Marchi <simon.marchi@ericsson.com>
1708
1709 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
1710 as long as we get pagination notifications.
1711
4992aa20
JM
17122014-12-15 Jason Merrill <jason@redhat.com>
1713
1714 * Makefile.in (check-gdb.%): Restore.
1715 * README: Mention it.
1716
c1b5a1a6
JB
17172014-12-13 Joel Brobecker <brobecker@adacore.com>
1718
1719 * gdb.ada/str_uninit: New testcase.
1720
5537b577
JK
17212014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1722
1723 PR symtab/17642
1724 * gdb.base/vla-stub-define.c: New file.
1725 * gdb.base/vla-stub.c: New file.
1726 * gdb.base/vla-stub.exp: New file.
1727
bb2ec1b3
TT
17282014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1729 Jan Kratochvil <jan.kratochvil@redhat.com>
1730 Tom Tromey <tromey@redhat.com>
1731
1732 * configure.ac: Add gdb.compile/.
1733 * configure: Regenerate.
1734 * gdb.compile/Makefile.in: New file.
1735 * gdb.compile/compile-ops.exp: New file.
1736 * gdb.compile/compile-ops.c: New file.
1737 * gdb.compile/compile-tls.c: New file.
1738 * gdb.compile/compile-tls.exp: New file.
1739 * gdb.compile/compile-constvar.S: New file.
1740 * gdb.compile/compile-constvar.c: New file.
1741 * gdb.compile/compile-mod.c: New file.
1742 * gdb.compile/compile-nodebug.c: New file.
1743 * gdb.compile/compile-setjmp-mod.c: New file.
1744 * gdb.compile/compile-setjmp.c: New file.
1745 * gdb.compile/compile-setjmp.exp: New file.
1746 * gdb.compile/compile-shlib.c: New file.
1747 * gdb.compile/compile.c: New file.
1748 * gdb.compile/compile.exp: New file.
1749 * lib/gdb.exp (skip_compile_feature_tests): New proc.
1750
4ff709eb
TT
17512014-12-12 Tom Tromey <tromey@redhat.com>
1752
1753 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
1754 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1755
6dddd6a5
DE
17562014-12-12 Doug Evans <dje@google.com>
1757
1758 * lib/gdb-python.exp (get_python_valueof): New function.
1759 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1760
71c24708
AA
17612014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1762
1763 * gdb.base/completion.exp: Add test for completion of "info
1764 registers ".
1765
3e29f34a
MR
17662014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1767
1768 * gdb.base/func-ptrs.c: New file.
1769 * gdb.base/func-ptrs.exp: New file.
1770
fc126975
SM
17712014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1772
1773 PR breakpoints/17012
1774 * gdb.base/dprintf-detach.c: New file.
1775 * gdb.base/dprintf-detach.exp: New file.
1776
0a46d518
SM
17772014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1778
1779 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1780 * lib/gdb.exp (target_is_gdbserver): New procedure.
1781
a0be3e44
DE
17822014-12-08 Doug Evans <dje@google.com>
1783
1784 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1785
df1b803a
YQ
17862014-12-05 Yao Qi <yao@codesourcery.com>
1787
1788 * gdb.guile/scm-error.exp: Remove the third argument to
1789 gdb_remote_download.
1790 * gdb.guile/scm-frame-args.exp: Likewise.
1791 * gdb.guile/scm-section-script.exp: Likewise.
1792
ddb9f679
YQ
17932014-12-05 Yao Qi <yao@codesourcery.com>
1794
1795 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1796
86e4ed39
DE
17972014-12-04 Doug Evans <dje@google.com>
1798
1799 * gdb.python/py-objfile.exp: Add tests for
1800 objfile.add_separate_debug_file.
1801
7c50a931
DE
18022014-12-04 Doug Evans <dje@google.com>
1803
1804 * lib/gdb.exp (get_build_id): New function.
1805 (build_id_debug_filename_get): Rewrite to use it.
1806 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1807
621661e3
MR
18082014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1809
1810 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1811 `method(long)', not just 0x0.
1812 * gdb.cp/nsalias.exp: Align code labels to 4.
1813 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1814 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1815 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1816 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1817 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1818 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1819
29f0c3b7
DE
18202014-12-02 Doug Evans <dje@google.com>
1821
e1e061e7 1822 PR symtab/17602
29f0c3b7 1823 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 1824 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
1825 * gdb.cp/anon-ns.exp: Update.
1826
162078c8
NB
18272014-12-02 Nick Bull <nicholaspbull@gmail.com>
1828
1829 * gdb.python/py-events.py (inferior_call_handler): New.
1830 (register_changed_handler, memory_changed_handler): New.
1831 (test_events.invoke): Register new handlers.
1832 * gdb.python/py-events.exp: Add tests for inferior call,
1833 memory_changed and register_changed events.
1834
fdb09caf
AA
18352014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1836
1837 * gdb.base/execl-update-breakpoints.exp: Specify the link address
1838 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
1839 if the linker doesn't understand this.
1840
55cfb2c4
SM
18412014-12-01 Simon Marchi <simon.marchi@ericsson.com>
1842
1843 * gdb.python/python.exp: Change expected reply to help().
1844
9e8cd6df
YQ
18452014-12-01 Yao Qi <yao@codesourcery.com>
1846
1847 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
1848 AC_CONFIG_SUBDIRS(gdb.gdbtk).
1849 * configure: Re-generated.
1850
6c659fc2
SC
18512014-11-28 Siva Chandra Reddy <sivachandra@google.com>
1852
1853 * gdb.cp/chained-calls.cc: New file.
1854 * gdb.cp/chained-calls.exp: New file.
1855 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1856
d7fc3181
SM
18572014-11-28 Simon Marchi <simon.marchi@ericsson.com>
1858
1859 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1860 * gdb.dwarf2/symtab-producer.exp: Same.
1861 * gdb.gdb/python-interrupts.exp: Same.
1862 * gdb.gdb/python-selftest.exp: Same.
1863 * gdb.python/py-linetable.exp: Same.
1864 * gdb.python/py-type.exp: Same.
1865 * gdb.python/py-value-cc.exp: Same.
1866 * gdb.python/py-value.exp: Same.
1867
10e79639
YQ
18682014-11-28 Yao Qi <yao@codesourcery.com>
1869
1870 * gdb.base/break-probes.exp: Match library name prefixed with
1871 sysroot.
1872
f28a0564
SM
18732014-11-27 Simon Marchi <simon.marchi@ericsson.com>
1874
1875 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
1876 test expected output. Add parentheses for the call to print.
1877 Remove L suffix from integers.
1878
3fe1ce1d
DE
18792014-11-26 Doug Evans <dje@google.com>
1880
1881 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
1882
84429e27
YQ
18832014-11-22 Yao Qi <yao@codesourcery.com>
1884
1885 * gdb.trace/entry-values.c: Remove asms.
1886 (foo): Add foo_label.
1887 (bar): Add bar_label.
1888 * gdb.trace/entry-values.exp: Remove code computing foo's
1889 length and bar's length.
1890 (Dwarf::assemble): Invoke function_range for bar and use
1891 MACRO_AT_func for foo.
1892
26741859
YQ
18932014-11-22 Yao Qi <yao@codesourcery.com>
1894
1895 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
1896 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
1897 Use .Lgcc43_procstart instead of gcc43.
1898
45e44d27
JB
18992014-11-21 Joel Brobecker <brobecker@adacore.com>
1900
1901 * gdb.ada/n_arr_bound: New testcase.
1902
458c8db8
SDJ
19032014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1904
1905 PR breakpoints/10737
1906 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
1907 test_catch_syscall_multi_arch.
1908 (test_catch_syscall_multi_arch): New function.
1909
43f3e411
DE
19102014-11-20 Doug Evans <xdje42@gmail.com>
1911
1912 * gdb.base/maint.exp: Update expected output.
1913
0d7b2549
AA
19142014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1915
1916 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
1917 4-byte instruction on S390.
1918
8908fca5
JB
19192014-11-19 Joel Brobecker <brobecker@adacore.com>
1920
1921 * gdb.ada/arr_arr: New testcase.
1922
4a46959e
JB
19232014-11-19 Joel Brobecker <brobecker@adacore.com>
1924
1925 * gdb.ada/pkd_arr_elem: New Testcase.
1926
470e2f4e
LM
19272014-11-18 Luis Machado <lgustavo@codesourcery.com>
1928
1929 * gdb.reverse/break-precsave: Expect completion message for
1930 core file reads.
1931 * gdb.reverse/consecutive-precsave.exp: Likewise.
1932 * gdb.reverse/finish-precsave.exp: Likewise.
1933 * gdb.reverse/i386-precsave.exp: Likewise.
1934 * gdb.reverse/machinestate-precsave.exp: Likewise.
1935 * gdb.reverse/sigall-precsave.exp: Likewise.
1936 * gdb.reverse/solib-precsave.exp: Likewise.
1937 * gdb.reverse/step-precsave.exp: Likewise.
1938 * gdb.reverse/until-precsave.exp: Likewise.
1939 * gdb.reverse/watch-precsave.exp: Likewise.
1940
a267f3ad
AA
19412014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1942
1943 * gdb.base/bp-permanent.c: Include unistd.h.
1944 * gdb.python/py-framefilter-mi.c (main): Add return type.
1945 * gdb.python/py-framefilter.c (main): Likewise.
1946 * gdb.trace/actions-changed.c (main): Likewise.
1947
12084a9a
AA
19482014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1949
1950 * gdb.mi/until.c: Add eye-catchers.
1951 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
1952 line numbers.
1953
dc7e1a77
AA
19542014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1955
1956 * gdb.base/condbreak.exp: Drop references to removed non-prototype
1957 function header variants in break1.c.
1958 * gdb.base/ena-dis-br.exp: Likewise.
1959 * gdb.base/hbreak2.exp: Likewise.
1960 * gdb.reverse/until-precsave.exp: Drop references to removed
1961 non-prototype function header variants in ur1.c.
1962 * gdb.reverse/until-reverse.exp: Likewise.
1963
41c77605
PM
19642014-11-17 Petr Machata <pmachata@redhat.com>
1965
1966 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
1967 ${_cu_offset_size} bytes abbrev offset.
1968
34248c3a
DE
19692014-11-15 Doug Evans <xdje42@gmail.com>
1970
1971 PR symtab/17559
1972 * gdb.base/line-symtabs.exp: New file.
1973 * gdb.base/line-symtabs.c: New file.
1974 * gdb.base/line-symtabs.h: New file.
1975
646da059
YQ
19762014-11-14 Yao Qi <yao@codesourcery.com>
1977
1978 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
1979 (func): Add label func_label.
1980 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
1981 Replace low_pc and high_pc with MACRO_AT_range.
1982 Replace name, low_pc and high_pc with MACRO_AT_func.
1983
9301ebe6
YQ
19842014-11-14 Yao Qi <yao@codesourcery.com>
1985
1986 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
1987 Replace name, low_pc and high_pc with MACRO_AT_func.
1988
f166b542
YQ
19892014-11-14 Yao Qi <yao@codesourcery.com>
1990
1991 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
1992 produce debug information.
1993 * gdb.dwarf2/implptr-optimized-out.S: Removed.
1994
0f6e71e3
YQ
19952014-11-14 Yao Qi <yao@codesourcery.com>
1996
1997 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
1998 object and get function length.
1999 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
2000 with MACRO_AT_func.
2001 (top-level): Replace gdb_compile and clean_restart with
2002 prepare_for_testing.
2003 * gdb.dwarf2/main.c (main): Add label main_label.
2004
876c4df9
YQ
20052014-11-14 Yao Qi <yao@codesourcery.com>
2006
2007 * lib/dwarf.exp (function_range): New procedure.
2008 (Dwarf::_handle_macro_at_func): New procedure.
2009 (Dwarf::_handle_macro_at_range): New procedure.
2010 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2011
02ad9cf1
YQ
20122014-11-14 Yao Qi <yao@codesourcery.com>
2013
2014 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2015 (_handle_attribute): New procedure.
2016
a59add0c
AA
20172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2018
2019 * gdb.ada/cond_lang/foo.c (callme): Add return type.
2020 * gdb.base/call-sc.c (zed): Likewise.
2021 * gdb.base/checkpoint.c (main): Likewise.
2022 * gdb.base/dump.c (main): Likewise.
2023 * gdb.base/gcore.c (main): Likewise.
2024 * gdb.base/huge.c (main): Likewise.
2025 * gdb.base/multi-forks.c (main): Likewise.
2026 * gdb.base/pr10179-a.c (main): Likewise.
2027 * gdb.base/savedregs.c (main): Likewise.
2028 * gdb.base/sigaltstack.c (main): Likewise.
2029 * gdb.base/siginfo.c (main): Likewise.
2030 * gdb.base/structs.c (zed): Likewise.
2031 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2032 * gdb.mi/mi-syn-frame.c (main): Likewise.
2033 * gdb.mi/until.c (foo, main): Likewise.
2034 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2035 * gdb.base/solib-weak.c (foo): Declare.
2036 * gdb.base/attach-twice.c: Include stdio.h.
2037 * gdb.base/weaklib1.c: Likewise.
2038 * gdb.base/weaklib2.c: Likewise.
2039 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2040 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2041 unistd.h.
2042 * gdb.base/attach-pie-misread.c: Include stdlib.h.
2043 * gdb.mi/mi-exit-code.c: Likewise.
2044 * gdb.base/break-interp-lib.c: Include string.h.
2045 * gdb.base/coremaker.c: Likewise.
2046 * gdb.base/testenv.c: Likewise.
2047 * gdb.python/py-finish-breakpoint.c: Likewise.
2048 * gdb.base/inferior-died.c: Include sys/wait.h.
2049 * gdb.base/fileio.c: Include time.h.
2050 * gdb.base/async-shell.c: Include unistd.h.
2051 * gdb.base/dprintf-non-stop.c: Likewise.
2052 * gdb.base/info-os.c: Likewise.
2053 * gdb.mi/mi-console.c: Likewise.
2054 * gdb.mi/watch-nonstop.c: Likewise.
2055 * gdb.python/py-events.c: Likewise.
2056 * gdb.base/async.c (baz): Move up before its invocation.
2057 * gdb.base/code_elim2.c (my_global_func): Likewise.
2058 * gdb.base/skip-solib-lib.c (multiply): Likewise.
2059 * gdb.base/advance.c (func2): Likewise.
2060
3b5d5997
AA
20612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2062
2063 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
2064 variant.
2065 * gdb.base/annota3.c: Likewise.
2066 * gdb.base/async.c: Likewise.
2067 * gdb.base/average.c: Likewise.
2068 * gdb.base/call-ar-st.c: Likewise.
2069 * gdb.base/call-rt-st.c: Likewise.
2070 * gdb.base/call-sc.c: Likewise.
2071 * gdb.base/call-strs.c: Likewise.
2072 * gdb.base/ending-run.c: Likewise.
2073 * gdb.base/execd-prog.c: Likewise.
2074 * gdb.base/exprs.c: Likewise.
2075 * gdb.base/foll-exec.c: Likewise.
2076 * gdb.base/foll-fork.c: Likewise.
2077 * gdb.base/foll-vfork.c: Likewise.
2078 * gdb.base/funcargs.c: Likewise.
2079 * gdb.base/gcore.c: Likewise.
2080 * gdb.base/jump.c: Likewise.
2081 * gdb.base/langs0.c: Likewise.
2082 * gdb.base/langs1.c: Likewise.
2083 * gdb.base/langs2.c: Likewise.
2084 * gdb.base/mips_pro.c: Likewise.
2085 * gdb.base/nodebug.c: Likewise.
2086 * gdb.base/opaque0.c: Likewise.
2087 * gdb.base/opaque1.c: Likewise.
2088 * gdb.base/recurse.c: Likewise.
2089 * gdb.base/run.c: Likewise.
2090 * gdb.base/scope0.c: Likewise.
2091 * gdb.base/scope1.c: Likewise.
2092 * gdb.base/setshow.c: Likewise.
2093 * gdb.base/setvar.c: Likewise.
2094 * gdb.base/shmain.c: Likewise.
2095 * gdb.base/shr1.c: Likewise.
2096 * gdb.base/shr2.c: Likewise.
2097 * gdb.base/sigall.c: Likewise.
2098 * gdb.base/signals.c: Likewise.
2099 * gdb.base/so-indr-cl.c: Likewise.
2100 * gdb.base/solib2.c: Likewise.
2101 * gdb.base/structs.c: Likewise.
2102 * gdb.base/sum.c: Likewise.
2103 * gdb.base/vforked-prog.c: Likewise.
2104 * gdb.base/watchpoint.c: Likewise.
2105 * gdb.reverse/shr2.c: Likewise.
2106 * gdb.reverse/until-reverse.c: Likewise.
2107 * gdb.reverse/ur1.c: Likewise.
2108 * gdb.reverse/watch-reverse.c: Likewise.
2109
066a77c5
AA
21102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2111
2112 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
2113 variant.
2114 * gdb.base/sepdebug.exp: Drop references to removed code.
2115
4f204ea5
AA
21162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2117
2118 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
2119 variant. Preserve original line numbering.
2120 * gdb.base/list1.c: Likewise.
2121
3b377a3a
AA
21222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2123
2124 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
2125 variant.
2126 * gdb.base/break1.c: Likewise.
2127 * gdb.base/break.exp: Drop references to removed code.
2128
e444df73
AA
21292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2130
2131 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
2132 variant.
2133
8008f2a7
AA
21342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2135
2136 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
2137
a5a06887
AA
21382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2139
2140 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
2141 logic into perform_all_tests() and invoke it with and without
2142 function header prototypes.
2143 (do_function_calls): Remove conditional XFAIL for PR 5318.
2144 (rerun_and_prepare): Remove duplicate code.
2145 (perform_all_tests): New. Main logic moved here.
2146
44dba9b9
AA
21472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2148
2149 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
2150 code guarded by #ifdef NO_PROTOTYPES.
2151 (t_double_many_args): Likewise.
2152 (DEF_FUNC_MANY_ARGS_1): Likewise.
2153 (DEF_FUNC_VALUES_1): Likewise.
2154 (t_structs_ldc): Renamed from t_structs_fc in conditional code
2155 guarded by #ifdef PROTOTYPES.
2156
d1fbcd56
AA
21572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2158
2159 * gdb.mi/mi-console.c: Add eye-catcher.
2160 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
2161 instead of literal line number.
2162
b0e59b8f
AA
21632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2164
2165 * gdb.base/shr2.c: Add eye-catcher.
2166 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
2167 line number.
2168
78f98cca
AA
21692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2170
2171 * gdb.base/jump.c: Add eye-catchers.
2172 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
2173 numbers.
2174
58fa2af0
AA
21752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2176
2177 * gdb.base/execd-prog.c: Add eye-catchers.
2178 * gdb.base/foll-exec.c: Likewise.
2179 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
2180 line numbers.
2181
04e5059b
AA
21822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2183
2184 * gdb.base/ending-run.c: Add eye-catchers.
2185 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
2186 literal line numbers.
2187
dbfdb174
AA
21882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2189
2190 * gdb.base/call-rt-st.c: Add eye-catchers.
2191 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
2192 literal line numbers.
2193
888a2ade
AA
21942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2195
2196 * gdb.base/call-ar-st.c: Add eye-catchers.
2197 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
2198 literal line numbers.
2199
6acc2dde
AA
22002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2201
2202 * gdb.base/average.c: Add eye-catchers.
2203 * gdb.base/sum.c: Likewise.
2204 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
2205 regexps dynamically.
2206
9ecfcd1d
AA
22072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2208
2209 * gdb.base/solib1.c: Add eye-catchers.
2210 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
2211 literal line numbers.
2212
78708b7c
PA
22132014-11-12 Pedro Alves <palves@redhat.com>
2214
2215 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
2216 leader has exited.
2217
af48d08f
PA
22182014-11-12 Pedro Alves <palves@redhat.com>
2219
2220 * gdb.arch/i386-bp_permanent.c: New file.
2221 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
2222 (srcfile): Set to i386-bp_permanent.c.
2223 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
2224 that stepi does not execute the 'leave' instruction, instead of
2225 testing it does execute.
2226 * gdb.base/bp-permanent.c: New file.
2227 * gdb.base/bp-permanent.exp: New file.
2228
af3768e9
DE
22292014-11-10 Doug Evans <xdje42@gmail.com>
2230
2231 PR symtab/17564
2232 * gdb.base/symtab-search-order.exp: New file.
2233 * gdb.base/symtab-search-order.c: New file.
2234 * gdb.base/symtab-search-order-1.c: New file.
2235 * gdb.base/symtab-search-order-shlib-1.c: New file.
2236
9de00a4a
PA
22372014-11-07 Pedro Alves <palves@redhat.com>
2238
2239 PR gdb/17511
2240 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
2241 i?86-*-linux*.
2242
e0f52461
SC
22432014-11-03 Siva Chandra Reddy <sivachandra@google.com>
2244
2245 PR c++/17494
2246 * gdb.cp/pr17494.cc: New file.
2247 * gdb.cp/pr17494.exp: New file.
2248
6ce8c980
YQ
22492014-11-02 Yao Qi <yao@codesourcery.com>
2250
2251 * gdb.python/python.exp: Get working directory and match the
2252 output of "set extended-prompt \\w " with it.
2253
02be9a71
DE
22542014-10-30 Doug Evans <dje@google.com>
2255
2256 * gdb.python/py-objfile.exp: Add tests for setting random attributes
2257 in objfiles.
2258 * gdb.python/py-progspace.exp: Add tests for setting random attributes
2259 in progspaces.
2260
3bdff46b
LM
22612014-10-30 Janis Johnson <janisjo@codesourcery.com>
2262
2263 * gdb.base/fullpath-expand.exp: Skip for a remote host.
2264 * gdb.base/realname-expand.exp: Likewise.
2265 * gdb.linespec/macro-relative.exp: Likewise.
2266
ab917dfb
PA
22672014-10-29 Pedro Alves <palves@redhat.com>
2268
2269 PR gdb/17408
2270 * gdb.threads/schedlock.c (some_function): New function.
2271 (call_function): New global.
2272 (MAYBE_CALL_SOME_FUNCTION): New macro.
2273 (thread_function): Call it.
2274 * gdb.threads/schedlock.exp (get_args): Add description parameter,
2275 and use it instead of a global counter. Adjust all callers.
2276 (get_current_thread): Use "find current thread" for test message
2277 here rather than having all callers pass down the same string.
2278 (goto_loop): New procedure, factored out from ...
2279 (my_continue): ... this.
2280 (step_ten_loops): Change parameter from test message to command to
2281 use. Adjust.
2282 (list_count): Delete global.
2283 (check_result): New procedure, factored out from duplicate top
2284 level code.
2285 (continue tests): Wrap in with_test_prefix.
2286 (test_step): New procedure, factored out from duplicate top level
2287 code.
2288 (top level): Test "step" in combination with all scheduler-locking
2289 modes. Test "next" in combination with all scheduler-locking
2290 modes, and in combination with stepping over a function call or
2291 not.
2292 * gdb.threads/next-bp-other-thread.c: New file.
2293 * gdb.threads/next-bp-other-thread.exp: New file.
2294
d3d4baed
PA
22952014-10-29 Pedro Alves <palves@redhat.com>
2296
2297 PR python/17372
2298 * gdb.python/python.exp: Test a multi-line command that spawns
2299 interactive Python.
2300 * gdb.base/multi-line-starts-subshell.exp: New file.
2301
563e8d85
YQ
23022014-10-29 Yao Qi <yao@codesourcery.com>
2303
2304 * gdb.base/fileio.exp: Make directories on host.
2305
0ea4d52e
YQ
23062014-10-29 Yao Qi <yao@codesourcery.com>
2307
2308 * gdb.base/fileio.c (test_write): Close the file.
2309
7f5ef605
PA
23102014-10-28 Pedro Alves <palves@redhat.com>
2311
2312 PR gdb/12623
2313 * gdb.base/sigstep.c (no_handler): New global.
2314 (main): If 'no_handler is true, set the signal handlers to
2315 SIG_IGN.
2316 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
2317 with_sw_watch and no_handler parameters. Handle them.
2318 (top level) <stepping over handler when stopped at a breakpoint
2319 test>: Add a test axis for testing with a software watchpoint, and
2320 another for testing with the signal handler set to SIG_IGN.
2321 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
2322 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
2323
abbdbd03
PA
23242014-10-28 Pedro Alves <palves@redhat.com>
2325
2326 PR gdb/17511
2327 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
2328 * gdb.base/sigstep.exp (other_handler_location): New global.
2329 (advance): Support stepping into the signal handler, and running
2330 commands while in the handler.
2331 (in_handler_map): New global.
2332 (top level): In the advance test, add combinations for getting
2333 into the handler with stepping commands, and for running commands
2334 in the handler. Add comment descripting the advancei tests.
2335
1df4399f
PA
23362014-10-28 Pedro Alves <palves@redhat.com>
2337
2338 * gdb.base/sigstep.exp: Use build_executable instead of
2339 prepare_for_testing.
2340 (top level): Move code that starts GDB, runs to main and creates a
2341 display to ...
2342 (restart): ... this new procedure.
2343 (top level): Move backtrace from signal handler test to ...
2344 (validate_backtrace): ... this new procedure.
2345 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
2346 with_test_prefix. Always restart GDB.
2347 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
2348 with_test_prefix. Always restart GDB. No need to delete
2349 breakpoints after the test.
2350 (test_skip_handler): Remove prefix parameter.
2351 (skip_over_handler, breakpoint_to_handler)
2352 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
2353 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
2354 restart GDB. No need to delete breakpoints after the test.
2355 (top level): Use foreach to call the test procedures with
2356 different commands.
2357
a5b6e449
PA
23582014-10-28 Pedro Alves <palves@redhat.com>
2359
2360 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
2361 instead of GNATS numbers.
2362 * gdb.base/sigbpt.exp: Likewise.
2363 * gdb.base/siginfo.exp: Likewise.
2364 * gdb.base/sigstep.exp: Likewise.
2365
e5f8a7cc
PA
23662014-10-27 Pedro Alves <palves@redhat.com>
2367
2368 * gdb.base/sigstep.c (dummy): New global.
2369 (main): Issue a couple writes to the new global.
2370 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
2371 procedures.
2372 (skip_over_handler): Use test_skip_handler.
2373 (top level): Call skip_over_handler for stepi and nexti too.
2374 (breakpoint_over_handler): Use test_skip_handler.
2375 (top level): Call breakpoint_over_handler for stepi and nexti too.
2376
763905a3
YQ
23772014-10-27 Yao Qi <yao@codesourcery.com>
2378
2379 * gdb.trace/tfile.c (adjust_function_address)
2380 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
2381 function descriptor.
2382
6f259a23
DB
23832014-10-24 Don Breazeal <donb@codesourcery.com>
2384
2385 * gdb.base/foll-fork.exp (test_follow_fork,
2386 catch_fork_child_follow): Check for updated fork messages emitted
2387 from infrun.c.
2388 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
2389 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
2390 vfork_and_exec_child_follow_through_step): Check for updated vfork
2391 messages emitted from infrun.c.
2392
09dd9a69
PA
23932014-10-24 Pedro Alves <palves@redhat.com>
2394
2395 * gdb.base/corefile.exp: Remove references to ultrix.
2396 * gdb.base/interrupt.exp: Likewise.
2397 * gdb.base/whatis.exp: Likewise.
2398 * gdb.gdb/selftest.exp: Likewise.
2399 * gdb.threads/manythreads.exp: Likewise.
2400 * gdb.threads/print-threads.exp: Likewise.
2401 * gdb.threads/pthreads.exp:: Likewise.
2402 * gdb.threads/schedlock.exp: Likewise.
2403
3433cfa5
SC
24042014-10-24 Siva Chandra Reddy <sivachandra@google.com>
2405
2406 * gdb.cp/non-trivial-retval.cc: Add a test case.
2407 * gdb.cp/non-trivial-retval.exp: Add a test.
2408
092f880b
YQ
24092014-10-20 Yao Qi <yao@codesourcery.com>
2410
2411 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
2412 * gdb.python/py-objfile-script-gdb.py: New file.
2413 * gdb.python/py-objfile-script.exp: Update reference to
2414 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
2415 of remote_download. Remove the dest file.
2416
acbdb7f3
YQ
24172014-10-20 Yao Qi <yao@codesourcery.com>
2418
2419 * gdb.base/checkpoint.exp: Don't remove file copied on host.
2420 * gdb.base/step-line.exp: Likewise.
2421 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2422 * gdb.dwarf2/dw2-basic.exp: Likewise.
2423 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2424 * gdb.dwarf2/dw2-filename.exp: Likewise.
2425 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2426 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2427 * gdb.dwarf2/dw2-producer.exp: Likewise.
2428 * gdb.dwarf2/mac-fileno.exp: Likewise.
2429 * gdb.python/py-frame-args.exp: Likewise.
2430 * gdb.python/py-framefilter.exp: Likewise.
2431 * gdb.python/py-mi.exp: Likewise.
2432 * gdb.python/py-objfile-script.exp: Likewise
2433 * gdb.python/py-pp-integral.exp: Likewise.
2434 * gdb.python/py-pp-re-notag.exp: Likewise.
2435 * gdb.python/py-prettyprint.exp: Likewise.
2436 * gdb.python/py-section-script.exp: Likewise.
2437 * gdb.python/py-typeprint.exp: Likewise.
2438 * gdb.python/py-xmethods.exp: Likewise.
2439 * gdb.stabs/weird.exp: Likewise.
2440 * gdb.xml/tdesc-regs.exp: Likewise.
2441
bd286a29
KCY
24422014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2443
2444 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2445 (out_cu): Use addr_len for the size of addresses.
2446 (out_line): Likewise. Size DW_LNE_set_address instruction
2447 according to addr_len.
2448 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2449 (FUNC): Add START_INSNS to definition.
2450
673dc4a0
YQ
24512014-10-18 Yao Qi <yao@codesourcery.com>
2452
2453 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2454 gdb_has_argv0 return true.
2455 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2456 check [target_info exists noargs], check [gdb_has_argv0]
2457 instead.
2458 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2459 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2460 procedures.
2461
4ffbba72
DE
24622014-10-17 Doug Evans <dje@google.com>
2463
2464 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2465 event.
2466 * gdb.python/py-events.py: Add clear_objfiles event.
2467
d096d8c1
DE
24682014-10-17 Doug Evans <dje@google.com>
2469
2470 * gdb.python/py-objfile.exp: Test progspace attribute.
2471
a80db015
LM
24722014-10-17 Luis Machado <lgustavo@codesourcery.com>
2473
2474 * gdb.guile/scm-breakpoint.exp: Do not assume any
2475 directory separators when matching source file paths.
2476 * gdb.python/py-breakpoint.exp: Likewise.
2477 * gdb.reverse/break-precsave.exp: Likewise.
2478 * gdb.reverse/break-reverse.exp: Likewise.
2479 * gdb.reverse/consecutive-precsave.exp: Likewise.
2480 * gdb.reverse/finish-precsave.exp: Likewise.
2481 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2482 * gdb.reverse/finish-reverse.exp: Likewise.
2483 * gdb.reverse/i386-precsave.exp: Likewise.
2484 * gdb.reverse/i387-env-reverse.exp: Likewise.
2485 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2486 * gdb.reverse/machinestate-precsave.exp: Likewise.
2487 * gdb.reverse/machinestate.exp: Likewise.
2488 * gdb.reverse/sigall-precsave.exp: Likewise.
2489 * gdb.reverse/solib-precsave.exp: Likewise.
2490 * gdb.reverse/step-precsave.exp: Likewise.
2491 * gdb.reverse/until-precsave.exp: Likewise.
2492 * gdb.reverse/watch-precsave.exp: Likewise.
2493 * gdb.reverse/watch-reverse.exp: Likewise.
2494
b22089ab
YQ
24952014-10-17 Yao Qi <yao@codesourcery.com>
2496
2497 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2498 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2499
6c4486e6
PA
25002014-10-17 Pedro Alves <palves@redhat.com>
2501
2502 PR gdb/17471
2503 * gdb.base/bg-execution-repeat.c: New file.
2504 * gdb.base/bg-execution-repeat.exp: New file.
2505
0ff33695
PA
25062014-10-17 Pedro Alves <palves@redhat.com>
2507
2508 PR gdb/17300
2509 * gdb.base/continue-all-already-running.c: New file.
2510 * gdb.base/continue-all-already-running.exp: New file.
2511
6fdebc3d
PA
25122014-10-17 Pedro Alves <palves@redhat.com>
2513
2514 PR gdb/17472
2515 * gdb.base/annota-input-while-running.c: New file.
2516 * gdb.base/annota-input-while-running.exp: New file.
2517
32a8097b
PA
25182014-10-17 Pedro Alves <palves@redhat.com>
2519
2520 * gdb.base/callfuncs.exp: emove references to osf.
2521 * gdb.base/sigall.exp: Likewise.
2522 * gdb.gdb/selftest.exp: Likewise.
2523 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2524 * gdb.mi/non-stop.c: Likewise.
2525 * gdb.mi/pthreads.c: Likewise.
2526 * gdb.reverse/sigall-precsave.exp: Likewise.
2527 * gdb.reverse/sigall-reverse.exp: Likewise.
2528 * gdb.threads/pthreads.c: Likewise.
2529 * gdb.threads/pthreads.exp: Likewise.
2530
7a3517ff
YQ
25312014-10-17 Yao Qi <yao@codesourcery.com>
2532
2533 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2534 check 'target_info exists noargs'.
2535 (test_command_prompt_position): Likewise.
2536 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2537 Remove "set args".
2538 (progvar_simple_while_test): Likewise.
2539 (progvar_complex_if_while_test): Likewise.
2540 (if_while_breakpoint_command_test): Likewise.
2541 (infrun_breakpoint_command_test): Likewise.
2542 (breakpoint_command_test): Likewise.
2543 (watchpoint_command_test): Likewise.
2544 (bp_deleted_in_command_test): Likewise.
2545 (temporary_breakpoint_commands): Likewise.
2546
bb99c472
YQ
25472014-10-16 Yao Qi <yao@codesourcery.com>
2548
2549 * gdb.base/remotetimeout.exp: Remove noargs checking.
2550
7c16b83e
PA
25512014-10-15 Pedro Alves <palves@redhat.com>
2552
2553 PR breakpoints/9649
2554 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2555 * gdb.base/breakpoint-in-ro-region.exp
2556 (probe_target_hardware_step): New procedure.
2557 (top level): Probe hardware stepping and hardware breakpoint
2558 support. Test stepping through a read-only region, with both
2559 "breakpoint auto-hw" on and off and both "always-inserted" on and
2560 off.
2561
35a49624
IB
25622014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
2563
2564 * gdb.dlang/demangle.exp: Update for demangling changes.
2565
2d1c107c
SC
25662014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2567
2568 * gdb.cp/non-trivial-retval.cc: Add new test cases.
2569 * gdb.cp/non-trivial-retval.exp: Add new tests.
2570
778811d5
SC
25712014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2572
2573 PR c++/13403
2574 PR c++/15154
2575 * gdb.cp/non-trivial-retval.cc: New file.
2576 * gdb.cp/non-trivial-retval.exp: New file.
2577
10c5f0a8
YQ
25782014-10-15 Yao Qi <yao@codesourcery.com>
2579
2580 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2581 remote host.
2582
65d7b369
YQ
25832014-10-15 Yao Qi <yao@codesourcery.com>
2584
2585 * gdb.python/py-symbol.exp: Match file base name if host is
2586 remote, otherwise match file name with dir name.
2587 * gdb.python/py-symtab.exp: Likewise.
2588 * gdb.python/python.exp: Likewise.
2589
46dc1394
YQ
25902014-10-15 Yao Qi <yao@codesourcery.com>
2591
2592 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2593 pattern.
2594 * gdb.python/py-symtab.exp: Likewise.
2595 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2596 locationn.
2597
c40cc657
JB
25982014-10-14 Joel Brobecker <brobecker@adacore.com>
2599
2600 * gdb.ada/addr_arith: New testcase.
2601
2abf49e1
MR
26022014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2603
2604 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2605 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2606 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2607 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2608
f7088df3
SDJ
26092014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
2610
2611 * gdb.arch/stap-eval-lang-ada.S: Likewise.
2612 * gdb.arch/stap-eval-lang-ada.c: Likewise.
2613 * gdb.arch/stap-eval-lang-ada.exp: New file.
2614
4dc06805
YQ
26152014-10-14 Yao Qi <yao@codesourcery.com>
2616
2617 * gdb.mi/mi-var-child.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-child.exp: Step over new added statements.
2622 Update test to match the new output.
2623 * gdb.mi/var-cmd.c (nothing1): New function.
2624 (nothing2): New function.
2625 (do_children_tests): Set function pointers by nothing1 and
2626 nothing2.
2627 * gdb.mi/mi-var-display.exp: Update test to match output.
2628 Step to the line specified by $line_dct_nothing.
2629 Increase the number of lines to step.
2630
46a93de2
YQ
26312014-10-14 Yao Qi <yao@codesourcery.com>
2632
2633 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2634 tests.
2635 * gdb.mi/mi2-var-child.exp: Likewise.
2636
14ea52ee
DE
26372014-10-13 Doug Evans <dje@google.com>
2638
2639 * gdb.python/py-objfile.exp: Change name of file name test.
2640
e5c6e92b
DE
26412014-10-13 Doug Evans <dje@google.com>
2642
2643 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2644 from the start of the CU.
2645
c780cc2f
JK
26462014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2647 Yao Qi <yao@codesourcery.com>
2648
2649 Fix "save breakpoints" for "catch" command.
2650 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2651 Remove -nonewline. Match also the added "main" line.
2652
99894e11
JK
26532014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2654
2655 Fix "save breakpoints" for "disable $bpnum" command.
2656 * gdb.base/save-bp.c (main): Add label.
2657 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
2658
6e1ac5a3
JK
26592014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2660
2661 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2662
754dd2b0
YQ
26632014-10-11 Yao Qi <yao@codesourcery.com>
2664
2665 * gdb.server/server-kill.exp: Execute command
2666 "set remote trace-status-packet on" before "tstatus".
2667
f90183d7
YQ
26682014-10-11 Yao Qi <yao@codesourcery.com>
2669
2670 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2671 (main): Call getppid.
2672 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2673 and continue to it. Read variable "server_pid".
2674
bf40a607
YQ
26752014-10-11 Yao Qi <yao@codesourcery.com>
2676
2677 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2678
052ca370
YQ
26792014-10-11 Yao Qi <yao@codesourcery.com>
2680
2681 * gdb.threads/thread-find.exp: Don't execute command
2682 "info threads".
2683 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2684 * gdb.threads/linux-dp.exp: Don't check the condition
2685 $threads_created equals to zero.
2686
3831839c
PA
26872014-10-10 Pedro Alves <palves@redhat.com>
2688
2689 * gdb.base/bigcore.exp: Remove references to IRIX.
2690 * gdb.base/funcargs.exp: Likewise.
2691 * gdb.base/interrupt.exp: Likewise.
2692 * gdb.base/mips_pro.exp: Likewise.
2693 * gdb.base/nodebug.exp: Likewise.
2694 * gdb.base/setvar.exp: Likewise.
2695 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2696
8b9a549d
PA
26972014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2698 Pedro Alves <palves@redhat.com>
2699
2700 PR symtab/14466
2701 * gdb.base/vdso-warning.c: New file.
2702 * gdb.base/vdso-warning.exp: New file.
2703
d48ba5e8
DE
27042014-10-02 Doug Evans <dje@google.com>
2705
2706 * gdb.base/structs.c (main): Don't run forever.
2707
2278c276
PA
27082014-10-02 Pedro Alves <palves@redhat.com>
2709
2710 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
2711 (top level) <stop threads 1, stop threads 2>: Use it.
2712
b57bacec
PA
27132014-10-02 Pedro Alves <palves@redhat.com>
2714
2715 * gdb.threads/break-while-running.exp (test): Add new
2716 'update_thread_list' argument. Skip "info threads" if false.
2717 (top level): Add new 'update_thread_list' axis.
2718
13fd3ff3
PA
27192014-10-02 Pedro Alves <palves@redhat.com>
2720
2721 PR breakpoints/17431
2722 * gdb.base/execl-update-breakpoints.c: New file.
2723 * gdb.base/execl-update-breakpoints.exp: New file.
2724
0fec99e8
PA
27252014-10-01 Pedro Alves <palves@redhat.com>
2726
2727 * gdb.base/breakpoint-in-ro-region.c: New file.
2728 * gdb.base/breakpoint-in-ro-region.exp: New file.
2729
2ddf4301
SM
27302014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2731
2732 * gdb.mi/mi-exit-code.exp: New file.
2733 * gdb.mi/mi-exit-code.c: New file.
2734
6a5f3f43
YQ
27352014-09-30 Yao Qi <yao@codesourcery.com>
2736
2737 * lib/prelink-support.exp (build_executable_own_libs): Error if
2738 the target isn't native.
2739
345bcc73
YQ
27402014-09-30 Yao Qi <yao@codesourcery.com>
2741
2742 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2743 false.
2744
a25a5a45
PA
27452014-09-22 Pedro Alves <palves@redhat.com>
2746
2747 * gdb.threads/break-while-running.exp: New file.
2748 * gdb.threads/break-while-running.c: New file.
2749
00ba3162
YQ
27502014-09-19 Yao Qi <yao@codesourcery.com>
2751
2752 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2753 Invoke test. Restart GDB with --readnow and invoke test again.
2754
c3b7b696
YQ
27552014-09-19 Yao Qi <yao@codesourcery.com>
2756
2757 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2758 proc set_breakpoint_on_gcd_function. Invoke
2759 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
2760 invoke set_breakpoint_on_gcd_function again.
2761
2b4fd423
DE
27622014-09-18 Doug Evans <dje@google.com>
2763
2764 * gdb.dwarf2/symtab-producer.exp: New file.
2765
a5947601
SDJ
27662014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2767
2768 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2769 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2770 * gdb.base/global-var-nested-by-dso.c: Likewise.
2771 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2772
91c19059
SDJ
27732014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2774 Pedro Alves <palves@redhat.com>
2775
2776 * gdb.base/watch-bitfields.exp: Pass string other than test file
2777 name to prepare_for_testing.
2778 (watch): New procedure.
2779 (expect_watchpoint): Use with_test_prefix.
2780 (top level): Factor out tests to ...
2781 (test_watch_location, test_regular_watch): ... these new
2782 procedures, and use with_test_prefix and gdb_continue_to_end.
2783
bb9d5f81
PP
27842014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2785
2786 PR breakpoints/12526
2787 * gdb.base/watch-bitfields.exp: New file.
2788 * gdb.base/watch-bitfields.c: New file.
2789
635856f5
PA
27902014-09-16 Pedro Alves <palves@redhat.com>
2791
2792 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2793 software and hardware addresses, not software address against
2794 itself.
2795
7280ceea
PA
27962014-09-16 Pedro Alves <palves@redhat.com>
2797
2798 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2799 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2800
428b16bd
PA
28012014-09-16 Pedro Alves <palves@redhat.com>
2802
2803 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2804 files.
2805 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2806 "*-*-vxworks*" throughout.
2807 * gdb.base/break.exp: Likewise.
2808 * gdb.base/default.exp: Likewise.
2809 * gdb.base/scope.exp: Likewise.
2810 * gdb.base/sepdebug.exp: Likewise.
2811 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2812 throughout.
2813 * gdb.base/run.c: Likewise.
2814 * gdb.base/sepdebug.c: Likewise.
2815 * gdb.hp/gdb.aCC/run.c: Likewise.
2816 * gdb.reverse/until-reverse.c: Likewise.
2817 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2818
666d413c
YQ
28192014-09-16 Yao Qi <yao@codesourcery.com>
2820
2821 * boards/local-remote-host-native.exp: New file.
2822
57cbd724
DE
28232014-09-14 Doug Evans <xdje42@gmail.com>
2824
2825 * gdb.threads/queue-signal.c (thread_count): New variable.
2826 (thread_count_mutex, thread_count_condvar): New variables.
2827 (incr_thread_count, wait_all_threads_running): New functions.
2828 (main): Wait for all threads to be in their thread functions.
2829
81219e53
DE
28302014-09-13 Doug Evans <xdje42@gmail.com>
2831
2832 * gdb.threads/queue-signal.c: New file.
2833 * gdb.threads/queue-signal.exp: New file.
2834
3714cea7
DE
28352014-09-13 Doug Evans <xdje42@gmail.com>
2836
2837 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2838 be consistent with what default_gdb_init uses.
2839 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2840 the plain text of the prompt. Add some logging printfs.
2841 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2842
fa43b1d7
PA
28432014-09-12 Pedro Alves <palves@redhat.com>
2844
2845 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2846 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2847 * gdb.arch/i386-size-overlap.exp: Likewise.
2848 * gdb.arch/i386-size.exp: Likewise.
2849 * gdb.arch/i386-unwind.exp: Likewise.
2850 * gdb.base/a2-run.exp: Likewise.
2851 * gdb.base/break.exp: Likewise.
2852 * gdb.base/charset.exp: Likewise.
2853 * gdb.base/chng-syms.exp: Likewise.
2854 * gdb.base/commands.exp: Likewise.
2855 * gdb.base/dbx.exp: Likewise.
2856 * gdb.base/find.exp: Likewise.
2857 * gdb.base/funcargs.exp: Likewise.
2858 * gdb.base/jit-simple.exp: Likewise.
2859 * gdb.base/reread.exp: Likewise.
2860 * gdb.base/sepdebug.exp: Likewise.
2861 * gdb.base/step-bt.exp: Likewise.
2862 * gdb.cp/mb-inline.exp: Likewise.
2863 * gdb.cp/mb-templates.exp: Likewise.
2864 * gdb.objc/basicclass.exp: Likewise.
2865 * gdb.threads/killed.exp: Likewise.
2866
9d9bf2df
EBM
28672014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2868
2869 PR tdep/17379
2870 * gdb.arch/powerpc-stackless.S: New file.
2871 * gdb.arch/powerpc-stackless.exp: New file.
2872
1cf2f1b0
JK
28732014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2874
2875 * gdb.base/attach.c: Include unistd.h.
2876 (main): Call alarm. Add label postloop.
2877 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
2878 gdb_breakpoint, gdb_continue_to_breakpoint.
2879 (test_command_line_attach_run): Kill ${testpid} in one exit path.
2880
98880d46
PA
28812014-09-11 Pedro Alves <palves@redhat.com>
2882
2883 PR gdb/17347
2884 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
2885 * gdb.base/attach.exp (test_command_line_attach_run): New
2886 procedure.
2887 (top level): Call it.
2888
4c92ff2c
PA
28892014-09-11 Pedro Alves <palves@redhat.com>
2890
2891 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
2892 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
2893 (do_command_attach_tests): Use spawn_wait_for_attach.
2894 * gdb.base/solib-overlap.exp: Likewise.
2895 * gdb.multi/multi-attach.exp: Likewise.
2896 * gdb.python/py-prompt.exp: Likewise.
2897 * gdb.python/py-sync-interp.exp: Likewise.
2898 * gdb.server/ext-attach.exp: Likewise.
2899
3adc1a7d
GKB
29002014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
2901
2902 * gdb.fortran/array-element.exp: Remove unexpected "continue"
2903 command in testcase. Simplify testcase.
2904
96334934
JB
29052014-09-10 Joel Brobecker <brobecker@adacore.com>
2906
2907 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
2908
eb479039
JB
29092014-09-10 Joel Brobecker <brobecker@adacore.com>
2910
2911 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
2912
deede10c
JB
29132014-09-10 Joel Brobecker <brobecker@adacore.com>
2914
2915 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
2916
7828a5f5
JB
29172014-09-10 Joel Brobecker <brobecker@adacore.com>
2918
2919 * gdb.dwarf2/dynarr-ptr.c: New file.
2920 * gdb.dwarf2/dynarr-ptr.exp: New file.
2921
33aeebcf
MR
29222014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2923
2924 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
2925 of 30 rather than hardcoding 120 for a slow test case. Take the
2926 `gdb,timeout' target setting into account for this calculation.
2927 Don't extend the timeout for the test cases that don't need it.
2928
7b415901
MR
29292014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2930
2931 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
2932 a factor of 2 for a slow test case. Take the `gdb,timeout'
2933 target setting into account for this calculation.
2934 * gdb.reverse/until-precsave.exp: Increase the timeout by
2935 a factor of 15 and 3 respectively rather than adding 120
2936 for a pair of slow test cases. Take the `gdb,timeout'
2937 target setting into account for this calculation.
2938
4a40f85a
MR
29392014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2940
2941 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
2942 timeout, don't pass one down to gdb_expect.
2943 (gdb_expect): Rework timeout selection.
2944
09635af7
MR
29452014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2946
2947 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
2948 exception on timeout.
2949 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
2950 (gdbserver_start_extended): Catch any `gdbserver_start' error
2951 exceptions.
2952 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
2953 * lib/mi-support.exp (mi_gdb_target_load): Catch any
2954 `gdbserver_gdb_load' error exceptions.
2955
2bdd10b7
MR
29562014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2957
2958 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
2959 120 on waiting for the TCP socket to open.
2960
316935f0
DE
29612014-09-09 Doug Evans <xdje42@gmail.com>
2962
2963 * gdb.base/default.exp (show_conv_list): Add _caller_is,
2964 _caller_matches, _any_caller_is, _any_caller_matches.
2965
83740597
DE
29662014-09-09 Doug Evans <xdje42@gmail.com>
2967
2968 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
2969
4c122fc3
YQ
29702014-09-09 Yao Qi <yao@codesourcery.com>
2971
2972 * gdb.mi/mi-var-display.exp: Set print symbol off.
2973
a9f116cb
GKB
29742014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
2975
2976 PR gdb/17035
2977 * gdb.base/commands.exp: Add tests to verify user-defined
2978 commands with empty bodies.
2979 * gdb.python/py-cmd.exp: Test that we don't show user-defined
2980 python commands in `show user command`.
2981 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
2982 scheme commands in `show user command`.
2983
c75bd3a2
JK
29842014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2985
2986 PR python/17355
2987 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
2988 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
2989 * gdb.python/py-framefilter-invalidarg.exp: New file.
2990 * gdb.python/py-framefilter-invalidarg.py: New file.
2991
faa42425
DE
29922014-09-06 Doug Evans <xdje42@gmail.com>
2993
2994 PR 15276
2995 * gdb.python/py-caller-is.c: New file.
2996 * gdb.python/py-caller-is.exp: New file.
2997
474ca4f6
SDJ
29982014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
2999
3000 PR gdb/17235
3001 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
3002 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
3003
eb0b0463
SDJ
30042014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
3005
3006 PR fortran/17237
3007 * gdb.fortran/print-formatted.exp: New file.
3008 * gdb.fortran/print-formatted.f90: Likewise.
3009
5f3b99cf
SS
30102014-09-03 Sasha Smundak <asmundak@google.com>
3011
3012 * gdb.python/py-frame.exp: Test Frame.read_register.
3013
7d793aa9
SDJ
30142014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
3015
3016 PR python/16699
3017 * gdb.python/py-completion.exp: New file.
3018 * gdb.python/py-completion.py: Likewise.
3019
fb0576e9
DE
30202014-08-28 Doug Evans <dje@google.com>
3021
3022 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3023 eax,etc. are live with values set by gdb and thus the compiler can't
3024 use them.
3025 * gdb.arch/i386-pseudo.c (main): Ditto.
3026
ee92b0dd
DE
30272014-08-27 Doug Evans <dje@google.com>
3028
3029 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3030
6649db35
DE
30312014-08-25 Doug Evans <dje@google.com>
3032
3033 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3034 (main): Ditto.
3035
564b7600
DE
30362014-08-25 Doug Evans <dje@google.com>
3037
3038 * gdb.threads/thread-execl.exp: #include <stdio.h>.
3039
3881fb67
YQ
30402014-08-24 Yao Qi <yao@codesourcery.com>
3041
3042 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3043 symbol off.
3044 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3045
a05a36a5
DE
30462014-08-22 Doug Evans <dje@google.com>
3047
3048 PR 17276
3049 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3050 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
3051 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
3052
7c343b48
YQ
30532014-08-22 Yao Qi <yao@codesourcery.com>
3054
3055 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
3056 * gdb.python/py-finish-breakpoint2.exp: Likewise.
3057 * gdb.python/python.exp: Likewise. Use .py file on the host
3058 instead of the build.
3059
22fd09ae
JK
30602014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3061
3062 * gdb.threads/gcore-stale-thread.c: New file.
3063 * gdb.threads/gcore-stale-thread.exp: New file.
3064
a8454a7c
PA
30652014-08-21 Pedro Alves <palves@redhat.com>
3066
3067 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
3068 * gdb.base/gcore-relro-pie.exp: Likewise.
3069 * gdb.base/gcore-relro.exp: Likewise.
3070 * gdb.base/gcore.exp: Likewise.
3071 * gdb.base/print-symbol-loading.exp: Likewise.
3072 * gdb.threads/gcore-thread.exp: Likewise.
3073 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
3074
2a31c623
PA
30752014-08-20 Pedro Alves <palves@redhat.com>
3076 Jan Kratochvil <jan.kratochvil@redhat.com>
3077
3078 * Makefile.in (EXTRA_RULES, CC): New variables, get from
3079 configure.
3080 (EXPECT): Handle READ1 being set.
3081 (all): Depend on EXTRA_RULES.
3082 (check-read1, expect-read1, read1.so, read1): New rules.
3083 * README (Testsuite Parameters): Document the READ1 make variable.
3084 (Race detection): New section.
3085 * configure: Regenerate.
3086 * configure.ac: If build==host==target, and running under a
3087 GNU/glibc system, add read1 to the extra Makefile rules.
3088 (EXTRA_RULES): AC_SUBST it.
3089 * lib/read1.c: New file.
3090
d36430db
JB
30912014-08-20 Joel Brobecker <brobecker@adacore.com>
3092
3093 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
3094 the handling of variables declared as a typedef to an array
3095 which a DW_AT_data_location attribute.
3096
9a0dc9e3
PA
30972014-08-19 Andrew Burgess <aburgess@broadcom.com>
3098 Pedro Alves <palves@redhat.com>
3099
3100 PR symtab/14604
3101 PR symtab/14605
3102 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
3103 gdb_test.
3104
0718a8da
PA
31052014-08-19 Pedro Alves <palves@redhat.com>
3106
3107 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
3108
13b448cd
YQ
31092014-08-19 Yao Qi <yao@codesourcery.com>
3110
3111 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
3112 right line.
3113
1cbf5077
DB
31142014-08-18 David Blaikie <dblaikie@gmail.com>
3115
3116 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
3117
bf0fae19
JB
31182014-08-18 Joel Brobecker <brobecker@adacore.com>
3119
3120 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
3121 attribute in array range.
3122
3c8c5dcc
JB
31232014-08-18 Joel Brobecker <brobecker@adacore.com>
3124
3125 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
3126
e66d4446
SC
31272014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3128
3129 PR c++/17132
3130 * gdb.cp/pr17132.cc: New file.
3131 * gdb.cp/pr17132.exp: New file.
3132
940df408
SC
31332014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3134
3135 * gdb.python/py-xmethods.py (A_getarrayind)
3136 (E_method_char_worker.__call__, E_method_int_worker.__call__):
3137 Use 'print' with function call syntax.
3138 (E_method_matcher.match): Fix tab vs space indentation mixup.
3139
ebcc6c3a
YQ
31402014-08-15 Yao Qi <yao@codesourcery.com>
3141
3142 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
3143 false.
3144
775e0f04
YQ
31452014-08-15 Yao Qi <yao@codesourcery.com>
3146
3147 * gdb.cp/casts.exp: Set print symbol off.
3148 * gdb.cp/class2.exp: Likewise.
3149 * gdb.cp/overload.exp: Likewise.
3150 * gdb.cp/templates.exp: Likewise.
3151
d769e349
DE
31522014-08-11 Doug Evans <dje@google.com>
3153
3154 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3155 (test_load_shlib): Update.
3156
20c6f1e1
YQ
31572014-08-09 Yao Qi <yao@codesourcery.com>
3158
3159 * gdb.base/display.exp: Invoke is_address_zero_readable.
3160 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
3161 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3162 * gdb.base/hbreak-unmapped.exp: Return if
3163 is_address_zero_readable returns true.
3164 * gdb.base/signest.exp: Likewise.
3165 * gdb.base/signull.exp: Likewise.
3166 * gdb.base/sigbpt.exp: Likewise.
3167 * gdb.guile/scm-disasm.exp: Do the test if
3168 is_address_zero_readable returns false.
3169 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
3170 * gdb.python/py-arch.exp: Likewise.
3171 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
3172 * lib/gdb.exp (is_address_zero_readable): New proc.
3173
5792e8e3
YQ
31742014-08-09 Yao Qi <yao@codesourcery.com>
3175
3176 PR testsuite/13443
3177 * gdb.mi/mi-var-display.exp: Make test messages unique.
3178
3cecbbbe
TT
31792014-08-04 Tom Tromey <tromey@redhat.com>
3180
3181 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
3182 target 0".
3183
00b51ff5
TT
31842014-08-04 Tom Tromey <tromey@redhat.com>
3185
3186 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
3187 "target_resume".
3188
6908c509
JB
31892014-08-01 Joel Brobecker <brobecker@adacore.com>
3190
3191 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
3192 inner_vla_struct_object_size.
3193 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
3194 as xfail.
3195
cc6563d2
PA
31962014-07-30 Pedro Alves <palves@redhat.com>
3197
3198 * gdb.threads/signal-command-handle-nopass.exp (test): Add
3199 comment.
3200
7e09a223
YQ
32012014-07-29 Yao Qi <yao@codesourcery.com>
3202
3203 PR gdb/17206
3204 * gdb.base/until-nodebug.exp: New.
3205
7ebdbe92
DE
32062014-07-28 Doug Evans <xdje42@gmail.com>
3207
3208 PR guile/17203
3209 * gdb.guile/scm-parameter.exp: Add tests for trying to create
3210 previously existing parameter, and previously ambiguously spelled
3211 parameter.
3212
fdb1adc6
WN
32132014-07-28 Will Newton <will.newton@linaro.org>
3214
3215 * gdb.base/varargs.exp: Remove KFAILs for ARM.
3216
186fcde0
DE
32172014-07-26 Ludovic Courtès <ludo@gnu.org>
3218 Doug Evans <xdje42@gmail.com>
3219
3220 PR guile/17146
3221 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
3222
70509625
PA
32232014-07-25 Pedro Alves <palves@redhat.com>
3224
3225 * gdb.threads/signal-command-handle-nopass.c: New file.
3226 * gdb.threads/signal-command-handle-nopass.exp: New file.
3227 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
3228 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
3229 * gdb.threads/signal-delivered-right-thread.c: New file.
3230 * gdb.threads/signal-delivered-right-thread.exp: New file.
3231
c3f814a1
PA
32322014-07-25 Pedro Alves <palves@redhat.com>
3233
3234 * gdb.base/double-prompt-target-event-error.exp
3235 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
3236 match.
3237 (cancel_pagination_in_target_event): Rework double prompt
3238 detection.
3239 * gdb.base/paginate-after-ctrl-c-running.exp
3240 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
3241 <return>' match.
3242 * gdb.base/paginate-bg-execution.exp
3243 (test_bg_execution_pagination_return)
3244 (test_bg_execution_pagination_cancel): Remove '-notransfer
3245 <return>' matches.
3246 * gdb.base/paginate-execution-startup.exp
3247 (test_fg_execution_pagination_return)
3248 (test_fg_execution_pagination_cancel): Remove '-notransfer
3249 <return>' matches.
3250 * gdb.base/paginate-inferior-exit.exp
3251 (test_paginate_inferior_exited): Remove '-notransfer <return>'
3252 match.
3253 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
3254 * lib/gdb.exp (pagination_prompt): Run text through
3255 string_to_regexp.
3256 (gdb_test_multiple): Match $pagination_prompt instead of
3257 "<return>".
3258 (string_to_regexp): Move to lib/gdb-utils.exp.
3259
e214cf6c
JK
32602014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3261
3262 * gdb.arch/amd64-entry-value-paramref.S: New file.
3263 * gdb.arch/amd64-entry-value-paramref.cc: New file.
3264 * gdb.arch/amd64-entry-value-paramref.exp: New file.
3265 * gdb.arch/amd64-optimout-repeat.S: New file.
3266 * gdb.arch/amd64-optimout-repeat.c: New file.
3267 * gdb.arch/amd64-optimout-repeat.exp: New file.
3268
17d0c5c8
JK
32692014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3270
3271 PR gdb/17170
3272 * gdb.base/statistics.exp: New file.
3273
b8b8facf
DE
32742014-07-17 Doug Evans <dje@google.com>
3275
74b49205 3276 PR gdb/17170
b8b8facf
DE
3277 * gdb.base/maint.exp: Update testing of per-command stats.
3278
1b5d0ab3
PA
32792014-07-16 Pedro Alves <palves@redhat.com>
3280
3281 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3282 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3283 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3284 (tfile_write_buf): New functions.
3285 (add_memory_block): Rewrite using the above.
3286 (adjust_function_address): New function.
3287 (FUNCTION_ADDRESS): New macro.
3288 (write_basic_trace_file): Remove short_x local, and use
3289 tfile_write_16. Change type of func_addr local to unsigned long
3290 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
3291 here. Cast argument of add_memory_block to char pointer.
3292 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
3293 (main): Remove parameters.
3294 * gdb.trace/tfile.exp: Remove nowarnings.
3295
4d974e88
SM
32962014-07-15 Simon Marchi <simon.marchi@ericsson.com>
3297
3298 * gdb.base/debug-expr.exp: Test string evaluation with
3299 "debug expression" on.
3300
41e99568
PA
33012014-07-15 Pedro Alves <palves@redhat.com>
3302
3303 * gdb.base/reread.exp: Use clean_restart.
3304
487d9753
PL
33052014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
3306
3307 * gdb.arch/avr-flash-qualifer.c: New.
3308 * gdb.arch/avr-flash-qualifer.exp: New.
3309
cc1c52ad
PA
33102014-07-14 Pedro Alves <palves@redhat.com>
3311
3312 * gdb.base/paginate-after-ctrl-c-running.c: New file.
3313 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
3314
1e973570
PA
33152014-07-14 Pedro Alves <palves@redhat.com>
3316
3317 * gdb.base/double-prompt-target-event-error.c: New file.
3318 * gdb.base/double-prompt-target-event-error.exp: New file.
3319
93d6eb10
PA
33202014-07-14 Pedro Alves <palves@redhat.com>
3321
3322 PR gdb/17072
3323 * gdb.base/paginate-inferior-exit.c: New file.
3324 * gdb.base/paginate-inferior-exit.exp: New file.
3325
0017922d
PA
33262014-07-14 Pedro Alves <palves@redhat.com>
3327
3328 PR gdb/17072
3329 * gdb.base/paginate-bg-execution.c: New file.
3330 * gdb.base/paginate-bg-execution.exp: New file.
3331
94696ad3
PA
33322014-07-14 Pedro Alves <palves@redhat.com>
3333
3334 PR gdb/17072
3335 * gdb.base/paginate-execution-startup.c: New file.
3336 * gdb.base/paginate-execution-startup.exp: New file.
3337 * lib/gdb.exp (pagination_prompt): New global.
3338 (default_gdb_spawn): New procedure, factored out from
3339 default_gdb_spawn.
3340 (default_gdb_start): Adjust to call default_gdb_spawn.
3341 (gdb_spawn): New procedure.
3342
bd293940
PA
33432014-07-14 Pedro Alves <palves@redhat.com>
3344
3345 * lib/gdb.exp (gdb_assert): New procedure.
3346 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
3347
c933f875
PA
33482014-07-14 Pedro Alves <palves@redhat.com>
3349
3350 * gdb.base/execution-termios.c: New file.
3351 * gdb.base/execution-termios.exp: New file.
3352
d98b7a16
TT
33532014-07-14 Tom Tromey <tromey@redhat.com>
3354
3355 * gdb.cp/vla-cxx.cc: New file.
3356 * gdb.cp/vla-cxx.exp: New file.
3357
548740d6
TT
33582014-07-14 Tom Tromey <tromey@redhat.com>
3359
3360 * gdb.reverse/rerun-prec.c: New file.
3361 * gdb.reverse/rerun-prec.exp: New file.
3362
a25eb028
MR
33632014-07-12 Maciej W. Rozycki <macro@mips.com>
3364 Maciej W. Rozycki <macro@codesourcery.com>
3365
3366 * lib/gdb-utils.exp: New file.
3367 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
3368 inline `gdb_init_command' processing.
3369 (gdb_start_cmd): Likewise.
3370 * lib/mi-support.exp (mi_run_cmd): Likewise.
3371 * README: Document `gdb_init_command' and `gdb_init_commands'.
3372
218c2655
JK
33732014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3374
3375 Fix false FAIL running under a very long directory name.
3376 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
3377 and "set print elements 10000". Twice.
3378
5401fde3
YQ
33792014-07-11 Yao Qi <yao@codesourcery.com>
3380
3381 * gdb.base/exprs.exp: "set print symbol off".
3382
e76126e8
PA
33832014-07-11 Pedro Alves <palves@redhat.com>
3384
3385 * gdb.threads/kill.c: New file.
3386 * gdb.threads/kill.exp: New file.
3387
2d6f0de6
YQ
33882014-07-10 Yao Qi <yao@codesourcery.com>
3389
3390 * gdb.trace/tfile.c (write_basic_trace_file)
3391 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
3392 address written to trace file.
3393
7180e04a
PA
33942014-07-09 Pedro Alves <palves@redhat.com>
3395
3396 * gdb.base/attach-wait-input.exp: New file.
3397 * gdb.base/attach-wait-input.c: New file.
3398
9a9a7608
AB
33992014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3400
3401 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
3402 setting up test structures.
3403 (main): Call new test function.
3404 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
3405 test function, continue into test function and walk test
3406 structures.
3407
161ac41e
YQ
34082014-07-02 Yao Qi <yao@codesourcery.com>
3409
3410 * gdb.trace/entry-values.c: Define labels 'foo_start' and
3411 'bar_start' at the beginning of functions 'foo' and 'bar'
3412 respectively.
3413 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
3414 instead of 'foo' and 'bar'.
3415
1f267ae3
MM
34162014-07-08 Markus Metzger <markus.t.metzger@intel.com>
3417
3418 * gdb.btrace/segv.exp: New.
3419 * gdb.btrace/segv.c: New.
3420
2b239efb
LM
34212014-07-02 Luis Machado <lgustavo@codesourcery.com>
3422
3423 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
3424 instruction.
3425
cf363f18
MW
34262014-06-30 Mark Wielaard <mjw@redhat.com>
3427
3428 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3429 vulture, vilify, villar): New volatile array constants.
3430 (vindictive, vegetation): New const volatile array constants.
3431 * gdb.base/volatile.exp: Test volatile and const volatile array
3432 types.
3433
aebf9d24
AA
34342014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3435
3436 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3437 target lacks support for awatch, rwatch, or hbreak.
3438
b67a2c6f
YQ
34392014-06-27 Yao Qi <yao@codesourcery.com>
3440
3441 * gdb.multi/dummy-frame-restore.exp: New.
3442 * gdb.multi/dummy-frame-restore.c: New.
3443
aef92902
MM
34442014-06-25 Markus Metzger <markus.t.metzger@intel.com>
3445
3446 * gdb.btrace/gcore.exp: New.
3447
8e9db26e
PA
34482014-06-23 Pedro Alves <palves@redhat.com>
3449
3450 * gdb.base/watchpoint-reuse-slot.c: New file.
3451 * gdb.base/watchpoint-reuse-slot.exp: New file.
3452
70afc5b7
SC
34532014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3454
3455 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3456 progspace's filename in 'info', 'enable' and 'disable' command
3457 tests.
3458
b972bd9c
JK
34592014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3460
3461 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3462 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3463 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3464
125f8a3d
GB
34652014-06-20 Gary Benson <gbenson@redhat.com>
3466
3467 * gdb.arch/i386-avx.exp: Fix include file location.
3468 * gdb.arch/i386-sse.exp: Likewise.
3469
3ed9baed
IB
34702014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3471
3472 * gdb.dlang/expression.exp: New file.
3473
034f788c
PA
34742014-06-19 Pedro Alves <palves@redhat.com>
3475
3476 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3477 out from ...
3478 (top level): ... here. Iterate running tests under different
3479 scheduler-locking settings.
3480
45371d0c
LM
34812014-06-18 Luis Machado <lgustavo@codesourcery.com>
3482
3483 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3484 to DW_FORM_addr and use non-zero addresses.
3485
5d376983
SC
34862014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3487
3488 PR gdb/17017
3489 * gdb.python/py-xmethods.cc: Add global function call counters and
3490 increment them in their respective functions. Remove "cout"
3491 statements.
3492 * gdb.python/py-xmethods.exp: Make tests check the global function
3493 call counters instead of depending on inferior IO.
3494
a1aa2221
LM
34952014-06-18 Don Breazeal <donb@codesourcery.com>
3496
3497 * gdb.base/foll-fork.exp (default_fork_parent_follow):
3498 Deleted procedure.
3499 (explicit_fork_parent_follow): Deleted procedure.
3500 (explicit_fork_child_follow): Deleted procedure.
3501 (test_follow_fork): New procedure.
3502 (do_fork_tests): Replace calls to deleted procedures with
3503 calls to test_follow_fork and reset GDB for subsequent
3504 procedure calls.
3505
0fc05997
YQ
35062014-06-17 Yao Qi <yao@codesourcery.com>
3507
3508 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3509 CP1252.
3510
70795c52
LM
35112014-06-17 Luis Machado <lgustavo@codesourcery.com>
3512
3513 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3514 Initialize ptr and S explicitly.
3515 (skip_type_update_when_not_use_rtti_test): Likewise.
3516
6be47f0c
KS
35172014-06-16 Keith Seitz <keiths@redhat.com>
3518
3519 PR mi/15863
3520 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3521 the inferior is started.
3522
d03de421
PA
35232014-06-16 Pedro Alves <palves@redhat.com>
3524
3525 * gdb.base/break-main-file-remove-fail.c: New file.
3526 * gdb.base/break-main-file-remove-fail.exp: New file.
3527 * gdb.base/break-unload-file.exp: Use build_executable instead of
3528 prepare_for_testing.
3529 (test_break): New parameter "initial_load". Handle it.
3530 (top level): Add initial_load cmdline/file axis.
3531
f9579b99
TT
35322014-06-12 Tom Tromey <tromey@redhat.com>
3533
3534 * gdb.base/completion.exp: Don't use directory name in test.
3535
3657956b
GB
35362014-06-09 Gary Benson <gbenson@redhat.com>
3537
3538 * gdb.base/sigall.c [Functions to send signals]: Reorder to
3539 separate the always-available ANSI-standard signals from the
3540 signals that require checking.
3541 (main): Likewise.
3542 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3543 Likewise.
3544 (main): Likewise.
3545
4186eb54
KS
35462014-06-07 Keith Seitz <keiths@redhat.com>
3547
3548 Revert:
3549 PR c++/16253
3550 * gdb.cp/var-tag.cc: New file.
3551 * gdb.cp/var-tag.exp: New file.
3552 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3553 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3554 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3555 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3556
25326a28 35572014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
3558
3559 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3560
829155c9
PA
35612014-06-06 Pedro Alves <palves@redhat.com>
3562
3563 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3564 in target debug output instead of looking at RSP packets,
3565 disabling the test on any target that uses hardware stepping.
3566 Update comments.
3567
61c8d22e
PA
35682014-06-06 Pedro Alves <palves@redhat.com>
3569
3570 * gdb.base/break-unload-file.exp: Fix typo.
3571
d9a47287
YQ
35722014-06-06 Yao Qi <yao@codesourcery.com>
3573
3574 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3575 from "jit_function" to "^jit_function".
3576
e5e01dbf
YQ
35772014-06-06 Yao Qi <yao@codesourcery.com>
3578
3579 * gdb.base/async.c (foo): Add one statement.
3580 * gdb.base/async.exp: Get the next instruction address and
3581 match the output of "nexti" by instruction address. Match
3582 the hex address in the output of "finish".
3583
73ba372c
GB
35842014-06-06 Gary Benson <gbenson@redhat.com>
3585
3586 * gdb.base/call-signals.c: Remove preprocessor conditionals
3587 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3588 SIGSEGV and SIGTERM.
3589 * gdb.base/sigall.c: Likewise.
3590 * gdb.base/unwindonsignal.c: Likewise.
3591 * gdb.reverse/sigall-reverse.c: Likewise.
3592
831517df
YQ
35932014-06-06 Yao Qi <yao@codesourcery.com>
3594
3595 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3596 readable, skip the test.
3597
b8b91e98
YQ
35982014-06-06 Yao Qi <yao@codesourcery.com>
3599
3600 * gdb.threads/staticthreads.c (thread_function): Move the line
3601 setting breakpoint on forward.
3602 * gdb.threads/staticthreads.exp: Update comments.
3603
fb934770
LC
36042014-06-05 Ludovic Courtès <ludo@gnu.org>
3605
3606 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3607 "history-append! type error".
3608
6ef284bd
SM
36092014-06-05 Simon Marchi <simon.marchi@ericsson.com>
3610
3611 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3612 erroneous dprintf expected input.
3613
a872e241
DE
36142014-06-04 Doug Evans <xdje42@gmail.com>
3615
3616 * gdb.guile/scm-generics.exp: Delete.
3617
16f691fb
DE
36182014-06-04 Doug Evans <xdje42@gmail.com>
3619
3620 * gdb.guile/scm-breakpoint.exp: Update.
3621 Add tests for breakpoint registration.
3622
012370f6
TT
36232014-06-04 Tom Tromey <tromey@redhat.com>
3624
3625 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3626 VLA-in-union.
3627 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3628 inner_vla_struct, vla_union types. Initialize objects of those
3629 types and compute their sizes.
3630
9f5a4cef
HZ
36312014-06-04 Nathan Sidwell <nathan@codesourcery.com>
3632 Hui Zhu <hui@codesourcery.com>
3633
3634 * gdb.base/fileio.exp: Add test for shell not available as well as
3635 available.
3636 * gdb.base/fileio.c (test_system): Check for shell twice.
3637
90a45c4d
YQ
36382014-06-04 Yao Qi <yao@codesourcery.com>
3639
3640 * gdb.base/auto-connect-native-target.exp: Remove redundant
3641 space from the regexp pattern.
3642
70017e41
YQ
36432014-06-04 Yao Qi <yao@codesourcery.com>
3644
3645 * gdb.base/default.exp: Replace "child" with "native" in
3646 regexp pattern.
3647
883964a7
SC
36482014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3649
3650 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3651 * gdb.python/py-xmethods.exp: New tests to test xmethods.
3652 * gdb.python/py-xmethods.py: Python script supporting the
3653 new testcase and tests.
3654
ef370185
JB
36552014-06-03 Joel Brobecker <brobecker@adacore.com>
3656 Pedro Alves <palves@redhat.com>
3657
3658 PR breakpoints/17000
3659 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3660 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3661
1e2ccb61
BM
36622014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
3663
3664 * gdb.base/subst.exp: Add tests to verify partial path matching
3665 output.
3666
c6ec5ab2
PA
36672014-06-03 Pedro Alves <palves@redhat.com>
3668
3669 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3670 target that doesn't use software single-stepping.
3671
835c559f
PA
36722014-06-03 Pedro Alves <palves@redhat.com>
3673
3674 PR breakpoints/17000
3675 * gdb.base/sss-bp-on-user-bp-2.c: New file.
3676 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3677
06eb1586
DE
36782014-06-02 Doug Evans <xdje42@gmail.com>
3679
3680 * gdb.guile/scm-parameter.exp: New file.
3681
e698b8c4
DE
36822014-06-02 Doug Evans <xdje42@gmail.com>
3683
3684 * gdb.guile/scm-cmd.c: New file.
3685 * gdb.guile/scm-cmd.exp: New file.
3686
ded03782
DE
36872014-06-02 Doug Evans <xdje42@gmail.com>
3688
3689 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3690 pretty-printer lookup.
3691 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3692 (make-pp_s-printer): Call it.
3693 (make-pretty-printer-from-dict): New function.
3694 (lookup-pretty-printer-maker-from-dict): New function.
3695 (*pretty-printer*): Simplify.
3696 (make-objfile-pp_s-printer): New function.
3697 (install-objfile-pretty-printers!): New function.
3698 (make-progspace-pp_s-printer): New function.
3699 (install-progspace-pretty-printers!): New function.
3700 * gdb.guile/scm-progspace.c: New file.
3701 * gdb.guile/scm-progspace.exp: New file.
3702
41fac0cf
PA
37032014-06-02 Pedro Alves <palves@redhat.com>
3704
3705 * gdb.base/dprintf-bp-same-addr.c: New file.
3706 * gdb.base/dprintf-bp-same-addr.exp: New file.
3707
96ae5695
EBM
37082014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3709
3710 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
3711 * gdb.arch/powerpc-power.s: Likewise.
3712
da02b3a8
JB
37132014-06-02 Joel Brobecker <brobecker@adacore.com>
3714
3715 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3716
c72b2e7b
YQ
37172014-06-01 Yao Qi <yao@codesourcery.com>
3718
3719 * gdb.base/watchpoint.exp (test_watch_location): Check null
3720 pointer can be dereferenced. If not, do the test, otherwise
3721 skip it.
3722
53e8a631
AB
37232014-05-30 Andrew Burgess <aburgess@broadcom.com>
3724
3725 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
3726 results.
3727 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
3728
938f0e2f
AB
37292014-05-30 Andrew Burgess <aburgess@broadcom.com>
3730
3731 * gdb.arch/amd64-invalid-stack-middle.S: New file.
3732 * gdb.arch/amd64-invalid-stack-middle.c: New file.
3733 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3734 * gdb.arch/amd64-invalid-stack-top.c: New file.
3735 * gdb.arch/amd64-invalid-stack-top.exp: New file.
3736
9ba6657a
PA
37372014-05-30 Pedro Alves <palves@redhat.com>
3738
3739 PR breakpoints/17000
3740 * gdb.base/sss-bp-on-user-bp.c: New file.
3741 * gdb.base/sss-bp-on-user-bp.exp: New file.
3742
522c09bf
DB
37432014-05-30 David Blaikie <dblaikie@gmail.com>
3744
3745 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3746 gnu_inline semantics via attribute.
3747 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3748 source explicitly specifies the required semantics.
3749
bf4ef81e
MR
37502014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3751
3752 * gdb.reverse/sigall-reverse.exp: Fix a typo.
3753
329ea579
PA
37542014-05-29 Pedro Alves <palves@redhat.com>
3755 Tom Tromey <tromey@redhat.com>
3756
3757 * gdb.base/async-shell.exp: Don't enable target-async.
3758 * gdb.base/async.exp
3759 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3760 parameter. Adjust.
3761 (top level): Don't test with "target-async".
3762 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3763 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3764 * gdb.base/inferior-died.exp: Don't enable target-async.
3765 * gdb.base/interrupt-noterm.exp: Likewise.
3766 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3767 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3768 * gdb.mi/mi-nonstop.exp: Likewise.
3769 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3770 * gdb.mi/mi-nsintrall.exp: Likewise.
3771 * gdb.mi/mi-nsmoribund.exp: Likewise.
3772 * gdb.mi/mi-nsthrexec.exp: Likewise.
3773 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3774 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3775 * gdb.python/py-evsignal.exp: Don't enable target-async.
3776 * gdb.python/py-evthreads.exp: Likewise.
3777 * gdb.python/py-prompt.exp: Likewise.
3778 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3779 * gdb.server/solib-list.exp: Don't enable target-async.
3780 * gdb.threads/thread-specific-bp.exp: Likewise.
3781 * lib/mi-support.exp: Adjust to use mi-async.
3782
fd664c91
PA
37832014-05-29 Pedro Alves <palves@redhat.com>
3784
3785 PR gdb/13860
3786 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3787 reason, even in sync mode.
3788
251bde03
PA
37892014-05-29 Pedro Alves <palves@redhat.com>
3790 Hui Zhu <hui@codesourcery.com>
3791
3792 PR PR15693
3793 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3794 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3795 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3796 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3797
7f3c0343
JB
37982014-05-28 Joel Brobecker <brobecker@adacore.com>
3799
3800 * config/monitor.exp (gdb_target_monitor): Replace use of
3801 "set remotebaud" by "set serial baud".
3802
b2715b27
AW
38032014-05-26 Andy Wingo <wingo@igalia.com>
3804
3805 * gdb.guile/scm-breakpoint.exp:
3806 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3807 properties instead of gdb-object-properties.
3808
498a4489
YQ
38092014-05-26 Yao Qi <yao@codesourcery.com>
3810
3811 * gdb.server/no-thread-db.exp: Specify source file name
3812 explicitly when setting a breakpoint.
3813
589fdceb
MM
38142014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3815
3816 * gdb.btrace/vdso.c: New.
3817 * gdb.btrace/vdso.exp: New.
3818
e9089e05
MM
38192014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3820
3821 * gdb.base/gcore.exp (capture_command_output): Move ...
3822 * lib/gdb.exp (capture_command_output): ... here.
3823
67b5c0c1
MM
38242014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3825
3826 * gdb.btrace/data.exp: Test memory access during btrace replay.
3827
a2199296
SM
38282014-05-22 Simon Marchi <simon.marchi@ericsson.com>
3829
3830 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3831
17b2616c
PA
38322014-05-21 Pedro Alves <palves@redhat.com>
3833
3834 PR gdb/13860
3835 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3836 (top level): Test that output related to execution commands is
3837 sent to the console with CLI commands, but not with MI commands.
3838 Test that breakpoint events are always mirrored to the console.
3839 Also expect the new source line to be output after a "next" in
3840 async mode too. Make it a pass/fail test.
3841 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3842 output.
3843 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3844
5166082f
PA
38452014-05-21 Pedro Alves <palves@redhat.com>
3846
3847 * gdb.base/list.exp (build_pattern, test_list): New procedures.
3848 Use them to test variations of "list" after reaching a breakpoint.
3849 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3850 Test "list" with listsize 10 after reaching a breakpoint.
3851 * gdb.python/python.exp (decode_line current location line
3852 number): Adjust expected line number.
3853
2f25d70f
SM
38542014-05-21 Simon Marchi <simon.marchi@ericsson.com>
3855
3856 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3857 behavior for $args, pass it directly to "run".
3858
ff604a67
MR
38592014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3860
3861 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3862 30000 to 65536.
3863
6a3cb8e8
PA
38642014-05-21 Pedro Alves <palves@redhat.com>
3865
3866 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
3867 auto-connect-native-target off".
3868 * gdb.base/auto-connect-native-target.c: New file.
3869 * gdb.base/auto-connect-native-target.exp: New file.
3870
4ebfc96e
PA
38712014-05-21 Pedro Alves <palves@redhat.com>
3872
3873 * gdb.base/default.exp: Test "target native" instead of "target
3874 child".
3875
36d46afb
MW
38762014-05-21 Mark Wielaard <mjw@redhat.com>
3877
3878 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3879
5876f503
JK
38802014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3881
3882 Fix TLS access for -static -pthread.
3883 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
3884 <HAVE_TLS> (thread_function, main): Initialize it.
3885 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
3886 Add clean_restart.
3887 <$have_tls != "">: Check TLSVAR.
3888
0256a6ac
PA
38892014-05-21 Pedro Alves <palves@redhat.com>
3890
3891 * gdb.base/dcache-line-read-error.c: New.
3892 * gdb.base/dcache-line-read-error.exp: New.
3893
936d2992
PA
38942014-05-20 Pedro Alves <palves@redhat.com>
3895
3896 * gdb.base/compare-sections.c: New file.
3897 * gdb.base/compare-sections.exp: New file.
3898
802e8e6d
PA
38992014-05-20 Pedro Alves <palves@redhat.com>
3900
3901 * gdb.base/break-idempotent.c: New file.
3902 * gdb.base/break-idempotent.exp: New file.
3903
e59fa00f
MM
39042014-05-20 Markus Metzger <markus.t.metzger@intel.com>
3905
3906 * gdb.btrace/nohist.exp: New.
3907
8b696e31
YQ
39082014-05-20 Yao Qi <yao@codesourcery.com>
3909
3910 * lib/gdb.exp (gdb_init): Set timeout if test file is under
3911 gdb.reverse directory and gdb_reverse_timeout exists in board
3912 setting.
3913 * README: Document gdb_reverse_timeout.
3914
73c9764f
YQ
39152014-05-20 Yao Qi <yao@codesourcery.com>
3916
3917 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
3918 'test_file_name'. Treat args as a string instead of a list.
3919 (gdb_init): Rename argument 'args' by 'test_file_name'.
3920
f1f4348a
JK
39212014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3922
3923 * gdb.arch/powerpc-power.exp: New file.
3924 * gdb.arch/powerpc-power.s: New file.
3925
0dbe70ce
DE
39262014-05-16 Doug Evans <dje@google.com>
3927
3928 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
3929 * gdb.base/completion.exp: Check that all expected files exist
3930 before doing file completion.
0dbe70ce 3931
8d551b02
DE
39322014-05-16 Doug Evans <dje@google.com>
3933
3934 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
3935 Update.
3936 (do_syscall_tests_without_xml): Update.
3937
73eb7709
PA
39382014-05-16 Pedro Alves <palves@redhat.com>
3939
3940 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
3941 instead of "unknown output after running".
3942
3fae92fc
YQ
39432014-05-16 Yao Qi <yao@codesourcery.com>
3944
3945 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
3946 file1.txt from host at the end.
3947 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3948
c2b2ccc5
DE
39492014-05-15 Doug Evans <dje@google.com>
3950
3951 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
3952 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
3953 loading file. Add test for TU lookup.
3954
8c217a4b
SM
39552014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3956
3957 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
3958 calling "-exec-arguments" or "set args" before running the
3959 inferior.
3960
3deb39c6
SM
39612014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3962
3963 * lib/mi-support.exp (mi_expect_stop): Expect message for
3964 inferiors that exit with non-zero exit code.
3965
71a79f8c
YQ
39662014-05-14 Yao Qi <yao@codesourcery.com>
3967
3968 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
3969 match absolute path on remote host.
3970 (test_file_list_exec_source_files): Remove "/" from the
3971 pattern.
3972
f23fcd46
YQ
39732014-05-14 Yao Qi <yao@codesourcery.com>
3974
3975 * boards/local-remote-host-notty.exp (${board}_file): New
3976 proc.
3977
9404b58f
KM
39782014-05-07 Kyle McMartin <kyle@redhat.com>
3979
3980 Pushed by Joel Brobecker <brobecker@adacore.com>.
3981 * gdb.arch/aarch64-atomic-inst.c: New file.
3982 * gdb.arch/aarch64-atomic-inst.exp: New file.
3983
5e45f04c
YQ
39842014-05-07 Yao Qi <yao@codesourcery.com>
3985
3986 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
3987 in current context" too.
3988
c888a17d
KS
39892014-05-05 Keith Seitz <keiths@redhat.com>
3990
3991 * gdb.linespec/ls-dollar.exp: Add test for linespec
3992 file:convenience_variable.
3993
290a839c
YQ
39942014-05-05 Yao Qi <yao@codesourcery.com>
3995
3996 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
3997 traceframes into tfile and ctf trace files. Read data from
3998 trace file and test collected data.
3999 (gdb_collect_locals_test): Likewise.
4000 (gdb_unavailable_registers_test): Likewise.
4001 (gdb_unavailable_floats): Likewise.
4002 (gdb_collect_globals_test): Likewise.
4003 (top-level): Append "ctf" to trace_file_targets if GDB
4004 supports.
4005
b5262cd0
YQ
40062014-05-05 Yao Qi <yao@codesourcery.com>
4007
4008 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4009 code to ...
4010 (gdb_collect_args_test_1): ... it. New proc.
4011 (gdb_collect_locals_test): Move some code to ...
4012 (gdb_collect_locals_test_1): ... it. New proc.
4013 (gdb_unavailable_registers_test): Move some code to ...
4014 (gdb_unavailable_registers_test_1): ... it. New proc.
4015 (gdb_unavailable_floats): Move some code to ...
4016 (gdb_unavailable_floats_1): ... it. New proc.
4017
30a1e6cc
SDJ
40182014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4019
4020 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4021 probes to test for bitness recognition.
4022 * gdb.arch/amd64-stap-optional-prefix.exp
4023 (test_probe_value_without_reg): New procedure.
4024 Add code to test for different kinds of bitness.
4025
f33da99a
SDJ
40262014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4027
4028 PR breakpoints/16889
4029 * gdb.arch/amd64-stap-optional-prefix.S: New file.
4030 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4031
5b80f00d
PA
40322014-05-01 Pedro Alves <palves@redhat.com>
4033
4034 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
4035 gdb_file_cmd if no file is specified.
4036 * boards/native-extended-gdbserver.exp (gdb_load): Use the
4037 last_loaded_file to set the remote exec-file.
4038
f8c2a73c
PA
40392014-05-01 Pedro Alves <palves@redhat.com>
4040
4041 * boards/local-remote-host.exp: New file.
4042
be6e8ac7
PA
40432014-05-01 Pedro Alves <palves@redhat.com>
4044
4045 * boards/local-remote-host.exp: Rename to ...
4046 * boards/local-remote-host-notty.exp: ... this.
4047
cac0dc8f
JB
40482014-04-28 Joel Brobecker <brobecker@adacore.com>
4049
4050 * gdb.ada/dyn_arrayidx: New testcase.
4051
9730e6cc
YQ
40522014-04-26 Yao Qi <yao@codesourcery.com>
4053
4054 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
4055 and compute the length of function main. Save it in
4056 $main_length.
4057 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
4058 (top-level): Use gdb_compile to compile objects into
4059 executable and restart GDB. Remove invocation to
4060 prepare_for_testing.
4061
7ae1a6a6
PA
40622014-04-25 Simon Marchi <simon.marchi@ericsson.com>
4063 Pedro Alves <palves@redhat.com>
4064
4065 PR server/16255
4066 * gdb.multi/multi-attach.c: New file.
4067 * gdb.multi/multi-attach.exp: New file.
4068
4082afcc
PA
40692014-04-25 Pedro Alves <palves@redhat.com>
4070
4071 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
4072 user.
4073 (top level): Test that "set remote conditional-breakpoints-packet
4074 off" works as intended.
4075 * gdb.base/dprintf.exp: Test that "set remote
4076 breakpoint-commands-packet off" works as intended.
4077 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
4078 New function.
4079 (top level): Call it.
4080 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
4081 remote fast-tracepoints-packet off" works as intended.
4082 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
4083 * lib/gdb.exp (gdb_is_target_remote): ... here.
4084
2abc3f8d
DB
40852014-04-24 David Blaikie <dblaikie@gmail.com>
4086
4087 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
4088 ensure clang would not discard them.
4089 * gdb.base/gdbvars.c: Ditto.
4090 * gdb.base/memattr.c: Ditto.
4091 * gdb.base/whatis.c: Ditto.
4092 * gdb.python/py-prettyprint.c: Ditto.
4093 * gdb.trace/actions.c: Ditto.
4094 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
4095 ensure clang would not discard it.
4096
bfd39632
DB
40972014-04-24 David Blaikie <dblaikie@gmail.com>
4098
4099 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
4100 clang to emit the full definition of type required by the test
4101 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
4102
22842ff6
DB
41032014-04-24 David Blaikie <dblaikie@gmail.com>
4104
4105 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
4106 coax Clang into emitting the definition of the type.
4107 * gdb.cp/pr10728-x.h (y): Ditto.
4108 * gdb.cp/pr10728-y.cc (y): Ditto.
4109
c2e827ad
DB
41102014-04-24 David Blaikie <dblaikie@gmail.com>
4111
4112 * gdb.base/label.exp: XFAIL label related tests under Clang.
4113 * gdb.cp/cplabel.exp: Ditto.
4114 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
4115 under Clang those using labels.
4116
4c2d33e7
YQ
41172014-04-25 Yao Qi <yao@codesourcery.com>
4118
4119 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
4120 double_label.
4121 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
4122 partial_label and double_label.
4123
56083b99
DB
41242014-04-24 David Blaikie <dblaikie@gmail.com>
4125
4126 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
4127
25d4e99d
DB
41282014-04-24 David Blaikie <dblaikie@gmail.com>
4129
4130 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
4131 of the function to work across GCC and Clang.
4132 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
4133 pointer types (const void ** const V void **).
4134
01f9f808
MS
41352014-04-24 Michael Sturm <michael.sturm@mintel.com>
4136 Walfred Tedeschi <walfred.tedeschi@intel.com>
4137
4138 * Makefile.in (EXECUTABLES): Added i386-avx512.
4139 * gdb.arch/i386-avx512.c: New file.
4140 * gdb.arch/i386-avx512.exp: Likewise.
4141
4b48d439
KS
41422014-04-23 Keith Seitz <keiths@redhat.com>
4143
4144 * lib/mi-support.exp (mi_list_breakpoints): Delete.
4145 (mi_make_breakpoint_table): New procedure.
4146 (mi_create_breakpoint): Use mi_make_breakpoint
4147 and return the result.
4148 (mi_make_breakpoint): New procedure.
4149 (mi_build_kv_pairs): New procedure.
4150
4151 * gdb.mi/mi-break.exp: Remove unused globals,
4152 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
4153 All callers updated.
4154 * gdb.mi/mi-dprintf.exp: Use variable to track command
4155 number.
4156 Update all callers of mi_create_breakpoint and use
4157 mi_make_breakpoint_table.
4158 Remove any unused global variables.
4159 * gdb.mi/mi-nonstop.exp: Likewise.
4160 * gdb.mi/mi-nsintrall.exp: Likewise.
4161 * gdb.mi/mi-nsmoribund.exp: Likewise.
4162 * gdb.mi/mi-nsthrexec.exp: Likewise.
4163 * gdb.mi/mi-reverse.exp: Likewise.
4164 * gdb.mi/mi-simplerun.exp: Likewise.
4165 * gdb.mi/mi-stepn.exp: Likewise.
4166 * gdb.mi/mi-syn-frame.exp: Likewise.
4167 * gdb.mi/mi-until.exp: Likewise.
4168 * gdb.mi/mi-var-cp.exp: Likewise.
4169 * gdb.mi/mi-var-display.exp: Likewise.
4170 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
4171 * gdb.mi/mi2-var-child.exp: Likewise.
4172 * gdb.mi/mi-vla-c99.exp: Likewise.
4173 * lib/mi-support.exp: Likewise.
4174
4175 From Ian Lance Taylor <iant@cygnus.com>:
4176 * lib/gdb.exp (parse_args): New procedure.
4177
08351840
PA
41782014-04-23 Pedro Alves <palves@redhat.com>
4179
4180 * gdb.base/break-unload-file.c: New file.
4181 * gdb.base/break-unload-file.exp: New file.
4182 * gdb.base/sym-file-lib.c (baz): New function.
4183 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
4184 field.
4185 (load): Store the segment's mapped size.
4186 (unload): New function.
4187 (unload_shlib): New function.
4188 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
4189 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
4190 set a breakpoint at baz, and call it.
4191 * gdb.base/sym-file.exp: New tests for stale breakpoint
4192 instructions.
4193
076855f9
PA
41942014-04-23 Pedro Alves <palves@redhat.com>
4195
4196 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
4197 * gdb.base/hbreak-in-shr-unsupported.c: New file.
4198 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
4199 * gdb.base/hbreak-unmapped.c: New file.
4200 * gdb.base/hbreak-unmapped.exp: New file.
4201 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
4202 * lib/gdb.exp (gdb_is_target_remote): ... here.
4203
483805cf
PA
42042014-04-22 Pedro Alves <palves@redhat.com>
4205
4206 * gdb.base/consecutive-step-over.c: New file.
4207 * gdb.base/consecutive-step-over.exp: New file.
4208
06d97543
PA
42092014-04-22 Pedro Alves <palves@redhat.com>
4210
4211 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
4212 instead of send_gdb/gdb_expect.
4213
b4429ea2
YQ
42142014-04-22 Yao Qi <yao@codesourcery.com>
4215
4216 * lib/trace-support.exp (generate_tracefile): New procedure.
4217 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
4218 return 0.
4219 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
4220 if generate_tracefile returns 1.
4221
51d48146
PA
42222014-04-18 Tom Tromey <palves@redhat.com>
4223 Pedro alves <tromey@redhat.com>
4224
4225 PR backtrace/15558
4226 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
4227 with a backtrace limit.
4228 * gdb.python/py-frame-inline.exp: Test running to an inline
4229 function with a backtrace limit, and printing the newest frame.
4230 * gdb.python/py-frame-inline.c (main): Call f.
4231
bd1dce5f
MS
42322014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4233
4234 * gdb.java/jnpe.exp: Drop srcdir from untested path.
4235
40d1a503
MS
42362014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4237
4238 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
4239 Drop prefix from unsupported source file path.
4240
389b98f7
YQ
42412014-04-17 Yao Qi <yao@codesourcery.com>
4242
4243 * lib/gdb.exp (with_target_charset): New proc.
4244 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
4245 with_target_charset.
4246 (test_print_strings): Likewise.
4247 (test_repeat_bytes): Likewise.
4248 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
4249 for some tests.
4250
22869d73
KS
42512014-04-16 Keith Seitz <keiths@redhat.com>
4252
4253 PR gdb/15827
4254 * gdb.dwarf2/corrupt.c: New file.
4255 * gdb.dwarf2/corrupt.exp: New file.
4256
c4f87ca6
KS
42572014-04-16 Keith Seitz <keiths@redhat.com>
4258
4259 PR c++/16597
4260 * gdb.cp/namelessclass.cc: New file.
4261 * gdb.cp/namelessclass.exp: New file.
4262 * gdb.cp/namelessclass.S: New file.
4263
ab19de87
DE
42642014-04-16 Doug Evans <dje@google.com>
4265
4266 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4267 Add comment.
4268 (gdbserver_default_get_comm_port): New function.
4269 (gdbserver_start): Check if board file provided
4270 "gdbserver,get_comm_port" and use it if so.
4271 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4272 (gdb,socketport): Set to "stdio".
4273 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4274 (stdio_gdbserver_template): Delete.
4275 (${board}_get_remote_address): Update.
4276 (${board}_build_remote_cmd): Delete.
4277 (${board}_get_comm_port): New function.
4278 (${board}_spawn): Update.
4279 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4280 Delete.
4281 (${board}_get_remote_address): Update.
4282 (${board}_get_comm_port): New function.
4283
fc98a809
AB
42842014-04-16 Andrew Burgess <aburgess@broadcom.com>
4285
4286 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4287 appearing in any order.
4288
87fd9e6e
DE
42892014-04-15 Doug Evans <dje@google.com>
4290
4291 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4292 uninitialized value of "description".
4293
099fc3ea
KS
42942014-04-15 Keith Seitz <keiths@redhat.com>
4295
4296 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4297 Remove unused globals.
4298 (test_running_the_program): Likewise.
4299 (test_controlled_execution): Likewise.
4300 (test_controlling_breakpoints): Likewise.
4301 (test_program_termination): Likewise.
4302
5da151d4
KS
43032014-04-15 Keith Seitz <keiths@redhat.com>
4304
4305 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4306 unused globals.
4307 (test_rbreak_creation_and_listing): Likewise.
4308 (test_ignore_count): Likewise.
4309 (test_error): Likewise.
4310
35e5d2f0
PA
43112014-04-15 Pedro Alves <palves@redhat.com>
4312
4313 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
4314 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
4315 sym-file-loader.c.
4316 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4317 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4318 to sym-file-loader.c.
4319 (struct library): Forward declare.
4320 (load_shlib, lookup_function): Change prototypes.
4321 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4322 (translate_offset): Remove declarations.
4323 (get_text_addr): New declaration.
4324 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
4325 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
4326 sym-file-loader.h.
4327 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4328 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4329 here from sym-file-loader.h.
4330 (struct library): New structure.
4331 (load_shlib, lookup_function): Change prototypes and adjust to
4332 work with a struct library.
4333 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4334 (translate_offset): Make static.
4335 (get_text_addr): New function.
4336 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
4337
eb4c1710
PA
43382014-04-15 Pedro Alves <palves@redhat.com>
4339
4340 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
4341
2d1baf52
PA
43422014-04-15 Pedro Alves <palves@redhat.com>
4343
4344 * gdb.base/sym-file-loader.c: Include <limits.h>.
4345 (SELF_LINK): New define.
4346 (get_origin): New function.
4347 (load_shlib): Use it.
4348 * gdb.base/sym-file.exp: Don't early return if the target is
4349 remote. Use runto_main, and issue fail is that fails. Use
4350 gdb_load_shlibs.
4351 (shlib_name): Delete.
4352 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
4353
7dd6df01
PA
43542014-04-15 Pedro Alves <palves@redhat.com>
4355
4356 * gdb.base/sym-file.exp: Remove regex characters from test
4357 message. Don't refer to breakpoint numbers in test messages.
4358
b50c8614
KS
43592014-04-14 Keith Seitz <keiths@redhat.com>
4360
4361 PR c++/16253
4362 * gdb.cp/var-tag.cc: New file.
4363 * gdb.cp/var-tag.exp: New file.
4364 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4365 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4366 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4367 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4368
3d567982
TT
43692014-04-14 Tom Tromey <tromey@redhat.com>
4370
4371 * gdb.cp/classes.exp (test_enums): Handle underlying type.
4372 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
4373 type.
4374 * gdb.cp/enum-class.exp: New file.
4375 * gdb.cp/enum-class.cc: New file.
4376
0626fc76
TT
43772014-04-14 Tom Tromey <tromey@redhat.com>
4378
4379 * gdb.dwarf2/enum-type.exp: New file.
4380
dca325b3
SA
43812014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4382
4383 * gdb.mi/mi-vla-c99.exp: New file.
4384 * gdb.mi/vla.c: New file.
4385
5854b38a
SA
43862014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4387
4388 * gdb.base/vla-datatypes.c: New file.
4389 * gdb.base/vla-datatypes.exp: New file.
4390
463bb957
SA
43912014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4392
4393 * gdb.base/vla-ptr.c: New file.
4394 * gdb.base/vla-ptr.exp: New file.
4395
3dd170be
SA
43962014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4397
4398 * gdb.dwarf2/count.exp: New file.
4399
5ecaaa66
SA
44002014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4401
4402 * gdb.base/vla-sideeffect.c: New file.
4403 * gdb.base/vla-sideeffect.exp: New file.
4404
41f1ada5
DB
44052014-04-14 David Blaikie <dblaikie@gmail.com>
4406
4407 * gdb.mi/non-stop.c: Add return value for non-void function return
4408 statement.
4409 * gdb.threads/staticthreads.c: Ditto.
4410
0be03e84
DE
44112014-04-12 Siva Chandra Reddy <sivachandra@google.com>
4412 Doug Evans <xdje42@gmail.com>
4413
4414 * gdb.guile/scm-value.c: Improve test case.
4415 * gdb.guile/scm-value.exp: Add new test.
4416
f180a1fb
DB
44172014-04-11 David Blaikie <dblaikie@gmail.com>
4418
4419 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
4420 override Clang's default.
4421
6b662e19
JB
44222014-04-11 Joel Brobecker <brobecker@adacore.com>
4423
4424 Revert the following changes (regressions):
4425
4426 * gdb.base/vla-sideeffect.c: New file.
4427 * gdb.base/vla-sideeffect.exp: New file.
4428
4429 * gdb.dwarf2/count.exp: New file.
4430
4431 * gdb.base/vla-multi.c: New file.
4432 * gdb.base/vla-multi.exp: New file.
4433
4434 * gdb.base/vla-ptr.c: New file.
4435 * gdb.base/vla-ptr.exp: New file.
4436
4437 * gdb.base/vla-datatypes.c: New file.
4438 * gdb.base/vla-datatypes.exp: New file.
4439
4440 * gdb.mi/mi-vla-c99.exp: New file.
4441 * gdb.mi/vla.c: New file.
4442
245a5f0b
KS
44432014-04-11 Keith Seitz <keiths@redhat.com>
4444
4445 PR c++/16675
4446 * gdb.cp/cpsizeof.exp: New file.
4447 * gdb.cp/cpsizeof.cc: New file.
4448
58a84dcf
SA
44492014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4450
191a8a90
JB
4451 * gdb.mi/mi-vla-c99.exp: New file.
4452 * gdb.mi/vla.c: New file.
58a84dcf 4453
c8655f75
SA
44542014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4455
4456 * gdb.base/vla-datatypes.c: New file.
4457 * gdb.base/vla-datatypes.exp: New file.
4458
024e13b4
SA
44592014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4460
4461 * gdb.base/vla-ptr.c: New file.
4462 * gdb.base/vla-ptr.exp: New file.
4463
1a237e0e
SA
44642014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4465
4466 * gdb.base/vla-multi.c: New file.
4467 * gdb.base/vla-multi.exp: New file.
4468
504f3432
SA
44692014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4470
4471 * gdb.dwarf2/count.exp: New file.
4472
3bce8237
SA
44732014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4474
191a8a90
JB
4475 * gdb.base/vla-sideeffect.c: New file.
4476 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 4477
322f9c21
YQ
44782014-04-11 Yao Qi <yao@codesourcery.com>
4479
4480 * gdb.base/completion.exp: Check file exists before running tests
4481 on file completion.
4482
d708bcd1
PA
44832014-04-10 Pedro Alves <palves@redhat.com>
4484
4485 * gdb.base/cond-eval-mode.c: New file.
4486 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4487 prepare_for_testing to build the new file. Check result of
4488 runto_main.
4489 (test_break, test_watch): New procedures.
4490 (top level): Use them.
4491
ae1d2761
PM
44922014-04-08 Pierre Muller <muller@sourceware.org>
4493
4494 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4495 Ctrl-V use for mingw hosts.
4496
7af389b8
SC
44972014-04-07 Siva Chandra Reddy <sivachandra@google.com>
4498
4499 * gdb.python/py-value.c: Improve test case.
4500 * gdb.python/py-value.exp: Add new test.
4501
5e703181
DE
45022014-04-07 David Blaikie <dblaikie@gmail.com>
4503
4504 * lib/compiler.c: Identify the clang compiler.
4505 * lib/compiler.cc: Ditto.
4506
9810b410
YQ
45072014-04-03 Yao Qi <yao@codesourcery.com>
4508
4509 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4510
98d1b8dc
AB
45112014-04-01 Anton Blanchard <anton@samba.org>
4512
4513 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
4514 messages unique.
4515
3114cea1
AB
45162014-04-01 Anton Blanchard <anton@samba.org>
4517
4518 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4519 prepare_for_testing.
4520
62f7182c
AB
45212014-04-01 Anton Blanchard <anton@samba.org>
4522
4523 * gdb.arch/ppc64-atomic-inst.c: Remove.
4524 * gdb.arch/ppc64-atomic-inst.S: New file.
4525 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4526
770e7fc7
DE
45272014-03-31 Doug Evans <dje@google.com>
4528
4529 * gdb.base/print-symbol-loading-lib.c: New file.
4530 * gdb.base/print-symbol-loading-main.c: New file.
4531 * gdb.base/print-symbol-loading.exp: New file.
4532
46e2bafa
YQ
45332014-03-31 Yao Qi <yao@codesourcery.com>
4534
4535 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4536
8776cfe9
JB
45372014-03-28 Joel Brobecker <brobecker@adacore.com>
4538
4539 * gdb.ada/mi_dyn_arr: New testcase.
4540
5d1ef361
DE
45412014-03-27 Doug Evans <dje@google.com>
4542
4543 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4544
b5bee914
YQ
45452014-03-27 Yao Qi <yao@codesourcery.com>
4546
4547 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4548 if target is nios2-*-*.
4549
0d4d0e77
YQ
45502014-03-26 Yao Qi <yao@codesourcery.com>
4551
4552 * lib/gdb.exp (readline_is_used): New proc.
4553 * gdb.base/completion.exp: Move tests on command complete up.
4554 Skip the rest of tests if readline is not used.
4555 * gdb.ada/complete.exp: Skp the test if readline is not
4556 used.
4557 * gdb.base/filesym.exp: Likewise.
4558 * gdb.base/macscp.exp: Likewise.
4559 * gdb.base/readline-ask.exp: Likewise.
4560 * gdb.base/readline.exp: Likewise.
4561 * gdb.python/py-cmd.exp: Likewise.
4562 * gdb.trace/tfile.exp: Likewise.
4563
29361eee
YQ
45642014-03-26 Yao Qi <yao@codesourcery.com>
4565
4566 * gdb.base/macscp.exp: Fix code format issues.
4567
bc9a5525
UW
45682014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
4569
4570 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4571 * gdb.asm/powerpc64le.inc: New file.
4572
d3839ede
PA
45732014-03-25 Pedro Alves <palves@redhat.com>
4574 Doug Evans <dje@google.com>
4575
4576 * gdb.base/source-execution.c: New file.
4577 * gdb.base/source-execution.exp: New file.
4578 * gdb.base/source-execution.gdb: New file.
4579
01672a57
DE
45802014-03-24 Doug Evans <dje@google.com>
4581
4582 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4583 using fission.
4584
88bbeca9
HZ
45852014-03-24 Hui Zhu <hui@codesourcery.com>
4586 Pedro Alves <palves@redhat.com>
4587
4588 PR breakpoints/16101
4589 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4590 test pass/fail messages. Detect missing support for dprintf when
4591 breakpoints are actually inserted.
4592 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4593 breakpoints are actually inserted.
4594 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4595 fails.
4596
d2348791
JK
45972014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4598
4599 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4600
feef67ab
DE
46012014-03-22 Doug Evans <xdje42@gmail.com>
4602
4603 * gdb.python/python.exp (python not supported): Verify multi-line
4604 python command issues an error.
25d743f9 4605 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 4606 guile command issues an error.
feef67ab 4607
ecebef6a
MR
46082014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
4609
4610 * gdb.threads/thread-specific.exp: Handle the lack of usable
4611 $this_breakpoint and $this_thread.
4612
ccdd1909
HZ
46132014-03-21 Hui Zhu <hui@codesourcery.com>
4614
4615 * gdb.base/attach.exp (do_command_attach_tests): New.
4616
beb460e8
PA
46172014-03-20 Tom Tromey <tromey@redhat.com>
4618 Pedro Alves <palves@redhat.com>
4619
4620 PR cli/15718
4621 * gdb.base/condbreak-call-false.c: New file.
4622 * gdb.base/condbreak-call-false.exp: New file.
4623
40acf43a
PA
46242014-03-20 Pedro Alves <palves@redhat.com>
4625
4626 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4627 Delete.
4628 (block_signals, unblock_signals): Delete.
4629 (child_function_2, main): Remove references to deleted variable
4630 and functions.
4631
9f5e1e02
PA
46322014-03-20 Pedro Alves <palves@redhat.com>
4633
4634 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4635 Use pthread_kill to signal thread 2.
4636 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4637 Adjust to make the test send itself a signal rather than using the
4638 host's "kill" command.
4639
99619bea
PA
46402014-03-20 Pedro Alves <palves@redhat.com>
4641
4642 * gdb.threads/multiple-step-overs.c: New file.
4643 * gdb.threads/multiple-step-overs.exp: New file.
4644 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4645 Adjust expected infrun debug output.
4646
2adfaa28
PA
46472014-03-20 Pedro Alves <palves@redhat.com>
4648
4649 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4650 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4651
31e77af2
PA
46522014-03-20 Pedro Alves <palves@redhat.com>
4653
4654 PR breakpoints/7143
4655 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4656 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
4657 of gdb_test_multiple.
4658 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4659 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4660
b9f437de
PA
46612014-03-20 Pedro Alves <palves@redhat.com>
4662
4663 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4664 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4665
05adc73e
PA
46662014-03-19 Pedro Alves <palves@redhat.com>
4667
4668 * gdb.base/async.exp: Remove early return.
4669
6048b950
PA
46702014-03-19 Pedro Alves <palves@redhat.com>
4671
4672 * gdb.base/async.exp (step& tests): Pass explicit test messages.
4673
8bcfb00a
PA
46742014-03-19 Pedro Alves <palves@redhat.com>
4675
4676 * gdb.base/async.exp (test_background): Expect \r\n after
4677 "completed." in the fail pattern.
4678
884e37dc
PA
46792014-03-19 Pedro Alves <palves@redhat.com>
4680
4681 * gdb.base/async.exp (test_background): New procedure.
4682 Use it for all background execution command tests.
4683
148e57e2
PA
46842014-03-19 Pedro Alves <palves@redhat.com>
4685
4686 * gdb.base/async.exp: Use prepare_for_testing.
4687
f48088c7
PA
46882014-03-19 Pedro Alves <palves@redhat.com>
4689
4690 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
4691 the same line.
4692
e2f6c966
PA
46932014-03-19 Pedro Alves <palves@redhat.com>
4694
4695 * gdb.base/async.c (main): Add "jump here" and "until here" line
4696 marker comments.
4697 * gdb.base/async.exp (jump_here): New global.
4698 (jump& test): Use it.
4699 (until_here): New global.
4700 (until& test): Use it.
4701
c30568d4
PA
47022014-03-19 Pedro Alves <palves@redhat.com>
4703
4704 * gdb.base/async.exp: Don't frob gdb_protocol.
4705
0172b6a7
DE
47062014-03-18 Doug Evans <xdje42@gmail.com>
4707
4708 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
4709 Fix spelling of exec-done-display.
4710
06c868a8
JK
47112014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4712
4713 PR gdb/15358
4714 * gdb.base/gdb-sigterm.c: New file.
4715 * gdb.base/gdb-sigterm.exp: New file.
4716
0c7e1a46
PA
47172014-03-18 Pedro Alves <palves@redhat.com>
4718
4719 PR gdb/13860
4720 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
4721 * lib/mi-support.exp (mi_expect_stop): Add special handling for
4722 solib-event.
4723
f7c77d93
JB
47242014-03-17 Joel Brobecker <brobecker@adacore.com>
4725
4726 * gdb.ada/pckd_arr_ren: New testcase.
4727
5a1e8c7a
DE
47282014-03-13 Doug Evans <xdje42@gmail.com>
4729
4730 PR guile/16612
4731 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4732 collect after discarding symbols.
4733
350e1a76
DE
47342014-03-13 Ludovic Courtès <ludo@gnu.org>
4735 Doug Evans <xdje42@gmail.com>
4736
4737 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4738 to history survives a gc.
4739
a69900ae
PA
47402014-03-13 Pedro Alves <palves@redhat.com>
4741
4742 * gdb.base/default.exp: Don't test "target procfs".
4743
5db9f0bd
PA
47442014-03-13 Pedro Alves <palves@redhat.com>
4745
4746 * gdb.base/default.exp: Update "target child" and "target procfs"
4747 tests to not expect "Unix".
4748
b3ccfe11
TT
47492014-03-12 Tom Tromey <tromey@redhat.com>
4750
4751 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4752 New procs. Add target-async tests.
4753 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4754 Add target-async tests.
4755
646f4417
AA
47562014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4757
4758 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4759 'func_start' and 'func_end' for the beginning and end of the
4760 function code, respectively.
4761 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4762 'func_end' instead of 'func' and 'main'.
4763
288c211f
AA
47642014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4765
4766 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4767 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4768 generate the debug info assembler source.
4769
e0c0f156
AA
47702014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4771
4772 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4773 * gdb.dwarf2/arr-subrange.exp: Likewise.
4774 * gdb.dwarf2/dwz.exp: Likewise.
4775 * gdb.dwarf2/method-ptr.exp: Likewise.
4776 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4777 * gdb.dwarf2/subrange.exp: Likewise.
4778 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4779 * gdb.dwarf2/implptrpiece.exp: Likewise.
4780 * gdb.dwarf2/nostaticblock.exp: Likewise.
4781
0e5c4555
AA
47822014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4783
4784 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4785 directory to absolute path name arguments.
4786
5ec18f2b
JG
47872014-03-10 Joel Brobecker <brobecker@adacore.com>
4788
4789 * gdb.ada/tagged_access: New testcase.
4790
847fc4f2
MM
47912014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4792
4793 * gdb.btrace/data.exp: Update expected output.
4794
cc3da688
YQ
47952014-03-06 Yao Qi <yao@codesourcery.com>
4796
4797 * gdb.trace/pr16508.exp: New file.
4798
0f26cec1
PA
47992014-03-05 Pedro Alves <palves@redhat.com>
4800
4801 PR gdb/16575
4802 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4803 procedure.
4804 (top level): Adjust to use it. Add tests that exercise breakpoint
4805 interaction with the code-cache.
4806
7a5a839f
LC
48072014-02-26 Ludovic Courtès <ludo@gnu.org>
4808
4809 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4810 test for 'history-append!'.
4811
31aa7e4e
JB
48122014-02-26 Joel Brobecker <brobecker@adacore.com>
4813
4814 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4815 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4816 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4817 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4818 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4819 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4820
1b588015
JB
48212014-02-26 Joel Brobecker <brobecker@adacore.com>
4822
4823 * testsuite/gdb.python/py-pp-re-notag.c: New file.
4824 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4825 * testsuite/gdb.python/py-pp-re-notag.p: New file.
4826
55426c9d
JB
48272014-02-26 Joel Brobecker <brobecker@adacore.com>
4828
4829 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4830
dc53a7ad
JB
48312014-02-26 Joel Brobecker <brobecker@adacore.com>
4832
4833 * gdb.dwarf2/arr-stride.c: New file.
4834 * gdb.dwarf2/arr-stride.exp: New file.
4835
12ab52e9
PA
48362014-02-26 Pedro Alves <palves@redhat.com>
4837
4838 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4839 that won't ever trigger. Make sure that GDB reports the correct
4840 breakpoint that caused the stop.
4841
849c862e
JK
48422014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4843
4844 PR gdb/16626
4845 * gdb.base/auto-load-script: New file.
4846 * gdb.base/auto-load.c: New file.
4847 * gdb.base/auto-load.exp: New file.
4848
71b7d793
JK
4849 PR gdb/16626
4850 * gdb.base/auto-load.exp: Fix out-of-srctree run.
4851
e2f0d509
JK
48522014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4853
4854 Fix dw2-icycle.exp -fsanitize=address GDB crash.
4855 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4856
50cc37c8
DE
48572014-02-24 Doug Evans <dje@google.com>
4858
4859 * lib/gdb.exp (run_on_host): Log error output if program fails.
4860
ea4758f2
PA
48612014-02-21 Pedro Alves <palves@redhat.com>
4862
4863 * gdb.threads/step-after-sr-lock.c: Rename to ...
4864 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4865 * gdb.threads/step-after-sr-lock.exp: Rename to ...
4866 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4867 ... this.
4868
d7b30f67
SDJ
48692014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
4870
4871 PR tdep/16397
4872 * gdb.arch/amd64-stap-special-operands.exp: New file.
4873 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
4874 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
4875 * gdb.arch/amd64-stap-triplet.S: Likewise.
4876 * gdb.arch/amd64-stap-triplet.c: Likewise.
4877
83deb43f
JB
48782014-02-20 Joel Brobecker <brobecker@adacore.com>
4879
4880 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
4881 in .section pseudo-op.
4882
adde2bff
DE
48832014-02-20 lin zuojian <manjian2006@gmail.com>
4884 Joel Brobecker <brobecker@adacore.com>
4885 Doug Evans <xdje42@gmail.com>
4886
4887 PR symtab/16581
4888 * gdb.dwarf2/dw2-icycle.S: New file.
4889 * gdb.dwarf2/dw2-icycle.c: New file.
4890 * gdb.dwarf2/dw2-icycle.exp: New file.
4891
f7bd0f78
SC
48922014-02-19 Siva Chandra Reddy <sivachandra@google.com>
4893
4894 * gdb.python/py-value-cc.cc: Improve test case to enable testing
4895 operations on gdb.Value objects.
4896 * gdb.python/py-value-cc.exp: Add new test to test operations on
4897 gdb.Value objects.
4898
c17ef0d5
DE
48992014-02-18 Doug Evans <dje@google.com>
4900
4901 * Makefile.in (TESTS): New variable.
4902 (expanded_tests, expanded_tests_or_none): New variables
4903 (check-single): Pass $(expanded_tests_or_none) to runtest.
4904 (check-parallel): Only run tests in $(TESTS) if non-empty.
4905 (check/no-matching-tests-found): New rule.
4906 * README: Document TESTS makefile variable.
4907
5dd3176f
DE
49082014-02-18 Doug Evans <dje@google.com>
4909
4910 * Makefile.in (check-parallel): rm -rf outputs temp.
4911
0b10be4f
JK
49122014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4913
4914 Fix "ERROR: no fileid for" in the testsuite.
4915 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
4916
85f224e7
DE
49172014-02-12 Doug Evans <dje@google.com>
4918
4919 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
4920 (MISCELLANEOUS): New variable.
4921 (clean): rm -rf $(MISCELLANEOUS).
4922 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
4923 dwp live in the same directory as symlinks, with each symlink pointed
4924 to a differently named file in a different directory.
4925
149b30ff
DE
49262014-02-11 Doug Evans <dje@google.com>
4927
4928 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
4929 of Tcl file commands.
4930
1dfdac32
MK
49312014-02-10 Mark Kettenis <kettenis@gnu.org>
4932
4933 * gdb.threads/step-after-sr-lock.exp: Avoid executing
4934 "kill -SIGUSR1 -1".
4935
aa4fb036
JB
49362014-02-10 Joel Brobecker <brobecker@adacore.com>
4937
4938 * gdb.ada/tick_length_array_enum_idx: New testcase.
4939
ed3ef339
DE
49402014-02-10 Doug Evans <xdje42@gmail.com>
4941
4942 * configure.ac (AC_OUTPUT): Add gdb.guile.
4943 * configure: Regenerate.
4944 * lib/gdb-guile.exp: New file.
4945 * lib/gdb.exp (get_target_charset): New function.
4946 * gdb.base/help.exp: Update expected output from "apropos apropos".
4947 * gdb.guile/Makefile.in: New file.
4948 * gdb.guile/guile.exp: New file.
4949 * gdb.guile/scm-arch.c: New file.
4950 * gdb.guile/scm-arch.exp: New file.
4951 * gdb.guile/scm-block.c: New file.
4952 * gdb.guile/scm-block.exp: New file.
4953 * gdb.guile/scm-breakpoint.c: New file.
4954 * gdb.guile/scm-breakpoint.exp: New file.
4955 * gdb.guile/scm-disasm.c: New file.
4956 * gdb.guile/scm-disasm.exp: New file.
4957 * gdb.guile/scm-equal.c: New file.
4958 * gdb.guile/scm-equal.exp: New file.
4959 * gdb.guile/scm-error.exp: New file.
4960 * gdb.guile/scm-error.scm: New file.
4961 * gdb.guile/scm-frame-args.c: New file.
4962 * gdb.guile/scm-frame-args.exp: New file.
4963 * gdb.guile/scm-frame-args.scm: New file.
4964 * gdb.guile/scm-frame-inline.c: New file.
4965 * gdb.guile/scm-frame-inline.exp: New file.
4966 * gdb.guile/scm-frame.c: New file.
4967 * gdb.guile/scm-frame.exp: New file.
4968 * gdb.guile/scm-generics.exp: New file.
4969 * gdb.guile/scm-gsmob.exp: New file.
4970 * gdb.guile/scm-iterator.c: New file.
4971 * gdb.guile/scm-iterator.exp: New file.
4972 * gdb.guile/scm-math.c: New file.
4973 * gdb.guile/scm-math.exp: New file.
4974 * gdb.guile/scm-objfile-script-gdb.in: New file.
4975 * gdb.guile/scm-objfile-script.c: New file.
4976 * gdb.guile/scm-objfile-script.exp: New file.
4977 * gdb.guile/scm-objfile.c: New file.
4978 * gdb.guile/scm-objfile.exp: New file.
4979 * gdb.guile/scm-ports.exp: New file.
4980 * gdb.guile/scm-pretty-print.c: New file.
4981 * gdb.guile/scm-pretty-print.exp: New file.
4982 * gdb.guile/scm-pretty-print.scm: New file.
4983 * gdb.guile/scm-section-script.c: New file.
4984 * gdb.guile/scm-section-script.exp: New file.
4985 * gdb.guile/scm-section-script.scm: New file.
4986 * gdb.guile/scm-symbol.c: New file.
4987 * gdb.guile/scm-symbol.exp: New file.
4988 * gdb.guile/scm-symtab-2.c: New file.
4989 * gdb.guile/scm-symtab.c: New file.
4990 * gdb.guile/scm-symtab.exp: New file.
4991 * gdb.guile/scm-type.c: New file.
4992 * gdb.guile/scm-type.exp: New file.
4993 * gdb.guile/scm-value-cc.cc: New file.
4994 * gdb.guile/scm-value-cc.exp: New file.
4995 * gdb.guile/scm-value.c: New file.
4996 * gdb.guile/scm-value.exp: New file.
4997 * gdb.guile/source2.scm: New file.
4998 * gdb.guile/types-module.cc: New file.
4999 * gdb.guile/types-module.exp: New file.
5000
7026a7c1
YQ
50012014-02-10 Yao Qi <yao@codesourcery.com>
5002
5003 PR testsuite/16543
5004 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5005 * configure: Regenerated.
5006 * Makefile.in: New file.
5007
6c466447
AS
50082014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5009
5010 * gdb.python/py-framefilter.exp: Fix typo.
5011
6e854735
YQ
50122014-02-08 Yao Qi <yao@codesourcery.com>
5013
5014 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5015 that no =breakpoint-modified is emitted when breakpoints are
5016 modified through MI commands.
5017
d137e6dc
PA
50182014-02-07 Pedro Alves <pedro@codesourcery.com>
5019 Pedro Alves <palves@redhat.com>
5020
5021 * gdb.threads/step-after-sr-lock.c: New file.
5022 * gdb.threads/step-after-sr-lock.exp: New file.
5023
b5ee5a50
PA
50242014-02-07 Pedro Alves <palves@redhat.com>
5025
5026 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5027
3c77faf3
JK
50282014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5029
5030 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5031 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5032
6dddc817
DE
50332014-02-06 Doug Evans <xdje42@gmail.com>
5034
5035 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5036 output.
5037
5038 * gdb.gdb/python-interrupts.exp: New file.
5039
de7b2893
YQ
50402014-02-05 Yao Qi <yao@codesourcery.com>
5041
5042 * gdb.trace/report.exp (use_collected_data): Test the output
5043 of "info threads" and "info inferiors".
5044
66d032ac
YQ
50452014-02-05 Yao Qi <yao@codesourcery.com>
5046
5047 Revert this patch:
5048
5049 2013-05-24 Yao Qi <yao@codesourcery.com>
5050
5051 * gdb.trace/tfile.exp: Test inferior and thread.
5052
591a12a1
UW
50532014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5054
5055 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
5056 on a function.
5057 * gdb.base/step-bt.c: Call hello via function pointer to make
5058 sure its first instruction is executed on powerpc64le-linux.
5059
0ff3e01f
UW
50602014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5061
5062 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
5063
084ee545
UW
50642014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5065
5066 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
5067 of the test patterns for use on little-endian systems.
5068
6ed14ff3
UW
50692014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5070
5071 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
5072 (decimal_vector): Fix for little-endian.
5073
401e27fd
JM
50742014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
5075
5076 * gdb.arch/sparc-sysstep.exp: New file.
5077 * gdb.arch/sparc-sysstep.c: Likewise.
5078
5079 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
5080
8b924729
EBM
50812014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5082
5083 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
5084
fb151210
JB
50852014-01-23 Tom Tromey <tromey@redhat.com>
5086
5087 * gdb.ada/array_char_idx: New testcase.
5088
0740f8d8
TT
50892014-01-23 Tom Tromey <tromey@redhat.com>
5090
5091 PR python/16487:
5092 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
5093 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
5094 classes.
5095
21909fa1
TT
50962014-01-23 Tom Tromey <tromey@redhat.com>
5097
5098 PR python/16491:
5099 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
5100 string from an inferior frame.
5101 * gdb.python/py-framefilter-mi.exp: Update.
5102
87ce2a04
DE
51032014-01-22 Doug Evans <dje@google.com>
5104
5105 * gdb.server/server-mon.exp: Add tests for "set debug-format".
5106
237b092b
AA
51072014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5108
5109 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
5110
d674a709
AA
51112014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5112
5113 * gdb.trace/entry-values.exp: Remove excess space character from
5114 regex patterns. Handle s390 call instruction.
5115
20fa3390
AA
51162014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5117
5118 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
5119 define "*_start" label. Make "name" static.
5120 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
5121 ${name} by references to ${name}_start.
5122
78466714
AA
51232014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5124
5125 * gdb.base/info-macros.exp: Remove "debug" from the compile
5126 options.
5127
ec9f644a
IB
51282014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5129
5130 * gdb.dlang/demangle.exp: New file.
5131
94b1b47e
IB
51322014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5133
5134 * gdb.dlang/primitive-types.exp: New file.
5135
7f420862
IB
51362014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5137
5138 * configure.ac: Create gdb.dlang/Makefile.
5139 * configure: Regenerate.
5140 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
5141 * gdb.dlang/Makefile.in: New file.
5142 * lib/d-support.exp: New file.
5143 * lib/gdb.exp (skip_d_tests): New proc.
5144
52834460
MM
51452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5146
5147 * gdb.btrace/delta.exp: Check reverse stepi.
5148 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
5149 * gdb.btrace/finish.exp: New.
5150 * gdb.btrace/next.exp: New.
5151 * gdb.btrace/nexti.exp: New.
5152 * gdb.btrace/record_goto.c: Add comments.
5153 * gdb.btrace/step.exp: New.
5154 * gdb.btrace/stepi.exp: New.
5155 * gdb.btrace/multi-thread-step.c: New.
5156 * gdb.btrace/multi-thread-step.exp: New.
5157 * gdb.btrace/rn-dl-bind.c: New.
5158 * gdb.btrace/rn-dl-bind.exp: New.
5159 * gdb.btrace/data.c: New.
5160 * gdb.btrace/data.exp: New.
5161 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5162
6e07b1d2
MM
51632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5164
5165 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
5166 * gdb.btrace/exception.exp: Update.
5167 * gdb.btrace/instruction_history.exp: Update.
5168 * gdb.btrace/record_goto.exp: Update.
5169 * gdb.btrace/tailcall.exp: Update.
5170 * gdb.btrace/unknown_functions.exp: Update.
5171 * gdb.btrace/delta.exp: New.
5172
0b722aec
MM
51732014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5174
5175 * gdb.btrace/record_goto.exp: Add backtrace test.
5176 * gdb.btrace/tailcall.exp: Add backtrace test.
5177
066ce621
MM
51782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5179
5180 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
5181 * gdb.btrace/record_goto.c: New.
5182 * gdb.btrace/record_goto.exp: New.
5183 * gdb.btrace/x86-record_goto.S: New.
5184
0688d04e
MM
51852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5186
5187 * gdb.btrace/function_call_history.exp: Update tests.
5188 * gdb.btrace/instruction_history.exp: Update tests.
5189
8710b709
MM
51902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5191
5192 * gdb.btrace/function_call_history.exp: Fix expected field
5193 order for "record function-call-history".
5194 Add new tests for "record function-call-history /c".
5195 * gdb.btrace/exception.cc: New.
5196 * gdb.btrace/exception.exp: New.
5197 * gdb.btrace/tailcall.exp: New.
5198 * gdb.btrace/x86-tailcall.S: New.
5199 * gdb.btrace/x86-tailcall.c: New.
5200 * gdb.btrace/unknown_functions.c: New.
5201 * gdb.btrace/unknown_functions.exp: New.
5202 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5203
5de9129b
MM
52042014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5205
5206 * gdb.btrace/instruction_history.exp: Update.
5207 * gdb.btrace/function_call_history.exp: Update.
5208
23a7fe75
MM
52092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5210
5211 * gdb.btrace/function_call_history.exp: Fix expected function
5212 trace.
5213 * gdb.btrace/instruction_history.exp: Initialize traced.
5214 Remove traced_functions.
5215
724c7dd8
MM
52162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5217
5218 * gdb.btrace/function_call_history.exp: Update
5219 * gdb.btrace/instruction_history.exp: Update.
5220
6d78d93b
MM
52212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5222
5223 * gdb.btrace/enable.exp: Update expected text.
5224
93a360cc
OJ
52252014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
5226
5227 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
5228 bytes.
5229
3772b53f
MR
52302014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
5231
5232 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
5233
596662fa
OJ
52342014-01-15 Omair Javaid <omair.javaid@linaro.org>
5235
5236 * lib/gdb.exp (supports_process_record): Return true for
5237 arm*-linux*. (supports_reverse): Likewise.
5238
b5b08fb4
SC
52392014-01-13 Siva Chandra Reddy <sivachandra@google.com>
5240
5241 PR python/15464
5242 PR python/16113
5243 * gdb.python/py-type.c: Enhance test case.
5244 * gdb.python/py-value-cc.cc: Likewise
5245 * gdb.python/py-type.exp: Add new tests.
5246 * gdb.python/py-value-cc.exp: Likewise
5247
52d7fb13
AA
52482014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5249 Pedro Alves <palves@redhat.com>
5250
5251 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
5252 Make "name" extern.
5253 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
5254 references to ${name}_start by references to ${name}.
5255
a2cd8cfe
JB
52562014-01-10 Joel Brobecker <brobecker@adacore.com>
5257
5258 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5259
4e23fced
JB
52602014-01-10 Joel Brobecker <brobecker@adacore.com>
5261
5262 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5263
c6a9e42c
PA
52642014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
5265 Pedro Alves <palves@redhat.com>
5266
5267 * gdb.mi/mi-info-os.exp: Connect to the target with
5268 mi_gdb_target_load.
5269
b7ea362b
PA
52702014-01-08 Pedro Alves <palves@redhat.com>
5271
5272 * gdb.threads/reconnect-signal.c: New file.
5273 * gdb.threads/reconnect-signal.exp: New file.
5274
5e3f4fab
EBM
52752014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5276
5277 * gdb.base/source-dir.exp: New file.
5278
79301218
JB
52792014-01-07 Joel Brobecker <brobecker@adacore.com>
5280
5281 * gdb.ada/mi_interface: New testcase.
5282
8e355c5d
JB
52832014-01-07 Joel Brobecker <brobecker@adacore.com>
5284
5285 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5286 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5287 gdb.ada/pp-rec-component/pck.ads: New files.
5288
c0d48811
JB
52892014-01-07 Joel Brobecker <brobecker@adacore.com>
5290
5291 * gdb.python/py-pp-integral.c: New file.
5292 * gdb.python/py-pp-integral.py: New file.
5293 * gdb.python/py-pp-integral.exp: New file.
5294
17b609c3 5295For older changes see ChangeLog-1993-2013.
c906108c 5296\f
8d8cb839
EZ
5297;; Local Variables:
5298;; mode: change-log
5299;; left-margin: 8
5300;; fill-column: 74
5301;; version-control: never
5302;; End:
902f2ccb 5303
32d0add0 5304 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
5305 Copying and distribution of this file, with or without modification,
5306 are permitted provided the copyright notice and this notice are preserved.
This page took 3.060459 seconds and 4 git commands to generate.