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