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