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