gdb/compile/compile.c: Check return value of 'system' to avoid compiler warning
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
acc018ac
YQ
12015-01-08 Yao Qi <yao@codesourcery.com>
2
3 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
4
50a18af8
JK
52015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6
7 Fix testcase compilation.
8 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
9
8503d6e1
JB
102015-01-06 Joel Brobecker <brobecker@adacore.com>
11
12 * gdb.python/py-type.exp: Add a couple test about empty
13 array creation, and negative-length array creation.
14
cc73dbcc
DE
152015-01-02 Doug Evans <xdje42@gmail.com>
16
17 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
18
0300bbc7
DE
192015-01-02 Doug Evans <dje@google.com>
20
21 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
22
9d85a0ec
YQ
232014-12-29 Yao Qi <yao@codesourcery.com>
24
25 * gdb.trace/entry-values.exp: Update comments. Rename variable
26 bar_call_foo to returned_from_foo.
27
87186c6a
MMN
282014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
29
30 PR gdb/17394
31 * gdb.linespec/break-asm-file.c: New file.
32 * gdb.linespec/break-asm-file.exp: New file.
33 * gdb.linespec/break-asm-file0.s: New file.
34 * gdb.linespec/break-asm-file1.s: New file.
35
1bab7383
YQ
362014-12-18 Nigel Stephens <nigel@mips.com>
37 Maciej W. Rozycki <macro@codesourcery.com>
38
39 * gdb.base/float.exp: Handle the new output from "info float" on
40 MIPS targets.
41
1bc1068a
JK
422014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
43
44 Fix MinGW compilation.
45 * gdb.compile/compile-ops.exp: Update untested message if
46 !skip_compile_feature_tests.
47 * gdb.compile/compile-setjmp.exp: Likewise.
48 * gdb.compile/compile-tls.exp: Likewise.
49 * gdb.compile/compile.exp: Likewise.
50 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
51 supported on this host".
52
b6615d10
DE
532014-12-16 Doug Evans <xdje42@gmail.com>
54
55 * boards/stabs.exp: New file.
56
25dda427
AA
572014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
58
59 * gdb.base/completion.exp: Adjust to format changes of "maint
60 print user-registers".
61
bf330350
CU
622014-12-16 Catalin Udma <catalin.udma@freescale.com>
63
64 PR server/17457
65 * gdb.arch/aarch64-fp.c: New file.
66 * gdb.arch/aarch64-fp.exp: New file.
67
395cf596
SDJ
682014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
69
70 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
71 r210637, r210913, r211666, r215400, r215817).
72
73 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
74 * dg-extract-results.py: New file.
75 * dg-extract-results.sh: Use it if the environment seems
76 suitable.
77
78 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
79
80 * dg-extract-results.py (parse_run): Handle warnings that
81 are printed before a test harness is run.
82
83 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
84
85 * dg-extract-results.py (Named): Remove __cmp__ method.
86 (output_variation): Use a key to sort variation.harnesses.
87
88 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
89
90 * dg-extract-results.py: For Python 3, force sys.stdout to
91 handle surrogate escape sequences.
92 (safe_open): New function.
93 (output_segment, main): Use it.
94
95 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
96
97 * dg-extract-results.py (Prog.result_re): Include options
98 in test name.
99
100 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
101
102 * dg-extract-results.py (output_variation): Always sort if
103 do_sum.
104
e882ef3c
SM
1052014-12-15 Simon Marchi <simon.marchi@ericsson.com>
106
107 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
108 as long as we get pagination notifications.
109
4992aa20
JM
1102014-12-15 Jason Merrill <jason@redhat.com>
111
112 * Makefile.in (check-gdb.%): Restore.
113 * README: Mention it.
114
c1b5a1a6
JB
1152014-12-13 Joel Brobecker <brobecker@adacore.com>
116
117 * gdb.ada/str_uninit: New testcase.
118
5537b577
JK
1192014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
120
121 PR symtab/17642
122 * gdb.base/vla-stub-define.c: New file.
123 * gdb.base/vla-stub.c: New file.
124 * gdb.base/vla-stub.exp: New file.
125
bb2ec1b3
TT
1262014-12-12 Phil Muldoon <pmuldoon@redhat.com>
127 Jan Kratochvil <jan.kratochvil@redhat.com>
128 Tom Tromey <tromey@redhat.com>
129
130 * configure.ac: Add gdb.compile/.
131 * configure: Regenerate.
132 * gdb.compile/Makefile.in: New file.
133 * gdb.compile/compile-ops.exp: New file.
134 * gdb.compile/compile-ops.c: New file.
135 * gdb.compile/compile-tls.c: New file.
136 * gdb.compile/compile-tls.exp: New file.
137 * gdb.compile/compile-constvar.S: New file.
138 * gdb.compile/compile-constvar.c: New file.
139 * gdb.compile/compile-mod.c: New file.
140 * gdb.compile/compile-nodebug.c: New file.
141 * gdb.compile/compile-setjmp-mod.c: New file.
142 * gdb.compile/compile-setjmp.c: New file.
143 * gdb.compile/compile-setjmp.exp: New file.
144 * gdb.compile/compile-shlib.c: New file.
145 * gdb.compile/compile.c: New file.
146 * gdb.compile/compile.exp: New file.
147 * lib/gdb.exp (skip_compile_feature_tests): New proc.
148
4ff709eb
TT
1492014-12-12 Tom Tromey <tromey@redhat.com>
150
151 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
152 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
153
6dddd6a5
DE
1542014-12-12 Doug Evans <dje@google.com>
155
156 * lib/gdb-python.exp (get_python_valueof): New function.
157 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
158
71c24708
AA
1592014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
160
161 * gdb.base/completion.exp: Add test for completion of "info
162 registers ".
163
3e29f34a
MR
1642014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
165
166 * gdb.base/func-ptrs.c: New file.
167 * gdb.base/func-ptrs.exp: New file.
168
fc126975
SM
1692014-12-10 Simon Marchi <simon.marchi@ericsson.com>
170
171 PR breakpoints/17012
172 * gdb.base/dprintf-detach.c: New file.
173 * gdb.base/dprintf-detach.exp: New file.
174
0a46d518
SM
1752014-12-10 Simon Marchi <simon.marchi@ericsson.com>
176
177 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
178 * lib/gdb.exp (target_is_gdbserver): New procedure.
179
a0be3e44
DE
1802014-12-08 Doug Evans <dje@google.com>
181
182 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
183
df1b803a
YQ
1842014-12-05 Yao Qi <yao@codesourcery.com>
185
186 * gdb.guile/scm-error.exp: Remove the third argument to
187 gdb_remote_download.
188 * gdb.guile/scm-frame-args.exp: Likewise.
189 * gdb.guile/scm-section-script.exp: Likewise.
190
ddb9f679
YQ
1912014-12-05 Yao Qi <yao@codesourcery.com>
192
193 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
194
86e4ed39
DE
1952014-12-04 Doug Evans <dje@google.com>
196
197 * gdb.python/py-objfile.exp: Add tests for
198 objfile.add_separate_debug_file.
199
7c50a931
DE
2002014-12-04 Doug Evans <dje@google.com>
201
202 * lib/gdb.exp (get_build_id): New function.
203 (build_id_debug_filename_get): Rewrite to use it.
204 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
205
621661e3
MR
2062014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
207
208 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
209 `method(long)', not just 0x0.
210 * gdb.cp/nsalias.exp: Align code labels to 4.
211 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
212 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
213 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
214 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
215 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
216 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
217
29f0c3b7
DE
2182014-12-02 Doug Evans <dje@google.com>
219
e1e061e7 220 PR symtab/17602
29f0c3b7 221 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 222 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
223 * gdb.cp/anon-ns.exp: Update.
224
162078c8
NB
2252014-12-02 Nick Bull <nicholaspbull@gmail.com>
226
227 * gdb.python/py-events.py (inferior_call_handler): New.
228 (register_changed_handler, memory_changed_handler): New.
229 (test_events.invoke): Register new handlers.
230 * gdb.python/py-events.exp: Add tests for inferior call,
231 memory_changed and register_changed events.
232
fdb09caf
AA
2332014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
234
235 * gdb.base/execl-update-breakpoints.exp: Specify the link address
236 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
237 if the linker doesn't understand this.
238
55cfb2c4
SM
2392014-12-01 Simon Marchi <simon.marchi@ericsson.com>
240
241 * gdb.python/python.exp: Change expected reply to help().
242
9e8cd6df
YQ
2432014-12-01 Yao Qi <yao@codesourcery.com>
244
245 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
246 AC_CONFIG_SUBDIRS(gdb.gdbtk).
247 * configure: Re-generated.
248
6c659fc2
SC
2492014-11-28 Siva Chandra Reddy <sivachandra@google.com>
250
251 * gdb.cp/chained-calls.cc: New file.
252 * gdb.cp/chained-calls.exp: New file.
253 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
254
d7fc3181
SM
2552014-11-28 Simon Marchi <simon.marchi@ericsson.com>
256
257 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
258 * gdb.dwarf2/symtab-producer.exp: Same.
259 * gdb.gdb/python-interrupts.exp: Same.
260 * gdb.gdb/python-selftest.exp: Same.
261 * gdb.python/py-linetable.exp: Same.
262 * gdb.python/py-type.exp: Same.
263 * gdb.python/py-value-cc.exp: Same.
264 * gdb.python/py-value.exp: Same.
265
10e79639
YQ
2662014-11-28 Yao Qi <yao@codesourcery.com>
267
268 * gdb.base/break-probes.exp: Match library name prefixed with
269 sysroot.
270
f28a0564
SM
2712014-11-27 Simon Marchi <simon.marchi@ericsson.com>
272
273 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
274 test expected output. Add parentheses for the call to print.
275 Remove L suffix from integers.
276
3fe1ce1d
DE
2772014-11-26 Doug Evans <dje@google.com>
278
279 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
280
84429e27
YQ
2812014-11-22 Yao Qi <yao@codesourcery.com>
282
283 * gdb.trace/entry-values.c: Remove asms.
284 (foo): Add foo_label.
285 (bar): Add bar_label.
286 * gdb.trace/entry-values.exp: Remove code computing foo's
287 length and bar's length.
288 (Dwarf::assemble): Invoke function_range for bar and use
289 MACRO_AT_func for foo.
290
26741859
YQ
2912014-11-22 Yao Qi <yao@codesourcery.com>
292
293 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
294 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
295 Use .Lgcc43_procstart instead of gcc43.
296
45e44d27
JB
2972014-11-21 Joel Brobecker <brobecker@adacore.com>
298
299 * gdb.ada/n_arr_bound: New testcase.
300
458c8db8
SDJ
3012014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
302
303 PR breakpoints/10737
304 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
305 test_catch_syscall_multi_arch.
306 (test_catch_syscall_multi_arch): New function.
307
43f3e411
DE
3082014-11-20 Doug Evans <xdje42@gmail.com>
309
310 * gdb.base/maint.exp: Update expected output.
311
0d7b2549
AA
3122014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
313
314 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
315 4-byte instruction on S390.
316
8908fca5
JB
3172014-11-19 Joel Brobecker <brobecker@adacore.com>
318
319 * gdb.ada/arr_arr: New testcase.
320
4a46959e
JB
3212014-11-19 Joel Brobecker <brobecker@adacore.com>
322
323 * gdb.ada/pkd_arr_elem: New Testcase.
324
470e2f4e
LM
3252014-11-18 Luis Machado <lgustavo@codesourcery.com>
326
327 * gdb.reverse/break-precsave: Expect completion message for
328 core file reads.
329 * gdb.reverse/consecutive-precsave.exp: Likewise.
330 * gdb.reverse/finish-precsave.exp: Likewise.
331 * gdb.reverse/i386-precsave.exp: Likewise.
332 * gdb.reverse/machinestate-precsave.exp: Likewise.
333 * gdb.reverse/sigall-precsave.exp: Likewise.
334 * gdb.reverse/solib-precsave.exp: Likewise.
335 * gdb.reverse/step-precsave.exp: Likewise.
336 * gdb.reverse/until-precsave.exp: Likewise.
337 * gdb.reverse/watch-precsave.exp: Likewise.
338
a267f3ad
AA
3392014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
340
341 * gdb.base/bp-permanent.c: Include unistd.h.
342 * gdb.python/py-framefilter-mi.c (main): Add return type.
343 * gdb.python/py-framefilter.c (main): Likewise.
344 * gdb.trace/actions-changed.c (main): Likewise.
345
12084a9a
AA
3462014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
347
348 * gdb.mi/until.c: Add eye-catchers.
349 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
350 line numbers.
351
dc7e1a77
AA
3522014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
353
354 * gdb.base/condbreak.exp: Drop references to removed non-prototype
355 function header variants in break1.c.
356 * gdb.base/ena-dis-br.exp: Likewise.
357 * gdb.base/hbreak2.exp: Likewise.
358 * gdb.reverse/until-precsave.exp: Drop references to removed
359 non-prototype function header variants in ur1.c.
360 * gdb.reverse/until-reverse.exp: Likewise.
361
41c77605
PM
3622014-11-17 Petr Machata <pmachata@redhat.com>
363
364 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
365 ${_cu_offset_size} bytes abbrev offset.
366
34248c3a
DE
3672014-11-15 Doug Evans <xdje42@gmail.com>
368
369 PR symtab/17559
370 * gdb.base/line-symtabs.exp: New file.
371 * gdb.base/line-symtabs.c: New file.
372 * gdb.base/line-symtabs.h: New file.
373
646da059
YQ
3742014-11-14 Yao Qi <yao@codesourcery.com>
375
376 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
377 (func): Add label func_label.
378 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
379 Replace low_pc and high_pc with MACRO_AT_range.
380 Replace name, low_pc and high_pc with MACRO_AT_func.
381
9301ebe6
YQ
3822014-11-14 Yao Qi <yao@codesourcery.com>
383
384 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
385 Replace name, low_pc and high_pc with MACRO_AT_func.
386
f166b542
YQ
3872014-11-14 Yao Qi <yao@codesourcery.com>
388
389 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
390 produce debug information.
391 * gdb.dwarf2/implptr-optimized-out.S: Removed.
392
0f6e71e3
YQ
3932014-11-14 Yao Qi <yao@codesourcery.com>
394
395 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
396 object and get function length.
397 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
398 with MACRO_AT_func.
399 (top-level): Replace gdb_compile and clean_restart with
400 prepare_for_testing.
401 * gdb.dwarf2/main.c (main): Add label main_label.
402
876c4df9
YQ
4032014-11-14 Yao Qi <yao@codesourcery.com>
404
405 * lib/dwarf.exp (function_range): New procedure.
406 (Dwarf::_handle_macro_at_func): New procedure.
407 (Dwarf::_handle_macro_at_range): New procedure.
408 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
409
02ad9cf1
YQ
4102014-11-14 Yao Qi <yao@codesourcery.com>
411
412 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
413 (_handle_attribute): New procedure.
414
a59add0c
AA
4152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
416
417 * gdb.ada/cond_lang/foo.c (callme): Add return type.
418 * gdb.base/call-sc.c (zed): Likewise.
419 * gdb.base/checkpoint.c (main): Likewise.
420 * gdb.base/dump.c (main): Likewise.
421 * gdb.base/gcore.c (main): Likewise.
422 * gdb.base/huge.c (main): Likewise.
423 * gdb.base/multi-forks.c (main): Likewise.
424 * gdb.base/pr10179-a.c (main): Likewise.
425 * gdb.base/savedregs.c (main): Likewise.
426 * gdb.base/sigaltstack.c (main): Likewise.
427 * gdb.base/siginfo.c (main): Likewise.
428 * gdb.base/structs.c (zed): Likewise.
429 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
430 * gdb.mi/mi-syn-frame.c (main): Likewise.
431 * gdb.mi/until.c (foo, main): Likewise.
432 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
433 * gdb.base/solib-weak.c (foo): Declare.
434 * gdb.base/attach-twice.c: Include stdio.h.
435 * gdb.base/weaklib1.c: Likewise.
436 * gdb.base/weaklib2.c: Likewise.
437 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
438 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
439 unistd.h.
440 * gdb.base/attach-pie-misread.c: Include stdlib.h.
441 * gdb.mi/mi-exit-code.c: Likewise.
442 * gdb.base/break-interp-lib.c: Include string.h.
443 * gdb.base/coremaker.c: Likewise.
444 * gdb.base/testenv.c: Likewise.
445 * gdb.python/py-finish-breakpoint.c: Likewise.
446 * gdb.base/inferior-died.c: Include sys/wait.h.
447 * gdb.base/fileio.c: Include time.h.
448 * gdb.base/async-shell.c: Include unistd.h.
449 * gdb.base/dprintf-non-stop.c: Likewise.
450 * gdb.base/info-os.c: Likewise.
451 * gdb.mi/mi-console.c: Likewise.
452 * gdb.mi/watch-nonstop.c: Likewise.
453 * gdb.python/py-events.c: Likewise.
454 * gdb.base/async.c (baz): Move up before its invocation.
455 * gdb.base/code_elim2.c (my_global_func): Likewise.
456 * gdb.base/skip-solib-lib.c (multiply): Likewise.
457 * gdb.base/advance.c (func2): Likewise.
458
3b5d5997
AA
4592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
460
461 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
462 variant.
463 * gdb.base/annota3.c: Likewise.
464 * gdb.base/async.c: Likewise.
465 * gdb.base/average.c: Likewise.
466 * gdb.base/call-ar-st.c: Likewise.
467 * gdb.base/call-rt-st.c: Likewise.
468 * gdb.base/call-sc.c: Likewise.
469 * gdb.base/call-strs.c: Likewise.
470 * gdb.base/ending-run.c: Likewise.
471 * gdb.base/execd-prog.c: Likewise.
472 * gdb.base/exprs.c: Likewise.
473 * gdb.base/foll-exec.c: Likewise.
474 * gdb.base/foll-fork.c: Likewise.
475 * gdb.base/foll-vfork.c: Likewise.
476 * gdb.base/funcargs.c: Likewise.
477 * gdb.base/gcore.c: Likewise.
478 * gdb.base/jump.c: Likewise.
479 * gdb.base/langs0.c: Likewise.
480 * gdb.base/langs1.c: Likewise.
481 * gdb.base/langs2.c: Likewise.
482 * gdb.base/mips_pro.c: Likewise.
483 * gdb.base/nodebug.c: Likewise.
484 * gdb.base/opaque0.c: Likewise.
485 * gdb.base/opaque1.c: Likewise.
486 * gdb.base/recurse.c: Likewise.
487 * gdb.base/run.c: Likewise.
488 * gdb.base/scope0.c: Likewise.
489 * gdb.base/scope1.c: Likewise.
490 * gdb.base/setshow.c: Likewise.
491 * gdb.base/setvar.c: Likewise.
492 * gdb.base/shmain.c: Likewise.
493 * gdb.base/shr1.c: Likewise.
494 * gdb.base/shr2.c: Likewise.
495 * gdb.base/sigall.c: Likewise.
496 * gdb.base/signals.c: Likewise.
497 * gdb.base/so-indr-cl.c: Likewise.
498 * gdb.base/solib2.c: Likewise.
499 * gdb.base/structs.c: Likewise.
500 * gdb.base/sum.c: Likewise.
501 * gdb.base/vforked-prog.c: Likewise.
502 * gdb.base/watchpoint.c: Likewise.
503 * gdb.reverse/shr2.c: Likewise.
504 * gdb.reverse/until-reverse.c: Likewise.
505 * gdb.reverse/ur1.c: Likewise.
506 * gdb.reverse/watch-reverse.c: Likewise.
507
066a77c5
AA
5082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
509
510 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
511 variant.
512 * gdb.base/sepdebug.exp: Drop references to removed code.
513
4f204ea5
AA
5142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
515
516 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
517 variant. Preserve original line numbering.
518 * gdb.base/list1.c: Likewise.
519
3b377a3a
AA
5202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
521
522 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
523 variant.
524 * gdb.base/break1.c: Likewise.
525 * gdb.base/break.exp: Drop references to removed code.
526
e444df73
AA
5272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
528
529 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
530 variant.
531
8008f2a7
AA
5322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
533
534 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
535
a5a06887
AA
5362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
537
538 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
539 logic into perform_all_tests() and invoke it with and without
540 function header prototypes.
541 (do_function_calls): Remove conditional XFAIL for PR 5318.
542 (rerun_and_prepare): Remove duplicate code.
543 (perform_all_tests): New. Main logic moved here.
544
44dba9b9
AA
5452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
546
547 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
548 code guarded by #ifdef NO_PROTOTYPES.
549 (t_double_many_args): Likewise.
550 (DEF_FUNC_MANY_ARGS_1): Likewise.
551 (DEF_FUNC_VALUES_1): Likewise.
552 (t_structs_ldc): Renamed from t_structs_fc in conditional code
553 guarded by #ifdef PROTOTYPES.
554
d1fbcd56
AA
5552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
556
557 * gdb.mi/mi-console.c: Add eye-catcher.
558 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
559 instead of literal line number.
560
b0e59b8f
AA
5612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
562
563 * gdb.base/shr2.c: Add eye-catcher.
564 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
565 line number.
566
78f98cca
AA
5672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
568
569 * gdb.base/jump.c: Add eye-catchers.
570 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
571 numbers.
572
58fa2af0
AA
5732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
574
575 * gdb.base/execd-prog.c: Add eye-catchers.
576 * gdb.base/foll-exec.c: Likewise.
577 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
578 line numbers.
579
04e5059b
AA
5802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
581
582 * gdb.base/ending-run.c: Add eye-catchers.
583 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
584 literal line numbers.
585
dbfdb174
AA
5862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
587
588 * gdb.base/call-rt-st.c: Add eye-catchers.
589 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
590 literal line numbers.
591
888a2ade
AA
5922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
593
594 * gdb.base/call-ar-st.c: Add eye-catchers.
595 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
596 literal line numbers.
597
6acc2dde
AA
5982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
599
600 * gdb.base/average.c: Add eye-catchers.
601 * gdb.base/sum.c: Likewise.
602 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
603 regexps dynamically.
604
9ecfcd1d
AA
6052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
606
607 * gdb.base/solib1.c: Add eye-catchers.
608 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
609 literal line numbers.
610
78708b7c
PA
6112014-11-12 Pedro Alves <palves@redhat.com>
612
613 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
614 leader has exited.
615
af48d08f
PA
6162014-11-12 Pedro Alves <palves@redhat.com>
617
618 * gdb.arch/i386-bp_permanent.c: New file.
619 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
620 (srcfile): Set to i386-bp_permanent.c.
621 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
622 that stepi does not execute the 'leave' instruction, instead of
623 testing it does execute.
624 * gdb.base/bp-permanent.c: New file.
625 * gdb.base/bp-permanent.exp: New file.
626
af3768e9
DE
6272014-11-10 Doug Evans <xdje42@gmail.com>
628
629 PR symtab/17564
630 * gdb.base/symtab-search-order.exp: New file.
631 * gdb.base/symtab-search-order.c: New file.
632 * gdb.base/symtab-search-order-1.c: New file.
633 * gdb.base/symtab-search-order-shlib-1.c: New file.
634
9de00a4a
PA
6352014-11-07 Pedro Alves <palves@redhat.com>
636
637 PR gdb/17511
638 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
639 i?86-*-linux*.
640
e0f52461
SC
6412014-11-03 Siva Chandra Reddy <sivachandra@google.com>
642
643 PR c++/17494
644 * gdb.cp/pr17494.cc: New file.
645 * gdb.cp/pr17494.exp: New file.
646
6ce8c980
YQ
6472014-11-02 Yao Qi <yao@codesourcery.com>
648
649 * gdb.python/python.exp: Get working directory and match the
650 output of "set extended-prompt \\w " with it.
651
02be9a71
DE
6522014-10-30 Doug Evans <dje@google.com>
653
654 * gdb.python/py-objfile.exp: Add tests for setting random attributes
655 in objfiles.
656 * gdb.python/py-progspace.exp: Add tests for setting random attributes
657 in progspaces.
658
3bdff46b
LM
6592014-10-30 Janis Johnson <janisjo@codesourcery.com>
660
661 * gdb.base/fullpath-expand.exp: Skip for a remote host.
662 * gdb.base/realname-expand.exp: Likewise.
663 * gdb.linespec/macro-relative.exp: Likewise.
664
ab917dfb
PA
6652014-10-29 Pedro Alves <palves@redhat.com>
666
667 PR gdb/17408
668 * gdb.threads/schedlock.c (some_function): New function.
669 (call_function): New global.
670 (MAYBE_CALL_SOME_FUNCTION): New macro.
671 (thread_function): Call it.
672 * gdb.threads/schedlock.exp (get_args): Add description parameter,
673 and use it instead of a global counter. Adjust all callers.
674 (get_current_thread): Use "find current thread" for test message
675 here rather than having all callers pass down the same string.
676 (goto_loop): New procedure, factored out from ...
677 (my_continue): ... this.
678 (step_ten_loops): Change parameter from test message to command to
679 use. Adjust.
680 (list_count): Delete global.
681 (check_result): New procedure, factored out from duplicate top
682 level code.
683 (continue tests): Wrap in with_test_prefix.
684 (test_step): New procedure, factored out from duplicate top level
685 code.
686 (top level): Test "step" in combination with all scheduler-locking
687 modes. Test "next" in combination with all scheduler-locking
688 modes, and in combination with stepping over a function call or
689 not.
690 * gdb.threads/next-bp-other-thread.c: New file.
691 * gdb.threads/next-bp-other-thread.exp: New file.
692
d3d4baed
PA
6932014-10-29 Pedro Alves <palves@redhat.com>
694
695 PR python/17372
696 * gdb.python/python.exp: Test a multi-line command that spawns
697 interactive Python.
698 * gdb.base/multi-line-starts-subshell.exp: New file.
699
563e8d85
YQ
7002014-10-29 Yao Qi <yao@codesourcery.com>
701
702 * gdb.base/fileio.exp: Make directories on host.
703
0ea4d52e
YQ
7042014-10-29 Yao Qi <yao@codesourcery.com>
705
706 * gdb.base/fileio.c (test_write): Close the file.
707
7f5ef605
PA
7082014-10-28 Pedro Alves <palves@redhat.com>
709
710 PR gdb/12623
711 * gdb.base/sigstep.c (no_handler): New global.
712 (main): If 'no_handler is true, set the signal handlers to
713 SIG_IGN.
714 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
715 with_sw_watch and no_handler parameters. Handle them.
716 (top level) <stepping over handler when stopped at a breakpoint
717 test>: Add a test axis for testing with a software watchpoint, and
718 another for testing with the signal handler set to SIG_IGN.
719 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
720 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
721
abbdbd03
PA
7222014-10-28 Pedro Alves <palves@redhat.com>
723
724 PR gdb/17511
725 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
726 * gdb.base/sigstep.exp (other_handler_location): New global.
727 (advance): Support stepping into the signal handler, and running
728 commands while in the handler.
729 (in_handler_map): New global.
730 (top level): In the advance test, add combinations for getting
731 into the handler with stepping commands, and for running commands
732 in the handler. Add comment descripting the advancei tests.
733
1df4399f
PA
7342014-10-28 Pedro Alves <palves@redhat.com>
735
736 * gdb.base/sigstep.exp: Use build_executable instead of
737 prepare_for_testing.
738 (top level): Move code that starts GDB, runs to main and creates a
739 display to ...
740 (restart): ... this new procedure.
741 (top level): Move backtrace from signal handler test to ...
742 (validate_backtrace): ... this new procedure.
743 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
744 with_test_prefix. Always restart GDB.
745 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
746 with_test_prefix. Always restart GDB. No need to delete
747 breakpoints after the test.
748 (test_skip_handler): Remove prefix parameter.
749 (skip_over_handler, breakpoint_to_handler)
750 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
751 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
752 restart GDB. No need to delete breakpoints after the test.
753 (top level): Use foreach to call the test procedures with
754 different commands.
755
a5b6e449
PA
7562014-10-28 Pedro Alves <palves@redhat.com>
757
758 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
759 instead of GNATS numbers.
760 * gdb.base/sigbpt.exp: Likewise.
761 * gdb.base/siginfo.exp: Likewise.
762 * gdb.base/sigstep.exp: Likewise.
763
e5f8a7cc
PA
7642014-10-27 Pedro Alves <palves@redhat.com>
765
766 * gdb.base/sigstep.c (dummy): New global.
767 (main): Issue a couple writes to the new global.
768 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
769 procedures.
770 (skip_over_handler): Use test_skip_handler.
771 (top level): Call skip_over_handler for stepi and nexti too.
772 (breakpoint_over_handler): Use test_skip_handler.
773 (top level): Call breakpoint_over_handler for stepi and nexti too.
774
763905a3
YQ
7752014-10-27 Yao Qi <yao@codesourcery.com>
776
777 * gdb.trace/tfile.c (adjust_function_address)
778 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
779 function descriptor.
780
6f259a23
DB
7812014-10-24 Don Breazeal <donb@codesourcery.com>
782
783 * gdb.base/foll-fork.exp (test_follow_fork,
784 catch_fork_child_follow): Check for updated fork messages emitted
785 from infrun.c.
786 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
787 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
788 vfork_and_exec_child_follow_through_step): Check for updated vfork
789 messages emitted from infrun.c.
790
09dd9a69
PA
7912014-10-24 Pedro Alves <palves@redhat.com>
792
793 * gdb.base/corefile.exp: Remove references to ultrix.
794 * gdb.base/interrupt.exp: Likewise.
795 * gdb.base/whatis.exp: Likewise.
796 * gdb.gdb/selftest.exp: Likewise.
797 * gdb.threads/manythreads.exp: Likewise.
798 * gdb.threads/print-threads.exp: Likewise.
799 * gdb.threads/pthreads.exp:: Likewise.
800 * gdb.threads/schedlock.exp: Likewise.
801
3433cfa5
SC
8022014-10-24 Siva Chandra Reddy <sivachandra@google.com>
803
804 * gdb.cp/non-trivial-retval.cc: Add a test case.
805 * gdb.cp/non-trivial-retval.exp: Add a test.
806
092f880b
YQ
8072014-10-20 Yao Qi <yao@codesourcery.com>
808
809 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
810 * gdb.python/py-objfile-script-gdb.py: New file.
811 * gdb.python/py-objfile-script.exp: Update reference to
812 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
813 of remote_download. Remove the dest file.
814
acbdb7f3
YQ
8152014-10-20 Yao Qi <yao@codesourcery.com>
816
817 * gdb.base/checkpoint.exp: Don't remove file copied on host.
818 * gdb.base/step-line.exp: Likewise.
819 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
820 * gdb.dwarf2/dw2-basic.exp: Likewise.
821 * gdb.dwarf2/dw2-compressed.exp: Likewise.
822 * gdb.dwarf2/dw2-filename.exp: Likewise.
823 * gdb.dwarf2/dw2-intercu.exp: Likewise.
824 * gdb.dwarf2/dw2-intermix.exp: Likewise.
825 * gdb.dwarf2/dw2-producer.exp: Likewise.
826 * gdb.dwarf2/mac-fileno.exp: Likewise.
827 * gdb.python/py-frame-args.exp: Likewise.
828 * gdb.python/py-framefilter.exp: Likewise.
829 * gdb.python/py-mi.exp: Likewise.
830 * gdb.python/py-objfile-script.exp: Likewise
831 * gdb.python/py-pp-integral.exp: Likewise.
832 * gdb.python/py-pp-re-notag.exp: Likewise.
833 * gdb.python/py-prettyprint.exp: Likewise.
834 * gdb.python/py-section-script.exp: Likewise.
835 * gdb.python/py-typeprint.exp: Likewise.
836 * gdb.python/py-xmethods.exp: Likewise.
837 * gdb.stabs/weird.exp: Likewise.
838 * gdb.xml/tdesc-regs.exp: Likewise.
839
bd286a29
KCY
8402014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
841
842 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
843 (out_cu): Use addr_len for the size of addresses.
844 (out_line): Likewise. Size DW_LNE_set_address instruction
845 according to addr_len.
846 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
847 (FUNC): Add START_INSNS to definition.
848
673dc4a0
YQ
8492014-10-18 Yao Qi <yao@codesourcery.com>
850
851 * gdb.base/argv0-symlink.exp: Check argv[0] value if
852 gdb_has_argv0 return true.
853 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
854 check [target_info exists noargs], check [gdb_has_argv0]
855 instead.
856 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
857 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
858 procedures.
859
4ffbba72
DE
8602014-10-17 Doug Evans <dje@google.com>
861
862 * gdb.python/py-events.exp: Update expected output for clear_objfiles
863 event.
864 * gdb.python/py-events.py: Add clear_objfiles event.
865
d096d8c1
DE
8662014-10-17 Doug Evans <dje@google.com>
867
868 * gdb.python/py-objfile.exp: Test progspace attribute.
869
a80db015
LM
8702014-10-17 Luis Machado <lgustavo@codesourcery.com>
871
872 * gdb.guile/scm-breakpoint.exp: Do not assume any
873 directory separators when matching source file paths.
874 * gdb.python/py-breakpoint.exp: Likewise.
875 * gdb.reverse/break-precsave.exp: Likewise.
876 * gdb.reverse/break-reverse.exp: Likewise.
877 * gdb.reverse/consecutive-precsave.exp: Likewise.
878 * gdb.reverse/finish-precsave.exp: Likewise.
879 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
880 * gdb.reverse/finish-reverse.exp: Likewise.
881 * gdb.reverse/i386-precsave.exp: Likewise.
882 * gdb.reverse/i387-env-reverse.exp: Likewise.
883 * gdb.reverse/i387-stack-reverse.exp: Likewise.
884 * gdb.reverse/machinestate-precsave.exp: Likewise.
885 * gdb.reverse/machinestate.exp: Likewise.
886 * gdb.reverse/sigall-precsave.exp: Likewise.
887 * gdb.reverse/solib-precsave.exp: Likewise.
888 * gdb.reverse/step-precsave.exp: Likewise.
889 * gdb.reverse/until-precsave.exp: Likewise.
890 * gdb.reverse/watch-precsave.exp: Likewise.
891 * gdb.reverse/watch-reverse.exp: Likewise.
892
b22089ab
YQ
8932014-10-17 Yao Qi <yao@codesourcery.com>
894
895 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
896 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
897
6c4486e6
PA
8982014-10-17 Pedro Alves <palves@redhat.com>
899
900 PR gdb/17471
901 * gdb.base/bg-execution-repeat.c: New file.
902 * gdb.base/bg-execution-repeat.exp: New file.
903
0ff33695
PA
9042014-10-17 Pedro Alves <palves@redhat.com>
905
906 PR gdb/17300
907 * gdb.base/continue-all-already-running.c: New file.
908 * gdb.base/continue-all-already-running.exp: New file.
909
6fdebc3d
PA
9102014-10-17 Pedro Alves <palves@redhat.com>
911
912 PR gdb/17472
913 * gdb.base/annota-input-while-running.c: New file.
914 * gdb.base/annota-input-while-running.exp: New file.
915
32a8097b
PA
9162014-10-17 Pedro Alves <palves@redhat.com>
917
918 * gdb.base/callfuncs.exp: emove references to osf.
919 * gdb.base/sigall.exp: Likewise.
920 * gdb.gdb/selftest.exp: Likewise.
921 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
922 * gdb.mi/non-stop.c: Likewise.
923 * gdb.mi/pthreads.c: Likewise.
924 * gdb.reverse/sigall-precsave.exp: Likewise.
925 * gdb.reverse/sigall-reverse.exp: Likewise.
926 * gdb.threads/pthreads.c: Likewise.
927 * gdb.threads/pthreads.exp: Likewise.
928
7a3517ff
YQ
9292014-10-17 Yao Qi <yao@codesourcery.com>
930
931 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
932 check 'target_info exists noargs'.
933 (test_command_prompt_position): Likewise.
934 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
935 Remove "set args".
936 (progvar_simple_while_test): Likewise.
937 (progvar_complex_if_while_test): Likewise.
938 (if_while_breakpoint_command_test): Likewise.
939 (infrun_breakpoint_command_test): Likewise.
940 (breakpoint_command_test): Likewise.
941 (watchpoint_command_test): Likewise.
942 (bp_deleted_in_command_test): Likewise.
943 (temporary_breakpoint_commands): Likewise.
944
bb99c472
YQ
9452014-10-16 Yao Qi <yao@codesourcery.com>
946
947 * gdb.base/remotetimeout.exp: Remove noargs checking.
948
7c16b83e
PA
9492014-10-15 Pedro Alves <palves@redhat.com>
950
951 PR breakpoints/9649
952 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
953 * gdb.base/breakpoint-in-ro-region.exp
954 (probe_target_hardware_step): New procedure.
955 (top level): Probe hardware stepping and hardware breakpoint
956 support. Test stepping through a read-only region, with both
957 "breakpoint auto-hw" on and off and both "always-inserted" on and
958 off.
959
35a49624
IB
9602014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
961
962 * gdb.dlang/demangle.exp: Update for demangling changes.
963
2d1c107c
SC
9642014-10-15 Siva Chandra Reddy <sivachandra@google.com>
965
966 * gdb.cp/non-trivial-retval.cc: Add new test cases.
967 * gdb.cp/non-trivial-retval.exp: Add new tests.
968
778811d5
SC
9692014-10-15 Siva Chandra Reddy <sivachandra@google.com>
970
971 PR c++/13403
972 PR c++/15154
973 * gdb.cp/non-trivial-retval.cc: New file.
974 * gdb.cp/non-trivial-retval.exp: New file.
975
10c5f0a8
YQ
9762014-10-15 Yao Qi <yao@codesourcery.com>
977
978 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
979 remote host.
980
65d7b369
YQ
9812014-10-15 Yao Qi <yao@codesourcery.com>
982
983 * gdb.python/py-symbol.exp: Match file base name if host is
984 remote, otherwise match file name with dir name.
985 * gdb.python/py-symtab.exp: Likewise.
986 * gdb.python/python.exp: Likewise.
987
46dc1394
YQ
9882014-10-15 Yao Qi <yao@codesourcery.com>
989
990 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
991 pattern.
992 * gdb.python/py-symtab.exp: Likewise.
993 * gdb.python/python.exp: Remove trailing ".*". Fix typo
994 locationn.
995
c40cc657
JB
9962014-10-14 Joel Brobecker <brobecker@adacore.com>
997
998 * gdb.ada/addr_arith: New testcase.
999
2abf49e1
MR
10002014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
1001
1002 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
1003 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
1004 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
1005 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
1006
f7088df3
SDJ
10072014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
1008
1009 * gdb.arch/stap-eval-lang-ada.S: Likewise.
1010 * gdb.arch/stap-eval-lang-ada.c: Likewise.
1011 * gdb.arch/stap-eval-lang-ada.exp: New file.
1012
4dc06805
YQ
10132014-10-14 Yao Qi <yao@codesourcery.com>
1014
1015 * gdb.mi/mi-var-child.c (nothing1): New function.
1016 (nothing2): New function.
1017 (do_children_tests): Set function pointers by nothing1 and
1018 nothing2.
1019 * gdb.mi/mi-var-child.exp: Step over new added statements.
1020 Update test to match the new output.
1021 * gdb.mi/var-cmd.c (nothing1): New function.
1022 (nothing2): New function.
1023 (do_children_tests): Set function pointers by nothing1 and
1024 nothing2.
1025 * gdb.mi/mi-var-display.exp: Update test to match output.
1026 Step to the line specified by $line_dct_nothing.
1027 Increase the number of lines to step.
1028
46a93de2
YQ
10292014-10-14 Yao Qi <yao@codesourcery.com>
1030
1031 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
1032 tests.
1033 * gdb.mi/mi2-var-child.exp: Likewise.
1034
14ea52ee
DE
10352014-10-13 Doug Evans <dje@google.com>
1036
1037 * gdb.python/py-objfile.exp: Change name of file name test.
1038
e5c6e92b
DE
10392014-10-13 Doug Evans <dje@google.com>
1040
1041 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
1042 from the start of the CU.
1043
c780cc2f
JK
10442014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1045 Yao Qi <yao@codesourcery.com>
1046
1047 Fix "save breakpoints" for "catch" command.
1048 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
1049 Remove -nonewline. Match also the added "main" line.
1050
99894e11
JK
10512014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1052
1053 Fix "save breakpoints" for "disable $bpnum" command.
1054 * gdb.base/save-bp.c (main): Add label.
1055 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
1056
6e1ac5a3
JK
10572014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1058
1059 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
1060
754dd2b0
YQ
10612014-10-11 Yao Qi <yao@codesourcery.com>
1062
1063 * gdb.server/server-kill.exp: Execute command
1064 "set remote trace-status-packet on" before "tstatus".
1065
f90183d7
YQ
10662014-10-11 Yao Qi <yao@codesourcery.com>
1067
1068 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
1069 (main): Call getppid.
1070 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
1071 and continue to it. Read variable "server_pid".
1072
bf40a607
YQ
10732014-10-11 Yao Qi <yao@codesourcery.com>
1074
1075 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
1076
052ca370
YQ
10772014-10-11 Yao Qi <yao@codesourcery.com>
1078
1079 * gdb.threads/thread-find.exp: Don't execute command
1080 "info threads".
1081 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
1082 * gdb.threads/linux-dp.exp: Don't check the condition
1083 $threads_created equals to zero.
1084
3831839c
PA
10852014-10-10 Pedro Alves <palves@redhat.com>
1086
1087 * gdb.base/bigcore.exp: Remove references to IRIX.
1088 * gdb.base/funcargs.exp: Likewise.
1089 * gdb.base/interrupt.exp: Likewise.
1090 * gdb.base/mips_pro.exp: Likewise.
1091 * gdb.base/nodebug.exp: Likewise.
1092 * gdb.base/setvar.exp: Likewise.
1093 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
1094
8b9a549d
PA
10952014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1096 Pedro Alves <palves@redhat.com>
1097
1098 PR symtab/14466
1099 * gdb.base/vdso-warning.c: New file.
1100 * gdb.base/vdso-warning.exp: New file.
1101
d48ba5e8
DE
11022014-10-02 Doug Evans <dje@google.com>
1103
1104 * gdb.base/structs.c (main): Don't run forever.
1105
2278c276
PA
11062014-10-02 Pedro Alves <palves@redhat.com>
1107
1108 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
1109 (top level) <stop threads 1, stop threads 2>: Use it.
1110
b57bacec
PA
11112014-10-02 Pedro Alves <palves@redhat.com>
1112
1113 * gdb.threads/break-while-running.exp (test): Add new
1114 'update_thread_list' argument. Skip "info threads" if false.
1115 (top level): Add new 'update_thread_list' axis.
1116
13fd3ff3
PA
11172014-10-02 Pedro Alves <palves@redhat.com>
1118
1119 PR breakpoints/17431
1120 * gdb.base/execl-update-breakpoints.c: New file.
1121 * gdb.base/execl-update-breakpoints.exp: New file.
1122
0fec99e8
PA
11232014-10-01 Pedro Alves <palves@redhat.com>
1124
1125 * gdb.base/breakpoint-in-ro-region.c: New file.
1126 * gdb.base/breakpoint-in-ro-region.exp: New file.
1127
2ddf4301
SM
11282014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1129
1130 * gdb.mi/mi-exit-code.exp: New file.
1131 * gdb.mi/mi-exit-code.c: New file.
1132
6a5f3f43
YQ
11332014-09-30 Yao Qi <yao@codesourcery.com>
1134
1135 * lib/prelink-support.exp (build_executable_own_libs): Error if
1136 the target isn't native.
1137
345bcc73
YQ
11382014-09-30 Yao Qi <yao@codesourcery.com>
1139
1140 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
1141 false.
1142
a25a5a45
PA
11432014-09-22 Pedro Alves <palves@redhat.com>
1144
1145 * gdb.threads/break-while-running.exp: New file.
1146 * gdb.threads/break-while-running.c: New file.
1147
00ba3162
YQ
11482014-09-19 Yao Qi <yao@codesourcery.com>
1149
1150 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
1151 Invoke test. Restart GDB with --readnow and invoke test again.
1152
c3b7b696
YQ
11532014-09-19 Yao Qi <yao@codesourcery.com>
1154
1155 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
1156 proc set_breakpoint_on_gcd_function. Invoke
1157 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
1158 invoke set_breakpoint_on_gcd_function again.
1159
2b4fd423
DE
11602014-09-18 Doug Evans <dje@google.com>
1161
1162 * gdb.dwarf2/symtab-producer.exp: New file.
1163
a5947601
SDJ
11642014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1165
1166 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
1167 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
1168 * gdb.base/global-var-nested-by-dso.c: Likewise.
1169 * gdb.base/global-var-nested-by-dso.exp: Likewise.
1170
91c19059
SDJ
11712014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1172 Pedro Alves <palves@redhat.com>
1173
1174 * gdb.base/watch-bitfields.exp: Pass string other than test file
1175 name to prepare_for_testing.
1176 (watch): New procedure.
1177 (expect_watchpoint): Use with_test_prefix.
1178 (top level): Factor out tests to ...
1179 (test_watch_location, test_regular_watch): ... these new
1180 procedures, and use with_test_prefix and gdb_continue_to_end.
1181
bb9d5f81
PP
11822014-09-16 Patrick Palka <patrick@parcs.ath.cx>
1183
1184 PR breakpoints/12526
1185 * gdb.base/watch-bitfields.exp: New file.
1186 * gdb.base/watch-bitfields.c: New file.
1187
635856f5
PA
11882014-09-16 Pedro Alves <palves@redhat.com>
1189
1190 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
1191 software and hardware addresses, not software address against
1192 itself.
1193
7280ceea
PA
11942014-09-16 Pedro Alves <palves@redhat.com>
1195
1196 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
1197 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
1198
428b16bd
PA
11992014-09-16 Pedro Alves <palves@redhat.com>
1200
1201 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
1202 files.
1203 * gdb.base/a2-run.exp: Remove all code guarded by istarget
1204 "*-*-vxworks*" throughout.
1205 * gdb.base/break.exp: Likewise.
1206 * gdb.base/default.exp: Likewise.
1207 * gdb.base/scope.exp: Likewise.
1208 * gdb.base/sepdebug.exp: Likewise.
1209 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
1210 throughout.
1211 * gdb.base/run.c: Likewise.
1212 * gdb.base/sepdebug.c: Likewise.
1213 * gdb.hp/gdb.aCC/run.c: Likewise.
1214 * gdb.reverse/until-reverse.c: Likewise.
1215 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
1216
666d413c
YQ
12172014-09-16 Yao Qi <yao@codesourcery.com>
1218
1219 * boards/local-remote-host-native.exp: New file.
1220
57cbd724
DE
12212014-09-14 Doug Evans <xdje42@gmail.com>
1222
1223 * gdb.threads/queue-signal.c (thread_count): New variable.
1224 (thread_count_mutex, thread_count_condvar): New variables.
1225 (incr_thread_count, wait_all_threads_running): New functions.
1226 (main): Wait for all threads to be in their thread functions.
1227
81219e53
DE
12282014-09-13 Doug Evans <xdje42@gmail.com>
1229
1230 * gdb.threads/queue-signal.c: New file.
1231 * gdb.threads/queue-signal.exp: New file.
1232
3714cea7
DE
12332014-09-13 Doug Evans <xdje42@gmail.com>
1234
1235 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
1236 be consistent with what default_gdb_init uses.
1237 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
1238 the plain text of the prompt. Add some logging printfs.
1239 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
1240
fa43b1d7
PA
12412014-09-12 Pedro Alves <palves@redhat.com>
1242
1243 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
1244 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
1245 * gdb.arch/i386-size-overlap.exp: Likewise.
1246 * gdb.arch/i386-size.exp: Likewise.
1247 * gdb.arch/i386-unwind.exp: Likewise.
1248 * gdb.base/a2-run.exp: Likewise.
1249 * gdb.base/break.exp: Likewise.
1250 * gdb.base/charset.exp: Likewise.
1251 * gdb.base/chng-syms.exp: Likewise.
1252 * gdb.base/commands.exp: Likewise.
1253 * gdb.base/dbx.exp: Likewise.
1254 * gdb.base/find.exp: Likewise.
1255 * gdb.base/funcargs.exp: Likewise.
1256 * gdb.base/jit-simple.exp: Likewise.
1257 * gdb.base/reread.exp: Likewise.
1258 * gdb.base/sepdebug.exp: Likewise.
1259 * gdb.base/step-bt.exp: Likewise.
1260 * gdb.cp/mb-inline.exp: Likewise.
1261 * gdb.cp/mb-templates.exp: Likewise.
1262 * gdb.objc/basicclass.exp: Likewise.
1263 * gdb.threads/killed.exp: Likewise.
1264
9d9bf2df
EBM
12652014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1266
1267 PR tdep/17379
1268 * gdb.arch/powerpc-stackless.S: New file.
1269 * gdb.arch/powerpc-stackless.exp: New file.
1270
1cf2f1b0
JK
12712014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1272
1273 * gdb.base/attach.c: Include unistd.h.
1274 (main): Call alarm. Add label postloop.
1275 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
1276 gdb_breakpoint, gdb_continue_to_breakpoint.
1277 (test_command_line_attach_run): Kill ${testpid} in one exit path.
1278
98880d46
PA
12792014-09-11 Pedro Alves <palves@redhat.com>
1280
1281 PR gdb/17347
1282 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
1283 * gdb.base/attach.exp (test_command_line_attach_run): New
1284 procedure.
1285 (top level): Call it.
1286
4c92ff2c
PA
12872014-09-11 Pedro Alves <palves@redhat.com>
1288
1289 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
1290 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
1291 (do_command_attach_tests): Use spawn_wait_for_attach.
1292 * gdb.base/solib-overlap.exp: Likewise.
1293 * gdb.multi/multi-attach.exp: Likewise.
1294 * gdb.python/py-prompt.exp: Likewise.
1295 * gdb.python/py-sync-interp.exp: Likewise.
1296 * gdb.server/ext-attach.exp: Likewise.
1297
3adc1a7d
GKB
12982014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
1299
1300 * gdb.fortran/array-element.exp: Remove unexpected "continue"
1301 command in testcase. Simplify testcase.
1302
96334934
JB
13032014-09-10 Joel Brobecker <brobecker@adacore.com>
1304
1305 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
1306
eb479039
JB
13072014-09-10 Joel Brobecker <brobecker@adacore.com>
1308
1309 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
1310
deede10c
JB
13112014-09-10 Joel Brobecker <brobecker@adacore.com>
1312
1313 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
1314
7828a5f5
JB
13152014-09-10 Joel Brobecker <brobecker@adacore.com>
1316
1317 * gdb.dwarf2/dynarr-ptr.c: New file.
1318 * gdb.dwarf2/dynarr-ptr.exp: New file.
1319
33aeebcf
MR
13202014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1321
1322 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
1323 of 30 rather than hardcoding 120 for a slow test case. Take the
1324 `gdb,timeout' target setting into account for this calculation.
1325 Don't extend the timeout for the test cases that don't need it.
1326
7b415901
MR
13272014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1328
1329 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
1330 a factor of 2 for a slow test case. Take the `gdb,timeout'
1331 target setting into account for this calculation.
1332 * gdb.reverse/until-precsave.exp: Increase the timeout by
1333 a factor of 15 and 3 respectively rather than adding 120
1334 for a pair of slow test cases. Take the `gdb,timeout'
1335 target setting into account for this calculation.
1336
4a40f85a
MR
13372014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1338
1339 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
1340 timeout, don't pass one down to gdb_expect.
1341 (gdb_expect): Rework timeout selection.
1342
09635af7
MR
13432014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1344
1345 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
1346 exception on timeout.
1347 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
1348 (gdbserver_start_extended): Catch any `gdbserver_start' error
1349 exceptions.
1350 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
1351 * lib/mi-support.exp (mi_gdb_target_load): Catch any
1352 `gdbserver_gdb_load' error exceptions.
1353
2bdd10b7
MR
13542014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1355
1356 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
1357 120 on waiting for the TCP socket to open.
1358
316935f0
DE
13592014-09-09 Doug Evans <xdje42@gmail.com>
1360
1361 * gdb.base/default.exp (show_conv_list): Add _caller_is,
1362 _caller_matches, _any_caller_is, _any_caller_matches.
1363
83740597
DE
13642014-09-09 Doug Evans <xdje42@gmail.com>
1365
1366 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
1367
4c122fc3
YQ
13682014-09-09 Yao Qi <yao@codesourcery.com>
1369
1370 * gdb.mi/mi-var-display.exp: Set print symbol off.
1371
a9f116cb
GKB
13722014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
1373
1374 PR gdb/17035
1375 * gdb.base/commands.exp: Add tests to verify user-defined
1376 commands with empty bodies.
1377 * gdb.python/py-cmd.exp: Test that we don't show user-defined
1378 python commands in `show user command`.
1379 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
1380 scheme commands in `show user command`.
1381
c75bd3a2
JK
13822014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1383
1384 PR python/17355
1385 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
1386 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
1387 * gdb.python/py-framefilter-invalidarg.exp: New file.
1388 * gdb.python/py-framefilter-invalidarg.py: New file.
1389
faa42425
DE
13902014-09-06 Doug Evans <xdje42@gmail.com>
1391
1392 PR 15276
1393 * gdb.python/py-caller-is.c: New file.
1394 * gdb.python/py-caller-is.exp: New file.
1395
474ca4f6
SDJ
13962014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
1397
1398 PR gdb/17235
1399 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
1400 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
1401
eb0b0463
SDJ
14022014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
1403
1404 PR fortran/17237
1405 * gdb.fortran/print-formatted.exp: New file.
1406 * gdb.fortran/print-formatted.f90: Likewise.
1407
5f3b99cf
SS
14082014-09-03 Sasha Smundak <asmundak@google.com>
1409
1410 * gdb.python/py-frame.exp: Test Frame.read_register.
1411
7d793aa9
SDJ
14122014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
1413
1414 PR python/16699
1415 * gdb.python/py-completion.exp: New file.
1416 * gdb.python/py-completion.py: Likewise.
1417
fb0576e9
DE
14182014-08-28 Doug Evans <dje@google.com>
1419
1420 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
1421 eax,etc. are live with values set by gdb and thus the compiler can't
1422 use them.
1423 * gdb.arch/i386-pseudo.c (main): Ditto.
1424
ee92b0dd
DE
14252014-08-27 Doug Evans <dje@google.com>
1426
1427 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
1428
6649db35
DE
14292014-08-25 Doug Evans <dje@google.com>
1430
1431 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
1432 (main): Ditto.
1433
564b7600
DE
14342014-08-25 Doug Evans <dje@google.com>
1435
1436 * gdb.threads/thread-execl.exp: #include <stdio.h>.
1437
3881fb67
YQ
14382014-08-24 Yao Qi <yao@codesourcery.com>
1439
1440 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
1441 symbol off.
1442 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
1443
a05a36a5
DE
14442014-08-22 Doug Evans <dje@google.com>
1445
1446 PR 17276
1447 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
1448 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
1449 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
1450
7c343b48
YQ
14512014-08-22 Yao Qi <yao@codesourcery.com>
1452
1453 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
1454 * gdb.python/py-finish-breakpoint2.exp: Likewise.
1455 * gdb.python/python.exp: Likewise. Use .py file on the host
1456 instead of the build.
1457
22fd09ae
JK
14582014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1459
1460 * gdb.threads/gcore-stale-thread.c: New file.
1461 * gdb.threads/gcore-stale-thread.exp: New file.
1462
a8454a7c
PA
14632014-08-21 Pedro Alves <palves@redhat.com>
1464
1465 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
1466 * gdb.base/gcore-relro-pie.exp: Likewise.
1467 * gdb.base/gcore-relro.exp: Likewise.
1468 * gdb.base/gcore.exp: Likewise.
1469 * gdb.base/print-symbol-loading.exp: Likewise.
1470 * gdb.threads/gcore-thread.exp: Likewise.
1471 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
1472
2a31c623
PA
14732014-08-20 Pedro Alves <palves@redhat.com>
1474 Jan Kratochvil <jan.kratochvil@redhat.com>
1475
1476 * Makefile.in (EXTRA_RULES, CC): New variables, get from
1477 configure.
1478 (EXPECT): Handle READ1 being set.
1479 (all): Depend on EXTRA_RULES.
1480 (check-read1, expect-read1, read1.so, read1): New rules.
1481 * README (Testsuite Parameters): Document the READ1 make variable.
1482 (Race detection): New section.
1483 * configure: Regenerate.
1484 * configure.ac: If build==host==target, and running under a
1485 GNU/glibc system, add read1 to the extra Makefile rules.
1486 (EXTRA_RULES): AC_SUBST it.
1487 * lib/read1.c: New file.
1488
d36430db
JB
14892014-08-20 Joel Brobecker <brobecker@adacore.com>
1490
1491 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
1492 the handling of variables declared as a typedef to an array
1493 which a DW_AT_data_location attribute.
1494
9a0dc9e3
PA
14952014-08-19 Andrew Burgess <aburgess@broadcom.com>
1496 Pedro Alves <palves@redhat.com>
1497
1498 PR symtab/14604
1499 PR symtab/14605
1500 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
1501 gdb_test.
1502
0718a8da
PA
15032014-08-19 Pedro Alves <palves@redhat.com>
1504
1505 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
1506
13b448cd
YQ
15072014-08-19 Yao Qi <yao@codesourcery.com>
1508
1509 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
1510 right line.
1511
1cbf5077
DB
15122014-08-18 David Blaikie <dblaikie@gmail.com>
1513
1514 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
1515
bf0fae19
JB
15162014-08-18 Joel Brobecker <brobecker@adacore.com>
1517
1518 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
1519 attribute in array range.
1520
3c8c5dcc
JB
15212014-08-18 Joel Brobecker <brobecker@adacore.com>
1522
1523 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
1524
e66d4446
SC
15252014-08-15 Siva Chandra Reddy <sivachandra@google.com>
1526
1527 PR c++/17132
1528 * gdb.cp/pr17132.cc: New file.
1529 * gdb.cp/pr17132.exp: New file.
1530
940df408
SC
15312014-08-15 Siva Chandra Reddy <sivachandra@google.com>
1532
1533 * gdb.python/py-xmethods.py (A_getarrayind)
1534 (E_method_char_worker.__call__, E_method_int_worker.__call__):
1535 Use 'print' with function call syntax.
1536 (E_method_matcher.match): Fix tab vs space indentation mixup.
1537
ebcc6c3a
YQ
15382014-08-15 Yao Qi <yao@codesourcery.com>
1539
1540 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
1541 false.
1542
775e0f04
YQ
15432014-08-15 Yao Qi <yao@codesourcery.com>
1544
1545 * gdb.cp/casts.exp: Set print symbol off.
1546 * gdb.cp/class2.exp: Likewise.
1547 * gdb.cp/overload.exp: Likewise.
1548 * gdb.cp/templates.exp: Likewise.
1549
d769e349
DE
15502014-08-11 Doug Evans <dje@google.com>
1551
1552 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1553 (test_load_shlib): Update.
1554
20c6f1e1
YQ
15552014-08-09 Yao Qi <yao@codesourcery.com>
1556
1557 * gdb.base/display.exp: Invoke is_address_zero_readable.
1558 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
1559 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1560 * gdb.base/hbreak-unmapped.exp: Return if
1561 is_address_zero_readable returns true.
1562 * gdb.base/signest.exp: Likewise.
1563 * gdb.base/signull.exp: Likewise.
1564 * gdb.base/sigbpt.exp: Likewise.
1565 * gdb.guile/scm-disasm.exp: Do the test if
1566 is_address_zero_readable returns false.
1567 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
1568 * gdb.python/py-arch.exp: Likewise.
1569 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
1570 * lib/gdb.exp (is_address_zero_readable): New proc.
1571
5792e8e3
YQ
15722014-08-09 Yao Qi <yao@codesourcery.com>
1573
1574 PR testsuite/13443
1575 * gdb.mi/mi-var-display.exp: Make test messages unique.
1576
3cecbbbe
TT
15772014-08-04 Tom Tromey <tromey@redhat.com>
1578
1579 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
1580 target 0".
1581
00b51ff5
TT
15822014-08-04 Tom Tromey <tromey@redhat.com>
1583
1584 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
1585 "target_resume".
1586
6908c509
JB
15872014-08-01 Joel Brobecker <brobecker@adacore.com>
1588
1589 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
1590 inner_vla_struct_object_size.
1591 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
1592 as xfail.
1593
cc6563d2
PA
15942014-07-30 Pedro Alves <palves@redhat.com>
1595
1596 * gdb.threads/signal-command-handle-nopass.exp (test): Add
1597 comment.
1598
7e09a223
YQ
15992014-07-29 Yao Qi <yao@codesourcery.com>
1600
1601 PR gdb/17206
1602 * gdb.base/until-nodebug.exp: New.
1603
7ebdbe92
DE
16042014-07-28 Doug Evans <xdje42@gmail.com>
1605
1606 PR guile/17203
1607 * gdb.guile/scm-parameter.exp: Add tests for trying to create
1608 previously existing parameter, and previously ambiguously spelled
1609 parameter.
1610
fdb1adc6
WN
16112014-07-28 Will Newton <will.newton@linaro.org>
1612
1613 * gdb.base/varargs.exp: Remove KFAILs for ARM.
1614
186fcde0
DE
16152014-07-26 Ludovic Courtès <ludo@gnu.org>
1616 Doug Evans <xdje42@gmail.com>
1617
1618 PR guile/17146
1619 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
1620
70509625
PA
16212014-07-25 Pedro Alves <palves@redhat.com>
1622
1623 * gdb.threads/signal-command-handle-nopass.c: New file.
1624 * gdb.threads/signal-command-handle-nopass.exp: New file.
1625 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
1626 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
1627 * gdb.threads/signal-delivered-right-thread.c: New file.
1628 * gdb.threads/signal-delivered-right-thread.exp: New file.
1629
c3f814a1
PA
16302014-07-25 Pedro Alves <palves@redhat.com>
1631
1632 * gdb.base/double-prompt-target-event-error.exp
1633 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
1634 match.
1635 (cancel_pagination_in_target_event): Rework double prompt
1636 detection.
1637 * gdb.base/paginate-after-ctrl-c-running.exp
1638 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
1639 <return>' match.
1640 * gdb.base/paginate-bg-execution.exp
1641 (test_bg_execution_pagination_return)
1642 (test_bg_execution_pagination_cancel): Remove '-notransfer
1643 <return>' matches.
1644 * gdb.base/paginate-execution-startup.exp
1645 (test_fg_execution_pagination_return)
1646 (test_fg_execution_pagination_cancel): Remove '-notransfer
1647 <return>' matches.
1648 * gdb.base/paginate-inferior-exit.exp
1649 (test_paginate_inferior_exited): Remove '-notransfer <return>'
1650 match.
1651 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
1652 * lib/gdb.exp (pagination_prompt): Run text through
1653 string_to_regexp.
1654 (gdb_test_multiple): Match $pagination_prompt instead of
1655 "<return>".
1656 (string_to_regexp): Move to lib/gdb-utils.exp.
1657
e214cf6c
JK
16582014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1659
1660 * gdb.arch/amd64-entry-value-paramref.S: New file.
1661 * gdb.arch/amd64-entry-value-paramref.cc: New file.
1662 * gdb.arch/amd64-entry-value-paramref.exp: New file.
1663 * gdb.arch/amd64-optimout-repeat.S: New file.
1664 * gdb.arch/amd64-optimout-repeat.c: New file.
1665 * gdb.arch/amd64-optimout-repeat.exp: New file.
1666
17d0c5c8
JK
16672014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1668
1669 PR gdb/17170
1670 * gdb.base/statistics.exp: New file.
1671
b8b8facf
DE
16722014-07-17 Doug Evans <dje@google.com>
1673
74b49205 1674 PR gdb/17170
b8b8facf
DE
1675 * gdb.base/maint.exp: Update testing of per-command stats.
1676
1b5d0ab3
PA
16772014-07-16 Pedro Alves <palves@redhat.com>
1678
1679 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
1680 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
1681 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
1682 (tfile_write_buf): New functions.
1683 (add_memory_block): Rewrite using the above.
1684 (adjust_function_address): New function.
1685 (FUNCTION_ADDRESS): New macro.
1686 (write_basic_trace_file): Remove short_x local, and use
1687 tfile_write_16. Change type of func_addr local to unsigned long
1688 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
1689 here. Cast argument of add_memory_block to char pointer.
1690 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
1691 (main): Remove parameters.
1692 * gdb.trace/tfile.exp: Remove nowarnings.
1693
4d974e88
SM
16942014-07-15 Simon Marchi <simon.marchi@ericsson.com>
1695
1696 * gdb.base/debug-expr.exp: Test string evaluation with
1697 "debug expression" on.
1698
41e99568
PA
16992014-07-15 Pedro Alves <palves@redhat.com>
1700
1701 * gdb.base/reread.exp: Use clean_restart.
1702
487d9753
PL
17032014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
1704
1705 * gdb.arch/avr-flash-qualifer.c: New.
1706 * gdb.arch/avr-flash-qualifer.exp: New.
1707
cc1c52ad
PA
17082014-07-14 Pedro Alves <palves@redhat.com>
1709
1710 * gdb.base/paginate-after-ctrl-c-running.c: New file.
1711 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
1712
1e973570
PA
17132014-07-14 Pedro Alves <palves@redhat.com>
1714
1715 * gdb.base/double-prompt-target-event-error.c: New file.
1716 * gdb.base/double-prompt-target-event-error.exp: New file.
1717
93d6eb10
PA
17182014-07-14 Pedro Alves <palves@redhat.com>
1719
1720 PR gdb/17072
1721 * gdb.base/paginate-inferior-exit.c: New file.
1722 * gdb.base/paginate-inferior-exit.exp: New file.
1723
0017922d
PA
17242014-07-14 Pedro Alves <palves@redhat.com>
1725
1726 PR gdb/17072
1727 * gdb.base/paginate-bg-execution.c: New file.
1728 * gdb.base/paginate-bg-execution.exp: New file.
1729
94696ad3
PA
17302014-07-14 Pedro Alves <palves@redhat.com>
1731
1732 PR gdb/17072
1733 * gdb.base/paginate-execution-startup.c: New file.
1734 * gdb.base/paginate-execution-startup.exp: New file.
1735 * lib/gdb.exp (pagination_prompt): New global.
1736 (default_gdb_spawn): New procedure, factored out from
1737 default_gdb_spawn.
1738 (default_gdb_start): Adjust to call default_gdb_spawn.
1739 (gdb_spawn): New procedure.
1740
bd293940
PA
17412014-07-14 Pedro Alves <palves@redhat.com>
1742
1743 * lib/gdb.exp (gdb_assert): New procedure.
1744 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
1745
c933f875
PA
17462014-07-14 Pedro Alves <palves@redhat.com>
1747
1748 * gdb.base/execution-termios.c: New file.
1749 * gdb.base/execution-termios.exp: New file.
1750
d98b7a16
TT
17512014-07-14 Tom Tromey <tromey@redhat.com>
1752
1753 * gdb.cp/vla-cxx.cc: New file.
1754 * gdb.cp/vla-cxx.exp: New file.
1755
548740d6
TT
17562014-07-14 Tom Tromey <tromey@redhat.com>
1757
1758 * gdb.reverse/rerun-prec.c: New file.
1759 * gdb.reverse/rerun-prec.exp: New file.
1760
a25eb028
MR
17612014-07-12 Maciej W. Rozycki <macro@mips.com>
1762 Maciej W. Rozycki <macro@codesourcery.com>
1763
1764 * lib/gdb-utils.exp: New file.
1765 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
1766 inline `gdb_init_command' processing.
1767 (gdb_start_cmd): Likewise.
1768 * lib/mi-support.exp (mi_run_cmd): Likewise.
1769 * README: Document `gdb_init_command' and `gdb_init_commands'.
1770
218c2655
JK
17712014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1772
1773 Fix false FAIL running under a very long directory name.
1774 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
1775 and "set print elements 10000". Twice.
1776
5401fde3
YQ
17772014-07-11 Yao Qi <yao@codesourcery.com>
1778
1779 * gdb.base/exprs.exp: "set print symbol off".
1780
e76126e8
PA
17812014-07-11 Pedro Alves <palves@redhat.com>
1782
1783 * gdb.threads/kill.c: New file.
1784 * gdb.threads/kill.exp: New file.
1785
2d6f0de6
YQ
17862014-07-10 Yao Qi <yao@codesourcery.com>
1787
1788 * gdb.trace/tfile.c (write_basic_trace_file)
1789 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
1790 address written to trace file.
1791
7180e04a
PA
17922014-07-09 Pedro Alves <palves@redhat.com>
1793
1794 * gdb.base/attach-wait-input.exp: New file.
1795 * gdb.base/attach-wait-input.c: New file.
1796
9a9a7608
AB
17972014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1798
1799 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
1800 setting up test structures.
1801 (main): Call new test function.
1802 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
1803 test function, continue into test function and walk test
1804 structures.
1805
161ac41e
YQ
18062014-07-02 Yao Qi <yao@codesourcery.com>
1807
1808 * gdb.trace/entry-values.c: Define labels 'foo_start' and
1809 'bar_start' at the beginning of functions 'foo' and 'bar'
1810 respectively.
1811 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
1812 instead of 'foo' and 'bar'.
1813
1f267ae3
MM
18142014-07-08 Markus Metzger <markus.t.metzger@intel.com>
1815
1816 * gdb.btrace/segv.exp: New.
1817 * gdb.btrace/segv.c: New.
1818
2b239efb
LM
18192014-07-02 Luis Machado <lgustavo@codesourcery.com>
1820
1821 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
1822 instruction.
1823
cf363f18
MW
18242014-06-30 Mark Wielaard <mjw@redhat.com>
1825
1826 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
1827 vulture, vilify, villar): New volatile array constants.
1828 (vindictive, vegetation): New const volatile array constants.
1829 * gdb.base/volatile.exp: Test volatile and const volatile array
1830 types.
1831
aebf9d24
AA
18322014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1833
1834 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
1835 target lacks support for awatch, rwatch, or hbreak.
1836
b67a2c6f
YQ
18372014-06-27 Yao Qi <yao@codesourcery.com>
1838
1839 * gdb.multi/dummy-frame-restore.exp: New.
1840 * gdb.multi/dummy-frame-restore.c: New.
1841
aef92902
MM
18422014-06-25 Markus Metzger <markus.t.metzger@intel.com>
1843
1844 * gdb.btrace/gcore.exp: New.
1845
8e9db26e
PA
18462014-06-23 Pedro Alves <palves@redhat.com>
1847
1848 * gdb.base/watchpoint-reuse-slot.c: New file.
1849 * gdb.base/watchpoint-reuse-slot.exp: New file.
1850
70afc5b7
SC
18512014-06-23 Siva Chandra Reddy <sivachandra@google.com>
1852
1853 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
1854 progspace's filename in 'info', 'enable' and 'disable' command
1855 tests.
1856
b972bd9c
JK
18572014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1858
1859 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
1860 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
1861 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
1862
125f8a3d
GB
18632014-06-20 Gary Benson <gbenson@redhat.com>
1864
1865 * gdb.arch/i386-avx.exp: Fix include file location.
1866 * gdb.arch/i386-sse.exp: Likewise.
1867
3ed9baed
IB
18682014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
1869
1870 * gdb.dlang/expression.exp: New file.
1871
034f788c
PA
18722014-06-19 Pedro Alves <palves@redhat.com>
1873
1874 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
1875 out from ...
1876 (top level): ... here. Iterate running tests under different
1877 scheduler-locking settings.
1878
45371d0c
LM
18792014-06-18 Luis Machado <lgustavo@codesourcery.com>
1880
1881 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
1882 to DW_FORM_addr and use non-zero addresses.
1883
5d376983
SC
18842014-06-18 Siva Chandra Reddy <sivachandra@google.com>
1885
1886 PR gdb/17017
1887 * gdb.python/py-xmethods.cc: Add global function call counters and
1888 increment them in their respective functions. Remove "cout"
1889 statements.
1890 * gdb.python/py-xmethods.exp: Make tests check the global function
1891 call counters instead of depending on inferior IO.
1892
a1aa2221
LM
18932014-06-18 Don Breazeal <donb@codesourcery.com>
1894
1895 * gdb.base/foll-fork.exp (default_fork_parent_follow):
1896 Deleted procedure.
1897 (explicit_fork_parent_follow): Deleted procedure.
1898 (explicit_fork_child_follow): Deleted procedure.
1899 (test_follow_fork): New procedure.
1900 (do_fork_tests): Replace calls to deleted procedures with
1901 calls to test_follow_fork and reset GDB for subsequent
1902 procedure calls.
1903
0fc05997
YQ
19042014-06-17 Yao Qi <yao@codesourcery.com>
1905
1906 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
1907 CP1252.
1908
70795c52
LM
19092014-06-17 Luis Machado <lgustavo@codesourcery.com>
1910
1911 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
1912 Initialize ptr and S explicitly.
1913 (skip_type_update_when_not_use_rtti_test): Likewise.
1914
6be47f0c
KS
19152014-06-16 Keith Seitz <keiths@redhat.com>
1916
1917 PR mi/15863
1918 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
1919 the inferior is started.
1920
d03de421
PA
19212014-06-16 Pedro Alves <palves@redhat.com>
1922
1923 * gdb.base/break-main-file-remove-fail.c: New file.
1924 * gdb.base/break-main-file-remove-fail.exp: New file.
1925 * gdb.base/break-unload-file.exp: Use build_executable instead of
1926 prepare_for_testing.
1927 (test_break): New parameter "initial_load". Handle it.
1928 (top level): Add initial_load cmdline/file axis.
1929
f9579b99
TT
19302014-06-12 Tom Tromey <tromey@redhat.com>
1931
1932 * gdb.base/completion.exp: Don't use directory name in test.
1933
3657956b
GB
19342014-06-09 Gary Benson <gbenson@redhat.com>
1935
1936 * gdb.base/sigall.c [Functions to send signals]: Reorder to
1937 separate the always-available ANSI-standard signals from the
1938 signals that require checking.
1939 (main): Likewise.
1940 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
1941 Likewise.
1942 (main): Likewise.
1943
4186eb54
KS
19442014-06-07 Keith Seitz <keiths@redhat.com>
1945
1946 Revert:
1947 PR c++/16253
1948 * gdb.cp/var-tag.cc: New file.
1949 * gdb.cp/var-tag.exp: New file.
1950 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
1951 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
1952 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1953 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1954
25326a28 19552014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
1956
1957 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
1958
829155c9
PA
19592014-06-06 Pedro Alves <palves@redhat.com>
1960
1961 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
1962 in target debug output instead of looking at RSP packets,
1963 disabling the test on any target that uses hardware stepping.
1964 Update comments.
1965
61c8d22e
PA
19662014-06-06 Pedro Alves <palves@redhat.com>
1967
1968 * gdb.base/break-unload-file.exp: Fix typo.
1969
d9a47287
YQ
19702014-06-06 Yao Qi <yao@codesourcery.com>
1971
1972 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
1973 from "jit_function" to "^jit_function".
1974
e5e01dbf
YQ
19752014-06-06 Yao Qi <yao@codesourcery.com>
1976
1977 * gdb.base/async.c (foo): Add one statement.
1978 * gdb.base/async.exp: Get the next instruction address and
1979 match the output of "nexti" by instruction address. Match
1980 the hex address in the output of "finish".
1981
73ba372c
GB
19822014-06-06 Gary Benson <gbenson@redhat.com>
1983
1984 * gdb.base/call-signals.c: Remove preprocessor conditionals
1985 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
1986 SIGSEGV and SIGTERM.
1987 * gdb.base/sigall.c: Likewise.
1988 * gdb.base/unwindonsignal.c: Likewise.
1989 * gdb.reverse/sigall-reverse.c: Likewise.
1990
831517df
YQ
19912014-06-06 Yao Qi <yao@codesourcery.com>
1992
1993 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
1994 readable, skip the test.
1995
b8b91e98
YQ
19962014-06-06 Yao Qi <yao@codesourcery.com>
1997
1998 * gdb.threads/staticthreads.c (thread_function): Move the line
1999 setting breakpoint on forward.
2000 * gdb.threads/staticthreads.exp: Update comments.
2001
fb934770
LC
20022014-06-05 Ludovic Courtès <ludo@gnu.org>
2003
2004 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
2005 "history-append! type error".
2006
6ef284bd
SM
20072014-06-05 Simon Marchi <simon.marchi@ericsson.com>
2008
2009 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
2010 erroneous dprintf expected input.
2011
a872e241
DE
20122014-06-04 Doug Evans <xdje42@gmail.com>
2013
2014 * gdb.guile/scm-generics.exp: Delete.
2015
16f691fb
DE
20162014-06-04 Doug Evans <xdje42@gmail.com>
2017
2018 * gdb.guile/scm-breakpoint.exp: Update.
2019 Add tests for breakpoint registration.
2020
012370f6
TT
20212014-06-04 Tom Tromey <tromey@redhat.com>
2022
2023 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
2024 VLA-in-union.
2025 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
2026 inner_vla_struct, vla_union types. Initialize objects of those
2027 types and compute their sizes.
2028
9f5a4cef
HZ
20292014-06-04 Nathan Sidwell <nathan@codesourcery.com>
2030 Hui Zhu <hui@codesourcery.com>
2031
2032 * gdb.base/fileio.exp: Add test for shell not available as well as
2033 available.
2034 * gdb.base/fileio.c (test_system): Check for shell twice.
2035
90a45c4d
YQ
20362014-06-04 Yao Qi <yao@codesourcery.com>
2037
2038 * gdb.base/auto-connect-native-target.exp: Remove redundant
2039 space from the regexp pattern.
2040
70017e41
YQ
20412014-06-04 Yao Qi <yao@codesourcery.com>
2042
2043 * gdb.base/default.exp: Replace "child" with "native" in
2044 regexp pattern.
2045
883964a7
SC
20462014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2047
2048 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
2049 * gdb.python/py-xmethods.exp: New tests to test xmethods.
2050 * gdb.python/py-xmethods.py: Python script supporting the
2051 new testcase and tests.
2052
ef370185
JB
20532014-06-03 Joel Brobecker <brobecker@adacore.com>
2054 Pedro Alves <palves@redhat.com>
2055
2056 PR breakpoints/17000
2057 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
2058 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
2059
1e2ccb61
BM
20602014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
2061
2062 * gdb.base/subst.exp: Add tests to verify partial path matching
2063 output.
2064
c6ec5ab2
PA
20652014-06-03 Pedro Alves <palves@redhat.com>
2066
2067 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
2068 target that doesn't use software single-stepping.
2069
835c559f
PA
20702014-06-03 Pedro Alves <palves@redhat.com>
2071
2072 PR breakpoints/17000
2073 * gdb.base/sss-bp-on-user-bp-2.c: New file.
2074 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
2075
06eb1586
DE
20762014-06-02 Doug Evans <xdje42@gmail.com>
2077
2078 * gdb.guile/scm-parameter.exp: New file.
2079
e698b8c4
DE
20802014-06-02 Doug Evans <xdje42@gmail.com>
2081
2082 * gdb.guile/scm-cmd.c: New file.
2083 * gdb.guile/scm-cmd.exp: New file.
2084
ded03782
DE
20852014-06-02 Doug Evans <xdje42@gmail.com>
2086
2087 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
2088 pretty-printer lookup.
2089 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
2090 (make-pp_s-printer): Call it.
2091 (make-pretty-printer-from-dict): New function.
2092 (lookup-pretty-printer-maker-from-dict): New function.
2093 (*pretty-printer*): Simplify.
2094 (make-objfile-pp_s-printer): New function.
2095 (install-objfile-pretty-printers!): New function.
2096 (make-progspace-pp_s-printer): New function.
2097 (install-progspace-pretty-printers!): New function.
2098 * gdb.guile/scm-progspace.c: New file.
2099 * gdb.guile/scm-progspace.exp: New file.
2100
41fac0cf
PA
21012014-06-02 Pedro Alves <palves@redhat.com>
2102
2103 * gdb.base/dprintf-bp-same-addr.c: New file.
2104 * gdb.base/dprintf-bp-same-addr.exp: New file.
2105
96ae5695
EBM
21062014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2107
2108 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
2109 * gdb.arch/powerpc-power.s: Likewise.
2110
da02b3a8
JB
21112014-06-02 Joel Brobecker <brobecker@adacore.com>
2112
2113 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
2114
c72b2e7b
YQ
21152014-06-01 Yao Qi <yao@codesourcery.com>
2116
2117 * gdb.base/watchpoint.exp (test_watch_location): Check null
2118 pointer can be dereferenced. If not, do the test, otherwise
2119 skip it.
2120
53e8a631
AB
21212014-05-30 Andrew Burgess <aburgess@broadcom.com>
2122
2123 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
2124 results.
2125 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
2126
938f0e2f
AB
21272014-05-30 Andrew Burgess <aburgess@broadcom.com>
2128
2129 * gdb.arch/amd64-invalid-stack-middle.S: New file.
2130 * gdb.arch/amd64-invalid-stack-middle.c: New file.
2131 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
2132 * gdb.arch/amd64-invalid-stack-top.c: New file.
2133 * gdb.arch/amd64-invalid-stack-top.exp: New file.
2134
9ba6657a
PA
21352014-05-30 Pedro Alves <palves@redhat.com>
2136
2137 PR breakpoints/17000
2138 * gdb.base/sss-bp-on-user-bp.c: New file.
2139 * gdb.base/sss-bp-on-user-bp.exp: New file.
2140
522c09bf
DB
21412014-05-30 David Blaikie <dblaikie@gmail.com>
2142
2143 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
2144 gnu_inline semantics via attribute.
2145 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
2146 source explicitly specifies the required semantics.
2147
bf4ef81e
MR
21482014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
2149
2150 * gdb.reverse/sigall-reverse.exp: Fix a typo.
2151
329ea579
PA
21522014-05-29 Pedro Alves <palves@redhat.com>
2153 Tom Tromey <tromey@redhat.com>
2154
2155 * gdb.base/async-shell.exp: Don't enable target-async.
2156 * gdb.base/async.exp
2157 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
2158 parameter. Adjust.
2159 (top level): Don't test with "target-async".
2160 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
2161 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
2162 * gdb.base/inferior-died.exp: Don't enable target-async.
2163 * gdb.base/interrupt-noterm.exp: Likewise.
2164 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
2165 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2166 * gdb.mi/mi-nonstop.exp: Likewise.
2167 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2168 * gdb.mi/mi-nsintrall.exp: Likewise.
2169 * gdb.mi/mi-nsmoribund.exp: Likewise.
2170 * gdb.mi/mi-nsthrexec.exp: Likewise.
2171 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2172 * gdb.multi/watchpoint-multi.exp: Adjust comment.
2173 * gdb.python/py-evsignal.exp: Don't enable target-async.
2174 * gdb.python/py-evthreads.exp: Likewise.
2175 * gdb.python/py-prompt.exp: Likewise.
2176 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
2177 * gdb.server/solib-list.exp: Don't enable target-async.
2178 * gdb.threads/thread-specific-bp.exp: Likewise.
2179 * lib/mi-support.exp: Adjust to use mi-async.
2180
fd664c91
PA
21812014-05-29 Pedro Alves <palves@redhat.com>
2182
2183 PR gdb/13860
2184 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
2185 reason, even in sync mode.
2186
251bde03
PA
21872014-05-29 Pedro Alves <palves@redhat.com>
2188 Hui Zhu <hui@codesourcery.com>
2189
2190 PR PR15693
2191 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
2192 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
2193 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
2194 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
2195
7f3c0343
JB
21962014-05-28 Joel Brobecker <brobecker@adacore.com>
2197
2198 * config/monitor.exp (gdb_target_monitor): Replace use of
2199 "set remotebaud" by "set serial baud".
2200
b2715b27
AW
22012014-05-26 Andy Wingo <wingo@igalia.com>
2202
2203 * gdb.guile/scm-breakpoint.exp:
2204 * gdb.guile/scm-gsmob.exp: Update to use plain old object
2205 properties instead of gdb-object-properties.
2206
498a4489
YQ
22072014-05-26 Yao Qi <yao@codesourcery.com>
2208
2209 * gdb.server/no-thread-db.exp: Specify source file name
2210 explicitly when setting a breakpoint.
2211
589fdceb
MM
22122014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2213
2214 * gdb.btrace/vdso.c: New.
2215 * gdb.btrace/vdso.exp: New.
2216
e9089e05
MM
22172014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2218
2219 * gdb.base/gcore.exp (capture_command_output): Move ...
2220 * lib/gdb.exp (capture_command_output): ... here.
2221
67b5c0c1
MM
22222014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2223
2224 * gdb.btrace/data.exp: Test memory access during btrace replay.
2225
a2199296
SM
22262014-05-22 Simon Marchi <simon.marchi@ericsson.com>
2227
2228 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
2229
17b2616c
PA
22302014-05-21 Pedro Alves <palves@redhat.com>
2231
2232 PR gdb/13860
2233 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
2234 (top level): Test that output related to execution commands is
2235 sent to the console with CLI commands, but not with MI commands.
2236 Test that breakpoint events are always mirrored to the console.
2237 Also expect the new source line to be output after a "next" in
2238 async mode too. Make it a pass/fail test.
2239 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
2240 output.
2241 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
2242
5166082f
PA
22432014-05-21 Pedro Alves <palves@redhat.com>
2244
2245 * gdb.base/list.exp (build_pattern, test_list): New procedures.
2246 Use them to test variations of "list" after reaching a breakpoint.
2247 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
2248 Test "list" with listsize 10 after reaching a breakpoint.
2249 * gdb.python/python.exp (decode_line current location line
2250 number): Adjust expected line number.
2251
2f25d70f
SM
22522014-05-21 Simon Marchi <simon.marchi@ericsson.com>
2253
2254 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
2255 behavior for $args, pass it directly to "run".
2256
ff604a67
MR
22572014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
2258
2259 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
2260 30000 to 65536.
2261
6a3cb8e8
PA
22622014-05-21 Pedro Alves <palves@redhat.com>
2263
2264 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
2265 auto-connect-native-target off".
2266 * gdb.base/auto-connect-native-target.c: New file.
2267 * gdb.base/auto-connect-native-target.exp: New file.
2268
4ebfc96e
PA
22692014-05-21 Pedro Alves <palves@redhat.com>
2270
2271 * gdb.base/default.exp: Test "target native" instead of "target
2272 child".
2273
36d46afb
MW
22742014-05-21 Mark Wielaard <mjw@redhat.com>
2275
2276 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2277
5876f503
JK
22782014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2279
2280 Fix TLS access for -static -pthread.
2281 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
2282 <HAVE_TLS> (thread_function, main): Initialize it.
2283 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
2284 Add clean_restart.
2285 <$have_tls != "">: Check TLSVAR.
2286
0256a6ac
PA
22872014-05-21 Pedro Alves <palves@redhat.com>
2288
2289 * gdb.base/dcache-line-read-error.c: New.
2290 * gdb.base/dcache-line-read-error.exp: New.
2291
936d2992
PA
22922014-05-20 Pedro Alves <palves@redhat.com>
2293
2294 * gdb.base/compare-sections.c: New file.
2295 * gdb.base/compare-sections.exp: New file.
2296
802e8e6d
PA
22972014-05-20 Pedro Alves <palves@redhat.com>
2298
2299 * gdb.base/break-idempotent.c: New file.
2300 * gdb.base/break-idempotent.exp: New file.
2301
e59fa00f
MM
23022014-05-20 Markus Metzger <markus.t.metzger@intel.com>
2303
2304 * gdb.btrace/nohist.exp: New.
2305
8b696e31
YQ
23062014-05-20 Yao Qi <yao@codesourcery.com>
2307
2308 * lib/gdb.exp (gdb_init): Set timeout if test file is under
2309 gdb.reverse directory and gdb_reverse_timeout exists in board
2310 setting.
2311 * README: Document gdb_reverse_timeout.
2312
73c9764f
YQ
23132014-05-20 Yao Qi <yao@codesourcery.com>
2314
2315 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
2316 'test_file_name'. Treat args as a string instead of a list.
2317 (gdb_init): Rename argument 'args' by 'test_file_name'.
2318
f1f4348a
JK
23192014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2320
2321 * gdb.arch/powerpc-power.exp: New file.
2322 * gdb.arch/powerpc-power.s: New file.
2323
0dbe70ce
DE
23242014-05-16 Doug Evans <dje@google.com>
2325
2326 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
2327 * gdb.base/completion.exp: Check that all expected files exist
2328 before doing file completion.
0dbe70ce 2329
8d551b02
DE
23302014-05-16 Doug Evans <dje@google.com>
2331
2332 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
2333 Update.
2334 (do_syscall_tests_without_xml): Update.
2335
73eb7709
PA
23362014-05-16 Pedro Alves <palves@redhat.com>
2337
2338 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
2339 instead of "unknown output after running".
2340
3fae92fc
YQ
23412014-05-16 Yao Qi <yao@codesourcery.com>
2342
2343 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
2344 file1.txt from host at the end.
2345 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2346
c2b2ccc5
DE
23472014-05-15 Doug Evans <dje@google.com>
2348
2349 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
2350 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
2351 loading file. Add test for TU lookup.
2352
8c217a4b
SM
23532014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2354
2355 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
2356 calling "-exec-arguments" or "set args" before running the
2357 inferior.
2358
3deb39c6
SM
23592014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2360
2361 * lib/mi-support.exp (mi_expect_stop): Expect message for
2362 inferiors that exit with non-zero exit code.
2363
71a79f8c
YQ
23642014-05-14 Yao Qi <yao@codesourcery.com>
2365
2366 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
2367 match absolute path on remote host.
2368 (test_file_list_exec_source_files): Remove "/" from the
2369 pattern.
2370
f23fcd46
YQ
23712014-05-14 Yao Qi <yao@codesourcery.com>
2372
2373 * boards/local-remote-host-notty.exp (${board}_file): New
2374 proc.
2375
9404b58f
KM
23762014-05-07 Kyle McMartin <kyle@redhat.com>
2377
2378 Pushed by Joel Brobecker <brobecker@adacore.com>.
2379 * gdb.arch/aarch64-atomic-inst.c: New file.
2380 * gdb.arch/aarch64-atomic-inst.exp: New file.
2381
5e45f04c
YQ
23822014-05-07 Yao Qi <yao@codesourcery.com>
2383
2384 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
2385 in current context" too.
2386
c888a17d
KS
23872014-05-05 Keith Seitz <keiths@redhat.com>
2388
2389 * gdb.linespec/ls-dollar.exp: Add test for linespec
2390 file:convenience_variable.
2391
290a839c
YQ
23922014-05-05 Yao Qi <yao@codesourcery.com>
2393
2394 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
2395 traceframes into tfile and ctf trace files. Read data from
2396 trace file and test collected data.
2397 (gdb_collect_locals_test): Likewise.
2398 (gdb_unavailable_registers_test): Likewise.
2399 (gdb_unavailable_floats): Likewise.
2400 (gdb_collect_globals_test): Likewise.
2401 (top-level): Append "ctf" to trace_file_targets if GDB
2402 supports.
2403
b5262cd0
YQ
24042014-05-05 Yao Qi <yao@codesourcery.com>
2405
2406 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
2407 code to ...
2408 (gdb_collect_args_test_1): ... it. New proc.
2409 (gdb_collect_locals_test): Move some code to ...
2410 (gdb_collect_locals_test_1): ... it. New proc.
2411 (gdb_unavailable_registers_test): Move some code to ...
2412 (gdb_unavailable_registers_test_1): ... it. New proc.
2413 (gdb_unavailable_floats): Move some code to ...
2414 (gdb_unavailable_floats_1): ... it. New proc.
2415
30a1e6cc
SDJ
24162014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2417
2418 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
2419 probes to test for bitness recognition.
2420 * gdb.arch/amd64-stap-optional-prefix.exp
2421 (test_probe_value_without_reg): New procedure.
2422 Add code to test for different kinds of bitness.
2423
f33da99a
SDJ
24242014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2425
2426 PR breakpoints/16889
2427 * gdb.arch/amd64-stap-optional-prefix.S: New file.
2428 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2429
5b80f00d
PA
24302014-05-01 Pedro Alves <palves@redhat.com>
2431
2432 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
2433 gdb_file_cmd if no file is specified.
2434 * boards/native-extended-gdbserver.exp (gdb_load): Use the
2435 last_loaded_file to set the remote exec-file.
2436
f8c2a73c
PA
24372014-05-01 Pedro Alves <palves@redhat.com>
2438
2439 * boards/local-remote-host.exp: New file.
2440
be6e8ac7
PA
24412014-05-01 Pedro Alves <palves@redhat.com>
2442
2443 * boards/local-remote-host.exp: Rename to ...
2444 * boards/local-remote-host-notty.exp: ... this.
2445
cac0dc8f
JB
24462014-04-28 Joel Brobecker <brobecker@adacore.com>
2447
2448 * gdb.ada/dyn_arrayidx: New testcase.
2449
9730e6cc
YQ
24502014-04-26 Yao Qi <yao@codesourcery.com>
2451
2452 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
2453 and compute the length of function main. Save it in
2454 $main_length.
2455 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
2456 (top-level): Use gdb_compile to compile objects into
2457 executable and restart GDB. Remove invocation to
2458 prepare_for_testing.
2459
7ae1a6a6
PA
24602014-04-25 Simon Marchi <simon.marchi@ericsson.com>
2461 Pedro Alves <palves@redhat.com>
2462
2463 PR server/16255
2464 * gdb.multi/multi-attach.c: New file.
2465 * gdb.multi/multi-attach.exp: New file.
2466
4082afcc
PA
24672014-04-25 Pedro Alves <palves@redhat.com>
2468
2469 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
2470 user.
2471 (top level): Test that "set remote conditional-breakpoints-packet
2472 off" works as intended.
2473 * gdb.base/dprintf.exp: Test that "set remote
2474 breakpoint-commands-packet off" works as intended.
2475 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
2476 New function.
2477 (top level): Call it.
2478 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
2479 remote fast-tracepoints-packet off" works as intended.
2480 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
2481 * lib/gdb.exp (gdb_is_target_remote): ... here.
2482
2abc3f8d
DB
24832014-04-24 David Blaikie <dblaikie@gmail.com>
2484
2485 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
2486 ensure clang would not discard them.
2487 * gdb.base/gdbvars.c: Ditto.
2488 * gdb.base/memattr.c: Ditto.
2489 * gdb.base/whatis.c: Ditto.
2490 * gdb.python/py-prettyprint.c: Ditto.
2491 * gdb.trace/actions.c: Ditto.
2492 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
2493 ensure clang would not discard it.
2494
bfd39632
DB
24952014-04-24 David Blaikie <dblaikie@gmail.com>
2496
2497 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
2498 clang to emit the full definition of type required by the test
2499 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
2500
22842ff6
DB
25012014-04-24 David Blaikie <dblaikie@gmail.com>
2502
2503 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
2504 coax Clang into emitting the definition of the type.
2505 * gdb.cp/pr10728-x.h (y): Ditto.
2506 * gdb.cp/pr10728-y.cc (y): Ditto.
2507
c2e827ad
DB
25082014-04-24 David Blaikie <dblaikie@gmail.com>
2509
2510 * gdb.base/label.exp: XFAIL label related tests under Clang.
2511 * gdb.cp/cplabel.exp: Ditto.
2512 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
2513 under Clang those using labels.
2514
4c2d33e7
YQ
25152014-04-25 Yao Qi <yao@codesourcery.com>
2516
2517 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
2518 double_label.
2519 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
2520 partial_label and double_label.
2521
56083b99
DB
25222014-04-24 David Blaikie <dblaikie@gmail.com>
2523
2524 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
2525
25d4e99d
DB
25262014-04-24 David Blaikie <dblaikie@gmail.com>
2527
2528 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
2529 of the function to work across GCC and Clang.
2530 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
2531 pointer types (const void ** const V void **).
2532
01f9f808
MS
25332014-04-24 Michael Sturm <michael.sturm@mintel.com>
2534 Walfred Tedeschi <walfred.tedeschi@intel.com>
2535
2536 * Makefile.in (EXECUTABLES): Added i386-avx512.
2537 * gdb.arch/i386-avx512.c: New file.
2538 * gdb.arch/i386-avx512.exp: Likewise.
2539
4b48d439
KS
25402014-04-23 Keith Seitz <keiths@redhat.com>
2541
2542 * lib/mi-support.exp (mi_list_breakpoints): Delete.
2543 (mi_make_breakpoint_table): New procedure.
2544 (mi_create_breakpoint): Use mi_make_breakpoint
2545 and return the result.
2546 (mi_make_breakpoint): New procedure.
2547 (mi_build_kv_pairs): New procedure.
2548
2549 * gdb.mi/mi-break.exp: Remove unused globals,
2550 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
2551 All callers updated.
2552 * gdb.mi/mi-dprintf.exp: Use variable to track command
2553 number.
2554 Update all callers of mi_create_breakpoint and use
2555 mi_make_breakpoint_table.
2556 Remove any unused global variables.
2557 * gdb.mi/mi-nonstop.exp: Likewise.
2558 * gdb.mi/mi-nsintrall.exp: Likewise.
2559 * gdb.mi/mi-nsmoribund.exp: Likewise.
2560 * gdb.mi/mi-nsthrexec.exp: Likewise.
2561 * gdb.mi/mi-reverse.exp: Likewise.
2562 * gdb.mi/mi-simplerun.exp: Likewise.
2563 * gdb.mi/mi-stepn.exp: Likewise.
2564 * gdb.mi/mi-syn-frame.exp: Likewise.
2565 * gdb.mi/mi-until.exp: Likewise.
2566 * gdb.mi/mi-var-cp.exp: Likewise.
2567 * gdb.mi/mi-var-display.exp: Likewise.
2568 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
2569 * gdb.mi/mi2-var-child.exp: Likewise.
2570 * gdb.mi/mi-vla-c99.exp: Likewise.
2571 * lib/mi-support.exp: Likewise.
2572
2573 From Ian Lance Taylor <iant@cygnus.com>:
2574 * lib/gdb.exp (parse_args): New procedure.
2575
08351840
PA
25762014-04-23 Pedro Alves <palves@redhat.com>
2577
2578 * gdb.base/break-unload-file.c: New file.
2579 * gdb.base/break-unload-file.exp: New file.
2580 * gdb.base/sym-file-lib.c (baz): New function.
2581 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
2582 field.
2583 (load): Store the segment's mapped size.
2584 (unload): New function.
2585 (unload_shlib): New function.
2586 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
2587 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
2588 set a breakpoint at baz, and call it.
2589 * gdb.base/sym-file.exp: New tests for stale breakpoint
2590 instructions.
2591
076855f9
PA
25922014-04-23 Pedro Alves <palves@redhat.com>
2593
2594 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
2595 * gdb.base/hbreak-in-shr-unsupported.c: New file.
2596 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
2597 * gdb.base/hbreak-unmapped.c: New file.
2598 * gdb.base/hbreak-unmapped.exp: New file.
2599 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
2600 * lib/gdb.exp (gdb_is_target_remote): ... here.
2601
483805cf
PA
26022014-04-22 Pedro Alves <palves@redhat.com>
2603
2604 * gdb.base/consecutive-step-over.c: New file.
2605 * gdb.base/consecutive-step-over.exp: New file.
2606
06d97543
PA
26072014-04-22 Pedro Alves <palves@redhat.com>
2608
2609 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
2610 instead of send_gdb/gdb_expect.
2611
b4429ea2
YQ
26122014-04-22 Yao Qi <yao@codesourcery.com>
2613
2614 * lib/trace-support.exp (generate_tracefile): New procedure.
2615 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
2616 return 0.
2617 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
2618 if generate_tracefile returns 1.
2619
51d48146
PA
26202014-04-18 Tom Tromey <palves@redhat.com>
2621 Pedro alves <tromey@redhat.com>
2622
2623 PR backtrace/15558
2624 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
2625 with a backtrace limit.
2626 * gdb.python/py-frame-inline.exp: Test running to an inline
2627 function with a backtrace limit, and printing the newest frame.
2628 * gdb.python/py-frame-inline.c (main): Call f.
2629
bd1dce5f
MS
26302014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2631
2632 * gdb.java/jnpe.exp: Drop srcdir from untested path.
2633
40d1a503
MS
26342014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2635
2636 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
2637 Drop prefix from unsupported source file path.
2638
389b98f7
YQ
26392014-04-17 Yao Qi <yao@codesourcery.com>
2640
2641 * lib/gdb.exp (with_target_charset): New proc.
2642 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
2643 with_target_charset.
2644 (test_print_strings): Likewise.
2645 (test_repeat_bytes): Likewise.
2646 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
2647 for some tests.
2648
22869d73
KS
26492014-04-16 Keith Seitz <keiths@redhat.com>
2650
2651 PR gdb/15827
2652 * gdb.dwarf2/corrupt.c: New file.
2653 * gdb.dwarf2/corrupt.exp: New file.
2654
c4f87ca6
KS
26552014-04-16 Keith Seitz <keiths@redhat.com>
2656
2657 PR c++/16597
2658 * gdb.cp/namelessclass.cc: New file.
2659 * gdb.cp/namelessclass.exp: New file.
2660 * gdb.cp/namelessclass.S: New file.
2661
ab19de87
DE
26622014-04-16 Doug Evans <dje@google.com>
2663
2664 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
2665 Add comment.
2666 (gdbserver_default_get_comm_port): New function.
2667 (gdbserver_start): Check if board file provided
2668 "gdbserver,get_comm_port" and use it if so.
2669 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
2670 (gdb,socketport): Set to "stdio".
2671 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
2672 (stdio_gdbserver_template): Delete.
2673 (${board}_get_remote_address): Update.
2674 (${board}_build_remote_cmd): Delete.
2675 (${board}_get_comm_port): New function.
2676 (${board}_spawn): Update.
2677 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
2678 Delete.
2679 (${board}_get_remote_address): Update.
2680 (${board}_get_comm_port): New function.
2681
fc98a809
AB
26822014-04-16 Andrew Burgess <aburgess@broadcom.com>
2683
2684 * gdb.base/memattr.exp: Improve regexps to handle memory regions
2685 appearing in any order.
2686
87fd9e6e
DE
26872014-04-15 Doug Evans <dje@google.com>
2688
2689 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
2690 uninitialized value of "description".
2691
099fc3ea
KS
26922014-04-15 Keith Seitz <keiths@redhat.com>
2693
2694 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
2695 Remove unused globals.
2696 (test_running_the_program): Likewise.
2697 (test_controlled_execution): Likewise.
2698 (test_controlling_breakpoints): Likewise.
2699 (test_program_termination): Likewise.
2700
5da151d4
KS
27012014-04-15 Keith Seitz <keiths@redhat.com>
2702
2703 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
2704 unused globals.
2705 (test_rbreak_creation_and_listing): Likewise.
2706 (test_ignore_count): Likewise.
2707 (test_error): Likewise.
2708
35e5d2f0
PA
27092014-04-15 Pedro Alves <palves@redhat.com>
2710
2711 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
2712 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
2713 sym-file-loader.c.
2714 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
2715 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
2716 to sym-file-loader.c.
2717 (struct library): Forward declare.
2718 (load_shlib, lookup_function): Change prototypes.
2719 (find_shstrtab, find_strtab, find_shdr, find_symtab)
2720 (translate_offset): Remove declarations.
2721 (get_text_addr): New declaration.
2722 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
2723 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
2724 sym-file-loader.h.
2725 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
2726 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
2727 here from sym-file-loader.h.
2728 (struct library): New structure.
2729 (load_shlib, lookup_function): Change prototypes and adjust to
2730 work with a struct library.
2731 (find_shstrtab, find_strtab, find_shdr, find_symtab)
2732 (translate_offset): Make static.
2733 (get_text_addr): New function.
2734 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
2735
eb4c1710
PA
27362014-04-15 Pedro Alves <palves@redhat.com>
2737
2738 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
2739
2d1baf52
PA
27402014-04-15 Pedro Alves <palves@redhat.com>
2741
2742 * gdb.base/sym-file-loader.c: Include <limits.h>.
2743 (SELF_LINK): New define.
2744 (get_origin): New function.
2745 (load_shlib): Use it.
2746 * gdb.base/sym-file.exp: Don't early return if the target is
2747 remote. Use runto_main, and issue fail is that fails. Use
2748 gdb_load_shlibs.
2749 (shlib_name): Delete.
2750 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
2751
7dd6df01
PA
27522014-04-15 Pedro Alves <palves@redhat.com>
2753
2754 * gdb.base/sym-file.exp: Remove regex characters from test
2755 message. Don't refer to breakpoint numbers in test messages.
2756
b50c8614
KS
27572014-04-14 Keith Seitz <keiths@redhat.com>
2758
2759 PR c++/16253
2760 * gdb.cp/var-tag.cc: New file.
2761 * gdb.cp/var-tag.exp: New file.
2762 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2763 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2764 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2765 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2766
3d567982
TT
27672014-04-14 Tom Tromey <tromey@redhat.com>
2768
2769 * gdb.cp/classes.exp (test_enums): Handle underlying type.
2770 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
2771 type.
2772 * gdb.cp/enum-class.exp: New file.
2773 * gdb.cp/enum-class.cc: New file.
2774
0626fc76
TT
27752014-04-14 Tom Tromey <tromey@redhat.com>
2776
2777 * gdb.dwarf2/enum-type.exp: New file.
2778
dca325b3
SA
27792014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2780
2781 * gdb.mi/mi-vla-c99.exp: New file.
2782 * gdb.mi/vla.c: New file.
2783
5854b38a
SA
27842014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2785
2786 * gdb.base/vla-datatypes.c: New file.
2787 * gdb.base/vla-datatypes.exp: New file.
2788
463bb957
SA
27892014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2790
2791 * gdb.base/vla-ptr.c: New file.
2792 * gdb.base/vla-ptr.exp: New file.
2793
3dd170be
SA
27942014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2795
2796 * gdb.dwarf2/count.exp: New file.
2797
5ecaaa66
SA
27982014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2799
2800 * gdb.base/vla-sideeffect.c: New file.
2801 * gdb.base/vla-sideeffect.exp: New file.
2802
41f1ada5
DB
28032014-04-14 David Blaikie <dblaikie@gmail.com>
2804
2805 * gdb.mi/non-stop.c: Add return value for non-void function return
2806 statement.
2807 * gdb.threads/staticthreads.c: Ditto.
2808
0be03e84
DE
28092014-04-12 Siva Chandra Reddy <sivachandra@google.com>
2810 Doug Evans <xdje42@gmail.com>
2811
2812 * gdb.guile/scm-value.c: Improve test case.
2813 * gdb.guile/scm-value.exp: Add new test.
2814
f180a1fb
DB
28152014-04-11 David Blaikie <dblaikie@gmail.com>
2816
2817 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
2818 override Clang's default.
2819
6b662e19
JB
28202014-04-11 Joel Brobecker <brobecker@adacore.com>
2821
2822 Revert the following changes (regressions):
2823
2824 * gdb.base/vla-sideeffect.c: New file.
2825 * gdb.base/vla-sideeffect.exp: New file.
2826
2827 * gdb.dwarf2/count.exp: New file.
2828
2829 * gdb.base/vla-multi.c: New file.
2830 * gdb.base/vla-multi.exp: New file.
2831
2832 * gdb.base/vla-ptr.c: New file.
2833 * gdb.base/vla-ptr.exp: New file.
2834
2835 * gdb.base/vla-datatypes.c: New file.
2836 * gdb.base/vla-datatypes.exp: New file.
2837
2838 * gdb.mi/mi-vla-c99.exp: New file.
2839 * gdb.mi/vla.c: New file.
2840
245a5f0b
KS
28412014-04-11 Keith Seitz <keiths@redhat.com>
2842
2843 PR c++/16675
2844 * gdb.cp/cpsizeof.exp: New file.
2845 * gdb.cp/cpsizeof.cc: New file.
2846
58a84dcf
SA
28472014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2848
191a8a90
JB
2849 * gdb.mi/mi-vla-c99.exp: New file.
2850 * gdb.mi/vla.c: New file.
58a84dcf 2851
c8655f75
SA
28522014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2853
2854 * gdb.base/vla-datatypes.c: New file.
2855 * gdb.base/vla-datatypes.exp: New file.
2856
024e13b4
SA
28572014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2858
2859 * gdb.base/vla-ptr.c: New file.
2860 * gdb.base/vla-ptr.exp: New file.
2861
1a237e0e
SA
28622014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2863
2864 * gdb.base/vla-multi.c: New file.
2865 * gdb.base/vla-multi.exp: New file.
2866
504f3432
SA
28672014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2868
2869 * gdb.dwarf2/count.exp: New file.
2870
3bce8237
SA
28712014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2872
191a8a90
JB
2873 * gdb.base/vla-sideeffect.c: New file.
2874 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 2875
322f9c21
YQ
28762014-04-11 Yao Qi <yao@codesourcery.com>
2877
2878 * gdb.base/completion.exp: Check file exists before running tests
2879 on file completion.
2880
d708bcd1
PA
28812014-04-10 Pedro Alves <palves@redhat.com>
2882
2883 * gdb.base/cond-eval-mode.c: New file.
2884 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
2885 prepare_for_testing to build the new file. Check result of
2886 runto_main.
2887 (test_break, test_watch): New procedures.
2888 (top level): Use them.
2889
ae1d2761
PM
28902014-04-08 Pierre Muller <muller@sourceware.org>
2891
2892 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
2893 Ctrl-V use for mingw hosts.
2894
7af389b8
SC
28952014-04-07 Siva Chandra Reddy <sivachandra@google.com>
2896
2897 * gdb.python/py-value.c: Improve test case.
2898 * gdb.python/py-value.exp: Add new test.
2899
5e703181
DE
29002014-04-07 David Blaikie <dblaikie@gmail.com>
2901
2902 * lib/compiler.c: Identify the clang compiler.
2903 * lib/compiler.cc: Ditto.
2904
9810b410
YQ
29052014-04-03 Yao Qi <yao@codesourcery.com>
2906
2907 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
2908
98d1b8dc
AB
29092014-04-01 Anton Blanchard <anton@samba.org>
2910
2911 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
2912 messages unique.
2913
3114cea1
AB
29142014-04-01 Anton Blanchard <anton@samba.org>
2915
2916 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
2917 prepare_for_testing.
2918
62f7182c
AB
29192014-04-01 Anton Blanchard <anton@samba.org>
2920
2921 * gdb.arch/ppc64-atomic-inst.c: Remove.
2922 * gdb.arch/ppc64-atomic-inst.S: New file.
2923 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
2924
770e7fc7
DE
29252014-03-31 Doug Evans <dje@google.com>
2926
2927 * gdb.base/print-symbol-loading-lib.c: New file.
2928 * gdb.base/print-symbol-loading-main.c: New file.
2929 * gdb.base/print-symbol-loading.exp: New file.
2930
46e2bafa
YQ
29312014-03-31 Yao Qi <yao@codesourcery.com>
2932
2933 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
2934
8776cfe9
JB
29352014-03-28 Joel Brobecker <brobecker@adacore.com>
2936
2937 * gdb.ada/mi_dyn_arr: New testcase.
2938
5d1ef361
DE
29392014-03-27 Doug Evans <dje@google.com>
2940
2941 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
2942
b5bee914
YQ
29432014-03-27 Yao Qi <yao@codesourcery.com>
2944
2945 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
2946 if target is nios2-*-*.
2947
0d4d0e77
YQ
29482014-03-26 Yao Qi <yao@codesourcery.com>
2949
2950 * lib/gdb.exp (readline_is_used): New proc.
2951 * gdb.base/completion.exp: Move tests on command complete up.
2952 Skip the rest of tests if readline is not used.
2953 * gdb.ada/complete.exp: Skp the test if readline is not
2954 used.
2955 * gdb.base/filesym.exp: Likewise.
2956 * gdb.base/macscp.exp: Likewise.
2957 * gdb.base/readline-ask.exp: Likewise.
2958 * gdb.base/readline.exp: Likewise.
2959 * gdb.python/py-cmd.exp: Likewise.
2960 * gdb.trace/tfile.exp: Likewise.
2961
29361eee
YQ
29622014-03-26 Yao Qi <yao@codesourcery.com>
2963
2964 * gdb.base/macscp.exp: Fix code format issues.
2965
bc9a5525
UW
29662014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
2967
2968 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
2969 * gdb.asm/powerpc64le.inc: New file.
2970
d3839ede
PA
29712014-03-25 Pedro Alves <palves@redhat.com>
2972 Doug Evans <dje@google.com>
2973
2974 * gdb.base/source-execution.c: New file.
2975 * gdb.base/source-execution.exp: New file.
2976 * gdb.base/source-execution.gdb: New file.
2977
01672a57
DE
29782014-03-24 Doug Evans <dje@google.com>
2979
2980 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
2981 using fission.
2982
88bbeca9
HZ
29832014-03-24 Hui Zhu <hui@codesourcery.com>
2984 Pedro Alves <palves@redhat.com>
2985
2986 PR breakpoints/16101
2987 * gdb.base/dprintf.exp: Use unsupported rather than changing the
2988 test pass/fail messages. Detect missing support for dprintf when
2989 breakpoints are actually inserted.
2990 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
2991 breakpoints are actually inserted.
2992 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
2993 fails.
2994
d2348791
JK
29952014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2996
2997 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
2998
feef67ab
DE
29992014-03-22 Doug Evans <xdje42@gmail.com>
3000
3001 * gdb.python/python.exp (python not supported): Verify multi-line
3002 python command issues an error.
25d743f9 3003 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 3004 guile command issues an error.
feef67ab 3005
ecebef6a
MR
30062014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
3007
3008 * gdb.threads/thread-specific.exp: Handle the lack of usable
3009 $this_breakpoint and $this_thread.
3010
ccdd1909
HZ
30112014-03-21 Hui Zhu <hui@codesourcery.com>
3012
3013 * gdb.base/attach.exp (do_command_attach_tests): New.
3014
beb460e8
PA
30152014-03-20 Tom Tromey <tromey@redhat.com>
3016 Pedro Alves <palves@redhat.com>
3017
3018 PR cli/15718
3019 * gdb.base/condbreak-call-false.c: New file.
3020 * gdb.base/condbreak-call-false.exp: New file.
3021
40acf43a
PA
30222014-03-20 Pedro Alves <palves@redhat.com>
3023
3024 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
3025 Delete.
3026 (block_signals, unblock_signals): Delete.
3027 (child_function_2, main): Remove references to deleted variable
3028 and functions.
3029
9f5e1e02
PA
30302014-03-20 Pedro Alves <palves@redhat.com>
3031
3032 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
3033 Use pthread_kill to signal thread 2.
3034 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3035 Adjust to make the test send itself a signal rather than using the
3036 host's "kill" command.
3037
99619bea
PA
30382014-03-20 Pedro Alves <palves@redhat.com>
3039
3040 * gdb.threads/multiple-step-overs.c: New file.
3041 * gdb.threads/multiple-step-overs.exp: New file.
3042 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3043 Adjust expected infrun debug output.
3044
2adfaa28
PA
30452014-03-20 Pedro Alves <palves@redhat.com>
3046
3047 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
3048 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
3049
31e77af2
PA
30502014-03-20 Pedro Alves <palves@redhat.com>
3051
3052 PR breakpoints/7143
3053 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
3054 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
3055 of gdb_test_multiple.
3056 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
3057 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
3058
b9f437de
PA
30592014-03-20 Pedro Alves <palves@redhat.com>
3060
3061 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
3062 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
3063
05adc73e
PA
30642014-03-19 Pedro Alves <palves@redhat.com>
3065
3066 * gdb.base/async.exp: Remove early return.
3067
6048b950
PA
30682014-03-19 Pedro Alves <palves@redhat.com>
3069
3070 * gdb.base/async.exp (step& tests): Pass explicit test messages.
3071
8bcfb00a
PA
30722014-03-19 Pedro Alves <palves@redhat.com>
3073
3074 * gdb.base/async.exp (test_background): Expect \r\n after
3075 "completed." in the fail pattern.
3076
884e37dc
PA
30772014-03-19 Pedro Alves <palves@redhat.com>
3078
3079 * gdb.base/async.exp (test_background): New procedure.
3080 Use it for all background execution command tests.
3081
148e57e2
PA
30822014-03-19 Pedro Alves <palves@redhat.com>
3083
3084 * gdb.base/async.exp: Use prepare_for_testing.
3085
f48088c7
PA
30862014-03-19 Pedro Alves <palves@redhat.com>
3087
3088 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
3089 the same line.
3090
e2f6c966
PA
30912014-03-19 Pedro Alves <palves@redhat.com>
3092
3093 * gdb.base/async.c (main): Add "jump here" and "until here" line
3094 marker comments.
3095 * gdb.base/async.exp (jump_here): New global.
3096 (jump& test): Use it.
3097 (until_here): New global.
3098 (until& test): Use it.
3099
c30568d4
PA
31002014-03-19 Pedro Alves <palves@redhat.com>
3101
3102 * gdb.base/async.exp: Don't frob gdb_protocol.
3103
0172b6a7
DE
31042014-03-18 Doug Evans <xdje42@gmail.com>
3105
3106 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
3107 Fix spelling of exec-done-display.
3108
06c868a8
JK
31092014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3110
3111 PR gdb/15358
3112 * gdb.base/gdb-sigterm.c: New file.
3113 * gdb.base/gdb-sigterm.exp: New file.
3114
0c7e1a46
PA
31152014-03-18 Pedro Alves <palves@redhat.com>
3116
3117 PR gdb/13860
3118 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
3119 * lib/mi-support.exp (mi_expect_stop): Add special handling for
3120 solib-event.
3121
f7c77d93
JB
31222014-03-17 Joel Brobecker <brobecker@adacore.com>
3123
3124 * gdb.ada/pckd_arr_ren: New testcase.
3125
5a1e8c7a
DE
31262014-03-13 Doug Evans <xdje42@gmail.com>
3127
3128 PR guile/16612
3129 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
3130 collect after discarding symbols.
3131
350e1a76
DE
31322014-03-13 Ludovic Courtès <ludo@gnu.org>
3133 Doug Evans <xdje42@gmail.com>
3134
3135 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
3136 to history survives a gc.
3137
a69900ae
PA
31382014-03-13 Pedro Alves <palves@redhat.com>
3139
3140 * gdb.base/default.exp: Don't test "target procfs".
3141
5db9f0bd
PA
31422014-03-13 Pedro Alves <palves@redhat.com>
3143
3144 * gdb.base/default.exp: Update "target child" and "target procfs"
3145 tests to not expect "Unix".
3146
b3ccfe11
TT
31472014-03-12 Tom Tromey <tromey@redhat.com>
3148
3149 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
3150 New procs. Add target-async tests.
3151 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
3152 Add target-async tests.
3153
646f4417
AA
31542014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3155
3156 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
3157 'func_start' and 'func_end' for the beginning and end of the
3158 function code, respectively.
3159 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
3160 'func_end' instead of 'func' and 'main'.
3161
288c211f
AA
31622014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3163
3164 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
3165 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
3166 generate the debug info assembler source.
3167
e0c0f156
AA
31682014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3169
3170 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
3171 * gdb.dwarf2/arr-subrange.exp: Likewise.
3172 * gdb.dwarf2/dwz.exp: Likewise.
3173 * gdb.dwarf2/method-ptr.exp: Likewise.
3174 * gdb.dwarf2/missing-sig-type.exp: Likewise.
3175 * gdb.dwarf2/subrange.exp: Likewise.
3176 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
3177 * gdb.dwarf2/implptrpiece.exp: Likewise.
3178 * gdb.dwarf2/nostaticblock.exp: Likewise.
3179
0e5c4555
AA
31802014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3181
3182 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
3183 directory to absolute path name arguments.
3184
5ec18f2b
JG
31852014-03-10 Joel Brobecker <brobecker@adacore.com>
3186
3187 * gdb.ada/tagged_access: New testcase.
3188
847fc4f2
MM
31892014-03-07 Markus Metzger <markus.t.metzger@intel.com>
3190
3191 * gdb.btrace/data.exp: Update expected output.
3192
cc3da688
YQ
31932014-03-06 Yao Qi <yao@codesourcery.com>
3194
3195 * gdb.trace/pr16508.exp: New file.
3196
0f26cec1
PA
31972014-03-05 Pedro Alves <palves@redhat.com>
3198
3199 PR gdb/16575
3200 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
3201 procedure.
3202 (top level): Adjust to use it. Add tests that exercise breakpoint
3203 interaction with the code-cache.
3204
7a5a839f
LC
32052014-02-26 Ludovic Courtès <ludo@gnu.org>
3206
3207 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
3208 test for 'history-append!'.
3209
31aa7e4e
JB
32102014-02-26 Joel Brobecker <brobecker@adacore.com>
3211
3212 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
3213 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
3214 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
3215 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
3216 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
3217 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
3218
1b588015
JB
32192014-02-26 Joel Brobecker <brobecker@adacore.com>
3220
3221 * testsuite/gdb.python/py-pp-re-notag.c: New file.
3222 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
3223 * testsuite/gdb.python/py-pp-re-notag.p: New file.
3224
55426c9d
JB
32252014-02-26 Joel Brobecker <brobecker@adacore.com>
3226
3227 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
3228
dc53a7ad
JB
32292014-02-26 Joel Brobecker <brobecker@adacore.com>
3230
3231 * gdb.dwarf2/arr-stride.c: New file.
3232 * gdb.dwarf2/arr-stride.exp: New file.
3233
12ab52e9
PA
32342014-02-26 Pedro Alves <palves@redhat.com>
3235
3236 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
3237 that won't ever trigger. Make sure that GDB reports the correct
3238 breakpoint that caused the stop.
3239
849c862e
JK
32402014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3241
3242 PR gdb/16626
3243 * gdb.base/auto-load-script: New file.
3244 * gdb.base/auto-load.c: New file.
3245 * gdb.base/auto-load.exp: New file.
3246
71b7d793
JK
3247 PR gdb/16626
3248 * gdb.base/auto-load.exp: Fix out-of-srctree run.
3249
e2f0d509
JK
32502014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3251
3252 Fix dw2-icycle.exp -fsanitize=address GDB crash.
3253 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
3254
50cc37c8
DE
32552014-02-24 Doug Evans <dje@google.com>
3256
3257 * lib/gdb.exp (run_on_host): Log error output if program fails.
3258
ea4758f2
PA
32592014-02-21 Pedro Alves <palves@redhat.com>
3260
3261 * gdb.threads/step-after-sr-lock.c: Rename to ...
3262 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
3263 * gdb.threads/step-after-sr-lock.exp: Rename to ...
3264 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3265 ... this.
3266
d7b30f67
SDJ
32672014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
3268
3269 PR tdep/16397
3270 * gdb.arch/amd64-stap-special-operands.exp: New file.
3271 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
3272 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
3273 * gdb.arch/amd64-stap-triplet.S: Likewise.
3274 * gdb.arch/amd64-stap-triplet.c: Likewise.
3275
83deb43f
JB
32762014-02-20 Joel Brobecker <brobecker@adacore.com>
3277
3278 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
3279 in .section pseudo-op.
3280
adde2bff
DE
32812014-02-20 lin zuojian <manjian2006@gmail.com>
3282 Joel Brobecker <brobecker@adacore.com>
3283 Doug Evans <xdje42@gmail.com>
3284
3285 PR symtab/16581
3286 * gdb.dwarf2/dw2-icycle.S: New file.
3287 * gdb.dwarf2/dw2-icycle.c: New file.
3288 * gdb.dwarf2/dw2-icycle.exp: New file.
3289
f7bd0f78
SC
32902014-02-19 Siva Chandra Reddy <sivachandra@google.com>
3291
3292 * gdb.python/py-value-cc.cc: Improve test case to enable testing
3293 operations on gdb.Value objects.
3294 * gdb.python/py-value-cc.exp: Add new test to test operations on
3295 gdb.Value objects.
3296
c17ef0d5
DE
32972014-02-18 Doug Evans <dje@google.com>
3298
3299 * Makefile.in (TESTS): New variable.
3300 (expanded_tests, expanded_tests_or_none): New variables
3301 (check-single): Pass $(expanded_tests_or_none) to runtest.
3302 (check-parallel): Only run tests in $(TESTS) if non-empty.
3303 (check/no-matching-tests-found): New rule.
3304 * README: Document TESTS makefile variable.
3305
5dd3176f
DE
33062014-02-18 Doug Evans <dje@google.com>
3307
3308 * Makefile.in (check-parallel): rm -rf outputs temp.
3309
0b10be4f
JK
33102014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3311
3312 Fix "ERROR: no fileid for" in the testsuite.
3313 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
3314
85f224e7
DE
33152014-02-12 Doug Evans <dje@google.com>
3316
3317 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
3318 (MISCELLANEOUS): New variable.
3319 (clean): rm -rf $(MISCELLANEOUS).
3320 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
3321 dwp live in the same directory as symlinks, with each symlink pointed
3322 to a differently named file in a different directory.
3323
149b30ff
DE
33242014-02-11 Doug Evans <dje@google.com>
3325
3326 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
3327 of Tcl file commands.
3328
1dfdac32
MK
33292014-02-10 Mark Kettenis <kettenis@gnu.org>
3330
3331 * gdb.threads/step-after-sr-lock.exp: Avoid executing
3332 "kill -SIGUSR1 -1".
3333
aa4fb036
JB
33342014-02-10 Joel Brobecker <brobecker@adacore.com>
3335
3336 * gdb.ada/tick_length_array_enum_idx: New testcase.
3337
ed3ef339
DE
33382014-02-10 Doug Evans <xdje42@gmail.com>
3339
3340 * configure.ac (AC_OUTPUT): Add gdb.guile.
3341 * configure: Regenerate.
3342 * lib/gdb-guile.exp: New file.
3343 * lib/gdb.exp (get_target_charset): New function.
3344 * gdb.base/help.exp: Update expected output from "apropos apropos".
3345 * gdb.guile/Makefile.in: New file.
3346 * gdb.guile/guile.exp: New file.
3347 * gdb.guile/scm-arch.c: New file.
3348 * gdb.guile/scm-arch.exp: New file.
3349 * gdb.guile/scm-block.c: New file.
3350 * gdb.guile/scm-block.exp: New file.
3351 * gdb.guile/scm-breakpoint.c: New file.
3352 * gdb.guile/scm-breakpoint.exp: New file.
3353 * gdb.guile/scm-disasm.c: New file.
3354 * gdb.guile/scm-disasm.exp: New file.
3355 * gdb.guile/scm-equal.c: New file.
3356 * gdb.guile/scm-equal.exp: New file.
3357 * gdb.guile/scm-error.exp: New file.
3358 * gdb.guile/scm-error.scm: New file.
3359 * gdb.guile/scm-frame-args.c: New file.
3360 * gdb.guile/scm-frame-args.exp: New file.
3361 * gdb.guile/scm-frame-args.scm: New file.
3362 * gdb.guile/scm-frame-inline.c: New file.
3363 * gdb.guile/scm-frame-inline.exp: New file.
3364 * gdb.guile/scm-frame.c: New file.
3365 * gdb.guile/scm-frame.exp: New file.
3366 * gdb.guile/scm-generics.exp: New file.
3367 * gdb.guile/scm-gsmob.exp: New file.
3368 * gdb.guile/scm-iterator.c: New file.
3369 * gdb.guile/scm-iterator.exp: New file.
3370 * gdb.guile/scm-math.c: New file.
3371 * gdb.guile/scm-math.exp: New file.
3372 * gdb.guile/scm-objfile-script-gdb.in: New file.
3373 * gdb.guile/scm-objfile-script.c: New file.
3374 * gdb.guile/scm-objfile-script.exp: New file.
3375 * gdb.guile/scm-objfile.c: New file.
3376 * gdb.guile/scm-objfile.exp: New file.
3377 * gdb.guile/scm-ports.exp: New file.
3378 * gdb.guile/scm-pretty-print.c: New file.
3379 * gdb.guile/scm-pretty-print.exp: New file.
3380 * gdb.guile/scm-pretty-print.scm: New file.
3381 * gdb.guile/scm-section-script.c: New file.
3382 * gdb.guile/scm-section-script.exp: New file.
3383 * gdb.guile/scm-section-script.scm: New file.
3384 * gdb.guile/scm-symbol.c: New file.
3385 * gdb.guile/scm-symbol.exp: New file.
3386 * gdb.guile/scm-symtab-2.c: New file.
3387 * gdb.guile/scm-symtab.c: New file.
3388 * gdb.guile/scm-symtab.exp: New file.
3389 * gdb.guile/scm-type.c: New file.
3390 * gdb.guile/scm-type.exp: New file.
3391 * gdb.guile/scm-value-cc.cc: New file.
3392 * gdb.guile/scm-value-cc.exp: New file.
3393 * gdb.guile/scm-value.c: New file.
3394 * gdb.guile/scm-value.exp: New file.
3395 * gdb.guile/source2.scm: New file.
3396 * gdb.guile/types-module.cc: New file.
3397 * gdb.guile/types-module.exp: New file.
3398
7026a7c1
YQ
33992014-02-10 Yao Qi <yao@codesourcery.com>
3400
3401 PR testsuite/16543
3402 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
3403 * configure: Regenerated.
3404 * Makefile.in: New file.
3405
6c466447
AS
34062014-02-08 Andreas Schwab <schwab@linux-m68k.org>
3407
3408 * gdb.python/py-framefilter.exp: Fix typo.
3409
6e854735
YQ
34102014-02-08 Yao Qi <yao@codesourcery.com>
3411
3412 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
3413 that no =breakpoint-modified is emitted when breakpoints are
3414 modified through MI commands.
3415
d137e6dc
PA
34162014-02-07 Pedro Alves <pedro@codesourcery.com>
3417 Pedro Alves <palves@redhat.com>
3418
3419 * gdb.threads/step-after-sr-lock.c: New file.
3420 * gdb.threads/step-after-sr-lock.exp: New file.
3421
b5ee5a50
PA
34222014-02-07 Pedro Alves <palves@redhat.com>
3423
3424 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
3425
3c77faf3
JK
34262014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3427
3428 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
3429 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
3430
6dddc817
DE
34312014-02-06 Doug Evans <xdje42@gmail.com>
3432
3433 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
3434 output.
3435
3436 * gdb.gdb/python-interrupts.exp: New file.
3437
de7b2893
YQ
34382014-02-05 Yao Qi <yao@codesourcery.com>
3439
3440 * gdb.trace/report.exp (use_collected_data): Test the output
3441 of "info threads" and "info inferiors".
3442
66d032ac
YQ
34432014-02-05 Yao Qi <yao@codesourcery.com>
3444
3445 Revert this patch:
3446
3447 2013-05-24 Yao Qi <yao@codesourcery.com>
3448
3449 * gdb.trace/tfile.exp: Test inferior and thread.
3450
591a12a1
UW
34512014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3452
3453 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
3454 on a function.
3455 * gdb.base/step-bt.c: Call hello via function pointer to make
3456 sure its first instruction is executed on powerpc64le-linux.
3457
0ff3e01f
UW
34582014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3459
3460 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
3461
084ee545
UW
34622014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3463
3464 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
3465 of the test patterns for use on little-endian systems.
3466
6ed14ff3
UW
34672014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3468
3469 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
3470 (decimal_vector): Fix for little-endian.
3471
401e27fd
JM
34722014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
3473
3474 * gdb.arch/sparc-sysstep.exp: New file.
3475 * gdb.arch/sparc-sysstep.c: Likewise.
3476
3477 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
3478
8b924729
EBM
34792014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3480
3481 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
3482
fb151210
JB
34832014-01-23 Tom Tromey <tromey@redhat.com>
3484
3485 * gdb.ada/array_char_idx: New testcase.
3486
0740f8d8
TT
34872014-01-23 Tom Tromey <tromey@redhat.com>
3488
3489 PR python/16487:
3490 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
3491 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
3492 classes.
3493
21909fa1
TT
34942014-01-23 Tom Tromey <tromey@redhat.com>
3495
3496 PR python/16491:
3497 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
3498 string from an inferior frame.
3499 * gdb.python/py-framefilter-mi.exp: Update.
3500
87ce2a04
DE
35012014-01-22 Doug Evans <dje@google.com>
3502
3503 * gdb.server/server-mon.exp: Add tests for "set debug-format".
3504
237b092b
AA
35052014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3506
3507 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
3508
d674a709
AA
35092014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3510
3511 * gdb.trace/entry-values.exp: Remove excess space character from
3512 regex patterns. Handle s390 call instruction.
3513
20fa3390
AA
35142014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3515
3516 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
3517 define "*_start" label. Make "name" static.
3518 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
3519 ${name} by references to ${name}_start.
3520
78466714
AA
35212014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3522
3523 * gdb.base/info-macros.exp: Remove "debug" from the compile
3524 options.
3525
ec9f644a
IB
35262014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3527
3528 * gdb.dlang/demangle.exp: New file.
3529
94b1b47e
IB
35302014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3531
3532 * gdb.dlang/primitive-types.exp: New file.
3533
7f420862
IB
35342014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3535
3536 * configure.ac: Create gdb.dlang/Makefile.
3537 * configure: Regenerate.
3538 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
3539 * gdb.dlang/Makefile.in: New file.
3540 * lib/d-support.exp: New file.
3541 * lib/gdb.exp (skip_d_tests): New proc.
3542
52834460
MM
35432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3544
3545 * gdb.btrace/delta.exp: Check reverse stepi.
3546 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
3547 * gdb.btrace/finish.exp: New.
3548 * gdb.btrace/next.exp: New.
3549 * gdb.btrace/nexti.exp: New.
3550 * gdb.btrace/record_goto.c: Add comments.
3551 * gdb.btrace/step.exp: New.
3552 * gdb.btrace/stepi.exp: New.
3553 * gdb.btrace/multi-thread-step.c: New.
3554 * gdb.btrace/multi-thread-step.exp: New.
3555 * gdb.btrace/rn-dl-bind.c: New.
3556 * gdb.btrace/rn-dl-bind.exp: New.
3557 * gdb.btrace/data.c: New.
3558 * gdb.btrace/data.exp: New.
3559 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3560
6e07b1d2
MM
35612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3562
3563 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
3564 * gdb.btrace/exception.exp: Update.
3565 * gdb.btrace/instruction_history.exp: Update.
3566 * gdb.btrace/record_goto.exp: Update.
3567 * gdb.btrace/tailcall.exp: Update.
3568 * gdb.btrace/unknown_functions.exp: Update.
3569 * gdb.btrace/delta.exp: New.
3570
0b722aec
MM
35712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3572
3573 * gdb.btrace/record_goto.exp: Add backtrace test.
3574 * gdb.btrace/tailcall.exp: Add backtrace test.
3575
066ce621
MM
35762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3577
3578 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
3579 * gdb.btrace/record_goto.c: New.
3580 * gdb.btrace/record_goto.exp: New.
3581 * gdb.btrace/x86-record_goto.S: New.
3582
0688d04e
MM
35832014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3584
3585 * gdb.btrace/function_call_history.exp: Update tests.
3586 * gdb.btrace/instruction_history.exp: Update tests.
3587
8710b709
MM
35882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3589
3590 * gdb.btrace/function_call_history.exp: Fix expected field
3591 order for "record function-call-history".
3592 Add new tests for "record function-call-history /c".
3593 * gdb.btrace/exception.cc: New.
3594 * gdb.btrace/exception.exp: New.
3595 * gdb.btrace/tailcall.exp: New.
3596 * gdb.btrace/x86-tailcall.S: New.
3597 * gdb.btrace/x86-tailcall.c: New.
3598 * gdb.btrace/unknown_functions.c: New.
3599 * gdb.btrace/unknown_functions.exp: New.
3600 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3601
5de9129b
MM
36022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3603
3604 * gdb.btrace/instruction_history.exp: Update.
3605 * gdb.btrace/function_call_history.exp: Update.
3606
23a7fe75
MM
36072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3608
3609 * gdb.btrace/function_call_history.exp: Fix expected function
3610 trace.
3611 * gdb.btrace/instruction_history.exp: Initialize traced.
3612 Remove traced_functions.
3613
724c7dd8
MM
36142014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3615
3616 * gdb.btrace/function_call_history.exp: Update
3617 * gdb.btrace/instruction_history.exp: Update.
3618
6d78d93b
MM
36192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3620
3621 * gdb.btrace/enable.exp: Update expected text.
3622
93a360cc
OJ
36232014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
3624
3625 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
3626 bytes.
3627
3772b53f
MR
36282014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
3629
3630 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
3631
596662fa
OJ
36322014-01-15 Omair Javaid <omair.javaid@linaro.org>
3633
3634 * lib/gdb.exp (supports_process_record): Return true for
3635 arm*-linux*. (supports_reverse): Likewise.
3636
b5b08fb4
SC
36372014-01-13 Siva Chandra Reddy <sivachandra@google.com>
3638
3639 PR python/15464
3640 PR python/16113
3641 * gdb.python/py-type.c: Enhance test case.
3642 * gdb.python/py-value-cc.cc: Likewise
3643 * gdb.python/py-type.exp: Add new tests.
3644 * gdb.python/py-value-cc.exp: Likewise
3645
52d7fb13
AA
36462014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3647 Pedro Alves <palves@redhat.com>
3648
3649 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
3650 Make "name" extern.
3651 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
3652 references to ${name}_start by references to ${name}.
3653
a2cd8cfe
JB
36542014-01-10 Joel Brobecker <brobecker@adacore.com>
3655
3656 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
3657
4e23fced
JB
36582014-01-10 Joel Brobecker <brobecker@adacore.com>
3659
3660 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
3661
c6a9e42c
PA
36622014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
3663 Pedro Alves <palves@redhat.com>
3664
3665 * gdb.mi/mi-info-os.exp: Connect to the target with
3666 mi_gdb_target_load.
3667
b7ea362b
PA
36682014-01-08 Pedro Alves <palves@redhat.com>
3669
3670 * gdb.threads/reconnect-signal.c: New file.
3671 * gdb.threads/reconnect-signal.exp: New file.
3672
5e3f4fab
EBM
36732014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3674
3675 * gdb.base/source-dir.exp: New file.
3676
79301218
JB
36772014-01-07 Joel Brobecker <brobecker@adacore.com>
3678
3679 * gdb.ada/mi_interface: New testcase.
3680
8e355c5d
JB
36812014-01-07 Joel Brobecker <brobecker@adacore.com>
3682
3683 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
3684 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
3685 gdb.ada/pp-rec-component/pck.ads: New files.
3686
c0d48811
JB
36872014-01-07 Joel Brobecker <brobecker@adacore.com>
3688
3689 * gdb.python/py-pp-integral.c: New file.
3690 * gdb.python/py-pp-integral.py: New file.
3691 * gdb.python/py-pp-integral.exp: New file.
3692
17b609c3 3693For older changes see ChangeLog-1993-2013.
c906108c 3694\f
8d8cb839
EZ
3695;; Local Variables:
3696;; mode: change-log
3697;; left-margin: 8
3698;; fill-column: 74
3699;; version-control: never
3700;; End:
902f2ccb 3701
32d0add0 3702 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
3703 Copying and distribution of this file, with or without modification,
3704 are permitted provided the copyright notice and this notice are preserved.
This page took 2.219477 seconds and 4 git commands to generate.