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