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