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