dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
9d85a0ec
YQ
12014-12-29 Yao Qi <yao@codesourcery.com>
2
3 * gdb.trace/entry-values.exp: Update comments. Rename variable
4 bar_call_foo to returned_from_foo.
5
87186c6a
MMN
62014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7
8 PR gdb/17394
9 * gdb.linespec/break-asm-file.c: New file.
10 * gdb.linespec/break-asm-file.exp: New file.
11 * gdb.linespec/break-asm-file0.s: New file.
12 * gdb.linespec/break-asm-file1.s: New file.
13
1bab7383
YQ
142014-12-18 Nigel Stephens <nigel@mips.com>
15 Maciej W. Rozycki <macro@codesourcery.com>
16
17 * gdb.base/float.exp: Handle the new output from "info float" on
18 MIPS targets.
19
1bc1068a
JK
202014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21
22 Fix MinGW compilation.
23 * gdb.compile/compile-ops.exp: Update untested message if
24 !skip_compile_feature_tests.
25 * gdb.compile/compile-setjmp.exp: Likewise.
26 * gdb.compile/compile-tls.exp: Likewise.
27 * gdb.compile/compile.exp: Likewise.
28 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
29 supported on this host".
30
b6615d10
DE
312014-12-16 Doug Evans <xdje42@gmail.com>
32
33 * boards/stabs.exp: New file.
34
25dda427
AA
352014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
36
37 * gdb.base/completion.exp: Adjust to format changes of "maint
38 print user-registers".
39
bf330350
CU
402014-12-16 Catalin Udma <catalin.udma@freescale.com>
41
42 PR server/17457
43 * gdb.arch/aarch64-fp.c: New file.
44 * gdb.arch/aarch64-fp.exp: New file.
45
395cf596
SDJ
462014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
47
48 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
49 r210637, r210913, r211666, r215400, r215817).
50
51 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
52 * dg-extract-results.py: New file.
53 * dg-extract-results.sh: Use it if the environment seems
54 suitable.
55
56 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
57
58 * dg-extract-results.py (parse_run): Handle warnings that
59 are printed before a test harness is run.
60
61 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
62
63 * dg-extract-results.py (Named): Remove __cmp__ method.
64 (output_variation): Use a key to sort variation.harnesses.
65
66 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
67
68 * dg-extract-results.py: For Python 3, force sys.stdout to
69 handle surrogate escape sequences.
70 (safe_open): New function.
71 (output_segment, main): Use it.
72
73 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
74
75 * dg-extract-results.py (Prog.result_re): Include options
76 in test name.
77
78 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
79
80 * dg-extract-results.py (output_variation): Always sort if
81 do_sum.
82
e882ef3c
SM
832014-12-15 Simon Marchi <simon.marchi@ericsson.com>
84
85 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
86 as long as we get pagination notifications.
87
4992aa20
JM
882014-12-15 Jason Merrill <jason@redhat.com>
89
90 * Makefile.in (check-gdb.%): Restore.
91 * README: Mention it.
92
c1b5a1a6
JB
932014-12-13 Joel Brobecker <brobecker@adacore.com>
94
95 * gdb.ada/str_uninit: New testcase.
96
5537b577
JK
972014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
98
99 PR symtab/17642
100 * gdb.base/vla-stub-define.c: New file.
101 * gdb.base/vla-stub.c: New file.
102 * gdb.base/vla-stub.exp: New file.
103
bb2ec1b3
TT
1042014-12-12 Phil Muldoon <pmuldoon@redhat.com>
105 Jan Kratochvil <jan.kratochvil@redhat.com>
106 Tom Tromey <tromey@redhat.com>
107
108 * configure.ac: Add gdb.compile/.
109 * configure: Regenerate.
110 * gdb.compile/Makefile.in: New file.
111 * gdb.compile/compile-ops.exp: New file.
112 * gdb.compile/compile-ops.c: New file.
113 * gdb.compile/compile-tls.c: New file.
114 * gdb.compile/compile-tls.exp: New file.
115 * gdb.compile/compile-constvar.S: New file.
116 * gdb.compile/compile-constvar.c: New file.
117 * gdb.compile/compile-mod.c: New file.
118 * gdb.compile/compile-nodebug.c: New file.
119 * gdb.compile/compile-setjmp-mod.c: New file.
120 * gdb.compile/compile-setjmp.c: New file.
121 * gdb.compile/compile-setjmp.exp: New file.
122 * gdb.compile/compile-shlib.c: New file.
123 * gdb.compile/compile.c: New file.
124 * gdb.compile/compile.exp: New file.
125 * lib/gdb.exp (skip_compile_feature_tests): New proc.
126
4ff709eb
TT
1272014-12-12 Tom Tromey <tromey@redhat.com>
128
129 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
130 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
131
6dddd6a5
DE
1322014-12-12 Doug Evans <dje@google.com>
133
134 * lib/gdb-python.exp (get_python_valueof): New function.
135 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
136
71c24708
AA
1372014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
138
139 * gdb.base/completion.exp: Add test for completion of "info
140 registers ".
141
3e29f34a
MR
1422014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
143
144 * gdb.base/func-ptrs.c: New file.
145 * gdb.base/func-ptrs.exp: New file.
146
fc126975
SM
1472014-12-10 Simon Marchi <simon.marchi@ericsson.com>
148
149 PR breakpoints/17012
150 * gdb.base/dprintf-detach.c: New file.
151 * gdb.base/dprintf-detach.exp: New file.
152
0a46d518
SM
1532014-12-10 Simon Marchi <simon.marchi@ericsson.com>
154
155 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
156 * lib/gdb.exp (target_is_gdbserver): New procedure.
157
a0be3e44
DE
1582014-12-08 Doug Evans <dje@google.com>
159
160 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
161
df1b803a
YQ
1622014-12-05 Yao Qi <yao@codesourcery.com>
163
164 * gdb.guile/scm-error.exp: Remove the third argument to
165 gdb_remote_download.
166 * gdb.guile/scm-frame-args.exp: Likewise.
167 * gdb.guile/scm-section-script.exp: Likewise.
168
ddb9f679
YQ
1692014-12-05 Yao Qi <yao@codesourcery.com>
170
171 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
172
86e4ed39
DE
1732014-12-04 Doug Evans <dje@google.com>
174
175 * gdb.python/py-objfile.exp: Add tests for
176 objfile.add_separate_debug_file.
177
7c50a931
DE
1782014-12-04 Doug Evans <dje@google.com>
179
180 * lib/gdb.exp (get_build_id): New function.
181 (build_id_debug_filename_get): Rewrite to use it.
182 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
183
621661e3
MR
1842014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
185
186 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
187 `method(long)', not just 0x0.
188 * gdb.cp/nsalias.exp: Align code labels to 4.
189 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
190 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
191 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
192 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
193 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
194 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
195
29f0c3b7
DE
1962014-12-02 Doug Evans <dje@google.com>
197
198 PR symtab/17602
199 * gdb.cp/anon-ns.cc: Move guts of this file to ...
200 * gdb.cp/anon-ns-2.cc: ... here. New file.
201 * gdb.cp/anon-ns.exp: Update.
202
162078c8
NB
2032014-12-02 Nick Bull <nicholaspbull@gmail.com>
204
205 * gdb.python/py-events.py (inferior_call_handler): New.
206 (register_changed_handler, memory_changed_handler): New.
207 (test_events.invoke): Register new handlers.
208 * gdb.python/py-events.exp: Add tests for inferior call,
209 memory_changed and register_changed events.
210
fdb09caf
AA
2112014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
212
213 * gdb.base/execl-update-breakpoints.exp: Specify the link address
214 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
215 if the linker doesn't understand this.
216
55cfb2c4
SM
2172014-12-01 Simon Marchi <simon.marchi@ericsson.com>
218
219 * gdb.python/python.exp: Change expected reply to help().
220
9e8cd6df
YQ
2212014-12-01 Yao Qi <yao@codesourcery.com>
222
223 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
224 AC_CONFIG_SUBDIRS(gdb.gdbtk).
225 * configure: Re-generated.
226
6c659fc2
SC
2272014-11-28 Siva Chandra Reddy <sivachandra@google.com>
228
229 * gdb.cp/chained-calls.cc: New file.
230 * gdb.cp/chained-calls.exp: New file.
231 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
232
d7fc3181
SM
2332014-11-28 Simon Marchi <simon.marchi@ericsson.com>
234
235 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
236 * gdb.dwarf2/symtab-producer.exp: Same.
237 * gdb.gdb/python-interrupts.exp: Same.
238 * gdb.gdb/python-selftest.exp: Same.
239 * gdb.python/py-linetable.exp: Same.
240 * gdb.python/py-type.exp: Same.
241 * gdb.python/py-value-cc.exp: Same.
242 * gdb.python/py-value.exp: Same.
243
10e79639
YQ
2442014-11-28 Yao Qi <yao@codesourcery.com>
245
246 * gdb.base/break-probes.exp: Match library name prefixed with
247 sysroot.
248
f28a0564
SM
2492014-11-27 Simon Marchi <simon.marchi@ericsson.com>
250
251 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
252 test expected output. Add parentheses for the call to print.
253 Remove L suffix from integers.
254
3fe1ce1d
DE
2552014-11-26 Doug Evans <dje@google.com>
256
257 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
258
84429e27
YQ
2592014-11-22 Yao Qi <yao@codesourcery.com>
260
261 * gdb.trace/entry-values.c: Remove asms.
262 (foo): Add foo_label.
263 (bar): Add bar_label.
264 * gdb.trace/entry-values.exp: Remove code computing foo's
265 length and bar's length.
266 (Dwarf::assemble): Invoke function_range for bar and use
267 MACRO_AT_func for foo.
268
26741859
YQ
2692014-11-22 Yao Qi <yao@codesourcery.com>
270
271 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
272 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
273 Use .Lgcc43_procstart instead of gcc43.
274
45e44d27
JB
2752014-11-21 Joel Brobecker <brobecker@adacore.com>
276
277 * gdb.ada/n_arr_bound: New testcase.
278
458c8db8
SDJ
2792014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
280
281 PR breakpoints/10737
282 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
283 test_catch_syscall_multi_arch.
284 (test_catch_syscall_multi_arch): New function.
285
43f3e411
DE
2862014-11-20 Doug Evans <xdje42@gmail.com>
287
288 * gdb.base/maint.exp: Update expected output.
289
0d7b2549
AA
2902014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
291
292 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
293 4-byte instruction on S390.
294
8908fca5
JB
2952014-11-19 Joel Brobecker <brobecker@adacore.com>
296
297 * gdb.ada/arr_arr: New testcase.
298
4a46959e
JB
2992014-11-19 Joel Brobecker <brobecker@adacore.com>
300
301 * gdb.ada/pkd_arr_elem: New Testcase.
302
470e2f4e
LM
3032014-11-18 Luis Machado <lgustavo@codesourcery.com>
304
305 * gdb.reverse/break-precsave: Expect completion message for
306 core file reads.
307 * gdb.reverse/consecutive-precsave.exp: Likewise.
308 * gdb.reverse/finish-precsave.exp: Likewise.
309 * gdb.reverse/i386-precsave.exp: Likewise.
310 * gdb.reverse/machinestate-precsave.exp: Likewise.
311 * gdb.reverse/sigall-precsave.exp: Likewise.
312 * gdb.reverse/solib-precsave.exp: Likewise.
313 * gdb.reverse/step-precsave.exp: Likewise.
314 * gdb.reverse/until-precsave.exp: Likewise.
315 * gdb.reverse/watch-precsave.exp: Likewise.
316
a267f3ad
AA
3172014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
318
319 * gdb.base/bp-permanent.c: Include unistd.h.
320 * gdb.python/py-framefilter-mi.c (main): Add return type.
321 * gdb.python/py-framefilter.c (main): Likewise.
322 * gdb.trace/actions-changed.c (main): Likewise.
323
12084a9a
AA
3242014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
325
326 * gdb.mi/until.c: Add eye-catchers.
327 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
328 line numbers.
329
dc7e1a77
AA
3302014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
331
332 * gdb.base/condbreak.exp: Drop references to removed non-prototype
333 function header variants in break1.c.
334 * gdb.base/ena-dis-br.exp: Likewise.
335 * gdb.base/hbreak2.exp: Likewise.
336 * gdb.reverse/until-precsave.exp: Drop references to removed
337 non-prototype function header variants in ur1.c.
338 * gdb.reverse/until-reverse.exp: Likewise.
339
41c77605
PM
3402014-11-17 Petr Machata <pmachata@redhat.com>
341
342 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
343 ${_cu_offset_size} bytes abbrev offset.
344
34248c3a
DE
3452014-11-15 Doug Evans <xdje42@gmail.com>
346
347 PR symtab/17559
348 * gdb.base/line-symtabs.exp: New file.
349 * gdb.base/line-symtabs.c: New file.
350 * gdb.base/line-symtabs.h: New file.
351
646da059
YQ
3522014-11-14 Yao Qi <yao@codesourcery.com>
353
354 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
355 (func): Add label func_label.
356 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
357 Replace low_pc and high_pc with MACRO_AT_range.
358 Replace name, low_pc and high_pc with MACRO_AT_func.
359
9301ebe6
YQ
3602014-11-14 Yao Qi <yao@codesourcery.com>
361
362 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
363 Replace name, low_pc and high_pc with MACRO_AT_func.
364
f166b542
YQ
3652014-11-14 Yao Qi <yao@codesourcery.com>
366
367 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
368 produce debug information.
369 * gdb.dwarf2/implptr-optimized-out.S: Removed.
370
0f6e71e3
YQ
3712014-11-14 Yao Qi <yao@codesourcery.com>
372
373 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
374 object and get function length.
375 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
376 with MACRO_AT_func.
377 (top-level): Replace gdb_compile and clean_restart with
378 prepare_for_testing.
379 * gdb.dwarf2/main.c (main): Add label main_label.
380
876c4df9
YQ
3812014-11-14 Yao Qi <yao@codesourcery.com>
382
383 * lib/dwarf.exp (function_range): New procedure.
384 (Dwarf::_handle_macro_at_func): New procedure.
385 (Dwarf::_handle_macro_at_range): New procedure.
386 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
387
02ad9cf1
YQ
3882014-11-14 Yao Qi <yao@codesourcery.com>
389
390 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
391 (_handle_attribute): New procedure.
392
a59add0c
AA
3932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
394
395 * gdb.ada/cond_lang/foo.c (callme): Add return type.
396 * gdb.base/call-sc.c (zed): Likewise.
397 * gdb.base/checkpoint.c (main): Likewise.
398 * gdb.base/dump.c (main): Likewise.
399 * gdb.base/gcore.c (main): Likewise.
400 * gdb.base/huge.c (main): Likewise.
401 * gdb.base/multi-forks.c (main): Likewise.
402 * gdb.base/pr10179-a.c (main): Likewise.
403 * gdb.base/savedregs.c (main): Likewise.
404 * gdb.base/sigaltstack.c (main): Likewise.
405 * gdb.base/siginfo.c (main): Likewise.
406 * gdb.base/structs.c (zed): Likewise.
407 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
408 * gdb.mi/mi-syn-frame.c (main): Likewise.
409 * gdb.mi/until.c (foo, main): Likewise.
410 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
411 * gdb.base/solib-weak.c (foo): Declare.
412 * gdb.base/attach-twice.c: Include stdio.h.
413 * gdb.base/weaklib1.c: Likewise.
414 * gdb.base/weaklib2.c: Likewise.
415 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
416 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
417 unistd.h.
418 * gdb.base/attach-pie-misread.c: Include stdlib.h.
419 * gdb.mi/mi-exit-code.c: Likewise.
420 * gdb.base/break-interp-lib.c: Include string.h.
421 * gdb.base/coremaker.c: Likewise.
422 * gdb.base/testenv.c: Likewise.
423 * gdb.python/py-finish-breakpoint.c: Likewise.
424 * gdb.base/inferior-died.c: Include sys/wait.h.
425 * gdb.base/fileio.c: Include time.h.
426 * gdb.base/async-shell.c: Include unistd.h.
427 * gdb.base/dprintf-non-stop.c: Likewise.
428 * gdb.base/info-os.c: Likewise.
429 * gdb.mi/mi-console.c: Likewise.
430 * gdb.mi/watch-nonstop.c: Likewise.
431 * gdb.python/py-events.c: Likewise.
432 * gdb.base/async.c (baz): Move up before its invocation.
433 * gdb.base/code_elim2.c (my_global_func): Likewise.
434 * gdb.base/skip-solib-lib.c (multiply): Likewise.
435 * gdb.base/advance.c (func2): Likewise.
436
3b5d5997
AA
4372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
438
439 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
440 variant.
441 * gdb.base/annota3.c: Likewise.
442 * gdb.base/async.c: Likewise.
443 * gdb.base/average.c: Likewise.
444 * gdb.base/call-ar-st.c: Likewise.
445 * gdb.base/call-rt-st.c: Likewise.
446 * gdb.base/call-sc.c: Likewise.
447 * gdb.base/call-strs.c: Likewise.
448 * gdb.base/ending-run.c: Likewise.
449 * gdb.base/execd-prog.c: Likewise.
450 * gdb.base/exprs.c: Likewise.
451 * gdb.base/foll-exec.c: Likewise.
452 * gdb.base/foll-fork.c: Likewise.
453 * gdb.base/foll-vfork.c: Likewise.
454 * gdb.base/funcargs.c: Likewise.
455 * gdb.base/gcore.c: Likewise.
456 * gdb.base/jump.c: Likewise.
457 * gdb.base/langs0.c: Likewise.
458 * gdb.base/langs1.c: Likewise.
459 * gdb.base/langs2.c: Likewise.
460 * gdb.base/mips_pro.c: Likewise.
461 * gdb.base/nodebug.c: Likewise.
462 * gdb.base/opaque0.c: Likewise.
463 * gdb.base/opaque1.c: Likewise.
464 * gdb.base/recurse.c: Likewise.
465 * gdb.base/run.c: Likewise.
466 * gdb.base/scope0.c: Likewise.
467 * gdb.base/scope1.c: Likewise.
468 * gdb.base/setshow.c: Likewise.
469 * gdb.base/setvar.c: Likewise.
470 * gdb.base/shmain.c: Likewise.
471 * gdb.base/shr1.c: Likewise.
472 * gdb.base/shr2.c: Likewise.
473 * gdb.base/sigall.c: Likewise.
474 * gdb.base/signals.c: Likewise.
475 * gdb.base/so-indr-cl.c: Likewise.
476 * gdb.base/solib2.c: Likewise.
477 * gdb.base/structs.c: Likewise.
478 * gdb.base/sum.c: Likewise.
479 * gdb.base/vforked-prog.c: Likewise.
480 * gdb.base/watchpoint.c: Likewise.
481 * gdb.reverse/shr2.c: Likewise.
482 * gdb.reverse/until-reverse.c: Likewise.
483 * gdb.reverse/ur1.c: Likewise.
484 * gdb.reverse/watch-reverse.c: Likewise.
485
066a77c5
AA
4862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
487
488 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
489 variant.
490 * gdb.base/sepdebug.exp: Drop references to removed code.
491
4f204ea5
AA
4922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
493
494 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
495 variant. Preserve original line numbering.
496 * gdb.base/list1.c: Likewise.
497
3b377a3a
AA
4982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
499
500 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
501 variant.
502 * gdb.base/break1.c: Likewise.
503 * gdb.base/break.exp: Drop references to removed code.
504
e444df73
AA
5052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
506
507 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
508 variant.
509
8008f2a7
AA
5102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
511
512 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
513
a5a06887
AA
5142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
515
516 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
517 logic into perform_all_tests() and invoke it with and without
518 function header prototypes.
519 (do_function_calls): Remove conditional XFAIL for PR 5318.
520 (rerun_and_prepare): Remove duplicate code.
521 (perform_all_tests): New. Main logic moved here.
522
44dba9b9
AA
5232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
524
525 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
526 code guarded by #ifdef NO_PROTOTYPES.
527 (t_double_many_args): Likewise.
528 (DEF_FUNC_MANY_ARGS_1): Likewise.
529 (DEF_FUNC_VALUES_1): Likewise.
530 (t_structs_ldc): Renamed from t_structs_fc in conditional code
531 guarded by #ifdef PROTOTYPES.
532
d1fbcd56
AA
5332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
534
535 * gdb.mi/mi-console.c: Add eye-catcher.
536 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
537 instead of literal line number.
538
b0e59b8f
AA
5392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
540
541 * gdb.base/shr2.c: Add eye-catcher.
542 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
543 line number.
544
78f98cca
AA
5452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
546
547 * gdb.base/jump.c: Add eye-catchers.
548 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
549 numbers.
550
58fa2af0
AA
5512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
552
553 * gdb.base/execd-prog.c: Add eye-catchers.
554 * gdb.base/foll-exec.c: Likewise.
555 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
556 line numbers.
557
04e5059b
AA
5582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
559
560 * gdb.base/ending-run.c: Add eye-catchers.
561 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
562 literal line numbers.
563
dbfdb174
AA
5642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
565
566 * gdb.base/call-rt-st.c: Add eye-catchers.
567 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
568 literal line numbers.
569
888a2ade
AA
5702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
571
572 * gdb.base/call-ar-st.c: Add eye-catchers.
573 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
574 literal line numbers.
575
6acc2dde
AA
5762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
577
578 * gdb.base/average.c: Add eye-catchers.
579 * gdb.base/sum.c: Likewise.
580 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
581 regexps dynamically.
582
9ecfcd1d
AA
5832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
584
585 * gdb.base/solib1.c: Add eye-catchers.
586 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
587 literal line numbers.
588
78708b7c
PA
5892014-11-12 Pedro Alves <palves@redhat.com>
590
591 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
592 leader has exited.
593
af48d08f
PA
5942014-11-12 Pedro Alves <palves@redhat.com>
595
596 * gdb.arch/i386-bp_permanent.c: New file.
597 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
598 (srcfile): Set to i386-bp_permanent.c.
599 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
600 that stepi does not execute the 'leave' instruction, instead of
601 testing it does execute.
602 * gdb.base/bp-permanent.c: New file.
603 * gdb.base/bp-permanent.exp: New file.
604
af3768e9
DE
6052014-11-10 Doug Evans <xdje42@gmail.com>
606
607 PR symtab/17564
608 * gdb.base/symtab-search-order.exp: New file.
609 * gdb.base/symtab-search-order.c: New file.
610 * gdb.base/symtab-search-order-1.c: New file.
611 * gdb.base/symtab-search-order-shlib-1.c: New file.
612
9de00a4a
PA
6132014-11-07 Pedro Alves <palves@redhat.com>
614
615 PR gdb/17511
616 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
617 i?86-*-linux*.
618
e0f52461
SC
6192014-11-03 Siva Chandra Reddy <sivachandra@google.com>
620
621 PR c++/17494
622 * gdb.cp/pr17494.cc: New file.
623 * gdb.cp/pr17494.exp: New file.
624
6ce8c980
YQ
6252014-11-02 Yao Qi <yao@codesourcery.com>
626
627 * gdb.python/python.exp: Get working directory and match the
628 output of "set extended-prompt \\w " with it.
629
02be9a71
DE
6302014-10-30 Doug Evans <dje@google.com>
631
632 * gdb.python/py-objfile.exp: Add tests for setting random attributes
633 in objfiles.
634 * gdb.python/py-progspace.exp: Add tests for setting random attributes
635 in progspaces.
636
3bdff46b
LM
6372014-10-30 Janis Johnson <janisjo@codesourcery.com>
638
639 * gdb.base/fullpath-expand.exp: Skip for a remote host.
640 * gdb.base/realname-expand.exp: Likewise.
641 * gdb.linespec/macro-relative.exp: Likewise.
642
ab917dfb
PA
6432014-10-29 Pedro Alves <palves@redhat.com>
644
645 PR gdb/17408
646 * gdb.threads/schedlock.c (some_function): New function.
647 (call_function): New global.
648 (MAYBE_CALL_SOME_FUNCTION): New macro.
649 (thread_function): Call it.
650 * gdb.threads/schedlock.exp (get_args): Add description parameter,
651 and use it instead of a global counter. Adjust all callers.
652 (get_current_thread): Use "find current thread" for test message
653 here rather than having all callers pass down the same string.
654 (goto_loop): New procedure, factored out from ...
655 (my_continue): ... this.
656 (step_ten_loops): Change parameter from test message to command to
657 use. Adjust.
658 (list_count): Delete global.
659 (check_result): New procedure, factored out from duplicate top
660 level code.
661 (continue tests): Wrap in with_test_prefix.
662 (test_step): New procedure, factored out from duplicate top level
663 code.
664 (top level): Test "step" in combination with all scheduler-locking
665 modes. Test "next" in combination with all scheduler-locking
666 modes, and in combination with stepping over a function call or
667 not.
668 * gdb.threads/next-bp-other-thread.c: New file.
669 * gdb.threads/next-bp-other-thread.exp: New file.
670
d3d4baed
PA
6712014-10-29 Pedro Alves <palves@redhat.com>
672
673 PR python/17372
674 * gdb.python/python.exp: Test a multi-line command that spawns
675 interactive Python.
676 * gdb.base/multi-line-starts-subshell.exp: New file.
677
563e8d85
YQ
6782014-10-29 Yao Qi <yao@codesourcery.com>
679
680 * gdb.base/fileio.exp: Make directories on host.
681
0ea4d52e
YQ
6822014-10-29 Yao Qi <yao@codesourcery.com>
683
684 * gdb.base/fileio.c (test_write): Close the file.
685
7f5ef605
PA
6862014-10-28 Pedro Alves <palves@redhat.com>
687
688 PR gdb/12623
689 * gdb.base/sigstep.c (no_handler): New global.
690 (main): If 'no_handler is true, set the signal handlers to
691 SIG_IGN.
692 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
693 with_sw_watch and no_handler parameters. Handle them.
694 (top level) <stepping over handler when stopped at a breakpoint
695 test>: Add a test axis for testing with a software watchpoint, and
696 another for testing with the signal handler set to SIG_IGN.
697 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
698 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
699
abbdbd03
PA
7002014-10-28 Pedro Alves <palves@redhat.com>
701
702 PR gdb/17511
703 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
704 * gdb.base/sigstep.exp (other_handler_location): New global.
705 (advance): Support stepping into the signal handler, and running
706 commands while in the handler.
707 (in_handler_map): New global.
708 (top level): In the advance test, add combinations for getting
709 into the handler with stepping commands, and for running commands
710 in the handler. Add comment descripting the advancei tests.
711
1df4399f
PA
7122014-10-28 Pedro Alves <palves@redhat.com>
713
714 * gdb.base/sigstep.exp: Use build_executable instead of
715 prepare_for_testing.
716 (top level): Move code that starts GDB, runs to main and creates a
717 display to ...
718 (restart): ... this new procedure.
719 (top level): Move backtrace from signal handler test to ...
720 (validate_backtrace): ... this new procedure.
721 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
722 with_test_prefix. Always restart GDB.
723 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
724 with_test_prefix. Always restart GDB. No need to delete
725 breakpoints after the test.
726 (test_skip_handler): Remove prefix parameter.
727 (skip_over_handler, breakpoint_to_handler)
728 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
729 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
730 restart GDB. No need to delete breakpoints after the test.
731 (top level): Use foreach to call the test procedures with
732 different commands.
733
a5b6e449
PA
7342014-10-28 Pedro Alves <palves@redhat.com>
735
736 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
737 instead of GNATS numbers.
738 * gdb.base/sigbpt.exp: Likewise.
739 * gdb.base/siginfo.exp: Likewise.
740 * gdb.base/sigstep.exp: Likewise.
741
e5f8a7cc
PA
7422014-10-27 Pedro Alves <palves@redhat.com>
743
744 * gdb.base/sigstep.c (dummy): New global.
745 (main): Issue a couple writes to the new global.
746 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
747 procedures.
748 (skip_over_handler): Use test_skip_handler.
749 (top level): Call skip_over_handler for stepi and nexti too.
750 (breakpoint_over_handler): Use test_skip_handler.
751 (top level): Call breakpoint_over_handler for stepi and nexti too.
752
763905a3
YQ
7532014-10-27 Yao Qi <yao@codesourcery.com>
754
755 * gdb.trace/tfile.c (adjust_function_address)
756 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
757 function descriptor.
758
6f259a23
DB
7592014-10-24 Don Breazeal <donb@codesourcery.com>
760
761 * gdb.base/foll-fork.exp (test_follow_fork,
762 catch_fork_child_follow): Check for updated fork messages emitted
763 from infrun.c.
764 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
765 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
766 vfork_and_exec_child_follow_through_step): Check for updated vfork
767 messages emitted from infrun.c.
768
09dd9a69
PA
7692014-10-24 Pedro Alves <palves@redhat.com>
770
771 * gdb.base/corefile.exp: Remove references to ultrix.
772 * gdb.base/interrupt.exp: Likewise.
773 * gdb.base/whatis.exp: Likewise.
774 * gdb.gdb/selftest.exp: Likewise.
775 * gdb.threads/manythreads.exp: Likewise.
776 * gdb.threads/print-threads.exp: Likewise.
777 * gdb.threads/pthreads.exp:: Likewise.
778 * gdb.threads/schedlock.exp: Likewise.
779
3433cfa5
SC
7802014-10-24 Siva Chandra Reddy <sivachandra@google.com>
781
782 * gdb.cp/non-trivial-retval.cc: Add a test case.
783 * gdb.cp/non-trivial-retval.exp: Add a test.
784
092f880b
YQ
7852014-10-20 Yao Qi <yao@codesourcery.com>
786
787 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
788 * gdb.python/py-objfile-script-gdb.py: New file.
789 * gdb.python/py-objfile-script.exp: Update reference to
790 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
791 of remote_download. Remove the dest file.
792
acbdb7f3
YQ
7932014-10-20 Yao Qi <yao@codesourcery.com>
794
795 * gdb.base/checkpoint.exp: Don't remove file copied on host.
796 * gdb.base/step-line.exp: Likewise.
797 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
798 * gdb.dwarf2/dw2-basic.exp: Likewise.
799 * gdb.dwarf2/dw2-compressed.exp: Likewise.
800 * gdb.dwarf2/dw2-filename.exp: Likewise.
801 * gdb.dwarf2/dw2-intercu.exp: Likewise.
802 * gdb.dwarf2/dw2-intermix.exp: Likewise.
803 * gdb.dwarf2/dw2-producer.exp: Likewise.
804 * gdb.dwarf2/mac-fileno.exp: Likewise.
805 * gdb.python/py-frame-args.exp: Likewise.
806 * gdb.python/py-framefilter.exp: Likewise.
807 * gdb.python/py-mi.exp: Likewise.
808 * gdb.python/py-objfile-script.exp: Likewise
809 * gdb.python/py-pp-integral.exp: Likewise.
810 * gdb.python/py-pp-re-notag.exp: Likewise.
811 * gdb.python/py-prettyprint.exp: Likewise.
812 * gdb.python/py-section-script.exp: Likewise.
813 * gdb.python/py-typeprint.exp: Likewise.
814 * gdb.python/py-xmethods.exp: Likewise.
815 * gdb.stabs/weird.exp: Likewise.
816 * gdb.xml/tdesc-regs.exp: Likewise.
817
bd286a29
KCY
8182014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
819
820 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
821 (out_cu): Use addr_len for the size of addresses.
822 (out_line): Likewise. Size DW_LNE_set_address instruction
823 according to addr_len.
824 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
825 (FUNC): Add START_INSNS to definition.
826
673dc4a0
YQ
8272014-10-18 Yao Qi <yao@codesourcery.com>
828
829 * gdb.base/argv0-symlink.exp: Check argv[0] value if
830 gdb_has_argv0 return true.
831 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
832 check [target_info exists noargs], check [gdb_has_argv0]
833 instead.
834 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
835 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
836 procedures.
837
4ffbba72
DE
8382014-10-17 Doug Evans <dje@google.com>
839
840 * gdb.python/py-events.exp: Update expected output for clear_objfiles
841 event.
842 * gdb.python/py-events.py: Add clear_objfiles event.
843
d096d8c1
DE
8442014-10-17 Doug Evans <dje@google.com>
845
846 * gdb.python/py-objfile.exp: Test progspace attribute.
847
a80db015
LM
8482014-10-17 Luis Machado <lgustavo@codesourcery.com>
849
850 * gdb.guile/scm-breakpoint.exp: Do not assume any
851 directory separators when matching source file paths.
852 * gdb.python/py-breakpoint.exp: Likewise.
853 * gdb.reverse/break-precsave.exp: Likewise.
854 * gdb.reverse/break-reverse.exp: Likewise.
855 * gdb.reverse/consecutive-precsave.exp: Likewise.
856 * gdb.reverse/finish-precsave.exp: Likewise.
857 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
858 * gdb.reverse/finish-reverse.exp: Likewise.
859 * gdb.reverse/i386-precsave.exp: Likewise.
860 * gdb.reverse/i387-env-reverse.exp: Likewise.
861 * gdb.reverse/i387-stack-reverse.exp: Likewise.
862 * gdb.reverse/machinestate-precsave.exp: Likewise.
863 * gdb.reverse/machinestate.exp: Likewise.
864 * gdb.reverse/sigall-precsave.exp: Likewise.
865 * gdb.reverse/solib-precsave.exp: Likewise.
866 * gdb.reverse/step-precsave.exp: Likewise.
867 * gdb.reverse/until-precsave.exp: Likewise.
868 * gdb.reverse/watch-precsave.exp: Likewise.
869 * gdb.reverse/watch-reverse.exp: Likewise.
870
b22089ab
YQ
8712014-10-17 Yao Qi <yao@codesourcery.com>
872
873 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
874 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
875
6c4486e6
PA
8762014-10-17 Pedro Alves <palves@redhat.com>
877
878 PR gdb/17471
879 * gdb.base/bg-execution-repeat.c: New file.
880 * gdb.base/bg-execution-repeat.exp: New file.
881
0ff33695
PA
8822014-10-17 Pedro Alves <palves@redhat.com>
883
884 PR gdb/17300
885 * gdb.base/continue-all-already-running.c: New file.
886 * gdb.base/continue-all-already-running.exp: New file.
887
6fdebc3d
PA
8882014-10-17 Pedro Alves <palves@redhat.com>
889
890 PR gdb/17472
891 * gdb.base/annota-input-while-running.c: New file.
892 * gdb.base/annota-input-while-running.exp: New file.
893
32a8097b
PA
8942014-10-17 Pedro Alves <palves@redhat.com>
895
896 * gdb.base/callfuncs.exp: emove references to osf.
897 * gdb.base/sigall.exp: Likewise.
898 * gdb.gdb/selftest.exp: Likewise.
899 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
900 * gdb.mi/non-stop.c: Likewise.
901 * gdb.mi/pthreads.c: Likewise.
902 * gdb.reverse/sigall-precsave.exp: Likewise.
903 * gdb.reverse/sigall-reverse.exp: Likewise.
904 * gdb.threads/pthreads.c: Likewise.
905 * gdb.threads/pthreads.exp: Likewise.
906
7a3517ff
YQ
9072014-10-17 Yao Qi <yao@codesourcery.com>
908
909 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
910 check 'target_info exists noargs'.
911 (test_command_prompt_position): Likewise.
912 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
913 Remove "set args".
914 (progvar_simple_while_test): Likewise.
915 (progvar_complex_if_while_test): Likewise.
916 (if_while_breakpoint_command_test): Likewise.
917 (infrun_breakpoint_command_test): Likewise.
918 (breakpoint_command_test): Likewise.
919 (watchpoint_command_test): Likewise.
920 (bp_deleted_in_command_test): Likewise.
921 (temporary_breakpoint_commands): Likewise.
922
bb99c472
YQ
9232014-10-16 Yao Qi <yao@codesourcery.com>
924
925 * gdb.base/remotetimeout.exp: Remove noargs checking.
926
7c16b83e
PA
9272014-10-15 Pedro Alves <palves@redhat.com>
928
929 PR breakpoints/9649
930 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
931 * gdb.base/breakpoint-in-ro-region.exp
932 (probe_target_hardware_step): New procedure.
933 (top level): Probe hardware stepping and hardware breakpoint
934 support. Test stepping through a read-only region, with both
935 "breakpoint auto-hw" on and off and both "always-inserted" on and
936 off.
937
35a49624
IB
9382014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
939
940 * gdb.dlang/demangle.exp: Update for demangling changes.
941
2d1c107c
SC
9422014-10-15 Siva Chandra Reddy <sivachandra@google.com>
943
944 * gdb.cp/non-trivial-retval.cc: Add new test cases.
945 * gdb.cp/non-trivial-retval.exp: Add new tests.
946
778811d5
SC
9472014-10-15 Siva Chandra Reddy <sivachandra@google.com>
948
949 PR c++/13403
950 PR c++/15154
951 * gdb.cp/non-trivial-retval.cc: New file.
952 * gdb.cp/non-trivial-retval.exp: New file.
953
10c5f0a8
YQ
9542014-10-15 Yao Qi <yao@codesourcery.com>
955
956 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
957 remote host.
958
65d7b369
YQ
9592014-10-15 Yao Qi <yao@codesourcery.com>
960
961 * gdb.python/py-symbol.exp: Match file base name if host is
962 remote, otherwise match file name with dir name.
963 * gdb.python/py-symtab.exp: Likewise.
964 * gdb.python/python.exp: Likewise.
965
46dc1394
YQ
9662014-10-15 Yao Qi <yao@codesourcery.com>
967
968 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
969 pattern.
970 * gdb.python/py-symtab.exp: Likewise.
971 * gdb.python/python.exp: Remove trailing ".*". Fix typo
972 locationn.
973
c40cc657
JB
9742014-10-14 Joel Brobecker <brobecker@adacore.com>
975
976 * gdb.ada/addr_arith: New testcase.
977
2abf49e1
MR
9782014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
979
980 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
981 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
982 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
983 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
984
f7088df3
SDJ
9852014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
986
987 * gdb.arch/stap-eval-lang-ada.S: Likewise.
988 * gdb.arch/stap-eval-lang-ada.c: Likewise.
989 * gdb.arch/stap-eval-lang-ada.exp: New file.
990
4dc06805
YQ
9912014-10-14 Yao Qi <yao@codesourcery.com>
992
993 * gdb.mi/mi-var-child.c (nothing1): New function.
994 (nothing2): New function.
995 (do_children_tests): Set function pointers by nothing1 and
996 nothing2.
997 * gdb.mi/mi-var-child.exp: Step over new added statements.
998 Update test to match the new output.
999 * gdb.mi/var-cmd.c (nothing1): New function.
1000 (nothing2): New function.
1001 (do_children_tests): Set function pointers by nothing1 and
1002 nothing2.
1003 * gdb.mi/mi-var-display.exp: Update test to match output.
1004 Step to the line specified by $line_dct_nothing.
1005 Increase the number of lines to step.
1006
46a93de2
YQ
10072014-10-14 Yao Qi <yao@codesourcery.com>
1008
1009 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
1010 tests.
1011 * gdb.mi/mi2-var-child.exp: Likewise.
1012
14ea52ee
DE
10132014-10-13 Doug Evans <dje@google.com>
1014
1015 * gdb.python/py-objfile.exp: Change name of file name test.
1016
e5c6e92b
DE
10172014-10-13 Doug Evans <dje@google.com>
1018
1019 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
1020 from the start of the CU.
1021
c780cc2f
JK
10222014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1023 Yao Qi <yao@codesourcery.com>
1024
1025 Fix "save breakpoints" for "catch" command.
1026 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
1027 Remove -nonewline. Match also the added "main" line.
1028
99894e11
JK
10292014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1030
1031 Fix "save breakpoints" for "disable $bpnum" command.
1032 * gdb.base/save-bp.c (main): Add label.
1033 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
1034
6e1ac5a3
JK
10352014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1036
1037 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
1038
754dd2b0
YQ
10392014-10-11 Yao Qi <yao@codesourcery.com>
1040
1041 * gdb.server/server-kill.exp: Execute command
1042 "set remote trace-status-packet on" before "tstatus".
1043
f90183d7
YQ
10442014-10-11 Yao Qi <yao@codesourcery.com>
1045
1046 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
1047 (main): Call getppid.
1048 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
1049 and continue to it. Read variable "server_pid".
1050
bf40a607
YQ
10512014-10-11 Yao Qi <yao@codesourcery.com>
1052
1053 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
1054
052ca370
YQ
10552014-10-11 Yao Qi <yao@codesourcery.com>
1056
1057 * gdb.threads/thread-find.exp: Don't execute command
1058 "info threads".
1059 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
1060 * gdb.threads/linux-dp.exp: Don't check the condition
1061 $threads_created equals to zero.
1062
3831839c
PA
10632014-10-10 Pedro Alves <palves@redhat.com>
1064
1065 * gdb.base/bigcore.exp: Remove references to IRIX.
1066 * gdb.base/funcargs.exp: Likewise.
1067 * gdb.base/interrupt.exp: Likewise.
1068 * gdb.base/mips_pro.exp: Likewise.
1069 * gdb.base/nodebug.exp: Likewise.
1070 * gdb.base/setvar.exp: Likewise.
1071 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
1072
8b9a549d
PA
10732014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1074 Pedro Alves <palves@redhat.com>
1075
1076 PR symtab/14466
1077 * gdb.base/vdso-warning.c: New file.
1078 * gdb.base/vdso-warning.exp: New file.
1079
d48ba5e8
DE
10802014-10-02 Doug Evans <dje@google.com>
1081
1082 * gdb.base/structs.c (main): Don't run forever.
1083
2278c276
PA
10842014-10-02 Pedro Alves <palves@redhat.com>
1085
1086 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
1087 (top level) <stop threads 1, stop threads 2>: Use it.
1088
b57bacec
PA
10892014-10-02 Pedro Alves <palves@redhat.com>
1090
1091 * gdb.threads/break-while-running.exp (test): Add new
1092 'update_thread_list' argument. Skip "info threads" if false.
1093 (top level): Add new 'update_thread_list' axis.
1094
13fd3ff3
PA
10952014-10-02 Pedro Alves <palves@redhat.com>
1096
1097 PR breakpoints/17431
1098 * gdb.base/execl-update-breakpoints.c: New file.
1099 * gdb.base/execl-update-breakpoints.exp: New file.
1100
0fec99e8
PA
11012014-10-01 Pedro Alves <palves@redhat.com>
1102
1103 * gdb.base/breakpoint-in-ro-region.c: New file.
1104 * gdb.base/breakpoint-in-ro-region.exp: New file.
1105
2ddf4301
SM
11062014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1107
1108 * gdb.mi/mi-exit-code.exp: New file.
1109 * gdb.mi/mi-exit-code.c: New file.
1110
6a5f3f43
YQ
11112014-09-30 Yao Qi <yao@codesourcery.com>
1112
1113 * lib/prelink-support.exp (build_executable_own_libs): Error if
1114 the target isn't native.
1115
345bcc73
YQ
11162014-09-30 Yao Qi <yao@codesourcery.com>
1117
1118 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
1119 false.
1120
a25a5a45
PA
11212014-09-22 Pedro Alves <palves@redhat.com>
1122
1123 * gdb.threads/break-while-running.exp: New file.
1124 * gdb.threads/break-while-running.c: New file.
1125
00ba3162
YQ
11262014-09-19 Yao Qi <yao@codesourcery.com>
1127
1128 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
1129 Invoke test. Restart GDB with --readnow and invoke test again.
1130
c3b7b696
YQ
11312014-09-19 Yao Qi <yao@codesourcery.com>
1132
1133 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
1134 proc set_breakpoint_on_gcd_function. Invoke
1135 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
1136 invoke set_breakpoint_on_gcd_function again.
1137
2b4fd423
DE
11382014-09-18 Doug Evans <dje@google.com>
1139
1140 * gdb.dwarf2/symtab-producer.exp: New file.
1141
a5947601
SDJ
11422014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1143
1144 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
1145 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
1146 * gdb.base/global-var-nested-by-dso.c: Likewise.
1147 * gdb.base/global-var-nested-by-dso.exp: Likewise.
1148
91c19059
SDJ
11492014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1150 Pedro Alves <palves@redhat.com>
1151
1152 * gdb.base/watch-bitfields.exp: Pass string other than test file
1153 name to prepare_for_testing.
1154 (watch): New procedure.
1155 (expect_watchpoint): Use with_test_prefix.
1156 (top level): Factor out tests to ...
1157 (test_watch_location, test_regular_watch): ... these new
1158 procedures, and use with_test_prefix and gdb_continue_to_end.
1159
bb9d5f81
PP
11602014-09-16 Patrick Palka <patrick@parcs.ath.cx>
1161
1162 PR breakpoints/12526
1163 * gdb.base/watch-bitfields.exp: New file.
1164 * gdb.base/watch-bitfields.c: New file.
1165
635856f5
PA
11662014-09-16 Pedro Alves <palves@redhat.com>
1167
1168 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
1169 software and hardware addresses, not software address against
1170 itself.
1171
7280ceea
PA
11722014-09-16 Pedro Alves <palves@redhat.com>
1173
1174 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
1175 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
1176
428b16bd
PA
11772014-09-16 Pedro Alves <palves@redhat.com>
1178
1179 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
1180 files.
1181 * gdb.base/a2-run.exp: Remove all code guarded by istarget
1182 "*-*-vxworks*" throughout.
1183 * gdb.base/break.exp: Likewise.
1184 * gdb.base/default.exp: Likewise.
1185 * gdb.base/scope.exp: Likewise.
1186 * gdb.base/sepdebug.exp: Likewise.
1187 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
1188 throughout.
1189 * gdb.base/run.c: Likewise.
1190 * gdb.base/sepdebug.c: Likewise.
1191 * gdb.hp/gdb.aCC/run.c: Likewise.
1192 * gdb.reverse/until-reverse.c: Likewise.
1193 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
1194
666d413c
YQ
11952014-09-16 Yao Qi <yao@codesourcery.com>
1196
1197 * boards/local-remote-host-native.exp: New file.
1198
57cbd724
DE
11992014-09-14 Doug Evans <xdje42@gmail.com>
1200
1201 * gdb.threads/queue-signal.c (thread_count): New variable.
1202 (thread_count_mutex, thread_count_condvar): New variables.
1203 (incr_thread_count, wait_all_threads_running): New functions.
1204 (main): Wait for all threads to be in their thread functions.
1205
81219e53
DE
12062014-09-13 Doug Evans <xdje42@gmail.com>
1207
1208 * gdb.threads/queue-signal.c: New file.
1209 * gdb.threads/queue-signal.exp: New file.
1210
3714cea7
DE
12112014-09-13 Doug Evans <xdje42@gmail.com>
1212
1213 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
1214 be consistent with what default_gdb_init uses.
1215 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
1216 the plain text of the prompt. Add some logging printfs.
1217 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
1218
fa43b1d7
PA
12192014-09-12 Pedro Alves <palves@redhat.com>
1220
1221 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
1222 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
1223 * gdb.arch/i386-size-overlap.exp: Likewise.
1224 * gdb.arch/i386-size.exp: Likewise.
1225 * gdb.arch/i386-unwind.exp: Likewise.
1226 * gdb.base/a2-run.exp: Likewise.
1227 * gdb.base/break.exp: Likewise.
1228 * gdb.base/charset.exp: Likewise.
1229 * gdb.base/chng-syms.exp: Likewise.
1230 * gdb.base/commands.exp: Likewise.
1231 * gdb.base/dbx.exp: Likewise.
1232 * gdb.base/find.exp: Likewise.
1233 * gdb.base/funcargs.exp: Likewise.
1234 * gdb.base/jit-simple.exp: Likewise.
1235 * gdb.base/reread.exp: Likewise.
1236 * gdb.base/sepdebug.exp: Likewise.
1237 * gdb.base/step-bt.exp: Likewise.
1238 * gdb.cp/mb-inline.exp: Likewise.
1239 * gdb.cp/mb-templates.exp: Likewise.
1240 * gdb.objc/basicclass.exp: Likewise.
1241 * gdb.threads/killed.exp: Likewise.
1242
9d9bf2df
EBM
12432014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1244
1245 PR tdep/17379
1246 * gdb.arch/powerpc-stackless.S: New file.
1247 * gdb.arch/powerpc-stackless.exp: New file.
1248
1cf2f1b0
JK
12492014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1250
1251 * gdb.base/attach.c: Include unistd.h.
1252 (main): Call alarm. Add label postloop.
1253 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
1254 gdb_breakpoint, gdb_continue_to_breakpoint.
1255 (test_command_line_attach_run): Kill ${testpid} in one exit path.
1256
98880d46
PA
12572014-09-11 Pedro Alves <palves@redhat.com>
1258
1259 PR gdb/17347
1260 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
1261 * gdb.base/attach.exp (test_command_line_attach_run): New
1262 procedure.
1263 (top level): Call it.
1264
4c92ff2c
PA
12652014-09-11 Pedro Alves <palves@redhat.com>
1266
1267 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
1268 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
1269 (do_command_attach_tests): Use spawn_wait_for_attach.
1270 * gdb.base/solib-overlap.exp: Likewise.
1271 * gdb.multi/multi-attach.exp: Likewise.
1272 * gdb.python/py-prompt.exp: Likewise.
1273 * gdb.python/py-sync-interp.exp: Likewise.
1274 * gdb.server/ext-attach.exp: Likewise.
1275
3adc1a7d
GKB
12762014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
1277
1278 * gdb.fortran/array-element.exp: Remove unexpected "continue"
1279 command in testcase. Simplify testcase.
1280
96334934
JB
12812014-09-10 Joel Brobecker <brobecker@adacore.com>
1282
1283 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
1284
eb479039
JB
12852014-09-10 Joel Brobecker <brobecker@adacore.com>
1286
1287 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
1288
deede10c
JB
12892014-09-10 Joel Brobecker <brobecker@adacore.com>
1290
1291 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
1292
7828a5f5
JB
12932014-09-10 Joel Brobecker <brobecker@adacore.com>
1294
1295 * gdb.dwarf2/dynarr-ptr.c: New file.
1296 * gdb.dwarf2/dynarr-ptr.exp: New file.
1297
33aeebcf
MR
12982014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1299
1300 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
1301 of 30 rather than hardcoding 120 for a slow test case. Take the
1302 `gdb,timeout' target setting into account for this calculation.
1303 Don't extend the timeout for the test cases that don't need it.
1304
7b415901
MR
13052014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1306
1307 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
1308 a factor of 2 for a slow test case. Take the `gdb,timeout'
1309 target setting into account for this calculation.
1310 * gdb.reverse/until-precsave.exp: Increase the timeout by
1311 a factor of 15 and 3 respectively rather than adding 120
1312 for a pair of slow test cases. Take the `gdb,timeout'
1313 target setting into account for this calculation.
1314
4a40f85a
MR
13152014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1316
1317 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
1318 timeout, don't pass one down to gdb_expect.
1319 (gdb_expect): Rework timeout selection.
1320
09635af7
MR
13212014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1322
1323 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
1324 exception on timeout.
1325 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
1326 (gdbserver_start_extended): Catch any `gdbserver_start' error
1327 exceptions.
1328 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
1329 * lib/mi-support.exp (mi_gdb_target_load): Catch any
1330 `gdbserver_gdb_load' error exceptions.
1331
2bdd10b7
MR
13322014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1333
1334 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
1335 120 on waiting for the TCP socket to open.
1336
316935f0
DE
13372014-09-09 Doug Evans <xdje42@gmail.com>
1338
1339 * gdb.base/default.exp (show_conv_list): Add _caller_is,
1340 _caller_matches, _any_caller_is, _any_caller_matches.
1341
83740597
DE
13422014-09-09 Doug Evans <xdje42@gmail.com>
1343
1344 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
1345
4c122fc3
YQ
13462014-09-09 Yao Qi <yao@codesourcery.com>
1347
1348 * gdb.mi/mi-var-display.exp: Set print symbol off.
1349
a9f116cb
GKB
13502014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
1351
1352 PR gdb/17035
1353 * gdb.base/commands.exp: Add tests to verify user-defined
1354 commands with empty bodies.
1355 * gdb.python/py-cmd.exp: Test that we don't show user-defined
1356 python commands in `show user command`.
1357 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
1358 scheme commands in `show user command`.
1359
c75bd3a2
JK
13602014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1361
1362 PR python/17355
1363 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
1364 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
1365 * gdb.python/py-framefilter-invalidarg.exp: New file.
1366 * gdb.python/py-framefilter-invalidarg.py: New file.
1367
faa42425
DE
13682014-09-06 Doug Evans <xdje42@gmail.com>
1369
1370 PR 15276
1371 * gdb.python/py-caller-is.c: New file.
1372 * gdb.python/py-caller-is.exp: New file.
1373
474ca4f6
SDJ
13742014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
1375
1376 PR gdb/17235
1377 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
1378 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
1379
eb0b0463
SDJ
13802014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
1381
1382 PR fortran/17237
1383 * gdb.fortran/print-formatted.exp: New file.
1384 * gdb.fortran/print-formatted.f90: Likewise.
1385
5f3b99cf
SS
13862014-09-03 Sasha Smundak <asmundak@google.com>
1387
1388 * gdb.python/py-frame.exp: Test Frame.read_register.
1389
7d793aa9
SDJ
13902014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
1391
1392 PR python/16699
1393 * gdb.python/py-completion.exp: New file.
1394 * gdb.python/py-completion.py: Likewise.
1395
fb0576e9
DE
13962014-08-28 Doug Evans <dje@google.com>
1397
1398 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
1399 eax,etc. are live with values set by gdb and thus the compiler can't
1400 use them.
1401 * gdb.arch/i386-pseudo.c (main): Ditto.
1402
ee92b0dd
DE
14032014-08-27 Doug Evans <dje@google.com>
1404
1405 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
1406
6649db35
DE
14072014-08-25 Doug Evans <dje@google.com>
1408
1409 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
1410 (main): Ditto.
1411
564b7600
DE
14122014-08-25 Doug Evans <dje@google.com>
1413
1414 * gdb.threads/thread-execl.exp: #include <stdio.h>.
1415
3881fb67
YQ
14162014-08-24 Yao Qi <yao@codesourcery.com>
1417
1418 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
1419 symbol off.
1420 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
1421
a05a36a5
DE
14222014-08-22 Doug Evans <dje@google.com>
1423
1424 PR 17276
1425 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
1426 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
1427 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
1428
7c343b48
YQ
14292014-08-22 Yao Qi <yao@codesourcery.com>
1430
1431 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
1432 * gdb.python/py-finish-breakpoint2.exp: Likewise.
1433 * gdb.python/python.exp: Likewise. Use .py file on the host
1434 instead of the build.
1435
22fd09ae
JK
14362014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1437
1438 * gdb.threads/gcore-stale-thread.c: New file.
1439 * gdb.threads/gcore-stale-thread.exp: New file.
1440
a8454a7c
PA
14412014-08-21 Pedro Alves <palves@redhat.com>
1442
1443 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
1444 * gdb.base/gcore-relro-pie.exp: Likewise.
1445 * gdb.base/gcore-relro.exp: Likewise.
1446 * gdb.base/gcore.exp: Likewise.
1447 * gdb.base/print-symbol-loading.exp: Likewise.
1448 * gdb.threads/gcore-thread.exp: Likewise.
1449 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
1450
2a31c623
PA
14512014-08-20 Pedro Alves <palves@redhat.com>
1452 Jan Kratochvil <jan.kratochvil@redhat.com>
1453
1454 * Makefile.in (EXTRA_RULES, CC): New variables, get from
1455 configure.
1456 (EXPECT): Handle READ1 being set.
1457 (all): Depend on EXTRA_RULES.
1458 (check-read1, expect-read1, read1.so, read1): New rules.
1459 * README (Testsuite Parameters): Document the READ1 make variable.
1460 (Race detection): New section.
1461 * configure: Regenerate.
1462 * configure.ac: If build==host==target, and running under a
1463 GNU/glibc system, add read1 to the extra Makefile rules.
1464 (EXTRA_RULES): AC_SUBST it.
1465 * lib/read1.c: New file.
1466
d36430db
JB
14672014-08-20 Joel Brobecker <brobecker@adacore.com>
1468
1469 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
1470 the handling of variables declared as a typedef to an array
1471 which a DW_AT_data_location attribute.
1472
9a0dc9e3
PA
14732014-08-19 Andrew Burgess <aburgess@broadcom.com>
1474 Pedro Alves <palves@redhat.com>
1475
1476 PR symtab/14604
1477 PR symtab/14605
1478 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
1479 gdb_test.
1480
0718a8da
PA
14812014-08-19 Pedro Alves <palves@redhat.com>
1482
1483 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
1484
13b448cd
YQ
14852014-08-19 Yao Qi <yao@codesourcery.com>
1486
1487 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
1488 right line.
1489
1cbf5077
DB
14902014-08-18 David Blaikie <dblaikie@gmail.com>
1491
1492 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
1493
bf0fae19
JB
14942014-08-18 Joel Brobecker <brobecker@adacore.com>
1495
1496 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
1497 attribute in array range.
1498
3c8c5dcc
JB
14992014-08-18 Joel Brobecker <brobecker@adacore.com>
1500
1501 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
1502
e66d4446
SC
15032014-08-15 Siva Chandra Reddy <sivachandra@google.com>
1504
1505 PR c++/17132
1506 * gdb.cp/pr17132.cc: New file.
1507 * gdb.cp/pr17132.exp: New file.
1508
940df408
SC
15092014-08-15 Siva Chandra Reddy <sivachandra@google.com>
1510
1511 * gdb.python/py-xmethods.py (A_getarrayind)
1512 (E_method_char_worker.__call__, E_method_int_worker.__call__):
1513 Use 'print' with function call syntax.
1514 (E_method_matcher.match): Fix tab vs space indentation mixup.
1515
ebcc6c3a
YQ
15162014-08-15 Yao Qi <yao@codesourcery.com>
1517
1518 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
1519 false.
1520
775e0f04
YQ
15212014-08-15 Yao Qi <yao@codesourcery.com>
1522
1523 * gdb.cp/casts.exp: Set print symbol off.
1524 * gdb.cp/class2.exp: Likewise.
1525 * gdb.cp/overload.exp: Likewise.
1526 * gdb.cp/templates.exp: Likewise.
1527
d769e349
DE
15282014-08-11 Doug Evans <dje@google.com>
1529
1530 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1531 (test_load_shlib): Update.
1532
20c6f1e1
YQ
15332014-08-09 Yao Qi <yao@codesourcery.com>
1534
1535 * gdb.base/display.exp: Invoke is_address_zero_readable.
1536 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
1537 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1538 * gdb.base/hbreak-unmapped.exp: Return if
1539 is_address_zero_readable returns true.
1540 * gdb.base/signest.exp: Likewise.
1541 * gdb.base/signull.exp: Likewise.
1542 * gdb.base/sigbpt.exp: Likewise.
1543 * gdb.guile/scm-disasm.exp: Do the test if
1544 is_address_zero_readable returns false.
1545 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
1546 * gdb.python/py-arch.exp: Likewise.
1547 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
1548 * lib/gdb.exp (is_address_zero_readable): New proc.
1549
5792e8e3
YQ
15502014-08-09 Yao Qi <yao@codesourcery.com>
1551
1552 PR testsuite/13443
1553 * gdb.mi/mi-var-display.exp: Make test messages unique.
1554
3cecbbbe
TT
15552014-08-04 Tom Tromey <tromey@redhat.com>
1556
1557 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
1558 target 0".
1559
00b51ff5
TT
15602014-08-04 Tom Tromey <tromey@redhat.com>
1561
1562 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
1563 "target_resume".
1564
6908c509
JB
15652014-08-01 Joel Brobecker <brobecker@adacore.com>
1566
1567 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
1568 inner_vla_struct_object_size.
1569 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
1570 as xfail.
1571
cc6563d2
PA
15722014-07-30 Pedro Alves <palves@redhat.com>
1573
1574 * gdb.threads/signal-command-handle-nopass.exp (test): Add
1575 comment.
1576
7e09a223
YQ
15772014-07-29 Yao Qi <yao@codesourcery.com>
1578
1579 PR gdb/17206
1580 * gdb.base/until-nodebug.exp: New.
1581
7ebdbe92
DE
15822014-07-28 Doug Evans <xdje42@gmail.com>
1583
1584 PR guile/17203
1585 * gdb.guile/scm-parameter.exp: Add tests for trying to create
1586 previously existing parameter, and previously ambiguously spelled
1587 parameter.
1588
fdb1adc6
WN
15892014-07-28 Will Newton <will.newton@linaro.org>
1590
1591 * gdb.base/varargs.exp: Remove KFAILs for ARM.
1592
186fcde0
DE
15932014-07-26 Ludovic Courtès <ludo@gnu.org>
1594 Doug Evans <xdje42@gmail.com>
1595
1596 PR guile/17146
1597 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
1598
70509625
PA
15992014-07-25 Pedro Alves <palves@redhat.com>
1600
1601 * gdb.threads/signal-command-handle-nopass.c: New file.
1602 * gdb.threads/signal-command-handle-nopass.exp: New file.
1603 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
1604 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
1605 * gdb.threads/signal-delivered-right-thread.c: New file.
1606 * gdb.threads/signal-delivered-right-thread.exp: New file.
1607
c3f814a1
PA
16082014-07-25 Pedro Alves <palves@redhat.com>
1609
1610 * gdb.base/double-prompt-target-event-error.exp
1611 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
1612 match.
1613 (cancel_pagination_in_target_event): Rework double prompt
1614 detection.
1615 * gdb.base/paginate-after-ctrl-c-running.exp
1616 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
1617 <return>' match.
1618 * gdb.base/paginate-bg-execution.exp
1619 (test_bg_execution_pagination_return)
1620 (test_bg_execution_pagination_cancel): Remove '-notransfer
1621 <return>' matches.
1622 * gdb.base/paginate-execution-startup.exp
1623 (test_fg_execution_pagination_return)
1624 (test_fg_execution_pagination_cancel): Remove '-notransfer
1625 <return>' matches.
1626 * gdb.base/paginate-inferior-exit.exp
1627 (test_paginate_inferior_exited): Remove '-notransfer <return>'
1628 match.
1629 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
1630 * lib/gdb.exp (pagination_prompt): Run text through
1631 string_to_regexp.
1632 (gdb_test_multiple): Match $pagination_prompt instead of
1633 "<return>".
1634 (string_to_regexp): Move to lib/gdb-utils.exp.
1635
e214cf6c
JK
16362014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1637
1638 * gdb.arch/amd64-entry-value-paramref.S: New file.
1639 * gdb.arch/amd64-entry-value-paramref.cc: New file.
1640 * gdb.arch/amd64-entry-value-paramref.exp: New file.
1641 * gdb.arch/amd64-optimout-repeat.S: New file.
1642 * gdb.arch/amd64-optimout-repeat.c: New file.
1643 * gdb.arch/amd64-optimout-repeat.exp: New file.
1644
17d0c5c8
JK
16452014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1646
1647 PR gdb/17170
1648 * gdb.base/statistics.exp: New file.
1649
b8b8facf
DE
16502014-07-17 Doug Evans <dje@google.com>
1651
74b49205 1652 PR gdb/17170
b8b8facf
DE
1653 * gdb.base/maint.exp: Update testing of per-command stats.
1654
1b5d0ab3
PA
16552014-07-16 Pedro Alves <palves@redhat.com>
1656
1657 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
1658 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
1659 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
1660 (tfile_write_buf): New functions.
1661 (add_memory_block): Rewrite using the above.
1662 (adjust_function_address): New function.
1663 (FUNCTION_ADDRESS): New macro.
1664 (write_basic_trace_file): Remove short_x local, and use
1665 tfile_write_16. Change type of func_addr local to unsigned long
1666 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
1667 here. Cast argument of add_memory_block to char pointer.
1668 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
1669 (main): Remove parameters.
1670 * gdb.trace/tfile.exp: Remove nowarnings.
1671
4d974e88
SM
16722014-07-15 Simon Marchi <simon.marchi@ericsson.com>
1673
1674 * gdb.base/debug-expr.exp: Test string evaluation with
1675 "debug expression" on.
1676
41e99568
PA
16772014-07-15 Pedro Alves <palves@redhat.com>
1678
1679 * gdb.base/reread.exp: Use clean_restart.
1680
487d9753
PL
16812014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
1682
1683 * gdb.arch/avr-flash-qualifer.c: New.
1684 * gdb.arch/avr-flash-qualifer.exp: New.
1685
cc1c52ad
PA
16862014-07-14 Pedro Alves <palves@redhat.com>
1687
1688 * gdb.base/paginate-after-ctrl-c-running.c: New file.
1689 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
1690
1e973570
PA
16912014-07-14 Pedro Alves <palves@redhat.com>
1692
1693 * gdb.base/double-prompt-target-event-error.c: New file.
1694 * gdb.base/double-prompt-target-event-error.exp: New file.
1695
93d6eb10
PA
16962014-07-14 Pedro Alves <palves@redhat.com>
1697
1698 PR gdb/17072
1699 * gdb.base/paginate-inferior-exit.c: New file.
1700 * gdb.base/paginate-inferior-exit.exp: New file.
1701
0017922d
PA
17022014-07-14 Pedro Alves <palves@redhat.com>
1703
1704 PR gdb/17072
1705 * gdb.base/paginate-bg-execution.c: New file.
1706 * gdb.base/paginate-bg-execution.exp: New file.
1707
94696ad3
PA
17082014-07-14 Pedro Alves <palves@redhat.com>
1709
1710 PR gdb/17072
1711 * gdb.base/paginate-execution-startup.c: New file.
1712 * gdb.base/paginate-execution-startup.exp: New file.
1713 * lib/gdb.exp (pagination_prompt): New global.
1714 (default_gdb_spawn): New procedure, factored out from
1715 default_gdb_spawn.
1716 (default_gdb_start): Adjust to call default_gdb_spawn.
1717 (gdb_spawn): New procedure.
1718
bd293940
PA
17192014-07-14 Pedro Alves <palves@redhat.com>
1720
1721 * lib/gdb.exp (gdb_assert): New procedure.
1722 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
1723
c933f875
PA
17242014-07-14 Pedro Alves <palves@redhat.com>
1725
1726 * gdb.base/execution-termios.c: New file.
1727 * gdb.base/execution-termios.exp: New file.
1728
d98b7a16
TT
17292014-07-14 Tom Tromey <tromey@redhat.com>
1730
1731 * gdb.cp/vla-cxx.cc: New file.
1732 * gdb.cp/vla-cxx.exp: New file.
1733
548740d6
TT
17342014-07-14 Tom Tromey <tromey@redhat.com>
1735
1736 * gdb.reverse/rerun-prec.c: New file.
1737 * gdb.reverse/rerun-prec.exp: New file.
1738
a25eb028
MR
17392014-07-12 Maciej W. Rozycki <macro@mips.com>
1740 Maciej W. Rozycki <macro@codesourcery.com>
1741
1742 * lib/gdb-utils.exp: New file.
1743 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
1744 inline `gdb_init_command' processing.
1745 (gdb_start_cmd): Likewise.
1746 * lib/mi-support.exp (mi_run_cmd): Likewise.
1747 * README: Document `gdb_init_command' and `gdb_init_commands'.
1748
218c2655
JK
17492014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1750
1751 Fix false FAIL running under a very long directory name.
1752 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
1753 and "set print elements 10000". Twice.
1754
5401fde3
YQ
17552014-07-11 Yao Qi <yao@codesourcery.com>
1756
1757 * gdb.base/exprs.exp: "set print symbol off".
1758
e76126e8
PA
17592014-07-11 Pedro Alves <palves@redhat.com>
1760
1761 * gdb.threads/kill.c: New file.
1762 * gdb.threads/kill.exp: New file.
1763
2d6f0de6
YQ
17642014-07-10 Yao Qi <yao@codesourcery.com>
1765
1766 * gdb.trace/tfile.c (write_basic_trace_file)
1767 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
1768 address written to trace file.
1769
7180e04a
PA
17702014-07-09 Pedro Alves <palves@redhat.com>
1771
1772 * gdb.base/attach-wait-input.exp: New file.
1773 * gdb.base/attach-wait-input.c: New file.
1774
9a9a7608
AB
17752014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1776
1777 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
1778 setting up test structures.
1779 (main): Call new test function.
1780 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
1781 test function, continue into test function and walk test
1782 structures.
1783
161ac41e
YQ
17842014-07-02 Yao Qi <yao@codesourcery.com>
1785
1786 * gdb.trace/entry-values.c: Define labels 'foo_start' and
1787 'bar_start' at the beginning of functions 'foo' and 'bar'
1788 respectively.
1789 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
1790 instead of 'foo' and 'bar'.
1791
1f267ae3
MM
17922014-07-08 Markus Metzger <markus.t.metzger@intel.com>
1793
1794 * gdb.btrace/segv.exp: New.
1795 * gdb.btrace/segv.c: New.
1796
2b239efb
LM
17972014-07-02 Luis Machado <lgustavo@codesourcery.com>
1798
1799 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
1800 instruction.
1801
cf363f18
MW
18022014-06-30 Mark Wielaard <mjw@redhat.com>
1803
1804 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
1805 vulture, vilify, villar): New volatile array constants.
1806 (vindictive, vegetation): New const volatile array constants.
1807 * gdb.base/volatile.exp: Test volatile and const volatile array
1808 types.
1809
aebf9d24
AA
18102014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1811
1812 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
1813 target lacks support for awatch, rwatch, or hbreak.
1814
b67a2c6f
YQ
18152014-06-27 Yao Qi <yao@codesourcery.com>
1816
1817 * gdb.multi/dummy-frame-restore.exp: New.
1818 * gdb.multi/dummy-frame-restore.c: New.
1819
aef92902
MM
18202014-06-25 Markus Metzger <markus.t.metzger@intel.com>
1821
1822 * gdb.btrace/gcore.exp: New.
1823
8e9db26e
PA
18242014-06-23 Pedro Alves <palves@redhat.com>
1825
1826 * gdb.base/watchpoint-reuse-slot.c: New file.
1827 * gdb.base/watchpoint-reuse-slot.exp: New file.
1828
70afc5b7
SC
18292014-06-23 Siva Chandra Reddy <sivachandra@google.com>
1830
1831 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
1832 progspace's filename in 'info', 'enable' and 'disable' command
1833 tests.
1834
b972bd9c
JK
18352014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1836
1837 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
1838 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
1839 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
1840
125f8a3d
GB
18412014-06-20 Gary Benson <gbenson@redhat.com>
1842
1843 * gdb.arch/i386-avx.exp: Fix include file location.
1844 * gdb.arch/i386-sse.exp: Likewise.
1845
3ed9baed
IB
18462014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
1847
1848 * gdb.dlang/expression.exp: New file.
1849
034f788c
PA
18502014-06-19 Pedro Alves <palves@redhat.com>
1851
1852 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
1853 out from ...
1854 (top level): ... here. Iterate running tests under different
1855 scheduler-locking settings.
1856
45371d0c
LM
18572014-06-18 Luis Machado <lgustavo@codesourcery.com>
1858
1859 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
1860 to DW_FORM_addr and use non-zero addresses.
1861
5d376983
SC
18622014-06-18 Siva Chandra Reddy <sivachandra@google.com>
1863
1864 PR gdb/17017
1865 * gdb.python/py-xmethods.cc: Add global function call counters and
1866 increment them in their respective functions. Remove "cout"
1867 statements.
1868 * gdb.python/py-xmethods.exp: Make tests check the global function
1869 call counters instead of depending on inferior IO.
1870
a1aa2221
LM
18712014-06-18 Don Breazeal <donb@codesourcery.com>
1872
1873 * gdb.base/foll-fork.exp (default_fork_parent_follow):
1874 Deleted procedure.
1875 (explicit_fork_parent_follow): Deleted procedure.
1876 (explicit_fork_child_follow): Deleted procedure.
1877 (test_follow_fork): New procedure.
1878 (do_fork_tests): Replace calls to deleted procedures with
1879 calls to test_follow_fork and reset GDB for subsequent
1880 procedure calls.
1881
0fc05997
YQ
18822014-06-17 Yao Qi <yao@codesourcery.com>
1883
1884 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
1885 CP1252.
1886
70795c52
LM
18872014-06-17 Luis Machado <lgustavo@codesourcery.com>
1888
1889 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
1890 Initialize ptr and S explicitly.
1891 (skip_type_update_when_not_use_rtti_test): Likewise.
1892
6be47f0c
KS
18932014-06-16 Keith Seitz <keiths@redhat.com>
1894
1895 PR mi/15863
1896 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
1897 the inferior is started.
1898
d03de421
PA
18992014-06-16 Pedro Alves <palves@redhat.com>
1900
1901 * gdb.base/break-main-file-remove-fail.c: New file.
1902 * gdb.base/break-main-file-remove-fail.exp: New file.
1903 * gdb.base/break-unload-file.exp: Use build_executable instead of
1904 prepare_for_testing.
1905 (test_break): New parameter "initial_load". Handle it.
1906 (top level): Add initial_load cmdline/file axis.
1907
f9579b99
TT
19082014-06-12 Tom Tromey <tromey@redhat.com>
1909
1910 * gdb.base/completion.exp: Don't use directory name in test.
1911
3657956b
GB
19122014-06-09 Gary Benson <gbenson@redhat.com>
1913
1914 * gdb.base/sigall.c [Functions to send signals]: Reorder to
1915 separate the always-available ANSI-standard signals from the
1916 signals that require checking.
1917 (main): Likewise.
1918 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
1919 Likewise.
1920 (main): Likewise.
1921
4186eb54
KS
19222014-06-07 Keith Seitz <keiths@redhat.com>
1923
1924 Revert:
1925 PR c++/16253
1926 * gdb.cp/var-tag.cc: New file.
1927 * gdb.cp/var-tag.exp: New file.
1928 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
1929 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
1930 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1931 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1932
25326a28 19332014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
1934
1935 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
1936
829155c9
PA
19372014-06-06 Pedro Alves <palves@redhat.com>
1938
1939 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
1940 in target debug output instead of looking at RSP packets,
1941 disabling the test on any target that uses hardware stepping.
1942 Update comments.
1943
61c8d22e
PA
19442014-06-06 Pedro Alves <palves@redhat.com>
1945
1946 * gdb.base/break-unload-file.exp: Fix typo.
1947
d9a47287
YQ
19482014-06-06 Yao Qi <yao@codesourcery.com>
1949
1950 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
1951 from "jit_function" to "^jit_function".
1952
e5e01dbf
YQ
19532014-06-06 Yao Qi <yao@codesourcery.com>
1954
1955 * gdb.base/async.c (foo): Add one statement.
1956 * gdb.base/async.exp: Get the next instruction address and
1957 match the output of "nexti" by instruction address. Match
1958 the hex address in the output of "finish".
1959
73ba372c
GB
19602014-06-06 Gary Benson <gbenson@redhat.com>
1961
1962 * gdb.base/call-signals.c: Remove preprocessor conditionals
1963 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
1964 SIGSEGV and SIGTERM.
1965 * gdb.base/sigall.c: Likewise.
1966 * gdb.base/unwindonsignal.c: Likewise.
1967 * gdb.reverse/sigall-reverse.c: Likewise.
1968
831517df
YQ
19692014-06-06 Yao Qi <yao@codesourcery.com>
1970
1971 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
1972 readable, skip the test.
1973
b8b91e98
YQ
19742014-06-06 Yao Qi <yao@codesourcery.com>
1975
1976 * gdb.threads/staticthreads.c (thread_function): Move the line
1977 setting breakpoint on forward.
1978 * gdb.threads/staticthreads.exp: Update comments.
1979
fb934770
LC
19802014-06-05 Ludovic Courtès <ludo@gnu.org>
1981
1982 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
1983 "history-append! type error".
1984
6ef284bd
SM
19852014-06-05 Simon Marchi <simon.marchi@ericsson.com>
1986
1987 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
1988 erroneous dprintf expected input.
1989
a872e241
DE
19902014-06-04 Doug Evans <xdje42@gmail.com>
1991
1992 * gdb.guile/scm-generics.exp: Delete.
1993
16f691fb
DE
19942014-06-04 Doug Evans <xdje42@gmail.com>
1995
1996 * gdb.guile/scm-breakpoint.exp: Update.
1997 Add tests for breakpoint registration.
1998
012370f6
TT
19992014-06-04 Tom Tromey <tromey@redhat.com>
2000
2001 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
2002 VLA-in-union.
2003 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
2004 inner_vla_struct, vla_union types. Initialize objects of those
2005 types and compute their sizes.
2006
9f5a4cef
HZ
20072014-06-04 Nathan Sidwell <nathan@codesourcery.com>
2008 Hui Zhu <hui@codesourcery.com>
2009
2010 * gdb.base/fileio.exp: Add test for shell not available as well as
2011 available.
2012 * gdb.base/fileio.c (test_system): Check for shell twice.
2013
90a45c4d
YQ
20142014-06-04 Yao Qi <yao@codesourcery.com>
2015
2016 * gdb.base/auto-connect-native-target.exp: Remove redundant
2017 space from the regexp pattern.
2018
70017e41
YQ
20192014-06-04 Yao Qi <yao@codesourcery.com>
2020
2021 * gdb.base/default.exp: Replace "child" with "native" in
2022 regexp pattern.
2023
883964a7
SC
20242014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2025
2026 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
2027 * gdb.python/py-xmethods.exp: New tests to test xmethods.
2028 * gdb.python/py-xmethods.py: Python script supporting the
2029 new testcase and tests.
2030
ef370185
JB
20312014-06-03 Joel Brobecker <brobecker@adacore.com>
2032 Pedro Alves <palves@redhat.com>
2033
2034 PR breakpoints/17000
2035 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
2036 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
2037
1e2ccb61
BM
20382014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
2039
2040 * gdb.base/subst.exp: Add tests to verify partial path matching
2041 output.
2042
c6ec5ab2
PA
20432014-06-03 Pedro Alves <palves@redhat.com>
2044
2045 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
2046 target that doesn't use software single-stepping.
2047
835c559f
PA
20482014-06-03 Pedro Alves <palves@redhat.com>
2049
2050 PR breakpoints/17000
2051 * gdb.base/sss-bp-on-user-bp-2.c: New file.
2052 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
2053
06eb1586
DE
20542014-06-02 Doug Evans <xdje42@gmail.com>
2055
2056 * gdb.guile/scm-parameter.exp: New file.
2057
e698b8c4
DE
20582014-06-02 Doug Evans <xdje42@gmail.com>
2059
2060 * gdb.guile/scm-cmd.c: New file.
2061 * gdb.guile/scm-cmd.exp: New file.
2062
ded03782
DE
20632014-06-02 Doug Evans <xdje42@gmail.com>
2064
2065 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
2066 pretty-printer lookup.
2067 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
2068 (make-pp_s-printer): Call it.
2069 (make-pretty-printer-from-dict): New function.
2070 (lookup-pretty-printer-maker-from-dict): New function.
2071 (*pretty-printer*): Simplify.
2072 (make-objfile-pp_s-printer): New function.
2073 (install-objfile-pretty-printers!): New function.
2074 (make-progspace-pp_s-printer): New function.
2075 (install-progspace-pretty-printers!): New function.
2076 * gdb.guile/scm-progspace.c: New file.
2077 * gdb.guile/scm-progspace.exp: New file.
2078
41fac0cf
PA
20792014-06-02 Pedro Alves <palves@redhat.com>
2080
2081 * gdb.base/dprintf-bp-same-addr.c: New file.
2082 * gdb.base/dprintf-bp-same-addr.exp: New file.
2083
96ae5695
EBM
20842014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2085
2086 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
2087 * gdb.arch/powerpc-power.s: Likewise.
2088
da02b3a8
JB
20892014-06-02 Joel Brobecker <brobecker@adacore.com>
2090
2091 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
2092
c72b2e7b
YQ
20932014-06-01 Yao Qi <yao@codesourcery.com>
2094
2095 * gdb.base/watchpoint.exp (test_watch_location): Check null
2096 pointer can be dereferenced. If not, do the test, otherwise
2097 skip it.
2098
53e8a631
AB
20992014-05-30 Andrew Burgess <aburgess@broadcom.com>
2100
2101 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
2102 results.
2103 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
2104
938f0e2f
AB
21052014-05-30 Andrew Burgess <aburgess@broadcom.com>
2106
2107 * gdb.arch/amd64-invalid-stack-middle.S: New file.
2108 * gdb.arch/amd64-invalid-stack-middle.c: New file.
2109 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
2110 * gdb.arch/amd64-invalid-stack-top.c: New file.
2111 * gdb.arch/amd64-invalid-stack-top.exp: New file.
2112
9ba6657a
PA
21132014-05-30 Pedro Alves <palves@redhat.com>
2114
2115 PR breakpoints/17000
2116 * gdb.base/sss-bp-on-user-bp.c: New file.
2117 * gdb.base/sss-bp-on-user-bp.exp: New file.
2118
522c09bf
DB
21192014-05-30 David Blaikie <dblaikie@gmail.com>
2120
2121 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
2122 gnu_inline semantics via attribute.
2123 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
2124 source explicitly specifies the required semantics.
2125
bf4ef81e
MR
21262014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
2127
2128 * gdb.reverse/sigall-reverse.exp: Fix a typo.
2129
329ea579
PA
21302014-05-29 Pedro Alves <palves@redhat.com>
2131 Tom Tromey <tromey@redhat.com>
2132
2133 * gdb.base/async-shell.exp: Don't enable target-async.
2134 * gdb.base/async.exp
2135 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
2136 parameter. Adjust.
2137 (top level): Don't test with "target-async".
2138 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
2139 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
2140 * gdb.base/inferior-died.exp: Don't enable target-async.
2141 * gdb.base/interrupt-noterm.exp: Likewise.
2142 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
2143 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2144 * gdb.mi/mi-nonstop.exp: Likewise.
2145 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2146 * gdb.mi/mi-nsintrall.exp: Likewise.
2147 * gdb.mi/mi-nsmoribund.exp: Likewise.
2148 * gdb.mi/mi-nsthrexec.exp: Likewise.
2149 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2150 * gdb.multi/watchpoint-multi.exp: Adjust comment.
2151 * gdb.python/py-evsignal.exp: Don't enable target-async.
2152 * gdb.python/py-evthreads.exp: Likewise.
2153 * gdb.python/py-prompt.exp: Likewise.
2154 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
2155 * gdb.server/solib-list.exp: Don't enable target-async.
2156 * gdb.threads/thread-specific-bp.exp: Likewise.
2157 * lib/mi-support.exp: Adjust to use mi-async.
2158
fd664c91
PA
21592014-05-29 Pedro Alves <palves@redhat.com>
2160
2161 PR gdb/13860
2162 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
2163 reason, even in sync mode.
2164
251bde03
PA
21652014-05-29 Pedro Alves <palves@redhat.com>
2166 Hui Zhu <hui@codesourcery.com>
2167
2168 PR PR15693
2169 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
2170 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
2171 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
2172 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
2173
7f3c0343
JB
21742014-05-28 Joel Brobecker <brobecker@adacore.com>
2175
2176 * config/monitor.exp (gdb_target_monitor): Replace use of
2177 "set remotebaud" by "set serial baud".
2178
b2715b27
AW
21792014-05-26 Andy Wingo <wingo@igalia.com>
2180
2181 * gdb.guile/scm-breakpoint.exp:
2182 * gdb.guile/scm-gsmob.exp: Update to use plain old object
2183 properties instead of gdb-object-properties.
2184
498a4489
YQ
21852014-05-26 Yao Qi <yao@codesourcery.com>
2186
2187 * gdb.server/no-thread-db.exp: Specify source file name
2188 explicitly when setting a breakpoint.
2189
589fdceb
MM
21902014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2191
2192 * gdb.btrace/vdso.c: New.
2193 * gdb.btrace/vdso.exp: New.
2194
e9089e05
MM
21952014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2196
2197 * gdb.base/gcore.exp (capture_command_output): Move ...
2198 * lib/gdb.exp (capture_command_output): ... here.
2199
67b5c0c1
MM
22002014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2201
2202 * gdb.btrace/data.exp: Test memory access during btrace replay.
2203
a2199296
SM
22042014-05-22 Simon Marchi <simon.marchi@ericsson.com>
2205
2206 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
2207
17b2616c
PA
22082014-05-21 Pedro Alves <palves@redhat.com>
2209
2210 PR gdb/13860
2211 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
2212 (top level): Test that output related to execution commands is
2213 sent to the console with CLI commands, but not with MI commands.
2214 Test that breakpoint events are always mirrored to the console.
2215 Also expect the new source line to be output after a "next" in
2216 async mode too. Make it a pass/fail test.
2217 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
2218 output.
2219 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
2220
5166082f
PA
22212014-05-21 Pedro Alves <palves@redhat.com>
2222
2223 * gdb.base/list.exp (build_pattern, test_list): New procedures.
2224 Use them to test variations of "list" after reaching a breakpoint.
2225 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
2226 Test "list" with listsize 10 after reaching a breakpoint.
2227 * gdb.python/python.exp (decode_line current location line
2228 number): Adjust expected line number.
2229
2f25d70f
SM
22302014-05-21 Simon Marchi <simon.marchi@ericsson.com>
2231
2232 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
2233 behavior for $args, pass it directly to "run".
2234
ff604a67
MR
22352014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
2236
2237 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
2238 30000 to 65536.
2239
6a3cb8e8
PA
22402014-05-21 Pedro Alves <palves@redhat.com>
2241
2242 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
2243 auto-connect-native-target off".
2244 * gdb.base/auto-connect-native-target.c: New file.
2245 * gdb.base/auto-connect-native-target.exp: New file.
2246
4ebfc96e
PA
22472014-05-21 Pedro Alves <palves@redhat.com>
2248
2249 * gdb.base/default.exp: Test "target native" instead of "target
2250 child".
2251
36d46afb
MW
22522014-05-21 Mark Wielaard <mjw@redhat.com>
2253
2254 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2255
5876f503
JK
22562014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2257
2258 Fix TLS access for -static -pthread.
2259 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
2260 <HAVE_TLS> (thread_function, main): Initialize it.
2261 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
2262 Add clean_restart.
2263 <$have_tls != "">: Check TLSVAR.
2264
0256a6ac
PA
22652014-05-21 Pedro Alves <palves@redhat.com>
2266
2267 * gdb.base/dcache-line-read-error.c: New.
2268 * gdb.base/dcache-line-read-error.exp: New.
2269
936d2992
PA
22702014-05-20 Pedro Alves <palves@redhat.com>
2271
2272 * gdb.base/compare-sections.c: New file.
2273 * gdb.base/compare-sections.exp: New file.
2274
802e8e6d
PA
22752014-05-20 Pedro Alves <palves@redhat.com>
2276
2277 * gdb.base/break-idempotent.c: New file.
2278 * gdb.base/break-idempotent.exp: New file.
2279
e59fa00f
MM
22802014-05-20 Markus Metzger <markus.t.metzger@intel.com>
2281
2282 * gdb.btrace/nohist.exp: New.
2283
8b696e31
YQ
22842014-05-20 Yao Qi <yao@codesourcery.com>
2285
2286 * lib/gdb.exp (gdb_init): Set timeout if test file is under
2287 gdb.reverse directory and gdb_reverse_timeout exists in board
2288 setting.
2289 * README: Document gdb_reverse_timeout.
2290
73c9764f
YQ
22912014-05-20 Yao Qi <yao@codesourcery.com>
2292
2293 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
2294 'test_file_name'. Treat args as a string instead of a list.
2295 (gdb_init): Rename argument 'args' by 'test_file_name'.
2296
f1f4348a
JK
22972014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2298
2299 * gdb.arch/powerpc-power.exp: New file.
2300 * gdb.arch/powerpc-power.s: New file.
2301
0dbe70ce
DE
23022014-05-16 Doug Evans <dje@google.com>
2303
2304 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
2305 * gdb.base/completion.exp: Check that all expected files exist
2306 before doing file completion.
0dbe70ce 2307
8d551b02
DE
23082014-05-16 Doug Evans <dje@google.com>
2309
2310 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
2311 Update.
2312 (do_syscall_tests_without_xml): Update.
2313
73eb7709
PA
23142014-05-16 Pedro Alves <palves@redhat.com>
2315
2316 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
2317 instead of "unknown output after running".
2318
3fae92fc
YQ
23192014-05-16 Yao Qi <yao@codesourcery.com>
2320
2321 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
2322 file1.txt from host at the end.
2323 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2324
c2b2ccc5
DE
23252014-05-15 Doug Evans <dje@google.com>
2326
2327 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
2328 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
2329 loading file. Add test for TU lookup.
2330
8c217a4b
SM
23312014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2332
2333 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
2334 calling "-exec-arguments" or "set args" before running the
2335 inferior.
2336
3deb39c6
SM
23372014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2338
2339 * lib/mi-support.exp (mi_expect_stop): Expect message for
2340 inferiors that exit with non-zero exit code.
2341
71a79f8c
YQ
23422014-05-14 Yao Qi <yao@codesourcery.com>
2343
2344 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
2345 match absolute path on remote host.
2346 (test_file_list_exec_source_files): Remove "/" from the
2347 pattern.
2348
f23fcd46
YQ
23492014-05-14 Yao Qi <yao@codesourcery.com>
2350
2351 * boards/local-remote-host-notty.exp (${board}_file): New
2352 proc.
2353
9404b58f
KM
23542014-05-07 Kyle McMartin <kyle@redhat.com>
2355
2356 Pushed by Joel Brobecker <brobecker@adacore.com>.
2357 * gdb.arch/aarch64-atomic-inst.c: New file.
2358 * gdb.arch/aarch64-atomic-inst.exp: New file.
2359
5e45f04c
YQ
23602014-05-07 Yao Qi <yao@codesourcery.com>
2361
2362 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
2363 in current context" too.
2364
c888a17d
KS
23652014-05-05 Keith Seitz <keiths@redhat.com>
2366
2367 * gdb.linespec/ls-dollar.exp: Add test for linespec
2368 file:convenience_variable.
2369
290a839c
YQ
23702014-05-05 Yao Qi <yao@codesourcery.com>
2371
2372 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
2373 traceframes into tfile and ctf trace files. Read data from
2374 trace file and test collected data.
2375 (gdb_collect_locals_test): Likewise.
2376 (gdb_unavailable_registers_test): Likewise.
2377 (gdb_unavailable_floats): Likewise.
2378 (gdb_collect_globals_test): Likewise.
2379 (top-level): Append "ctf" to trace_file_targets if GDB
2380 supports.
2381
b5262cd0
YQ
23822014-05-05 Yao Qi <yao@codesourcery.com>
2383
2384 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
2385 code to ...
2386 (gdb_collect_args_test_1): ... it. New proc.
2387 (gdb_collect_locals_test): Move some code to ...
2388 (gdb_collect_locals_test_1): ... it. New proc.
2389 (gdb_unavailable_registers_test): Move some code to ...
2390 (gdb_unavailable_registers_test_1): ... it. New proc.
2391 (gdb_unavailable_floats): Move some code to ...
2392 (gdb_unavailable_floats_1): ... it. New proc.
2393
30a1e6cc
SDJ
23942014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2395
2396 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
2397 probes to test for bitness recognition.
2398 * gdb.arch/amd64-stap-optional-prefix.exp
2399 (test_probe_value_without_reg): New procedure.
2400 Add code to test for different kinds of bitness.
2401
f33da99a
SDJ
24022014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2403
2404 PR breakpoints/16889
2405 * gdb.arch/amd64-stap-optional-prefix.S: New file.
2406 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2407
5b80f00d
PA
24082014-05-01 Pedro Alves <palves@redhat.com>
2409
2410 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
2411 gdb_file_cmd if no file is specified.
2412 * boards/native-extended-gdbserver.exp (gdb_load): Use the
2413 last_loaded_file to set the remote exec-file.
2414
f8c2a73c
PA
24152014-05-01 Pedro Alves <palves@redhat.com>
2416
2417 * boards/local-remote-host.exp: New file.
2418
be6e8ac7
PA
24192014-05-01 Pedro Alves <palves@redhat.com>
2420
2421 * boards/local-remote-host.exp: Rename to ...
2422 * boards/local-remote-host-notty.exp: ... this.
2423
cac0dc8f
JB
24242014-04-28 Joel Brobecker <brobecker@adacore.com>
2425
2426 * gdb.ada/dyn_arrayidx: New testcase.
2427
9730e6cc
YQ
24282014-04-26 Yao Qi <yao@codesourcery.com>
2429
2430 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
2431 and compute the length of function main. Save it in
2432 $main_length.
2433 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
2434 (top-level): Use gdb_compile to compile objects into
2435 executable and restart GDB. Remove invocation to
2436 prepare_for_testing.
2437
7ae1a6a6
PA
24382014-04-25 Simon Marchi <simon.marchi@ericsson.com>
2439 Pedro Alves <palves@redhat.com>
2440
2441 PR server/16255
2442 * gdb.multi/multi-attach.c: New file.
2443 * gdb.multi/multi-attach.exp: New file.
2444
4082afcc
PA
24452014-04-25 Pedro Alves <palves@redhat.com>
2446
2447 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
2448 user.
2449 (top level): Test that "set remote conditional-breakpoints-packet
2450 off" works as intended.
2451 * gdb.base/dprintf.exp: Test that "set remote
2452 breakpoint-commands-packet off" works as intended.
2453 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
2454 New function.
2455 (top level): Call it.
2456 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
2457 remote fast-tracepoints-packet off" works as intended.
2458 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
2459 * lib/gdb.exp (gdb_is_target_remote): ... here.
2460
2abc3f8d
DB
24612014-04-24 David Blaikie <dblaikie@gmail.com>
2462
2463 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
2464 ensure clang would not discard them.
2465 * gdb.base/gdbvars.c: Ditto.
2466 * gdb.base/memattr.c: Ditto.
2467 * gdb.base/whatis.c: Ditto.
2468 * gdb.python/py-prettyprint.c: Ditto.
2469 * gdb.trace/actions.c: Ditto.
2470 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
2471 ensure clang would not discard it.
2472
bfd39632
DB
24732014-04-24 David Blaikie <dblaikie@gmail.com>
2474
2475 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
2476 clang to emit the full definition of type required by the test
2477 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
2478
22842ff6
DB
24792014-04-24 David Blaikie <dblaikie@gmail.com>
2480
2481 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
2482 coax Clang into emitting the definition of the type.
2483 * gdb.cp/pr10728-x.h (y): Ditto.
2484 * gdb.cp/pr10728-y.cc (y): Ditto.
2485
c2e827ad
DB
24862014-04-24 David Blaikie <dblaikie@gmail.com>
2487
2488 * gdb.base/label.exp: XFAIL label related tests under Clang.
2489 * gdb.cp/cplabel.exp: Ditto.
2490 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
2491 under Clang those using labels.
2492
4c2d33e7
YQ
24932014-04-25 Yao Qi <yao@codesourcery.com>
2494
2495 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
2496 double_label.
2497 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
2498 partial_label and double_label.
2499
56083b99
DB
25002014-04-24 David Blaikie <dblaikie@gmail.com>
2501
2502 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
2503
25d4e99d
DB
25042014-04-24 David Blaikie <dblaikie@gmail.com>
2505
2506 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
2507 of the function to work across GCC and Clang.
2508 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
2509 pointer types (const void ** const V void **).
2510
01f9f808
MS
25112014-04-24 Michael Sturm <michael.sturm@mintel.com>
2512 Walfred Tedeschi <walfred.tedeschi@intel.com>
2513
2514 * Makefile.in (EXECUTABLES): Added i386-avx512.
2515 * gdb.arch/i386-avx512.c: New file.
2516 * gdb.arch/i386-avx512.exp: Likewise.
2517
4b48d439
KS
25182014-04-23 Keith Seitz <keiths@redhat.com>
2519
2520 * lib/mi-support.exp (mi_list_breakpoints): Delete.
2521 (mi_make_breakpoint_table): New procedure.
2522 (mi_create_breakpoint): Use mi_make_breakpoint
2523 and return the result.
2524 (mi_make_breakpoint): New procedure.
2525 (mi_build_kv_pairs): New procedure.
2526
2527 * gdb.mi/mi-break.exp: Remove unused globals,
2528 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
2529 All callers updated.
2530 * gdb.mi/mi-dprintf.exp: Use variable to track command
2531 number.
2532 Update all callers of mi_create_breakpoint and use
2533 mi_make_breakpoint_table.
2534 Remove any unused global variables.
2535 * gdb.mi/mi-nonstop.exp: Likewise.
2536 * gdb.mi/mi-nsintrall.exp: Likewise.
2537 * gdb.mi/mi-nsmoribund.exp: Likewise.
2538 * gdb.mi/mi-nsthrexec.exp: Likewise.
2539 * gdb.mi/mi-reverse.exp: Likewise.
2540 * gdb.mi/mi-simplerun.exp: Likewise.
2541 * gdb.mi/mi-stepn.exp: Likewise.
2542 * gdb.mi/mi-syn-frame.exp: Likewise.
2543 * gdb.mi/mi-until.exp: Likewise.
2544 * gdb.mi/mi-var-cp.exp: Likewise.
2545 * gdb.mi/mi-var-display.exp: Likewise.
2546 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
2547 * gdb.mi/mi2-var-child.exp: Likewise.
2548 * gdb.mi/mi-vla-c99.exp: Likewise.
2549 * lib/mi-support.exp: Likewise.
2550
2551 From Ian Lance Taylor <iant@cygnus.com>:
2552 * lib/gdb.exp (parse_args): New procedure.
2553
08351840
PA
25542014-04-23 Pedro Alves <palves@redhat.com>
2555
2556 * gdb.base/break-unload-file.c: New file.
2557 * gdb.base/break-unload-file.exp: New file.
2558 * gdb.base/sym-file-lib.c (baz): New function.
2559 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
2560 field.
2561 (load): Store the segment's mapped size.
2562 (unload): New function.
2563 (unload_shlib): New function.
2564 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
2565 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
2566 set a breakpoint at baz, and call it.
2567 * gdb.base/sym-file.exp: New tests for stale breakpoint
2568 instructions.
2569
076855f9
PA
25702014-04-23 Pedro Alves <palves@redhat.com>
2571
2572 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
2573 * gdb.base/hbreak-in-shr-unsupported.c: New file.
2574 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
2575 * gdb.base/hbreak-unmapped.c: New file.
2576 * gdb.base/hbreak-unmapped.exp: New file.
2577 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
2578 * lib/gdb.exp (gdb_is_target_remote): ... here.
2579
483805cf
PA
25802014-04-22 Pedro Alves <palves@redhat.com>
2581
2582 * gdb.base/consecutive-step-over.c: New file.
2583 * gdb.base/consecutive-step-over.exp: New file.
2584
06d97543
PA
25852014-04-22 Pedro Alves <palves@redhat.com>
2586
2587 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
2588 instead of send_gdb/gdb_expect.
2589
b4429ea2
YQ
25902014-04-22 Yao Qi <yao@codesourcery.com>
2591
2592 * lib/trace-support.exp (generate_tracefile): New procedure.
2593 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
2594 return 0.
2595 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
2596 if generate_tracefile returns 1.
2597
51d48146
PA
25982014-04-18 Tom Tromey <palves@redhat.com>
2599 Pedro alves <tromey@redhat.com>
2600
2601 PR backtrace/15558
2602 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
2603 with a backtrace limit.
2604 * gdb.python/py-frame-inline.exp: Test running to an inline
2605 function with a backtrace limit, and printing the newest frame.
2606 * gdb.python/py-frame-inline.c (main): Call f.
2607
bd1dce5f
MS
26082014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2609
2610 * gdb.java/jnpe.exp: Drop srcdir from untested path.
2611
40d1a503
MS
26122014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2613
2614 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
2615 Drop prefix from unsupported source file path.
2616
389b98f7
YQ
26172014-04-17 Yao Qi <yao@codesourcery.com>
2618
2619 * lib/gdb.exp (with_target_charset): New proc.
2620 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
2621 with_target_charset.
2622 (test_print_strings): Likewise.
2623 (test_repeat_bytes): Likewise.
2624 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
2625 for some tests.
2626
22869d73
KS
26272014-04-16 Keith Seitz <keiths@redhat.com>
2628
2629 PR gdb/15827
2630 * gdb.dwarf2/corrupt.c: New file.
2631 * gdb.dwarf2/corrupt.exp: New file.
2632
c4f87ca6
KS
26332014-04-16 Keith Seitz <keiths@redhat.com>
2634
2635 PR c++/16597
2636 * gdb.cp/namelessclass.cc: New file.
2637 * gdb.cp/namelessclass.exp: New file.
2638 * gdb.cp/namelessclass.S: New file.
2639
ab19de87
DE
26402014-04-16 Doug Evans <dje@google.com>
2641
2642 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
2643 Add comment.
2644 (gdbserver_default_get_comm_port): New function.
2645 (gdbserver_start): Check if board file provided
2646 "gdbserver,get_comm_port" and use it if so.
2647 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
2648 (gdb,socketport): Set to "stdio".
2649 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
2650 (stdio_gdbserver_template): Delete.
2651 (${board}_get_remote_address): Update.
2652 (${board}_build_remote_cmd): Delete.
2653 (${board}_get_comm_port): New function.
2654 (${board}_spawn): Update.
2655 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
2656 Delete.
2657 (${board}_get_remote_address): Update.
2658 (${board}_get_comm_port): New function.
2659
fc98a809
AB
26602014-04-16 Andrew Burgess <aburgess@broadcom.com>
2661
2662 * gdb.base/memattr.exp: Improve regexps to handle memory regions
2663 appearing in any order.
2664
87fd9e6e
DE
26652014-04-15 Doug Evans <dje@google.com>
2666
2667 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
2668 uninitialized value of "description".
2669
099fc3ea
KS
26702014-04-15 Keith Seitz <keiths@redhat.com>
2671
2672 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
2673 Remove unused globals.
2674 (test_running_the_program): Likewise.
2675 (test_controlled_execution): Likewise.
2676 (test_controlling_breakpoints): Likewise.
2677 (test_program_termination): Likewise.
2678
5da151d4
KS
26792014-04-15 Keith Seitz <keiths@redhat.com>
2680
2681 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
2682 unused globals.
2683 (test_rbreak_creation_and_listing): Likewise.
2684 (test_ignore_count): Likewise.
2685 (test_error): Likewise.
2686
35e5d2f0
PA
26872014-04-15 Pedro Alves <palves@redhat.com>
2688
2689 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
2690 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
2691 sym-file-loader.c.
2692 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
2693 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
2694 to sym-file-loader.c.
2695 (struct library): Forward declare.
2696 (load_shlib, lookup_function): Change prototypes.
2697 (find_shstrtab, find_strtab, find_shdr, find_symtab)
2698 (translate_offset): Remove declarations.
2699 (get_text_addr): New declaration.
2700 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
2701 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
2702 sym-file-loader.h.
2703 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
2704 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
2705 here from sym-file-loader.h.
2706 (struct library): New structure.
2707 (load_shlib, lookup_function): Change prototypes and adjust to
2708 work with a struct library.
2709 (find_shstrtab, find_strtab, find_shdr, find_symtab)
2710 (translate_offset): Make static.
2711 (get_text_addr): New function.
2712 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
2713
eb4c1710
PA
27142014-04-15 Pedro Alves <palves@redhat.com>
2715
2716 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
2717
2d1baf52
PA
27182014-04-15 Pedro Alves <palves@redhat.com>
2719
2720 * gdb.base/sym-file-loader.c: Include <limits.h>.
2721 (SELF_LINK): New define.
2722 (get_origin): New function.
2723 (load_shlib): Use it.
2724 * gdb.base/sym-file.exp: Don't early return if the target is
2725 remote. Use runto_main, and issue fail is that fails. Use
2726 gdb_load_shlibs.
2727 (shlib_name): Delete.
2728 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
2729
7dd6df01
PA
27302014-04-15 Pedro Alves <palves@redhat.com>
2731
2732 * gdb.base/sym-file.exp: Remove regex characters from test
2733 message. Don't refer to breakpoint numbers in test messages.
2734
b50c8614
KS
27352014-04-14 Keith Seitz <keiths@redhat.com>
2736
2737 PR c++/16253
2738 * gdb.cp/var-tag.cc: New file.
2739 * gdb.cp/var-tag.exp: New file.
2740 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2741 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2742 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2743 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2744
3d567982
TT
27452014-04-14 Tom Tromey <tromey@redhat.com>
2746
2747 * gdb.cp/classes.exp (test_enums): Handle underlying type.
2748 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
2749 type.
2750 * gdb.cp/enum-class.exp: New file.
2751 * gdb.cp/enum-class.cc: New file.
2752
0626fc76
TT
27532014-04-14 Tom Tromey <tromey@redhat.com>
2754
2755 * gdb.dwarf2/enum-type.exp: New file.
2756
dca325b3
SA
27572014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2758
2759 * gdb.mi/mi-vla-c99.exp: New file.
2760 * gdb.mi/vla.c: New file.
2761
5854b38a
SA
27622014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2763
2764 * gdb.base/vla-datatypes.c: New file.
2765 * gdb.base/vla-datatypes.exp: New file.
2766
463bb957
SA
27672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2768
2769 * gdb.base/vla-ptr.c: New file.
2770 * gdb.base/vla-ptr.exp: New file.
2771
3dd170be
SA
27722014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2773
2774 * gdb.dwarf2/count.exp: New file.
2775
5ecaaa66
SA
27762014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2777
2778 * gdb.base/vla-sideeffect.c: New file.
2779 * gdb.base/vla-sideeffect.exp: New file.
2780
41f1ada5
DB
27812014-04-14 David Blaikie <dblaikie@gmail.com>
2782
2783 * gdb.mi/non-stop.c: Add return value for non-void function return
2784 statement.
2785 * gdb.threads/staticthreads.c: Ditto.
2786
0be03e84
DE
27872014-04-12 Siva Chandra Reddy <sivachandra@google.com>
2788 Doug Evans <xdje42@gmail.com>
2789
2790 * gdb.guile/scm-value.c: Improve test case.
2791 * gdb.guile/scm-value.exp: Add new test.
2792
f180a1fb
DB
27932014-04-11 David Blaikie <dblaikie@gmail.com>
2794
2795 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
2796 override Clang's default.
2797
6b662e19
JB
27982014-04-11 Joel Brobecker <brobecker@adacore.com>
2799
2800 Revert the following changes (regressions):
2801
2802 * gdb.base/vla-sideeffect.c: New file.
2803 * gdb.base/vla-sideeffect.exp: New file.
2804
2805 * gdb.dwarf2/count.exp: New file.
2806
2807 * gdb.base/vla-multi.c: New file.
2808 * gdb.base/vla-multi.exp: New file.
2809
2810 * gdb.base/vla-ptr.c: New file.
2811 * gdb.base/vla-ptr.exp: New file.
2812
2813 * gdb.base/vla-datatypes.c: New file.
2814 * gdb.base/vla-datatypes.exp: New file.
2815
2816 * gdb.mi/mi-vla-c99.exp: New file.
2817 * gdb.mi/vla.c: New file.
2818
245a5f0b
KS
28192014-04-11 Keith Seitz <keiths@redhat.com>
2820
2821 PR c++/16675
2822 * gdb.cp/cpsizeof.exp: New file.
2823 * gdb.cp/cpsizeof.cc: New file.
2824
58a84dcf
SA
28252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2826
191a8a90
JB
2827 * gdb.mi/mi-vla-c99.exp: New file.
2828 * gdb.mi/vla.c: New file.
58a84dcf 2829
c8655f75
SA
28302014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2831
2832 * gdb.base/vla-datatypes.c: New file.
2833 * gdb.base/vla-datatypes.exp: New file.
2834
024e13b4
SA
28352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2836
2837 * gdb.base/vla-ptr.c: New file.
2838 * gdb.base/vla-ptr.exp: New file.
2839
1a237e0e
SA
28402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2841
2842 * gdb.base/vla-multi.c: New file.
2843 * gdb.base/vla-multi.exp: New file.
2844
504f3432
SA
28452014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2846
2847 * gdb.dwarf2/count.exp: New file.
2848
3bce8237
SA
28492014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2850
191a8a90
JB
2851 * gdb.base/vla-sideeffect.c: New file.
2852 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 2853
322f9c21
YQ
28542014-04-11 Yao Qi <yao@codesourcery.com>
2855
2856 * gdb.base/completion.exp: Check file exists before running tests
2857 on file completion.
2858
d708bcd1
PA
28592014-04-10 Pedro Alves <palves@redhat.com>
2860
2861 * gdb.base/cond-eval-mode.c: New file.
2862 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
2863 prepare_for_testing to build the new file. Check result of
2864 runto_main.
2865 (test_break, test_watch): New procedures.
2866 (top level): Use them.
2867
ae1d2761
PM
28682014-04-08 Pierre Muller <muller@sourceware.org>
2869
2870 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
2871 Ctrl-V use for mingw hosts.
2872
7af389b8
SC
28732014-04-07 Siva Chandra Reddy <sivachandra@google.com>
2874
2875 * gdb.python/py-value.c: Improve test case.
2876 * gdb.python/py-value.exp: Add new test.
2877
5e703181
DE
28782014-04-07 David Blaikie <dblaikie@gmail.com>
2879
2880 * lib/compiler.c: Identify the clang compiler.
2881 * lib/compiler.cc: Ditto.
2882
9810b410
YQ
28832014-04-03 Yao Qi <yao@codesourcery.com>
2884
2885 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
2886
98d1b8dc
AB
28872014-04-01 Anton Blanchard <anton@samba.org>
2888
2889 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
2890 messages unique.
2891
3114cea1
AB
28922014-04-01 Anton Blanchard <anton@samba.org>
2893
2894 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
2895 prepare_for_testing.
2896
62f7182c
AB
28972014-04-01 Anton Blanchard <anton@samba.org>
2898
2899 * gdb.arch/ppc64-atomic-inst.c: Remove.
2900 * gdb.arch/ppc64-atomic-inst.S: New file.
2901 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
2902
770e7fc7
DE
29032014-03-31 Doug Evans <dje@google.com>
2904
2905 * gdb.base/print-symbol-loading-lib.c: New file.
2906 * gdb.base/print-symbol-loading-main.c: New file.
2907 * gdb.base/print-symbol-loading.exp: New file.
2908
46e2bafa
YQ
29092014-03-31 Yao Qi <yao@codesourcery.com>
2910
2911 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
2912
8776cfe9
JB
29132014-03-28 Joel Brobecker <brobecker@adacore.com>
2914
2915 * gdb.ada/mi_dyn_arr: New testcase.
2916
5d1ef361
DE
29172014-03-27 Doug Evans <dje@google.com>
2918
2919 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
2920
b5bee914
YQ
29212014-03-27 Yao Qi <yao@codesourcery.com>
2922
2923 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
2924 if target is nios2-*-*.
2925
0d4d0e77
YQ
29262014-03-26 Yao Qi <yao@codesourcery.com>
2927
2928 * lib/gdb.exp (readline_is_used): New proc.
2929 * gdb.base/completion.exp: Move tests on command complete up.
2930 Skip the rest of tests if readline is not used.
2931 * gdb.ada/complete.exp: Skp the test if readline is not
2932 used.
2933 * gdb.base/filesym.exp: Likewise.
2934 * gdb.base/macscp.exp: Likewise.
2935 * gdb.base/readline-ask.exp: Likewise.
2936 * gdb.base/readline.exp: Likewise.
2937 * gdb.python/py-cmd.exp: Likewise.
2938 * gdb.trace/tfile.exp: Likewise.
2939
29361eee
YQ
29402014-03-26 Yao Qi <yao@codesourcery.com>
2941
2942 * gdb.base/macscp.exp: Fix code format issues.
2943
bc9a5525
UW
29442014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
2945
2946 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
2947 * gdb.asm/powerpc64le.inc: New file.
2948
d3839ede
PA
29492014-03-25 Pedro Alves <palves@redhat.com>
2950 Doug Evans <dje@google.com>
2951
2952 * gdb.base/source-execution.c: New file.
2953 * gdb.base/source-execution.exp: New file.
2954 * gdb.base/source-execution.gdb: New file.
2955
01672a57
DE
29562014-03-24 Doug Evans <dje@google.com>
2957
2958 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
2959 using fission.
2960
88bbeca9
HZ
29612014-03-24 Hui Zhu <hui@codesourcery.com>
2962 Pedro Alves <palves@redhat.com>
2963
2964 PR breakpoints/16101
2965 * gdb.base/dprintf.exp: Use unsupported rather than changing the
2966 test pass/fail messages. Detect missing support for dprintf when
2967 breakpoints are actually inserted.
2968 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
2969 breakpoints are actually inserted.
2970 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
2971 fails.
2972
d2348791
JK
29732014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2974
2975 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
2976
feef67ab
DE
29772014-03-22 Doug Evans <xdje42@gmail.com>
2978
2979 * gdb.python/python.exp (python not supported): Verify multi-line
2980 python command issues an error.
25d743f9 2981 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 2982 guile command issues an error.
feef67ab 2983
ecebef6a
MR
29842014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
2985
2986 * gdb.threads/thread-specific.exp: Handle the lack of usable
2987 $this_breakpoint and $this_thread.
2988
ccdd1909
HZ
29892014-03-21 Hui Zhu <hui@codesourcery.com>
2990
2991 * gdb.base/attach.exp (do_command_attach_tests): New.
2992
beb460e8
PA
29932014-03-20 Tom Tromey <tromey@redhat.com>
2994 Pedro Alves <palves@redhat.com>
2995
2996 PR cli/15718
2997 * gdb.base/condbreak-call-false.c: New file.
2998 * gdb.base/condbreak-call-false.exp: New file.
2999
40acf43a
PA
30002014-03-20 Pedro Alves <palves@redhat.com>
3001
3002 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
3003 Delete.
3004 (block_signals, unblock_signals): Delete.
3005 (child_function_2, main): Remove references to deleted variable
3006 and functions.
3007
9f5e1e02
PA
30082014-03-20 Pedro Alves <palves@redhat.com>
3009
3010 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
3011 Use pthread_kill to signal thread 2.
3012 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3013 Adjust to make the test send itself a signal rather than using the
3014 host's "kill" command.
3015
99619bea
PA
30162014-03-20 Pedro Alves <palves@redhat.com>
3017
3018 * gdb.threads/multiple-step-overs.c: New file.
3019 * gdb.threads/multiple-step-overs.exp: New file.
3020 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3021 Adjust expected infrun debug output.
3022
2adfaa28
PA
30232014-03-20 Pedro Alves <palves@redhat.com>
3024
3025 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
3026 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
3027
31e77af2
PA
30282014-03-20 Pedro Alves <palves@redhat.com>
3029
3030 PR breakpoints/7143
3031 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
3032 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
3033 of gdb_test_multiple.
3034 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
3035 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
3036
b9f437de
PA
30372014-03-20 Pedro Alves <palves@redhat.com>
3038
3039 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
3040 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
3041
05adc73e
PA
30422014-03-19 Pedro Alves <palves@redhat.com>
3043
3044 * gdb.base/async.exp: Remove early return.
3045
6048b950
PA
30462014-03-19 Pedro Alves <palves@redhat.com>
3047
3048 * gdb.base/async.exp (step& tests): Pass explicit test messages.
3049
8bcfb00a
PA
30502014-03-19 Pedro Alves <palves@redhat.com>
3051
3052 * gdb.base/async.exp (test_background): Expect \r\n after
3053 "completed." in the fail pattern.
3054
884e37dc
PA
30552014-03-19 Pedro Alves <palves@redhat.com>
3056
3057 * gdb.base/async.exp (test_background): New procedure.
3058 Use it for all background execution command tests.
3059
148e57e2
PA
30602014-03-19 Pedro Alves <palves@redhat.com>
3061
3062 * gdb.base/async.exp: Use prepare_for_testing.
3063
f48088c7
PA
30642014-03-19 Pedro Alves <palves@redhat.com>
3065
3066 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
3067 the same line.
3068
e2f6c966
PA
30692014-03-19 Pedro Alves <palves@redhat.com>
3070
3071 * gdb.base/async.c (main): Add "jump here" and "until here" line
3072 marker comments.
3073 * gdb.base/async.exp (jump_here): New global.
3074 (jump& test): Use it.
3075 (until_here): New global.
3076 (until& test): Use it.
3077
c30568d4
PA
30782014-03-19 Pedro Alves <palves@redhat.com>
3079
3080 * gdb.base/async.exp: Don't frob gdb_protocol.
3081
0172b6a7
DE
30822014-03-18 Doug Evans <xdje42@gmail.com>
3083
3084 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
3085 Fix spelling of exec-done-display.
3086
06c868a8
JK
30872014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3088
3089 PR gdb/15358
3090 * gdb.base/gdb-sigterm.c: New file.
3091 * gdb.base/gdb-sigterm.exp: New file.
3092
0c7e1a46
PA
30932014-03-18 Pedro Alves <palves@redhat.com>
3094
3095 PR gdb/13860
3096 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
3097 * lib/mi-support.exp (mi_expect_stop): Add special handling for
3098 solib-event.
3099
f7c77d93
JB
31002014-03-17 Joel Brobecker <brobecker@adacore.com>
3101
3102 * gdb.ada/pckd_arr_ren: New testcase.
3103
5a1e8c7a
DE
31042014-03-13 Doug Evans <xdje42@gmail.com>
3105
3106 PR guile/16612
3107 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
3108 collect after discarding symbols.
3109
350e1a76
DE
31102014-03-13 Ludovic Courtès <ludo@gnu.org>
3111 Doug Evans <xdje42@gmail.com>
3112
3113 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
3114 to history survives a gc.
3115
a69900ae
PA
31162014-03-13 Pedro Alves <palves@redhat.com>
3117
3118 * gdb.base/default.exp: Don't test "target procfs".
3119
5db9f0bd
PA
31202014-03-13 Pedro Alves <palves@redhat.com>
3121
3122 * gdb.base/default.exp: Update "target child" and "target procfs"
3123 tests to not expect "Unix".
3124
b3ccfe11
TT
31252014-03-12 Tom Tromey <tromey@redhat.com>
3126
3127 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
3128 New procs. Add target-async tests.
3129 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
3130 Add target-async tests.
3131
646f4417
AA
31322014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3133
3134 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
3135 'func_start' and 'func_end' for the beginning and end of the
3136 function code, respectively.
3137 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
3138 'func_end' instead of 'func' and 'main'.
3139
288c211f
AA
31402014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3141
3142 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
3143 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
3144 generate the debug info assembler source.
3145
e0c0f156
AA
31462014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3147
3148 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
3149 * gdb.dwarf2/arr-subrange.exp: Likewise.
3150 * gdb.dwarf2/dwz.exp: Likewise.
3151 * gdb.dwarf2/method-ptr.exp: Likewise.
3152 * gdb.dwarf2/missing-sig-type.exp: Likewise.
3153 * gdb.dwarf2/subrange.exp: Likewise.
3154 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
3155 * gdb.dwarf2/implptrpiece.exp: Likewise.
3156 * gdb.dwarf2/nostaticblock.exp: Likewise.
3157
0e5c4555
AA
31582014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3159
3160 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
3161 directory to absolute path name arguments.
3162
5ec18f2b
JG
31632014-03-10 Joel Brobecker <brobecker@adacore.com>
3164
3165 * gdb.ada/tagged_access: New testcase.
3166
847fc4f2
MM
31672014-03-07 Markus Metzger <markus.t.metzger@intel.com>
3168
3169 * gdb.btrace/data.exp: Update expected output.
3170
cc3da688
YQ
31712014-03-06 Yao Qi <yao@codesourcery.com>
3172
3173 * gdb.trace/pr16508.exp: New file.
3174
0f26cec1
PA
31752014-03-05 Pedro Alves <palves@redhat.com>
3176
3177 PR gdb/16575
3178 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
3179 procedure.
3180 (top level): Adjust to use it. Add tests that exercise breakpoint
3181 interaction with the code-cache.
3182
7a5a839f
LC
31832014-02-26 Ludovic Courtès <ludo@gnu.org>
3184
3185 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
3186 test for 'history-append!'.
3187
31aa7e4e
JB
31882014-02-26 Joel Brobecker <brobecker@adacore.com>
3189
3190 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
3191 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
3192 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
3193 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
3194 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
3195 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
3196
1b588015
JB
31972014-02-26 Joel Brobecker <brobecker@adacore.com>
3198
3199 * testsuite/gdb.python/py-pp-re-notag.c: New file.
3200 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
3201 * testsuite/gdb.python/py-pp-re-notag.p: New file.
3202
55426c9d
JB
32032014-02-26 Joel Brobecker <brobecker@adacore.com>
3204
3205 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
3206
dc53a7ad
JB
32072014-02-26 Joel Brobecker <brobecker@adacore.com>
3208
3209 * gdb.dwarf2/arr-stride.c: New file.
3210 * gdb.dwarf2/arr-stride.exp: New file.
3211
12ab52e9
PA
32122014-02-26 Pedro Alves <palves@redhat.com>
3213
3214 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
3215 that won't ever trigger. Make sure that GDB reports the correct
3216 breakpoint that caused the stop.
3217
849c862e
JK
32182014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3219
3220 PR gdb/16626
3221 * gdb.base/auto-load-script: New file.
3222 * gdb.base/auto-load.c: New file.
3223 * gdb.base/auto-load.exp: New file.
3224
71b7d793
JK
3225 PR gdb/16626
3226 * gdb.base/auto-load.exp: Fix out-of-srctree run.
3227
e2f0d509
JK
32282014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3229
3230 Fix dw2-icycle.exp -fsanitize=address GDB crash.
3231 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
3232
50cc37c8
DE
32332014-02-24 Doug Evans <dje@google.com>
3234
3235 * lib/gdb.exp (run_on_host): Log error output if program fails.
3236
ea4758f2
PA
32372014-02-21 Pedro Alves <palves@redhat.com>
3238
3239 * gdb.threads/step-after-sr-lock.c: Rename to ...
3240 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
3241 * gdb.threads/step-after-sr-lock.exp: Rename to ...
3242 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3243 ... this.
3244
d7b30f67
SDJ
32452014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
3246
3247 PR tdep/16397
3248 * gdb.arch/amd64-stap-special-operands.exp: New file.
3249 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
3250 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
3251 * gdb.arch/amd64-stap-triplet.S: Likewise.
3252 * gdb.arch/amd64-stap-triplet.c: Likewise.
3253
83deb43f
JB
32542014-02-20 Joel Brobecker <brobecker@adacore.com>
3255
3256 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
3257 in .section pseudo-op.
3258
adde2bff
DE
32592014-02-20 lin zuojian <manjian2006@gmail.com>
3260 Joel Brobecker <brobecker@adacore.com>
3261 Doug Evans <xdje42@gmail.com>
3262
3263 PR symtab/16581
3264 * gdb.dwarf2/dw2-icycle.S: New file.
3265 * gdb.dwarf2/dw2-icycle.c: New file.
3266 * gdb.dwarf2/dw2-icycle.exp: New file.
3267
f7bd0f78
SC
32682014-02-19 Siva Chandra Reddy <sivachandra@google.com>
3269
3270 * gdb.python/py-value-cc.cc: Improve test case to enable testing
3271 operations on gdb.Value objects.
3272 * gdb.python/py-value-cc.exp: Add new test to test operations on
3273 gdb.Value objects.
3274
c17ef0d5
DE
32752014-02-18 Doug Evans <dje@google.com>
3276
3277 * Makefile.in (TESTS): New variable.
3278 (expanded_tests, expanded_tests_or_none): New variables
3279 (check-single): Pass $(expanded_tests_or_none) to runtest.
3280 (check-parallel): Only run tests in $(TESTS) if non-empty.
3281 (check/no-matching-tests-found): New rule.
3282 * README: Document TESTS makefile variable.
3283
5dd3176f
DE
32842014-02-18 Doug Evans <dje@google.com>
3285
3286 * Makefile.in (check-parallel): rm -rf outputs temp.
3287
0b10be4f
JK
32882014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3289
3290 Fix "ERROR: no fileid for" in the testsuite.
3291 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
3292
85f224e7
DE
32932014-02-12 Doug Evans <dje@google.com>
3294
3295 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
3296 (MISCELLANEOUS): New variable.
3297 (clean): rm -rf $(MISCELLANEOUS).
3298 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
3299 dwp live in the same directory as symlinks, with each symlink pointed
3300 to a differently named file in a different directory.
3301
149b30ff
DE
33022014-02-11 Doug Evans <dje@google.com>
3303
3304 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
3305 of Tcl file commands.
3306
1dfdac32
MK
33072014-02-10 Mark Kettenis <kettenis@gnu.org>
3308
3309 * gdb.threads/step-after-sr-lock.exp: Avoid executing
3310 "kill -SIGUSR1 -1".
3311
aa4fb036
JB
33122014-02-10 Joel Brobecker <brobecker@adacore.com>
3313
3314 * gdb.ada/tick_length_array_enum_idx: New testcase.
3315
ed3ef339
DE
33162014-02-10 Doug Evans <xdje42@gmail.com>
3317
3318 * configure.ac (AC_OUTPUT): Add gdb.guile.
3319 * configure: Regenerate.
3320 * lib/gdb-guile.exp: New file.
3321 * lib/gdb.exp (get_target_charset): New function.
3322 * gdb.base/help.exp: Update expected output from "apropos apropos".
3323 * gdb.guile/Makefile.in: New file.
3324 * gdb.guile/guile.exp: New file.
3325 * gdb.guile/scm-arch.c: New file.
3326 * gdb.guile/scm-arch.exp: New file.
3327 * gdb.guile/scm-block.c: New file.
3328 * gdb.guile/scm-block.exp: New file.
3329 * gdb.guile/scm-breakpoint.c: New file.
3330 * gdb.guile/scm-breakpoint.exp: New file.
3331 * gdb.guile/scm-disasm.c: New file.
3332 * gdb.guile/scm-disasm.exp: New file.
3333 * gdb.guile/scm-equal.c: New file.
3334 * gdb.guile/scm-equal.exp: New file.
3335 * gdb.guile/scm-error.exp: New file.
3336 * gdb.guile/scm-error.scm: New file.
3337 * gdb.guile/scm-frame-args.c: New file.
3338 * gdb.guile/scm-frame-args.exp: New file.
3339 * gdb.guile/scm-frame-args.scm: New file.
3340 * gdb.guile/scm-frame-inline.c: New file.
3341 * gdb.guile/scm-frame-inline.exp: New file.
3342 * gdb.guile/scm-frame.c: New file.
3343 * gdb.guile/scm-frame.exp: New file.
3344 * gdb.guile/scm-generics.exp: New file.
3345 * gdb.guile/scm-gsmob.exp: New file.
3346 * gdb.guile/scm-iterator.c: New file.
3347 * gdb.guile/scm-iterator.exp: New file.
3348 * gdb.guile/scm-math.c: New file.
3349 * gdb.guile/scm-math.exp: New file.
3350 * gdb.guile/scm-objfile-script-gdb.in: New file.
3351 * gdb.guile/scm-objfile-script.c: New file.
3352 * gdb.guile/scm-objfile-script.exp: New file.
3353 * gdb.guile/scm-objfile.c: New file.
3354 * gdb.guile/scm-objfile.exp: New file.
3355 * gdb.guile/scm-ports.exp: New file.
3356 * gdb.guile/scm-pretty-print.c: New file.
3357 * gdb.guile/scm-pretty-print.exp: New file.
3358 * gdb.guile/scm-pretty-print.scm: New file.
3359 * gdb.guile/scm-section-script.c: New file.
3360 * gdb.guile/scm-section-script.exp: New file.
3361 * gdb.guile/scm-section-script.scm: New file.
3362 * gdb.guile/scm-symbol.c: New file.
3363 * gdb.guile/scm-symbol.exp: New file.
3364 * gdb.guile/scm-symtab-2.c: New file.
3365 * gdb.guile/scm-symtab.c: New file.
3366 * gdb.guile/scm-symtab.exp: New file.
3367 * gdb.guile/scm-type.c: New file.
3368 * gdb.guile/scm-type.exp: New file.
3369 * gdb.guile/scm-value-cc.cc: New file.
3370 * gdb.guile/scm-value-cc.exp: New file.
3371 * gdb.guile/scm-value.c: New file.
3372 * gdb.guile/scm-value.exp: New file.
3373 * gdb.guile/source2.scm: New file.
3374 * gdb.guile/types-module.cc: New file.
3375 * gdb.guile/types-module.exp: New file.
3376
7026a7c1
YQ
33772014-02-10 Yao Qi <yao@codesourcery.com>
3378
3379 PR testsuite/16543
3380 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
3381 * configure: Regenerated.
3382 * Makefile.in: New file.
3383
6c466447
AS
33842014-02-08 Andreas Schwab <schwab@linux-m68k.org>
3385
3386 * gdb.python/py-framefilter.exp: Fix typo.
3387
6e854735
YQ
33882014-02-08 Yao Qi <yao@codesourcery.com>
3389
3390 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
3391 that no =breakpoint-modified is emitted when breakpoints are
3392 modified through MI commands.
3393
d137e6dc
PA
33942014-02-07 Pedro Alves <pedro@codesourcery.com>
3395 Pedro Alves <palves@redhat.com>
3396
3397 * gdb.threads/step-after-sr-lock.c: New file.
3398 * gdb.threads/step-after-sr-lock.exp: New file.
3399
b5ee5a50
PA
34002014-02-07 Pedro Alves <palves@redhat.com>
3401
3402 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
3403
3c77faf3
JK
34042014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3405
3406 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
3407 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
3408
6dddc817
DE
34092014-02-06 Doug Evans <xdje42@gmail.com>
3410
3411 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
3412 output.
3413
3414 * gdb.gdb/python-interrupts.exp: New file.
3415
de7b2893
YQ
34162014-02-05 Yao Qi <yao@codesourcery.com>
3417
3418 * gdb.trace/report.exp (use_collected_data): Test the output
3419 of "info threads" and "info inferiors".
3420
66d032ac
YQ
34212014-02-05 Yao Qi <yao@codesourcery.com>
3422
3423 Revert this patch:
3424
3425 2013-05-24 Yao Qi <yao@codesourcery.com>
3426
3427 * gdb.trace/tfile.exp: Test inferior and thread.
3428
591a12a1
UW
34292014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3430
3431 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
3432 on a function.
3433 * gdb.base/step-bt.c: Call hello via function pointer to make
3434 sure its first instruction is executed on powerpc64le-linux.
3435
0ff3e01f
UW
34362014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3437
3438 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
3439
084ee545
UW
34402014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3441
3442 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
3443 of the test patterns for use on little-endian systems.
3444
6ed14ff3
UW
34452014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3446
3447 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
3448 (decimal_vector): Fix for little-endian.
3449
401e27fd
JM
34502014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
3451
3452 * gdb.arch/sparc-sysstep.exp: New file.
3453 * gdb.arch/sparc-sysstep.c: Likewise.
3454
3455 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
3456
8b924729
EBM
34572014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3458
3459 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
3460
fb151210
JB
34612014-01-23 Tom Tromey <tromey@redhat.com>
3462
3463 * gdb.ada/array_char_idx: New testcase.
3464
0740f8d8
TT
34652014-01-23 Tom Tromey <tromey@redhat.com>
3466
3467 PR python/16487:
3468 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
3469 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
3470 classes.
3471
21909fa1
TT
34722014-01-23 Tom Tromey <tromey@redhat.com>
3473
3474 PR python/16491:
3475 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
3476 string from an inferior frame.
3477 * gdb.python/py-framefilter-mi.exp: Update.
3478
87ce2a04
DE
34792014-01-22 Doug Evans <dje@google.com>
3480
3481 * gdb.server/server-mon.exp: Add tests for "set debug-format".
3482
237b092b
AA
34832014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3484
3485 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
3486
d674a709
AA
34872014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3488
3489 * gdb.trace/entry-values.exp: Remove excess space character from
3490 regex patterns. Handle s390 call instruction.
3491
20fa3390
AA
34922014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3493
3494 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
3495 define "*_start" label. Make "name" static.
3496 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
3497 ${name} by references to ${name}_start.
3498
78466714
AA
34992014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3500
3501 * gdb.base/info-macros.exp: Remove "debug" from the compile
3502 options.
3503
ec9f644a
IB
35042014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3505
3506 * gdb.dlang/demangle.exp: New file.
3507
94b1b47e
IB
35082014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3509
3510 * gdb.dlang/primitive-types.exp: New file.
3511
7f420862
IB
35122014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3513
3514 * configure.ac: Create gdb.dlang/Makefile.
3515 * configure: Regenerate.
3516 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
3517 * gdb.dlang/Makefile.in: New file.
3518 * lib/d-support.exp: New file.
3519 * lib/gdb.exp (skip_d_tests): New proc.
3520
52834460
MM
35212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3522
3523 * gdb.btrace/delta.exp: Check reverse stepi.
3524 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
3525 * gdb.btrace/finish.exp: New.
3526 * gdb.btrace/next.exp: New.
3527 * gdb.btrace/nexti.exp: New.
3528 * gdb.btrace/record_goto.c: Add comments.
3529 * gdb.btrace/step.exp: New.
3530 * gdb.btrace/stepi.exp: New.
3531 * gdb.btrace/multi-thread-step.c: New.
3532 * gdb.btrace/multi-thread-step.exp: New.
3533 * gdb.btrace/rn-dl-bind.c: New.
3534 * gdb.btrace/rn-dl-bind.exp: New.
3535 * gdb.btrace/data.c: New.
3536 * gdb.btrace/data.exp: New.
3537 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3538
6e07b1d2
MM
35392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3540
3541 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
3542 * gdb.btrace/exception.exp: Update.
3543 * gdb.btrace/instruction_history.exp: Update.
3544 * gdb.btrace/record_goto.exp: Update.
3545 * gdb.btrace/tailcall.exp: Update.
3546 * gdb.btrace/unknown_functions.exp: Update.
3547 * gdb.btrace/delta.exp: New.
3548
0b722aec
MM
35492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3550
3551 * gdb.btrace/record_goto.exp: Add backtrace test.
3552 * gdb.btrace/tailcall.exp: Add backtrace test.
3553
066ce621
MM
35542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3555
3556 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
3557 * gdb.btrace/record_goto.c: New.
3558 * gdb.btrace/record_goto.exp: New.
3559 * gdb.btrace/x86-record_goto.S: New.
3560
0688d04e
MM
35612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3562
3563 * gdb.btrace/function_call_history.exp: Update tests.
3564 * gdb.btrace/instruction_history.exp: Update tests.
3565
8710b709
MM
35662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3567
3568 * gdb.btrace/function_call_history.exp: Fix expected field
3569 order for "record function-call-history".
3570 Add new tests for "record function-call-history /c".
3571 * gdb.btrace/exception.cc: New.
3572 * gdb.btrace/exception.exp: New.
3573 * gdb.btrace/tailcall.exp: New.
3574 * gdb.btrace/x86-tailcall.S: New.
3575 * gdb.btrace/x86-tailcall.c: New.
3576 * gdb.btrace/unknown_functions.c: New.
3577 * gdb.btrace/unknown_functions.exp: New.
3578 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3579
5de9129b
MM
35802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3581
3582 * gdb.btrace/instruction_history.exp: Update.
3583 * gdb.btrace/function_call_history.exp: Update.
3584
23a7fe75
MM
35852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3586
3587 * gdb.btrace/function_call_history.exp: Fix expected function
3588 trace.
3589 * gdb.btrace/instruction_history.exp: Initialize traced.
3590 Remove traced_functions.
3591
724c7dd8
MM
35922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3593
3594 * gdb.btrace/function_call_history.exp: Update
3595 * gdb.btrace/instruction_history.exp: Update.
3596
6d78d93b
MM
35972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3598
3599 * gdb.btrace/enable.exp: Update expected text.
3600
93a360cc
OJ
36012014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
3602
3603 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
3604 bytes.
3605
3772b53f
MR
36062014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
3607
3608 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
3609
596662fa
OJ
36102014-01-15 Omair Javaid <omair.javaid@linaro.org>
3611
3612 * lib/gdb.exp (supports_process_record): Return true for
3613 arm*-linux*. (supports_reverse): Likewise.
3614
b5b08fb4
SC
36152014-01-13 Siva Chandra Reddy <sivachandra@google.com>
3616
3617 PR python/15464
3618 PR python/16113
3619 * gdb.python/py-type.c: Enhance test case.
3620 * gdb.python/py-value-cc.cc: Likewise
3621 * gdb.python/py-type.exp: Add new tests.
3622 * gdb.python/py-value-cc.exp: Likewise
3623
52d7fb13
AA
36242014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3625 Pedro Alves <palves@redhat.com>
3626
3627 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
3628 Make "name" extern.
3629 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
3630 references to ${name}_start by references to ${name}.
3631
a2cd8cfe
JB
36322014-01-10 Joel Brobecker <brobecker@adacore.com>
3633
3634 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
3635
4e23fced
JB
36362014-01-10 Joel Brobecker <brobecker@adacore.com>
3637
3638 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
3639
c6a9e42c
PA
36402014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
3641 Pedro Alves <palves@redhat.com>
3642
3643 * gdb.mi/mi-info-os.exp: Connect to the target with
3644 mi_gdb_target_load.
3645
b7ea362b
PA
36462014-01-08 Pedro Alves <palves@redhat.com>
3647
3648 * gdb.threads/reconnect-signal.c: New file.
3649 * gdb.threads/reconnect-signal.exp: New file.
3650
5e3f4fab
EBM
36512014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3652
3653 * gdb.base/source-dir.exp: New file.
3654
79301218
JB
36552014-01-07 Joel Brobecker <brobecker@adacore.com>
3656
3657 * gdb.ada/mi_interface: New testcase.
3658
8e355c5d
JB
36592014-01-07 Joel Brobecker <brobecker@adacore.com>
3660
3661 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
3662 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
3663 gdb.ada/pp-rec-component/pck.ads: New files.
3664
c0d48811
JB
36652014-01-07 Joel Brobecker <brobecker@adacore.com>
3666
3667 * gdb.python/py-pp-integral.c: New file.
3668 * gdb.python/py-pp-integral.py: New file.
3669 * gdb.python/py-pp-integral.exp: New file.
3670
17b609c3 3671For older changes see ChangeLog-1993-2013.
c906108c 3672\f
8d8cb839
EZ
3673;; Local Variables:
3674;; mode: change-log
3675;; left-margin: 8
3676;; fill-column: 74
3677;; version-control: never
3678;; End:
902f2ccb 3679
32d0add0 3680 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
3681 Copying and distribution of this file, with or without modification,
3682 are permitted provided the copyright notice and this notice are preserved.
This page took 2.145799 seconds and 4 git commands to generate.