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