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