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