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