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