Lift DWARF unwinder restriction in dwarf2-frame.c::dwarf2_frame_cfa
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
... / ...
CommitLineData
12014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2 Jan Kratochvil <jan.kratochvil@redhat.com>
3 Tom Tromey <tromey@redhat.com>
4
5 * configure.ac: Add gdb.compile/.
6 * configure: Regenerate.
7 * gdb.compile/Makefile.in: New file.
8 * gdb.compile/compile-ops.exp: New file.
9 * gdb.compile/compile-ops.c: New file.
10 * gdb.compile/compile-tls.c: New file.
11 * gdb.compile/compile-tls.exp: New file.
12 * gdb.compile/compile-constvar.S: New file.
13 * gdb.compile/compile-constvar.c: New file.
14 * gdb.compile/compile-mod.c: New file.
15 * gdb.compile/compile-nodebug.c: New file.
16 * gdb.compile/compile-setjmp-mod.c: New file.
17 * gdb.compile/compile-setjmp.c: New file.
18 * gdb.compile/compile-setjmp.exp: New file.
19 * gdb.compile/compile-shlib.c: New file.
20 * gdb.compile/compile.c: New file.
21 * gdb.compile/compile.exp: New file.
22 * lib/gdb.exp (skip_compile_feature_tests): New proc.
23
242014-12-12 Tom Tromey <tromey@redhat.com>
25
26 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
27 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
28
292014-12-12 Doug Evans <dje@google.com>
30
31 * lib/gdb-python.exp (get_python_valueof): New function.
32 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
33
342014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
35
36 * gdb.base/completion.exp: Add test for completion of "info
37 registers ".
38
392014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
40
41 * gdb.base/func-ptrs.c: New file.
42 * gdb.base/func-ptrs.exp: New file.
43
442014-12-10 Simon Marchi <simon.marchi@ericsson.com>
45
46 PR breakpoints/17012
47 * gdb.base/dprintf-detach.c: New file.
48 * gdb.base/dprintf-detach.exp: New file.
49
502014-12-10 Simon Marchi <simon.marchi@ericsson.com>
51
52 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
53 * lib/gdb.exp (target_is_gdbserver): New procedure.
54
552014-12-08 Doug Evans <dje@google.com>
56
57 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
58
592014-12-05 Yao Qi <yao@codesourcery.com>
60
61 * gdb.guile/scm-error.exp: Remove the third argument to
62 gdb_remote_download.
63 * gdb.guile/scm-frame-args.exp: Likewise.
64 * gdb.guile/scm-section-script.exp: Likewise.
65
662014-12-05 Yao Qi <yao@codesourcery.com>
67
68 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
69
702014-12-04 Doug Evans <dje@google.com>
71
72 * gdb.python/py-objfile.exp: Add tests for
73 objfile.add_separate_debug_file.
74
752014-12-04 Doug Evans <dje@google.com>
76
77 * lib/gdb.exp (get_build_id): New function.
78 (build_id_debug_filename_get): Rewrite to use it.
79 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
80
812014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
82
83 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
84 `method(long)', not just 0x0.
85 * gdb.cp/nsalias.exp: Align code labels to 4.
86 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
87 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
88 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
89 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
90 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
91 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
92
932014-12-02 Doug Evans <dje@google.com>
94
95 PR symtab/17602
96 * gdb.cp/anon-ns.cc: Move guts of this file to ...
97 * gdb.cp/anon-ns-2.cc: ... here. New file.
98 * gdb.cp/anon-ns.exp: Update.
99
1002014-12-02 Nick Bull <nicholaspbull@gmail.com>
101
102 * gdb.python/py-events.py (inferior_call_handler): New.
103 (register_changed_handler, memory_changed_handler): New.
104 (test_events.invoke): Register new handlers.
105 * gdb.python/py-events.exp: Add tests for inferior call,
106 memory_changed and register_changed events.
107
1082014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
109
110 * gdb.base/execl-update-breakpoints.exp: Specify the link address
111 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
112 if the linker doesn't understand this.
113
1142014-12-01 Simon Marchi <simon.marchi@ericsson.com>
115
116 * gdb.python/python.exp: Change expected reply to help().
117
1182014-12-01 Yao Qi <yao@codesourcery.com>
119
120 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
121 AC_CONFIG_SUBDIRS(gdb.gdbtk).
122 * configure: Re-generated.
123
1242014-11-28 Siva Chandra Reddy <sivachandra@google.com>
125
126 * gdb.cp/chained-calls.cc: New file.
127 * gdb.cp/chained-calls.exp: New file.
128 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
129
1302014-11-28 Simon Marchi <simon.marchi@ericsson.com>
131
132 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
133 * gdb.dwarf2/symtab-producer.exp: Same.
134 * gdb.gdb/python-interrupts.exp: Same.
135 * gdb.gdb/python-selftest.exp: Same.
136 * gdb.python/py-linetable.exp: Same.
137 * gdb.python/py-type.exp: Same.
138 * gdb.python/py-value-cc.exp: Same.
139 * gdb.python/py-value.exp: Same.
140
1412014-11-28 Yao Qi <yao@codesourcery.com>
142
143 * gdb.base/break-probes.exp: Match library name prefixed with
144 sysroot.
145
1462014-11-27 Simon Marchi <simon.marchi@ericsson.com>
147
148 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
149 test expected output. Add parentheses for the call to print.
150 Remove L suffix from integers.
151
1522014-11-26 Doug Evans <dje@google.com>
153
154 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
155
1562014-11-22 Yao Qi <yao@codesourcery.com>
157
158 * gdb.trace/entry-values.c: Remove asms.
159 (foo): Add foo_label.
160 (bar): Add bar_label.
161 * gdb.trace/entry-values.exp: Remove code computing foo's
162 length and bar's length.
163 (Dwarf::assemble): Invoke function_range for bar and use
164 MACRO_AT_func for foo.
165
1662014-11-22 Yao Qi <yao@codesourcery.com>
167
168 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
169 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
170 Use .Lgcc43_procstart instead of gcc43.
171
1722014-11-21 Joel Brobecker <brobecker@adacore.com>
173
174 * gdb.ada/n_arr_bound: New testcase.
175
1762014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
177
178 PR breakpoints/10737
179 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
180 test_catch_syscall_multi_arch.
181 (test_catch_syscall_multi_arch): New function.
182
1832014-11-20 Doug Evans <xdje42@gmail.com>
184
185 * gdb.base/maint.exp: Update expected output.
186
1872014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
188
189 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
190 4-byte instruction on S390.
191
1922014-11-19 Joel Brobecker <brobecker@adacore.com>
193
194 * gdb.ada/arr_arr: New testcase.
195
1962014-11-19 Joel Brobecker <brobecker@adacore.com>
197
198 * gdb.ada/pkd_arr_elem: New Testcase.
199
2002014-11-18 Luis Machado <lgustavo@codesourcery.com>
201
202 * gdb.reverse/break-precsave: Expect completion message for
203 core file reads.
204 * gdb.reverse/consecutive-precsave.exp: Likewise.
205 * gdb.reverse/finish-precsave.exp: Likewise.
206 * gdb.reverse/i386-precsave.exp: Likewise.
207 * gdb.reverse/machinestate-precsave.exp: Likewise.
208 * gdb.reverse/sigall-precsave.exp: Likewise.
209 * gdb.reverse/solib-precsave.exp: Likewise.
210 * gdb.reverse/step-precsave.exp: Likewise.
211 * gdb.reverse/until-precsave.exp: Likewise.
212 * gdb.reverse/watch-precsave.exp: Likewise.
213
2142014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
215
216 * gdb.base/bp-permanent.c: Include unistd.h.
217 * gdb.python/py-framefilter-mi.c (main): Add return type.
218 * gdb.python/py-framefilter.c (main): Likewise.
219 * gdb.trace/actions-changed.c (main): Likewise.
220
2212014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
222
223 * gdb.mi/until.c: Add eye-catchers.
224 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
225 line numbers.
226
2272014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
228
229 * gdb.base/condbreak.exp: Drop references to removed non-prototype
230 function header variants in break1.c.
231 * gdb.base/ena-dis-br.exp: Likewise.
232 * gdb.base/hbreak2.exp: Likewise.
233 * gdb.reverse/until-precsave.exp: Drop references to removed
234 non-prototype function header variants in ur1.c.
235 * gdb.reverse/until-reverse.exp: Likewise.
236
2372014-11-17 Petr Machata <pmachata@redhat.com>
238
239 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
240 ${_cu_offset_size} bytes abbrev offset.
241
2422014-11-15 Doug Evans <xdje42@gmail.com>
243
244 PR symtab/17559
245 * gdb.base/line-symtabs.exp: New file.
246 * gdb.base/line-symtabs.c: New file.
247 * gdb.base/line-symtabs.h: New file.
248
2492014-11-14 Yao Qi <yao@codesourcery.com>
250
251 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
252 (func): Add label func_label.
253 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
254 Replace low_pc and high_pc with MACRO_AT_range.
255 Replace name, low_pc and high_pc with MACRO_AT_func.
256
2572014-11-14 Yao Qi <yao@codesourcery.com>
258
259 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
260 Replace name, low_pc and high_pc with MACRO_AT_func.
261
2622014-11-14 Yao Qi <yao@codesourcery.com>
263
264 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
265 produce debug information.
266 * gdb.dwarf2/implptr-optimized-out.S: Removed.
267
2682014-11-14 Yao Qi <yao@codesourcery.com>
269
270 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
271 object and get function length.
272 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
273 with MACRO_AT_func.
274 (top-level): Replace gdb_compile and clean_restart with
275 prepare_for_testing.
276 * gdb.dwarf2/main.c (main): Add label main_label.
277
2782014-11-14 Yao Qi <yao@codesourcery.com>
279
280 * lib/dwarf.exp (function_range): New procedure.
281 (Dwarf::_handle_macro_at_func): New procedure.
282 (Dwarf::_handle_macro_at_range): New procedure.
283 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
284
2852014-11-14 Yao Qi <yao@codesourcery.com>
286
287 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
288 (_handle_attribute): New procedure.
289
2902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
291
292 * gdb.ada/cond_lang/foo.c (callme): Add return type.
293 * gdb.base/call-sc.c (zed): Likewise.
294 * gdb.base/checkpoint.c (main): Likewise.
295 * gdb.base/dump.c (main): Likewise.
296 * gdb.base/gcore.c (main): Likewise.
297 * gdb.base/huge.c (main): Likewise.
298 * gdb.base/multi-forks.c (main): Likewise.
299 * gdb.base/pr10179-a.c (main): Likewise.
300 * gdb.base/savedregs.c (main): Likewise.
301 * gdb.base/sigaltstack.c (main): Likewise.
302 * gdb.base/siginfo.c (main): Likewise.
303 * gdb.base/structs.c (zed): Likewise.
304 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
305 * gdb.mi/mi-syn-frame.c (main): Likewise.
306 * gdb.mi/until.c (foo, main): Likewise.
307 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
308 * gdb.base/solib-weak.c (foo): Declare.
309 * gdb.base/attach-twice.c: Include stdio.h.
310 * gdb.base/weaklib1.c: Likewise.
311 * gdb.base/weaklib2.c: Likewise.
312 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
313 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
314 unistd.h.
315 * gdb.base/attach-pie-misread.c: Include stdlib.h.
316 * gdb.mi/mi-exit-code.c: Likewise.
317 * gdb.base/break-interp-lib.c: Include string.h.
318 * gdb.base/coremaker.c: Likewise.
319 * gdb.base/testenv.c: Likewise.
320 * gdb.python/py-finish-breakpoint.c: Likewise.
321 * gdb.base/inferior-died.c: Include sys/wait.h.
322 * gdb.base/fileio.c: Include time.h.
323 * gdb.base/async-shell.c: Include unistd.h.
324 * gdb.base/dprintf-non-stop.c: Likewise.
325 * gdb.base/info-os.c: Likewise.
326 * gdb.mi/mi-console.c: Likewise.
327 * gdb.mi/watch-nonstop.c: Likewise.
328 * gdb.python/py-events.c: Likewise.
329 * gdb.base/async.c (baz): Move up before its invocation.
330 * gdb.base/code_elim2.c (my_global_func): Likewise.
331 * gdb.base/skip-solib-lib.c (multiply): Likewise.
332 * gdb.base/advance.c (func2): Likewise.
333
3342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
335
336 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
337 variant.
338 * gdb.base/annota3.c: Likewise.
339 * gdb.base/async.c: Likewise.
340 * gdb.base/average.c: Likewise.
341 * gdb.base/call-ar-st.c: Likewise.
342 * gdb.base/call-rt-st.c: Likewise.
343 * gdb.base/call-sc.c: Likewise.
344 * gdb.base/call-strs.c: Likewise.
345 * gdb.base/ending-run.c: Likewise.
346 * gdb.base/execd-prog.c: Likewise.
347 * gdb.base/exprs.c: Likewise.
348 * gdb.base/foll-exec.c: Likewise.
349 * gdb.base/foll-fork.c: Likewise.
350 * gdb.base/foll-vfork.c: Likewise.
351 * gdb.base/funcargs.c: Likewise.
352 * gdb.base/gcore.c: Likewise.
353 * gdb.base/jump.c: Likewise.
354 * gdb.base/langs0.c: Likewise.
355 * gdb.base/langs1.c: Likewise.
356 * gdb.base/langs2.c: Likewise.
357 * gdb.base/mips_pro.c: Likewise.
358 * gdb.base/nodebug.c: Likewise.
359 * gdb.base/opaque0.c: Likewise.
360 * gdb.base/opaque1.c: Likewise.
361 * gdb.base/recurse.c: Likewise.
362 * gdb.base/run.c: Likewise.
363 * gdb.base/scope0.c: Likewise.
364 * gdb.base/scope1.c: Likewise.
365 * gdb.base/setshow.c: Likewise.
366 * gdb.base/setvar.c: Likewise.
367 * gdb.base/shmain.c: Likewise.
368 * gdb.base/shr1.c: Likewise.
369 * gdb.base/shr2.c: Likewise.
370 * gdb.base/sigall.c: Likewise.
371 * gdb.base/signals.c: Likewise.
372 * gdb.base/so-indr-cl.c: Likewise.
373 * gdb.base/solib2.c: Likewise.
374 * gdb.base/structs.c: Likewise.
375 * gdb.base/sum.c: Likewise.
376 * gdb.base/vforked-prog.c: Likewise.
377 * gdb.base/watchpoint.c: Likewise.
378 * gdb.reverse/shr2.c: Likewise.
379 * gdb.reverse/until-reverse.c: Likewise.
380 * gdb.reverse/ur1.c: Likewise.
381 * gdb.reverse/watch-reverse.c: Likewise.
382
3832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
384
385 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
386 variant.
387 * gdb.base/sepdebug.exp: Drop references to removed code.
388
3892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
390
391 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
392 variant. Preserve original line numbering.
393 * gdb.base/list1.c: Likewise.
394
3952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
396
397 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
398 variant.
399 * gdb.base/break1.c: Likewise.
400 * gdb.base/break.exp: Drop references to removed code.
401
4022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
403
404 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
405 variant.
406
4072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
408
409 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
410
4112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
412
413 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
414 logic into perform_all_tests() and invoke it with and without
415 function header prototypes.
416 (do_function_calls): Remove conditional XFAIL for PR 5318.
417 (rerun_and_prepare): Remove duplicate code.
418 (perform_all_tests): New. Main logic moved here.
419
4202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
421
422 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
423 code guarded by #ifdef NO_PROTOTYPES.
424 (t_double_many_args): Likewise.
425 (DEF_FUNC_MANY_ARGS_1): Likewise.
426 (DEF_FUNC_VALUES_1): Likewise.
427 (t_structs_ldc): Renamed from t_structs_fc in conditional code
428 guarded by #ifdef PROTOTYPES.
429
4302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
431
432 * gdb.mi/mi-console.c: Add eye-catcher.
433 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
434 instead of literal line number.
435
4362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
437
438 * gdb.base/shr2.c: Add eye-catcher.
439 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
440 line number.
441
4422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
443
444 * gdb.base/jump.c: Add eye-catchers.
445 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
446 numbers.
447
4482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
449
450 * gdb.base/execd-prog.c: Add eye-catchers.
451 * gdb.base/foll-exec.c: Likewise.
452 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
453 line numbers.
454
4552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
456
457 * gdb.base/ending-run.c: Add eye-catchers.
458 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
459 literal line numbers.
460
4612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
462
463 * gdb.base/call-rt-st.c: Add eye-catchers.
464 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
465 literal line numbers.
466
4672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
468
469 * gdb.base/call-ar-st.c: Add eye-catchers.
470 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
471 literal line numbers.
472
4732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
474
475 * gdb.base/average.c: Add eye-catchers.
476 * gdb.base/sum.c: Likewise.
477 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
478 regexps dynamically.
479
4802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
481
482 * gdb.base/solib1.c: Add eye-catchers.
483 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
484 literal line numbers.
485
4862014-11-12 Pedro Alves <palves@redhat.com>
487
488 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
489 leader has exited.
490
4912014-11-12 Pedro Alves <palves@redhat.com>
492
493 * gdb.arch/i386-bp_permanent.c: New file.
494 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
495 (srcfile): Set to i386-bp_permanent.c.
496 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
497 that stepi does not execute the 'leave' instruction, instead of
498 testing it does execute.
499 * gdb.base/bp-permanent.c: New file.
500 * gdb.base/bp-permanent.exp: New file.
501
5022014-11-10 Doug Evans <xdje42@gmail.com>
503
504 PR symtab/17564
505 * gdb.base/symtab-search-order.exp: New file.
506 * gdb.base/symtab-search-order.c: New file.
507 * gdb.base/symtab-search-order-1.c: New file.
508 * gdb.base/symtab-search-order-shlib-1.c: New file.
509
5102014-11-07 Pedro Alves <palves@redhat.com>
511
512 PR gdb/17511
513 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
514 i?86-*-linux*.
515
5162014-11-03 Siva Chandra Reddy <sivachandra@google.com>
517
518 PR c++/17494
519 * gdb.cp/pr17494.cc: New file.
520 * gdb.cp/pr17494.exp: New file.
521
5222014-11-02 Yao Qi <yao@codesourcery.com>
523
524 * gdb.python/python.exp: Get working directory and match the
525 output of "set extended-prompt \\w " with it.
526
5272014-10-30 Doug Evans <dje@google.com>
528
529 * gdb.python/py-objfile.exp: Add tests for setting random attributes
530 in objfiles.
531 * gdb.python/py-progspace.exp: Add tests for setting random attributes
532 in progspaces.
533
5342014-10-30 Janis Johnson <janisjo@codesourcery.com>
535
536 * gdb.base/fullpath-expand.exp: Skip for a remote host.
537 * gdb.base/realname-expand.exp: Likewise.
538 * gdb.linespec/macro-relative.exp: Likewise.
539
5402014-10-29 Pedro Alves <palves@redhat.com>
541
542 PR gdb/17408
543 * gdb.threads/schedlock.c (some_function): New function.
544 (call_function): New global.
545 (MAYBE_CALL_SOME_FUNCTION): New macro.
546 (thread_function): Call it.
547 * gdb.threads/schedlock.exp (get_args): Add description parameter,
548 and use it instead of a global counter. Adjust all callers.
549 (get_current_thread): Use "find current thread" for test message
550 here rather than having all callers pass down the same string.
551 (goto_loop): New procedure, factored out from ...
552 (my_continue): ... this.
553 (step_ten_loops): Change parameter from test message to command to
554 use. Adjust.
555 (list_count): Delete global.
556 (check_result): New procedure, factored out from duplicate top
557 level code.
558 (continue tests): Wrap in with_test_prefix.
559 (test_step): New procedure, factored out from duplicate top level
560 code.
561 (top level): Test "step" in combination with all scheduler-locking
562 modes. Test "next" in combination with all scheduler-locking
563 modes, and in combination with stepping over a function call or
564 not.
565 * gdb.threads/next-bp-other-thread.c: New file.
566 * gdb.threads/next-bp-other-thread.exp: New file.
567
5682014-10-29 Pedro Alves <palves@redhat.com>
569
570 PR python/17372
571 * gdb.python/python.exp: Test a multi-line command that spawns
572 interactive Python.
573 * gdb.base/multi-line-starts-subshell.exp: New file.
574
5752014-10-29 Yao Qi <yao@codesourcery.com>
576
577 * gdb.base/fileio.exp: Make directories on host.
578
5792014-10-29 Yao Qi <yao@codesourcery.com>
580
581 * gdb.base/fileio.c (test_write): Close the file.
582
5832014-10-28 Pedro Alves <palves@redhat.com>
584
585 PR gdb/12623
586 * gdb.base/sigstep.c (no_handler): New global.
587 (main): If 'no_handler is true, set the signal handlers to
588 SIG_IGN.
589 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
590 with_sw_watch and no_handler parameters. Handle them.
591 (top level) <stepping over handler when stopped at a breakpoint
592 test>: Add a test axis for testing with a software watchpoint, and
593 another for testing with the signal handler set to SIG_IGN.
594 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
595 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
596
5972014-10-28 Pedro Alves <palves@redhat.com>
598
599 PR gdb/17511
600 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
601 * gdb.base/sigstep.exp (other_handler_location): New global.
602 (advance): Support stepping into the signal handler, and running
603 commands while in the handler.
604 (in_handler_map): New global.
605 (top level): In the advance test, add combinations for getting
606 into the handler with stepping commands, and for running commands
607 in the handler. Add comment descripting the advancei tests.
608
6092014-10-28 Pedro Alves <palves@redhat.com>
610
611 * gdb.base/sigstep.exp: Use build_executable instead of
612 prepare_for_testing.
613 (top level): Move code that starts GDB, runs to main and creates a
614 display to ...
615 (restart): ... this new procedure.
616 (top level): Move backtrace from signal handler test to ...
617 (validate_backtrace): ... this new procedure.
618 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
619 with_test_prefix. Always restart GDB.
620 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
621 with_test_prefix. Always restart GDB. No need to delete
622 breakpoints after the test.
623 (test_skip_handler): Remove prefix parameter.
624 (skip_over_handler, breakpoint_to_handler)
625 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
626 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
627 restart GDB. No need to delete breakpoints after the test.
628 (top level): Use foreach to call the test procedures with
629 different commands.
630
6312014-10-28 Pedro Alves <palves@redhat.com>
632
633 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
634 instead of GNATS numbers.
635 * gdb.base/sigbpt.exp: Likewise.
636 * gdb.base/siginfo.exp: Likewise.
637 * gdb.base/sigstep.exp: Likewise.
638
6392014-10-27 Pedro Alves <palves@redhat.com>
640
641 * gdb.base/sigstep.c (dummy): New global.
642 (main): Issue a couple writes to the new global.
643 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
644 procedures.
645 (skip_over_handler): Use test_skip_handler.
646 (top level): Call skip_over_handler for stepi and nexti too.
647 (breakpoint_over_handler): Use test_skip_handler.
648 (top level): Call breakpoint_over_handler for stepi and nexti too.
649
6502014-10-27 Yao Qi <yao@codesourcery.com>
651
652 * gdb.trace/tfile.c (adjust_function_address)
653 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
654 function descriptor.
655
6562014-10-24 Don Breazeal <donb@codesourcery.com>
657
658 * gdb.base/foll-fork.exp (test_follow_fork,
659 catch_fork_child_follow): Check for updated fork messages emitted
660 from infrun.c.
661 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
662 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
663 vfork_and_exec_child_follow_through_step): Check for updated vfork
664 messages emitted from infrun.c.
665
6662014-10-24 Pedro Alves <palves@redhat.com>
667
668 * gdb.base/corefile.exp: Remove references to ultrix.
669 * gdb.base/interrupt.exp: Likewise.
670 * gdb.base/whatis.exp: Likewise.
671 * gdb.gdb/selftest.exp: Likewise.
672 * gdb.threads/manythreads.exp: Likewise.
673 * gdb.threads/print-threads.exp: Likewise.
674 * gdb.threads/pthreads.exp:: Likewise.
675 * gdb.threads/schedlock.exp: Likewise.
676
6772014-10-24 Siva Chandra Reddy <sivachandra@google.com>
678
679 * gdb.cp/non-trivial-retval.cc: Add a test case.
680 * gdb.cp/non-trivial-retval.exp: Add a test.
681
6822014-10-20 Yao Qi <yao@codesourcery.com>
683
684 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
685 * gdb.python/py-objfile-script-gdb.py: New file.
686 * gdb.python/py-objfile-script.exp: Update reference to
687 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
688 of remote_download. Remove the dest file.
689
6902014-10-20 Yao Qi <yao@codesourcery.com>
691
692 * gdb.base/checkpoint.exp: Don't remove file copied on host.
693 * gdb.base/step-line.exp: Likewise.
694 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
695 * gdb.dwarf2/dw2-basic.exp: Likewise.
696 * gdb.dwarf2/dw2-compressed.exp: Likewise.
697 * gdb.dwarf2/dw2-filename.exp: Likewise.
698 * gdb.dwarf2/dw2-intercu.exp: Likewise.
699 * gdb.dwarf2/dw2-intermix.exp: Likewise.
700 * gdb.dwarf2/dw2-producer.exp: Likewise.
701 * gdb.dwarf2/mac-fileno.exp: Likewise.
702 * gdb.python/py-frame-args.exp: Likewise.
703 * gdb.python/py-framefilter.exp: Likewise.
704 * gdb.python/py-mi.exp: Likewise.
705 * gdb.python/py-objfile-script.exp: Likewise
706 * gdb.python/py-pp-integral.exp: Likewise.
707 * gdb.python/py-pp-re-notag.exp: Likewise.
708 * gdb.python/py-prettyprint.exp: Likewise.
709 * gdb.python/py-section-script.exp: Likewise.
710 * gdb.python/py-typeprint.exp: Likewise.
711 * gdb.python/py-xmethods.exp: Likewise.
712 * gdb.stabs/weird.exp: Likewise.
713 * gdb.xml/tdesc-regs.exp: Likewise.
714
7152014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
716
717 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
718 (out_cu): Use addr_len for the size of addresses.
719 (out_line): Likewise. Size DW_LNE_set_address instruction
720 according to addr_len.
721 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
722 (FUNC): Add START_INSNS to definition.
723
7242014-10-18 Yao Qi <yao@codesourcery.com>
725
726 * gdb.base/argv0-symlink.exp: Check argv[0] value if
727 gdb_has_argv0 return true.
728 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
729 check [target_info exists noargs], check [gdb_has_argv0]
730 instead.
731 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
732 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
733 procedures.
734
7352014-10-17 Doug Evans <dje@google.com>
736
737 * gdb.python/py-events.exp: Update expected output for clear_objfiles
738 event.
739 * gdb.python/py-events.py: Add clear_objfiles event.
740
7412014-10-17 Doug Evans <dje@google.com>
742
743 * gdb.python/py-objfile.exp: Test progspace attribute.
744
7452014-10-17 Luis Machado <lgustavo@codesourcery.com>
746
747 * gdb.guile/scm-breakpoint.exp: Do not assume any
748 directory separators when matching source file paths.
749 * gdb.python/py-breakpoint.exp: Likewise.
750 * gdb.reverse/break-precsave.exp: Likewise.
751 * gdb.reverse/break-reverse.exp: Likewise.
752 * gdb.reverse/consecutive-precsave.exp: Likewise.
753 * gdb.reverse/finish-precsave.exp: Likewise.
754 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
755 * gdb.reverse/finish-reverse.exp: Likewise.
756 * gdb.reverse/i386-precsave.exp: Likewise.
757 * gdb.reverse/i387-env-reverse.exp: Likewise.
758 * gdb.reverse/i387-stack-reverse.exp: Likewise.
759 * gdb.reverse/machinestate-precsave.exp: Likewise.
760 * gdb.reverse/machinestate.exp: Likewise.
761 * gdb.reverse/sigall-precsave.exp: Likewise.
762 * gdb.reverse/solib-precsave.exp: Likewise.
763 * gdb.reverse/step-precsave.exp: Likewise.
764 * gdb.reverse/until-precsave.exp: Likewise.
765 * gdb.reverse/watch-precsave.exp: Likewise.
766 * gdb.reverse/watch-reverse.exp: Likewise.
767
7682014-10-17 Yao Qi <yao@codesourcery.com>
769
770 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
771 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
772
7732014-10-17 Pedro Alves <palves@redhat.com>
774
775 PR gdb/17471
776 * gdb.base/bg-execution-repeat.c: New file.
777 * gdb.base/bg-execution-repeat.exp: New file.
778
7792014-10-17 Pedro Alves <palves@redhat.com>
780
781 PR gdb/17300
782 * gdb.base/continue-all-already-running.c: New file.
783 * gdb.base/continue-all-already-running.exp: New file.
784
7852014-10-17 Pedro Alves <palves@redhat.com>
786
787 PR gdb/17472
788 * gdb.base/annota-input-while-running.c: New file.
789 * gdb.base/annota-input-while-running.exp: New file.
790
7912014-10-17 Pedro Alves <palves@redhat.com>
792
793 * gdb.base/callfuncs.exp: emove references to osf.
794 * gdb.base/sigall.exp: Likewise.
795 * gdb.gdb/selftest.exp: Likewise.
796 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
797 * gdb.mi/non-stop.c: Likewise.
798 * gdb.mi/pthreads.c: Likewise.
799 * gdb.reverse/sigall-precsave.exp: Likewise.
800 * gdb.reverse/sigall-reverse.exp: Likewise.
801 * gdb.threads/pthreads.c: Likewise.
802 * gdb.threads/pthreads.exp: Likewise.
803
8042014-10-17 Yao Qi <yao@codesourcery.com>
805
806 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
807 check 'target_info exists noargs'.
808 (test_command_prompt_position): Likewise.
809 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
810 Remove "set args".
811 (progvar_simple_while_test): Likewise.
812 (progvar_complex_if_while_test): Likewise.
813 (if_while_breakpoint_command_test): Likewise.
814 (infrun_breakpoint_command_test): Likewise.
815 (breakpoint_command_test): Likewise.
816 (watchpoint_command_test): Likewise.
817 (bp_deleted_in_command_test): Likewise.
818 (temporary_breakpoint_commands): Likewise.
819
8202014-10-16 Yao Qi <yao@codesourcery.com>
821
822 * gdb.base/remotetimeout.exp: Remove noargs checking.
823
8242014-10-15 Pedro Alves <palves@redhat.com>
825
826 PR breakpoints/9649
827 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
828 * gdb.base/breakpoint-in-ro-region.exp
829 (probe_target_hardware_step): New procedure.
830 (top level): Probe hardware stepping and hardware breakpoint
831 support. Test stepping through a read-only region, with both
832 "breakpoint auto-hw" on and off and both "always-inserted" on and
833 off.
834
8352014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
836
837 * gdb.dlang/demangle.exp: Update for demangling changes.
838
8392014-10-15 Siva Chandra Reddy <sivachandra@google.com>
840
841 * gdb.cp/non-trivial-retval.cc: Add new test cases.
842 * gdb.cp/non-trivial-retval.exp: Add new tests.
843
8442014-10-15 Siva Chandra Reddy <sivachandra@google.com>
845
846 PR c++/13403
847 PR c++/15154
848 * gdb.cp/non-trivial-retval.cc: New file.
849 * gdb.cp/non-trivial-retval.exp: New file.
850
8512014-10-15 Yao Qi <yao@codesourcery.com>
852
853 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
854 remote host.
855
8562014-10-15 Yao Qi <yao@codesourcery.com>
857
858 * gdb.python/py-symbol.exp: Match file base name if host is
859 remote, otherwise match file name with dir name.
860 * gdb.python/py-symtab.exp: Likewise.
861 * gdb.python/python.exp: Likewise.
862
8632014-10-15 Yao Qi <yao@codesourcery.com>
864
865 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
866 pattern.
867 * gdb.python/py-symtab.exp: Likewise.
868 * gdb.python/python.exp: Remove trailing ".*". Fix typo
869 locationn.
870
8712014-10-14 Joel Brobecker <brobecker@adacore.com>
872
873 * gdb.ada/addr_arith: New testcase.
874
8752014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
876
877 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
878 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
879 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
880 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
881
8822014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
883
884 * gdb.arch/stap-eval-lang-ada.S: Likewise.
885 * gdb.arch/stap-eval-lang-ada.c: Likewise.
886 * gdb.arch/stap-eval-lang-ada.exp: New file.
887
8882014-10-14 Yao Qi <yao@codesourcery.com>
889
890 * gdb.mi/mi-var-child.c (nothing1): New function.
891 (nothing2): New function.
892 (do_children_tests): Set function pointers by nothing1 and
893 nothing2.
894 * gdb.mi/mi-var-child.exp: Step over new added statements.
895 Update test to match the new output.
896 * gdb.mi/var-cmd.c (nothing1): New function.
897 (nothing2): New function.
898 (do_children_tests): Set function pointers by nothing1 and
899 nothing2.
900 * gdb.mi/mi-var-display.exp: Update test to match output.
901 Step to the line specified by $line_dct_nothing.
902 Increase the number of lines to step.
903
9042014-10-14 Yao Qi <yao@codesourcery.com>
905
906 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
907 tests.
908 * gdb.mi/mi2-var-child.exp: Likewise.
909
9102014-10-13 Doug Evans <dje@google.com>
911
912 * gdb.python/py-objfile.exp: Change name of file name test.
913
9142014-10-13 Doug Evans <dje@google.com>
915
916 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
917 from the start of the CU.
918
9192014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
920 Yao Qi <yao@codesourcery.com>
921
922 Fix "save breakpoints" for "catch" command.
923 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
924 Remove -nonewline. Match also the added "main" line.
925
9262014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
927
928 Fix "save breakpoints" for "disable $bpnum" command.
929 * gdb.base/save-bp.c (main): Add label.
930 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
931
9322014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
933
934 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
935
9362014-10-11 Yao Qi <yao@codesourcery.com>
937
938 * gdb.server/server-kill.exp: Execute command
939 "set remote trace-status-packet on" before "tstatus".
940
9412014-10-11 Yao Qi <yao@codesourcery.com>
942
943 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
944 (main): Call getppid.
945 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
946 and continue to it. Read variable "server_pid".
947
9482014-10-11 Yao Qi <yao@codesourcery.com>
949
950 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
951
9522014-10-11 Yao Qi <yao@codesourcery.com>
953
954 * gdb.threads/thread-find.exp: Don't execute command
955 "info threads".
956 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
957 * gdb.threads/linux-dp.exp: Don't check the condition
958 $threads_created equals to zero.
959
9602014-10-10 Pedro Alves <palves@redhat.com>
961
962 * gdb.base/bigcore.exp: Remove references to IRIX.
963 * gdb.base/funcargs.exp: Likewise.
964 * gdb.base/interrupt.exp: Likewise.
965 * gdb.base/mips_pro.exp: Likewise.
966 * gdb.base/nodebug.exp: Likewise.
967 * gdb.base/setvar.exp: Likewise.
968 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
969
9702014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
971 Pedro Alves <palves@redhat.com>
972
973 PR symtab/14466
974 * gdb.base/vdso-warning.c: New file.
975 * gdb.base/vdso-warning.exp: New file.
976
9772014-10-02 Doug Evans <dje@google.com>
978
979 * gdb.base/structs.c (main): Don't run forever.
980
9812014-10-02 Pedro Alves <palves@redhat.com>
982
983 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
984 (top level) <stop threads 1, stop threads 2>: Use it.
985
9862014-10-02 Pedro Alves <palves@redhat.com>
987
988 * gdb.threads/break-while-running.exp (test): Add new
989 'update_thread_list' argument. Skip "info threads" if false.
990 (top level): Add new 'update_thread_list' axis.
991
9922014-10-02 Pedro Alves <palves@redhat.com>
993
994 PR breakpoints/17431
995 * gdb.base/execl-update-breakpoints.c: New file.
996 * gdb.base/execl-update-breakpoints.exp: New file.
997
9982014-10-01 Pedro Alves <palves@redhat.com>
999
1000 * gdb.base/breakpoint-in-ro-region.c: New file.
1001 * gdb.base/breakpoint-in-ro-region.exp: New file.
1002
10032014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1004
1005 * gdb.mi/mi-exit-code.exp: New file.
1006 * gdb.mi/mi-exit-code.c: New file.
1007
10082014-09-30 Yao Qi <yao@codesourcery.com>
1009
1010 * lib/prelink-support.exp (build_executable_own_libs): Error if
1011 the target isn't native.
1012
10132014-09-30 Yao Qi <yao@codesourcery.com>
1014
1015 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
1016 false.
1017
10182014-09-22 Pedro Alves <palves@redhat.com>
1019
1020 * gdb.threads/break-while-running.exp: New file.
1021 * gdb.threads/break-while-running.c: New file.
1022
10232014-09-19 Yao Qi <yao@codesourcery.com>
1024
1025 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
1026 Invoke test. Restart GDB with --readnow and invoke test again.
1027
10282014-09-19 Yao Qi <yao@codesourcery.com>
1029
1030 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
1031 proc set_breakpoint_on_gcd_function. Invoke
1032 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
1033 invoke set_breakpoint_on_gcd_function again.
1034
10352014-09-18 Doug Evans <dje@google.com>
1036
1037 * gdb.dwarf2/symtab-producer.exp: New file.
1038
10392014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1040
1041 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
1042 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
1043 * gdb.base/global-var-nested-by-dso.c: Likewise.
1044 * gdb.base/global-var-nested-by-dso.exp: Likewise.
1045
10462014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1047 Pedro Alves <palves@redhat.com>
1048
1049 * gdb.base/watch-bitfields.exp: Pass string other than test file
1050 name to prepare_for_testing.
1051 (watch): New procedure.
1052 (expect_watchpoint): Use with_test_prefix.
1053 (top level): Factor out tests to ...
1054 (test_watch_location, test_regular_watch): ... these new
1055 procedures, and use with_test_prefix and gdb_continue_to_end.
1056
10572014-09-16 Patrick Palka <patrick@parcs.ath.cx>
1058
1059 PR breakpoints/12526
1060 * gdb.base/watch-bitfields.exp: New file.
1061 * gdb.base/watch-bitfields.c: New file.
1062
10632014-09-16 Pedro Alves <palves@redhat.com>
1064
1065 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
1066 software and hardware addresses, not software address against
1067 itself.
1068
10692014-09-16 Pedro Alves <palves@redhat.com>
1070
1071 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
1072 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
1073
10742014-09-16 Pedro Alves <palves@redhat.com>
1075
1076 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
1077 files.
1078 * gdb.base/a2-run.exp: Remove all code guarded by istarget
1079 "*-*-vxworks*" throughout.
1080 * gdb.base/break.exp: Likewise.
1081 * gdb.base/default.exp: Likewise.
1082 * gdb.base/scope.exp: Likewise.
1083 * gdb.base/sepdebug.exp: Likewise.
1084 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
1085 throughout.
1086 * gdb.base/run.c: Likewise.
1087 * gdb.base/sepdebug.c: Likewise.
1088 * gdb.hp/gdb.aCC/run.c: Likewise.
1089 * gdb.reverse/until-reverse.c: Likewise.
1090 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
1091
10922014-09-16 Yao Qi <yao@codesourcery.com>
1093
1094 * boards/local-remote-host-native.exp: New file.
1095
10962014-09-14 Doug Evans <xdje42@gmail.com>
1097
1098 * gdb.threads/queue-signal.c (thread_count): New variable.
1099 (thread_count_mutex, thread_count_condvar): New variables.
1100 (incr_thread_count, wait_all_threads_running): New functions.
1101 (main): Wait for all threads to be in their thread functions.
1102
11032014-09-13 Doug Evans <xdje42@gmail.com>
1104
1105 * gdb.threads/queue-signal.c: New file.
1106 * gdb.threads/queue-signal.exp: New file.
1107
11082014-09-13 Doug Evans <xdje42@gmail.com>
1109
1110 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
1111 be consistent with what default_gdb_init uses.
1112 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
1113 the plain text of the prompt. Add some logging printfs.
1114 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
1115
11162014-09-12 Pedro Alves <palves@redhat.com>
1117
1118 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
1119 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
1120 * gdb.arch/i386-size-overlap.exp: Likewise.
1121 * gdb.arch/i386-size.exp: Likewise.
1122 * gdb.arch/i386-unwind.exp: Likewise.
1123 * gdb.base/a2-run.exp: Likewise.
1124 * gdb.base/break.exp: Likewise.
1125 * gdb.base/charset.exp: Likewise.
1126 * gdb.base/chng-syms.exp: Likewise.
1127 * gdb.base/commands.exp: Likewise.
1128 * gdb.base/dbx.exp: Likewise.
1129 * gdb.base/find.exp: Likewise.
1130 * gdb.base/funcargs.exp: Likewise.
1131 * gdb.base/jit-simple.exp: Likewise.
1132 * gdb.base/reread.exp: Likewise.
1133 * gdb.base/sepdebug.exp: Likewise.
1134 * gdb.base/step-bt.exp: Likewise.
1135 * gdb.cp/mb-inline.exp: Likewise.
1136 * gdb.cp/mb-templates.exp: Likewise.
1137 * gdb.objc/basicclass.exp: Likewise.
1138 * gdb.threads/killed.exp: Likewise.
1139
11402014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1141
1142 PR tdep/17379
1143 * gdb.arch/powerpc-stackless.S: New file.
1144 * gdb.arch/powerpc-stackless.exp: New file.
1145
11462014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1147
1148 * gdb.base/attach.c: Include unistd.h.
1149 (main): Call alarm. Add label postloop.
1150 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
1151 gdb_breakpoint, gdb_continue_to_breakpoint.
1152 (test_command_line_attach_run): Kill ${testpid} in one exit path.
1153
11542014-09-11 Pedro Alves <palves@redhat.com>
1155
1156 PR gdb/17347
1157 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
1158 * gdb.base/attach.exp (test_command_line_attach_run): New
1159 procedure.
1160 (top level): Call it.
1161
11622014-09-11 Pedro Alves <palves@redhat.com>
1163
1164 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
1165 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
1166 (do_command_attach_tests): Use spawn_wait_for_attach.
1167 * gdb.base/solib-overlap.exp: Likewise.
1168 * gdb.multi/multi-attach.exp: Likewise.
1169 * gdb.python/py-prompt.exp: Likewise.
1170 * gdb.python/py-sync-interp.exp: Likewise.
1171 * gdb.server/ext-attach.exp: Likewise.
1172
11732014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
1174
1175 * gdb.fortran/array-element.exp: Remove unexpected "continue"
1176 command in testcase. Simplify testcase.
1177
11782014-09-10 Joel Brobecker <brobecker@adacore.com>
1179
1180 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
1181
11822014-09-10 Joel Brobecker <brobecker@adacore.com>
1183
1184 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
1185
11862014-09-10 Joel Brobecker <brobecker@adacore.com>
1187
1188 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
1189
11902014-09-10 Joel Brobecker <brobecker@adacore.com>
1191
1192 * gdb.dwarf2/dynarr-ptr.c: New file.
1193 * gdb.dwarf2/dynarr-ptr.exp: New file.
1194
11952014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1196
1197 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
1198 of 30 rather than hardcoding 120 for a slow test case. Take the
1199 `gdb,timeout' target setting into account for this calculation.
1200 Don't extend the timeout for the test cases that don't need it.
1201
12022014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1203
1204 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
1205 a factor of 2 for a slow test case. Take the `gdb,timeout'
1206 target setting into account for this calculation.
1207 * gdb.reverse/until-precsave.exp: Increase the timeout by
1208 a factor of 15 and 3 respectively rather than adding 120
1209 for a pair of slow test cases. Take the `gdb,timeout'
1210 target setting into account for this calculation.
1211
12122014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1213
1214 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
1215 timeout, don't pass one down to gdb_expect.
1216 (gdb_expect): Rework timeout selection.
1217
12182014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1219
1220 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
1221 exception on timeout.
1222 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
1223 (gdbserver_start_extended): Catch any `gdbserver_start' error
1224 exceptions.
1225 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
1226 * lib/mi-support.exp (mi_gdb_target_load): Catch any
1227 `gdbserver_gdb_load' error exceptions.
1228
12292014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1230
1231 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
1232 120 on waiting for the TCP socket to open.
1233
12342014-09-09 Doug Evans <xdje42@gmail.com>
1235
1236 * gdb.base/default.exp (show_conv_list): Add _caller_is,
1237 _caller_matches, _any_caller_is, _any_caller_matches.
1238
12392014-09-09 Doug Evans <xdje42@gmail.com>
1240
1241 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
1242
12432014-09-09 Yao Qi <yao@codesourcery.com>
1244
1245 * gdb.mi/mi-var-display.exp: Set print symbol off.
1246
12472014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
1248
1249 PR gdb/17035
1250 * gdb.base/commands.exp: Add tests to verify user-defined
1251 commands with empty bodies.
1252 * gdb.python/py-cmd.exp: Test that we don't show user-defined
1253 python commands in `show user command`.
1254 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
1255 scheme commands in `show user command`.
1256
12572014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1258
1259 PR python/17355
1260 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
1261 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
1262 * gdb.python/py-framefilter-invalidarg.exp: New file.
1263 * gdb.python/py-framefilter-invalidarg.py: New file.
1264
12652014-09-06 Doug Evans <xdje42@gmail.com>
1266
1267 PR 15276
1268 * gdb.python/py-caller-is.c: New file.
1269 * gdb.python/py-caller-is.exp: New file.
1270
12712014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
1272
1273 PR gdb/17235
1274 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
1275 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
1276
12772014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
1278
1279 PR fortran/17237
1280 * gdb.fortran/print-formatted.exp: New file.
1281 * gdb.fortran/print-formatted.f90: Likewise.
1282
12832014-09-03 Sasha Smundak <asmundak@google.com>
1284
1285 * gdb.python/py-frame.exp: Test Frame.read_register.
1286
12872014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
1288
1289 PR python/16699
1290 * gdb.python/py-completion.exp: New file.
1291 * gdb.python/py-completion.py: Likewise.
1292
12932014-08-28 Doug Evans <dje@google.com>
1294
1295 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
1296 eax,etc. are live with values set by gdb and thus the compiler can't
1297 use them.
1298 * gdb.arch/i386-pseudo.c (main): Ditto.
1299
13002014-08-27 Doug Evans <dje@google.com>
1301
1302 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
1303
13042014-08-25 Doug Evans <dje@google.com>
1305
1306 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
1307 (main): Ditto.
1308
13092014-08-25 Doug Evans <dje@google.com>
1310
1311 * gdb.threads/thread-execl.exp: #include <stdio.h>.
1312
13132014-08-24 Yao Qi <yao@codesourcery.com>
1314
1315 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
1316 symbol off.
1317 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
1318
13192014-08-22 Doug Evans <dje@google.com>
1320
1321 PR 17276
1322 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
1323 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
1324 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
1325
13262014-08-22 Yao Qi <yao@codesourcery.com>
1327
1328 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
1329 * gdb.python/py-finish-breakpoint2.exp: Likewise.
1330 * gdb.python/python.exp: Likewise. Use .py file on the host
1331 instead of the build.
1332
13332014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1334
1335 * gdb.threads/gcore-stale-thread.c: New file.
1336 * gdb.threads/gcore-stale-thread.exp: New file.
1337
13382014-08-21 Pedro Alves <palves@redhat.com>
1339
1340 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
1341 * gdb.base/gcore-relro-pie.exp: Likewise.
1342 * gdb.base/gcore-relro.exp: Likewise.
1343 * gdb.base/gcore.exp: Likewise.
1344 * gdb.base/print-symbol-loading.exp: Likewise.
1345 * gdb.threads/gcore-thread.exp: Likewise.
1346 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
1347
13482014-08-20 Pedro Alves <palves@redhat.com>
1349 Jan Kratochvil <jan.kratochvil@redhat.com>
1350
1351 * Makefile.in (EXTRA_RULES, CC): New variables, get from
1352 configure.
1353 (EXPECT): Handle READ1 being set.
1354 (all): Depend on EXTRA_RULES.
1355 (check-read1, expect-read1, read1.so, read1): New rules.
1356 * README (Testsuite Parameters): Document the READ1 make variable.
1357 (Race detection): New section.
1358 * configure: Regenerate.
1359 * configure.ac: If build==host==target, and running under a
1360 GNU/glibc system, add read1 to the extra Makefile rules.
1361 (EXTRA_RULES): AC_SUBST it.
1362 * lib/read1.c: New file.
1363
13642014-08-20 Joel Brobecker <brobecker@adacore.com>
1365
1366 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
1367 the handling of variables declared as a typedef to an array
1368 which a DW_AT_data_location attribute.
1369
13702014-08-19 Andrew Burgess <aburgess@broadcom.com>
1371 Pedro Alves <palves@redhat.com>
1372
1373 PR symtab/14604
1374 PR symtab/14605
1375 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
1376 gdb_test.
1377
13782014-08-19 Pedro Alves <palves@redhat.com>
1379
1380 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
1381
13822014-08-19 Yao Qi <yao@codesourcery.com>
1383
1384 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
1385 right line.
1386
13872014-08-18 David Blaikie <dblaikie@gmail.com>
1388
1389 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
1390
13912014-08-18 Joel Brobecker <brobecker@adacore.com>
1392
1393 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
1394 attribute in array range.
1395
13962014-08-18 Joel Brobecker <brobecker@adacore.com>
1397
1398 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
1399
14002014-08-15 Siva Chandra Reddy <sivachandra@google.com>
1401
1402 PR c++/17132
1403 * gdb.cp/pr17132.cc: New file.
1404 * gdb.cp/pr17132.exp: New file.
1405
14062014-08-15 Siva Chandra Reddy <sivachandra@google.com>
1407
1408 * gdb.python/py-xmethods.py (A_getarrayind)
1409 (E_method_char_worker.__call__, E_method_int_worker.__call__):
1410 Use 'print' with function call syntax.
1411 (E_method_matcher.match): Fix tab vs space indentation mixup.
1412
14132014-08-15 Yao Qi <yao@codesourcery.com>
1414
1415 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
1416 false.
1417
14182014-08-15 Yao Qi <yao@codesourcery.com>
1419
1420 * gdb.cp/casts.exp: Set print symbol off.
1421 * gdb.cp/class2.exp: Likewise.
1422 * gdb.cp/overload.exp: Likewise.
1423 * gdb.cp/templates.exp: Likewise.
1424
14252014-08-11 Doug Evans <dje@google.com>
1426
1427 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1428 (test_load_shlib): Update.
1429
14302014-08-09 Yao Qi <yao@codesourcery.com>
1431
1432 * gdb.base/display.exp: Invoke is_address_zero_readable.
1433 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
1434 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1435 * gdb.base/hbreak-unmapped.exp: Return if
1436 is_address_zero_readable returns true.
1437 * gdb.base/signest.exp: Likewise.
1438 * gdb.base/signull.exp: Likewise.
1439 * gdb.base/sigbpt.exp: Likewise.
1440 * gdb.guile/scm-disasm.exp: Do the test if
1441 is_address_zero_readable returns false.
1442 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
1443 * gdb.python/py-arch.exp: Likewise.
1444 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
1445 * lib/gdb.exp (is_address_zero_readable): New proc.
1446
14472014-08-09 Yao Qi <yao@codesourcery.com>
1448
1449 PR testsuite/13443
1450 * gdb.mi/mi-var-display.exp: Make test messages unique.
1451
14522014-08-04 Tom Tromey <tromey@redhat.com>
1453
1454 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
1455 target 0".
1456
14572014-08-04 Tom Tromey <tromey@redhat.com>
1458
1459 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
1460 "target_resume".
1461
14622014-08-01 Joel Brobecker <brobecker@adacore.com>
1463
1464 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
1465 inner_vla_struct_object_size.
1466 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
1467 as xfail.
1468
14692014-07-30 Pedro Alves <palves@redhat.com>
1470
1471 * gdb.threads/signal-command-handle-nopass.exp (test): Add
1472 comment.
1473
14742014-07-29 Yao Qi <yao@codesourcery.com>
1475
1476 PR gdb/17206
1477 * gdb.base/until-nodebug.exp: New.
1478
14792014-07-28 Doug Evans <xdje42@gmail.com>
1480
1481 PR guile/17203
1482 * gdb.guile/scm-parameter.exp: Add tests for trying to create
1483 previously existing parameter, and previously ambiguously spelled
1484 parameter.
1485
14862014-07-28 Will Newton <will.newton@linaro.org>
1487
1488 * gdb.base/varargs.exp: Remove KFAILs for ARM.
1489
14902014-07-26 Ludovic Courtès <ludo@gnu.org>
1491 Doug Evans <xdje42@gmail.com>
1492
1493 PR guile/17146
1494 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
1495
14962014-07-25 Pedro Alves <palves@redhat.com>
1497
1498 * gdb.threads/signal-command-handle-nopass.c: New file.
1499 * gdb.threads/signal-command-handle-nopass.exp: New file.
1500 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
1501 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
1502 * gdb.threads/signal-delivered-right-thread.c: New file.
1503 * gdb.threads/signal-delivered-right-thread.exp: New file.
1504
15052014-07-25 Pedro Alves <palves@redhat.com>
1506
1507 * gdb.base/double-prompt-target-event-error.exp
1508 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
1509 match.
1510 (cancel_pagination_in_target_event): Rework double prompt
1511 detection.
1512 * gdb.base/paginate-after-ctrl-c-running.exp
1513 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
1514 <return>' match.
1515 * gdb.base/paginate-bg-execution.exp
1516 (test_bg_execution_pagination_return)
1517 (test_bg_execution_pagination_cancel): Remove '-notransfer
1518 <return>' matches.
1519 * gdb.base/paginate-execution-startup.exp
1520 (test_fg_execution_pagination_return)
1521 (test_fg_execution_pagination_cancel): Remove '-notransfer
1522 <return>' matches.
1523 * gdb.base/paginate-inferior-exit.exp
1524 (test_paginate_inferior_exited): Remove '-notransfer <return>'
1525 match.
1526 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
1527 * lib/gdb.exp (pagination_prompt): Run text through
1528 string_to_regexp.
1529 (gdb_test_multiple): Match $pagination_prompt instead of
1530 "<return>".
1531 (string_to_regexp): Move to lib/gdb-utils.exp.
1532
15332014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1534
1535 * gdb.arch/amd64-entry-value-paramref.S: New file.
1536 * gdb.arch/amd64-entry-value-paramref.cc: New file.
1537 * gdb.arch/amd64-entry-value-paramref.exp: New file.
1538 * gdb.arch/amd64-optimout-repeat.S: New file.
1539 * gdb.arch/amd64-optimout-repeat.c: New file.
1540 * gdb.arch/amd64-optimout-repeat.exp: New file.
1541
15422014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1543
1544 PR gdb/17170
1545 * gdb.base/statistics.exp: New file.
1546
15472014-07-17 Doug Evans <dje@google.com>
1548
1549 PR gdb/17170
1550 * gdb.base/maint.exp: Update testing of per-command stats.
1551
15522014-07-16 Pedro Alves <palves@redhat.com>
1553
1554 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
1555 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
1556 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
1557 (tfile_write_buf): New functions.
1558 (add_memory_block): Rewrite using the above.
1559 (adjust_function_address): New function.
1560 (FUNCTION_ADDRESS): New macro.
1561 (write_basic_trace_file): Remove short_x local, and use
1562 tfile_write_16. Change type of func_addr local to unsigned long
1563 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
1564 here. Cast argument of add_memory_block to char pointer.
1565 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
1566 (main): Remove parameters.
1567 * gdb.trace/tfile.exp: Remove nowarnings.
1568
15692014-07-15 Simon Marchi <simon.marchi@ericsson.com>
1570
1571 * gdb.base/debug-expr.exp: Test string evaluation with
1572 "debug expression" on.
1573
15742014-07-15 Pedro Alves <palves@redhat.com>
1575
1576 * gdb.base/reread.exp: Use clean_restart.
1577
15782014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
1579
1580 * gdb.arch/avr-flash-qualifer.c: New.
1581 * gdb.arch/avr-flash-qualifer.exp: New.
1582
15832014-07-14 Pedro Alves <palves@redhat.com>
1584
1585 * gdb.base/paginate-after-ctrl-c-running.c: New file.
1586 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
1587
15882014-07-14 Pedro Alves <palves@redhat.com>
1589
1590 * gdb.base/double-prompt-target-event-error.c: New file.
1591 * gdb.base/double-prompt-target-event-error.exp: New file.
1592
15932014-07-14 Pedro Alves <palves@redhat.com>
1594
1595 PR gdb/17072
1596 * gdb.base/paginate-inferior-exit.c: New file.
1597 * gdb.base/paginate-inferior-exit.exp: New file.
1598
15992014-07-14 Pedro Alves <palves@redhat.com>
1600
1601 PR gdb/17072
1602 * gdb.base/paginate-bg-execution.c: New file.
1603 * gdb.base/paginate-bg-execution.exp: New file.
1604
16052014-07-14 Pedro Alves <palves@redhat.com>
1606
1607 PR gdb/17072
1608 * gdb.base/paginate-execution-startup.c: New file.
1609 * gdb.base/paginate-execution-startup.exp: New file.
1610 * lib/gdb.exp (pagination_prompt): New global.
1611 (default_gdb_spawn): New procedure, factored out from
1612 default_gdb_spawn.
1613 (default_gdb_start): Adjust to call default_gdb_spawn.
1614 (gdb_spawn): New procedure.
1615
16162014-07-14 Pedro Alves <palves@redhat.com>
1617
1618 * lib/gdb.exp (gdb_assert): New procedure.
1619 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
1620
16212014-07-14 Pedro Alves <palves@redhat.com>
1622
1623 * gdb.base/execution-termios.c: New file.
1624 * gdb.base/execution-termios.exp: New file.
1625
16262014-07-14 Tom Tromey <tromey@redhat.com>
1627
1628 * gdb.cp/vla-cxx.cc: New file.
1629 * gdb.cp/vla-cxx.exp: New file.
1630
16312014-07-14 Tom Tromey <tromey@redhat.com>
1632
1633 * gdb.reverse/rerun-prec.c: New file.
1634 * gdb.reverse/rerun-prec.exp: New file.
1635
16362014-07-12 Maciej W. Rozycki <macro@mips.com>
1637 Maciej W. Rozycki <macro@codesourcery.com>
1638
1639 * lib/gdb-utils.exp: New file.
1640 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
1641 inline `gdb_init_command' processing.
1642 (gdb_start_cmd): Likewise.
1643 * lib/mi-support.exp (mi_run_cmd): Likewise.
1644 * README: Document `gdb_init_command' and `gdb_init_commands'.
1645
16462014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1647
1648 Fix false FAIL running under a very long directory name.
1649 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
1650 and "set print elements 10000". Twice.
1651
16522014-07-11 Yao Qi <yao@codesourcery.com>
1653
1654 * gdb.base/exprs.exp: "set print symbol off".
1655
16562014-07-11 Pedro Alves <palves@redhat.com>
1657
1658 * gdb.threads/kill.c: New file.
1659 * gdb.threads/kill.exp: New file.
1660
16612014-07-10 Yao Qi <yao@codesourcery.com>
1662
1663 * gdb.trace/tfile.c (write_basic_trace_file)
1664 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
1665 address written to trace file.
1666
16672014-07-09 Pedro Alves <palves@redhat.com>
1668
1669 * gdb.base/attach-wait-input.exp: New file.
1670 * gdb.base/attach-wait-input.c: New file.
1671
16722014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1673
1674 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
1675 setting up test structures.
1676 (main): Call new test function.
1677 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
1678 test function, continue into test function and walk test
1679 structures.
1680
16812014-07-02 Yao Qi <yao@codesourcery.com>
1682
1683 * gdb.trace/entry-values.c: Define labels 'foo_start' and
1684 'bar_start' at the beginning of functions 'foo' and 'bar'
1685 respectively.
1686 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
1687 instead of 'foo' and 'bar'.
1688
16892014-07-08 Markus Metzger <markus.t.metzger@intel.com>
1690
1691 * gdb.btrace/segv.exp: New.
1692 * gdb.btrace/segv.c: New.
1693
16942014-07-02 Luis Machado <lgustavo@codesourcery.com>
1695
1696 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
1697 instruction.
1698
16992014-06-30 Mark Wielaard <mjw@redhat.com>
1700
1701 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
1702 vulture, vilify, villar): New volatile array constants.
1703 (vindictive, vegetation): New const volatile array constants.
1704 * gdb.base/volatile.exp: Test volatile and const volatile array
1705 types.
1706
17072014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1708
1709 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
1710 target lacks support for awatch, rwatch, or hbreak.
1711
17122014-06-27 Yao Qi <yao@codesourcery.com>
1713
1714 * gdb.multi/dummy-frame-restore.exp: New.
1715 * gdb.multi/dummy-frame-restore.c: New.
1716
17172014-06-25 Markus Metzger <markus.t.metzger@intel.com>
1718
1719 * gdb.btrace/gcore.exp: New.
1720
17212014-06-23 Pedro Alves <palves@redhat.com>
1722
1723 * gdb.base/watchpoint-reuse-slot.c: New file.
1724 * gdb.base/watchpoint-reuse-slot.exp: New file.
1725
17262014-06-23 Siva Chandra Reddy <sivachandra@google.com>
1727
1728 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
1729 progspace's filename in 'info', 'enable' and 'disable' command
1730 tests.
1731
17322014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1733
1734 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
1735 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
1736 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
1737
17382014-06-20 Gary Benson <gbenson@redhat.com>
1739
1740 * gdb.arch/i386-avx.exp: Fix include file location.
1741 * gdb.arch/i386-sse.exp: Likewise.
1742
17432014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
1744
1745 * gdb.dlang/expression.exp: New file.
1746
17472014-06-19 Pedro Alves <palves@redhat.com>
1748
1749 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
1750 out from ...
1751 (top level): ... here. Iterate running tests under different
1752 scheduler-locking settings.
1753
17542014-06-18 Luis Machado <lgustavo@codesourcery.com>
1755
1756 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
1757 to DW_FORM_addr and use non-zero addresses.
1758
17592014-06-18 Siva Chandra Reddy <sivachandra@google.com>
1760
1761 PR gdb/17017
1762 * gdb.python/py-xmethods.cc: Add global function call counters and
1763 increment them in their respective functions. Remove "cout"
1764 statements.
1765 * gdb.python/py-xmethods.exp: Make tests check the global function
1766 call counters instead of depending on inferior IO.
1767
17682014-06-18 Don Breazeal <donb@codesourcery.com>
1769
1770 * gdb.base/foll-fork.exp (default_fork_parent_follow):
1771 Deleted procedure.
1772 (explicit_fork_parent_follow): Deleted procedure.
1773 (explicit_fork_child_follow): Deleted procedure.
1774 (test_follow_fork): New procedure.
1775 (do_fork_tests): Replace calls to deleted procedures with
1776 calls to test_follow_fork and reset GDB for subsequent
1777 procedure calls.
1778
17792014-06-17 Yao Qi <yao@codesourcery.com>
1780
1781 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
1782 CP1252.
1783
17842014-06-17 Luis Machado <lgustavo@codesourcery.com>
1785
1786 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
1787 Initialize ptr and S explicitly.
1788 (skip_type_update_when_not_use_rtti_test): Likewise.
1789
17902014-06-16 Keith Seitz <keiths@redhat.com>
1791
1792 PR mi/15863
1793 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
1794 the inferior is started.
1795
17962014-06-16 Pedro Alves <palves@redhat.com>
1797
1798 * gdb.base/break-main-file-remove-fail.c: New file.
1799 * gdb.base/break-main-file-remove-fail.exp: New file.
1800 * gdb.base/break-unload-file.exp: Use build_executable instead of
1801 prepare_for_testing.
1802 (test_break): New parameter "initial_load". Handle it.
1803 (top level): Add initial_load cmdline/file axis.
1804
18052014-06-12 Tom Tromey <tromey@redhat.com>
1806
1807 * gdb.base/completion.exp: Don't use directory name in test.
1808
18092014-06-09 Gary Benson <gbenson@redhat.com>
1810
1811 * gdb.base/sigall.c [Functions to send signals]: Reorder to
1812 separate the always-available ANSI-standard signals from the
1813 signals that require checking.
1814 (main): Likewise.
1815 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
1816 Likewise.
1817 (main): Likewise.
1818
18192014-06-07 Keith Seitz <keiths@redhat.com>
1820
1821 Revert:
1822 PR c++/16253
1823 * gdb.cp/var-tag.cc: New file.
1824 * gdb.cp/var-tag.exp: New file.
1825 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
1826 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
1827 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1828 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1829
18302014-06-06 Doug Evans <xdje42@gmail.com>
1831
1832 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
1833
18342014-06-06 Pedro Alves <palves@redhat.com>
1835
1836 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
1837 in target debug output instead of looking at RSP packets,
1838 disabling the test on any target that uses hardware stepping.
1839 Update comments.
1840
18412014-06-06 Pedro Alves <palves@redhat.com>
1842
1843 * gdb.base/break-unload-file.exp: Fix typo.
1844
18452014-06-06 Yao Qi <yao@codesourcery.com>
1846
1847 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
1848 from "jit_function" to "^jit_function".
1849
18502014-06-06 Yao Qi <yao@codesourcery.com>
1851
1852 * gdb.base/async.c (foo): Add one statement.
1853 * gdb.base/async.exp: Get the next instruction address and
1854 match the output of "nexti" by instruction address. Match
1855 the hex address in the output of "finish".
1856
18572014-06-06 Gary Benson <gbenson@redhat.com>
1858
1859 * gdb.base/call-signals.c: Remove preprocessor conditionals
1860 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
1861 SIGSEGV and SIGTERM.
1862 * gdb.base/sigall.c: Likewise.
1863 * gdb.base/unwindonsignal.c: Likewise.
1864 * gdb.reverse/sigall-reverse.c: Likewise.
1865
18662014-06-06 Yao Qi <yao@codesourcery.com>
1867
1868 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
1869 readable, skip the test.
1870
18712014-06-06 Yao Qi <yao@codesourcery.com>
1872
1873 * gdb.threads/staticthreads.c (thread_function): Move the line
1874 setting breakpoint on forward.
1875 * gdb.threads/staticthreads.exp: Update comments.
1876
18772014-06-05 Ludovic Courtès <ludo@gnu.org>
1878
1879 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
1880 "history-append! type error".
1881
18822014-06-05 Simon Marchi <simon.marchi@ericsson.com>
1883
1884 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
1885 erroneous dprintf expected input.
1886
18872014-06-04 Doug Evans <xdje42@gmail.com>
1888
1889 * gdb.guile/scm-generics.exp: Delete.
1890
18912014-06-04 Doug Evans <xdje42@gmail.com>
1892
1893 * gdb.guile/scm-breakpoint.exp: Update.
1894 Add tests for breakpoint registration.
1895
18962014-06-04 Tom Tromey <tromey@redhat.com>
1897
1898 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
1899 VLA-in-union.
1900 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
1901 inner_vla_struct, vla_union types. Initialize objects of those
1902 types and compute their sizes.
1903
19042014-06-04 Nathan Sidwell <nathan@codesourcery.com>
1905 Hui Zhu <hui@codesourcery.com>
1906
1907 * gdb.base/fileio.exp: Add test for shell not available as well as
1908 available.
1909 * gdb.base/fileio.c (test_system): Check for shell twice.
1910
19112014-06-04 Yao Qi <yao@codesourcery.com>
1912
1913 * gdb.base/auto-connect-native-target.exp: Remove redundant
1914 space from the regexp pattern.
1915
19162014-06-04 Yao Qi <yao@codesourcery.com>
1917
1918 * gdb.base/default.exp: Replace "child" with "native" in
1919 regexp pattern.
1920
19212014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1922
1923 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
1924 * gdb.python/py-xmethods.exp: New tests to test xmethods.
1925 * gdb.python/py-xmethods.py: Python script supporting the
1926 new testcase and tests.
1927
19282014-06-03 Joel Brobecker <brobecker@adacore.com>
1929 Pedro Alves <palves@redhat.com>
1930
1931 PR breakpoints/17000
1932 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
1933 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
1934
19352014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
1936
1937 * gdb.base/subst.exp: Add tests to verify partial path matching
1938 output.
1939
19402014-06-03 Pedro Alves <palves@redhat.com>
1941
1942 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
1943 target that doesn't use software single-stepping.
1944
19452014-06-03 Pedro Alves <palves@redhat.com>
1946
1947 PR breakpoints/17000
1948 * gdb.base/sss-bp-on-user-bp-2.c: New file.
1949 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
1950
19512014-06-02 Doug Evans <xdje42@gmail.com>
1952
1953 * gdb.guile/scm-parameter.exp: New file.
1954
19552014-06-02 Doug Evans <xdje42@gmail.com>
1956
1957 * gdb.guile/scm-cmd.c: New file.
1958 * gdb.guile/scm-cmd.exp: New file.
1959
19602014-06-02 Doug Evans <xdje42@gmail.com>
1961
1962 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
1963 pretty-printer lookup.
1964 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
1965 (make-pp_s-printer): Call it.
1966 (make-pretty-printer-from-dict): New function.
1967 (lookup-pretty-printer-maker-from-dict): New function.
1968 (*pretty-printer*): Simplify.
1969 (make-objfile-pp_s-printer): New function.
1970 (install-objfile-pretty-printers!): New function.
1971 (make-progspace-pp_s-printer): New function.
1972 (install-progspace-pretty-printers!): New function.
1973 * gdb.guile/scm-progspace.c: New file.
1974 * gdb.guile/scm-progspace.exp: New file.
1975
19762014-06-02 Pedro Alves <palves@redhat.com>
1977
1978 * gdb.base/dprintf-bp-same-addr.c: New file.
1979 * gdb.base/dprintf-bp-same-addr.exp: New file.
1980
19812014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1982
1983 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
1984 * gdb.arch/powerpc-power.s: Likewise.
1985
19862014-06-02 Joel Brobecker <brobecker@adacore.com>
1987
1988 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
1989
19902014-06-01 Yao Qi <yao@codesourcery.com>
1991
1992 * gdb.base/watchpoint.exp (test_watch_location): Check null
1993 pointer can be dereferenced. If not, do the test, otherwise
1994 skip it.
1995
19962014-05-30 Andrew Burgess <aburgess@broadcom.com>
1997
1998 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
1999 results.
2000 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
2001
20022014-05-30 Andrew Burgess <aburgess@broadcom.com>
2003
2004 * gdb.arch/amd64-invalid-stack-middle.S: New file.
2005 * gdb.arch/amd64-invalid-stack-middle.c: New file.
2006 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
2007 * gdb.arch/amd64-invalid-stack-top.c: New file.
2008 * gdb.arch/amd64-invalid-stack-top.exp: New file.
2009
20102014-05-30 Pedro Alves <palves@redhat.com>
2011
2012 PR breakpoints/17000
2013 * gdb.base/sss-bp-on-user-bp.c: New file.
2014 * gdb.base/sss-bp-on-user-bp.exp: New file.
2015
20162014-05-30 David Blaikie <dblaikie@gmail.com>
2017
2018 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
2019 gnu_inline semantics via attribute.
2020 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
2021 source explicitly specifies the required semantics.
2022
20232014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
2024
2025 * gdb.reverse/sigall-reverse.exp: Fix a typo.
2026
20272014-05-29 Pedro Alves <palves@redhat.com>
2028 Tom Tromey <tromey@redhat.com>
2029
2030 * gdb.base/async-shell.exp: Don't enable target-async.
2031 * gdb.base/async.exp
2032 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
2033 parameter. Adjust.
2034 (top level): Don't test with "target-async".
2035 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
2036 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
2037 * gdb.base/inferior-died.exp: Don't enable target-async.
2038 * gdb.base/interrupt-noterm.exp: Likewise.
2039 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
2040 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2041 * gdb.mi/mi-nonstop.exp: Likewise.
2042 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2043 * gdb.mi/mi-nsintrall.exp: Likewise.
2044 * gdb.mi/mi-nsmoribund.exp: Likewise.
2045 * gdb.mi/mi-nsthrexec.exp: Likewise.
2046 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2047 * gdb.multi/watchpoint-multi.exp: Adjust comment.
2048 * gdb.python/py-evsignal.exp: Don't enable target-async.
2049 * gdb.python/py-evthreads.exp: Likewise.
2050 * gdb.python/py-prompt.exp: Likewise.
2051 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
2052 * gdb.server/solib-list.exp: Don't enable target-async.
2053 * gdb.threads/thread-specific-bp.exp: Likewise.
2054 * lib/mi-support.exp: Adjust to use mi-async.
2055
20562014-05-29 Pedro Alves <palves@redhat.com>
2057
2058 PR gdb/13860
2059 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
2060 reason, even in sync mode.
2061
20622014-05-29 Pedro Alves <palves@redhat.com>
2063 Hui Zhu <hui@codesourcery.com>
2064
2065 PR PR15693
2066 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
2067 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
2068 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
2069 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
2070
20712014-05-28 Joel Brobecker <brobecker@adacore.com>
2072
2073 * config/monitor.exp (gdb_target_monitor): Replace use of
2074 "set remotebaud" by "set serial baud".
2075
20762014-05-26 Andy Wingo <wingo@igalia.com>
2077
2078 * gdb.guile/scm-breakpoint.exp:
2079 * gdb.guile/scm-gsmob.exp: Update to use plain old object
2080 properties instead of gdb-object-properties.
2081
20822014-05-26 Yao Qi <yao@codesourcery.com>
2083
2084 * gdb.server/no-thread-db.exp: Specify source file name
2085 explicitly when setting a breakpoint.
2086
20872014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2088
2089 * gdb.btrace/vdso.c: New.
2090 * gdb.btrace/vdso.exp: New.
2091
20922014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2093
2094 * gdb.base/gcore.exp (capture_command_output): Move ...
2095 * lib/gdb.exp (capture_command_output): ... here.
2096
20972014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2098
2099 * gdb.btrace/data.exp: Test memory access during btrace replay.
2100
21012014-05-22 Simon Marchi <simon.marchi@ericsson.com>
2102
2103 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
2104
21052014-05-21 Pedro Alves <palves@redhat.com>
2106
2107 PR gdb/13860
2108 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
2109 (top level): Test that output related to execution commands is
2110 sent to the console with CLI commands, but not with MI commands.
2111 Test that breakpoint events are always mirrored to the console.
2112 Also expect the new source line to be output after a "next" in
2113 async mode too. Make it a pass/fail test.
2114 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
2115 output.
2116 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
2117
21182014-05-21 Pedro Alves <palves@redhat.com>
2119
2120 * gdb.base/list.exp (build_pattern, test_list): New procedures.
2121 Use them to test variations of "list" after reaching a breakpoint.
2122 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
2123 Test "list" with listsize 10 after reaching a breakpoint.
2124 * gdb.python/python.exp (decode_line current location line
2125 number): Adjust expected line number.
2126
21272014-05-21 Simon Marchi <simon.marchi@ericsson.com>
2128
2129 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
2130 behavior for $args, pass it directly to "run".
2131
21322014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
2133
2134 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
2135 30000 to 65536.
2136
21372014-05-21 Pedro Alves <palves@redhat.com>
2138
2139 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
2140 auto-connect-native-target off".
2141 * gdb.base/auto-connect-native-target.c: New file.
2142 * gdb.base/auto-connect-native-target.exp: New file.
2143
21442014-05-21 Pedro Alves <palves@redhat.com>
2145
2146 * gdb.base/default.exp: Test "target native" instead of "target
2147 child".
2148
21492014-05-21 Mark Wielaard <mjw@redhat.com>
2150
2151 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2152
21532014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2154
2155 Fix TLS access for -static -pthread.
2156 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
2157 <HAVE_TLS> (thread_function, main): Initialize it.
2158 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
2159 Add clean_restart.
2160 <$have_tls != "">: Check TLSVAR.
2161
21622014-05-21 Pedro Alves <palves@redhat.com>
2163
2164 * gdb.base/dcache-line-read-error.c: New.
2165 * gdb.base/dcache-line-read-error.exp: New.
2166
21672014-05-20 Pedro Alves <palves@redhat.com>
2168
2169 * gdb.base/compare-sections.c: New file.
2170 * gdb.base/compare-sections.exp: New file.
2171
21722014-05-20 Pedro Alves <palves@redhat.com>
2173
2174 * gdb.base/break-idempotent.c: New file.
2175 * gdb.base/break-idempotent.exp: New file.
2176
21772014-05-20 Markus Metzger <markus.t.metzger@intel.com>
2178
2179 * gdb.btrace/nohist.exp: New.
2180
21812014-05-20 Yao Qi <yao@codesourcery.com>
2182
2183 * lib/gdb.exp (gdb_init): Set timeout if test file is under
2184 gdb.reverse directory and gdb_reverse_timeout exists in board
2185 setting.
2186 * README: Document gdb_reverse_timeout.
2187
21882014-05-20 Yao Qi <yao@codesourcery.com>
2189
2190 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
2191 'test_file_name'. Treat args as a string instead of a list.
2192 (gdb_init): Rename argument 'args' by 'test_file_name'.
2193
21942014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2195
2196 * gdb.arch/powerpc-power.exp: New file.
2197 * gdb.arch/powerpc-power.s: New file.
2198
21992014-05-16 Doug Evans <dje@google.com>
2200
2201 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
2202 * gdb.base/completion.exp: Check that all expected files exist
2203 before doing file completion.
2204
22052014-05-16 Doug Evans <dje@google.com>
2206
2207 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
2208 Update.
2209 (do_syscall_tests_without_xml): Update.
2210
22112014-05-16 Pedro Alves <palves@redhat.com>
2212
2213 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
2214 instead of "unknown output after running".
2215
22162014-05-16 Yao Qi <yao@codesourcery.com>
2217
2218 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
2219 file1.txt from host at the end.
2220 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2221
22222014-05-15 Doug Evans <dje@google.com>
2223
2224 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
2225 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
2226 loading file. Add test for TU lookup.
2227
22282014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2229
2230 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
2231 calling "-exec-arguments" or "set args" before running the
2232 inferior.
2233
22342014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2235
2236 * lib/mi-support.exp (mi_expect_stop): Expect message for
2237 inferiors that exit with non-zero exit code.
2238
22392014-05-14 Yao Qi <yao@codesourcery.com>
2240
2241 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
2242 match absolute path on remote host.
2243 (test_file_list_exec_source_files): Remove "/" from the
2244 pattern.
2245
22462014-05-14 Yao Qi <yao@codesourcery.com>
2247
2248 * boards/local-remote-host-notty.exp (${board}_file): New
2249 proc.
2250
22512014-05-07 Kyle McMartin <kyle@redhat.com>
2252
2253 Pushed by Joel Brobecker <brobecker@adacore.com>.
2254 * gdb.arch/aarch64-atomic-inst.c: New file.
2255 * gdb.arch/aarch64-atomic-inst.exp: New file.
2256
22572014-05-07 Yao Qi <yao@codesourcery.com>
2258
2259 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
2260 in current context" too.
2261
22622014-05-05 Keith Seitz <keiths@redhat.com>
2263
2264 * gdb.linespec/ls-dollar.exp: Add test for linespec
2265 file:convenience_variable.
2266
22672014-05-05 Yao Qi <yao@codesourcery.com>
2268
2269 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
2270 traceframes into tfile and ctf trace files. Read data from
2271 trace file and test collected data.
2272 (gdb_collect_locals_test): Likewise.
2273 (gdb_unavailable_registers_test): Likewise.
2274 (gdb_unavailable_floats): Likewise.
2275 (gdb_collect_globals_test): Likewise.
2276 (top-level): Append "ctf" to trace_file_targets if GDB
2277 supports.
2278
22792014-05-05 Yao Qi <yao@codesourcery.com>
2280
2281 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
2282 code to ...
2283 (gdb_collect_args_test_1): ... it. New proc.
2284 (gdb_collect_locals_test): Move some code to ...
2285 (gdb_collect_locals_test_1): ... it. New proc.
2286 (gdb_unavailable_registers_test): Move some code to ...
2287 (gdb_unavailable_registers_test_1): ... it. New proc.
2288 (gdb_unavailable_floats): Move some code to ...
2289 (gdb_unavailable_floats_1): ... it. New proc.
2290
22912014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2292
2293 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
2294 probes to test for bitness recognition.
2295 * gdb.arch/amd64-stap-optional-prefix.exp
2296 (test_probe_value_without_reg): New procedure.
2297 Add code to test for different kinds of bitness.
2298
22992014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2300
2301 PR breakpoints/16889
2302 * gdb.arch/amd64-stap-optional-prefix.S: New file.
2303 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2304
23052014-05-01 Pedro Alves <palves@redhat.com>
2306
2307 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
2308 gdb_file_cmd if no file is specified.
2309 * boards/native-extended-gdbserver.exp (gdb_load): Use the
2310 last_loaded_file to set the remote exec-file.
2311
23122014-05-01 Pedro Alves <palves@redhat.com>
2313
2314 * boards/local-remote-host.exp: New file.
2315
23162014-05-01 Pedro Alves <palves@redhat.com>
2317
2318 * boards/local-remote-host.exp: Rename to ...
2319 * boards/local-remote-host-notty.exp: ... this.
2320
23212014-04-28 Joel Brobecker <brobecker@adacore.com>
2322
2323 * gdb.ada/dyn_arrayidx: New testcase.
2324
23252014-04-26 Yao Qi <yao@codesourcery.com>
2326
2327 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
2328 and compute the length of function main. Save it in
2329 $main_length.
2330 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
2331 (top-level): Use gdb_compile to compile objects into
2332 executable and restart GDB. Remove invocation to
2333 prepare_for_testing.
2334
23352014-04-25 Simon Marchi <simon.marchi@ericsson.com>
2336 Pedro Alves <palves@redhat.com>
2337
2338 PR server/16255
2339 * gdb.multi/multi-attach.c: New file.
2340 * gdb.multi/multi-attach.exp: New file.
2341
23422014-04-25 Pedro Alves <palves@redhat.com>
2343
2344 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
2345 user.
2346 (top level): Test that "set remote conditional-breakpoints-packet
2347 off" works as intended.
2348 * gdb.base/dprintf.exp: Test that "set remote
2349 breakpoint-commands-packet off" works as intended.
2350 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
2351 New function.
2352 (top level): Call it.
2353 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
2354 remote fast-tracepoints-packet off" works as intended.
2355 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
2356 * lib/gdb.exp (gdb_is_target_remote): ... here.
2357
23582014-04-24 David Blaikie <dblaikie@gmail.com>
2359
2360 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
2361 ensure clang would not discard them.
2362 * gdb.base/gdbvars.c: Ditto.
2363 * gdb.base/memattr.c: Ditto.
2364 * gdb.base/whatis.c: Ditto.
2365 * gdb.python/py-prettyprint.c: Ditto.
2366 * gdb.trace/actions.c: Ditto.
2367 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
2368 ensure clang would not discard it.
2369
23702014-04-24 David Blaikie <dblaikie@gmail.com>
2371
2372 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
2373 clang to emit the full definition of type required by the test
2374 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
2375
23762014-04-24 David Blaikie <dblaikie@gmail.com>
2377
2378 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
2379 coax Clang into emitting the definition of the type.
2380 * gdb.cp/pr10728-x.h (y): Ditto.
2381 * gdb.cp/pr10728-y.cc (y): Ditto.
2382
23832014-04-24 David Blaikie <dblaikie@gmail.com>
2384
2385 * gdb.base/label.exp: XFAIL label related tests under Clang.
2386 * gdb.cp/cplabel.exp: Ditto.
2387 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
2388 under Clang those using labels.
2389
23902014-04-25 Yao Qi <yao@codesourcery.com>
2391
2392 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
2393 double_label.
2394 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
2395 partial_label and double_label.
2396
23972014-04-24 David Blaikie <dblaikie@gmail.com>
2398
2399 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
2400
24012014-04-24 David Blaikie <dblaikie@gmail.com>
2402
2403 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
2404 of the function to work across GCC and Clang.
2405 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
2406 pointer types (const void ** const V void **).
2407
24082014-04-24 Michael Sturm <michael.sturm@mintel.com>
2409 Walfred Tedeschi <walfred.tedeschi@intel.com>
2410
2411 * Makefile.in (EXECUTABLES): Added i386-avx512.
2412 * gdb.arch/i386-avx512.c: New file.
2413 * gdb.arch/i386-avx512.exp: Likewise.
2414
24152014-04-23 Keith Seitz <keiths@redhat.com>
2416
2417 * lib/mi-support.exp (mi_list_breakpoints): Delete.
2418 (mi_make_breakpoint_table): New procedure.
2419 (mi_create_breakpoint): Use mi_make_breakpoint
2420 and return the result.
2421 (mi_make_breakpoint): New procedure.
2422 (mi_build_kv_pairs): New procedure.
2423
2424 * gdb.mi/mi-break.exp: Remove unused globals,
2425 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
2426 All callers updated.
2427 * gdb.mi/mi-dprintf.exp: Use variable to track command
2428 number.
2429 Update all callers of mi_create_breakpoint and use
2430 mi_make_breakpoint_table.
2431 Remove any unused global variables.
2432 * gdb.mi/mi-nonstop.exp: Likewise.
2433 * gdb.mi/mi-nsintrall.exp: Likewise.
2434 * gdb.mi/mi-nsmoribund.exp: Likewise.
2435 * gdb.mi/mi-nsthrexec.exp: Likewise.
2436 * gdb.mi/mi-reverse.exp: Likewise.
2437 * gdb.mi/mi-simplerun.exp: Likewise.
2438 * gdb.mi/mi-stepn.exp: Likewise.
2439 * gdb.mi/mi-syn-frame.exp: Likewise.
2440 * gdb.mi/mi-until.exp: Likewise.
2441 * gdb.mi/mi-var-cp.exp: Likewise.
2442 * gdb.mi/mi-var-display.exp: Likewise.
2443 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
2444 * gdb.mi/mi2-var-child.exp: Likewise.
2445 * gdb.mi/mi-vla-c99.exp: Likewise.
2446 * lib/mi-support.exp: Likewise.
2447
2448 From Ian Lance Taylor <iant@cygnus.com>:
2449 * lib/gdb.exp (parse_args): New procedure.
2450
24512014-04-23 Pedro Alves <palves@redhat.com>
2452
2453 * gdb.base/break-unload-file.c: New file.
2454 * gdb.base/break-unload-file.exp: New file.
2455 * gdb.base/sym-file-lib.c (baz): New function.
2456 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
2457 field.
2458 (load): Store the segment's mapped size.
2459 (unload): New function.
2460 (unload_shlib): New function.
2461 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
2462 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
2463 set a breakpoint at baz, and call it.
2464 * gdb.base/sym-file.exp: New tests for stale breakpoint
2465 instructions.
2466
24672014-04-23 Pedro Alves <palves@redhat.com>
2468
2469 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
2470 * gdb.base/hbreak-in-shr-unsupported.c: New file.
2471 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
2472 * gdb.base/hbreak-unmapped.c: New file.
2473 * gdb.base/hbreak-unmapped.exp: New file.
2474 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
2475 * lib/gdb.exp (gdb_is_target_remote): ... here.
2476
24772014-04-22 Pedro Alves <palves@redhat.com>
2478
2479 * gdb.base/consecutive-step-over.c: New file.
2480 * gdb.base/consecutive-step-over.exp: New file.
2481
24822014-04-22 Pedro Alves <palves@redhat.com>
2483
2484 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
2485 instead of send_gdb/gdb_expect.
2486
24872014-04-22 Yao Qi <yao@codesourcery.com>
2488
2489 * lib/trace-support.exp (generate_tracefile): New procedure.
2490 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
2491 return 0.
2492 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
2493 if generate_tracefile returns 1.
2494
24952014-04-18 Tom Tromey <palves@redhat.com>
2496 Pedro alves <tromey@redhat.com>
2497
2498 PR backtrace/15558
2499 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
2500 with a backtrace limit.
2501 * gdb.python/py-frame-inline.exp: Test running to an inline
2502 function with a backtrace limit, and printing the newest frame.
2503 * gdb.python/py-frame-inline.c (main): Call f.
2504
25052014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2506
2507 * gdb.java/jnpe.exp: Drop srcdir from untested path.
2508
25092014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2510
2511 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
2512 Drop prefix from unsupported source file path.
2513
25142014-04-17 Yao Qi <yao@codesourcery.com>
2515
2516 * lib/gdb.exp (with_target_charset): New proc.
2517 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
2518 with_target_charset.
2519 (test_print_strings): Likewise.
2520 (test_repeat_bytes): Likewise.
2521 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
2522 for some tests.
2523
25242014-04-16 Keith Seitz <keiths@redhat.com>
2525
2526 PR gdb/15827
2527 * gdb.dwarf2/corrupt.c: New file.
2528 * gdb.dwarf2/corrupt.exp: New file.
2529
25302014-04-16 Keith Seitz <keiths@redhat.com>
2531
2532 PR c++/16597
2533 * gdb.cp/namelessclass.cc: New file.
2534 * gdb.cp/namelessclass.exp: New file.
2535 * gdb.cp/namelessclass.S: New file.
2536
25372014-04-16 Doug Evans <dje@google.com>
2538
2539 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
2540 Add comment.
2541 (gdbserver_default_get_comm_port): New function.
2542 (gdbserver_start): Check if board file provided
2543 "gdbserver,get_comm_port" and use it if so.
2544 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
2545 (gdb,socketport): Set to "stdio".
2546 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
2547 (stdio_gdbserver_template): Delete.
2548 (${board}_get_remote_address): Update.
2549 (${board}_build_remote_cmd): Delete.
2550 (${board}_get_comm_port): New function.
2551 (${board}_spawn): Update.
2552 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
2553 Delete.
2554 (${board}_get_remote_address): Update.
2555 (${board}_get_comm_port): New function.
2556
25572014-04-16 Andrew Burgess <aburgess@broadcom.com>
2558
2559 * gdb.base/memattr.exp: Improve regexps to handle memory regions
2560 appearing in any order.
2561
25622014-04-15 Doug Evans <dje@google.com>
2563
2564 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
2565 uninitialized value of "description".
2566
25672014-04-15 Keith Seitz <keiths@redhat.com>
2568
2569 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
2570 Remove unused globals.
2571 (test_running_the_program): Likewise.
2572 (test_controlled_execution): Likewise.
2573 (test_controlling_breakpoints): Likewise.
2574 (test_program_termination): Likewise.
2575
25762014-04-15 Keith Seitz <keiths@redhat.com>
2577
2578 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
2579 unused globals.
2580 (test_rbreak_creation_and_listing): Likewise.
2581 (test_ignore_count): Likewise.
2582 (test_error): Likewise.
2583
25842014-04-15 Pedro Alves <palves@redhat.com>
2585
2586 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
2587 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
2588 sym-file-loader.c.
2589 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
2590 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
2591 to sym-file-loader.c.
2592 (struct library): Forward declare.
2593 (load_shlib, lookup_function): Change prototypes.
2594 (find_shstrtab, find_strtab, find_shdr, find_symtab)
2595 (translate_offset): Remove declarations.
2596 (get_text_addr): New declaration.
2597 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
2598 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
2599 sym-file-loader.h.
2600 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
2601 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
2602 here from sym-file-loader.h.
2603 (struct library): New structure.
2604 (load_shlib, lookup_function): Change prototypes and adjust to
2605 work with a struct library.
2606 (find_shstrtab, find_strtab, find_shdr, find_symtab)
2607 (translate_offset): Make static.
2608 (get_text_addr): New function.
2609 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
2610
26112014-04-15 Pedro Alves <palves@redhat.com>
2612
2613 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
2614
26152014-04-15 Pedro Alves <palves@redhat.com>
2616
2617 * gdb.base/sym-file-loader.c: Include <limits.h>.
2618 (SELF_LINK): New define.
2619 (get_origin): New function.
2620 (load_shlib): Use it.
2621 * gdb.base/sym-file.exp: Don't early return if the target is
2622 remote. Use runto_main, and issue fail is that fails. Use
2623 gdb_load_shlibs.
2624 (shlib_name): Delete.
2625 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
2626
26272014-04-15 Pedro Alves <palves@redhat.com>
2628
2629 * gdb.base/sym-file.exp: Remove regex characters from test
2630 message. Don't refer to breakpoint numbers in test messages.
2631
26322014-04-14 Keith Seitz <keiths@redhat.com>
2633
2634 PR c++/16253
2635 * gdb.cp/var-tag.cc: New file.
2636 * gdb.cp/var-tag.exp: New file.
2637 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2638 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2639 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2640 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2641
26422014-04-14 Tom Tromey <tromey@redhat.com>
2643
2644 * gdb.cp/classes.exp (test_enums): Handle underlying type.
2645 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
2646 type.
2647 * gdb.cp/enum-class.exp: New file.
2648 * gdb.cp/enum-class.cc: New file.
2649
26502014-04-14 Tom Tromey <tromey@redhat.com>
2651
2652 * gdb.dwarf2/enum-type.exp: New file.
2653
26542014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2655
2656 * gdb.mi/mi-vla-c99.exp: New file.
2657 * gdb.mi/vla.c: New file.
2658
26592014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2660
2661 * gdb.base/vla-datatypes.c: New file.
2662 * gdb.base/vla-datatypes.exp: New file.
2663
26642014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2665
2666 * gdb.base/vla-ptr.c: New file.
2667 * gdb.base/vla-ptr.exp: New file.
2668
26692014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2670
2671 * gdb.dwarf2/count.exp: New file.
2672
26732014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2674
2675 * gdb.base/vla-sideeffect.c: New file.
2676 * gdb.base/vla-sideeffect.exp: New file.
2677
26782014-04-14 David Blaikie <dblaikie@gmail.com>
2679
2680 * gdb.mi/non-stop.c: Add return value for non-void function return
2681 statement.
2682 * gdb.threads/staticthreads.c: Ditto.
2683
26842014-04-12 Siva Chandra Reddy <sivachandra@google.com>
2685 Doug Evans <xdje42@gmail.com>
2686
2687 * gdb.guile/scm-value.c: Improve test case.
2688 * gdb.guile/scm-value.exp: Add new test.
2689
26902014-04-11 David Blaikie <dblaikie@gmail.com>
2691
2692 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
2693 override Clang's default.
2694
26952014-04-11 Joel Brobecker <brobecker@adacore.com>
2696
2697 Revert the following changes (regressions):
2698
2699 * gdb.base/vla-sideeffect.c: New file.
2700 * gdb.base/vla-sideeffect.exp: New file.
2701
2702 * gdb.dwarf2/count.exp: New file.
2703
2704 * gdb.base/vla-multi.c: New file.
2705 * gdb.base/vla-multi.exp: New file.
2706
2707 * gdb.base/vla-ptr.c: New file.
2708 * gdb.base/vla-ptr.exp: New file.
2709
2710 * gdb.base/vla-datatypes.c: New file.
2711 * gdb.base/vla-datatypes.exp: New file.
2712
2713 * gdb.mi/mi-vla-c99.exp: New file.
2714 * gdb.mi/vla.c: New file.
2715
27162014-04-11 Keith Seitz <keiths@redhat.com>
2717
2718 PR c++/16675
2719 * gdb.cp/cpsizeof.exp: New file.
2720 * gdb.cp/cpsizeof.cc: New file.
2721
27222014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2723
2724 * gdb.mi/mi-vla-c99.exp: New file.
2725 * gdb.mi/vla.c: New file.
2726
27272014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2728
2729 * gdb.base/vla-datatypes.c: New file.
2730 * gdb.base/vla-datatypes.exp: New file.
2731
27322014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2733
2734 * gdb.base/vla-ptr.c: New file.
2735 * gdb.base/vla-ptr.exp: New file.
2736
27372014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2738
2739 * gdb.base/vla-multi.c: New file.
2740 * gdb.base/vla-multi.exp: New file.
2741
27422014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2743
2744 * gdb.dwarf2/count.exp: New file.
2745
27462014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2747
2748 * gdb.base/vla-sideeffect.c: New file.
2749 * gdb.base/vla-sideeffect.exp: New file.
2750
27512014-04-11 Yao Qi <yao@codesourcery.com>
2752
2753 * gdb.base/completion.exp: Check file exists before running tests
2754 on file completion.
2755
27562014-04-10 Pedro Alves <palves@redhat.com>
2757
2758 * gdb.base/cond-eval-mode.c: New file.
2759 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
2760 prepare_for_testing to build the new file. Check result of
2761 runto_main.
2762 (test_break, test_watch): New procedures.
2763 (top level): Use them.
2764
27652014-04-08 Pierre Muller <muller@sourceware.org>
2766
2767 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
2768 Ctrl-V use for mingw hosts.
2769
27702014-04-07 Siva Chandra Reddy <sivachandra@google.com>
2771
2772 * gdb.python/py-value.c: Improve test case.
2773 * gdb.python/py-value.exp: Add new test.
2774
27752014-04-07 David Blaikie <dblaikie@gmail.com>
2776
2777 * lib/compiler.c: Identify the clang compiler.
2778 * lib/compiler.cc: Ditto.
2779
27802014-04-03 Yao Qi <yao@codesourcery.com>
2781
2782 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
2783
27842014-04-01 Anton Blanchard <anton@samba.org>
2785
2786 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
2787 messages unique.
2788
27892014-04-01 Anton Blanchard <anton@samba.org>
2790
2791 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
2792 prepare_for_testing.
2793
27942014-04-01 Anton Blanchard <anton@samba.org>
2795
2796 * gdb.arch/ppc64-atomic-inst.c: Remove.
2797 * gdb.arch/ppc64-atomic-inst.S: New file.
2798 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
2799
28002014-03-31 Doug Evans <dje@google.com>
2801
2802 * gdb.base/print-symbol-loading-lib.c: New file.
2803 * gdb.base/print-symbol-loading-main.c: New file.
2804 * gdb.base/print-symbol-loading.exp: New file.
2805
28062014-03-31 Yao Qi <yao@codesourcery.com>
2807
2808 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
2809
28102014-03-28 Joel Brobecker <brobecker@adacore.com>
2811
2812 * gdb.ada/mi_dyn_arr: New testcase.
2813
28142014-03-27 Doug Evans <dje@google.com>
2815
2816 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
2817
28182014-03-27 Yao Qi <yao@codesourcery.com>
2819
2820 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
2821 if target is nios2-*-*.
2822
28232014-03-26 Yao Qi <yao@codesourcery.com>
2824
2825 * lib/gdb.exp (readline_is_used): New proc.
2826 * gdb.base/completion.exp: Move tests on command complete up.
2827 Skip the rest of tests if readline is not used.
2828 * gdb.ada/complete.exp: Skp the test if readline is not
2829 used.
2830 * gdb.base/filesym.exp: Likewise.
2831 * gdb.base/macscp.exp: Likewise.
2832 * gdb.base/readline-ask.exp: Likewise.
2833 * gdb.base/readline.exp: Likewise.
2834 * gdb.python/py-cmd.exp: Likewise.
2835 * gdb.trace/tfile.exp: Likewise.
2836
28372014-03-26 Yao Qi <yao@codesourcery.com>
2838
2839 * gdb.base/macscp.exp: Fix code format issues.
2840
28412014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
2842
2843 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
2844 * gdb.asm/powerpc64le.inc: New file.
2845
28462014-03-25 Pedro Alves <palves@redhat.com>
2847 Doug Evans <dje@google.com>
2848
2849 * gdb.base/source-execution.c: New file.
2850 * gdb.base/source-execution.exp: New file.
2851 * gdb.base/source-execution.gdb: New file.
2852
28532014-03-24 Doug Evans <dje@google.com>
2854
2855 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
2856 using fission.
2857
28582014-03-24 Hui Zhu <hui@codesourcery.com>
2859 Pedro Alves <palves@redhat.com>
2860
2861 PR breakpoints/16101
2862 * gdb.base/dprintf.exp: Use unsupported rather than changing the
2863 test pass/fail messages. Detect missing support for dprintf when
2864 breakpoints are actually inserted.
2865 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
2866 breakpoints are actually inserted.
2867 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
2868 fails.
2869
28702014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2871
2872 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
2873
28742014-03-22 Doug Evans <xdje42@gmail.com>
2875
2876 * gdb.python/python.exp (python not supported): Verify multi-line
2877 python command issues an error.
2878 * gdb.guile/guile.exp (guile not supported): Verify multi-line
2879 guile command issues an error.
2880
28812014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
2882
2883 * gdb.threads/thread-specific.exp: Handle the lack of usable
2884 $this_breakpoint and $this_thread.
2885
28862014-03-21 Hui Zhu <hui@codesourcery.com>
2887
2888 * gdb.base/attach.exp (do_command_attach_tests): New.
2889
28902014-03-20 Tom Tromey <tromey@redhat.com>
2891 Pedro Alves <palves@redhat.com>
2892
2893 PR cli/15718
2894 * gdb.base/condbreak-call-false.c: New file.
2895 * gdb.base/condbreak-call-false.exp: New file.
2896
28972014-03-20 Pedro Alves <palves@redhat.com>
2898
2899 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
2900 Delete.
2901 (block_signals, unblock_signals): Delete.
2902 (child_function_2, main): Remove references to deleted variable
2903 and functions.
2904
29052014-03-20 Pedro Alves <palves@redhat.com>
2906
2907 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
2908 Use pthread_kill to signal thread 2.
2909 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2910 Adjust to make the test send itself a signal rather than using the
2911 host's "kill" command.
2912
29132014-03-20 Pedro Alves <palves@redhat.com>
2914
2915 * gdb.threads/multiple-step-overs.c: New file.
2916 * gdb.threads/multiple-step-overs.exp: New file.
2917 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2918 Adjust expected infrun debug output.
2919
29202014-03-20 Pedro Alves <palves@redhat.com>
2921
2922 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
2923 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
2924
29252014-03-20 Pedro Alves <palves@redhat.com>
2926
2927 PR breakpoints/7143
2928 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
2929 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
2930 of gdb_test_multiple.
2931 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
2932 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
2933
29342014-03-20 Pedro Alves <palves@redhat.com>
2935
2936 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
2937 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
2938
29392014-03-19 Pedro Alves <palves@redhat.com>
2940
2941 * gdb.base/async.exp: Remove early return.
2942
29432014-03-19 Pedro Alves <palves@redhat.com>
2944
2945 * gdb.base/async.exp (step& tests): Pass explicit test messages.
2946
29472014-03-19 Pedro Alves <palves@redhat.com>
2948
2949 * gdb.base/async.exp (test_background): Expect \r\n after
2950 "completed." in the fail pattern.
2951
29522014-03-19 Pedro Alves <palves@redhat.com>
2953
2954 * gdb.base/async.exp (test_background): New procedure.
2955 Use it for all background execution command tests.
2956
29572014-03-19 Pedro Alves <palves@redhat.com>
2958
2959 * gdb.base/async.exp: Use prepare_for_testing.
2960
29612014-03-19 Pedro Alves <palves@redhat.com>
2962
2963 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
2964 the same line.
2965
29662014-03-19 Pedro Alves <palves@redhat.com>
2967
2968 * gdb.base/async.c (main): Add "jump here" and "until here" line
2969 marker comments.
2970 * gdb.base/async.exp (jump_here): New global.
2971 (jump& test): Use it.
2972 (until_here): New global.
2973 (until& test): Use it.
2974
29752014-03-19 Pedro Alves <palves@redhat.com>
2976
2977 * gdb.base/async.exp: Don't frob gdb_protocol.
2978
29792014-03-18 Doug Evans <xdje42@gmail.com>
2980
2981 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
2982 Fix spelling of exec-done-display.
2983
29842014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2985
2986 PR gdb/15358
2987 * gdb.base/gdb-sigterm.c: New file.
2988 * gdb.base/gdb-sigterm.exp: New file.
2989
29902014-03-18 Pedro Alves <palves@redhat.com>
2991
2992 PR gdb/13860
2993 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
2994 * lib/mi-support.exp (mi_expect_stop): Add special handling for
2995 solib-event.
2996
29972014-03-17 Joel Brobecker <brobecker@adacore.com>
2998
2999 * gdb.ada/pckd_arr_ren: New testcase.
3000
30012014-03-13 Doug Evans <xdje42@gmail.com>
3002
3003 PR guile/16612
3004 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
3005 collect after discarding symbols.
3006
30072014-03-13 Ludovic Courtès <ludo@gnu.org>
3008 Doug Evans <xdje42@gmail.com>
3009
3010 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
3011 to history survives a gc.
3012
30132014-03-13 Pedro Alves <palves@redhat.com>
3014
3015 * gdb.base/default.exp: Don't test "target procfs".
3016
30172014-03-13 Pedro Alves <palves@redhat.com>
3018
3019 * gdb.base/default.exp: Update "target child" and "target procfs"
3020 tests to not expect "Unix".
3021
30222014-03-12 Tom Tromey <tromey@redhat.com>
3023
3024 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
3025 New procs. Add target-async tests.
3026 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
3027 Add target-async tests.
3028
30292014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3030
3031 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
3032 'func_start' and 'func_end' for the beginning and end of the
3033 function code, respectively.
3034 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
3035 'func_end' instead of 'func' and 'main'.
3036
30372014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3038
3039 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
3040 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
3041 generate the debug info assembler source.
3042
30432014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3044
3045 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
3046 * gdb.dwarf2/arr-subrange.exp: Likewise.
3047 * gdb.dwarf2/dwz.exp: Likewise.
3048 * gdb.dwarf2/method-ptr.exp: Likewise.
3049 * gdb.dwarf2/missing-sig-type.exp: Likewise.
3050 * gdb.dwarf2/subrange.exp: Likewise.
3051 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
3052 * gdb.dwarf2/implptrpiece.exp: Likewise.
3053 * gdb.dwarf2/nostaticblock.exp: Likewise.
3054
30552014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3056
3057 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
3058 directory to absolute path name arguments.
3059
30602014-03-10 Joel Brobecker <brobecker@adacore.com>
3061
3062 * gdb.ada/tagged_access: New testcase.
3063
30642014-03-07 Markus Metzger <markus.t.metzger@intel.com>
3065
3066 * gdb.btrace/data.exp: Update expected output.
3067
30682014-03-06 Yao Qi <yao@codesourcery.com>
3069
3070 * gdb.trace/pr16508.exp: New file.
3071
30722014-03-05 Pedro Alves <palves@redhat.com>
3073
3074 PR gdb/16575
3075 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
3076 procedure.
3077 (top level): Adjust to use it. Add tests that exercise breakpoint
3078 interaction with the code-cache.
3079
30802014-02-26 Ludovic Courtès <ludo@gnu.org>
3081
3082 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
3083 test for 'history-append!'.
3084
30852014-02-26 Joel Brobecker <brobecker@adacore.com>
3086
3087 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
3088 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
3089 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
3090 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
3091 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
3092 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
3093
30942014-02-26 Joel Brobecker <brobecker@adacore.com>
3095
3096 * testsuite/gdb.python/py-pp-re-notag.c: New file.
3097 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
3098 * testsuite/gdb.python/py-pp-re-notag.p: New file.
3099
31002014-02-26 Joel Brobecker <brobecker@adacore.com>
3101
3102 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
3103
31042014-02-26 Joel Brobecker <brobecker@adacore.com>
3105
3106 * gdb.dwarf2/arr-stride.c: New file.
3107 * gdb.dwarf2/arr-stride.exp: New file.
3108
31092014-02-26 Pedro Alves <palves@redhat.com>
3110
3111 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
3112 that won't ever trigger. Make sure that GDB reports the correct
3113 breakpoint that caused the stop.
3114
31152014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3116
3117 PR gdb/16626
3118 * gdb.base/auto-load-script: New file.
3119 * gdb.base/auto-load.c: New file.
3120 * gdb.base/auto-load.exp: New file.
3121
3122 PR gdb/16626
3123 * gdb.base/auto-load.exp: Fix out-of-srctree run.
3124
31252014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3126
3127 Fix dw2-icycle.exp -fsanitize=address GDB crash.
3128 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
3129
31302014-02-24 Doug Evans <dje@google.com>
3131
3132 * lib/gdb.exp (run_on_host): Log error output if program fails.
3133
31342014-02-21 Pedro Alves <palves@redhat.com>
3135
3136 * gdb.threads/step-after-sr-lock.c: Rename to ...
3137 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
3138 * gdb.threads/step-after-sr-lock.exp: Rename to ...
3139 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3140 ... this.
3141
31422014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
3143
3144 PR tdep/16397
3145 * gdb.arch/amd64-stap-special-operands.exp: New file.
3146 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
3147 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
3148 * gdb.arch/amd64-stap-triplet.S: Likewise.
3149 * gdb.arch/amd64-stap-triplet.c: Likewise.
3150
31512014-02-20 Joel Brobecker <brobecker@adacore.com>
3152
3153 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
3154 in .section pseudo-op.
3155
31562014-02-20 lin zuojian <manjian2006@gmail.com>
3157 Joel Brobecker <brobecker@adacore.com>
3158 Doug Evans <xdje42@gmail.com>
3159
3160 PR symtab/16581
3161 * gdb.dwarf2/dw2-icycle.S: New file.
3162 * gdb.dwarf2/dw2-icycle.c: New file.
3163 * gdb.dwarf2/dw2-icycle.exp: New file.
3164
31652014-02-19 Siva Chandra Reddy <sivachandra@google.com>
3166
3167 * gdb.python/py-value-cc.cc: Improve test case to enable testing
3168 operations on gdb.Value objects.
3169 * gdb.python/py-value-cc.exp: Add new test to test operations on
3170 gdb.Value objects.
3171
31722014-02-18 Doug Evans <dje@google.com>
3173
3174 * Makefile.in (TESTS): New variable.
3175 (expanded_tests, expanded_tests_or_none): New variables
3176 (check-single): Pass $(expanded_tests_or_none) to runtest.
3177 (check-parallel): Only run tests in $(TESTS) if non-empty.
3178 (check/no-matching-tests-found): New rule.
3179 * README: Document TESTS makefile variable.
3180
31812014-02-18 Doug Evans <dje@google.com>
3182
3183 * Makefile.in (check-parallel): rm -rf outputs temp.
3184
31852014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3186
3187 Fix "ERROR: no fileid for" in the testsuite.
3188 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
3189
31902014-02-12 Doug Evans <dje@google.com>
3191
3192 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
3193 (MISCELLANEOUS): New variable.
3194 (clean): rm -rf $(MISCELLANEOUS).
3195 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
3196 dwp live in the same directory as symlinks, with each symlink pointed
3197 to a differently named file in a different directory.
3198
31992014-02-11 Doug Evans <dje@google.com>
3200
3201 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
3202 of Tcl file commands.
3203
32042014-02-10 Mark Kettenis <kettenis@gnu.org>
3205
3206 * gdb.threads/step-after-sr-lock.exp: Avoid executing
3207 "kill -SIGUSR1 -1".
3208
32092014-02-10 Joel Brobecker <brobecker@adacore.com>
3210
3211 * gdb.ada/tick_length_array_enum_idx: New testcase.
3212
32132014-02-10 Doug Evans <xdje42@gmail.com>
3214
3215 * configure.ac (AC_OUTPUT): Add gdb.guile.
3216 * configure: Regenerate.
3217 * lib/gdb-guile.exp: New file.
3218 * lib/gdb.exp (get_target_charset): New function.
3219 * gdb.base/help.exp: Update expected output from "apropos apropos".
3220 * gdb.guile/Makefile.in: New file.
3221 * gdb.guile/guile.exp: New file.
3222 * gdb.guile/scm-arch.c: New file.
3223 * gdb.guile/scm-arch.exp: New file.
3224 * gdb.guile/scm-block.c: New file.
3225 * gdb.guile/scm-block.exp: New file.
3226 * gdb.guile/scm-breakpoint.c: New file.
3227 * gdb.guile/scm-breakpoint.exp: New file.
3228 * gdb.guile/scm-disasm.c: New file.
3229 * gdb.guile/scm-disasm.exp: New file.
3230 * gdb.guile/scm-equal.c: New file.
3231 * gdb.guile/scm-equal.exp: New file.
3232 * gdb.guile/scm-error.exp: New file.
3233 * gdb.guile/scm-error.scm: New file.
3234 * gdb.guile/scm-frame-args.c: New file.
3235 * gdb.guile/scm-frame-args.exp: New file.
3236 * gdb.guile/scm-frame-args.scm: New file.
3237 * gdb.guile/scm-frame-inline.c: New file.
3238 * gdb.guile/scm-frame-inline.exp: New file.
3239 * gdb.guile/scm-frame.c: New file.
3240 * gdb.guile/scm-frame.exp: New file.
3241 * gdb.guile/scm-generics.exp: New file.
3242 * gdb.guile/scm-gsmob.exp: New file.
3243 * gdb.guile/scm-iterator.c: New file.
3244 * gdb.guile/scm-iterator.exp: New file.
3245 * gdb.guile/scm-math.c: New file.
3246 * gdb.guile/scm-math.exp: New file.
3247 * gdb.guile/scm-objfile-script-gdb.in: New file.
3248 * gdb.guile/scm-objfile-script.c: New file.
3249 * gdb.guile/scm-objfile-script.exp: New file.
3250 * gdb.guile/scm-objfile.c: New file.
3251 * gdb.guile/scm-objfile.exp: New file.
3252 * gdb.guile/scm-ports.exp: New file.
3253 * gdb.guile/scm-pretty-print.c: New file.
3254 * gdb.guile/scm-pretty-print.exp: New file.
3255 * gdb.guile/scm-pretty-print.scm: New file.
3256 * gdb.guile/scm-section-script.c: New file.
3257 * gdb.guile/scm-section-script.exp: New file.
3258 * gdb.guile/scm-section-script.scm: New file.
3259 * gdb.guile/scm-symbol.c: New file.
3260 * gdb.guile/scm-symbol.exp: New file.
3261 * gdb.guile/scm-symtab-2.c: New file.
3262 * gdb.guile/scm-symtab.c: New file.
3263 * gdb.guile/scm-symtab.exp: New file.
3264 * gdb.guile/scm-type.c: New file.
3265 * gdb.guile/scm-type.exp: New file.
3266 * gdb.guile/scm-value-cc.cc: New file.
3267 * gdb.guile/scm-value-cc.exp: New file.
3268 * gdb.guile/scm-value.c: New file.
3269 * gdb.guile/scm-value.exp: New file.
3270 * gdb.guile/source2.scm: New file.
3271 * gdb.guile/types-module.cc: New file.
3272 * gdb.guile/types-module.exp: New file.
3273
32742014-02-10 Yao Qi <yao@codesourcery.com>
3275
3276 PR testsuite/16543
3277 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
3278 * configure: Regenerated.
3279 * Makefile.in: New file.
3280
32812014-02-08 Andreas Schwab <schwab@linux-m68k.org>
3282
3283 * gdb.python/py-framefilter.exp: Fix typo.
3284
32852014-02-08 Yao Qi <yao@codesourcery.com>
3286
3287 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
3288 that no =breakpoint-modified is emitted when breakpoints are
3289 modified through MI commands.
3290
32912014-02-07 Pedro Alves <pedro@codesourcery.com>
3292 Pedro Alves <palves@redhat.com>
3293
3294 * gdb.threads/step-after-sr-lock.c: New file.
3295 * gdb.threads/step-after-sr-lock.exp: New file.
3296
32972014-02-07 Pedro Alves <palves@redhat.com>
3298
3299 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
3300
33012014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3302
3303 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
3304 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
3305
33062014-02-06 Doug Evans <xdje42@gmail.com>
3307
3308 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
3309 output.
3310
3311 * gdb.gdb/python-interrupts.exp: New file.
3312
33132014-02-05 Yao Qi <yao@codesourcery.com>
3314
3315 * gdb.trace/report.exp (use_collected_data): Test the output
3316 of "info threads" and "info inferiors".
3317
33182014-02-05 Yao Qi <yao@codesourcery.com>
3319
3320 Revert this patch:
3321
3322 2013-05-24 Yao Qi <yao@codesourcery.com>
3323
3324 * gdb.trace/tfile.exp: Test inferior and thread.
3325
33262014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3327
3328 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
3329 on a function.
3330 * gdb.base/step-bt.c: Call hello via function pointer to make
3331 sure its first instruction is executed on powerpc64le-linux.
3332
33332014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3334
3335 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
3336
33372014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3338
3339 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
3340 of the test patterns for use on little-endian systems.
3341
33422014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3343
3344 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
3345 (decimal_vector): Fix for little-endian.
3346
33472014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
3348
3349 * gdb.arch/sparc-sysstep.exp: New file.
3350 * gdb.arch/sparc-sysstep.c: Likewise.
3351
3352 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
3353
33542014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3355
3356 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
3357
33582014-01-23 Tom Tromey <tromey@redhat.com>
3359
3360 * gdb.ada/array_char_idx: New testcase.
3361
33622014-01-23 Tom Tromey <tromey@redhat.com>
3363
3364 PR python/16487:
3365 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
3366 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
3367 classes.
3368
33692014-01-23 Tom Tromey <tromey@redhat.com>
3370
3371 PR python/16491:
3372 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
3373 string from an inferior frame.
3374 * gdb.python/py-framefilter-mi.exp: Update.
3375
33762014-01-22 Doug Evans <dje@google.com>
3377
3378 * gdb.server/server-mon.exp: Add tests for "set debug-format".
3379
33802014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3381
3382 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
3383
33842014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3385
3386 * gdb.trace/entry-values.exp: Remove excess space character from
3387 regex patterns. Handle s390 call instruction.
3388
33892014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3390
3391 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
3392 define "*_start" label. Make "name" static.
3393 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
3394 ${name} by references to ${name}_start.
3395
33962014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3397
3398 * gdb.base/info-macros.exp: Remove "debug" from the compile
3399 options.
3400
34012014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3402
3403 * gdb.dlang/demangle.exp: New file.
3404
34052014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3406
3407 * gdb.dlang/primitive-types.exp: New file.
3408
34092014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3410
3411 * configure.ac: Create gdb.dlang/Makefile.
3412 * configure: Regenerate.
3413 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
3414 * gdb.dlang/Makefile.in: New file.
3415 * lib/d-support.exp: New file.
3416 * lib/gdb.exp (skip_d_tests): New proc.
3417
34182014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3419
3420 * gdb.btrace/delta.exp: Check reverse stepi.
3421 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
3422 * gdb.btrace/finish.exp: New.
3423 * gdb.btrace/next.exp: New.
3424 * gdb.btrace/nexti.exp: New.
3425 * gdb.btrace/record_goto.c: Add comments.
3426 * gdb.btrace/step.exp: New.
3427 * gdb.btrace/stepi.exp: New.
3428 * gdb.btrace/multi-thread-step.c: New.
3429 * gdb.btrace/multi-thread-step.exp: New.
3430 * gdb.btrace/rn-dl-bind.c: New.
3431 * gdb.btrace/rn-dl-bind.exp: New.
3432 * gdb.btrace/data.c: New.
3433 * gdb.btrace/data.exp: New.
3434 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3435
34362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3437
3438 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
3439 * gdb.btrace/exception.exp: Update.
3440 * gdb.btrace/instruction_history.exp: Update.
3441 * gdb.btrace/record_goto.exp: Update.
3442 * gdb.btrace/tailcall.exp: Update.
3443 * gdb.btrace/unknown_functions.exp: Update.
3444 * gdb.btrace/delta.exp: New.
3445
34462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3447
3448 * gdb.btrace/record_goto.exp: Add backtrace test.
3449 * gdb.btrace/tailcall.exp: Add backtrace test.
3450
34512014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3452
3453 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
3454 * gdb.btrace/record_goto.c: New.
3455 * gdb.btrace/record_goto.exp: New.
3456 * gdb.btrace/x86-record_goto.S: New.
3457
34582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3459
3460 * gdb.btrace/function_call_history.exp: Update tests.
3461 * gdb.btrace/instruction_history.exp: Update tests.
3462
34632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3464
3465 * gdb.btrace/function_call_history.exp: Fix expected field
3466 order for "record function-call-history".
3467 Add new tests for "record function-call-history /c".
3468 * gdb.btrace/exception.cc: New.
3469 * gdb.btrace/exception.exp: New.
3470 * gdb.btrace/tailcall.exp: New.
3471 * gdb.btrace/x86-tailcall.S: New.
3472 * gdb.btrace/x86-tailcall.c: New.
3473 * gdb.btrace/unknown_functions.c: New.
3474 * gdb.btrace/unknown_functions.exp: New.
3475 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3476
34772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3478
3479 * gdb.btrace/instruction_history.exp: Update.
3480 * gdb.btrace/function_call_history.exp: Update.
3481
34822014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3483
3484 * gdb.btrace/function_call_history.exp: Fix expected function
3485 trace.
3486 * gdb.btrace/instruction_history.exp: Initialize traced.
3487 Remove traced_functions.
3488
34892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3490
3491 * gdb.btrace/function_call_history.exp: Update
3492 * gdb.btrace/instruction_history.exp: Update.
3493
34942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3495
3496 * gdb.btrace/enable.exp: Update expected text.
3497
34982014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
3499
3500 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
3501 bytes.
3502
35032014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
3504
3505 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
3506
35072014-01-15 Omair Javaid <omair.javaid@linaro.org>
3508
3509 * lib/gdb.exp (supports_process_record): Return true for
3510 arm*-linux*. (supports_reverse): Likewise.
3511
35122014-01-13 Siva Chandra Reddy <sivachandra@google.com>
3513
3514 PR python/15464
3515 PR python/16113
3516 * gdb.python/py-type.c: Enhance test case.
3517 * gdb.python/py-value-cc.cc: Likewise
3518 * gdb.python/py-type.exp: Add new tests.
3519 * gdb.python/py-value-cc.exp: Likewise
3520
35212014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3522 Pedro Alves <palves@redhat.com>
3523
3524 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
3525 Make "name" extern.
3526 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
3527 references to ${name}_start by references to ${name}.
3528
35292014-01-10 Joel Brobecker <brobecker@adacore.com>
3530
3531 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
3532
35332014-01-10 Joel Brobecker <brobecker@adacore.com>
3534
3535 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
3536
35372014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
3538 Pedro Alves <palves@redhat.com>
3539
3540 * gdb.mi/mi-info-os.exp: Connect to the target with
3541 mi_gdb_target_load.
3542
35432014-01-08 Pedro Alves <palves@redhat.com>
3544
3545 * gdb.threads/reconnect-signal.c: New file.
3546 * gdb.threads/reconnect-signal.exp: New file.
3547
35482014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3549
3550 * gdb.base/source-dir.exp: New file.
3551
35522014-01-07 Joel Brobecker <brobecker@adacore.com>
3553
3554 * gdb.ada/mi_interface: New testcase.
3555
35562014-01-07 Joel Brobecker <brobecker@adacore.com>
3557
3558 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
3559 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
3560 gdb.ada/pp-rec-component/pck.ads: New files.
3561
35622014-01-07 Joel Brobecker <brobecker@adacore.com>
3563
3564 * gdb.python/py-pp-integral.c: New file.
3565 * gdb.python/py-pp-integral.py: New file.
3566 * gdb.python/py-pp-integral.exp: New file.
3567
3568For older changes see ChangeLog-1993-2013.
3569\f
3570;; Local Variables:
3571;; mode: change-log
3572;; left-margin: 8
3573;; fill-column: 74
3574;; version-control: never
3575;; End:
3576
3577 Copyright 2014 Free Software Foundation, Inc.
3578 Copying and distribution of this file, with or without modification,
3579 are permitted provided the copyright notice and this notice are preserved.
This page took 0.043553 seconds and 4 git commands to generate.