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