Avoid use of sprintf in gdb/utils.c:make_hex_string
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
5537b577
JK
12014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 PR symtab/17642
4 * gdb.base/vla-stub-define.c: New file.
5 * gdb.base/vla-stub.c: New file.
6 * gdb.base/vla-stub.exp: New file.
7
bb2ec1b3
TT
82014-12-12 Phil Muldoon <pmuldoon@redhat.com>
9 Jan Kratochvil <jan.kratochvil@redhat.com>
10 Tom Tromey <tromey@redhat.com>
11
12 * configure.ac: Add gdb.compile/.
13 * configure: Regenerate.
14 * gdb.compile/Makefile.in: New file.
15 * gdb.compile/compile-ops.exp: New file.
16 * gdb.compile/compile-ops.c: New file.
17 * gdb.compile/compile-tls.c: New file.
18 * gdb.compile/compile-tls.exp: New file.
19 * gdb.compile/compile-constvar.S: New file.
20 * gdb.compile/compile-constvar.c: New file.
21 * gdb.compile/compile-mod.c: New file.
22 * gdb.compile/compile-nodebug.c: New file.
23 * gdb.compile/compile-setjmp-mod.c: New file.
24 * gdb.compile/compile-setjmp.c: New file.
25 * gdb.compile/compile-setjmp.exp: New file.
26 * gdb.compile/compile-shlib.c: New file.
27 * gdb.compile/compile.c: New file.
28 * gdb.compile/compile.exp: New file.
29 * lib/gdb.exp (skip_compile_feature_tests): New proc.
30
4ff709eb
TT
312014-12-12 Tom Tromey <tromey@redhat.com>
32
33 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
34 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
35
6dddd6a5
DE
362014-12-12 Doug Evans <dje@google.com>
37
38 * lib/gdb-python.exp (get_python_valueof): New function.
39 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
40
71c24708
AA
412014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
42
43 * gdb.base/completion.exp: Add test for completion of "info
44 registers ".
45
3e29f34a
MR
462014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
47
48 * gdb.base/func-ptrs.c: New file.
49 * gdb.base/func-ptrs.exp: New file.
50
fc126975
SM
512014-12-10 Simon Marchi <simon.marchi@ericsson.com>
52
53 PR breakpoints/17012
54 * gdb.base/dprintf-detach.c: New file.
55 * gdb.base/dprintf-detach.exp: New file.
56
0a46d518
SM
572014-12-10 Simon Marchi <simon.marchi@ericsson.com>
58
59 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
60 * lib/gdb.exp (target_is_gdbserver): New procedure.
61
a0be3e44
DE
622014-12-08 Doug Evans <dje@google.com>
63
64 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
65
df1b803a
YQ
662014-12-05 Yao Qi <yao@codesourcery.com>
67
68 * gdb.guile/scm-error.exp: Remove the third argument to
69 gdb_remote_download.
70 * gdb.guile/scm-frame-args.exp: Likewise.
71 * gdb.guile/scm-section-script.exp: Likewise.
72
ddb9f679
YQ
732014-12-05 Yao Qi <yao@codesourcery.com>
74
75 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
76
86e4ed39
DE
772014-12-04 Doug Evans <dje@google.com>
78
79 * gdb.python/py-objfile.exp: Add tests for
80 objfile.add_separate_debug_file.
81
7c50a931
DE
822014-12-04 Doug Evans <dje@google.com>
83
84 * lib/gdb.exp (get_build_id): New function.
85 (build_id_debug_filename_get): Rewrite to use it.
86 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
87
621661e3
MR
882014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
89
90 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
91 `method(long)', not just 0x0.
92 * gdb.cp/nsalias.exp: Align code labels to 4.
93 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
94 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
95 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
96 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
97 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
98 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
99
29f0c3b7
DE
1002014-12-02 Doug Evans <dje@google.com>
101
102 PR symtab/17602
103 * gdb.cp/anon-ns.cc: Move guts of this file to ...
104 * gdb.cp/anon-ns-2.cc: ... here. New file.
105 * gdb.cp/anon-ns.exp: Update.
106
162078c8
NB
1072014-12-02 Nick Bull <nicholaspbull@gmail.com>
108
109 * gdb.python/py-events.py (inferior_call_handler): New.
110 (register_changed_handler, memory_changed_handler): New.
111 (test_events.invoke): Register new handlers.
112 * gdb.python/py-events.exp: Add tests for inferior call,
113 memory_changed and register_changed events.
114
fdb09caf
AA
1152014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
116
117 * gdb.base/execl-update-breakpoints.exp: Specify the link address
118 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
119 if the linker doesn't understand this.
120
55cfb2c4
SM
1212014-12-01 Simon Marchi <simon.marchi@ericsson.com>
122
123 * gdb.python/python.exp: Change expected reply to help().
124
9e8cd6df
YQ
1252014-12-01 Yao Qi <yao@codesourcery.com>
126
127 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
128 AC_CONFIG_SUBDIRS(gdb.gdbtk).
129 * configure: Re-generated.
130
6c659fc2
SC
1312014-11-28 Siva Chandra Reddy <sivachandra@google.com>
132
133 * gdb.cp/chained-calls.cc: New file.
134 * gdb.cp/chained-calls.exp: New file.
135 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
136
d7fc3181
SM
1372014-11-28 Simon Marchi <simon.marchi@ericsson.com>
138
139 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
140 * gdb.dwarf2/symtab-producer.exp: Same.
141 * gdb.gdb/python-interrupts.exp: Same.
142 * gdb.gdb/python-selftest.exp: Same.
143 * gdb.python/py-linetable.exp: Same.
144 * gdb.python/py-type.exp: Same.
145 * gdb.python/py-value-cc.exp: Same.
146 * gdb.python/py-value.exp: Same.
147
10e79639
YQ
1482014-11-28 Yao Qi <yao@codesourcery.com>
149
150 * gdb.base/break-probes.exp: Match library name prefixed with
151 sysroot.
152
f28a0564
SM
1532014-11-27 Simon Marchi <simon.marchi@ericsson.com>
154
155 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
156 test expected output. Add parentheses for the call to print.
157 Remove L suffix from integers.
158
3fe1ce1d
DE
1592014-11-26 Doug Evans <dje@google.com>
160
161 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
162
84429e27
YQ
1632014-11-22 Yao Qi <yao@codesourcery.com>
164
165 * gdb.trace/entry-values.c: Remove asms.
166 (foo): Add foo_label.
167 (bar): Add bar_label.
168 * gdb.trace/entry-values.exp: Remove code computing foo's
169 length and bar's length.
170 (Dwarf::assemble): Invoke function_range for bar and use
171 MACRO_AT_func for foo.
172
26741859
YQ
1732014-11-22 Yao Qi <yao@codesourcery.com>
174
175 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
176 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
177 Use .Lgcc43_procstart instead of gcc43.
178
45e44d27
JB
1792014-11-21 Joel Brobecker <brobecker@adacore.com>
180
181 * gdb.ada/n_arr_bound: New testcase.
182
458c8db8
SDJ
1832014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
184
185 PR breakpoints/10737
186 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
187 test_catch_syscall_multi_arch.
188 (test_catch_syscall_multi_arch): New function.
189
43f3e411
DE
1902014-11-20 Doug Evans <xdje42@gmail.com>
191
192 * gdb.base/maint.exp: Update expected output.
193
0d7b2549
AA
1942014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
195
196 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
197 4-byte instruction on S390.
198
8908fca5
JB
1992014-11-19 Joel Brobecker <brobecker@adacore.com>
200
201 * gdb.ada/arr_arr: New testcase.
202
4a46959e
JB
2032014-11-19 Joel Brobecker <brobecker@adacore.com>
204
205 * gdb.ada/pkd_arr_elem: New Testcase.
206
470e2f4e
LM
2072014-11-18 Luis Machado <lgustavo@codesourcery.com>
208
209 * gdb.reverse/break-precsave: Expect completion message for
210 core file reads.
211 * gdb.reverse/consecutive-precsave.exp: Likewise.
212 * gdb.reverse/finish-precsave.exp: Likewise.
213 * gdb.reverse/i386-precsave.exp: Likewise.
214 * gdb.reverse/machinestate-precsave.exp: Likewise.
215 * gdb.reverse/sigall-precsave.exp: Likewise.
216 * gdb.reverse/solib-precsave.exp: Likewise.
217 * gdb.reverse/step-precsave.exp: Likewise.
218 * gdb.reverse/until-precsave.exp: Likewise.
219 * gdb.reverse/watch-precsave.exp: Likewise.
220
a267f3ad
AA
2212014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
222
223 * gdb.base/bp-permanent.c: Include unistd.h.
224 * gdb.python/py-framefilter-mi.c (main): Add return type.
225 * gdb.python/py-framefilter.c (main): Likewise.
226 * gdb.trace/actions-changed.c (main): Likewise.
227
12084a9a
AA
2282014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
229
230 * gdb.mi/until.c: Add eye-catchers.
231 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
232 line numbers.
233
dc7e1a77
AA
2342014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
235
236 * gdb.base/condbreak.exp: Drop references to removed non-prototype
237 function header variants in break1.c.
238 * gdb.base/ena-dis-br.exp: Likewise.
239 * gdb.base/hbreak2.exp: Likewise.
240 * gdb.reverse/until-precsave.exp: Drop references to removed
241 non-prototype function header variants in ur1.c.
242 * gdb.reverse/until-reverse.exp: Likewise.
243
41c77605
PM
2442014-11-17 Petr Machata <pmachata@redhat.com>
245
246 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
247 ${_cu_offset_size} bytes abbrev offset.
248
34248c3a
DE
2492014-11-15 Doug Evans <xdje42@gmail.com>
250
251 PR symtab/17559
252 * gdb.base/line-symtabs.exp: New file.
253 * gdb.base/line-symtabs.c: New file.
254 * gdb.base/line-symtabs.h: New file.
255
646da059
YQ
2562014-11-14 Yao Qi <yao@codesourcery.com>
257
258 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
259 (func): Add label func_label.
260 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
261 Replace low_pc and high_pc with MACRO_AT_range.
262 Replace name, low_pc and high_pc with MACRO_AT_func.
263
9301ebe6
YQ
2642014-11-14 Yao Qi <yao@codesourcery.com>
265
266 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
267 Replace name, low_pc and high_pc with MACRO_AT_func.
268
f166b542
YQ
2692014-11-14 Yao Qi <yao@codesourcery.com>
270
271 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
272 produce debug information.
273 * gdb.dwarf2/implptr-optimized-out.S: Removed.
274
0f6e71e3
YQ
2752014-11-14 Yao Qi <yao@codesourcery.com>
276
277 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
278 object and get function length.
279 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
280 with MACRO_AT_func.
281 (top-level): Replace gdb_compile and clean_restart with
282 prepare_for_testing.
283 * gdb.dwarf2/main.c (main): Add label main_label.
284
876c4df9
YQ
2852014-11-14 Yao Qi <yao@codesourcery.com>
286
287 * lib/dwarf.exp (function_range): New procedure.
288 (Dwarf::_handle_macro_at_func): New procedure.
289 (Dwarf::_handle_macro_at_range): New procedure.
290 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
291
02ad9cf1
YQ
2922014-11-14 Yao Qi <yao@codesourcery.com>
293
294 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
295 (_handle_attribute): New procedure.
296
a59add0c
AA
2972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
298
299 * gdb.ada/cond_lang/foo.c (callme): Add return type.
300 * gdb.base/call-sc.c (zed): Likewise.
301 * gdb.base/checkpoint.c (main): Likewise.
302 * gdb.base/dump.c (main): Likewise.
303 * gdb.base/gcore.c (main): Likewise.
304 * gdb.base/huge.c (main): Likewise.
305 * gdb.base/multi-forks.c (main): Likewise.
306 * gdb.base/pr10179-a.c (main): Likewise.
307 * gdb.base/savedregs.c (main): Likewise.
308 * gdb.base/sigaltstack.c (main): Likewise.
309 * gdb.base/siginfo.c (main): Likewise.
310 * gdb.base/structs.c (zed): Likewise.
311 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
312 * gdb.mi/mi-syn-frame.c (main): Likewise.
313 * gdb.mi/until.c (foo, main): Likewise.
314 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
315 * gdb.base/solib-weak.c (foo): Declare.
316 * gdb.base/attach-twice.c: Include stdio.h.
317 * gdb.base/weaklib1.c: Likewise.
318 * gdb.base/weaklib2.c: Likewise.
319 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
320 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
321 unistd.h.
322 * gdb.base/attach-pie-misread.c: Include stdlib.h.
323 * gdb.mi/mi-exit-code.c: Likewise.
324 * gdb.base/break-interp-lib.c: Include string.h.
325 * gdb.base/coremaker.c: Likewise.
326 * gdb.base/testenv.c: Likewise.
327 * gdb.python/py-finish-breakpoint.c: Likewise.
328 * gdb.base/inferior-died.c: Include sys/wait.h.
329 * gdb.base/fileio.c: Include time.h.
330 * gdb.base/async-shell.c: Include unistd.h.
331 * gdb.base/dprintf-non-stop.c: Likewise.
332 * gdb.base/info-os.c: Likewise.
333 * gdb.mi/mi-console.c: Likewise.
334 * gdb.mi/watch-nonstop.c: Likewise.
335 * gdb.python/py-events.c: Likewise.
336 * gdb.base/async.c (baz): Move up before its invocation.
337 * gdb.base/code_elim2.c (my_global_func): Likewise.
338 * gdb.base/skip-solib-lib.c (multiply): Likewise.
339 * gdb.base/advance.c (func2): Likewise.
340
3b5d5997
AA
3412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
342
343 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
344 variant.
345 * gdb.base/annota3.c: Likewise.
346 * gdb.base/async.c: Likewise.
347 * gdb.base/average.c: Likewise.
348 * gdb.base/call-ar-st.c: Likewise.
349 * gdb.base/call-rt-st.c: Likewise.
350 * gdb.base/call-sc.c: Likewise.
351 * gdb.base/call-strs.c: Likewise.
352 * gdb.base/ending-run.c: Likewise.
353 * gdb.base/execd-prog.c: Likewise.
354 * gdb.base/exprs.c: Likewise.
355 * gdb.base/foll-exec.c: Likewise.
356 * gdb.base/foll-fork.c: Likewise.
357 * gdb.base/foll-vfork.c: Likewise.
358 * gdb.base/funcargs.c: Likewise.
359 * gdb.base/gcore.c: Likewise.
360 * gdb.base/jump.c: Likewise.
361 * gdb.base/langs0.c: Likewise.
362 * gdb.base/langs1.c: Likewise.
363 * gdb.base/langs2.c: Likewise.
364 * gdb.base/mips_pro.c: Likewise.
365 * gdb.base/nodebug.c: Likewise.
366 * gdb.base/opaque0.c: Likewise.
367 * gdb.base/opaque1.c: Likewise.
368 * gdb.base/recurse.c: Likewise.
369 * gdb.base/run.c: Likewise.
370 * gdb.base/scope0.c: Likewise.
371 * gdb.base/scope1.c: Likewise.
372 * gdb.base/setshow.c: Likewise.
373 * gdb.base/setvar.c: Likewise.
374 * gdb.base/shmain.c: Likewise.
375 * gdb.base/shr1.c: Likewise.
376 * gdb.base/shr2.c: Likewise.
377 * gdb.base/sigall.c: Likewise.
378 * gdb.base/signals.c: Likewise.
379 * gdb.base/so-indr-cl.c: Likewise.
380 * gdb.base/solib2.c: Likewise.
381 * gdb.base/structs.c: Likewise.
382 * gdb.base/sum.c: Likewise.
383 * gdb.base/vforked-prog.c: Likewise.
384 * gdb.base/watchpoint.c: Likewise.
385 * gdb.reverse/shr2.c: Likewise.
386 * gdb.reverse/until-reverse.c: Likewise.
387 * gdb.reverse/ur1.c: Likewise.
388 * gdb.reverse/watch-reverse.c: Likewise.
389
066a77c5
AA
3902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
391
392 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
393 variant.
394 * gdb.base/sepdebug.exp: Drop references to removed code.
395
4f204ea5
AA
3962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
397
398 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
399 variant. Preserve original line numbering.
400 * gdb.base/list1.c: Likewise.
401
3b377a3a
AA
4022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
403
404 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
405 variant.
406 * gdb.base/break1.c: Likewise.
407 * gdb.base/break.exp: Drop references to removed code.
408
e444df73
AA
4092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
410
411 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
412 variant.
413
8008f2a7
AA
4142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
415
416 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
417
a5a06887
AA
4182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
419
420 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
421 logic into perform_all_tests() and invoke it with and without
422 function header prototypes.
423 (do_function_calls): Remove conditional XFAIL for PR 5318.
424 (rerun_and_prepare): Remove duplicate code.
425 (perform_all_tests): New. Main logic moved here.
426
44dba9b9
AA
4272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
428
429 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
430 code guarded by #ifdef NO_PROTOTYPES.
431 (t_double_many_args): Likewise.
432 (DEF_FUNC_MANY_ARGS_1): Likewise.
433 (DEF_FUNC_VALUES_1): Likewise.
434 (t_structs_ldc): Renamed from t_structs_fc in conditional code
435 guarded by #ifdef PROTOTYPES.
436
d1fbcd56
AA
4372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
438
439 * gdb.mi/mi-console.c: Add eye-catcher.
440 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
441 instead of literal line number.
442
b0e59b8f
AA
4432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
444
445 * gdb.base/shr2.c: Add eye-catcher.
446 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
447 line number.
448
78f98cca
AA
4492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
450
451 * gdb.base/jump.c: Add eye-catchers.
452 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
453 numbers.
454
58fa2af0
AA
4552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
456
457 * gdb.base/execd-prog.c: Add eye-catchers.
458 * gdb.base/foll-exec.c: Likewise.
459 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
460 line numbers.
461
04e5059b
AA
4622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
463
464 * gdb.base/ending-run.c: Add eye-catchers.
465 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
466 literal line numbers.
467
dbfdb174
AA
4682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
469
470 * gdb.base/call-rt-st.c: Add eye-catchers.
471 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
472 literal line numbers.
473
888a2ade
AA
4742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
475
476 * gdb.base/call-ar-st.c: Add eye-catchers.
477 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
478 literal line numbers.
479
6acc2dde
AA
4802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
481
482 * gdb.base/average.c: Add eye-catchers.
483 * gdb.base/sum.c: Likewise.
484 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
485 regexps dynamically.
486
9ecfcd1d
AA
4872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
488
489 * gdb.base/solib1.c: Add eye-catchers.
490 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
491 literal line numbers.
492
78708b7c
PA
4932014-11-12 Pedro Alves <palves@redhat.com>
494
495 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
496 leader has exited.
497
af48d08f
PA
4982014-11-12 Pedro Alves <palves@redhat.com>
499
500 * gdb.arch/i386-bp_permanent.c: New file.
501 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
502 (srcfile): Set to i386-bp_permanent.c.
503 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
504 that stepi does not execute the 'leave' instruction, instead of
505 testing it does execute.
506 * gdb.base/bp-permanent.c: New file.
507 * gdb.base/bp-permanent.exp: New file.
508
af3768e9
DE
5092014-11-10 Doug Evans <xdje42@gmail.com>
510
511 PR symtab/17564
512 * gdb.base/symtab-search-order.exp: New file.
513 * gdb.base/symtab-search-order.c: New file.
514 * gdb.base/symtab-search-order-1.c: New file.
515 * gdb.base/symtab-search-order-shlib-1.c: New file.
516
9de00a4a
PA
5172014-11-07 Pedro Alves <palves@redhat.com>
518
519 PR gdb/17511
520 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
521 i?86-*-linux*.
522
e0f52461
SC
5232014-11-03 Siva Chandra Reddy <sivachandra@google.com>
524
525 PR c++/17494
526 * gdb.cp/pr17494.cc: New file.
527 * gdb.cp/pr17494.exp: New file.
528
6ce8c980
YQ
5292014-11-02 Yao Qi <yao@codesourcery.com>
530
531 * gdb.python/python.exp: Get working directory and match the
532 output of "set extended-prompt \\w " with it.
533
02be9a71
DE
5342014-10-30 Doug Evans <dje@google.com>
535
536 * gdb.python/py-objfile.exp: Add tests for setting random attributes
537 in objfiles.
538 * gdb.python/py-progspace.exp: Add tests for setting random attributes
539 in progspaces.
540
3bdff46b
LM
5412014-10-30 Janis Johnson <janisjo@codesourcery.com>
542
543 * gdb.base/fullpath-expand.exp: Skip for a remote host.
544 * gdb.base/realname-expand.exp: Likewise.
545 * gdb.linespec/macro-relative.exp: Likewise.
546
ab917dfb
PA
5472014-10-29 Pedro Alves <palves@redhat.com>
548
549 PR gdb/17408
550 * gdb.threads/schedlock.c (some_function): New function.
551 (call_function): New global.
552 (MAYBE_CALL_SOME_FUNCTION): New macro.
553 (thread_function): Call it.
554 * gdb.threads/schedlock.exp (get_args): Add description parameter,
555 and use it instead of a global counter. Adjust all callers.
556 (get_current_thread): Use "find current thread" for test message
557 here rather than having all callers pass down the same string.
558 (goto_loop): New procedure, factored out from ...
559 (my_continue): ... this.
560 (step_ten_loops): Change parameter from test message to command to
561 use. Adjust.
562 (list_count): Delete global.
563 (check_result): New procedure, factored out from duplicate top
564 level code.
565 (continue tests): Wrap in with_test_prefix.
566 (test_step): New procedure, factored out from duplicate top level
567 code.
568 (top level): Test "step" in combination with all scheduler-locking
569 modes. Test "next" in combination with all scheduler-locking
570 modes, and in combination with stepping over a function call or
571 not.
572 * gdb.threads/next-bp-other-thread.c: New file.
573 * gdb.threads/next-bp-other-thread.exp: New file.
574
d3d4baed
PA
5752014-10-29 Pedro Alves <palves@redhat.com>
576
577 PR python/17372
578 * gdb.python/python.exp: Test a multi-line command that spawns
579 interactive Python.
580 * gdb.base/multi-line-starts-subshell.exp: New file.
581
563e8d85
YQ
5822014-10-29 Yao Qi <yao@codesourcery.com>
583
584 * gdb.base/fileio.exp: Make directories on host.
585
0ea4d52e
YQ
5862014-10-29 Yao Qi <yao@codesourcery.com>
587
588 * gdb.base/fileio.c (test_write): Close the file.
589
7f5ef605
PA
5902014-10-28 Pedro Alves <palves@redhat.com>
591
592 PR gdb/12623
593 * gdb.base/sigstep.c (no_handler): New global.
594 (main): If 'no_handler is true, set the signal handlers to
595 SIG_IGN.
596 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
597 with_sw_watch and no_handler parameters. Handle them.
598 (top level) <stepping over handler when stopped at a breakpoint
599 test>: Add a test axis for testing with a software watchpoint, and
600 another for testing with the signal handler set to SIG_IGN.
601 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
602 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
603
abbdbd03
PA
6042014-10-28 Pedro Alves <palves@redhat.com>
605
606 PR gdb/17511
607 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
608 * gdb.base/sigstep.exp (other_handler_location): New global.
609 (advance): Support stepping into the signal handler, and running
610 commands while in the handler.
611 (in_handler_map): New global.
612 (top level): In the advance test, add combinations for getting
613 into the handler with stepping commands, and for running commands
614 in the handler. Add comment descripting the advancei tests.
615
1df4399f
PA
6162014-10-28 Pedro Alves <palves@redhat.com>
617
618 * gdb.base/sigstep.exp: Use build_executable instead of
619 prepare_for_testing.
620 (top level): Move code that starts GDB, runs to main and creates a
621 display to ...
622 (restart): ... this new procedure.
623 (top level): Move backtrace from signal handler test to ...
624 (validate_backtrace): ... this new procedure.
625 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
626 with_test_prefix. Always restart GDB.
627 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
628 with_test_prefix. Always restart GDB. No need to delete
629 breakpoints after the test.
630 (test_skip_handler): Remove prefix parameter.
631 (skip_over_handler, breakpoint_to_handler)
632 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
633 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
634 restart GDB. No need to delete breakpoints after the test.
635 (top level): Use foreach to call the test procedures with
636 different commands.
637
a5b6e449
PA
6382014-10-28 Pedro Alves <palves@redhat.com>
639
640 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
641 instead of GNATS numbers.
642 * gdb.base/sigbpt.exp: Likewise.
643 * gdb.base/siginfo.exp: Likewise.
644 * gdb.base/sigstep.exp: Likewise.
645
e5f8a7cc
PA
6462014-10-27 Pedro Alves <palves@redhat.com>
647
648 * gdb.base/sigstep.c (dummy): New global.
649 (main): Issue a couple writes to the new global.
650 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
651 procedures.
652 (skip_over_handler): Use test_skip_handler.
653 (top level): Call skip_over_handler for stepi and nexti too.
654 (breakpoint_over_handler): Use test_skip_handler.
655 (top level): Call breakpoint_over_handler for stepi and nexti too.
656
763905a3
YQ
6572014-10-27 Yao Qi <yao@codesourcery.com>
658
659 * gdb.trace/tfile.c (adjust_function_address)
660 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
661 function descriptor.
662
6f259a23
DB
6632014-10-24 Don Breazeal <donb@codesourcery.com>
664
665 * gdb.base/foll-fork.exp (test_follow_fork,
666 catch_fork_child_follow): Check for updated fork messages emitted
667 from infrun.c.
668 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
669 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
670 vfork_and_exec_child_follow_through_step): Check for updated vfork
671 messages emitted from infrun.c.
672
09dd9a69
PA
6732014-10-24 Pedro Alves <palves@redhat.com>
674
675 * gdb.base/corefile.exp: Remove references to ultrix.
676 * gdb.base/interrupt.exp: Likewise.
677 * gdb.base/whatis.exp: Likewise.
678 * gdb.gdb/selftest.exp: Likewise.
679 * gdb.threads/manythreads.exp: Likewise.
680 * gdb.threads/print-threads.exp: Likewise.
681 * gdb.threads/pthreads.exp:: Likewise.
682 * gdb.threads/schedlock.exp: Likewise.
683
3433cfa5
SC
6842014-10-24 Siva Chandra Reddy <sivachandra@google.com>
685
686 * gdb.cp/non-trivial-retval.cc: Add a test case.
687 * gdb.cp/non-trivial-retval.exp: Add a test.
688
092f880b
YQ
6892014-10-20 Yao Qi <yao@codesourcery.com>
690
691 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
692 * gdb.python/py-objfile-script-gdb.py: New file.
693 * gdb.python/py-objfile-script.exp: Update reference to
694 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
695 of remote_download. Remove the dest file.
696
acbdb7f3
YQ
6972014-10-20 Yao Qi <yao@codesourcery.com>
698
699 * gdb.base/checkpoint.exp: Don't remove file copied on host.
700 * gdb.base/step-line.exp: Likewise.
701 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
702 * gdb.dwarf2/dw2-basic.exp: Likewise.
703 * gdb.dwarf2/dw2-compressed.exp: Likewise.
704 * gdb.dwarf2/dw2-filename.exp: Likewise.
705 * gdb.dwarf2/dw2-intercu.exp: Likewise.
706 * gdb.dwarf2/dw2-intermix.exp: Likewise.
707 * gdb.dwarf2/dw2-producer.exp: Likewise.
708 * gdb.dwarf2/mac-fileno.exp: Likewise.
709 * gdb.python/py-frame-args.exp: Likewise.
710 * gdb.python/py-framefilter.exp: Likewise.
711 * gdb.python/py-mi.exp: Likewise.
712 * gdb.python/py-objfile-script.exp: Likewise
713 * gdb.python/py-pp-integral.exp: Likewise.
714 * gdb.python/py-pp-re-notag.exp: Likewise.
715 * gdb.python/py-prettyprint.exp: Likewise.
716 * gdb.python/py-section-script.exp: Likewise.
717 * gdb.python/py-typeprint.exp: Likewise.
718 * gdb.python/py-xmethods.exp: Likewise.
719 * gdb.stabs/weird.exp: Likewise.
720 * gdb.xml/tdesc-regs.exp: Likewise.
721
bd286a29
KCY
7222014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
723
724 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
725 (out_cu): Use addr_len for the size of addresses.
726 (out_line): Likewise. Size DW_LNE_set_address instruction
727 according to addr_len.
728 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
729 (FUNC): Add START_INSNS to definition.
730
673dc4a0
YQ
7312014-10-18 Yao Qi <yao@codesourcery.com>
732
733 * gdb.base/argv0-symlink.exp: Check argv[0] value if
734 gdb_has_argv0 return true.
735 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
736 check [target_info exists noargs], check [gdb_has_argv0]
737 instead.
738 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
739 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
740 procedures.
741
4ffbba72
DE
7422014-10-17 Doug Evans <dje@google.com>
743
744 * gdb.python/py-events.exp: Update expected output for clear_objfiles
745 event.
746 * gdb.python/py-events.py: Add clear_objfiles event.
747
d096d8c1
DE
7482014-10-17 Doug Evans <dje@google.com>
749
750 * gdb.python/py-objfile.exp: Test progspace attribute.
751
a80db015
LM
7522014-10-17 Luis Machado <lgustavo@codesourcery.com>
753
754 * gdb.guile/scm-breakpoint.exp: Do not assume any
755 directory separators when matching source file paths.
756 * gdb.python/py-breakpoint.exp: Likewise.
757 * gdb.reverse/break-precsave.exp: Likewise.
758 * gdb.reverse/break-reverse.exp: Likewise.
759 * gdb.reverse/consecutive-precsave.exp: Likewise.
760 * gdb.reverse/finish-precsave.exp: Likewise.
761 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
762 * gdb.reverse/finish-reverse.exp: Likewise.
763 * gdb.reverse/i386-precsave.exp: Likewise.
764 * gdb.reverse/i387-env-reverse.exp: Likewise.
765 * gdb.reverse/i387-stack-reverse.exp: Likewise.
766 * gdb.reverse/machinestate-precsave.exp: Likewise.
767 * gdb.reverse/machinestate.exp: Likewise.
768 * gdb.reverse/sigall-precsave.exp: Likewise.
769 * gdb.reverse/solib-precsave.exp: Likewise.
770 * gdb.reverse/step-precsave.exp: Likewise.
771 * gdb.reverse/until-precsave.exp: Likewise.
772 * gdb.reverse/watch-precsave.exp: Likewise.
773 * gdb.reverse/watch-reverse.exp: Likewise.
774
b22089ab
YQ
7752014-10-17 Yao Qi <yao@codesourcery.com>
776
777 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
778 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
779
6c4486e6
PA
7802014-10-17 Pedro Alves <palves@redhat.com>
781
782 PR gdb/17471
783 * gdb.base/bg-execution-repeat.c: New file.
784 * gdb.base/bg-execution-repeat.exp: New file.
785
0ff33695
PA
7862014-10-17 Pedro Alves <palves@redhat.com>
787
788 PR gdb/17300
789 * gdb.base/continue-all-already-running.c: New file.
790 * gdb.base/continue-all-already-running.exp: New file.
791
6fdebc3d
PA
7922014-10-17 Pedro Alves <palves@redhat.com>
793
794 PR gdb/17472
795 * gdb.base/annota-input-while-running.c: New file.
796 * gdb.base/annota-input-while-running.exp: New file.
797
32a8097b
PA
7982014-10-17 Pedro Alves <palves@redhat.com>
799
800 * gdb.base/callfuncs.exp: emove references to osf.
801 * gdb.base/sigall.exp: Likewise.
802 * gdb.gdb/selftest.exp: Likewise.
803 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
804 * gdb.mi/non-stop.c: Likewise.
805 * gdb.mi/pthreads.c: Likewise.
806 * gdb.reverse/sigall-precsave.exp: Likewise.
807 * gdb.reverse/sigall-reverse.exp: Likewise.
808 * gdb.threads/pthreads.c: Likewise.
809 * gdb.threads/pthreads.exp: Likewise.
810
7a3517ff
YQ
8112014-10-17 Yao Qi <yao@codesourcery.com>
812
813 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
814 check 'target_info exists noargs'.
815 (test_command_prompt_position): Likewise.
816 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
817 Remove "set args".
818 (progvar_simple_while_test): Likewise.
819 (progvar_complex_if_while_test): Likewise.
820 (if_while_breakpoint_command_test): Likewise.
821 (infrun_breakpoint_command_test): Likewise.
822 (breakpoint_command_test): Likewise.
823 (watchpoint_command_test): Likewise.
824 (bp_deleted_in_command_test): Likewise.
825 (temporary_breakpoint_commands): Likewise.
826
bb99c472
YQ
8272014-10-16 Yao Qi <yao@codesourcery.com>
828
829 * gdb.base/remotetimeout.exp: Remove noargs checking.
830
7c16b83e
PA
8312014-10-15 Pedro Alves <palves@redhat.com>
832
833 PR breakpoints/9649
834 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
835 * gdb.base/breakpoint-in-ro-region.exp
836 (probe_target_hardware_step): New procedure.
837 (top level): Probe hardware stepping and hardware breakpoint
838 support. Test stepping through a read-only region, with both
839 "breakpoint auto-hw" on and off and both "always-inserted" on and
840 off.
841
35a49624
IB
8422014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
843
844 * gdb.dlang/demangle.exp: Update for demangling changes.
845
2d1c107c
SC
8462014-10-15 Siva Chandra Reddy <sivachandra@google.com>
847
848 * gdb.cp/non-trivial-retval.cc: Add new test cases.
849 * gdb.cp/non-trivial-retval.exp: Add new tests.
850
778811d5
SC
8512014-10-15 Siva Chandra Reddy <sivachandra@google.com>
852
853 PR c++/13403
854 PR c++/15154
855 * gdb.cp/non-trivial-retval.cc: New file.
856 * gdb.cp/non-trivial-retval.exp: New file.
857
10c5f0a8
YQ
8582014-10-15 Yao Qi <yao@codesourcery.com>
859
860 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
861 remote host.
862
65d7b369
YQ
8632014-10-15 Yao Qi <yao@codesourcery.com>
864
865 * gdb.python/py-symbol.exp: Match file base name if host is
866 remote, otherwise match file name with dir name.
867 * gdb.python/py-symtab.exp: Likewise.
868 * gdb.python/python.exp: Likewise.
869
46dc1394
YQ
8702014-10-15 Yao Qi <yao@codesourcery.com>
871
872 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
873 pattern.
874 * gdb.python/py-symtab.exp: Likewise.
875 * gdb.python/python.exp: Remove trailing ".*". Fix typo
876 locationn.
877
c40cc657
JB
8782014-10-14 Joel Brobecker <brobecker@adacore.com>
879
880 * gdb.ada/addr_arith: New testcase.
881
2abf49e1
MR
8822014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
883
884 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
885 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
886 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
887 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
888
f7088df3
SDJ
8892014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
890
891 * gdb.arch/stap-eval-lang-ada.S: Likewise.
892 * gdb.arch/stap-eval-lang-ada.c: Likewise.
893 * gdb.arch/stap-eval-lang-ada.exp: New file.
894
4dc06805
YQ
8952014-10-14 Yao Qi <yao@codesourcery.com>
896
897 * gdb.mi/mi-var-child.c (nothing1): New function.
898 (nothing2): New function.
899 (do_children_tests): Set function pointers by nothing1 and
900 nothing2.
901 * gdb.mi/mi-var-child.exp: Step over new added statements.
902 Update test to match the new output.
903 * gdb.mi/var-cmd.c (nothing1): New function.
904 (nothing2): New function.
905 (do_children_tests): Set function pointers by nothing1 and
906 nothing2.
907 * gdb.mi/mi-var-display.exp: Update test to match output.
908 Step to the line specified by $line_dct_nothing.
909 Increase the number of lines to step.
910
46a93de2
YQ
9112014-10-14 Yao Qi <yao@codesourcery.com>
912
913 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
914 tests.
915 * gdb.mi/mi2-var-child.exp: Likewise.
916
14ea52ee
DE
9172014-10-13 Doug Evans <dje@google.com>
918
919 * gdb.python/py-objfile.exp: Change name of file name test.
920
e5c6e92b
DE
9212014-10-13 Doug Evans <dje@google.com>
922
923 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
924 from the start of the CU.
925
c780cc2f
JK
9262014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
927 Yao Qi <yao@codesourcery.com>
928
929 Fix "save breakpoints" for "catch" command.
930 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
931 Remove -nonewline. Match also the added "main" line.
932
99894e11
JK
9332014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
934
935 Fix "save breakpoints" for "disable $bpnum" command.
936 * gdb.base/save-bp.c (main): Add label.
937 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
938
6e1ac5a3
JK
9392014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
940
941 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
942
754dd2b0
YQ
9432014-10-11 Yao Qi <yao@codesourcery.com>
944
945 * gdb.server/server-kill.exp: Execute command
946 "set remote trace-status-packet on" before "tstatus".
947
f90183d7
YQ
9482014-10-11 Yao Qi <yao@codesourcery.com>
949
950 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
951 (main): Call getppid.
952 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
953 and continue to it. Read variable "server_pid".
954
bf40a607
YQ
9552014-10-11 Yao Qi <yao@codesourcery.com>
956
957 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
958
052ca370
YQ
9592014-10-11 Yao Qi <yao@codesourcery.com>
960
961 * gdb.threads/thread-find.exp: Don't execute command
962 "info threads".
963 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
964 * gdb.threads/linux-dp.exp: Don't check the condition
965 $threads_created equals to zero.
966
3831839c
PA
9672014-10-10 Pedro Alves <palves@redhat.com>
968
969 * gdb.base/bigcore.exp: Remove references to IRIX.
970 * gdb.base/funcargs.exp: Likewise.
971 * gdb.base/interrupt.exp: Likewise.
972 * gdb.base/mips_pro.exp: Likewise.
973 * gdb.base/nodebug.exp: Likewise.
974 * gdb.base/setvar.exp: Likewise.
975 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
976
8b9a549d
PA
9772014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
978 Pedro Alves <palves@redhat.com>
979
980 PR symtab/14466
981 * gdb.base/vdso-warning.c: New file.
982 * gdb.base/vdso-warning.exp: New file.
983
d48ba5e8
DE
9842014-10-02 Doug Evans <dje@google.com>
985
986 * gdb.base/structs.c (main): Don't run forever.
987
2278c276
PA
9882014-10-02 Pedro Alves <palves@redhat.com>
989
990 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
991 (top level) <stop threads 1, stop threads 2>: Use it.
992
b57bacec
PA
9932014-10-02 Pedro Alves <palves@redhat.com>
994
995 * gdb.threads/break-while-running.exp (test): Add new
996 'update_thread_list' argument. Skip "info threads" if false.
997 (top level): Add new 'update_thread_list' axis.
998
13fd3ff3
PA
9992014-10-02 Pedro Alves <palves@redhat.com>
1000
1001 PR breakpoints/17431
1002 * gdb.base/execl-update-breakpoints.c: New file.
1003 * gdb.base/execl-update-breakpoints.exp: New file.
1004
0fec99e8
PA
10052014-10-01 Pedro Alves <palves@redhat.com>
1006
1007 * gdb.base/breakpoint-in-ro-region.c: New file.
1008 * gdb.base/breakpoint-in-ro-region.exp: New file.
1009
2ddf4301
SM
10102014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1011
1012 * gdb.mi/mi-exit-code.exp: New file.
1013 * gdb.mi/mi-exit-code.c: New file.
1014
6a5f3f43
YQ
10152014-09-30 Yao Qi <yao@codesourcery.com>
1016
1017 * lib/prelink-support.exp (build_executable_own_libs): Error if
1018 the target isn't native.
1019
345bcc73
YQ
10202014-09-30 Yao Qi <yao@codesourcery.com>
1021
1022 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
1023 false.
1024
a25a5a45
PA
10252014-09-22 Pedro Alves <palves@redhat.com>
1026
1027 * gdb.threads/break-while-running.exp: New file.
1028 * gdb.threads/break-while-running.c: New file.
1029
00ba3162
YQ
10302014-09-19 Yao Qi <yao@codesourcery.com>
1031
1032 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
1033 Invoke test. Restart GDB with --readnow and invoke test again.
1034
c3b7b696
YQ
10352014-09-19 Yao Qi <yao@codesourcery.com>
1036
1037 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
1038 proc set_breakpoint_on_gcd_function. Invoke
1039 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
1040 invoke set_breakpoint_on_gcd_function again.
1041
2b4fd423
DE
10422014-09-18 Doug Evans <dje@google.com>
1043
1044 * gdb.dwarf2/symtab-producer.exp: New file.
1045
a5947601
SDJ
10462014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1047
1048 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
1049 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
1050 * gdb.base/global-var-nested-by-dso.c: Likewise.
1051 * gdb.base/global-var-nested-by-dso.exp: Likewise.
1052
91c19059
SDJ
10532014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1054 Pedro Alves <palves@redhat.com>
1055
1056 * gdb.base/watch-bitfields.exp: Pass string other than test file
1057 name to prepare_for_testing.
1058 (watch): New procedure.
1059 (expect_watchpoint): Use with_test_prefix.
1060 (top level): Factor out tests to ...
1061 (test_watch_location, test_regular_watch): ... these new
1062 procedures, and use with_test_prefix and gdb_continue_to_end.
1063
bb9d5f81
PP
10642014-09-16 Patrick Palka <patrick@parcs.ath.cx>
1065
1066 PR breakpoints/12526
1067 * gdb.base/watch-bitfields.exp: New file.
1068 * gdb.base/watch-bitfields.c: New file.
1069
635856f5
PA
10702014-09-16 Pedro Alves <palves@redhat.com>
1071
1072 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
1073 software and hardware addresses, not software address against
1074 itself.
1075
7280ceea
PA
10762014-09-16 Pedro Alves <palves@redhat.com>
1077
1078 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
1079 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
1080
428b16bd
PA
10812014-09-16 Pedro Alves <palves@redhat.com>
1082
1083 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
1084 files.
1085 * gdb.base/a2-run.exp: Remove all code guarded by istarget
1086 "*-*-vxworks*" throughout.
1087 * gdb.base/break.exp: Likewise.
1088 * gdb.base/default.exp: Likewise.
1089 * gdb.base/scope.exp: Likewise.
1090 * gdb.base/sepdebug.exp: Likewise.
1091 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
1092 throughout.
1093 * gdb.base/run.c: Likewise.
1094 * gdb.base/sepdebug.c: Likewise.
1095 * gdb.hp/gdb.aCC/run.c: Likewise.
1096 * gdb.reverse/until-reverse.c: Likewise.
1097 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
1098
666d413c
YQ
10992014-09-16 Yao Qi <yao@codesourcery.com>
1100
1101 * boards/local-remote-host-native.exp: New file.
1102
57cbd724
DE
11032014-09-14 Doug Evans <xdje42@gmail.com>
1104
1105 * gdb.threads/queue-signal.c (thread_count): New variable.
1106 (thread_count_mutex, thread_count_condvar): New variables.
1107 (incr_thread_count, wait_all_threads_running): New functions.
1108 (main): Wait for all threads to be in their thread functions.
1109
81219e53
DE
11102014-09-13 Doug Evans <xdje42@gmail.com>
1111
1112 * gdb.threads/queue-signal.c: New file.
1113 * gdb.threads/queue-signal.exp: New file.
1114
3714cea7
DE
11152014-09-13 Doug Evans <xdje42@gmail.com>
1116
1117 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
1118 be consistent with what default_gdb_init uses.
1119 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
1120 the plain text of the prompt. Add some logging printfs.
1121 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
1122
fa43b1d7
PA
11232014-09-12 Pedro Alves <palves@redhat.com>
1124
1125 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
1126 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
1127 * gdb.arch/i386-size-overlap.exp: Likewise.
1128 * gdb.arch/i386-size.exp: Likewise.
1129 * gdb.arch/i386-unwind.exp: Likewise.
1130 * gdb.base/a2-run.exp: Likewise.
1131 * gdb.base/break.exp: Likewise.
1132 * gdb.base/charset.exp: Likewise.
1133 * gdb.base/chng-syms.exp: Likewise.
1134 * gdb.base/commands.exp: Likewise.
1135 * gdb.base/dbx.exp: Likewise.
1136 * gdb.base/find.exp: Likewise.
1137 * gdb.base/funcargs.exp: Likewise.
1138 * gdb.base/jit-simple.exp: Likewise.
1139 * gdb.base/reread.exp: Likewise.
1140 * gdb.base/sepdebug.exp: Likewise.
1141 * gdb.base/step-bt.exp: Likewise.
1142 * gdb.cp/mb-inline.exp: Likewise.
1143 * gdb.cp/mb-templates.exp: Likewise.
1144 * gdb.objc/basicclass.exp: Likewise.
1145 * gdb.threads/killed.exp: Likewise.
1146
9d9bf2df
EBM
11472014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1148
1149 PR tdep/17379
1150 * gdb.arch/powerpc-stackless.S: New file.
1151 * gdb.arch/powerpc-stackless.exp: New file.
1152
1cf2f1b0
JK
11532014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1154
1155 * gdb.base/attach.c: Include unistd.h.
1156 (main): Call alarm. Add label postloop.
1157 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
1158 gdb_breakpoint, gdb_continue_to_breakpoint.
1159 (test_command_line_attach_run): Kill ${testpid} in one exit path.
1160
98880d46
PA
11612014-09-11 Pedro Alves <palves@redhat.com>
1162
1163 PR gdb/17347
1164 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
1165 * gdb.base/attach.exp (test_command_line_attach_run): New
1166 procedure.
1167 (top level): Call it.
1168
4c92ff2c
PA
11692014-09-11 Pedro Alves <palves@redhat.com>
1170
1171 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
1172 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
1173 (do_command_attach_tests): Use spawn_wait_for_attach.
1174 * gdb.base/solib-overlap.exp: Likewise.
1175 * gdb.multi/multi-attach.exp: Likewise.
1176 * gdb.python/py-prompt.exp: Likewise.
1177 * gdb.python/py-sync-interp.exp: Likewise.
1178 * gdb.server/ext-attach.exp: Likewise.
1179
3adc1a7d
GKB
11802014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
1181
1182 * gdb.fortran/array-element.exp: Remove unexpected "continue"
1183 command in testcase. Simplify testcase.
1184
96334934
JB
11852014-09-10 Joel Brobecker <brobecker@adacore.com>
1186
1187 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
1188
eb479039
JB
11892014-09-10 Joel Brobecker <brobecker@adacore.com>
1190
1191 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
1192
deede10c
JB
11932014-09-10 Joel Brobecker <brobecker@adacore.com>
1194
1195 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
1196
7828a5f5
JB
11972014-09-10 Joel Brobecker <brobecker@adacore.com>
1198
1199 * gdb.dwarf2/dynarr-ptr.c: New file.
1200 * gdb.dwarf2/dynarr-ptr.exp: New file.
1201
33aeebcf
MR
12022014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1203
1204 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
1205 of 30 rather than hardcoding 120 for a slow test case. Take the
1206 `gdb,timeout' target setting into account for this calculation.
1207 Don't extend the timeout for the test cases that don't need it.
1208
7b415901
MR
12092014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1210
1211 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
1212 a factor of 2 for a slow test case. Take the `gdb,timeout'
1213 target setting into account for this calculation.
1214 * gdb.reverse/until-precsave.exp: Increase the timeout by
1215 a factor of 15 and 3 respectively rather than adding 120
1216 for a pair of slow test cases. Take the `gdb,timeout'
1217 target setting into account for this calculation.
1218
4a40f85a
MR
12192014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1220
1221 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
1222 timeout, don't pass one down to gdb_expect.
1223 (gdb_expect): Rework timeout selection.
1224
09635af7
MR
12252014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1226
1227 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
1228 exception on timeout.
1229 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
1230 (gdbserver_start_extended): Catch any `gdbserver_start' error
1231 exceptions.
1232 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
1233 * lib/mi-support.exp (mi_gdb_target_load): Catch any
1234 `gdbserver_gdb_load' error exceptions.
1235
2bdd10b7
MR
12362014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1237
1238 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
1239 120 on waiting for the TCP socket to open.
1240
316935f0
DE
12412014-09-09 Doug Evans <xdje42@gmail.com>
1242
1243 * gdb.base/default.exp (show_conv_list): Add _caller_is,
1244 _caller_matches, _any_caller_is, _any_caller_matches.
1245
83740597
DE
12462014-09-09 Doug Evans <xdje42@gmail.com>
1247
1248 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
1249
4c122fc3
YQ
12502014-09-09 Yao Qi <yao@codesourcery.com>
1251
1252 * gdb.mi/mi-var-display.exp: Set print symbol off.
1253
a9f116cb
GKB
12542014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
1255
1256 PR gdb/17035
1257 * gdb.base/commands.exp: Add tests to verify user-defined
1258 commands with empty bodies.
1259 * gdb.python/py-cmd.exp: Test that we don't show user-defined
1260 python commands in `show user command`.
1261 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
1262 scheme commands in `show user command`.
1263
c75bd3a2
JK
12642014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1265
1266 PR python/17355
1267 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
1268 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
1269 * gdb.python/py-framefilter-invalidarg.exp: New file.
1270 * gdb.python/py-framefilter-invalidarg.py: New file.
1271
faa42425
DE
12722014-09-06 Doug Evans <xdje42@gmail.com>
1273
1274 PR 15276
1275 * gdb.python/py-caller-is.c: New file.
1276 * gdb.python/py-caller-is.exp: New file.
1277
474ca4f6
SDJ
12782014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
1279
1280 PR gdb/17235
1281 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
1282 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
1283
eb0b0463
SDJ
12842014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
1285
1286 PR fortran/17237
1287 * gdb.fortran/print-formatted.exp: New file.
1288 * gdb.fortran/print-formatted.f90: Likewise.
1289
5f3b99cf
SS
12902014-09-03 Sasha Smundak <asmundak@google.com>
1291
1292 * gdb.python/py-frame.exp: Test Frame.read_register.
1293
7d793aa9
SDJ
12942014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
1295
1296 PR python/16699
1297 * gdb.python/py-completion.exp: New file.
1298 * gdb.python/py-completion.py: Likewise.
1299
fb0576e9
DE
13002014-08-28 Doug Evans <dje@google.com>
1301
1302 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
1303 eax,etc. are live with values set by gdb and thus the compiler can't
1304 use them.
1305 * gdb.arch/i386-pseudo.c (main): Ditto.
1306
ee92b0dd
DE
13072014-08-27 Doug Evans <dje@google.com>
1308
1309 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
1310
6649db35
DE
13112014-08-25 Doug Evans <dje@google.com>
1312
1313 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
1314 (main): Ditto.
1315
564b7600
DE
13162014-08-25 Doug Evans <dje@google.com>
1317
1318 * gdb.threads/thread-execl.exp: #include <stdio.h>.
1319
3881fb67
YQ
13202014-08-24 Yao Qi <yao@codesourcery.com>
1321
1322 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
1323 symbol off.
1324 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
1325
a05a36a5
DE
13262014-08-22 Doug Evans <dje@google.com>
1327
1328 PR 17276
1329 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
1330 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
1331 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
1332
7c343b48
YQ
13332014-08-22 Yao Qi <yao@codesourcery.com>
1334
1335 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
1336 * gdb.python/py-finish-breakpoint2.exp: Likewise.
1337 * gdb.python/python.exp: Likewise. Use .py file on the host
1338 instead of the build.
1339
22fd09ae
JK
13402014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1341
1342 * gdb.threads/gcore-stale-thread.c: New file.
1343 * gdb.threads/gcore-stale-thread.exp: New file.
1344
a8454a7c
PA
13452014-08-21 Pedro Alves <palves@redhat.com>
1346
1347 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
1348 * gdb.base/gcore-relro-pie.exp: Likewise.
1349 * gdb.base/gcore-relro.exp: Likewise.
1350 * gdb.base/gcore.exp: Likewise.
1351 * gdb.base/print-symbol-loading.exp: Likewise.
1352 * gdb.threads/gcore-thread.exp: Likewise.
1353 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
1354
2a31c623
PA
13552014-08-20 Pedro Alves <palves@redhat.com>
1356 Jan Kratochvil <jan.kratochvil@redhat.com>
1357
1358 * Makefile.in (EXTRA_RULES, CC): New variables, get from
1359 configure.
1360 (EXPECT): Handle READ1 being set.
1361 (all): Depend on EXTRA_RULES.
1362 (check-read1, expect-read1, read1.so, read1): New rules.
1363 * README (Testsuite Parameters): Document the READ1 make variable.
1364 (Race detection): New section.
1365 * configure: Regenerate.
1366 * configure.ac: If build==host==target, and running under a
1367 GNU/glibc system, add read1 to the extra Makefile rules.
1368 (EXTRA_RULES): AC_SUBST it.
1369 * lib/read1.c: New file.
1370
d36430db
JB
13712014-08-20 Joel Brobecker <brobecker@adacore.com>
1372
1373 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
1374 the handling of variables declared as a typedef to an array
1375 which a DW_AT_data_location attribute.
1376
9a0dc9e3
PA
13772014-08-19 Andrew Burgess <aburgess@broadcom.com>
1378 Pedro Alves <palves@redhat.com>
1379
1380 PR symtab/14604
1381 PR symtab/14605
1382 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
1383 gdb_test.
1384
0718a8da
PA
13852014-08-19 Pedro Alves <palves@redhat.com>
1386
1387 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
1388
13b448cd
YQ
13892014-08-19 Yao Qi <yao@codesourcery.com>
1390
1391 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
1392 right line.
1393
1cbf5077
DB
13942014-08-18 David Blaikie <dblaikie@gmail.com>
1395
1396 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
1397
bf0fae19
JB
13982014-08-18 Joel Brobecker <brobecker@adacore.com>
1399
1400 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
1401 attribute in array range.
1402
3c8c5dcc
JB
14032014-08-18 Joel Brobecker <brobecker@adacore.com>
1404
1405 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
1406
e66d4446
SC
14072014-08-15 Siva Chandra Reddy <sivachandra@google.com>
1408
1409 PR c++/17132
1410 * gdb.cp/pr17132.cc: New file.
1411 * gdb.cp/pr17132.exp: New file.
1412
940df408
SC
14132014-08-15 Siva Chandra Reddy <sivachandra@google.com>
1414
1415 * gdb.python/py-xmethods.py (A_getarrayind)
1416 (E_method_char_worker.__call__, E_method_int_worker.__call__):
1417 Use 'print' with function call syntax.
1418 (E_method_matcher.match): Fix tab vs space indentation mixup.
1419
ebcc6c3a
YQ
14202014-08-15 Yao Qi <yao@codesourcery.com>
1421
1422 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
1423 false.
1424
775e0f04
YQ
14252014-08-15 Yao Qi <yao@codesourcery.com>
1426
1427 * gdb.cp/casts.exp: Set print symbol off.
1428 * gdb.cp/class2.exp: Likewise.
1429 * gdb.cp/overload.exp: Likewise.
1430 * gdb.cp/templates.exp: Likewise.
1431
d769e349
DE
14322014-08-11 Doug Evans <dje@google.com>
1433
1434 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1435 (test_load_shlib): Update.
1436
20c6f1e1
YQ
14372014-08-09 Yao Qi <yao@codesourcery.com>
1438
1439 * gdb.base/display.exp: Invoke is_address_zero_readable.
1440 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
1441 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1442 * gdb.base/hbreak-unmapped.exp: Return if
1443 is_address_zero_readable returns true.
1444 * gdb.base/signest.exp: Likewise.
1445 * gdb.base/signull.exp: Likewise.
1446 * gdb.base/sigbpt.exp: Likewise.
1447 * gdb.guile/scm-disasm.exp: Do the test if
1448 is_address_zero_readable returns false.
1449 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
1450 * gdb.python/py-arch.exp: Likewise.
1451 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
1452 * lib/gdb.exp (is_address_zero_readable): New proc.
1453
5792e8e3
YQ
14542014-08-09 Yao Qi <yao@codesourcery.com>
1455
1456 PR testsuite/13443
1457 * gdb.mi/mi-var-display.exp: Make test messages unique.
1458
3cecbbbe
TT
14592014-08-04 Tom Tromey <tromey@redhat.com>
1460
1461 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
1462 target 0".
1463
00b51ff5
TT
14642014-08-04 Tom Tromey <tromey@redhat.com>
1465
1466 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
1467 "target_resume".
1468
6908c509
JB
14692014-08-01 Joel Brobecker <brobecker@adacore.com>
1470
1471 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
1472 inner_vla_struct_object_size.
1473 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
1474 as xfail.
1475
cc6563d2
PA
14762014-07-30 Pedro Alves <palves@redhat.com>
1477
1478 * gdb.threads/signal-command-handle-nopass.exp (test): Add
1479 comment.
1480
7e09a223
YQ
14812014-07-29 Yao Qi <yao@codesourcery.com>
1482
1483 PR gdb/17206
1484 * gdb.base/until-nodebug.exp: New.
1485
7ebdbe92
DE
14862014-07-28 Doug Evans <xdje42@gmail.com>
1487
1488 PR guile/17203
1489 * gdb.guile/scm-parameter.exp: Add tests for trying to create
1490 previously existing parameter, and previously ambiguously spelled
1491 parameter.
1492
fdb1adc6
WN
14932014-07-28 Will Newton <will.newton@linaro.org>
1494
1495 * gdb.base/varargs.exp: Remove KFAILs for ARM.
1496
186fcde0
DE
14972014-07-26 Ludovic Courtès <ludo@gnu.org>
1498 Doug Evans <xdje42@gmail.com>
1499
1500 PR guile/17146
1501 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
1502
70509625
PA
15032014-07-25 Pedro Alves <palves@redhat.com>
1504
1505 * gdb.threads/signal-command-handle-nopass.c: New file.
1506 * gdb.threads/signal-command-handle-nopass.exp: New file.
1507 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
1508 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
1509 * gdb.threads/signal-delivered-right-thread.c: New file.
1510 * gdb.threads/signal-delivered-right-thread.exp: New file.
1511
c3f814a1
PA
15122014-07-25 Pedro Alves <palves@redhat.com>
1513
1514 * gdb.base/double-prompt-target-event-error.exp
1515 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
1516 match.
1517 (cancel_pagination_in_target_event): Rework double prompt
1518 detection.
1519 * gdb.base/paginate-after-ctrl-c-running.exp
1520 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
1521 <return>' match.
1522 * gdb.base/paginate-bg-execution.exp
1523 (test_bg_execution_pagination_return)
1524 (test_bg_execution_pagination_cancel): Remove '-notransfer
1525 <return>' matches.
1526 * gdb.base/paginate-execution-startup.exp
1527 (test_fg_execution_pagination_return)
1528 (test_fg_execution_pagination_cancel): Remove '-notransfer
1529 <return>' matches.
1530 * gdb.base/paginate-inferior-exit.exp
1531 (test_paginate_inferior_exited): Remove '-notransfer <return>'
1532 match.
1533 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
1534 * lib/gdb.exp (pagination_prompt): Run text through
1535 string_to_regexp.
1536 (gdb_test_multiple): Match $pagination_prompt instead of
1537 "<return>".
1538 (string_to_regexp): Move to lib/gdb-utils.exp.
1539
e214cf6c
JK
15402014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1541
1542 * gdb.arch/amd64-entry-value-paramref.S: New file.
1543 * gdb.arch/amd64-entry-value-paramref.cc: New file.
1544 * gdb.arch/amd64-entry-value-paramref.exp: New file.
1545 * gdb.arch/amd64-optimout-repeat.S: New file.
1546 * gdb.arch/amd64-optimout-repeat.c: New file.
1547 * gdb.arch/amd64-optimout-repeat.exp: New file.
1548
17d0c5c8
JK
15492014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1550
1551 PR gdb/17170
1552 * gdb.base/statistics.exp: New file.
1553
b8b8facf
DE
15542014-07-17 Doug Evans <dje@google.com>
1555
74b49205 1556 PR gdb/17170
b8b8facf
DE
1557 * gdb.base/maint.exp: Update testing of per-command stats.
1558
1b5d0ab3
PA
15592014-07-16 Pedro Alves <palves@redhat.com>
1560
1561 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
1562 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
1563 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
1564 (tfile_write_buf): New functions.
1565 (add_memory_block): Rewrite using the above.
1566 (adjust_function_address): New function.
1567 (FUNCTION_ADDRESS): New macro.
1568 (write_basic_trace_file): Remove short_x local, and use
1569 tfile_write_16. Change type of func_addr local to unsigned long
1570 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
1571 here. Cast argument of add_memory_block to char pointer.
1572 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
1573 (main): Remove parameters.
1574 * gdb.trace/tfile.exp: Remove nowarnings.
1575
4d974e88
SM
15762014-07-15 Simon Marchi <simon.marchi@ericsson.com>
1577
1578 * gdb.base/debug-expr.exp: Test string evaluation with
1579 "debug expression" on.
1580
41e99568
PA
15812014-07-15 Pedro Alves <palves@redhat.com>
1582
1583 * gdb.base/reread.exp: Use clean_restart.
1584
487d9753
PL
15852014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
1586
1587 * gdb.arch/avr-flash-qualifer.c: New.
1588 * gdb.arch/avr-flash-qualifer.exp: New.
1589
cc1c52ad
PA
15902014-07-14 Pedro Alves <palves@redhat.com>
1591
1592 * gdb.base/paginate-after-ctrl-c-running.c: New file.
1593 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
1594
1e973570
PA
15952014-07-14 Pedro Alves <palves@redhat.com>
1596
1597 * gdb.base/double-prompt-target-event-error.c: New file.
1598 * gdb.base/double-prompt-target-event-error.exp: New file.
1599
93d6eb10
PA
16002014-07-14 Pedro Alves <palves@redhat.com>
1601
1602 PR gdb/17072
1603 * gdb.base/paginate-inferior-exit.c: New file.
1604 * gdb.base/paginate-inferior-exit.exp: New file.
1605
0017922d
PA
16062014-07-14 Pedro Alves <palves@redhat.com>
1607
1608 PR gdb/17072
1609 * gdb.base/paginate-bg-execution.c: New file.
1610 * gdb.base/paginate-bg-execution.exp: New file.
1611
94696ad3
PA
16122014-07-14 Pedro Alves <palves@redhat.com>
1613
1614 PR gdb/17072
1615 * gdb.base/paginate-execution-startup.c: New file.
1616 * gdb.base/paginate-execution-startup.exp: New file.
1617 * lib/gdb.exp (pagination_prompt): New global.
1618 (default_gdb_spawn): New procedure, factored out from
1619 default_gdb_spawn.
1620 (default_gdb_start): Adjust to call default_gdb_spawn.
1621 (gdb_spawn): New procedure.
1622
bd293940
PA
16232014-07-14 Pedro Alves <palves@redhat.com>
1624
1625 * lib/gdb.exp (gdb_assert): New procedure.
1626 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
1627
c933f875
PA
16282014-07-14 Pedro Alves <palves@redhat.com>
1629
1630 * gdb.base/execution-termios.c: New file.
1631 * gdb.base/execution-termios.exp: New file.
1632
d98b7a16
TT
16332014-07-14 Tom Tromey <tromey@redhat.com>
1634
1635 * gdb.cp/vla-cxx.cc: New file.
1636 * gdb.cp/vla-cxx.exp: New file.
1637
548740d6
TT
16382014-07-14 Tom Tromey <tromey@redhat.com>
1639
1640 * gdb.reverse/rerun-prec.c: New file.
1641 * gdb.reverse/rerun-prec.exp: New file.
1642
a25eb028
MR
16432014-07-12 Maciej W. Rozycki <macro@mips.com>
1644 Maciej W. Rozycki <macro@codesourcery.com>
1645
1646 * lib/gdb-utils.exp: New file.
1647 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
1648 inline `gdb_init_command' processing.
1649 (gdb_start_cmd): Likewise.
1650 * lib/mi-support.exp (mi_run_cmd): Likewise.
1651 * README: Document `gdb_init_command' and `gdb_init_commands'.
1652
218c2655
JK
16532014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1654
1655 Fix false FAIL running under a very long directory name.
1656 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
1657 and "set print elements 10000". Twice.
1658
5401fde3
YQ
16592014-07-11 Yao Qi <yao@codesourcery.com>
1660
1661 * gdb.base/exprs.exp: "set print symbol off".
1662
e76126e8
PA
16632014-07-11 Pedro Alves <palves@redhat.com>
1664
1665 * gdb.threads/kill.c: New file.
1666 * gdb.threads/kill.exp: New file.
1667
2d6f0de6
YQ
16682014-07-10 Yao Qi <yao@codesourcery.com>
1669
1670 * gdb.trace/tfile.c (write_basic_trace_file)
1671 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
1672 address written to trace file.
1673
7180e04a
PA
16742014-07-09 Pedro Alves <palves@redhat.com>
1675
1676 * gdb.base/attach-wait-input.exp: New file.
1677 * gdb.base/attach-wait-input.c: New file.
1678
9a9a7608
AB
16792014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1680
1681 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
1682 setting up test structures.
1683 (main): Call new test function.
1684 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
1685 test function, continue into test function and walk test
1686 structures.
1687
161ac41e
YQ
16882014-07-02 Yao Qi <yao@codesourcery.com>
1689
1690 * gdb.trace/entry-values.c: Define labels 'foo_start' and
1691 'bar_start' at the beginning of functions 'foo' and 'bar'
1692 respectively.
1693 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
1694 instead of 'foo' and 'bar'.
1695
1f267ae3
MM
16962014-07-08 Markus Metzger <markus.t.metzger@intel.com>
1697
1698 * gdb.btrace/segv.exp: New.
1699 * gdb.btrace/segv.c: New.
1700
2b239efb
LM
17012014-07-02 Luis Machado <lgustavo@codesourcery.com>
1702
1703 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
1704 instruction.
1705
cf363f18
MW
17062014-06-30 Mark Wielaard <mjw@redhat.com>
1707
1708 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
1709 vulture, vilify, villar): New volatile array constants.
1710 (vindictive, vegetation): New const volatile array constants.
1711 * gdb.base/volatile.exp: Test volatile and const volatile array
1712 types.
1713
aebf9d24
AA
17142014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1715
1716 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
1717 target lacks support for awatch, rwatch, or hbreak.
1718
b67a2c6f
YQ
17192014-06-27 Yao Qi <yao@codesourcery.com>
1720
1721 * gdb.multi/dummy-frame-restore.exp: New.
1722 * gdb.multi/dummy-frame-restore.c: New.
1723
aef92902
MM
17242014-06-25 Markus Metzger <markus.t.metzger@intel.com>
1725
1726 * gdb.btrace/gcore.exp: New.
1727
8e9db26e
PA
17282014-06-23 Pedro Alves <palves@redhat.com>
1729
1730 * gdb.base/watchpoint-reuse-slot.c: New file.
1731 * gdb.base/watchpoint-reuse-slot.exp: New file.
1732
70afc5b7
SC
17332014-06-23 Siva Chandra Reddy <sivachandra@google.com>
1734
1735 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
1736 progspace's filename in 'info', 'enable' and 'disable' command
1737 tests.
1738
b972bd9c
JK
17392014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1740
1741 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
1742 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
1743 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
1744
125f8a3d
GB
17452014-06-20 Gary Benson <gbenson@redhat.com>
1746
1747 * gdb.arch/i386-avx.exp: Fix include file location.
1748 * gdb.arch/i386-sse.exp: Likewise.
1749
3ed9baed
IB
17502014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
1751
1752 * gdb.dlang/expression.exp: New file.
1753
034f788c
PA
17542014-06-19 Pedro Alves <palves@redhat.com>
1755
1756 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
1757 out from ...
1758 (top level): ... here. Iterate running tests under different
1759 scheduler-locking settings.
1760
45371d0c
LM
17612014-06-18 Luis Machado <lgustavo@codesourcery.com>
1762
1763 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
1764 to DW_FORM_addr and use non-zero addresses.
1765
5d376983
SC
17662014-06-18 Siva Chandra Reddy <sivachandra@google.com>
1767
1768 PR gdb/17017
1769 * gdb.python/py-xmethods.cc: Add global function call counters and
1770 increment them in their respective functions. Remove "cout"
1771 statements.
1772 * gdb.python/py-xmethods.exp: Make tests check the global function
1773 call counters instead of depending on inferior IO.
1774
a1aa2221
LM
17752014-06-18 Don Breazeal <donb@codesourcery.com>
1776
1777 * gdb.base/foll-fork.exp (default_fork_parent_follow):
1778 Deleted procedure.
1779 (explicit_fork_parent_follow): Deleted procedure.
1780 (explicit_fork_child_follow): Deleted procedure.
1781 (test_follow_fork): New procedure.
1782 (do_fork_tests): Replace calls to deleted procedures with
1783 calls to test_follow_fork and reset GDB for subsequent
1784 procedure calls.
1785
0fc05997
YQ
17862014-06-17 Yao Qi <yao@codesourcery.com>
1787
1788 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
1789 CP1252.
1790
70795c52
LM
17912014-06-17 Luis Machado <lgustavo@codesourcery.com>
1792
1793 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
1794 Initialize ptr and S explicitly.
1795 (skip_type_update_when_not_use_rtti_test): Likewise.
1796
6be47f0c
KS
17972014-06-16 Keith Seitz <keiths@redhat.com>
1798
1799 PR mi/15863
1800 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
1801 the inferior is started.
1802
d03de421
PA
18032014-06-16 Pedro Alves <palves@redhat.com>
1804
1805 * gdb.base/break-main-file-remove-fail.c: New file.
1806 * gdb.base/break-main-file-remove-fail.exp: New file.
1807 * gdb.base/break-unload-file.exp: Use build_executable instead of
1808 prepare_for_testing.
1809 (test_break): New parameter "initial_load". Handle it.
1810 (top level): Add initial_load cmdline/file axis.
1811
f9579b99
TT
18122014-06-12 Tom Tromey <tromey@redhat.com>
1813
1814 * gdb.base/completion.exp: Don't use directory name in test.
1815
3657956b
GB
18162014-06-09 Gary Benson <gbenson@redhat.com>
1817
1818 * gdb.base/sigall.c [Functions to send signals]: Reorder to
1819 separate the always-available ANSI-standard signals from the
1820 signals that require checking.
1821 (main): Likewise.
1822 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
1823 Likewise.
1824 (main): Likewise.
1825
4186eb54
KS
18262014-06-07 Keith Seitz <keiths@redhat.com>
1827
1828 Revert:
1829 PR c++/16253
1830 * gdb.cp/var-tag.cc: New file.
1831 * gdb.cp/var-tag.exp: New file.
1832 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
1833 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
1834 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1835 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1836
25326a28 18372014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
1838
1839 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
1840
829155c9
PA
18412014-06-06 Pedro Alves <palves@redhat.com>
1842
1843 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
1844 in target debug output instead of looking at RSP packets,
1845 disabling the test on any target that uses hardware stepping.
1846 Update comments.
1847
61c8d22e
PA
18482014-06-06 Pedro Alves <palves@redhat.com>
1849
1850 * gdb.base/break-unload-file.exp: Fix typo.
1851
d9a47287
YQ
18522014-06-06 Yao Qi <yao@codesourcery.com>
1853
1854 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
1855 from "jit_function" to "^jit_function".
1856
e5e01dbf
YQ
18572014-06-06 Yao Qi <yao@codesourcery.com>
1858
1859 * gdb.base/async.c (foo): Add one statement.
1860 * gdb.base/async.exp: Get the next instruction address and
1861 match the output of "nexti" by instruction address. Match
1862 the hex address in the output of "finish".
1863
73ba372c
GB
18642014-06-06 Gary Benson <gbenson@redhat.com>
1865
1866 * gdb.base/call-signals.c: Remove preprocessor conditionals
1867 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
1868 SIGSEGV and SIGTERM.
1869 * gdb.base/sigall.c: Likewise.
1870 * gdb.base/unwindonsignal.c: Likewise.
1871 * gdb.reverse/sigall-reverse.c: Likewise.
1872
831517df
YQ
18732014-06-06 Yao Qi <yao@codesourcery.com>
1874
1875 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
1876 readable, skip the test.
1877
b8b91e98
YQ
18782014-06-06 Yao Qi <yao@codesourcery.com>
1879
1880 * gdb.threads/staticthreads.c (thread_function): Move the line
1881 setting breakpoint on forward.
1882 * gdb.threads/staticthreads.exp: Update comments.
1883
fb934770
LC
18842014-06-05 Ludovic Courtès <ludo@gnu.org>
1885
1886 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
1887 "history-append! type error".
1888
6ef284bd
SM
18892014-06-05 Simon Marchi <simon.marchi@ericsson.com>
1890
1891 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
1892 erroneous dprintf expected input.
1893
a872e241
DE
18942014-06-04 Doug Evans <xdje42@gmail.com>
1895
1896 * gdb.guile/scm-generics.exp: Delete.
1897
16f691fb
DE
18982014-06-04 Doug Evans <xdje42@gmail.com>
1899
1900 * gdb.guile/scm-breakpoint.exp: Update.
1901 Add tests for breakpoint registration.
1902
012370f6
TT
19032014-06-04 Tom Tromey <tromey@redhat.com>
1904
1905 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
1906 VLA-in-union.
1907 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
1908 inner_vla_struct, vla_union types. Initialize objects of those
1909 types and compute their sizes.
1910
9f5a4cef
HZ
19112014-06-04 Nathan Sidwell <nathan@codesourcery.com>
1912 Hui Zhu <hui@codesourcery.com>
1913
1914 * gdb.base/fileio.exp: Add test for shell not available as well as
1915 available.
1916 * gdb.base/fileio.c (test_system): Check for shell twice.
1917
90a45c4d
YQ
19182014-06-04 Yao Qi <yao@codesourcery.com>
1919
1920 * gdb.base/auto-connect-native-target.exp: Remove redundant
1921 space from the regexp pattern.
1922
70017e41
YQ
19232014-06-04 Yao Qi <yao@codesourcery.com>
1924
1925 * gdb.base/default.exp: Replace "child" with "native" in
1926 regexp pattern.
1927
883964a7
SC
19282014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1929
1930 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
1931 * gdb.python/py-xmethods.exp: New tests to test xmethods.
1932 * gdb.python/py-xmethods.py: Python script supporting the
1933 new testcase and tests.
1934
ef370185
JB
19352014-06-03 Joel Brobecker <brobecker@adacore.com>
1936 Pedro Alves <palves@redhat.com>
1937
1938 PR breakpoints/17000
1939 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
1940 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
1941
1e2ccb61
BM
19422014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
1943
1944 * gdb.base/subst.exp: Add tests to verify partial path matching
1945 output.
1946
c6ec5ab2
PA
19472014-06-03 Pedro Alves <palves@redhat.com>
1948
1949 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
1950 target that doesn't use software single-stepping.
1951
835c559f
PA
19522014-06-03 Pedro Alves <palves@redhat.com>
1953
1954 PR breakpoints/17000
1955 * gdb.base/sss-bp-on-user-bp-2.c: New file.
1956 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
1957
06eb1586
DE
19582014-06-02 Doug Evans <xdje42@gmail.com>
1959
1960 * gdb.guile/scm-parameter.exp: New file.
1961
e698b8c4
DE
19622014-06-02 Doug Evans <xdje42@gmail.com>
1963
1964 * gdb.guile/scm-cmd.c: New file.
1965 * gdb.guile/scm-cmd.exp: New file.
1966
ded03782
DE
19672014-06-02 Doug Evans <xdje42@gmail.com>
1968
1969 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
1970 pretty-printer lookup.
1971 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
1972 (make-pp_s-printer): Call it.
1973 (make-pretty-printer-from-dict): New function.
1974 (lookup-pretty-printer-maker-from-dict): New function.
1975 (*pretty-printer*): Simplify.
1976 (make-objfile-pp_s-printer): New function.
1977 (install-objfile-pretty-printers!): New function.
1978 (make-progspace-pp_s-printer): New function.
1979 (install-progspace-pretty-printers!): New function.
1980 * gdb.guile/scm-progspace.c: New file.
1981 * gdb.guile/scm-progspace.exp: New file.
1982
41fac0cf
PA
19832014-06-02 Pedro Alves <palves@redhat.com>
1984
1985 * gdb.base/dprintf-bp-same-addr.c: New file.
1986 * gdb.base/dprintf-bp-same-addr.exp: New file.
1987
96ae5695
EBM
19882014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1989
1990 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
1991 * gdb.arch/powerpc-power.s: Likewise.
1992
da02b3a8
JB
19932014-06-02 Joel Brobecker <brobecker@adacore.com>
1994
1995 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
1996
c72b2e7b
YQ
19972014-06-01 Yao Qi <yao@codesourcery.com>
1998
1999 * gdb.base/watchpoint.exp (test_watch_location): Check null
2000 pointer can be dereferenced. If not, do the test, otherwise
2001 skip it.
2002
53e8a631
AB
20032014-05-30 Andrew Burgess <aburgess@broadcom.com>
2004
2005 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
2006 results.
2007 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
2008
938f0e2f
AB
20092014-05-30 Andrew Burgess <aburgess@broadcom.com>
2010
2011 * gdb.arch/amd64-invalid-stack-middle.S: New file.
2012 * gdb.arch/amd64-invalid-stack-middle.c: New file.
2013 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
2014 * gdb.arch/amd64-invalid-stack-top.c: New file.
2015 * gdb.arch/amd64-invalid-stack-top.exp: New file.
2016
9ba6657a
PA
20172014-05-30 Pedro Alves <palves@redhat.com>
2018
2019 PR breakpoints/17000
2020 * gdb.base/sss-bp-on-user-bp.c: New file.
2021 * gdb.base/sss-bp-on-user-bp.exp: New file.
2022
522c09bf
DB
20232014-05-30 David Blaikie <dblaikie@gmail.com>
2024
2025 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
2026 gnu_inline semantics via attribute.
2027 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
2028 source explicitly specifies the required semantics.
2029
bf4ef81e
MR
20302014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
2031
2032 * gdb.reverse/sigall-reverse.exp: Fix a typo.
2033
329ea579
PA
20342014-05-29 Pedro Alves <palves@redhat.com>
2035 Tom Tromey <tromey@redhat.com>
2036
2037 * gdb.base/async-shell.exp: Don't enable target-async.
2038 * gdb.base/async.exp
2039 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
2040 parameter. Adjust.
2041 (top level): Don't test with "target-async".
2042 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
2043 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
2044 * gdb.base/inferior-died.exp: Don't enable target-async.
2045 * gdb.base/interrupt-noterm.exp: Likewise.
2046 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
2047 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2048 * gdb.mi/mi-nonstop.exp: Likewise.
2049 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2050 * gdb.mi/mi-nsintrall.exp: Likewise.
2051 * gdb.mi/mi-nsmoribund.exp: Likewise.
2052 * gdb.mi/mi-nsthrexec.exp: Likewise.
2053 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2054 * gdb.multi/watchpoint-multi.exp: Adjust comment.
2055 * gdb.python/py-evsignal.exp: Don't enable target-async.
2056 * gdb.python/py-evthreads.exp: Likewise.
2057 * gdb.python/py-prompt.exp: Likewise.
2058 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
2059 * gdb.server/solib-list.exp: Don't enable target-async.
2060 * gdb.threads/thread-specific-bp.exp: Likewise.
2061 * lib/mi-support.exp: Adjust to use mi-async.
2062
fd664c91
PA
20632014-05-29 Pedro Alves <palves@redhat.com>
2064
2065 PR gdb/13860
2066 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
2067 reason, even in sync mode.
2068
251bde03
PA
20692014-05-29 Pedro Alves <palves@redhat.com>
2070 Hui Zhu <hui@codesourcery.com>
2071
2072 PR PR15693
2073 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
2074 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
2075 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
2076 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
2077
7f3c0343
JB
20782014-05-28 Joel Brobecker <brobecker@adacore.com>
2079
2080 * config/monitor.exp (gdb_target_monitor): Replace use of
2081 "set remotebaud" by "set serial baud".
2082
b2715b27
AW
20832014-05-26 Andy Wingo <wingo@igalia.com>
2084
2085 * gdb.guile/scm-breakpoint.exp:
2086 * gdb.guile/scm-gsmob.exp: Update to use plain old object
2087 properties instead of gdb-object-properties.
2088
498a4489
YQ
20892014-05-26 Yao Qi <yao@codesourcery.com>
2090
2091 * gdb.server/no-thread-db.exp: Specify source file name
2092 explicitly when setting a breakpoint.
2093
589fdceb
MM
20942014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2095
2096 * gdb.btrace/vdso.c: New.
2097 * gdb.btrace/vdso.exp: New.
2098
e9089e05
MM
20992014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2100
2101 * gdb.base/gcore.exp (capture_command_output): Move ...
2102 * lib/gdb.exp (capture_command_output): ... here.
2103
67b5c0c1
MM
21042014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2105
2106 * gdb.btrace/data.exp: Test memory access during btrace replay.
2107
a2199296
SM
21082014-05-22 Simon Marchi <simon.marchi@ericsson.com>
2109
2110 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
2111
17b2616c
PA
21122014-05-21 Pedro Alves <palves@redhat.com>
2113
2114 PR gdb/13860
2115 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
2116 (top level): Test that output related to execution commands is
2117 sent to the console with CLI commands, but not with MI commands.
2118 Test that breakpoint events are always mirrored to the console.
2119 Also expect the new source line to be output after a "next" in
2120 async mode too. Make it a pass/fail test.
2121 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
2122 output.
2123 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
2124
5166082f
PA
21252014-05-21 Pedro Alves <palves@redhat.com>
2126
2127 * gdb.base/list.exp (build_pattern, test_list): New procedures.
2128 Use them to test variations of "list" after reaching a breakpoint.
2129 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
2130 Test "list" with listsize 10 after reaching a breakpoint.
2131 * gdb.python/python.exp (decode_line current location line
2132 number): Adjust expected line number.
2133
2f25d70f
SM
21342014-05-21 Simon Marchi <simon.marchi@ericsson.com>
2135
2136 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
2137 behavior for $args, pass it directly to "run".
2138
ff604a67
MR
21392014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
2140
2141 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
2142 30000 to 65536.
2143
6a3cb8e8
PA
21442014-05-21 Pedro Alves <palves@redhat.com>
2145
2146 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
2147 auto-connect-native-target off".
2148 * gdb.base/auto-connect-native-target.c: New file.
2149 * gdb.base/auto-connect-native-target.exp: New file.
2150
4ebfc96e
PA
21512014-05-21 Pedro Alves <palves@redhat.com>
2152
2153 * gdb.base/default.exp: Test "target native" instead of "target
2154 child".
2155
36d46afb
MW
21562014-05-21 Mark Wielaard <mjw@redhat.com>
2157
2158 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2159
5876f503
JK
21602014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2161
2162 Fix TLS access for -static -pthread.
2163 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
2164 <HAVE_TLS> (thread_function, main): Initialize it.
2165 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
2166 Add clean_restart.
2167 <$have_tls != "">: Check TLSVAR.
2168
0256a6ac
PA
21692014-05-21 Pedro Alves <palves@redhat.com>
2170
2171 * gdb.base/dcache-line-read-error.c: New.
2172 * gdb.base/dcache-line-read-error.exp: New.
2173
936d2992
PA
21742014-05-20 Pedro Alves <palves@redhat.com>
2175
2176 * gdb.base/compare-sections.c: New file.
2177 * gdb.base/compare-sections.exp: New file.
2178
802e8e6d
PA
21792014-05-20 Pedro Alves <palves@redhat.com>
2180
2181 * gdb.base/break-idempotent.c: New file.
2182 * gdb.base/break-idempotent.exp: New file.
2183
e59fa00f
MM
21842014-05-20 Markus Metzger <markus.t.metzger@intel.com>
2185
2186 * gdb.btrace/nohist.exp: New.
2187
8b696e31
YQ
21882014-05-20 Yao Qi <yao@codesourcery.com>
2189
2190 * lib/gdb.exp (gdb_init): Set timeout if test file is under
2191 gdb.reverse directory and gdb_reverse_timeout exists in board
2192 setting.
2193 * README: Document gdb_reverse_timeout.
2194
73c9764f
YQ
21952014-05-20 Yao Qi <yao@codesourcery.com>
2196
2197 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
2198 'test_file_name'. Treat args as a string instead of a list.
2199 (gdb_init): Rename argument 'args' by 'test_file_name'.
2200
f1f4348a
JK
22012014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2202
2203 * gdb.arch/powerpc-power.exp: New file.
2204 * gdb.arch/powerpc-power.s: New file.
2205
0dbe70ce
DE
22062014-05-16 Doug Evans <dje@google.com>
2207
2208 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
2209 * gdb.base/completion.exp: Check that all expected files exist
2210 before doing file completion.
0dbe70ce 2211
8d551b02
DE
22122014-05-16 Doug Evans <dje@google.com>
2213
2214 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
2215 Update.
2216 (do_syscall_tests_without_xml): Update.
2217
73eb7709
PA
22182014-05-16 Pedro Alves <palves@redhat.com>
2219
2220 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
2221 instead of "unknown output after running".
2222
3fae92fc
YQ
22232014-05-16 Yao Qi <yao@codesourcery.com>
2224
2225 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
2226 file1.txt from host at the end.
2227 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2228
c2b2ccc5
DE
22292014-05-15 Doug Evans <dje@google.com>
2230
2231 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
2232 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
2233 loading file. Add test for TU lookup.
2234
8c217a4b
SM
22352014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2236
2237 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
2238 calling "-exec-arguments" or "set args" before running the
2239 inferior.
2240
3deb39c6
SM
22412014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2242
2243 * lib/mi-support.exp (mi_expect_stop): Expect message for
2244 inferiors that exit with non-zero exit code.
2245
71a79f8c
YQ
22462014-05-14 Yao Qi <yao@codesourcery.com>
2247
2248 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
2249 match absolute path on remote host.
2250 (test_file_list_exec_source_files): Remove "/" from the
2251 pattern.
2252
f23fcd46
YQ
22532014-05-14 Yao Qi <yao@codesourcery.com>
2254
2255 * boards/local-remote-host-notty.exp (${board}_file): New
2256 proc.
2257
9404b58f
KM
22582014-05-07 Kyle McMartin <kyle@redhat.com>
2259
2260 Pushed by Joel Brobecker <brobecker@adacore.com>.
2261 * gdb.arch/aarch64-atomic-inst.c: New file.
2262 * gdb.arch/aarch64-atomic-inst.exp: New file.
2263
5e45f04c
YQ
22642014-05-07 Yao Qi <yao@codesourcery.com>
2265
2266 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
2267 in current context" too.
2268
c888a17d
KS
22692014-05-05 Keith Seitz <keiths@redhat.com>
2270
2271 * gdb.linespec/ls-dollar.exp: Add test for linespec
2272 file:convenience_variable.
2273
290a839c
YQ
22742014-05-05 Yao Qi <yao@codesourcery.com>
2275
2276 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
2277 traceframes into tfile and ctf trace files. Read data from
2278 trace file and test collected data.
2279 (gdb_collect_locals_test): Likewise.
2280 (gdb_unavailable_registers_test): Likewise.
2281 (gdb_unavailable_floats): Likewise.
2282 (gdb_collect_globals_test): Likewise.
2283 (top-level): Append "ctf" to trace_file_targets if GDB
2284 supports.
2285
b5262cd0
YQ
22862014-05-05 Yao Qi <yao@codesourcery.com>
2287
2288 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
2289 code to ...
2290 (gdb_collect_args_test_1): ... it. New proc.
2291 (gdb_collect_locals_test): Move some code to ...
2292 (gdb_collect_locals_test_1): ... it. New proc.
2293 (gdb_unavailable_registers_test): Move some code to ...
2294 (gdb_unavailable_registers_test_1): ... it. New proc.
2295 (gdb_unavailable_floats): Move some code to ...
2296 (gdb_unavailable_floats_1): ... it. New proc.
2297
30a1e6cc
SDJ
22982014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2299
2300 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
2301 probes to test for bitness recognition.
2302 * gdb.arch/amd64-stap-optional-prefix.exp
2303 (test_probe_value_without_reg): New procedure.
2304 Add code to test for different kinds of bitness.
2305
f33da99a
SDJ
23062014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2307
2308 PR breakpoints/16889
2309 * gdb.arch/amd64-stap-optional-prefix.S: New file.
2310 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2311
5b80f00d
PA
23122014-05-01 Pedro Alves <palves@redhat.com>
2313
2314 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
2315 gdb_file_cmd if no file is specified.
2316 * boards/native-extended-gdbserver.exp (gdb_load): Use the
2317 last_loaded_file to set the remote exec-file.
2318
f8c2a73c
PA
23192014-05-01 Pedro Alves <palves@redhat.com>
2320
2321 * boards/local-remote-host.exp: New file.
2322
be6e8ac7
PA
23232014-05-01 Pedro Alves <palves@redhat.com>
2324
2325 * boards/local-remote-host.exp: Rename to ...
2326 * boards/local-remote-host-notty.exp: ... this.
2327
cac0dc8f
JB
23282014-04-28 Joel Brobecker <brobecker@adacore.com>
2329
2330 * gdb.ada/dyn_arrayidx: New testcase.
2331
9730e6cc
YQ
23322014-04-26 Yao Qi <yao@codesourcery.com>
2333
2334 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
2335 and compute the length of function main. Save it in
2336 $main_length.
2337 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
2338 (top-level): Use gdb_compile to compile objects into
2339 executable and restart GDB. Remove invocation to
2340 prepare_for_testing.
2341
7ae1a6a6
PA
23422014-04-25 Simon Marchi <simon.marchi@ericsson.com>
2343 Pedro Alves <palves@redhat.com>
2344
2345 PR server/16255
2346 * gdb.multi/multi-attach.c: New file.
2347 * gdb.multi/multi-attach.exp: New file.
2348
4082afcc
PA
23492014-04-25 Pedro Alves <palves@redhat.com>
2350
2351 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
2352 user.
2353 (top level): Test that "set remote conditional-breakpoints-packet
2354 off" works as intended.
2355 * gdb.base/dprintf.exp: Test that "set remote
2356 breakpoint-commands-packet off" works as intended.
2357 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
2358 New function.
2359 (top level): Call it.
2360 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
2361 remote fast-tracepoints-packet off" works as intended.
2362 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
2363 * lib/gdb.exp (gdb_is_target_remote): ... here.
2364
2abc3f8d
DB
23652014-04-24 David Blaikie <dblaikie@gmail.com>
2366
2367 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
2368 ensure clang would not discard them.
2369 * gdb.base/gdbvars.c: Ditto.
2370 * gdb.base/memattr.c: Ditto.
2371 * gdb.base/whatis.c: Ditto.
2372 * gdb.python/py-prettyprint.c: Ditto.
2373 * gdb.trace/actions.c: Ditto.
2374 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
2375 ensure clang would not discard it.
2376
bfd39632
DB
23772014-04-24 David Blaikie <dblaikie@gmail.com>
2378
2379 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
2380 clang to emit the full definition of type required by the test
2381 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
2382
22842ff6
DB
23832014-04-24 David Blaikie <dblaikie@gmail.com>
2384
2385 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
2386 coax Clang into emitting the definition of the type.
2387 * gdb.cp/pr10728-x.h (y): Ditto.
2388 * gdb.cp/pr10728-y.cc (y): Ditto.
2389
c2e827ad
DB
23902014-04-24 David Blaikie <dblaikie@gmail.com>
2391
2392 * gdb.base/label.exp: XFAIL label related tests under Clang.
2393 * gdb.cp/cplabel.exp: Ditto.
2394 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
2395 under Clang those using labels.
2396
4c2d33e7
YQ
23972014-04-25 Yao Qi <yao@codesourcery.com>
2398
2399 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
2400 double_label.
2401 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
2402 partial_label and double_label.
2403
56083b99
DB
24042014-04-24 David Blaikie <dblaikie@gmail.com>
2405
2406 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
2407
25d4e99d
DB
24082014-04-24 David Blaikie <dblaikie@gmail.com>
2409
2410 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
2411 of the function to work across GCC and Clang.
2412 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
2413 pointer types (const void ** const V void **).
2414
01f9f808
MS
24152014-04-24 Michael Sturm <michael.sturm@mintel.com>
2416 Walfred Tedeschi <walfred.tedeschi@intel.com>
2417
2418 * Makefile.in (EXECUTABLES): Added i386-avx512.
2419 * gdb.arch/i386-avx512.c: New file.
2420 * gdb.arch/i386-avx512.exp: Likewise.
2421
4b48d439
KS
24222014-04-23 Keith Seitz <keiths@redhat.com>
2423
2424 * lib/mi-support.exp (mi_list_breakpoints): Delete.
2425 (mi_make_breakpoint_table): New procedure.
2426 (mi_create_breakpoint): Use mi_make_breakpoint
2427 and return the result.
2428 (mi_make_breakpoint): New procedure.
2429 (mi_build_kv_pairs): New procedure.
2430
2431 * gdb.mi/mi-break.exp: Remove unused globals,
2432 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
2433 All callers updated.
2434 * gdb.mi/mi-dprintf.exp: Use variable to track command
2435 number.
2436 Update all callers of mi_create_breakpoint and use
2437 mi_make_breakpoint_table.
2438 Remove any unused global variables.
2439 * gdb.mi/mi-nonstop.exp: Likewise.
2440 * gdb.mi/mi-nsintrall.exp: Likewise.
2441 * gdb.mi/mi-nsmoribund.exp: Likewise.
2442 * gdb.mi/mi-nsthrexec.exp: Likewise.
2443 * gdb.mi/mi-reverse.exp: Likewise.
2444 * gdb.mi/mi-simplerun.exp: Likewise.
2445 * gdb.mi/mi-stepn.exp: Likewise.
2446 * gdb.mi/mi-syn-frame.exp: Likewise.
2447 * gdb.mi/mi-until.exp: Likewise.
2448 * gdb.mi/mi-var-cp.exp: Likewise.
2449 * gdb.mi/mi-var-display.exp: Likewise.
2450 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
2451 * gdb.mi/mi2-var-child.exp: Likewise.
2452 * gdb.mi/mi-vla-c99.exp: Likewise.
2453 * lib/mi-support.exp: Likewise.
2454
2455 From Ian Lance Taylor <iant@cygnus.com>:
2456 * lib/gdb.exp (parse_args): New procedure.
2457
08351840
PA
24582014-04-23 Pedro Alves <palves@redhat.com>
2459
2460 * gdb.base/break-unload-file.c: New file.
2461 * gdb.base/break-unload-file.exp: New file.
2462 * gdb.base/sym-file-lib.c (baz): New function.
2463 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
2464 field.
2465 (load): Store the segment's mapped size.
2466 (unload): New function.
2467 (unload_shlib): New function.
2468 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
2469 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
2470 set a breakpoint at baz, and call it.
2471 * gdb.base/sym-file.exp: New tests for stale breakpoint
2472 instructions.
2473
076855f9
PA
24742014-04-23 Pedro Alves <palves@redhat.com>
2475
2476 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
2477 * gdb.base/hbreak-in-shr-unsupported.c: New file.
2478 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
2479 * gdb.base/hbreak-unmapped.c: New file.
2480 * gdb.base/hbreak-unmapped.exp: New file.
2481 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
2482 * lib/gdb.exp (gdb_is_target_remote): ... here.
2483
483805cf
PA
24842014-04-22 Pedro Alves <palves@redhat.com>
2485
2486 * gdb.base/consecutive-step-over.c: New file.
2487 * gdb.base/consecutive-step-over.exp: New file.
2488
06d97543
PA
24892014-04-22 Pedro Alves <palves@redhat.com>
2490
2491 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
2492 instead of send_gdb/gdb_expect.
2493
b4429ea2
YQ
24942014-04-22 Yao Qi <yao@codesourcery.com>
2495
2496 * lib/trace-support.exp (generate_tracefile): New procedure.
2497 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
2498 return 0.
2499 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
2500 if generate_tracefile returns 1.
2501
51d48146
PA
25022014-04-18 Tom Tromey <palves@redhat.com>
2503 Pedro alves <tromey@redhat.com>
2504
2505 PR backtrace/15558
2506 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
2507 with a backtrace limit.
2508 * gdb.python/py-frame-inline.exp: Test running to an inline
2509 function with a backtrace limit, and printing the newest frame.
2510 * gdb.python/py-frame-inline.c (main): Call f.
2511
bd1dce5f
MS
25122014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2513
2514 * gdb.java/jnpe.exp: Drop srcdir from untested path.
2515
40d1a503
MS
25162014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2517
2518 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
2519 Drop prefix from unsupported source file path.
2520
389b98f7
YQ
25212014-04-17 Yao Qi <yao@codesourcery.com>
2522
2523 * lib/gdb.exp (with_target_charset): New proc.
2524 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
2525 with_target_charset.
2526 (test_print_strings): Likewise.
2527 (test_repeat_bytes): Likewise.
2528 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
2529 for some tests.
2530
22869d73
KS
25312014-04-16 Keith Seitz <keiths@redhat.com>
2532
2533 PR gdb/15827
2534 * gdb.dwarf2/corrupt.c: New file.
2535 * gdb.dwarf2/corrupt.exp: New file.
2536
c4f87ca6
KS
25372014-04-16 Keith Seitz <keiths@redhat.com>
2538
2539 PR c++/16597
2540 * gdb.cp/namelessclass.cc: New file.
2541 * gdb.cp/namelessclass.exp: New file.
2542 * gdb.cp/namelessclass.S: New file.
2543
ab19de87
DE
25442014-04-16 Doug Evans <dje@google.com>
2545
2546 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
2547 Add comment.
2548 (gdbserver_default_get_comm_port): New function.
2549 (gdbserver_start): Check if board file provided
2550 "gdbserver,get_comm_port" and use it if so.
2551 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
2552 (gdb,socketport): Set to "stdio".
2553 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
2554 (stdio_gdbserver_template): Delete.
2555 (${board}_get_remote_address): Update.
2556 (${board}_build_remote_cmd): Delete.
2557 (${board}_get_comm_port): New function.
2558 (${board}_spawn): Update.
2559 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
2560 Delete.
2561 (${board}_get_remote_address): Update.
2562 (${board}_get_comm_port): New function.
2563
fc98a809
AB
25642014-04-16 Andrew Burgess <aburgess@broadcom.com>
2565
2566 * gdb.base/memattr.exp: Improve regexps to handle memory regions
2567 appearing in any order.
2568
87fd9e6e
DE
25692014-04-15 Doug Evans <dje@google.com>
2570
2571 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
2572 uninitialized value of "description".
2573
099fc3ea
KS
25742014-04-15 Keith Seitz <keiths@redhat.com>
2575
2576 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
2577 Remove unused globals.
2578 (test_running_the_program): Likewise.
2579 (test_controlled_execution): Likewise.
2580 (test_controlling_breakpoints): Likewise.
2581 (test_program_termination): Likewise.
2582
5da151d4
KS
25832014-04-15 Keith Seitz <keiths@redhat.com>
2584
2585 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
2586 unused globals.
2587 (test_rbreak_creation_and_listing): Likewise.
2588 (test_ignore_count): Likewise.
2589 (test_error): Likewise.
2590
35e5d2f0
PA
25912014-04-15 Pedro Alves <palves@redhat.com>
2592
2593 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
2594 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
2595 sym-file-loader.c.
2596 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
2597 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
2598 to sym-file-loader.c.
2599 (struct library): Forward declare.
2600 (load_shlib, lookup_function): Change prototypes.
2601 (find_shstrtab, find_strtab, find_shdr, find_symtab)
2602 (translate_offset): Remove declarations.
2603 (get_text_addr): New declaration.
2604 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
2605 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
2606 sym-file-loader.h.
2607 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
2608 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
2609 here from sym-file-loader.h.
2610 (struct library): New structure.
2611 (load_shlib, lookup_function): Change prototypes and adjust to
2612 work with a struct library.
2613 (find_shstrtab, find_strtab, find_shdr, find_symtab)
2614 (translate_offset): Make static.
2615 (get_text_addr): New function.
2616 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
2617
eb4c1710
PA
26182014-04-15 Pedro Alves <palves@redhat.com>
2619
2620 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
2621
2d1baf52
PA
26222014-04-15 Pedro Alves <palves@redhat.com>
2623
2624 * gdb.base/sym-file-loader.c: Include <limits.h>.
2625 (SELF_LINK): New define.
2626 (get_origin): New function.
2627 (load_shlib): Use it.
2628 * gdb.base/sym-file.exp: Don't early return if the target is
2629 remote. Use runto_main, and issue fail is that fails. Use
2630 gdb_load_shlibs.
2631 (shlib_name): Delete.
2632 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
2633
7dd6df01
PA
26342014-04-15 Pedro Alves <palves@redhat.com>
2635
2636 * gdb.base/sym-file.exp: Remove regex characters from test
2637 message. Don't refer to breakpoint numbers in test messages.
2638
b50c8614
KS
26392014-04-14 Keith Seitz <keiths@redhat.com>
2640
2641 PR c++/16253
2642 * gdb.cp/var-tag.cc: New file.
2643 * gdb.cp/var-tag.exp: New file.
2644 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2645 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2646 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2647 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2648
3d567982
TT
26492014-04-14 Tom Tromey <tromey@redhat.com>
2650
2651 * gdb.cp/classes.exp (test_enums): Handle underlying type.
2652 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
2653 type.
2654 * gdb.cp/enum-class.exp: New file.
2655 * gdb.cp/enum-class.cc: New file.
2656
0626fc76
TT
26572014-04-14 Tom Tromey <tromey@redhat.com>
2658
2659 * gdb.dwarf2/enum-type.exp: New file.
2660
dca325b3
SA
26612014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2662
2663 * gdb.mi/mi-vla-c99.exp: New file.
2664 * gdb.mi/vla.c: New file.
2665
5854b38a
SA
26662014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2667
2668 * gdb.base/vla-datatypes.c: New file.
2669 * gdb.base/vla-datatypes.exp: New file.
2670
463bb957
SA
26712014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2672
2673 * gdb.base/vla-ptr.c: New file.
2674 * gdb.base/vla-ptr.exp: New file.
2675
3dd170be
SA
26762014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2677
2678 * gdb.dwarf2/count.exp: New file.
2679
5ecaaa66
SA
26802014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2681
2682 * gdb.base/vla-sideeffect.c: New file.
2683 * gdb.base/vla-sideeffect.exp: New file.
2684
41f1ada5
DB
26852014-04-14 David Blaikie <dblaikie@gmail.com>
2686
2687 * gdb.mi/non-stop.c: Add return value for non-void function return
2688 statement.
2689 * gdb.threads/staticthreads.c: Ditto.
2690
0be03e84
DE
26912014-04-12 Siva Chandra Reddy <sivachandra@google.com>
2692 Doug Evans <xdje42@gmail.com>
2693
2694 * gdb.guile/scm-value.c: Improve test case.
2695 * gdb.guile/scm-value.exp: Add new test.
2696
f180a1fb
DB
26972014-04-11 David Blaikie <dblaikie@gmail.com>
2698
2699 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
2700 override Clang's default.
2701
6b662e19
JB
27022014-04-11 Joel Brobecker <brobecker@adacore.com>
2703
2704 Revert the following changes (regressions):
2705
2706 * gdb.base/vla-sideeffect.c: New file.
2707 * gdb.base/vla-sideeffect.exp: New file.
2708
2709 * gdb.dwarf2/count.exp: New file.
2710
2711 * gdb.base/vla-multi.c: New file.
2712 * gdb.base/vla-multi.exp: New file.
2713
2714 * gdb.base/vla-ptr.c: New file.
2715 * gdb.base/vla-ptr.exp: New file.
2716
2717 * gdb.base/vla-datatypes.c: New file.
2718 * gdb.base/vla-datatypes.exp: New file.
2719
2720 * gdb.mi/mi-vla-c99.exp: New file.
2721 * gdb.mi/vla.c: New file.
2722
245a5f0b
KS
27232014-04-11 Keith Seitz <keiths@redhat.com>
2724
2725 PR c++/16675
2726 * gdb.cp/cpsizeof.exp: New file.
2727 * gdb.cp/cpsizeof.cc: New file.
2728
58a84dcf
SA
27292014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2730
191a8a90
JB
2731 * gdb.mi/mi-vla-c99.exp: New file.
2732 * gdb.mi/vla.c: New file.
58a84dcf 2733
c8655f75
SA
27342014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2735
2736 * gdb.base/vla-datatypes.c: New file.
2737 * gdb.base/vla-datatypes.exp: New file.
2738
024e13b4
SA
27392014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2740
2741 * gdb.base/vla-ptr.c: New file.
2742 * gdb.base/vla-ptr.exp: New file.
2743
1a237e0e
SA
27442014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2745
2746 * gdb.base/vla-multi.c: New file.
2747 * gdb.base/vla-multi.exp: New file.
2748
504f3432
SA
27492014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2750
2751 * gdb.dwarf2/count.exp: New file.
2752
3bce8237
SA
27532014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2754
191a8a90
JB
2755 * gdb.base/vla-sideeffect.c: New file.
2756 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 2757
322f9c21
YQ
27582014-04-11 Yao Qi <yao@codesourcery.com>
2759
2760 * gdb.base/completion.exp: Check file exists before running tests
2761 on file completion.
2762
d708bcd1
PA
27632014-04-10 Pedro Alves <palves@redhat.com>
2764
2765 * gdb.base/cond-eval-mode.c: New file.
2766 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
2767 prepare_for_testing to build the new file. Check result of
2768 runto_main.
2769 (test_break, test_watch): New procedures.
2770 (top level): Use them.
2771
ae1d2761
PM
27722014-04-08 Pierre Muller <muller@sourceware.org>
2773
2774 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
2775 Ctrl-V use for mingw hosts.
2776
7af389b8
SC
27772014-04-07 Siva Chandra Reddy <sivachandra@google.com>
2778
2779 * gdb.python/py-value.c: Improve test case.
2780 * gdb.python/py-value.exp: Add new test.
2781
5e703181
DE
27822014-04-07 David Blaikie <dblaikie@gmail.com>
2783
2784 * lib/compiler.c: Identify the clang compiler.
2785 * lib/compiler.cc: Ditto.
2786
9810b410
YQ
27872014-04-03 Yao Qi <yao@codesourcery.com>
2788
2789 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
2790
98d1b8dc
AB
27912014-04-01 Anton Blanchard <anton@samba.org>
2792
2793 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
2794 messages unique.
2795
3114cea1
AB
27962014-04-01 Anton Blanchard <anton@samba.org>
2797
2798 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
2799 prepare_for_testing.
2800
62f7182c
AB
28012014-04-01 Anton Blanchard <anton@samba.org>
2802
2803 * gdb.arch/ppc64-atomic-inst.c: Remove.
2804 * gdb.arch/ppc64-atomic-inst.S: New file.
2805 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
2806
770e7fc7
DE
28072014-03-31 Doug Evans <dje@google.com>
2808
2809 * gdb.base/print-symbol-loading-lib.c: New file.
2810 * gdb.base/print-symbol-loading-main.c: New file.
2811 * gdb.base/print-symbol-loading.exp: New file.
2812
46e2bafa
YQ
28132014-03-31 Yao Qi <yao@codesourcery.com>
2814
2815 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
2816
8776cfe9
JB
28172014-03-28 Joel Brobecker <brobecker@adacore.com>
2818
2819 * gdb.ada/mi_dyn_arr: New testcase.
2820
5d1ef361
DE
28212014-03-27 Doug Evans <dje@google.com>
2822
2823 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
2824
b5bee914
YQ
28252014-03-27 Yao Qi <yao@codesourcery.com>
2826
2827 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
2828 if target is nios2-*-*.
2829
0d4d0e77
YQ
28302014-03-26 Yao Qi <yao@codesourcery.com>
2831
2832 * lib/gdb.exp (readline_is_used): New proc.
2833 * gdb.base/completion.exp: Move tests on command complete up.
2834 Skip the rest of tests if readline is not used.
2835 * gdb.ada/complete.exp: Skp the test if readline is not
2836 used.
2837 * gdb.base/filesym.exp: Likewise.
2838 * gdb.base/macscp.exp: Likewise.
2839 * gdb.base/readline-ask.exp: Likewise.
2840 * gdb.base/readline.exp: Likewise.
2841 * gdb.python/py-cmd.exp: Likewise.
2842 * gdb.trace/tfile.exp: Likewise.
2843
29361eee
YQ
28442014-03-26 Yao Qi <yao@codesourcery.com>
2845
2846 * gdb.base/macscp.exp: Fix code format issues.
2847
bc9a5525
UW
28482014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
2849
2850 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
2851 * gdb.asm/powerpc64le.inc: New file.
2852
d3839ede
PA
28532014-03-25 Pedro Alves <palves@redhat.com>
2854 Doug Evans <dje@google.com>
2855
2856 * gdb.base/source-execution.c: New file.
2857 * gdb.base/source-execution.exp: New file.
2858 * gdb.base/source-execution.gdb: New file.
2859
01672a57
DE
28602014-03-24 Doug Evans <dje@google.com>
2861
2862 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
2863 using fission.
2864
88bbeca9
HZ
28652014-03-24 Hui Zhu <hui@codesourcery.com>
2866 Pedro Alves <palves@redhat.com>
2867
2868 PR breakpoints/16101
2869 * gdb.base/dprintf.exp: Use unsupported rather than changing the
2870 test pass/fail messages. Detect missing support for dprintf when
2871 breakpoints are actually inserted.
2872 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
2873 breakpoints are actually inserted.
2874 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
2875 fails.
2876
d2348791
JK
28772014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2878
2879 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
2880
feef67ab
DE
28812014-03-22 Doug Evans <xdje42@gmail.com>
2882
2883 * gdb.python/python.exp (python not supported): Verify multi-line
2884 python command issues an error.
25d743f9 2885 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 2886 guile command issues an error.
feef67ab 2887
ecebef6a
MR
28882014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
2889
2890 * gdb.threads/thread-specific.exp: Handle the lack of usable
2891 $this_breakpoint and $this_thread.
2892
ccdd1909
HZ
28932014-03-21 Hui Zhu <hui@codesourcery.com>
2894
2895 * gdb.base/attach.exp (do_command_attach_tests): New.
2896
beb460e8
PA
28972014-03-20 Tom Tromey <tromey@redhat.com>
2898 Pedro Alves <palves@redhat.com>
2899
2900 PR cli/15718
2901 * gdb.base/condbreak-call-false.c: New file.
2902 * gdb.base/condbreak-call-false.exp: New file.
2903
40acf43a
PA
29042014-03-20 Pedro Alves <palves@redhat.com>
2905
2906 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
2907 Delete.
2908 (block_signals, unblock_signals): Delete.
2909 (child_function_2, main): Remove references to deleted variable
2910 and functions.
2911
9f5e1e02
PA
29122014-03-20 Pedro Alves <palves@redhat.com>
2913
2914 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
2915 Use pthread_kill to signal thread 2.
2916 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2917 Adjust to make the test send itself a signal rather than using the
2918 host's "kill" command.
2919
99619bea
PA
29202014-03-20 Pedro Alves <palves@redhat.com>
2921
2922 * gdb.threads/multiple-step-overs.c: New file.
2923 * gdb.threads/multiple-step-overs.exp: New file.
2924 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2925 Adjust expected infrun debug output.
2926
2adfaa28
PA
29272014-03-20 Pedro Alves <palves@redhat.com>
2928
2929 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
2930 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
2931
31e77af2
PA
29322014-03-20 Pedro Alves <palves@redhat.com>
2933
2934 PR breakpoints/7143
2935 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
2936 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
2937 of gdb_test_multiple.
2938 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
2939 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
2940
b9f437de
PA
29412014-03-20 Pedro Alves <palves@redhat.com>
2942
2943 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
2944 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
2945
05adc73e
PA
29462014-03-19 Pedro Alves <palves@redhat.com>
2947
2948 * gdb.base/async.exp: Remove early return.
2949
6048b950
PA
29502014-03-19 Pedro Alves <palves@redhat.com>
2951
2952 * gdb.base/async.exp (step& tests): Pass explicit test messages.
2953
8bcfb00a
PA
29542014-03-19 Pedro Alves <palves@redhat.com>
2955
2956 * gdb.base/async.exp (test_background): Expect \r\n after
2957 "completed." in the fail pattern.
2958
884e37dc
PA
29592014-03-19 Pedro Alves <palves@redhat.com>
2960
2961 * gdb.base/async.exp (test_background): New procedure.
2962 Use it for all background execution command tests.
2963
148e57e2
PA
29642014-03-19 Pedro Alves <palves@redhat.com>
2965
2966 * gdb.base/async.exp: Use prepare_for_testing.
2967
f48088c7
PA
29682014-03-19 Pedro Alves <palves@redhat.com>
2969
2970 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
2971 the same line.
2972
e2f6c966
PA
29732014-03-19 Pedro Alves <palves@redhat.com>
2974
2975 * gdb.base/async.c (main): Add "jump here" and "until here" line
2976 marker comments.
2977 * gdb.base/async.exp (jump_here): New global.
2978 (jump& test): Use it.
2979 (until_here): New global.
2980 (until& test): Use it.
2981
c30568d4
PA
29822014-03-19 Pedro Alves <palves@redhat.com>
2983
2984 * gdb.base/async.exp: Don't frob gdb_protocol.
2985
0172b6a7
DE
29862014-03-18 Doug Evans <xdje42@gmail.com>
2987
2988 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
2989 Fix spelling of exec-done-display.
2990
06c868a8
JK
29912014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2992
2993 PR gdb/15358
2994 * gdb.base/gdb-sigterm.c: New file.
2995 * gdb.base/gdb-sigterm.exp: New file.
2996
0c7e1a46
PA
29972014-03-18 Pedro Alves <palves@redhat.com>
2998
2999 PR gdb/13860
3000 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
3001 * lib/mi-support.exp (mi_expect_stop): Add special handling for
3002 solib-event.
3003
f7c77d93
JB
30042014-03-17 Joel Brobecker <brobecker@adacore.com>
3005
3006 * gdb.ada/pckd_arr_ren: New testcase.
3007
5a1e8c7a
DE
30082014-03-13 Doug Evans <xdje42@gmail.com>
3009
3010 PR guile/16612
3011 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
3012 collect after discarding symbols.
3013
350e1a76
DE
30142014-03-13 Ludovic Courtès <ludo@gnu.org>
3015 Doug Evans <xdje42@gmail.com>
3016
3017 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
3018 to history survives a gc.
3019
a69900ae
PA
30202014-03-13 Pedro Alves <palves@redhat.com>
3021
3022 * gdb.base/default.exp: Don't test "target procfs".
3023
5db9f0bd
PA
30242014-03-13 Pedro Alves <palves@redhat.com>
3025
3026 * gdb.base/default.exp: Update "target child" and "target procfs"
3027 tests to not expect "Unix".
3028
b3ccfe11
TT
30292014-03-12 Tom Tromey <tromey@redhat.com>
3030
3031 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
3032 New procs. Add target-async tests.
3033 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
3034 Add target-async tests.
3035
646f4417
AA
30362014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3037
3038 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
3039 'func_start' and 'func_end' for the beginning and end of the
3040 function code, respectively.
3041 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
3042 'func_end' instead of 'func' and 'main'.
3043
288c211f
AA
30442014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3045
3046 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
3047 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
3048 generate the debug info assembler source.
3049
e0c0f156
AA
30502014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3051
3052 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
3053 * gdb.dwarf2/arr-subrange.exp: Likewise.
3054 * gdb.dwarf2/dwz.exp: Likewise.
3055 * gdb.dwarf2/method-ptr.exp: Likewise.
3056 * gdb.dwarf2/missing-sig-type.exp: Likewise.
3057 * gdb.dwarf2/subrange.exp: Likewise.
3058 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
3059 * gdb.dwarf2/implptrpiece.exp: Likewise.
3060 * gdb.dwarf2/nostaticblock.exp: Likewise.
3061
0e5c4555
AA
30622014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3063
3064 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
3065 directory to absolute path name arguments.
3066
5ec18f2b
JG
30672014-03-10 Joel Brobecker <brobecker@adacore.com>
3068
3069 * gdb.ada/tagged_access: New testcase.
3070
847fc4f2
MM
30712014-03-07 Markus Metzger <markus.t.metzger@intel.com>
3072
3073 * gdb.btrace/data.exp: Update expected output.
3074
cc3da688
YQ
30752014-03-06 Yao Qi <yao@codesourcery.com>
3076
3077 * gdb.trace/pr16508.exp: New file.
3078
0f26cec1
PA
30792014-03-05 Pedro Alves <palves@redhat.com>
3080
3081 PR gdb/16575
3082 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
3083 procedure.
3084 (top level): Adjust to use it. Add tests that exercise breakpoint
3085 interaction with the code-cache.
3086
7a5a839f
LC
30872014-02-26 Ludovic Courtès <ludo@gnu.org>
3088
3089 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
3090 test for 'history-append!'.
3091
31aa7e4e
JB
30922014-02-26 Joel Brobecker <brobecker@adacore.com>
3093
3094 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
3095 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
3096 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
3097 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
3098 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
3099 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
3100
1b588015
JB
31012014-02-26 Joel Brobecker <brobecker@adacore.com>
3102
3103 * testsuite/gdb.python/py-pp-re-notag.c: New file.
3104 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
3105 * testsuite/gdb.python/py-pp-re-notag.p: New file.
3106
55426c9d
JB
31072014-02-26 Joel Brobecker <brobecker@adacore.com>
3108
3109 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
3110
dc53a7ad
JB
31112014-02-26 Joel Brobecker <brobecker@adacore.com>
3112
3113 * gdb.dwarf2/arr-stride.c: New file.
3114 * gdb.dwarf2/arr-stride.exp: New file.
3115
12ab52e9
PA
31162014-02-26 Pedro Alves <palves@redhat.com>
3117
3118 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
3119 that won't ever trigger. Make sure that GDB reports the correct
3120 breakpoint that caused the stop.
3121
849c862e
JK
31222014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3123
3124 PR gdb/16626
3125 * gdb.base/auto-load-script: New file.
3126 * gdb.base/auto-load.c: New file.
3127 * gdb.base/auto-load.exp: New file.
3128
71b7d793
JK
3129 PR gdb/16626
3130 * gdb.base/auto-load.exp: Fix out-of-srctree run.
3131
e2f0d509
JK
31322014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3133
3134 Fix dw2-icycle.exp -fsanitize=address GDB crash.
3135 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
3136
50cc37c8
DE
31372014-02-24 Doug Evans <dje@google.com>
3138
3139 * lib/gdb.exp (run_on_host): Log error output if program fails.
3140
ea4758f2
PA
31412014-02-21 Pedro Alves <palves@redhat.com>
3142
3143 * gdb.threads/step-after-sr-lock.c: Rename to ...
3144 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
3145 * gdb.threads/step-after-sr-lock.exp: Rename to ...
3146 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3147 ... this.
3148
d7b30f67
SDJ
31492014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
3150
3151 PR tdep/16397
3152 * gdb.arch/amd64-stap-special-operands.exp: New file.
3153 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
3154 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
3155 * gdb.arch/amd64-stap-triplet.S: Likewise.
3156 * gdb.arch/amd64-stap-triplet.c: Likewise.
3157
83deb43f
JB
31582014-02-20 Joel Brobecker <brobecker@adacore.com>
3159
3160 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
3161 in .section pseudo-op.
3162
adde2bff
DE
31632014-02-20 lin zuojian <manjian2006@gmail.com>
3164 Joel Brobecker <brobecker@adacore.com>
3165 Doug Evans <xdje42@gmail.com>
3166
3167 PR symtab/16581
3168 * gdb.dwarf2/dw2-icycle.S: New file.
3169 * gdb.dwarf2/dw2-icycle.c: New file.
3170 * gdb.dwarf2/dw2-icycle.exp: New file.
3171
f7bd0f78
SC
31722014-02-19 Siva Chandra Reddy <sivachandra@google.com>
3173
3174 * gdb.python/py-value-cc.cc: Improve test case to enable testing
3175 operations on gdb.Value objects.
3176 * gdb.python/py-value-cc.exp: Add new test to test operations on
3177 gdb.Value objects.
3178
c17ef0d5
DE
31792014-02-18 Doug Evans <dje@google.com>
3180
3181 * Makefile.in (TESTS): New variable.
3182 (expanded_tests, expanded_tests_or_none): New variables
3183 (check-single): Pass $(expanded_tests_or_none) to runtest.
3184 (check-parallel): Only run tests in $(TESTS) if non-empty.
3185 (check/no-matching-tests-found): New rule.
3186 * README: Document TESTS makefile variable.
3187
5dd3176f
DE
31882014-02-18 Doug Evans <dje@google.com>
3189
3190 * Makefile.in (check-parallel): rm -rf outputs temp.
3191
0b10be4f
JK
31922014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3193
3194 Fix "ERROR: no fileid for" in the testsuite.
3195 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
3196
85f224e7
DE
31972014-02-12 Doug Evans <dje@google.com>
3198
3199 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
3200 (MISCELLANEOUS): New variable.
3201 (clean): rm -rf $(MISCELLANEOUS).
3202 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
3203 dwp live in the same directory as symlinks, with each symlink pointed
3204 to a differently named file in a different directory.
3205
149b30ff
DE
32062014-02-11 Doug Evans <dje@google.com>
3207
3208 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
3209 of Tcl file commands.
3210
1dfdac32
MK
32112014-02-10 Mark Kettenis <kettenis@gnu.org>
3212
3213 * gdb.threads/step-after-sr-lock.exp: Avoid executing
3214 "kill -SIGUSR1 -1".
3215
aa4fb036
JB
32162014-02-10 Joel Brobecker <brobecker@adacore.com>
3217
3218 * gdb.ada/tick_length_array_enum_idx: New testcase.
3219
ed3ef339
DE
32202014-02-10 Doug Evans <xdje42@gmail.com>
3221
3222 * configure.ac (AC_OUTPUT): Add gdb.guile.
3223 * configure: Regenerate.
3224 * lib/gdb-guile.exp: New file.
3225 * lib/gdb.exp (get_target_charset): New function.
3226 * gdb.base/help.exp: Update expected output from "apropos apropos".
3227 * gdb.guile/Makefile.in: New file.
3228 * gdb.guile/guile.exp: New file.
3229 * gdb.guile/scm-arch.c: New file.
3230 * gdb.guile/scm-arch.exp: New file.
3231 * gdb.guile/scm-block.c: New file.
3232 * gdb.guile/scm-block.exp: New file.
3233 * gdb.guile/scm-breakpoint.c: New file.
3234 * gdb.guile/scm-breakpoint.exp: New file.
3235 * gdb.guile/scm-disasm.c: New file.
3236 * gdb.guile/scm-disasm.exp: New file.
3237 * gdb.guile/scm-equal.c: New file.
3238 * gdb.guile/scm-equal.exp: New file.
3239 * gdb.guile/scm-error.exp: New file.
3240 * gdb.guile/scm-error.scm: New file.
3241 * gdb.guile/scm-frame-args.c: New file.
3242 * gdb.guile/scm-frame-args.exp: New file.
3243 * gdb.guile/scm-frame-args.scm: New file.
3244 * gdb.guile/scm-frame-inline.c: New file.
3245 * gdb.guile/scm-frame-inline.exp: New file.
3246 * gdb.guile/scm-frame.c: New file.
3247 * gdb.guile/scm-frame.exp: New file.
3248 * gdb.guile/scm-generics.exp: New file.
3249 * gdb.guile/scm-gsmob.exp: New file.
3250 * gdb.guile/scm-iterator.c: New file.
3251 * gdb.guile/scm-iterator.exp: New file.
3252 * gdb.guile/scm-math.c: New file.
3253 * gdb.guile/scm-math.exp: New file.
3254 * gdb.guile/scm-objfile-script-gdb.in: New file.
3255 * gdb.guile/scm-objfile-script.c: New file.
3256 * gdb.guile/scm-objfile-script.exp: New file.
3257 * gdb.guile/scm-objfile.c: New file.
3258 * gdb.guile/scm-objfile.exp: New file.
3259 * gdb.guile/scm-ports.exp: New file.
3260 * gdb.guile/scm-pretty-print.c: New file.
3261 * gdb.guile/scm-pretty-print.exp: New file.
3262 * gdb.guile/scm-pretty-print.scm: New file.
3263 * gdb.guile/scm-section-script.c: New file.
3264 * gdb.guile/scm-section-script.exp: New file.
3265 * gdb.guile/scm-section-script.scm: New file.
3266 * gdb.guile/scm-symbol.c: New file.
3267 * gdb.guile/scm-symbol.exp: New file.
3268 * gdb.guile/scm-symtab-2.c: New file.
3269 * gdb.guile/scm-symtab.c: New file.
3270 * gdb.guile/scm-symtab.exp: New file.
3271 * gdb.guile/scm-type.c: New file.
3272 * gdb.guile/scm-type.exp: New file.
3273 * gdb.guile/scm-value-cc.cc: New file.
3274 * gdb.guile/scm-value-cc.exp: New file.
3275 * gdb.guile/scm-value.c: New file.
3276 * gdb.guile/scm-value.exp: New file.
3277 * gdb.guile/source2.scm: New file.
3278 * gdb.guile/types-module.cc: New file.
3279 * gdb.guile/types-module.exp: New file.
3280
7026a7c1
YQ
32812014-02-10 Yao Qi <yao@codesourcery.com>
3282
3283 PR testsuite/16543
3284 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
3285 * configure: Regenerated.
3286 * Makefile.in: New file.
3287
6c466447
AS
32882014-02-08 Andreas Schwab <schwab@linux-m68k.org>
3289
3290 * gdb.python/py-framefilter.exp: Fix typo.
3291
6e854735
YQ
32922014-02-08 Yao Qi <yao@codesourcery.com>
3293
3294 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
3295 that no =breakpoint-modified is emitted when breakpoints are
3296 modified through MI commands.
3297
d137e6dc
PA
32982014-02-07 Pedro Alves <pedro@codesourcery.com>
3299 Pedro Alves <palves@redhat.com>
3300
3301 * gdb.threads/step-after-sr-lock.c: New file.
3302 * gdb.threads/step-after-sr-lock.exp: New file.
3303
b5ee5a50
PA
33042014-02-07 Pedro Alves <palves@redhat.com>
3305
3306 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
3307
3c77faf3
JK
33082014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3309
3310 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
3311 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
3312
6dddc817
DE
33132014-02-06 Doug Evans <xdje42@gmail.com>
3314
3315 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
3316 output.
3317
3318 * gdb.gdb/python-interrupts.exp: New file.
3319
de7b2893
YQ
33202014-02-05 Yao Qi <yao@codesourcery.com>
3321
3322 * gdb.trace/report.exp (use_collected_data): Test the output
3323 of "info threads" and "info inferiors".
3324
66d032ac
YQ
33252014-02-05 Yao Qi <yao@codesourcery.com>
3326
3327 Revert this patch:
3328
3329 2013-05-24 Yao Qi <yao@codesourcery.com>
3330
3331 * gdb.trace/tfile.exp: Test inferior and thread.
3332
591a12a1
UW
33332014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3334
3335 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
3336 on a function.
3337 * gdb.base/step-bt.c: Call hello via function pointer to make
3338 sure its first instruction is executed on powerpc64le-linux.
3339
0ff3e01f
UW
33402014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3341
3342 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
3343
084ee545
UW
33442014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3345
3346 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
3347 of the test patterns for use on little-endian systems.
3348
6ed14ff3
UW
33492014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3350
3351 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
3352 (decimal_vector): Fix for little-endian.
3353
401e27fd
JM
33542014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
3355
3356 * gdb.arch/sparc-sysstep.exp: New file.
3357 * gdb.arch/sparc-sysstep.c: Likewise.
3358
3359 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
3360
8b924729
EBM
33612014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3362
3363 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
3364
fb151210
JB
33652014-01-23 Tom Tromey <tromey@redhat.com>
3366
3367 * gdb.ada/array_char_idx: New testcase.
3368
0740f8d8
TT
33692014-01-23 Tom Tromey <tromey@redhat.com>
3370
3371 PR python/16487:
3372 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
3373 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
3374 classes.
3375
21909fa1
TT
33762014-01-23 Tom Tromey <tromey@redhat.com>
3377
3378 PR python/16491:
3379 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
3380 string from an inferior frame.
3381 * gdb.python/py-framefilter-mi.exp: Update.
3382
87ce2a04
DE
33832014-01-22 Doug Evans <dje@google.com>
3384
3385 * gdb.server/server-mon.exp: Add tests for "set debug-format".
3386
237b092b
AA
33872014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3388
3389 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
3390
d674a709
AA
33912014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3392
3393 * gdb.trace/entry-values.exp: Remove excess space character from
3394 regex patterns. Handle s390 call instruction.
3395
20fa3390
AA
33962014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3397
3398 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
3399 define "*_start" label. Make "name" static.
3400 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
3401 ${name} by references to ${name}_start.
3402
78466714
AA
34032014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3404
3405 * gdb.base/info-macros.exp: Remove "debug" from the compile
3406 options.
3407
ec9f644a
IB
34082014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3409
3410 * gdb.dlang/demangle.exp: New file.
3411
94b1b47e
IB
34122014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3413
3414 * gdb.dlang/primitive-types.exp: New file.
3415
7f420862
IB
34162014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3417
3418 * configure.ac: Create gdb.dlang/Makefile.
3419 * configure: Regenerate.
3420 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
3421 * gdb.dlang/Makefile.in: New file.
3422 * lib/d-support.exp: New file.
3423 * lib/gdb.exp (skip_d_tests): New proc.
3424
52834460
MM
34252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3426
3427 * gdb.btrace/delta.exp: Check reverse stepi.
3428 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
3429 * gdb.btrace/finish.exp: New.
3430 * gdb.btrace/next.exp: New.
3431 * gdb.btrace/nexti.exp: New.
3432 * gdb.btrace/record_goto.c: Add comments.
3433 * gdb.btrace/step.exp: New.
3434 * gdb.btrace/stepi.exp: New.
3435 * gdb.btrace/multi-thread-step.c: New.
3436 * gdb.btrace/multi-thread-step.exp: New.
3437 * gdb.btrace/rn-dl-bind.c: New.
3438 * gdb.btrace/rn-dl-bind.exp: New.
3439 * gdb.btrace/data.c: New.
3440 * gdb.btrace/data.exp: New.
3441 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3442
6e07b1d2
MM
34432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3444
3445 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
3446 * gdb.btrace/exception.exp: Update.
3447 * gdb.btrace/instruction_history.exp: Update.
3448 * gdb.btrace/record_goto.exp: Update.
3449 * gdb.btrace/tailcall.exp: Update.
3450 * gdb.btrace/unknown_functions.exp: Update.
3451 * gdb.btrace/delta.exp: New.
3452
0b722aec
MM
34532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3454
3455 * gdb.btrace/record_goto.exp: Add backtrace test.
3456 * gdb.btrace/tailcall.exp: Add backtrace test.
3457
066ce621
MM
34582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3459
3460 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
3461 * gdb.btrace/record_goto.c: New.
3462 * gdb.btrace/record_goto.exp: New.
3463 * gdb.btrace/x86-record_goto.S: New.
3464
0688d04e
MM
34652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3466
3467 * gdb.btrace/function_call_history.exp: Update tests.
3468 * gdb.btrace/instruction_history.exp: Update tests.
3469
8710b709
MM
34702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3471
3472 * gdb.btrace/function_call_history.exp: Fix expected field
3473 order for "record function-call-history".
3474 Add new tests for "record function-call-history /c".
3475 * gdb.btrace/exception.cc: New.
3476 * gdb.btrace/exception.exp: New.
3477 * gdb.btrace/tailcall.exp: New.
3478 * gdb.btrace/x86-tailcall.S: New.
3479 * gdb.btrace/x86-tailcall.c: New.
3480 * gdb.btrace/unknown_functions.c: New.
3481 * gdb.btrace/unknown_functions.exp: New.
3482 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3483
5de9129b
MM
34842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3485
3486 * gdb.btrace/instruction_history.exp: Update.
3487 * gdb.btrace/function_call_history.exp: Update.
3488
23a7fe75
MM
34892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3490
3491 * gdb.btrace/function_call_history.exp: Fix expected function
3492 trace.
3493 * gdb.btrace/instruction_history.exp: Initialize traced.
3494 Remove traced_functions.
3495
724c7dd8
MM
34962014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3497
3498 * gdb.btrace/function_call_history.exp: Update
3499 * gdb.btrace/instruction_history.exp: Update.
3500
6d78d93b
MM
35012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3502
3503 * gdb.btrace/enable.exp: Update expected text.
3504
93a360cc
OJ
35052014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
3506
3507 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
3508 bytes.
3509
3772b53f
MR
35102014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
3511
3512 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
3513
596662fa
OJ
35142014-01-15 Omair Javaid <omair.javaid@linaro.org>
3515
3516 * lib/gdb.exp (supports_process_record): Return true for
3517 arm*-linux*. (supports_reverse): Likewise.
3518
b5b08fb4
SC
35192014-01-13 Siva Chandra Reddy <sivachandra@google.com>
3520
3521 PR python/15464
3522 PR python/16113
3523 * gdb.python/py-type.c: Enhance test case.
3524 * gdb.python/py-value-cc.cc: Likewise
3525 * gdb.python/py-type.exp: Add new tests.
3526 * gdb.python/py-value-cc.exp: Likewise
3527
52d7fb13
AA
35282014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3529 Pedro Alves <palves@redhat.com>
3530
3531 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
3532 Make "name" extern.
3533 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
3534 references to ${name}_start by references to ${name}.
3535
a2cd8cfe
JB
35362014-01-10 Joel Brobecker <brobecker@adacore.com>
3537
3538 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
3539
4e23fced
JB
35402014-01-10 Joel Brobecker <brobecker@adacore.com>
3541
3542 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
3543
c6a9e42c
PA
35442014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
3545 Pedro Alves <palves@redhat.com>
3546
3547 * gdb.mi/mi-info-os.exp: Connect to the target with
3548 mi_gdb_target_load.
3549
b7ea362b
PA
35502014-01-08 Pedro Alves <palves@redhat.com>
3551
3552 * gdb.threads/reconnect-signal.c: New file.
3553 * gdb.threads/reconnect-signal.exp: New file.
3554
5e3f4fab
EBM
35552014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3556
3557 * gdb.base/source-dir.exp: New file.
3558
79301218
JB
35592014-01-07 Joel Brobecker <brobecker@adacore.com>
3560
3561 * gdb.ada/mi_interface: New testcase.
3562
8e355c5d
JB
35632014-01-07 Joel Brobecker <brobecker@adacore.com>
3564
3565 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
3566 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
3567 gdb.ada/pp-rec-component/pck.ads: New files.
3568
c0d48811
JB
35692014-01-07 Joel Brobecker <brobecker@adacore.com>
3570
3571 * gdb.python/py-pp-integral.c: New file.
3572 * gdb.python/py-pp-integral.py: New file.
3573 * gdb.python/py-pp-integral.exp: New file.
3574
17b609c3 3575For older changes see ChangeLog-1993-2013.
c906108c 3576\f
8d8cb839
EZ
3577;; Local Variables:
3578;; mode: change-log
3579;; left-margin: 8
3580;; fill-column: 74
3581;; version-control: never
3582;; End:
902f2ccb 3583
14f8b115 3584 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
3585 Copying and distribution of this file, with or without modification,
3586 are permitted provided the copyright notice and this notice are preserved.
This page took 2.815509 seconds and 4 git commands to generate.