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