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