add gcc/gdb interface files
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
6dddd6a5
DE
12014-12-12 Doug Evans <dje@google.com>
2
3 * lib/gdb-python.exp (get_python_valueof): New function.
4 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
5
71c24708
AA
62014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7
8 * gdb.base/completion.exp: Add test for completion of "info
9 registers ".
10
3e29f34a
MR
112014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
12
13 * gdb.base/func-ptrs.c: New file.
14 * gdb.base/func-ptrs.exp: New file.
15
fc126975
SM
162014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17
18 PR breakpoints/17012
19 * gdb.base/dprintf-detach.c: New file.
20 * gdb.base/dprintf-detach.exp: New file.
21
0a46d518
SM
222014-12-10 Simon Marchi <simon.marchi@ericsson.com>
23
24 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
25 * lib/gdb.exp (target_is_gdbserver): New procedure.
26
a0be3e44
DE
272014-12-08 Doug Evans <dje@google.com>
28
29 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
30
df1b803a
YQ
312014-12-05 Yao Qi <yao@codesourcery.com>
32
33 * gdb.guile/scm-error.exp: Remove the third argument to
34 gdb_remote_download.
35 * gdb.guile/scm-frame-args.exp: Likewise.
36 * gdb.guile/scm-section-script.exp: Likewise.
37
ddb9f679
YQ
382014-12-05 Yao Qi <yao@codesourcery.com>
39
40 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
41
86e4ed39
DE
422014-12-04 Doug Evans <dje@google.com>
43
44 * gdb.python/py-objfile.exp: Add tests for
45 objfile.add_separate_debug_file.
46
7c50a931
DE
472014-12-04 Doug Evans <dje@google.com>
48
49 * lib/gdb.exp (get_build_id): New function.
50 (build_id_debug_filename_get): Rewrite to use it.
51 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
52
621661e3
MR
532014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
54
55 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
56 `method(long)', not just 0x0.
57 * gdb.cp/nsalias.exp: Align code labels to 4.
58 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
59 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
60 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
61 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
62 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
63 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
64
29f0c3b7
DE
652014-12-02 Doug Evans <dje@google.com>
66
67 PR symtab/17602
68 * gdb.cp/anon-ns.cc: Move guts of this file to ...
69 * gdb.cp/anon-ns-2.cc: ... here. New file.
70 * gdb.cp/anon-ns.exp: Update.
71
162078c8
NB
722014-12-02 Nick Bull <nicholaspbull@gmail.com>
73
74 * gdb.python/py-events.py (inferior_call_handler): New.
75 (register_changed_handler, memory_changed_handler): New.
76 (test_events.invoke): Register new handlers.
77 * gdb.python/py-events.exp: Add tests for inferior call,
78 memory_changed and register_changed events.
79
fdb09caf
AA
802014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
81
82 * gdb.base/execl-update-breakpoints.exp: Specify the link address
83 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
84 if the linker doesn't understand this.
85
55cfb2c4
SM
862014-12-01 Simon Marchi <simon.marchi@ericsson.com>
87
88 * gdb.python/python.exp: Change expected reply to help().
89
9e8cd6df
YQ
902014-12-01 Yao Qi <yao@codesourcery.com>
91
92 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
93 AC_CONFIG_SUBDIRS(gdb.gdbtk).
94 * configure: Re-generated.
95
6c659fc2
SC
962014-11-28 Siva Chandra Reddy <sivachandra@google.com>
97
98 * gdb.cp/chained-calls.cc: New file.
99 * gdb.cp/chained-calls.exp: New file.
100 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
101
d7fc3181
SM
1022014-11-28 Simon Marchi <simon.marchi@ericsson.com>
103
104 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
105 * gdb.dwarf2/symtab-producer.exp: Same.
106 * gdb.gdb/python-interrupts.exp: Same.
107 * gdb.gdb/python-selftest.exp: Same.
108 * gdb.python/py-linetable.exp: Same.
109 * gdb.python/py-type.exp: Same.
110 * gdb.python/py-value-cc.exp: Same.
111 * gdb.python/py-value.exp: Same.
112
10e79639
YQ
1132014-11-28 Yao Qi <yao@codesourcery.com>
114
115 * gdb.base/break-probes.exp: Match library name prefixed with
116 sysroot.
117
f28a0564
SM
1182014-11-27 Simon Marchi <simon.marchi@ericsson.com>
119
120 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
121 test expected output. Add parentheses for the call to print.
122 Remove L suffix from integers.
123
3fe1ce1d
DE
1242014-11-26 Doug Evans <dje@google.com>
125
126 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
127
84429e27
YQ
1282014-11-22 Yao Qi <yao@codesourcery.com>
129
130 * gdb.trace/entry-values.c: Remove asms.
131 (foo): Add foo_label.
132 (bar): Add bar_label.
133 * gdb.trace/entry-values.exp: Remove code computing foo's
134 length and bar's length.
135 (Dwarf::assemble): Invoke function_range for bar and use
136 MACRO_AT_func for foo.
137
26741859
YQ
1382014-11-22 Yao Qi <yao@codesourcery.com>
139
140 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
141 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
142 Use .Lgcc43_procstart instead of gcc43.
143
45e44d27
JB
1442014-11-21 Joel Brobecker <brobecker@adacore.com>
145
146 * gdb.ada/n_arr_bound: New testcase.
147
458c8db8
SDJ
1482014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
149
150 PR breakpoints/10737
151 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
152 test_catch_syscall_multi_arch.
153 (test_catch_syscall_multi_arch): New function.
154
43f3e411
DE
1552014-11-20 Doug Evans <xdje42@gmail.com>
156
157 * gdb.base/maint.exp: Update expected output.
158
0d7b2549
AA
1592014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
160
161 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
162 4-byte instruction on S390.
163
8908fca5
JB
1642014-11-19 Joel Brobecker <brobecker@adacore.com>
165
166 * gdb.ada/arr_arr: New testcase.
167
4a46959e
JB
1682014-11-19 Joel Brobecker <brobecker@adacore.com>
169
170 * gdb.ada/pkd_arr_elem: New Testcase.
171
470e2f4e
LM
1722014-11-18 Luis Machado <lgustavo@codesourcery.com>
173
174 * gdb.reverse/break-precsave: Expect completion message for
175 core file reads.
176 * gdb.reverse/consecutive-precsave.exp: Likewise.
177 * gdb.reverse/finish-precsave.exp: Likewise.
178 * gdb.reverse/i386-precsave.exp: Likewise.
179 * gdb.reverse/machinestate-precsave.exp: Likewise.
180 * gdb.reverse/sigall-precsave.exp: Likewise.
181 * gdb.reverse/solib-precsave.exp: Likewise.
182 * gdb.reverse/step-precsave.exp: Likewise.
183 * gdb.reverse/until-precsave.exp: Likewise.
184 * gdb.reverse/watch-precsave.exp: Likewise.
185
a267f3ad
AA
1862014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
187
188 * gdb.base/bp-permanent.c: Include unistd.h.
189 * gdb.python/py-framefilter-mi.c (main): Add return type.
190 * gdb.python/py-framefilter.c (main): Likewise.
191 * gdb.trace/actions-changed.c (main): Likewise.
192
12084a9a
AA
1932014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
194
195 * gdb.mi/until.c: Add eye-catchers.
196 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
197 line numbers.
198
dc7e1a77
AA
1992014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
200
201 * gdb.base/condbreak.exp: Drop references to removed non-prototype
202 function header variants in break1.c.
203 * gdb.base/ena-dis-br.exp: Likewise.
204 * gdb.base/hbreak2.exp: Likewise.
205 * gdb.reverse/until-precsave.exp: Drop references to removed
206 non-prototype function header variants in ur1.c.
207 * gdb.reverse/until-reverse.exp: Likewise.
208
41c77605
PM
2092014-11-17 Petr Machata <pmachata@redhat.com>
210
211 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
212 ${_cu_offset_size} bytes abbrev offset.
213
34248c3a
DE
2142014-11-15 Doug Evans <xdje42@gmail.com>
215
216 PR symtab/17559
217 * gdb.base/line-symtabs.exp: New file.
218 * gdb.base/line-symtabs.c: New file.
219 * gdb.base/line-symtabs.h: New file.
220
646da059
YQ
2212014-11-14 Yao Qi <yao@codesourcery.com>
222
223 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
224 (func): Add label func_label.
225 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
226 Replace low_pc and high_pc with MACRO_AT_range.
227 Replace name, low_pc and high_pc with MACRO_AT_func.
228
9301ebe6
YQ
2292014-11-14 Yao Qi <yao@codesourcery.com>
230
231 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
232 Replace name, low_pc and high_pc with MACRO_AT_func.
233
f166b542
YQ
2342014-11-14 Yao Qi <yao@codesourcery.com>
235
236 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
237 produce debug information.
238 * gdb.dwarf2/implptr-optimized-out.S: Removed.
239
0f6e71e3
YQ
2402014-11-14 Yao Qi <yao@codesourcery.com>
241
242 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
243 object and get function length.
244 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
245 with MACRO_AT_func.
246 (top-level): Replace gdb_compile and clean_restart with
247 prepare_for_testing.
248 * gdb.dwarf2/main.c (main): Add label main_label.
249
876c4df9
YQ
2502014-11-14 Yao Qi <yao@codesourcery.com>
251
252 * lib/dwarf.exp (function_range): New procedure.
253 (Dwarf::_handle_macro_at_func): New procedure.
254 (Dwarf::_handle_macro_at_range): New procedure.
255 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
256
02ad9cf1
YQ
2572014-11-14 Yao Qi <yao@codesourcery.com>
258
259 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
260 (_handle_attribute): New procedure.
261
a59add0c
AA
2622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
263
264 * gdb.ada/cond_lang/foo.c (callme): Add return type.
265 * gdb.base/call-sc.c (zed): Likewise.
266 * gdb.base/checkpoint.c (main): Likewise.
267 * gdb.base/dump.c (main): Likewise.
268 * gdb.base/gcore.c (main): Likewise.
269 * gdb.base/huge.c (main): Likewise.
270 * gdb.base/multi-forks.c (main): Likewise.
271 * gdb.base/pr10179-a.c (main): Likewise.
272 * gdb.base/savedregs.c (main): Likewise.
273 * gdb.base/sigaltstack.c (main): Likewise.
274 * gdb.base/siginfo.c (main): Likewise.
275 * gdb.base/structs.c (zed): Likewise.
276 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
277 * gdb.mi/mi-syn-frame.c (main): Likewise.
278 * gdb.mi/until.c (foo, main): Likewise.
279 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
280 * gdb.base/solib-weak.c (foo): Declare.
281 * gdb.base/attach-twice.c: Include stdio.h.
282 * gdb.base/weaklib1.c: Likewise.
283 * gdb.base/weaklib2.c: Likewise.
284 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
285 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
286 unistd.h.
287 * gdb.base/attach-pie-misread.c: Include stdlib.h.
288 * gdb.mi/mi-exit-code.c: Likewise.
289 * gdb.base/break-interp-lib.c: Include string.h.
290 * gdb.base/coremaker.c: Likewise.
291 * gdb.base/testenv.c: Likewise.
292 * gdb.python/py-finish-breakpoint.c: Likewise.
293 * gdb.base/inferior-died.c: Include sys/wait.h.
294 * gdb.base/fileio.c: Include time.h.
295 * gdb.base/async-shell.c: Include unistd.h.
296 * gdb.base/dprintf-non-stop.c: Likewise.
297 * gdb.base/info-os.c: Likewise.
298 * gdb.mi/mi-console.c: Likewise.
299 * gdb.mi/watch-nonstop.c: Likewise.
300 * gdb.python/py-events.c: Likewise.
301 * gdb.base/async.c (baz): Move up before its invocation.
302 * gdb.base/code_elim2.c (my_global_func): Likewise.
303 * gdb.base/skip-solib-lib.c (multiply): Likewise.
304 * gdb.base/advance.c (func2): Likewise.
305
3b5d5997
AA
3062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
307
308 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
309 variant.
310 * gdb.base/annota3.c: Likewise.
311 * gdb.base/async.c: Likewise.
312 * gdb.base/average.c: Likewise.
313 * gdb.base/call-ar-st.c: Likewise.
314 * gdb.base/call-rt-st.c: Likewise.
315 * gdb.base/call-sc.c: Likewise.
316 * gdb.base/call-strs.c: Likewise.
317 * gdb.base/ending-run.c: Likewise.
318 * gdb.base/execd-prog.c: Likewise.
319 * gdb.base/exprs.c: Likewise.
320 * gdb.base/foll-exec.c: Likewise.
321 * gdb.base/foll-fork.c: Likewise.
322 * gdb.base/foll-vfork.c: Likewise.
323 * gdb.base/funcargs.c: Likewise.
324 * gdb.base/gcore.c: Likewise.
325 * gdb.base/jump.c: Likewise.
326 * gdb.base/langs0.c: Likewise.
327 * gdb.base/langs1.c: Likewise.
328 * gdb.base/langs2.c: Likewise.
329 * gdb.base/mips_pro.c: Likewise.
330 * gdb.base/nodebug.c: Likewise.
331 * gdb.base/opaque0.c: Likewise.
332 * gdb.base/opaque1.c: Likewise.
333 * gdb.base/recurse.c: Likewise.
334 * gdb.base/run.c: Likewise.
335 * gdb.base/scope0.c: Likewise.
336 * gdb.base/scope1.c: Likewise.
337 * gdb.base/setshow.c: Likewise.
338 * gdb.base/setvar.c: Likewise.
339 * gdb.base/shmain.c: Likewise.
340 * gdb.base/shr1.c: Likewise.
341 * gdb.base/shr2.c: Likewise.
342 * gdb.base/sigall.c: Likewise.
343 * gdb.base/signals.c: Likewise.
344 * gdb.base/so-indr-cl.c: Likewise.
345 * gdb.base/solib2.c: Likewise.
346 * gdb.base/structs.c: Likewise.
347 * gdb.base/sum.c: Likewise.
348 * gdb.base/vforked-prog.c: Likewise.
349 * gdb.base/watchpoint.c: Likewise.
350 * gdb.reverse/shr2.c: Likewise.
351 * gdb.reverse/until-reverse.c: Likewise.
352 * gdb.reverse/ur1.c: Likewise.
353 * gdb.reverse/watch-reverse.c: Likewise.
354
066a77c5
AA
3552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
356
357 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
358 variant.
359 * gdb.base/sepdebug.exp: Drop references to removed code.
360
4f204ea5
AA
3612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
362
363 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
364 variant. Preserve original line numbering.
365 * gdb.base/list1.c: Likewise.
366
3b377a3a
AA
3672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
368
369 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
370 variant.
371 * gdb.base/break1.c: Likewise.
372 * gdb.base/break.exp: Drop references to removed code.
373
e444df73
AA
3742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
375
376 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
377 variant.
378
8008f2a7
AA
3792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
380
381 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
382
a5a06887
AA
3832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
384
385 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
386 logic into perform_all_tests() and invoke it with and without
387 function header prototypes.
388 (do_function_calls): Remove conditional XFAIL for PR 5318.
389 (rerun_and_prepare): Remove duplicate code.
390 (perform_all_tests): New. Main logic moved here.
391
44dba9b9
AA
3922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
393
394 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
395 code guarded by #ifdef NO_PROTOTYPES.
396 (t_double_many_args): Likewise.
397 (DEF_FUNC_MANY_ARGS_1): Likewise.
398 (DEF_FUNC_VALUES_1): Likewise.
399 (t_structs_ldc): Renamed from t_structs_fc in conditional code
400 guarded by #ifdef PROTOTYPES.
401
d1fbcd56
AA
4022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
403
404 * gdb.mi/mi-console.c: Add eye-catcher.
405 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
406 instead of literal line number.
407
b0e59b8f
AA
4082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
409
410 * gdb.base/shr2.c: Add eye-catcher.
411 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
412 line number.
413
78f98cca
AA
4142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
415
416 * gdb.base/jump.c: Add eye-catchers.
417 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
418 numbers.
419
58fa2af0
AA
4202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
421
422 * gdb.base/execd-prog.c: Add eye-catchers.
423 * gdb.base/foll-exec.c: Likewise.
424 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
425 line numbers.
426
04e5059b
AA
4272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
428
429 * gdb.base/ending-run.c: Add eye-catchers.
430 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
431 literal line numbers.
432
dbfdb174
AA
4332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
434
435 * gdb.base/call-rt-st.c: Add eye-catchers.
436 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
437 literal line numbers.
438
888a2ade
AA
4392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
440
441 * gdb.base/call-ar-st.c: Add eye-catchers.
442 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
443 literal line numbers.
444
6acc2dde
AA
4452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
446
447 * gdb.base/average.c: Add eye-catchers.
448 * gdb.base/sum.c: Likewise.
449 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
450 regexps dynamically.
451
9ecfcd1d
AA
4522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
453
454 * gdb.base/solib1.c: Add eye-catchers.
455 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
456 literal line numbers.
457
78708b7c
PA
4582014-11-12 Pedro Alves <palves@redhat.com>
459
460 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
461 leader has exited.
462
af48d08f
PA
4632014-11-12 Pedro Alves <palves@redhat.com>
464
465 * gdb.arch/i386-bp_permanent.c: New file.
466 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
467 (srcfile): Set to i386-bp_permanent.c.
468 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
469 that stepi does not execute the 'leave' instruction, instead of
470 testing it does execute.
471 * gdb.base/bp-permanent.c: New file.
472 * gdb.base/bp-permanent.exp: New file.
473
af3768e9
DE
4742014-11-10 Doug Evans <xdje42@gmail.com>
475
476 PR symtab/17564
477 * gdb.base/symtab-search-order.exp: New file.
478 * gdb.base/symtab-search-order.c: New file.
479 * gdb.base/symtab-search-order-1.c: New file.
480 * gdb.base/symtab-search-order-shlib-1.c: New file.
481
9de00a4a
PA
4822014-11-07 Pedro Alves <palves@redhat.com>
483
484 PR gdb/17511
485 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
486 i?86-*-linux*.
487
e0f52461
SC
4882014-11-03 Siva Chandra Reddy <sivachandra@google.com>
489
490 PR c++/17494
491 * gdb.cp/pr17494.cc: New file.
492 * gdb.cp/pr17494.exp: New file.
493
6ce8c980
YQ
4942014-11-02 Yao Qi <yao@codesourcery.com>
495
496 * gdb.python/python.exp: Get working directory and match the
497 output of "set extended-prompt \\w " with it.
498
02be9a71
DE
4992014-10-30 Doug Evans <dje@google.com>
500
501 * gdb.python/py-objfile.exp: Add tests for setting random attributes
502 in objfiles.
503 * gdb.python/py-progspace.exp: Add tests for setting random attributes
504 in progspaces.
505
3bdff46b
LM
5062014-10-30 Janis Johnson <janisjo@codesourcery.com>
507
508 * gdb.base/fullpath-expand.exp: Skip for a remote host.
509 * gdb.base/realname-expand.exp: Likewise.
510 * gdb.linespec/macro-relative.exp: Likewise.
511
ab917dfb
PA
5122014-10-29 Pedro Alves <palves@redhat.com>
513
514 PR gdb/17408
515 * gdb.threads/schedlock.c (some_function): New function.
516 (call_function): New global.
517 (MAYBE_CALL_SOME_FUNCTION): New macro.
518 (thread_function): Call it.
519 * gdb.threads/schedlock.exp (get_args): Add description parameter,
520 and use it instead of a global counter. Adjust all callers.
521 (get_current_thread): Use "find current thread" for test message
522 here rather than having all callers pass down the same string.
523 (goto_loop): New procedure, factored out from ...
524 (my_continue): ... this.
525 (step_ten_loops): Change parameter from test message to command to
526 use. Adjust.
527 (list_count): Delete global.
528 (check_result): New procedure, factored out from duplicate top
529 level code.
530 (continue tests): Wrap in with_test_prefix.
531 (test_step): New procedure, factored out from duplicate top level
532 code.
533 (top level): Test "step" in combination with all scheduler-locking
534 modes. Test "next" in combination with all scheduler-locking
535 modes, and in combination with stepping over a function call or
536 not.
537 * gdb.threads/next-bp-other-thread.c: New file.
538 * gdb.threads/next-bp-other-thread.exp: New file.
539
d3d4baed
PA
5402014-10-29 Pedro Alves <palves@redhat.com>
541
542 PR python/17372
543 * gdb.python/python.exp: Test a multi-line command that spawns
544 interactive Python.
545 * gdb.base/multi-line-starts-subshell.exp: New file.
546
563e8d85
YQ
5472014-10-29 Yao Qi <yao@codesourcery.com>
548
549 * gdb.base/fileio.exp: Make directories on host.
550
0ea4d52e
YQ
5512014-10-29 Yao Qi <yao@codesourcery.com>
552
553 * gdb.base/fileio.c (test_write): Close the file.
554
7f5ef605
PA
5552014-10-28 Pedro Alves <palves@redhat.com>
556
557 PR gdb/12623
558 * gdb.base/sigstep.c (no_handler): New global.
559 (main): If 'no_handler is true, set the signal handlers to
560 SIG_IGN.
561 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
562 with_sw_watch and no_handler parameters. Handle them.
563 (top level) <stepping over handler when stopped at a breakpoint
564 test>: Add a test axis for testing with a software watchpoint, and
565 another for testing with the signal handler set to SIG_IGN.
566 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
567 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
568
abbdbd03
PA
5692014-10-28 Pedro Alves <palves@redhat.com>
570
571 PR gdb/17511
572 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
573 * gdb.base/sigstep.exp (other_handler_location): New global.
574 (advance): Support stepping into the signal handler, and running
575 commands while in the handler.
576 (in_handler_map): New global.
577 (top level): In the advance test, add combinations for getting
578 into the handler with stepping commands, and for running commands
579 in the handler. Add comment descripting the advancei tests.
580
1df4399f
PA
5812014-10-28 Pedro Alves <palves@redhat.com>
582
583 * gdb.base/sigstep.exp: Use build_executable instead of
584 prepare_for_testing.
585 (top level): Move code that starts GDB, runs to main and creates a
586 display to ...
587 (restart): ... this new procedure.
588 (top level): Move backtrace from signal handler test to ...
589 (validate_backtrace): ... this new procedure.
590 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
591 with_test_prefix. Always restart GDB.
592 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
593 with_test_prefix. Always restart GDB. No need to delete
594 breakpoints after the test.
595 (test_skip_handler): Remove prefix parameter.
596 (skip_over_handler, breakpoint_to_handler)
597 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
598 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
599 restart GDB. No need to delete breakpoints after the test.
600 (top level): Use foreach to call the test procedures with
601 different commands.
602
a5b6e449
PA
6032014-10-28 Pedro Alves <palves@redhat.com>
604
605 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
606 instead of GNATS numbers.
607 * gdb.base/sigbpt.exp: Likewise.
608 * gdb.base/siginfo.exp: Likewise.
609 * gdb.base/sigstep.exp: Likewise.
610
e5f8a7cc
PA
6112014-10-27 Pedro Alves <palves@redhat.com>
612
613 * gdb.base/sigstep.c (dummy): New global.
614 (main): Issue a couple writes to the new global.
615 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
616 procedures.
617 (skip_over_handler): Use test_skip_handler.
618 (top level): Call skip_over_handler for stepi and nexti too.
619 (breakpoint_over_handler): Use test_skip_handler.
620 (top level): Call breakpoint_over_handler for stepi and nexti too.
621
763905a3
YQ
6222014-10-27 Yao Qi <yao@codesourcery.com>
623
624 * gdb.trace/tfile.c (adjust_function_address)
625 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
626 function descriptor.
627
6f259a23
DB
6282014-10-24 Don Breazeal <donb@codesourcery.com>
629
630 * gdb.base/foll-fork.exp (test_follow_fork,
631 catch_fork_child_follow): Check for updated fork messages emitted
632 from infrun.c.
633 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
634 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
635 vfork_and_exec_child_follow_through_step): Check for updated vfork
636 messages emitted from infrun.c.
637
09dd9a69
PA
6382014-10-24 Pedro Alves <palves@redhat.com>
639
640 * gdb.base/corefile.exp: Remove references to ultrix.
641 * gdb.base/interrupt.exp: Likewise.
642 * gdb.base/whatis.exp: Likewise.
643 * gdb.gdb/selftest.exp: Likewise.
644 * gdb.threads/manythreads.exp: Likewise.
645 * gdb.threads/print-threads.exp: Likewise.
646 * gdb.threads/pthreads.exp:: Likewise.
647 * gdb.threads/schedlock.exp: Likewise.
648
3433cfa5
SC
6492014-10-24 Siva Chandra Reddy <sivachandra@google.com>
650
651 * gdb.cp/non-trivial-retval.cc: Add a test case.
652 * gdb.cp/non-trivial-retval.exp: Add a test.
653
092f880b
YQ
6542014-10-20 Yao Qi <yao@codesourcery.com>
655
656 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
657 * gdb.python/py-objfile-script-gdb.py: New file.
658 * gdb.python/py-objfile-script.exp: Update reference to
659 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
660 of remote_download. Remove the dest file.
661
acbdb7f3
YQ
6622014-10-20 Yao Qi <yao@codesourcery.com>
663
664 * gdb.base/checkpoint.exp: Don't remove file copied on host.
665 * gdb.base/step-line.exp: Likewise.
666 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
667 * gdb.dwarf2/dw2-basic.exp: Likewise.
668 * gdb.dwarf2/dw2-compressed.exp: Likewise.
669 * gdb.dwarf2/dw2-filename.exp: Likewise.
670 * gdb.dwarf2/dw2-intercu.exp: Likewise.
671 * gdb.dwarf2/dw2-intermix.exp: Likewise.
672 * gdb.dwarf2/dw2-producer.exp: Likewise.
673 * gdb.dwarf2/mac-fileno.exp: Likewise.
674 * gdb.python/py-frame-args.exp: Likewise.
675 * gdb.python/py-framefilter.exp: Likewise.
676 * gdb.python/py-mi.exp: Likewise.
677 * gdb.python/py-objfile-script.exp: Likewise
678 * gdb.python/py-pp-integral.exp: Likewise.
679 * gdb.python/py-pp-re-notag.exp: Likewise.
680 * gdb.python/py-prettyprint.exp: Likewise.
681 * gdb.python/py-section-script.exp: Likewise.
682 * gdb.python/py-typeprint.exp: Likewise.
683 * gdb.python/py-xmethods.exp: Likewise.
684 * gdb.stabs/weird.exp: Likewise.
685 * gdb.xml/tdesc-regs.exp: Likewise.
686
bd286a29
KCY
6872014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
688
689 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
690 (out_cu): Use addr_len for the size of addresses.
691 (out_line): Likewise. Size DW_LNE_set_address instruction
692 according to addr_len.
693 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
694 (FUNC): Add START_INSNS to definition.
695
673dc4a0
YQ
6962014-10-18 Yao Qi <yao@codesourcery.com>
697
698 * gdb.base/argv0-symlink.exp: Check argv[0] value if
699 gdb_has_argv0 return true.
700 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
701 check [target_info exists noargs], check [gdb_has_argv0]
702 instead.
703 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
704 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
705 procedures.
706
4ffbba72
DE
7072014-10-17 Doug Evans <dje@google.com>
708
709 * gdb.python/py-events.exp: Update expected output for clear_objfiles
710 event.
711 * gdb.python/py-events.py: Add clear_objfiles event.
712
d096d8c1
DE
7132014-10-17 Doug Evans <dje@google.com>
714
715 * gdb.python/py-objfile.exp: Test progspace attribute.
716
a80db015
LM
7172014-10-17 Luis Machado <lgustavo@codesourcery.com>
718
719 * gdb.guile/scm-breakpoint.exp: Do not assume any
720 directory separators when matching source file paths.
721 * gdb.python/py-breakpoint.exp: Likewise.
722 * gdb.reverse/break-precsave.exp: Likewise.
723 * gdb.reverse/break-reverse.exp: Likewise.
724 * gdb.reverse/consecutive-precsave.exp: Likewise.
725 * gdb.reverse/finish-precsave.exp: Likewise.
726 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
727 * gdb.reverse/finish-reverse.exp: Likewise.
728 * gdb.reverse/i386-precsave.exp: Likewise.
729 * gdb.reverse/i387-env-reverse.exp: Likewise.
730 * gdb.reverse/i387-stack-reverse.exp: Likewise.
731 * gdb.reverse/machinestate-precsave.exp: Likewise.
732 * gdb.reverse/machinestate.exp: Likewise.
733 * gdb.reverse/sigall-precsave.exp: Likewise.
734 * gdb.reverse/solib-precsave.exp: Likewise.
735 * gdb.reverse/step-precsave.exp: Likewise.
736 * gdb.reverse/until-precsave.exp: Likewise.
737 * gdb.reverse/watch-precsave.exp: Likewise.
738 * gdb.reverse/watch-reverse.exp: Likewise.
739
b22089ab
YQ
7402014-10-17 Yao Qi <yao@codesourcery.com>
741
742 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
743 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
744
6c4486e6
PA
7452014-10-17 Pedro Alves <palves@redhat.com>
746
747 PR gdb/17471
748 * gdb.base/bg-execution-repeat.c: New file.
749 * gdb.base/bg-execution-repeat.exp: New file.
750
0ff33695
PA
7512014-10-17 Pedro Alves <palves@redhat.com>
752
753 PR gdb/17300
754 * gdb.base/continue-all-already-running.c: New file.
755 * gdb.base/continue-all-already-running.exp: New file.
756
6fdebc3d
PA
7572014-10-17 Pedro Alves <palves@redhat.com>
758
759 PR gdb/17472
760 * gdb.base/annota-input-while-running.c: New file.
761 * gdb.base/annota-input-while-running.exp: New file.
762
32a8097b
PA
7632014-10-17 Pedro Alves <palves@redhat.com>
764
765 * gdb.base/callfuncs.exp: emove references to osf.
766 * gdb.base/sigall.exp: Likewise.
767 * gdb.gdb/selftest.exp: Likewise.
768 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
769 * gdb.mi/non-stop.c: Likewise.
770 * gdb.mi/pthreads.c: Likewise.
771 * gdb.reverse/sigall-precsave.exp: Likewise.
772 * gdb.reverse/sigall-reverse.exp: Likewise.
773 * gdb.threads/pthreads.c: Likewise.
774 * gdb.threads/pthreads.exp: Likewise.
775
7a3517ff
YQ
7762014-10-17 Yao Qi <yao@codesourcery.com>
777
778 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
779 check 'target_info exists noargs'.
780 (test_command_prompt_position): Likewise.
781 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
782 Remove "set args".
783 (progvar_simple_while_test): Likewise.
784 (progvar_complex_if_while_test): Likewise.
785 (if_while_breakpoint_command_test): Likewise.
786 (infrun_breakpoint_command_test): Likewise.
787 (breakpoint_command_test): Likewise.
788 (watchpoint_command_test): Likewise.
789 (bp_deleted_in_command_test): Likewise.
790 (temporary_breakpoint_commands): Likewise.
791
bb99c472
YQ
7922014-10-16 Yao Qi <yao@codesourcery.com>
793
794 * gdb.base/remotetimeout.exp: Remove noargs checking.
795
7c16b83e
PA
7962014-10-15 Pedro Alves <palves@redhat.com>
797
798 PR breakpoints/9649
799 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
800 * gdb.base/breakpoint-in-ro-region.exp
801 (probe_target_hardware_step): New procedure.
802 (top level): Probe hardware stepping and hardware breakpoint
803 support. Test stepping through a read-only region, with both
804 "breakpoint auto-hw" on and off and both "always-inserted" on and
805 off.
806
35a49624
IB
8072014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
808
809 * gdb.dlang/demangle.exp: Update for demangling changes.
810
2d1c107c
SC
8112014-10-15 Siva Chandra Reddy <sivachandra@google.com>
812
813 * gdb.cp/non-trivial-retval.cc: Add new test cases.
814 * gdb.cp/non-trivial-retval.exp: Add new tests.
815
778811d5
SC
8162014-10-15 Siva Chandra Reddy <sivachandra@google.com>
817
818 PR c++/13403
819 PR c++/15154
820 * gdb.cp/non-trivial-retval.cc: New file.
821 * gdb.cp/non-trivial-retval.exp: New file.
822
10c5f0a8
YQ
8232014-10-15 Yao Qi <yao@codesourcery.com>
824
825 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
826 remote host.
827
65d7b369
YQ
8282014-10-15 Yao Qi <yao@codesourcery.com>
829
830 * gdb.python/py-symbol.exp: Match file base name if host is
831 remote, otherwise match file name with dir name.
832 * gdb.python/py-symtab.exp: Likewise.
833 * gdb.python/python.exp: Likewise.
834
46dc1394
YQ
8352014-10-15 Yao Qi <yao@codesourcery.com>
836
837 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
838 pattern.
839 * gdb.python/py-symtab.exp: Likewise.
840 * gdb.python/python.exp: Remove trailing ".*". Fix typo
841 locationn.
842
c40cc657
JB
8432014-10-14 Joel Brobecker <brobecker@adacore.com>
844
845 * gdb.ada/addr_arith: New testcase.
846
2abf49e1
MR
8472014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
848
849 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
850 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
851 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
852 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
853
f7088df3
SDJ
8542014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
855
856 * gdb.arch/stap-eval-lang-ada.S: Likewise.
857 * gdb.arch/stap-eval-lang-ada.c: Likewise.
858 * gdb.arch/stap-eval-lang-ada.exp: New file.
859
4dc06805
YQ
8602014-10-14 Yao Qi <yao@codesourcery.com>
861
862 * gdb.mi/mi-var-child.c (nothing1): New function.
863 (nothing2): New function.
864 (do_children_tests): Set function pointers by nothing1 and
865 nothing2.
866 * gdb.mi/mi-var-child.exp: Step over new added statements.
867 Update test to match the new output.
868 * gdb.mi/var-cmd.c (nothing1): New function.
869 (nothing2): New function.
870 (do_children_tests): Set function pointers by nothing1 and
871 nothing2.
872 * gdb.mi/mi-var-display.exp: Update test to match output.
873 Step to the line specified by $line_dct_nothing.
874 Increase the number of lines to step.
875
46a93de2
YQ
8762014-10-14 Yao Qi <yao@codesourcery.com>
877
878 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
879 tests.
880 * gdb.mi/mi2-var-child.exp: Likewise.
881
14ea52ee
DE
8822014-10-13 Doug Evans <dje@google.com>
883
884 * gdb.python/py-objfile.exp: Change name of file name test.
885
e5c6e92b
DE
8862014-10-13 Doug Evans <dje@google.com>
887
888 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
889 from the start of the CU.
890
c780cc2f
JK
8912014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
892 Yao Qi <yao@codesourcery.com>
893
894 Fix "save breakpoints" for "catch" command.
895 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
896 Remove -nonewline. Match also the added "main" line.
897
99894e11
JK
8982014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
899
900 Fix "save breakpoints" for "disable $bpnum" command.
901 * gdb.base/save-bp.c (main): Add label.
902 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
903
6e1ac5a3
JK
9042014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
905
906 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
907
754dd2b0
YQ
9082014-10-11 Yao Qi <yao@codesourcery.com>
909
910 * gdb.server/server-kill.exp: Execute command
911 "set remote trace-status-packet on" before "tstatus".
912
f90183d7
YQ
9132014-10-11 Yao Qi <yao@codesourcery.com>
914
915 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
916 (main): Call getppid.
917 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
918 and continue to it. Read variable "server_pid".
919
bf40a607
YQ
9202014-10-11 Yao Qi <yao@codesourcery.com>
921
922 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
923
052ca370
YQ
9242014-10-11 Yao Qi <yao@codesourcery.com>
925
926 * gdb.threads/thread-find.exp: Don't execute command
927 "info threads".
928 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
929 * gdb.threads/linux-dp.exp: Don't check the condition
930 $threads_created equals to zero.
931
3831839c
PA
9322014-10-10 Pedro Alves <palves@redhat.com>
933
934 * gdb.base/bigcore.exp: Remove references to IRIX.
935 * gdb.base/funcargs.exp: Likewise.
936 * gdb.base/interrupt.exp: Likewise.
937 * gdb.base/mips_pro.exp: Likewise.
938 * gdb.base/nodebug.exp: Likewise.
939 * gdb.base/setvar.exp: Likewise.
940 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
941
8b9a549d
PA
9422014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
943 Pedro Alves <palves@redhat.com>
944
945 PR symtab/14466
946 * gdb.base/vdso-warning.c: New file.
947 * gdb.base/vdso-warning.exp: New file.
948
d48ba5e8
DE
9492014-10-02 Doug Evans <dje@google.com>
950
951 * gdb.base/structs.c (main): Don't run forever.
952
2278c276
PA
9532014-10-02 Pedro Alves <palves@redhat.com>
954
955 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
956 (top level) <stop threads 1, stop threads 2>: Use it.
957
b57bacec
PA
9582014-10-02 Pedro Alves <palves@redhat.com>
959
960 * gdb.threads/break-while-running.exp (test): Add new
961 'update_thread_list' argument. Skip "info threads" if false.
962 (top level): Add new 'update_thread_list' axis.
963
13fd3ff3
PA
9642014-10-02 Pedro Alves <palves@redhat.com>
965
966 PR breakpoints/17431
967 * gdb.base/execl-update-breakpoints.c: New file.
968 * gdb.base/execl-update-breakpoints.exp: New file.
969
0fec99e8
PA
9702014-10-01 Pedro Alves <palves@redhat.com>
971
972 * gdb.base/breakpoint-in-ro-region.c: New file.
973 * gdb.base/breakpoint-in-ro-region.exp: New file.
974
2ddf4301
SM
9752014-10-01 Simon Marchi <simon.marchi@ericsson.com>
976
977 * gdb.mi/mi-exit-code.exp: New file.
978 * gdb.mi/mi-exit-code.c: New file.
979
6a5f3f43
YQ
9802014-09-30 Yao Qi <yao@codesourcery.com>
981
982 * lib/prelink-support.exp (build_executable_own_libs): Error if
983 the target isn't native.
984
345bcc73
YQ
9852014-09-30 Yao Qi <yao@codesourcery.com>
986
987 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
988 false.
989
a25a5a45
PA
9902014-09-22 Pedro Alves <palves@redhat.com>
991
992 * gdb.threads/break-while-running.exp: New file.
993 * gdb.threads/break-while-running.c: New file.
994
00ba3162
YQ
9952014-09-19 Yao Qi <yao@codesourcery.com>
996
997 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
998 Invoke test. Restart GDB with --readnow and invoke test again.
999
c3b7b696
YQ
10002014-09-19 Yao Qi <yao@codesourcery.com>
1001
1002 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
1003 proc set_breakpoint_on_gcd_function. Invoke
1004 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
1005 invoke set_breakpoint_on_gcd_function again.
1006
2b4fd423
DE
10072014-09-18 Doug Evans <dje@google.com>
1008
1009 * gdb.dwarf2/symtab-producer.exp: New file.
1010
a5947601
SDJ
10112014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1012
1013 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
1014 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
1015 * gdb.base/global-var-nested-by-dso.c: Likewise.
1016 * gdb.base/global-var-nested-by-dso.exp: Likewise.
1017
91c19059
SDJ
10182014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1019 Pedro Alves <palves@redhat.com>
1020
1021 * gdb.base/watch-bitfields.exp: Pass string other than test file
1022 name to prepare_for_testing.
1023 (watch): New procedure.
1024 (expect_watchpoint): Use with_test_prefix.
1025 (top level): Factor out tests to ...
1026 (test_watch_location, test_regular_watch): ... these new
1027 procedures, and use with_test_prefix and gdb_continue_to_end.
1028
bb9d5f81
PP
10292014-09-16 Patrick Palka <patrick@parcs.ath.cx>
1030
1031 PR breakpoints/12526
1032 * gdb.base/watch-bitfields.exp: New file.
1033 * gdb.base/watch-bitfields.c: New file.
1034
635856f5
PA
10352014-09-16 Pedro Alves <palves@redhat.com>
1036
1037 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
1038 software and hardware addresses, not software address against
1039 itself.
1040
7280ceea
PA
10412014-09-16 Pedro Alves <palves@redhat.com>
1042
1043 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
1044 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
1045
428b16bd
PA
10462014-09-16 Pedro Alves <palves@redhat.com>
1047
1048 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
1049 files.
1050 * gdb.base/a2-run.exp: Remove all code guarded by istarget
1051 "*-*-vxworks*" throughout.
1052 * gdb.base/break.exp: Likewise.
1053 * gdb.base/default.exp: Likewise.
1054 * gdb.base/scope.exp: Likewise.
1055 * gdb.base/sepdebug.exp: Likewise.
1056 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
1057 throughout.
1058 * gdb.base/run.c: Likewise.
1059 * gdb.base/sepdebug.c: Likewise.
1060 * gdb.hp/gdb.aCC/run.c: Likewise.
1061 * gdb.reverse/until-reverse.c: Likewise.
1062 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
1063
666d413c
YQ
10642014-09-16 Yao Qi <yao@codesourcery.com>
1065
1066 * boards/local-remote-host-native.exp: New file.
1067
57cbd724
DE
10682014-09-14 Doug Evans <xdje42@gmail.com>
1069
1070 * gdb.threads/queue-signal.c (thread_count): New variable.
1071 (thread_count_mutex, thread_count_condvar): New variables.
1072 (incr_thread_count, wait_all_threads_running): New functions.
1073 (main): Wait for all threads to be in their thread functions.
1074
81219e53
DE
10752014-09-13 Doug Evans <xdje42@gmail.com>
1076
1077 * gdb.threads/queue-signal.c: New file.
1078 * gdb.threads/queue-signal.exp: New file.
1079
3714cea7
DE
10802014-09-13 Doug Evans <xdje42@gmail.com>
1081
1082 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
1083 be consistent with what default_gdb_init uses.
1084 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
1085 the plain text of the prompt. Add some logging printfs.
1086 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
1087
fa43b1d7
PA
10882014-09-12 Pedro Alves <palves@redhat.com>
1089
1090 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
1091 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
1092 * gdb.arch/i386-size-overlap.exp: Likewise.
1093 * gdb.arch/i386-size.exp: Likewise.
1094 * gdb.arch/i386-unwind.exp: Likewise.
1095 * gdb.base/a2-run.exp: Likewise.
1096 * gdb.base/break.exp: Likewise.
1097 * gdb.base/charset.exp: Likewise.
1098 * gdb.base/chng-syms.exp: Likewise.
1099 * gdb.base/commands.exp: Likewise.
1100 * gdb.base/dbx.exp: Likewise.
1101 * gdb.base/find.exp: Likewise.
1102 * gdb.base/funcargs.exp: Likewise.
1103 * gdb.base/jit-simple.exp: Likewise.
1104 * gdb.base/reread.exp: Likewise.
1105 * gdb.base/sepdebug.exp: Likewise.
1106 * gdb.base/step-bt.exp: Likewise.
1107 * gdb.cp/mb-inline.exp: Likewise.
1108 * gdb.cp/mb-templates.exp: Likewise.
1109 * gdb.objc/basicclass.exp: Likewise.
1110 * gdb.threads/killed.exp: Likewise.
1111
9d9bf2df
EBM
11122014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1113
1114 PR tdep/17379
1115 * gdb.arch/powerpc-stackless.S: New file.
1116 * gdb.arch/powerpc-stackless.exp: New file.
1117
1cf2f1b0
JK
11182014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1119
1120 * gdb.base/attach.c: Include unistd.h.
1121 (main): Call alarm. Add label postloop.
1122 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
1123 gdb_breakpoint, gdb_continue_to_breakpoint.
1124 (test_command_line_attach_run): Kill ${testpid} in one exit path.
1125
98880d46
PA
11262014-09-11 Pedro Alves <palves@redhat.com>
1127
1128 PR gdb/17347
1129 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
1130 * gdb.base/attach.exp (test_command_line_attach_run): New
1131 procedure.
1132 (top level): Call it.
1133
4c92ff2c
PA
11342014-09-11 Pedro Alves <palves@redhat.com>
1135
1136 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
1137 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
1138 (do_command_attach_tests): Use spawn_wait_for_attach.
1139 * gdb.base/solib-overlap.exp: Likewise.
1140 * gdb.multi/multi-attach.exp: Likewise.
1141 * gdb.python/py-prompt.exp: Likewise.
1142 * gdb.python/py-sync-interp.exp: Likewise.
1143 * gdb.server/ext-attach.exp: Likewise.
1144
3adc1a7d
GKB
11452014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
1146
1147 * gdb.fortran/array-element.exp: Remove unexpected "continue"
1148 command in testcase. Simplify testcase.
1149
96334934
JB
11502014-09-10 Joel Brobecker <brobecker@adacore.com>
1151
1152 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
1153
eb479039
JB
11542014-09-10 Joel Brobecker <brobecker@adacore.com>
1155
1156 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
1157
deede10c
JB
11582014-09-10 Joel Brobecker <brobecker@adacore.com>
1159
1160 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
1161
7828a5f5
JB
11622014-09-10 Joel Brobecker <brobecker@adacore.com>
1163
1164 * gdb.dwarf2/dynarr-ptr.c: New file.
1165 * gdb.dwarf2/dynarr-ptr.exp: New file.
1166
33aeebcf
MR
11672014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1168
1169 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
1170 of 30 rather than hardcoding 120 for a slow test case. Take the
1171 `gdb,timeout' target setting into account for this calculation.
1172 Don't extend the timeout for the test cases that don't need it.
1173
7b415901
MR
11742014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1175
1176 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
1177 a factor of 2 for a slow test case. Take the `gdb,timeout'
1178 target setting into account for this calculation.
1179 * gdb.reverse/until-precsave.exp: Increase the timeout by
1180 a factor of 15 and 3 respectively rather than adding 120
1181 for a pair of slow test cases. Take the `gdb,timeout'
1182 target setting into account for this calculation.
1183
4a40f85a
MR
11842014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1185
1186 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
1187 timeout, don't pass one down to gdb_expect.
1188 (gdb_expect): Rework timeout selection.
1189
09635af7
MR
11902014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1191
1192 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
1193 exception on timeout.
1194 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
1195 (gdbserver_start_extended): Catch any `gdbserver_start' error
1196 exceptions.
1197 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
1198 * lib/mi-support.exp (mi_gdb_target_load): Catch any
1199 `gdbserver_gdb_load' error exceptions.
1200
2bdd10b7
MR
12012014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1202
1203 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
1204 120 on waiting for the TCP socket to open.
1205
316935f0
DE
12062014-09-09 Doug Evans <xdje42@gmail.com>
1207
1208 * gdb.base/default.exp (show_conv_list): Add _caller_is,
1209 _caller_matches, _any_caller_is, _any_caller_matches.
1210
83740597
DE
12112014-09-09 Doug Evans <xdje42@gmail.com>
1212
1213 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
1214
4c122fc3
YQ
12152014-09-09 Yao Qi <yao@codesourcery.com>
1216
1217 * gdb.mi/mi-var-display.exp: Set print symbol off.
1218
a9f116cb
GKB
12192014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
1220
1221 PR gdb/17035
1222 * gdb.base/commands.exp: Add tests to verify user-defined
1223 commands with empty bodies.
1224 * gdb.python/py-cmd.exp: Test that we don't show user-defined
1225 python commands in `show user command`.
1226 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
1227 scheme commands in `show user command`.
1228
c75bd3a2
JK
12292014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1230
1231 PR python/17355
1232 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
1233 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
1234 * gdb.python/py-framefilter-invalidarg.exp: New file.
1235 * gdb.python/py-framefilter-invalidarg.py: New file.
1236
faa42425
DE
12372014-09-06 Doug Evans <xdje42@gmail.com>
1238
1239 PR 15276
1240 * gdb.python/py-caller-is.c: New file.
1241 * gdb.python/py-caller-is.exp: New file.
1242
474ca4f6
SDJ
12432014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
1244
1245 PR gdb/17235
1246 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
1247 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
1248
eb0b0463
SDJ
12492014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
1250
1251 PR fortran/17237
1252 * gdb.fortran/print-formatted.exp: New file.
1253 * gdb.fortran/print-formatted.f90: Likewise.
1254
5f3b99cf
SS
12552014-09-03 Sasha Smundak <asmundak@google.com>
1256
1257 * gdb.python/py-frame.exp: Test Frame.read_register.
1258
7d793aa9
SDJ
12592014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
1260
1261 PR python/16699
1262 * gdb.python/py-completion.exp: New file.
1263 * gdb.python/py-completion.py: Likewise.
1264
fb0576e9
DE
12652014-08-28 Doug Evans <dje@google.com>
1266
1267 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
1268 eax,etc. are live with values set by gdb and thus the compiler can't
1269 use them.
1270 * gdb.arch/i386-pseudo.c (main): Ditto.
1271
ee92b0dd
DE
12722014-08-27 Doug Evans <dje@google.com>
1273
1274 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
1275
6649db35
DE
12762014-08-25 Doug Evans <dje@google.com>
1277
1278 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
1279 (main): Ditto.
1280
564b7600
DE
12812014-08-25 Doug Evans <dje@google.com>
1282
1283 * gdb.threads/thread-execl.exp: #include <stdio.h>.
1284
3881fb67
YQ
12852014-08-24 Yao Qi <yao@codesourcery.com>
1286
1287 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
1288 symbol off.
1289 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
1290
a05a36a5
DE
12912014-08-22 Doug Evans <dje@google.com>
1292
1293 PR 17276
1294 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
1295 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
1296 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
1297
7c343b48
YQ
12982014-08-22 Yao Qi <yao@codesourcery.com>
1299
1300 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
1301 * gdb.python/py-finish-breakpoint2.exp: Likewise.
1302 * gdb.python/python.exp: Likewise. Use .py file on the host
1303 instead of the build.
1304
22fd09ae
JK
13052014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1306
1307 * gdb.threads/gcore-stale-thread.c: New file.
1308 * gdb.threads/gcore-stale-thread.exp: New file.
1309
a8454a7c
PA
13102014-08-21 Pedro Alves <palves@redhat.com>
1311
1312 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
1313 * gdb.base/gcore-relro-pie.exp: Likewise.
1314 * gdb.base/gcore-relro.exp: Likewise.
1315 * gdb.base/gcore.exp: Likewise.
1316 * gdb.base/print-symbol-loading.exp: Likewise.
1317 * gdb.threads/gcore-thread.exp: Likewise.
1318 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
1319
2a31c623
PA
13202014-08-20 Pedro Alves <palves@redhat.com>
1321 Jan Kratochvil <jan.kratochvil@redhat.com>
1322
1323 * Makefile.in (EXTRA_RULES, CC): New variables, get from
1324 configure.
1325 (EXPECT): Handle READ1 being set.
1326 (all): Depend on EXTRA_RULES.
1327 (check-read1, expect-read1, read1.so, read1): New rules.
1328 * README (Testsuite Parameters): Document the READ1 make variable.
1329 (Race detection): New section.
1330 * configure: Regenerate.
1331 * configure.ac: If build==host==target, and running under a
1332 GNU/glibc system, add read1 to the extra Makefile rules.
1333 (EXTRA_RULES): AC_SUBST it.
1334 * lib/read1.c: New file.
1335
d36430db
JB
13362014-08-20 Joel Brobecker <brobecker@adacore.com>
1337
1338 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
1339 the handling of variables declared as a typedef to an array
1340 which a DW_AT_data_location attribute.
1341
9a0dc9e3
PA
13422014-08-19 Andrew Burgess <aburgess@broadcom.com>
1343 Pedro Alves <palves@redhat.com>
1344
1345 PR symtab/14604
1346 PR symtab/14605
1347 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
1348 gdb_test.
1349
0718a8da
PA
13502014-08-19 Pedro Alves <palves@redhat.com>
1351
1352 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
1353
13b448cd
YQ
13542014-08-19 Yao Qi <yao@codesourcery.com>
1355
1356 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
1357 right line.
1358
1cbf5077
DB
13592014-08-18 David Blaikie <dblaikie@gmail.com>
1360
1361 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
1362
bf0fae19
JB
13632014-08-18 Joel Brobecker <brobecker@adacore.com>
1364
1365 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
1366 attribute in array range.
1367
3c8c5dcc
JB
13682014-08-18 Joel Brobecker <brobecker@adacore.com>
1369
1370 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
1371
e66d4446
SC
13722014-08-15 Siva Chandra Reddy <sivachandra@google.com>
1373
1374 PR c++/17132
1375 * gdb.cp/pr17132.cc: New file.
1376 * gdb.cp/pr17132.exp: New file.
1377
940df408
SC
13782014-08-15 Siva Chandra Reddy <sivachandra@google.com>
1379
1380 * gdb.python/py-xmethods.py (A_getarrayind)
1381 (E_method_char_worker.__call__, E_method_int_worker.__call__):
1382 Use 'print' with function call syntax.
1383 (E_method_matcher.match): Fix tab vs space indentation mixup.
1384
ebcc6c3a
YQ
13852014-08-15 Yao Qi <yao@codesourcery.com>
1386
1387 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
1388 false.
1389
775e0f04
YQ
13902014-08-15 Yao Qi <yao@codesourcery.com>
1391
1392 * gdb.cp/casts.exp: Set print symbol off.
1393 * gdb.cp/class2.exp: Likewise.
1394 * gdb.cp/overload.exp: Likewise.
1395 * gdb.cp/templates.exp: Likewise.
1396
d769e349
DE
13972014-08-11 Doug Evans <dje@google.com>
1398
1399 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1400 (test_load_shlib): Update.
1401
20c6f1e1
YQ
14022014-08-09 Yao Qi <yao@codesourcery.com>
1403
1404 * gdb.base/display.exp: Invoke is_address_zero_readable.
1405 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
1406 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1407 * gdb.base/hbreak-unmapped.exp: Return if
1408 is_address_zero_readable returns true.
1409 * gdb.base/signest.exp: Likewise.
1410 * gdb.base/signull.exp: Likewise.
1411 * gdb.base/sigbpt.exp: Likewise.
1412 * gdb.guile/scm-disasm.exp: Do the test if
1413 is_address_zero_readable returns false.
1414 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
1415 * gdb.python/py-arch.exp: Likewise.
1416 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
1417 * lib/gdb.exp (is_address_zero_readable): New proc.
1418
5792e8e3
YQ
14192014-08-09 Yao Qi <yao@codesourcery.com>
1420
1421 PR testsuite/13443
1422 * gdb.mi/mi-var-display.exp: Make test messages unique.
1423
3cecbbbe
TT
14242014-08-04 Tom Tromey <tromey@redhat.com>
1425
1426 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
1427 target 0".
1428
00b51ff5
TT
14292014-08-04 Tom Tromey <tromey@redhat.com>
1430
1431 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
1432 "target_resume".
1433
6908c509
JB
14342014-08-01 Joel Brobecker <brobecker@adacore.com>
1435
1436 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
1437 inner_vla_struct_object_size.
1438 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
1439 as xfail.
1440
cc6563d2
PA
14412014-07-30 Pedro Alves <palves@redhat.com>
1442
1443 * gdb.threads/signal-command-handle-nopass.exp (test): Add
1444 comment.
1445
7e09a223
YQ
14462014-07-29 Yao Qi <yao@codesourcery.com>
1447
1448 PR gdb/17206
1449 * gdb.base/until-nodebug.exp: New.
1450
7ebdbe92
DE
14512014-07-28 Doug Evans <xdje42@gmail.com>
1452
1453 PR guile/17203
1454 * gdb.guile/scm-parameter.exp: Add tests for trying to create
1455 previously existing parameter, and previously ambiguously spelled
1456 parameter.
1457
fdb1adc6
WN
14582014-07-28 Will Newton <will.newton@linaro.org>
1459
1460 * gdb.base/varargs.exp: Remove KFAILs for ARM.
1461
186fcde0
DE
14622014-07-26 Ludovic Courtès <ludo@gnu.org>
1463 Doug Evans <xdje42@gmail.com>
1464
1465 PR guile/17146
1466 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
1467
70509625
PA
14682014-07-25 Pedro Alves <palves@redhat.com>
1469
1470 * gdb.threads/signal-command-handle-nopass.c: New file.
1471 * gdb.threads/signal-command-handle-nopass.exp: New file.
1472 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
1473 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
1474 * gdb.threads/signal-delivered-right-thread.c: New file.
1475 * gdb.threads/signal-delivered-right-thread.exp: New file.
1476
c3f814a1
PA
14772014-07-25 Pedro Alves <palves@redhat.com>
1478
1479 * gdb.base/double-prompt-target-event-error.exp
1480 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
1481 match.
1482 (cancel_pagination_in_target_event): Rework double prompt
1483 detection.
1484 * gdb.base/paginate-after-ctrl-c-running.exp
1485 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
1486 <return>' match.
1487 * gdb.base/paginate-bg-execution.exp
1488 (test_bg_execution_pagination_return)
1489 (test_bg_execution_pagination_cancel): Remove '-notransfer
1490 <return>' matches.
1491 * gdb.base/paginate-execution-startup.exp
1492 (test_fg_execution_pagination_return)
1493 (test_fg_execution_pagination_cancel): Remove '-notransfer
1494 <return>' matches.
1495 * gdb.base/paginate-inferior-exit.exp
1496 (test_paginate_inferior_exited): Remove '-notransfer <return>'
1497 match.
1498 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
1499 * lib/gdb.exp (pagination_prompt): Run text through
1500 string_to_regexp.
1501 (gdb_test_multiple): Match $pagination_prompt instead of
1502 "<return>".
1503 (string_to_regexp): Move to lib/gdb-utils.exp.
1504
e214cf6c
JK
15052014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1506
1507 * gdb.arch/amd64-entry-value-paramref.S: New file.
1508 * gdb.arch/amd64-entry-value-paramref.cc: New file.
1509 * gdb.arch/amd64-entry-value-paramref.exp: New file.
1510 * gdb.arch/amd64-optimout-repeat.S: New file.
1511 * gdb.arch/amd64-optimout-repeat.c: New file.
1512 * gdb.arch/amd64-optimout-repeat.exp: New file.
1513
17d0c5c8
JK
15142014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1515
1516 PR gdb/17170
1517 * gdb.base/statistics.exp: New file.
1518
b8b8facf
DE
15192014-07-17 Doug Evans <dje@google.com>
1520
74b49205 1521 PR gdb/17170
b8b8facf
DE
1522 * gdb.base/maint.exp: Update testing of per-command stats.
1523
1b5d0ab3
PA
15242014-07-16 Pedro Alves <palves@redhat.com>
1525
1526 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
1527 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
1528 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
1529 (tfile_write_buf): New functions.
1530 (add_memory_block): Rewrite using the above.
1531 (adjust_function_address): New function.
1532 (FUNCTION_ADDRESS): New macro.
1533 (write_basic_trace_file): Remove short_x local, and use
1534 tfile_write_16. Change type of func_addr local to unsigned long
1535 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
1536 here. Cast argument of add_memory_block to char pointer.
1537 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
1538 (main): Remove parameters.
1539 * gdb.trace/tfile.exp: Remove nowarnings.
1540
4d974e88
SM
15412014-07-15 Simon Marchi <simon.marchi@ericsson.com>
1542
1543 * gdb.base/debug-expr.exp: Test string evaluation with
1544 "debug expression" on.
1545
41e99568
PA
15462014-07-15 Pedro Alves <palves@redhat.com>
1547
1548 * gdb.base/reread.exp: Use clean_restart.
1549
487d9753
PL
15502014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
1551
1552 * gdb.arch/avr-flash-qualifer.c: New.
1553 * gdb.arch/avr-flash-qualifer.exp: New.
1554
cc1c52ad
PA
15552014-07-14 Pedro Alves <palves@redhat.com>
1556
1557 * gdb.base/paginate-after-ctrl-c-running.c: New file.
1558 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
1559
1e973570
PA
15602014-07-14 Pedro Alves <palves@redhat.com>
1561
1562 * gdb.base/double-prompt-target-event-error.c: New file.
1563 * gdb.base/double-prompt-target-event-error.exp: New file.
1564
93d6eb10
PA
15652014-07-14 Pedro Alves <palves@redhat.com>
1566
1567 PR gdb/17072
1568 * gdb.base/paginate-inferior-exit.c: New file.
1569 * gdb.base/paginate-inferior-exit.exp: New file.
1570
0017922d
PA
15712014-07-14 Pedro Alves <palves@redhat.com>
1572
1573 PR gdb/17072
1574 * gdb.base/paginate-bg-execution.c: New file.
1575 * gdb.base/paginate-bg-execution.exp: New file.
1576
94696ad3
PA
15772014-07-14 Pedro Alves <palves@redhat.com>
1578
1579 PR gdb/17072
1580 * gdb.base/paginate-execution-startup.c: New file.
1581 * gdb.base/paginate-execution-startup.exp: New file.
1582 * lib/gdb.exp (pagination_prompt): New global.
1583 (default_gdb_spawn): New procedure, factored out from
1584 default_gdb_spawn.
1585 (default_gdb_start): Adjust to call default_gdb_spawn.
1586 (gdb_spawn): New procedure.
1587
bd293940
PA
15882014-07-14 Pedro Alves <palves@redhat.com>
1589
1590 * lib/gdb.exp (gdb_assert): New procedure.
1591 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
1592
c933f875
PA
15932014-07-14 Pedro Alves <palves@redhat.com>
1594
1595 * gdb.base/execution-termios.c: New file.
1596 * gdb.base/execution-termios.exp: New file.
1597
d98b7a16
TT
15982014-07-14 Tom Tromey <tromey@redhat.com>
1599
1600 * gdb.cp/vla-cxx.cc: New file.
1601 * gdb.cp/vla-cxx.exp: New file.
1602
548740d6
TT
16032014-07-14 Tom Tromey <tromey@redhat.com>
1604
1605 * gdb.reverse/rerun-prec.c: New file.
1606 * gdb.reverse/rerun-prec.exp: New file.
1607
a25eb028
MR
16082014-07-12 Maciej W. Rozycki <macro@mips.com>
1609 Maciej W. Rozycki <macro@codesourcery.com>
1610
1611 * lib/gdb-utils.exp: New file.
1612 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
1613 inline `gdb_init_command' processing.
1614 (gdb_start_cmd): Likewise.
1615 * lib/mi-support.exp (mi_run_cmd): Likewise.
1616 * README: Document `gdb_init_command' and `gdb_init_commands'.
1617
218c2655
JK
16182014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1619
1620 Fix false FAIL running under a very long directory name.
1621 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
1622 and "set print elements 10000". Twice.
1623
5401fde3
YQ
16242014-07-11 Yao Qi <yao@codesourcery.com>
1625
1626 * gdb.base/exprs.exp: "set print symbol off".
1627
e76126e8
PA
16282014-07-11 Pedro Alves <palves@redhat.com>
1629
1630 * gdb.threads/kill.c: New file.
1631 * gdb.threads/kill.exp: New file.
1632
2d6f0de6
YQ
16332014-07-10 Yao Qi <yao@codesourcery.com>
1634
1635 * gdb.trace/tfile.c (write_basic_trace_file)
1636 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
1637 address written to trace file.
1638
7180e04a
PA
16392014-07-09 Pedro Alves <palves@redhat.com>
1640
1641 * gdb.base/attach-wait-input.exp: New file.
1642 * gdb.base/attach-wait-input.c: New file.
1643
9a9a7608
AB
16442014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1645
1646 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
1647 setting up test structures.
1648 (main): Call new test function.
1649 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
1650 test function, continue into test function and walk test
1651 structures.
1652
161ac41e
YQ
16532014-07-02 Yao Qi <yao@codesourcery.com>
1654
1655 * gdb.trace/entry-values.c: Define labels 'foo_start' and
1656 'bar_start' at the beginning of functions 'foo' and 'bar'
1657 respectively.
1658 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
1659 instead of 'foo' and 'bar'.
1660
1f267ae3
MM
16612014-07-08 Markus Metzger <markus.t.metzger@intel.com>
1662
1663 * gdb.btrace/segv.exp: New.
1664 * gdb.btrace/segv.c: New.
1665
2b239efb
LM
16662014-07-02 Luis Machado <lgustavo@codesourcery.com>
1667
1668 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
1669 instruction.
1670
cf363f18
MW
16712014-06-30 Mark Wielaard <mjw@redhat.com>
1672
1673 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
1674 vulture, vilify, villar): New volatile array constants.
1675 (vindictive, vegetation): New const volatile array constants.
1676 * gdb.base/volatile.exp: Test volatile and const volatile array
1677 types.
1678
aebf9d24
AA
16792014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1680
1681 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
1682 target lacks support for awatch, rwatch, or hbreak.
1683
b67a2c6f
YQ
16842014-06-27 Yao Qi <yao@codesourcery.com>
1685
1686 * gdb.multi/dummy-frame-restore.exp: New.
1687 * gdb.multi/dummy-frame-restore.c: New.
1688
aef92902
MM
16892014-06-25 Markus Metzger <markus.t.metzger@intel.com>
1690
1691 * gdb.btrace/gcore.exp: New.
1692
8e9db26e
PA
16932014-06-23 Pedro Alves <palves@redhat.com>
1694
1695 * gdb.base/watchpoint-reuse-slot.c: New file.
1696 * gdb.base/watchpoint-reuse-slot.exp: New file.
1697
70afc5b7
SC
16982014-06-23 Siva Chandra Reddy <sivachandra@google.com>
1699
1700 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
1701 progspace's filename in 'info', 'enable' and 'disable' command
1702 tests.
1703
b972bd9c
JK
17042014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1705
1706 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
1707 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
1708 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
1709
125f8a3d
GB
17102014-06-20 Gary Benson <gbenson@redhat.com>
1711
1712 * gdb.arch/i386-avx.exp: Fix include file location.
1713 * gdb.arch/i386-sse.exp: Likewise.
1714
3ed9baed
IB
17152014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
1716
1717 * gdb.dlang/expression.exp: New file.
1718
034f788c
PA
17192014-06-19 Pedro Alves <palves@redhat.com>
1720
1721 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
1722 out from ...
1723 (top level): ... here. Iterate running tests under different
1724 scheduler-locking settings.
1725
45371d0c
LM
17262014-06-18 Luis Machado <lgustavo@codesourcery.com>
1727
1728 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
1729 to DW_FORM_addr and use non-zero addresses.
1730
5d376983
SC
17312014-06-18 Siva Chandra Reddy <sivachandra@google.com>
1732
1733 PR gdb/17017
1734 * gdb.python/py-xmethods.cc: Add global function call counters and
1735 increment them in their respective functions. Remove "cout"
1736 statements.
1737 * gdb.python/py-xmethods.exp: Make tests check the global function
1738 call counters instead of depending on inferior IO.
1739
a1aa2221
LM
17402014-06-18 Don Breazeal <donb@codesourcery.com>
1741
1742 * gdb.base/foll-fork.exp (default_fork_parent_follow):
1743 Deleted procedure.
1744 (explicit_fork_parent_follow): Deleted procedure.
1745 (explicit_fork_child_follow): Deleted procedure.
1746 (test_follow_fork): New procedure.
1747 (do_fork_tests): Replace calls to deleted procedures with
1748 calls to test_follow_fork and reset GDB for subsequent
1749 procedure calls.
1750
0fc05997
YQ
17512014-06-17 Yao Qi <yao@codesourcery.com>
1752
1753 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
1754 CP1252.
1755
70795c52
LM
17562014-06-17 Luis Machado <lgustavo@codesourcery.com>
1757
1758 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
1759 Initialize ptr and S explicitly.
1760 (skip_type_update_when_not_use_rtti_test): Likewise.
1761
6be47f0c
KS
17622014-06-16 Keith Seitz <keiths@redhat.com>
1763
1764 PR mi/15863
1765 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
1766 the inferior is started.
1767
d03de421
PA
17682014-06-16 Pedro Alves <palves@redhat.com>
1769
1770 * gdb.base/break-main-file-remove-fail.c: New file.
1771 * gdb.base/break-main-file-remove-fail.exp: New file.
1772 * gdb.base/break-unload-file.exp: Use build_executable instead of
1773 prepare_for_testing.
1774 (test_break): New parameter "initial_load". Handle it.
1775 (top level): Add initial_load cmdline/file axis.
1776
f9579b99
TT
17772014-06-12 Tom Tromey <tromey@redhat.com>
1778
1779 * gdb.base/completion.exp: Don't use directory name in test.
1780
3657956b
GB
17812014-06-09 Gary Benson <gbenson@redhat.com>
1782
1783 * gdb.base/sigall.c [Functions to send signals]: Reorder to
1784 separate the always-available ANSI-standard signals from the
1785 signals that require checking.
1786 (main): Likewise.
1787 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
1788 Likewise.
1789 (main): Likewise.
1790
4186eb54
KS
17912014-06-07 Keith Seitz <keiths@redhat.com>
1792
1793 Revert:
1794 PR c++/16253
1795 * gdb.cp/var-tag.cc: New file.
1796 * gdb.cp/var-tag.exp: New file.
1797 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
1798 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
1799 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1800 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1801
25326a28 18022014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
1803
1804 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
1805
829155c9
PA
18062014-06-06 Pedro Alves <palves@redhat.com>
1807
1808 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
1809 in target debug output instead of looking at RSP packets,
1810 disabling the test on any target that uses hardware stepping.
1811 Update comments.
1812
61c8d22e
PA
18132014-06-06 Pedro Alves <palves@redhat.com>
1814
1815 * gdb.base/break-unload-file.exp: Fix typo.
1816
d9a47287
YQ
18172014-06-06 Yao Qi <yao@codesourcery.com>
1818
1819 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
1820 from "jit_function" to "^jit_function".
1821
e5e01dbf
YQ
18222014-06-06 Yao Qi <yao@codesourcery.com>
1823
1824 * gdb.base/async.c (foo): Add one statement.
1825 * gdb.base/async.exp: Get the next instruction address and
1826 match the output of "nexti" by instruction address. Match
1827 the hex address in the output of "finish".
1828
73ba372c
GB
18292014-06-06 Gary Benson <gbenson@redhat.com>
1830
1831 * gdb.base/call-signals.c: Remove preprocessor conditionals
1832 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
1833 SIGSEGV and SIGTERM.
1834 * gdb.base/sigall.c: Likewise.
1835 * gdb.base/unwindonsignal.c: Likewise.
1836 * gdb.reverse/sigall-reverse.c: Likewise.
1837
831517df
YQ
18382014-06-06 Yao Qi <yao@codesourcery.com>
1839
1840 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
1841 readable, skip the test.
1842
b8b91e98
YQ
18432014-06-06 Yao Qi <yao@codesourcery.com>
1844
1845 * gdb.threads/staticthreads.c (thread_function): Move the line
1846 setting breakpoint on forward.
1847 * gdb.threads/staticthreads.exp: Update comments.
1848
fb934770
LC
18492014-06-05 Ludovic Courtès <ludo@gnu.org>
1850
1851 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
1852 "history-append! type error".
1853
6ef284bd
SM
18542014-06-05 Simon Marchi <simon.marchi@ericsson.com>
1855
1856 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
1857 erroneous dprintf expected input.
1858
a872e241
DE
18592014-06-04 Doug Evans <xdje42@gmail.com>
1860
1861 * gdb.guile/scm-generics.exp: Delete.
1862
16f691fb
DE
18632014-06-04 Doug Evans <xdje42@gmail.com>
1864
1865 * gdb.guile/scm-breakpoint.exp: Update.
1866 Add tests for breakpoint registration.
1867
012370f6
TT
18682014-06-04 Tom Tromey <tromey@redhat.com>
1869
1870 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
1871 VLA-in-union.
1872 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
1873 inner_vla_struct, vla_union types. Initialize objects of those
1874 types and compute their sizes.
1875
9f5a4cef
HZ
18762014-06-04 Nathan Sidwell <nathan@codesourcery.com>
1877 Hui Zhu <hui@codesourcery.com>
1878
1879 * gdb.base/fileio.exp: Add test for shell not available as well as
1880 available.
1881 * gdb.base/fileio.c (test_system): Check for shell twice.
1882
90a45c4d
YQ
18832014-06-04 Yao Qi <yao@codesourcery.com>
1884
1885 * gdb.base/auto-connect-native-target.exp: Remove redundant
1886 space from the regexp pattern.
1887
70017e41
YQ
18882014-06-04 Yao Qi <yao@codesourcery.com>
1889
1890 * gdb.base/default.exp: Replace "child" with "native" in
1891 regexp pattern.
1892
883964a7
SC
18932014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1894
1895 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
1896 * gdb.python/py-xmethods.exp: New tests to test xmethods.
1897 * gdb.python/py-xmethods.py: Python script supporting the
1898 new testcase and tests.
1899
ef370185
JB
19002014-06-03 Joel Brobecker <brobecker@adacore.com>
1901 Pedro Alves <palves@redhat.com>
1902
1903 PR breakpoints/17000
1904 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
1905 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
1906
1e2ccb61
BM
19072014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
1908
1909 * gdb.base/subst.exp: Add tests to verify partial path matching
1910 output.
1911
c6ec5ab2
PA
19122014-06-03 Pedro Alves <palves@redhat.com>
1913
1914 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
1915 target that doesn't use software single-stepping.
1916
835c559f
PA
19172014-06-03 Pedro Alves <palves@redhat.com>
1918
1919 PR breakpoints/17000
1920 * gdb.base/sss-bp-on-user-bp-2.c: New file.
1921 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
1922
06eb1586
DE
19232014-06-02 Doug Evans <xdje42@gmail.com>
1924
1925 * gdb.guile/scm-parameter.exp: New file.
1926
e698b8c4
DE
19272014-06-02 Doug Evans <xdje42@gmail.com>
1928
1929 * gdb.guile/scm-cmd.c: New file.
1930 * gdb.guile/scm-cmd.exp: New file.
1931
ded03782
DE
19322014-06-02 Doug Evans <xdje42@gmail.com>
1933
1934 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
1935 pretty-printer lookup.
1936 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
1937 (make-pp_s-printer): Call it.
1938 (make-pretty-printer-from-dict): New function.
1939 (lookup-pretty-printer-maker-from-dict): New function.
1940 (*pretty-printer*): Simplify.
1941 (make-objfile-pp_s-printer): New function.
1942 (install-objfile-pretty-printers!): New function.
1943 (make-progspace-pp_s-printer): New function.
1944 (install-progspace-pretty-printers!): New function.
1945 * gdb.guile/scm-progspace.c: New file.
1946 * gdb.guile/scm-progspace.exp: New file.
1947
41fac0cf
PA
19482014-06-02 Pedro Alves <palves@redhat.com>
1949
1950 * gdb.base/dprintf-bp-same-addr.c: New file.
1951 * gdb.base/dprintf-bp-same-addr.exp: New file.
1952
96ae5695
EBM
19532014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1954
1955 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
1956 * gdb.arch/powerpc-power.s: Likewise.
1957
da02b3a8
JB
19582014-06-02 Joel Brobecker <brobecker@adacore.com>
1959
1960 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
1961
c72b2e7b
YQ
19622014-06-01 Yao Qi <yao@codesourcery.com>
1963
1964 * gdb.base/watchpoint.exp (test_watch_location): Check null
1965 pointer can be dereferenced. If not, do the test, otherwise
1966 skip it.
1967
53e8a631
AB
19682014-05-30 Andrew Burgess <aburgess@broadcom.com>
1969
1970 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
1971 results.
1972 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
1973
938f0e2f
AB
19742014-05-30 Andrew Burgess <aburgess@broadcom.com>
1975
1976 * gdb.arch/amd64-invalid-stack-middle.S: New file.
1977 * gdb.arch/amd64-invalid-stack-middle.c: New file.
1978 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
1979 * gdb.arch/amd64-invalid-stack-top.c: New file.
1980 * gdb.arch/amd64-invalid-stack-top.exp: New file.
1981
9ba6657a
PA
19822014-05-30 Pedro Alves <palves@redhat.com>
1983
1984 PR breakpoints/17000
1985 * gdb.base/sss-bp-on-user-bp.c: New file.
1986 * gdb.base/sss-bp-on-user-bp.exp: New file.
1987
522c09bf
DB
19882014-05-30 David Blaikie <dblaikie@gmail.com>
1989
1990 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
1991 gnu_inline semantics via attribute.
1992 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
1993 source explicitly specifies the required semantics.
1994
bf4ef81e
MR
19952014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
1996
1997 * gdb.reverse/sigall-reverse.exp: Fix a typo.
1998
329ea579
PA
19992014-05-29 Pedro Alves <palves@redhat.com>
2000 Tom Tromey <tromey@redhat.com>
2001
2002 * gdb.base/async-shell.exp: Don't enable target-async.
2003 * gdb.base/async.exp
2004 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
2005 parameter. Adjust.
2006 (top level): Don't test with "target-async".
2007 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
2008 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
2009 * gdb.base/inferior-died.exp: Don't enable target-async.
2010 * gdb.base/interrupt-noterm.exp: Likewise.
2011 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
2012 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2013 * gdb.mi/mi-nonstop.exp: Likewise.
2014 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2015 * gdb.mi/mi-nsintrall.exp: Likewise.
2016 * gdb.mi/mi-nsmoribund.exp: Likewise.
2017 * gdb.mi/mi-nsthrexec.exp: Likewise.
2018 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2019 * gdb.multi/watchpoint-multi.exp: Adjust comment.
2020 * gdb.python/py-evsignal.exp: Don't enable target-async.
2021 * gdb.python/py-evthreads.exp: Likewise.
2022 * gdb.python/py-prompt.exp: Likewise.
2023 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
2024 * gdb.server/solib-list.exp: Don't enable target-async.
2025 * gdb.threads/thread-specific-bp.exp: Likewise.
2026 * lib/mi-support.exp: Adjust to use mi-async.
2027
fd664c91
PA
20282014-05-29 Pedro Alves <palves@redhat.com>
2029
2030 PR gdb/13860
2031 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
2032 reason, even in sync mode.
2033
251bde03
PA
20342014-05-29 Pedro Alves <palves@redhat.com>
2035 Hui Zhu <hui@codesourcery.com>
2036
2037 PR PR15693
2038 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
2039 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
2040 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
2041 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
2042
7f3c0343
JB
20432014-05-28 Joel Brobecker <brobecker@adacore.com>
2044
2045 * config/monitor.exp (gdb_target_monitor): Replace use of
2046 "set remotebaud" by "set serial baud".
2047
b2715b27
AW
20482014-05-26 Andy Wingo <wingo@igalia.com>
2049
2050 * gdb.guile/scm-breakpoint.exp:
2051 * gdb.guile/scm-gsmob.exp: Update to use plain old object
2052 properties instead of gdb-object-properties.
2053
498a4489
YQ
20542014-05-26 Yao Qi <yao@codesourcery.com>
2055
2056 * gdb.server/no-thread-db.exp: Specify source file name
2057 explicitly when setting a breakpoint.
2058
589fdceb
MM
20592014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2060
2061 * gdb.btrace/vdso.c: New.
2062 * gdb.btrace/vdso.exp: New.
2063
e9089e05
MM
20642014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2065
2066 * gdb.base/gcore.exp (capture_command_output): Move ...
2067 * lib/gdb.exp (capture_command_output): ... here.
2068
67b5c0c1
MM
20692014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2070
2071 * gdb.btrace/data.exp: Test memory access during btrace replay.
2072
a2199296
SM
20732014-05-22 Simon Marchi <simon.marchi@ericsson.com>
2074
2075 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
2076
17b2616c
PA
20772014-05-21 Pedro Alves <palves@redhat.com>
2078
2079 PR gdb/13860
2080 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
2081 (top level): Test that output related to execution commands is
2082 sent to the console with CLI commands, but not with MI commands.
2083 Test that breakpoint events are always mirrored to the console.
2084 Also expect the new source line to be output after a "next" in
2085 async mode too. Make it a pass/fail test.
2086 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
2087 output.
2088 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
2089
5166082f
PA
20902014-05-21 Pedro Alves <palves@redhat.com>
2091
2092 * gdb.base/list.exp (build_pattern, test_list): New procedures.
2093 Use them to test variations of "list" after reaching a breakpoint.
2094 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
2095 Test "list" with listsize 10 after reaching a breakpoint.
2096 * gdb.python/python.exp (decode_line current location line
2097 number): Adjust expected line number.
2098
2f25d70f
SM
20992014-05-21 Simon Marchi <simon.marchi@ericsson.com>
2100
2101 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
2102 behavior for $args, pass it directly to "run".
2103
ff604a67
MR
21042014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
2105
2106 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
2107 30000 to 65536.
2108
6a3cb8e8
PA
21092014-05-21 Pedro Alves <palves@redhat.com>
2110
2111 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
2112 auto-connect-native-target off".
2113 * gdb.base/auto-connect-native-target.c: New file.
2114 * gdb.base/auto-connect-native-target.exp: New file.
2115
4ebfc96e
PA
21162014-05-21 Pedro Alves <palves@redhat.com>
2117
2118 * gdb.base/default.exp: Test "target native" instead of "target
2119 child".
2120
36d46afb
MW
21212014-05-21 Mark Wielaard <mjw@redhat.com>
2122
2123 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2124
5876f503
JK
21252014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2126
2127 Fix TLS access for -static -pthread.
2128 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
2129 <HAVE_TLS> (thread_function, main): Initialize it.
2130 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
2131 Add clean_restart.
2132 <$have_tls != "">: Check TLSVAR.
2133
0256a6ac
PA
21342014-05-21 Pedro Alves <palves@redhat.com>
2135
2136 * gdb.base/dcache-line-read-error.c: New.
2137 * gdb.base/dcache-line-read-error.exp: New.
2138
936d2992
PA
21392014-05-20 Pedro Alves <palves@redhat.com>
2140
2141 * gdb.base/compare-sections.c: New file.
2142 * gdb.base/compare-sections.exp: New file.
2143
802e8e6d
PA
21442014-05-20 Pedro Alves <palves@redhat.com>
2145
2146 * gdb.base/break-idempotent.c: New file.
2147 * gdb.base/break-idempotent.exp: New file.
2148
e59fa00f
MM
21492014-05-20 Markus Metzger <markus.t.metzger@intel.com>
2150
2151 * gdb.btrace/nohist.exp: New.
2152
8b696e31
YQ
21532014-05-20 Yao Qi <yao@codesourcery.com>
2154
2155 * lib/gdb.exp (gdb_init): Set timeout if test file is under
2156 gdb.reverse directory and gdb_reverse_timeout exists in board
2157 setting.
2158 * README: Document gdb_reverse_timeout.
2159
73c9764f
YQ
21602014-05-20 Yao Qi <yao@codesourcery.com>
2161
2162 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
2163 'test_file_name'. Treat args as a string instead of a list.
2164 (gdb_init): Rename argument 'args' by 'test_file_name'.
2165
f1f4348a
JK
21662014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2167
2168 * gdb.arch/powerpc-power.exp: New file.
2169 * gdb.arch/powerpc-power.s: New file.
2170
0dbe70ce
DE
21712014-05-16 Doug Evans <dje@google.com>
2172
2173 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
2174 * gdb.base/completion.exp: Check that all expected files exist
2175 before doing file completion.
0dbe70ce 2176
8d551b02
DE
21772014-05-16 Doug Evans <dje@google.com>
2178
2179 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
2180 Update.
2181 (do_syscall_tests_without_xml): Update.
2182
73eb7709
PA
21832014-05-16 Pedro Alves <palves@redhat.com>
2184
2185 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
2186 instead of "unknown output after running".
2187
3fae92fc
YQ
21882014-05-16 Yao Qi <yao@codesourcery.com>
2189
2190 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
2191 file1.txt from host at the end.
2192 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2193
c2b2ccc5
DE
21942014-05-15 Doug Evans <dje@google.com>
2195
2196 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
2197 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
2198 loading file. Add test for TU lookup.
2199
8c217a4b
SM
22002014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2201
2202 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
2203 calling "-exec-arguments" or "set args" before running the
2204 inferior.
2205
3deb39c6
SM
22062014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2207
2208 * lib/mi-support.exp (mi_expect_stop): Expect message for
2209 inferiors that exit with non-zero exit code.
2210
71a79f8c
YQ
22112014-05-14 Yao Qi <yao@codesourcery.com>
2212
2213 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
2214 match absolute path on remote host.
2215 (test_file_list_exec_source_files): Remove "/" from the
2216 pattern.
2217
f23fcd46
YQ
22182014-05-14 Yao Qi <yao@codesourcery.com>
2219
2220 * boards/local-remote-host-notty.exp (${board}_file): New
2221 proc.
2222
9404b58f
KM
22232014-05-07 Kyle McMartin <kyle@redhat.com>
2224
2225 Pushed by Joel Brobecker <brobecker@adacore.com>.
2226 * gdb.arch/aarch64-atomic-inst.c: New file.
2227 * gdb.arch/aarch64-atomic-inst.exp: New file.
2228
5e45f04c
YQ
22292014-05-07 Yao Qi <yao@codesourcery.com>
2230
2231 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
2232 in current context" too.
2233
c888a17d
KS
22342014-05-05 Keith Seitz <keiths@redhat.com>
2235
2236 * gdb.linespec/ls-dollar.exp: Add test for linespec
2237 file:convenience_variable.
2238
290a839c
YQ
22392014-05-05 Yao Qi <yao@codesourcery.com>
2240
2241 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
2242 traceframes into tfile and ctf trace files. Read data from
2243 trace file and test collected data.
2244 (gdb_collect_locals_test): Likewise.
2245 (gdb_unavailable_registers_test): Likewise.
2246 (gdb_unavailable_floats): Likewise.
2247 (gdb_collect_globals_test): Likewise.
2248 (top-level): Append "ctf" to trace_file_targets if GDB
2249 supports.
2250
b5262cd0
YQ
22512014-05-05 Yao Qi <yao@codesourcery.com>
2252
2253 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
2254 code to ...
2255 (gdb_collect_args_test_1): ... it. New proc.
2256 (gdb_collect_locals_test): Move some code to ...
2257 (gdb_collect_locals_test_1): ... it. New proc.
2258 (gdb_unavailable_registers_test): Move some code to ...
2259 (gdb_unavailable_registers_test_1): ... it. New proc.
2260 (gdb_unavailable_floats): Move some code to ...
2261 (gdb_unavailable_floats_1): ... it. New proc.
2262
30a1e6cc
SDJ
22632014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2264
2265 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
2266 probes to test for bitness recognition.
2267 * gdb.arch/amd64-stap-optional-prefix.exp
2268 (test_probe_value_without_reg): New procedure.
2269 Add code to test for different kinds of bitness.
2270
f33da99a
SDJ
22712014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2272
2273 PR breakpoints/16889
2274 * gdb.arch/amd64-stap-optional-prefix.S: New file.
2275 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2276
5b80f00d
PA
22772014-05-01 Pedro Alves <palves@redhat.com>
2278
2279 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
2280 gdb_file_cmd if no file is specified.
2281 * boards/native-extended-gdbserver.exp (gdb_load): Use the
2282 last_loaded_file to set the remote exec-file.
2283
f8c2a73c
PA
22842014-05-01 Pedro Alves <palves@redhat.com>
2285
2286 * boards/local-remote-host.exp: New file.
2287
be6e8ac7
PA
22882014-05-01 Pedro Alves <palves@redhat.com>
2289
2290 * boards/local-remote-host.exp: Rename to ...
2291 * boards/local-remote-host-notty.exp: ... this.
2292
cac0dc8f
JB
22932014-04-28 Joel Brobecker <brobecker@adacore.com>
2294
2295 * gdb.ada/dyn_arrayidx: New testcase.
2296
9730e6cc
YQ
22972014-04-26 Yao Qi <yao@codesourcery.com>
2298
2299 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
2300 and compute the length of function main. Save it in
2301 $main_length.
2302 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
2303 (top-level): Use gdb_compile to compile objects into
2304 executable and restart GDB. Remove invocation to
2305 prepare_for_testing.
2306
7ae1a6a6
PA
23072014-04-25 Simon Marchi <simon.marchi@ericsson.com>
2308 Pedro Alves <palves@redhat.com>
2309
2310 PR server/16255
2311 * gdb.multi/multi-attach.c: New file.
2312 * gdb.multi/multi-attach.exp: New file.
2313
4082afcc
PA
23142014-04-25 Pedro Alves <palves@redhat.com>
2315
2316 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
2317 user.
2318 (top level): Test that "set remote conditional-breakpoints-packet
2319 off" works as intended.
2320 * gdb.base/dprintf.exp: Test that "set remote
2321 breakpoint-commands-packet off" works as intended.
2322 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
2323 New function.
2324 (top level): Call it.
2325 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
2326 remote fast-tracepoints-packet off" works as intended.
2327 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
2328 * lib/gdb.exp (gdb_is_target_remote): ... here.
2329
2abc3f8d
DB
23302014-04-24 David Blaikie <dblaikie@gmail.com>
2331
2332 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
2333 ensure clang would not discard them.
2334 * gdb.base/gdbvars.c: Ditto.
2335 * gdb.base/memattr.c: Ditto.
2336 * gdb.base/whatis.c: Ditto.
2337 * gdb.python/py-prettyprint.c: Ditto.
2338 * gdb.trace/actions.c: Ditto.
2339 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
2340 ensure clang would not discard it.
2341
bfd39632
DB
23422014-04-24 David Blaikie <dblaikie@gmail.com>
2343
2344 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
2345 clang to emit the full definition of type required by the test
2346 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
2347
22842ff6
DB
23482014-04-24 David Blaikie <dblaikie@gmail.com>
2349
2350 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
2351 coax Clang into emitting the definition of the type.
2352 * gdb.cp/pr10728-x.h (y): Ditto.
2353 * gdb.cp/pr10728-y.cc (y): Ditto.
2354
c2e827ad
DB
23552014-04-24 David Blaikie <dblaikie@gmail.com>
2356
2357 * gdb.base/label.exp: XFAIL label related tests under Clang.
2358 * gdb.cp/cplabel.exp: Ditto.
2359 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
2360 under Clang those using labels.
2361
4c2d33e7
YQ
23622014-04-25 Yao Qi <yao@codesourcery.com>
2363
2364 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
2365 double_label.
2366 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
2367 partial_label and double_label.
2368
56083b99
DB
23692014-04-24 David Blaikie <dblaikie@gmail.com>
2370
2371 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
2372
25d4e99d
DB
23732014-04-24 David Blaikie <dblaikie@gmail.com>
2374
2375 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
2376 of the function to work across GCC and Clang.
2377 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
2378 pointer types (const void ** const V void **).
2379
01f9f808
MS
23802014-04-24 Michael Sturm <michael.sturm@mintel.com>
2381 Walfred Tedeschi <walfred.tedeschi@intel.com>
2382
2383 * Makefile.in (EXECUTABLES): Added i386-avx512.
2384 * gdb.arch/i386-avx512.c: New file.
2385 * gdb.arch/i386-avx512.exp: Likewise.
2386
4b48d439
KS
23872014-04-23 Keith Seitz <keiths@redhat.com>
2388
2389 * lib/mi-support.exp (mi_list_breakpoints): Delete.
2390 (mi_make_breakpoint_table): New procedure.
2391 (mi_create_breakpoint): Use mi_make_breakpoint
2392 and return the result.
2393 (mi_make_breakpoint): New procedure.
2394 (mi_build_kv_pairs): New procedure.
2395
2396 * gdb.mi/mi-break.exp: Remove unused globals,
2397 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
2398 All callers updated.
2399 * gdb.mi/mi-dprintf.exp: Use variable to track command
2400 number.
2401 Update all callers of mi_create_breakpoint and use
2402 mi_make_breakpoint_table.
2403 Remove any unused global variables.
2404 * gdb.mi/mi-nonstop.exp: Likewise.
2405 * gdb.mi/mi-nsintrall.exp: Likewise.
2406 * gdb.mi/mi-nsmoribund.exp: Likewise.
2407 * gdb.mi/mi-nsthrexec.exp: Likewise.
2408 * gdb.mi/mi-reverse.exp: Likewise.
2409 * gdb.mi/mi-simplerun.exp: Likewise.
2410 * gdb.mi/mi-stepn.exp: Likewise.
2411 * gdb.mi/mi-syn-frame.exp: Likewise.
2412 * gdb.mi/mi-until.exp: Likewise.
2413 * gdb.mi/mi-var-cp.exp: Likewise.
2414 * gdb.mi/mi-var-display.exp: Likewise.
2415 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
2416 * gdb.mi/mi2-var-child.exp: Likewise.
2417 * gdb.mi/mi-vla-c99.exp: Likewise.
2418 * lib/mi-support.exp: Likewise.
2419
2420 From Ian Lance Taylor <iant@cygnus.com>:
2421 * lib/gdb.exp (parse_args): New procedure.
2422
08351840
PA
24232014-04-23 Pedro Alves <palves@redhat.com>
2424
2425 * gdb.base/break-unload-file.c: New file.
2426 * gdb.base/break-unload-file.exp: New file.
2427 * gdb.base/sym-file-lib.c (baz): New function.
2428 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
2429 field.
2430 (load): Store the segment's mapped size.
2431 (unload): New function.
2432 (unload_shlib): New function.
2433 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
2434 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
2435 set a breakpoint at baz, and call it.
2436 * gdb.base/sym-file.exp: New tests for stale breakpoint
2437 instructions.
2438
076855f9
PA
24392014-04-23 Pedro Alves <palves@redhat.com>
2440
2441 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
2442 * gdb.base/hbreak-in-shr-unsupported.c: New file.
2443 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
2444 * gdb.base/hbreak-unmapped.c: New file.
2445 * gdb.base/hbreak-unmapped.exp: New file.
2446 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
2447 * lib/gdb.exp (gdb_is_target_remote): ... here.
2448
483805cf
PA
24492014-04-22 Pedro Alves <palves@redhat.com>
2450
2451 * gdb.base/consecutive-step-over.c: New file.
2452 * gdb.base/consecutive-step-over.exp: New file.
2453
06d97543
PA
24542014-04-22 Pedro Alves <palves@redhat.com>
2455
2456 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
2457 instead of send_gdb/gdb_expect.
2458
b4429ea2
YQ
24592014-04-22 Yao Qi <yao@codesourcery.com>
2460
2461 * lib/trace-support.exp (generate_tracefile): New procedure.
2462 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
2463 return 0.
2464 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
2465 if generate_tracefile returns 1.
2466
51d48146
PA
24672014-04-18 Tom Tromey <palves@redhat.com>
2468 Pedro alves <tromey@redhat.com>
2469
2470 PR backtrace/15558
2471 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
2472 with a backtrace limit.
2473 * gdb.python/py-frame-inline.exp: Test running to an inline
2474 function with a backtrace limit, and printing the newest frame.
2475 * gdb.python/py-frame-inline.c (main): Call f.
2476
bd1dce5f
MS
24772014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2478
2479 * gdb.java/jnpe.exp: Drop srcdir from untested path.
2480
40d1a503
MS
24812014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2482
2483 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
2484 Drop prefix from unsupported source file path.
2485
389b98f7
YQ
24862014-04-17 Yao Qi <yao@codesourcery.com>
2487
2488 * lib/gdb.exp (with_target_charset): New proc.
2489 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
2490 with_target_charset.
2491 (test_print_strings): Likewise.
2492 (test_repeat_bytes): Likewise.
2493 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
2494 for some tests.
2495
22869d73
KS
24962014-04-16 Keith Seitz <keiths@redhat.com>
2497
2498 PR gdb/15827
2499 * gdb.dwarf2/corrupt.c: New file.
2500 * gdb.dwarf2/corrupt.exp: New file.
2501
c4f87ca6
KS
25022014-04-16 Keith Seitz <keiths@redhat.com>
2503
2504 PR c++/16597
2505 * gdb.cp/namelessclass.cc: New file.
2506 * gdb.cp/namelessclass.exp: New file.
2507 * gdb.cp/namelessclass.S: New file.
2508
ab19de87
DE
25092014-04-16 Doug Evans <dje@google.com>
2510
2511 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
2512 Add comment.
2513 (gdbserver_default_get_comm_port): New function.
2514 (gdbserver_start): Check if board file provided
2515 "gdbserver,get_comm_port" and use it if so.
2516 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
2517 (gdb,socketport): Set to "stdio".
2518 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
2519 (stdio_gdbserver_template): Delete.
2520 (${board}_get_remote_address): Update.
2521 (${board}_build_remote_cmd): Delete.
2522 (${board}_get_comm_port): New function.
2523 (${board}_spawn): Update.
2524 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
2525 Delete.
2526 (${board}_get_remote_address): Update.
2527 (${board}_get_comm_port): New function.
2528
fc98a809
AB
25292014-04-16 Andrew Burgess <aburgess@broadcom.com>
2530
2531 * gdb.base/memattr.exp: Improve regexps to handle memory regions
2532 appearing in any order.
2533
87fd9e6e
DE
25342014-04-15 Doug Evans <dje@google.com>
2535
2536 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
2537 uninitialized value of "description".
2538
099fc3ea
KS
25392014-04-15 Keith Seitz <keiths@redhat.com>
2540
2541 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
2542 Remove unused globals.
2543 (test_running_the_program): Likewise.
2544 (test_controlled_execution): Likewise.
2545 (test_controlling_breakpoints): Likewise.
2546 (test_program_termination): Likewise.
2547
5da151d4
KS
25482014-04-15 Keith Seitz <keiths@redhat.com>
2549
2550 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
2551 unused globals.
2552 (test_rbreak_creation_and_listing): Likewise.
2553 (test_ignore_count): Likewise.
2554 (test_error): Likewise.
2555
35e5d2f0
PA
25562014-04-15 Pedro Alves <palves@redhat.com>
2557
2558 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
2559 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
2560 sym-file-loader.c.
2561 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
2562 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
2563 to sym-file-loader.c.
2564 (struct library): Forward declare.
2565 (load_shlib, lookup_function): Change prototypes.
2566 (find_shstrtab, find_strtab, find_shdr, find_symtab)
2567 (translate_offset): Remove declarations.
2568 (get_text_addr): New declaration.
2569 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
2570 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
2571 sym-file-loader.h.
2572 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
2573 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
2574 here from sym-file-loader.h.
2575 (struct library): New structure.
2576 (load_shlib, lookup_function): Change prototypes and adjust to
2577 work with a struct library.
2578 (find_shstrtab, find_strtab, find_shdr, find_symtab)
2579 (translate_offset): Make static.
2580 (get_text_addr): New function.
2581 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
2582
eb4c1710
PA
25832014-04-15 Pedro Alves <palves@redhat.com>
2584
2585 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
2586
2d1baf52
PA
25872014-04-15 Pedro Alves <palves@redhat.com>
2588
2589 * gdb.base/sym-file-loader.c: Include <limits.h>.
2590 (SELF_LINK): New define.
2591 (get_origin): New function.
2592 (load_shlib): Use it.
2593 * gdb.base/sym-file.exp: Don't early return if the target is
2594 remote. Use runto_main, and issue fail is that fails. Use
2595 gdb_load_shlibs.
2596 (shlib_name): Delete.
2597 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
2598
7dd6df01
PA
25992014-04-15 Pedro Alves <palves@redhat.com>
2600
2601 * gdb.base/sym-file.exp: Remove regex characters from test
2602 message. Don't refer to breakpoint numbers in test messages.
2603
b50c8614
KS
26042014-04-14 Keith Seitz <keiths@redhat.com>
2605
2606 PR c++/16253
2607 * gdb.cp/var-tag.cc: New file.
2608 * gdb.cp/var-tag.exp: New file.
2609 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2610 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2611 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2612 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2613
3d567982
TT
26142014-04-14 Tom Tromey <tromey@redhat.com>
2615
2616 * gdb.cp/classes.exp (test_enums): Handle underlying type.
2617 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
2618 type.
2619 * gdb.cp/enum-class.exp: New file.
2620 * gdb.cp/enum-class.cc: New file.
2621
0626fc76
TT
26222014-04-14 Tom Tromey <tromey@redhat.com>
2623
2624 * gdb.dwarf2/enum-type.exp: New file.
2625
dca325b3
SA
26262014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2627
2628 * gdb.mi/mi-vla-c99.exp: New file.
2629 * gdb.mi/vla.c: New file.
2630
5854b38a
SA
26312014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2632
2633 * gdb.base/vla-datatypes.c: New file.
2634 * gdb.base/vla-datatypes.exp: New file.
2635
463bb957
SA
26362014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2637
2638 * gdb.base/vla-ptr.c: New file.
2639 * gdb.base/vla-ptr.exp: New file.
2640
3dd170be
SA
26412014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2642
2643 * gdb.dwarf2/count.exp: New file.
2644
5ecaaa66
SA
26452014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2646
2647 * gdb.base/vla-sideeffect.c: New file.
2648 * gdb.base/vla-sideeffect.exp: New file.
2649
41f1ada5
DB
26502014-04-14 David Blaikie <dblaikie@gmail.com>
2651
2652 * gdb.mi/non-stop.c: Add return value for non-void function return
2653 statement.
2654 * gdb.threads/staticthreads.c: Ditto.
2655
0be03e84
DE
26562014-04-12 Siva Chandra Reddy <sivachandra@google.com>
2657 Doug Evans <xdje42@gmail.com>
2658
2659 * gdb.guile/scm-value.c: Improve test case.
2660 * gdb.guile/scm-value.exp: Add new test.
2661
f180a1fb
DB
26622014-04-11 David Blaikie <dblaikie@gmail.com>
2663
2664 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
2665 override Clang's default.
2666
6b662e19
JB
26672014-04-11 Joel Brobecker <brobecker@adacore.com>
2668
2669 Revert the following changes (regressions):
2670
2671 * gdb.base/vla-sideeffect.c: New file.
2672 * gdb.base/vla-sideeffect.exp: New file.
2673
2674 * gdb.dwarf2/count.exp: New file.
2675
2676 * gdb.base/vla-multi.c: New file.
2677 * gdb.base/vla-multi.exp: New file.
2678
2679 * gdb.base/vla-ptr.c: New file.
2680 * gdb.base/vla-ptr.exp: New file.
2681
2682 * gdb.base/vla-datatypes.c: New file.
2683 * gdb.base/vla-datatypes.exp: New file.
2684
2685 * gdb.mi/mi-vla-c99.exp: New file.
2686 * gdb.mi/vla.c: New file.
2687
245a5f0b
KS
26882014-04-11 Keith Seitz <keiths@redhat.com>
2689
2690 PR c++/16675
2691 * gdb.cp/cpsizeof.exp: New file.
2692 * gdb.cp/cpsizeof.cc: New file.
2693
58a84dcf
SA
26942014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2695
191a8a90
JB
2696 * gdb.mi/mi-vla-c99.exp: New file.
2697 * gdb.mi/vla.c: New file.
58a84dcf 2698
c8655f75
SA
26992014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2700
2701 * gdb.base/vla-datatypes.c: New file.
2702 * gdb.base/vla-datatypes.exp: New file.
2703
024e13b4
SA
27042014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2705
2706 * gdb.base/vla-ptr.c: New file.
2707 * gdb.base/vla-ptr.exp: New file.
2708
1a237e0e
SA
27092014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2710
2711 * gdb.base/vla-multi.c: New file.
2712 * gdb.base/vla-multi.exp: New file.
2713
504f3432
SA
27142014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2715
2716 * gdb.dwarf2/count.exp: New file.
2717
3bce8237
SA
27182014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2719
191a8a90
JB
2720 * gdb.base/vla-sideeffect.c: New file.
2721 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 2722
322f9c21
YQ
27232014-04-11 Yao Qi <yao@codesourcery.com>
2724
2725 * gdb.base/completion.exp: Check file exists before running tests
2726 on file completion.
2727
d708bcd1
PA
27282014-04-10 Pedro Alves <palves@redhat.com>
2729
2730 * gdb.base/cond-eval-mode.c: New file.
2731 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
2732 prepare_for_testing to build the new file. Check result of
2733 runto_main.
2734 (test_break, test_watch): New procedures.
2735 (top level): Use them.
2736
ae1d2761
PM
27372014-04-08 Pierre Muller <muller@sourceware.org>
2738
2739 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
2740 Ctrl-V use for mingw hosts.
2741
7af389b8
SC
27422014-04-07 Siva Chandra Reddy <sivachandra@google.com>
2743
2744 * gdb.python/py-value.c: Improve test case.
2745 * gdb.python/py-value.exp: Add new test.
2746
5e703181
DE
27472014-04-07 David Blaikie <dblaikie@gmail.com>
2748
2749 * lib/compiler.c: Identify the clang compiler.
2750 * lib/compiler.cc: Ditto.
2751
9810b410
YQ
27522014-04-03 Yao Qi <yao@codesourcery.com>
2753
2754 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
2755
98d1b8dc
AB
27562014-04-01 Anton Blanchard <anton@samba.org>
2757
2758 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
2759 messages unique.
2760
3114cea1
AB
27612014-04-01 Anton Blanchard <anton@samba.org>
2762
2763 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
2764 prepare_for_testing.
2765
62f7182c
AB
27662014-04-01 Anton Blanchard <anton@samba.org>
2767
2768 * gdb.arch/ppc64-atomic-inst.c: Remove.
2769 * gdb.arch/ppc64-atomic-inst.S: New file.
2770 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
2771
770e7fc7
DE
27722014-03-31 Doug Evans <dje@google.com>
2773
2774 * gdb.base/print-symbol-loading-lib.c: New file.
2775 * gdb.base/print-symbol-loading-main.c: New file.
2776 * gdb.base/print-symbol-loading.exp: New file.
2777
46e2bafa
YQ
27782014-03-31 Yao Qi <yao@codesourcery.com>
2779
2780 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
2781
8776cfe9
JB
27822014-03-28 Joel Brobecker <brobecker@adacore.com>
2783
2784 * gdb.ada/mi_dyn_arr: New testcase.
2785
5d1ef361
DE
27862014-03-27 Doug Evans <dje@google.com>
2787
2788 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
2789
b5bee914
YQ
27902014-03-27 Yao Qi <yao@codesourcery.com>
2791
2792 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
2793 if target is nios2-*-*.
2794
0d4d0e77
YQ
27952014-03-26 Yao Qi <yao@codesourcery.com>
2796
2797 * lib/gdb.exp (readline_is_used): New proc.
2798 * gdb.base/completion.exp: Move tests on command complete up.
2799 Skip the rest of tests if readline is not used.
2800 * gdb.ada/complete.exp: Skp the test if readline is not
2801 used.
2802 * gdb.base/filesym.exp: Likewise.
2803 * gdb.base/macscp.exp: Likewise.
2804 * gdb.base/readline-ask.exp: Likewise.
2805 * gdb.base/readline.exp: Likewise.
2806 * gdb.python/py-cmd.exp: Likewise.
2807 * gdb.trace/tfile.exp: Likewise.
2808
29361eee
YQ
28092014-03-26 Yao Qi <yao@codesourcery.com>
2810
2811 * gdb.base/macscp.exp: Fix code format issues.
2812
bc9a5525
UW
28132014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
2814
2815 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
2816 * gdb.asm/powerpc64le.inc: New file.
2817
d3839ede
PA
28182014-03-25 Pedro Alves <palves@redhat.com>
2819 Doug Evans <dje@google.com>
2820
2821 * gdb.base/source-execution.c: New file.
2822 * gdb.base/source-execution.exp: New file.
2823 * gdb.base/source-execution.gdb: New file.
2824
01672a57
DE
28252014-03-24 Doug Evans <dje@google.com>
2826
2827 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
2828 using fission.
2829
88bbeca9
HZ
28302014-03-24 Hui Zhu <hui@codesourcery.com>
2831 Pedro Alves <palves@redhat.com>
2832
2833 PR breakpoints/16101
2834 * gdb.base/dprintf.exp: Use unsupported rather than changing the
2835 test pass/fail messages. Detect missing support for dprintf when
2836 breakpoints are actually inserted.
2837 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
2838 breakpoints are actually inserted.
2839 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
2840 fails.
2841
d2348791
JK
28422014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2843
2844 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
2845
feef67ab
DE
28462014-03-22 Doug Evans <xdje42@gmail.com>
2847
2848 * gdb.python/python.exp (python not supported): Verify multi-line
2849 python command issues an error.
25d743f9 2850 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 2851 guile command issues an error.
feef67ab 2852
ecebef6a
MR
28532014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
2854
2855 * gdb.threads/thread-specific.exp: Handle the lack of usable
2856 $this_breakpoint and $this_thread.
2857
ccdd1909
HZ
28582014-03-21 Hui Zhu <hui@codesourcery.com>
2859
2860 * gdb.base/attach.exp (do_command_attach_tests): New.
2861
beb460e8
PA
28622014-03-20 Tom Tromey <tromey@redhat.com>
2863 Pedro Alves <palves@redhat.com>
2864
2865 PR cli/15718
2866 * gdb.base/condbreak-call-false.c: New file.
2867 * gdb.base/condbreak-call-false.exp: New file.
2868
40acf43a
PA
28692014-03-20 Pedro Alves <palves@redhat.com>
2870
2871 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
2872 Delete.
2873 (block_signals, unblock_signals): Delete.
2874 (child_function_2, main): Remove references to deleted variable
2875 and functions.
2876
9f5e1e02
PA
28772014-03-20 Pedro Alves <palves@redhat.com>
2878
2879 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
2880 Use pthread_kill to signal thread 2.
2881 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2882 Adjust to make the test send itself a signal rather than using the
2883 host's "kill" command.
2884
99619bea
PA
28852014-03-20 Pedro Alves <palves@redhat.com>
2886
2887 * gdb.threads/multiple-step-overs.c: New file.
2888 * gdb.threads/multiple-step-overs.exp: New file.
2889 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2890 Adjust expected infrun debug output.
2891
2adfaa28
PA
28922014-03-20 Pedro Alves <palves@redhat.com>
2893
2894 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
2895 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
2896
31e77af2
PA
28972014-03-20 Pedro Alves <palves@redhat.com>
2898
2899 PR breakpoints/7143
2900 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
2901 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
2902 of gdb_test_multiple.
2903 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
2904 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
2905
b9f437de
PA
29062014-03-20 Pedro Alves <palves@redhat.com>
2907
2908 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
2909 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
2910
05adc73e
PA
29112014-03-19 Pedro Alves <palves@redhat.com>
2912
2913 * gdb.base/async.exp: Remove early return.
2914
6048b950
PA
29152014-03-19 Pedro Alves <palves@redhat.com>
2916
2917 * gdb.base/async.exp (step& tests): Pass explicit test messages.
2918
8bcfb00a
PA
29192014-03-19 Pedro Alves <palves@redhat.com>
2920
2921 * gdb.base/async.exp (test_background): Expect \r\n after
2922 "completed." in the fail pattern.
2923
884e37dc
PA
29242014-03-19 Pedro Alves <palves@redhat.com>
2925
2926 * gdb.base/async.exp (test_background): New procedure.
2927 Use it for all background execution command tests.
2928
148e57e2
PA
29292014-03-19 Pedro Alves <palves@redhat.com>
2930
2931 * gdb.base/async.exp: Use prepare_for_testing.
2932
f48088c7
PA
29332014-03-19 Pedro Alves <palves@redhat.com>
2934
2935 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
2936 the same line.
2937
e2f6c966
PA
29382014-03-19 Pedro Alves <palves@redhat.com>
2939
2940 * gdb.base/async.c (main): Add "jump here" and "until here" line
2941 marker comments.
2942 * gdb.base/async.exp (jump_here): New global.
2943 (jump& test): Use it.
2944 (until_here): New global.
2945 (until& test): Use it.
2946
c30568d4
PA
29472014-03-19 Pedro Alves <palves@redhat.com>
2948
2949 * gdb.base/async.exp: Don't frob gdb_protocol.
2950
0172b6a7
DE
29512014-03-18 Doug Evans <xdje42@gmail.com>
2952
2953 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
2954 Fix spelling of exec-done-display.
2955
06c868a8
JK
29562014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2957
2958 PR gdb/15358
2959 * gdb.base/gdb-sigterm.c: New file.
2960 * gdb.base/gdb-sigterm.exp: New file.
2961
0c7e1a46
PA
29622014-03-18 Pedro Alves <palves@redhat.com>
2963
2964 PR gdb/13860
2965 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
2966 * lib/mi-support.exp (mi_expect_stop): Add special handling for
2967 solib-event.
2968
f7c77d93
JB
29692014-03-17 Joel Brobecker <brobecker@adacore.com>
2970
2971 * gdb.ada/pckd_arr_ren: New testcase.
2972
5a1e8c7a
DE
29732014-03-13 Doug Evans <xdje42@gmail.com>
2974
2975 PR guile/16612
2976 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
2977 collect after discarding symbols.
2978
350e1a76
DE
29792014-03-13 Ludovic Courtès <ludo@gnu.org>
2980 Doug Evans <xdje42@gmail.com>
2981
2982 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
2983 to history survives a gc.
2984
a69900ae
PA
29852014-03-13 Pedro Alves <palves@redhat.com>
2986
2987 * gdb.base/default.exp: Don't test "target procfs".
2988
5db9f0bd
PA
29892014-03-13 Pedro Alves <palves@redhat.com>
2990
2991 * gdb.base/default.exp: Update "target child" and "target procfs"
2992 tests to not expect "Unix".
2993
b3ccfe11
TT
29942014-03-12 Tom Tromey <tromey@redhat.com>
2995
2996 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
2997 New procs. Add target-async tests.
2998 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
2999 Add target-async tests.
3000
646f4417
AA
30012014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3002
3003 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
3004 'func_start' and 'func_end' for the beginning and end of the
3005 function code, respectively.
3006 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
3007 'func_end' instead of 'func' and 'main'.
3008
288c211f
AA
30092014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3010
3011 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
3012 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
3013 generate the debug info assembler source.
3014
e0c0f156
AA
30152014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3016
3017 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
3018 * gdb.dwarf2/arr-subrange.exp: Likewise.
3019 * gdb.dwarf2/dwz.exp: Likewise.
3020 * gdb.dwarf2/method-ptr.exp: Likewise.
3021 * gdb.dwarf2/missing-sig-type.exp: Likewise.
3022 * gdb.dwarf2/subrange.exp: Likewise.
3023 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
3024 * gdb.dwarf2/implptrpiece.exp: Likewise.
3025 * gdb.dwarf2/nostaticblock.exp: Likewise.
3026
0e5c4555
AA
30272014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3028
3029 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
3030 directory to absolute path name arguments.
3031
5ec18f2b
JG
30322014-03-10 Joel Brobecker <brobecker@adacore.com>
3033
3034 * gdb.ada/tagged_access: New testcase.
3035
847fc4f2
MM
30362014-03-07 Markus Metzger <markus.t.metzger@intel.com>
3037
3038 * gdb.btrace/data.exp: Update expected output.
3039
cc3da688
YQ
30402014-03-06 Yao Qi <yao@codesourcery.com>
3041
3042 * gdb.trace/pr16508.exp: New file.
3043
0f26cec1
PA
30442014-03-05 Pedro Alves <palves@redhat.com>
3045
3046 PR gdb/16575
3047 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
3048 procedure.
3049 (top level): Adjust to use it. Add tests that exercise breakpoint
3050 interaction with the code-cache.
3051
7a5a839f
LC
30522014-02-26 Ludovic Courtès <ludo@gnu.org>
3053
3054 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
3055 test for 'history-append!'.
3056
31aa7e4e
JB
30572014-02-26 Joel Brobecker <brobecker@adacore.com>
3058
3059 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
3060 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
3061 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
3062 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
3063 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
3064 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
3065
1b588015
JB
30662014-02-26 Joel Brobecker <brobecker@adacore.com>
3067
3068 * testsuite/gdb.python/py-pp-re-notag.c: New file.
3069 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
3070 * testsuite/gdb.python/py-pp-re-notag.p: New file.
3071
55426c9d
JB
30722014-02-26 Joel Brobecker <brobecker@adacore.com>
3073
3074 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
3075
dc53a7ad
JB
30762014-02-26 Joel Brobecker <brobecker@adacore.com>
3077
3078 * gdb.dwarf2/arr-stride.c: New file.
3079 * gdb.dwarf2/arr-stride.exp: New file.
3080
12ab52e9
PA
30812014-02-26 Pedro Alves <palves@redhat.com>
3082
3083 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
3084 that won't ever trigger. Make sure that GDB reports the correct
3085 breakpoint that caused the stop.
3086
849c862e
JK
30872014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3088
3089 PR gdb/16626
3090 * gdb.base/auto-load-script: New file.
3091 * gdb.base/auto-load.c: New file.
3092 * gdb.base/auto-load.exp: New file.
3093
71b7d793
JK
3094 PR gdb/16626
3095 * gdb.base/auto-load.exp: Fix out-of-srctree run.
3096
e2f0d509
JK
30972014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3098
3099 Fix dw2-icycle.exp -fsanitize=address GDB crash.
3100 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
3101
50cc37c8
DE
31022014-02-24 Doug Evans <dje@google.com>
3103
3104 * lib/gdb.exp (run_on_host): Log error output if program fails.
3105
ea4758f2
PA
31062014-02-21 Pedro Alves <palves@redhat.com>
3107
3108 * gdb.threads/step-after-sr-lock.c: Rename to ...
3109 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
3110 * gdb.threads/step-after-sr-lock.exp: Rename to ...
3111 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3112 ... this.
3113
d7b30f67
SDJ
31142014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
3115
3116 PR tdep/16397
3117 * gdb.arch/amd64-stap-special-operands.exp: New file.
3118 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
3119 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
3120 * gdb.arch/amd64-stap-triplet.S: Likewise.
3121 * gdb.arch/amd64-stap-triplet.c: Likewise.
3122
83deb43f
JB
31232014-02-20 Joel Brobecker <brobecker@adacore.com>
3124
3125 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
3126 in .section pseudo-op.
3127
adde2bff
DE
31282014-02-20 lin zuojian <manjian2006@gmail.com>
3129 Joel Brobecker <brobecker@adacore.com>
3130 Doug Evans <xdje42@gmail.com>
3131
3132 PR symtab/16581
3133 * gdb.dwarf2/dw2-icycle.S: New file.
3134 * gdb.dwarf2/dw2-icycle.c: New file.
3135 * gdb.dwarf2/dw2-icycle.exp: New file.
3136
f7bd0f78
SC
31372014-02-19 Siva Chandra Reddy <sivachandra@google.com>
3138
3139 * gdb.python/py-value-cc.cc: Improve test case to enable testing
3140 operations on gdb.Value objects.
3141 * gdb.python/py-value-cc.exp: Add new test to test operations on
3142 gdb.Value objects.
3143
c17ef0d5
DE
31442014-02-18 Doug Evans <dje@google.com>
3145
3146 * Makefile.in (TESTS): New variable.
3147 (expanded_tests, expanded_tests_or_none): New variables
3148 (check-single): Pass $(expanded_tests_or_none) to runtest.
3149 (check-parallel): Only run tests in $(TESTS) if non-empty.
3150 (check/no-matching-tests-found): New rule.
3151 * README: Document TESTS makefile variable.
3152
5dd3176f
DE
31532014-02-18 Doug Evans <dje@google.com>
3154
3155 * Makefile.in (check-parallel): rm -rf outputs temp.
3156
0b10be4f
JK
31572014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3158
3159 Fix "ERROR: no fileid for" in the testsuite.
3160 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
3161
85f224e7
DE
31622014-02-12 Doug Evans <dje@google.com>
3163
3164 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
3165 (MISCELLANEOUS): New variable.
3166 (clean): rm -rf $(MISCELLANEOUS).
3167 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
3168 dwp live in the same directory as symlinks, with each symlink pointed
3169 to a differently named file in a different directory.
3170
149b30ff
DE
31712014-02-11 Doug Evans <dje@google.com>
3172
3173 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
3174 of Tcl file commands.
3175
1dfdac32
MK
31762014-02-10 Mark Kettenis <kettenis@gnu.org>
3177
3178 * gdb.threads/step-after-sr-lock.exp: Avoid executing
3179 "kill -SIGUSR1 -1".
3180
aa4fb036
JB
31812014-02-10 Joel Brobecker <brobecker@adacore.com>
3182
3183 * gdb.ada/tick_length_array_enum_idx: New testcase.
3184
ed3ef339
DE
31852014-02-10 Doug Evans <xdje42@gmail.com>
3186
3187 * configure.ac (AC_OUTPUT): Add gdb.guile.
3188 * configure: Regenerate.
3189 * lib/gdb-guile.exp: New file.
3190 * lib/gdb.exp (get_target_charset): New function.
3191 * gdb.base/help.exp: Update expected output from "apropos apropos".
3192 * gdb.guile/Makefile.in: New file.
3193 * gdb.guile/guile.exp: New file.
3194 * gdb.guile/scm-arch.c: New file.
3195 * gdb.guile/scm-arch.exp: New file.
3196 * gdb.guile/scm-block.c: New file.
3197 * gdb.guile/scm-block.exp: New file.
3198 * gdb.guile/scm-breakpoint.c: New file.
3199 * gdb.guile/scm-breakpoint.exp: New file.
3200 * gdb.guile/scm-disasm.c: New file.
3201 * gdb.guile/scm-disasm.exp: New file.
3202 * gdb.guile/scm-equal.c: New file.
3203 * gdb.guile/scm-equal.exp: New file.
3204 * gdb.guile/scm-error.exp: New file.
3205 * gdb.guile/scm-error.scm: New file.
3206 * gdb.guile/scm-frame-args.c: New file.
3207 * gdb.guile/scm-frame-args.exp: New file.
3208 * gdb.guile/scm-frame-args.scm: New file.
3209 * gdb.guile/scm-frame-inline.c: New file.
3210 * gdb.guile/scm-frame-inline.exp: New file.
3211 * gdb.guile/scm-frame.c: New file.
3212 * gdb.guile/scm-frame.exp: New file.
3213 * gdb.guile/scm-generics.exp: New file.
3214 * gdb.guile/scm-gsmob.exp: New file.
3215 * gdb.guile/scm-iterator.c: New file.
3216 * gdb.guile/scm-iterator.exp: New file.
3217 * gdb.guile/scm-math.c: New file.
3218 * gdb.guile/scm-math.exp: New file.
3219 * gdb.guile/scm-objfile-script-gdb.in: New file.
3220 * gdb.guile/scm-objfile-script.c: New file.
3221 * gdb.guile/scm-objfile-script.exp: New file.
3222 * gdb.guile/scm-objfile.c: New file.
3223 * gdb.guile/scm-objfile.exp: New file.
3224 * gdb.guile/scm-ports.exp: New file.
3225 * gdb.guile/scm-pretty-print.c: New file.
3226 * gdb.guile/scm-pretty-print.exp: New file.
3227 * gdb.guile/scm-pretty-print.scm: New file.
3228 * gdb.guile/scm-section-script.c: New file.
3229 * gdb.guile/scm-section-script.exp: New file.
3230 * gdb.guile/scm-section-script.scm: New file.
3231 * gdb.guile/scm-symbol.c: New file.
3232 * gdb.guile/scm-symbol.exp: New file.
3233 * gdb.guile/scm-symtab-2.c: New file.
3234 * gdb.guile/scm-symtab.c: New file.
3235 * gdb.guile/scm-symtab.exp: New file.
3236 * gdb.guile/scm-type.c: New file.
3237 * gdb.guile/scm-type.exp: New file.
3238 * gdb.guile/scm-value-cc.cc: New file.
3239 * gdb.guile/scm-value-cc.exp: New file.
3240 * gdb.guile/scm-value.c: New file.
3241 * gdb.guile/scm-value.exp: New file.
3242 * gdb.guile/source2.scm: New file.
3243 * gdb.guile/types-module.cc: New file.
3244 * gdb.guile/types-module.exp: New file.
3245
7026a7c1
YQ
32462014-02-10 Yao Qi <yao@codesourcery.com>
3247
3248 PR testsuite/16543
3249 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
3250 * configure: Regenerated.
3251 * Makefile.in: New file.
3252
6c466447
AS
32532014-02-08 Andreas Schwab <schwab@linux-m68k.org>
3254
3255 * gdb.python/py-framefilter.exp: Fix typo.
3256
6e854735
YQ
32572014-02-08 Yao Qi <yao@codesourcery.com>
3258
3259 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
3260 that no =breakpoint-modified is emitted when breakpoints are
3261 modified through MI commands.
3262
d137e6dc
PA
32632014-02-07 Pedro Alves <pedro@codesourcery.com>
3264 Pedro Alves <palves@redhat.com>
3265
3266 * gdb.threads/step-after-sr-lock.c: New file.
3267 * gdb.threads/step-after-sr-lock.exp: New file.
3268
b5ee5a50
PA
32692014-02-07 Pedro Alves <palves@redhat.com>
3270
3271 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
3272
3c77faf3
JK
32732014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3274
3275 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
3276 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
3277
6dddc817
DE
32782014-02-06 Doug Evans <xdje42@gmail.com>
3279
3280 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
3281 output.
3282
3283 * gdb.gdb/python-interrupts.exp: New file.
3284
de7b2893
YQ
32852014-02-05 Yao Qi <yao@codesourcery.com>
3286
3287 * gdb.trace/report.exp (use_collected_data): Test the output
3288 of "info threads" and "info inferiors".
3289
66d032ac
YQ
32902014-02-05 Yao Qi <yao@codesourcery.com>
3291
3292 Revert this patch:
3293
3294 2013-05-24 Yao Qi <yao@codesourcery.com>
3295
3296 * gdb.trace/tfile.exp: Test inferior and thread.
3297
591a12a1
UW
32982014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3299
3300 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
3301 on a function.
3302 * gdb.base/step-bt.c: Call hello via function pointer to make
3303 sure its first instruction is executed on powerpc64le-linux.
3304
0ff3e01f
UW
33052014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3306
3307 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
3308
084ee545
UW
33092014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3310
3311 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
3312 of the test patterns for use on little-endian systems.
3313
6ed14ff3
UW
33142014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3315
3316 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
3317 (decimal_vector): Fix for little-endian.
3318
401e27fd
JM
33192014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
3320
3321 * gdb.arch/sparc-sysstep.exp: New file.
3322 * gdb.arch/sparc-sysstep.c: Likewise.
3323
3324 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
3325
8b924729
EBM
33262014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3327
3328 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
3329
fb151210
JB
33302014-01-23 Tom Tromey <tromey@redhat.com>
3331
3332 * gdb.ada/array_char_idx: New testcase.
3333
0740f8d8
TT
33342014-01-23 Tom Tromey <tromey@redhat.com>
3335
3336 PR python/16487:
3337 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
3338 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
3339 classes.
3340
21909fa1
TT
33412014-01-23 Tom Tromey <tromey@redhat.com>
3342
3343 PR python/16491:
3344 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
3345 string from an inferior frame.
3346 * gdb.python/py-framefilter-mi.exp: Update.
3347
87ce2a04
DE
33482014-01-22 Doug Evans <dje@google.com>
3349
3350 * gdb.server/server-mon.exp: Add tests for "set debug-format".
3351
237b092b
AA
33522014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3353
3354 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
3355
d674a709
AA
33562014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3357
3358 * gdb.trace/entry-values.exp: Remove excess space character from
3359 regex patterns. Handle s390 call instruction.
3360
20fa3390
AA
33612014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3362
3363 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
3364 define "*_start" label. Make "name" static.
3365 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
3366 ${name} by references to ${name}_start.
3367
78466714
AA
33682014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3369
3370 * gdb.base/info-macros.exp: Remove "debug" from the compile
3371 options.
3372
ec9f644a
IB
33732014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3374
3375 * gdb.dlang/demangle.exp: New file.
3376
94b1b47e
IB
33772014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3378
3379 * gdb.dlang/primitive-types.exp: New file.
3380
7f420862
IB
33812014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3382
3383 * configure.ac: Create gdb.dlang/Makefile.
3384 * configure: Regenerate.
3385 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
3386 * gdb.dlang/Makefile.in: New file.
3387 * lib/d-support.exp: New file.
3388 * lib/gdb.exp (skip_d_tests): New proc.
3389
52834460
MM
33902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3391
3392 * gdb.btrace/delta.exp: Check reverse stepi.
3393 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
3394 * gdb.btrace/finish.exp: New.
3395 * gdb.btrace/next.exp: New.
3396 * gdb.btrace/nexti.exp: New.
3397 * gdb.btrace/record_goto.c: Add comments.
3398 * gdb.btrace/step.exp: New.
3399 * gdb.btrace/stepi.exp: New.
3400 * gdb.btrace/multi-thread-step.c: New.
3401 * gdb.btrace/multi-thread-step.exp: New.
3402 * gdb.btrace/rn-dl-bind.c: New.
3403 * gdb.btrace/rn-dl-bind.exp: New.
3404 * gdb.btrace/data.c: New.
3405 * gdb.btrace/data.exp: New.
3406 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3407
6e07b1d2
MM
34082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3409
3410 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
3411 * gdb.btrace/exception.exp: Update.
3412 * gdb.btrace/instruction_history.exp: Update.
3413 * gdb.btrace/record_goto.exp: Update.
3414 * gdb.btrace/tailcall.exp: Update.
3415 * gdb.btrace/unknown_functions.exp: Update.
3416 * gdb.btrace/delta.exp: New.
3417
0b722aec
MM
34182014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3419
3420 * gdb.btrace/record_goto.exp: Add backtrace test.
3421 * gdb.btrace/tailcall.exp: Add backtrace test.
3422
066ce621
MM
34232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3424
3425 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
3426 * gdb.btrace/record_goto.c: New.
3427 * gdb.btrace/record_goto.exp: New.
3428 * gdb.btrace/x86-record_goto.S: New.
3429
0688d04e
MM
34302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3431
3432 * gdb.btrace/function_call_history.exp: Update tests.
3433 * gdb.btrace/instruction_history.exp: Update tests.
3434
8710b709
MM
34352014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3436
3437 * gdb.btrace/function_call_history.exp: Fix expected field
3438 order for "record function-call-history".
3439 Add new tests for "record function-call-history /c".
3440 * gdb.btrace/exception.cc: New.
3441 * gdb.btrace/exception.exp: New.
3442 * gdb.btrace/tailcall.exp: New.
3443 * gdb.btrace/x86-tailcall.S: New.
3444 * gdb.btrace/x86-tailcall.c: New.
3445 * gdb.btrace/unknown_functions.c: New.
3446 * gdb.btrace/unknown_functions.exp: New.
3447 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3448
5de9129b
MM
34492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3450
3451 * gdb.btrace/instruction_history.exp: Update.
3452 * gdb.btrace/function_call_history.exp: Update.
3453
23a7fe75
MM
34542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3455
3456 * gdb.btrace/function_call_history.exp: Fix expected function
3457 trace.
3458 * gdb.btrace/instruction_history.exp: Initialize traced.
3459 Remove traced_functions.
3460
724c7dd8
MM
34612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3462
3463 * gdb.btrace/function_call_history.exp: Update
3464 * gdb.btrace/instruction_history.exp: Update.
3465
6d78d93b
MM
34662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3467
3468 * gdb.btrace/enable.exp: Update expected text.
3469
93a360cc
OJ
34702014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
3471
3472 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
3473 bytes.
3474
3772b53f
MR
34752014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
3476
3477 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
3478
596662fa
OJ
34792014-01-15 Omair Javaid <omair.javaid@linaro.org>
3480
3481 * lib/gdb.exp (supports_process_record): Return true for
3482 arm*-linux*. (supports_reverse): Likewise.
3483
b5b08fb4
SC
34842014-01-13 Siva Chandra Reddy <sivachandra@google.com>
3485
3486 PR python/15464
3487 PR python/16113
3488 * gdb.python/py-type.c: Enhance test case.
3489 * gdb.python/py-value-cc.cc: Likewise
3490 * gdb.python/py-type.exp: Add new tests.
3491 * gdb.python/py-value-cc.exp: Likewise
3492
52d7fb13
AA
34932014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3494 Pedro Alves <palves@redhat.com>
3495
3496 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
3497 Make "name" extern.
3498 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
3499 references to ${name}_start by references to ${name}.
3500
a2cd8cfe
JB
35012014-01-10 Joel Brobecker <brobecker@adacore.com>
3502
3503 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
3504
4e23fced
JB
35052014-01-10 Joel Brobecker <brobecker@adacore.com>
3506
3507 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
3508
c6a9e42c
PA
35092014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
3510 Pedro Alves <palves@redhat.com>
3511
3512 * gdb.mi/mi-info-os.exp: Connect to the target with
3513 mi_gdb_target_load.
3514
b7ea362b
PA
35152014-01-08 Pedro Alves <palves@redhat.com>
3516
3517 * gdb.threads/reconnect-signal.c: New file.
3518 * gdb.threads/reconnect-signal.exp: New file.
3519
5e3f4fab
EBM
35202014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3521
3522 * gdb.base/source-dir.exp: New file.
3523
79301218
JB
35242014-01-07 Joel Brobecker <brobecker@adacore.com>
3525
3526 * gdb.ada/mi_interface: New testcase.
3527
8e355c5d
JB
35282014-01-07 Joel Brobecker <brobecker@adacore.com>
3529
3530 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
3531 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
3532 gdb.ada/pp-rec-component/pck.ads: New files.
3533
c0d48811
JB
35342014-01-07 Joel Brobecker <brobecker@adacore.com>
3535
3536 * gdb.python/py-pp-integral.c: New file.
3537 * gdb.python/py-pp-integral.py: New file.
3538 * gdb.python/py-pp-integral.exp: New file.
3539
17b609c3 3540For older changes see ChangeLog-1993-2013.
c906108c 3541\f
8d8cb839
EZ
3542;; Local Variables:
3543;; mode: change-log
3544;; left-margin: 8
3545;; fill-column: 74
3546;; version-control: never
3547;; End:
902f2ccb 3548
14f8b115 3549 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
3550 Copying and distribution of this file, with or without modification,
3551 are permitted provided the copyright notice and this notice are preserved.
This page took 2.297802 seconds and 4 git commands to generate.