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