]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Partial fix for "make TAGS".
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
b4cdae6f
WW
12015-01-17 Wei-cheng Wang <cole945@gmail.com>
2
3 * lib/gdb.exp (supports_process_record): Return true for
4 powerpc*-*-linux*.
5 (supports_reverse): Likewise.
6
d221e7ef
DB
72015-01-15 Don Breazeal <donb@codesourcery.com>
8
9 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10 instead of checking whether the target board is remote and
11 use spawn_wait_for_attach instead of exec/sleep.
12 * gdb.base/attach-twice.exp: Likewise.
13
bafffb51
JB
142015-01-15 Joel Brobecker <brobecker@adacore.com>
15
16 * gdb.ada/var_arr_attrs: New testcase.
17
5589af0e
PA
182015-01-14 Pedro Alves <palves@redhat.com>
19 Joel Brobecker <brobecker@adacore.com>
20
21 PR gdb/17525
22 * gdb.base/bp-cmds-execution-x-script.c: New file.
23 * gdb.base/bp-cmds-execution-x-script.exp: New file.
24 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
25
6c400b59
PA
262015-01-14 Pedro Alves <palves@redhat.com>
27
28 PR cli/17828
29 * gdb.base/batch-preserve-term-settings.c: New file.
30 * gdb.base/batch-preserve-term-settings.exp: New file.
31
e02c96a7
DE
322015-01-13 Doug Evans <dje@google.com>
33
34 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
35 binary.
36
576fd14c
JB
372015-01-13 Joel Brobecker <brobecker@adacore.com>
38
39 * Makefile.in (clean mostlyclean): Do not delete *.py.
40
04dccad0
JB
412015-01-13 Joel Brobecker <brobecker@adacore.com>
42
43 * gdb.python/py-lookup-type.exp: New file.
44
3d230f71
PA
452015-01-12 Pedro Alves <palves@redhat.com>
46
47 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
48 restore GDBFLAGS before returning.
49
7e67715d
JK
502015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
51
52 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
53 is_amd64_regs_target and is_x86_like_target.
54
f2e0d4b4
DE
552015-01-11 Doug Evans <xdje42@gmail.com>
56
57 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
58 is given without an explicit form.
59 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
60 attributes.
61 * gdb.dwarf/corrupt.exp: Ditto.
62 * gdb.dwarf2/enum-type.exp: Ditto.
63 * gdb.trace/entry-values.exp: Ditto.
64 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
65
439250fb
DE
662015-01-11 Doug Evans <xdje42@gmail.com>
67
68 PR gdb/15830
69 * gdb.base/maint.exp: Remove references to "maint demangle".
70 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
71 Add tests for explicitly specifying language to demangle.
72 * gdb.dlang/demangle.exp: Ditto.
73
ede9f622
PA
742015-01-09 Pedro Alves <palves@redhat.com>
75
76 * gdb.threads/non-stop-fair-events.c: New file.
77 * gdb.threads/non-stop-fair-events.exp: New file.
78
a7b796db
PA
792015-01-09 Pedro Alves <palves@redhat.com>
80
81 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
82 the global scope. Set a breakpoint after all threads are started
83 rather than stepping over two source lines. Expect the prompt.
84 * gdb.base/watch_thread_num.c (threads_started_barrier): New
85 global.
86 (NUM): Now 15.
87 (main): Use threads_started_barrier to wait for all threads to
88 start. Main thread no longer calls thread_function. Exit after
89 180 seconds.
90 (loop): New function.
91 (thread_function): Wait on threads_started_barrier barrier. Call
92 'loop' at each iteration.
93 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
94 threads have started, instead of hardcoding number of "next"
95 steps. Use an access watchpoint instead of a write watchpoint.
96
9665ffdd
PA
972015-01-09 Pedro Alves <palves@redhat.com>
98
99 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
100 (thread_func): Wait on barrier.
101 (main): Wait for all threads to start before stopping GDB.
102 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
103 global.
104 (thread1_func, thread2_func): Wait on barrier.
105 (main): Wait for all threads to start before stopping GDB.
106 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
107 New global.
108 (thread1_func, thread2_func): Wait on barrier.
109 (main): Wait for all threads to start before stopping GDB.
110
c945a99f
PA
1112015-01-09 Pedro Alves <palves@redhat.com>
112
113 * gdb.threads/attach-many-short-lived-threads.c: New file.
114 * gdb.threads/attach-many-short-lived-threads.exp: New file.
115
c1a747c1
PA
1162014-01-09 Pedro Alves <palves@redhat.com>
117
118 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
119 instead of to thread 2.
120 * gdb.threads/signal-command-multiple-signals-pending.c (main):
121 Add barrier around each pthread_create call instead of around all
122 calls.
123 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
124 Set a break on thread_function and have the child threads hit it
125 one at at a time.
126
60b3033e
PA
1272015-01-09 Pedro Alves <palves@redhat.com>
128
129 * lib/gdb.exp (can_spawn_for_attach): New procedure.
130 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
131 false.
132 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
133 checking whether the target board is remote.
134 * gdb.multi/multi-attach.exp: Likewise.
135 * gdb.python/py-sync-interp.exp: Likewise.
136 * gdb.server/ext-attach.exp: Likewise.
137 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
138 tests that need to attach, instead of checking whether the target
139 board is remote at the top of the file.
140
acc018ac
YQ
1412015-01-08 Yao Qi <yao@codesourcery.com>
142
143 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
144
50a18af8
JK
1452015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
146
147 Fix testcase compilation.
148 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
149
8503d6e1
JB
1502015-01-06 Joel Brobecker <brobecker@adacore.com>
151
152 * gdb.python/py-type.exp: Add a couple test about empty
153 array creation, and negative-length array creation.
154
cc73dbcc
DE
1552015-01-02 Doug Evans <xdje42@gmail.com>
156
157 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
158
0300bbc7
DE
1592015-01-02 Doug Evans <dje@google.com>
160
161 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
162
9d85a0ec
YQ
1632014-12-29 Yao Qi <yao@codesourcery.com>
164
165 * gdb.trace/entry-values.exp: Update comments. Rename variable
166 bar_call_foo to returned_from_foo.
167
87186c6a
MMN
1682014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
169
170 PR gdb/17394
171 * gdb.linespec/break-asm-file.c: New file.
172 * gdb.linespec/break-asm-file.exp: New file.
173 * gdb.linespec/break-asm-file0.s: New file.
174 * gdb.linespec/break-asm-file1.s: New file.
175
1bab7383
YQ
1762014-12-18 Nigel Stephens <nigel@mips.com>
177 Maciej W. Rozycki <macro@codesourcery.com>
178
179 * gdb.base/float.exp: Handle the new output from "info float" on
180 MIPS targets.
181
1bc1068a
JK
1822014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
183
184 Fix MinGW compilation.
185 * gdb.compile/compile-ops.exp: Update untested message if
186 !skip_compile_feature_tests.
187 * gdb.compile/compile-setjmp.exp: Likewise.
188 * gdb.compile/compile-tls.exp: Likewise.
189 * gdb.compile/compile.exp: Likewise.
190 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
191 supported on this host".
192
b6615d10
DE
1932014-12-16 Doug Evans <xdje42@gmail.com>
194
195 * boards/stabs.exp: New file.
196
25dda427
AA
1972014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
198
199 * gdb.base/completion.exp: Adjust to format changes of "maint
200 print user-registers".
201
bf330350
CU
2022014-12-16 Catalin Udma <catalin.udma@freescale.com>
203
204 PR server/17457
205 * gdb.arch/aarch64-fp.c: New file.
206 * gdb.arch/aarch64-fp.exp: New file.
207
395cf596
SDJ
2082014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
209
210 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
211 r210637, r210913, r211666, r215400, r215817).
212
213 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
214 * dg-extract-results.py: New file.
215 * dg-extract-results.sh: Use it if the environment seems
216 suitable.
217
218 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
219
220 * dg-extract-results.py (parse_run): Handle warnings that
221 are printed before a test harness is run.
222
223 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
224
225 * dg-extract-results.py (Named): Remove __cmp__ method.
226 (output_variation): Use a key to sort variation.harnesses.
227
228 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
229
230 * dg-extract-results.py: For Python 3, force sys.stdout to
231 handle surrogate escape sequences.
232 (safe_open): New function.
233 (output_segment, main): Use it.
234
235 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
236
237 * dg-extract-results.py (Prog.result_re): Include options
238 in test name.
239
240 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
241
242 * dg-extract-results.py (output_variation): Always sort if
243 do_sum.
244
e882ef3c
SM
2452014-12-15 Simon Marchi <simon.marchi@ericsson.com>
246
247 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
248 as long as we get pagination notifications.
249
4992aa20
JM
2502014-12-15 Jason Merrill <jason@redhat.com>
251
252 * Makefile.in (check-gdb.%): Restore.
253 * README: Mention it.
254
c1b5a1a6
JB
2552014-12-13 Joel Brobecker <brobecker@adacore.com>
256
257 * gdb.ada/str_uninit: New testcase.
258
5537b577
JK
2592014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
260
261 PR symtab/17642
262 * gdb.base/vla-stub-define.c: New file.
263 * gdb.base/vla-stub.c: New file.
264 * gdb.base/vla-stub.exp: New file.
265
bb2ec1b3
TT
2662014-12-12 Phil Muldoon <pmuldoon@redhat.com>
267 Jan Kratochvil <jan.kratochvil@redhat.com>
268 Tom Tromey <tromey@redhat.com>
269
270 * configure.ac: Add gdb.compile/.
271 * configure: Regenerate.
272 * gdb.compile/Makefile.in: New file.
273 * gdb.compile/compile-ops.exp: New file.
274 * gdb.compile/compile-ops.c: New file.
275 * gdb.compile/compile-tls.c: New file.
276 * gdb.compile/compile-tls.exp: New file.
277 * gdb.compile/compile-constvar.S: New file.
278 * gdb.compile/compile-constvar.c: New file.
279 * gdb.compile/compile-mod.c: New file.
280 * gdb.compile/compile-nodebug.c: New file.
281 * gdb.compile/compile-setjmp-mod.c: New file.
282 * gdb.compile/compile-setjmp.c: New file.
283 * gdb.compile/compile-setjmp.exp: New file.
284 * gdb.compile/compile-shlib.c: New file.
285 * gdb.compile/compile.c: New file.
286 * gdb.compile/compile.exp: New file.
287 * lib/gdb.exp (skip_compile_feature_tests): New proc.
288
4ff709eb
TT
2892014-12-12 Tom Tromey <tromey@redhat.com>
290
291 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
292 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
293
6dddd6a5
DE
2942014-12-12 Doug Evans <dje@google.com>
295
296 * lib/gdb-python.exp (get_python_valueof): New function.
297 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
298
71c24708
AA
2992014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
300
301 * gdb.base/completion.exp: Add test for completion of "info
302 registers ".
303
3e29f34a
MR
3042014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
305
306 * gdb.base/func-ptrs.c: New file.
307 * gdb.base/func-ptrs.exp: New file.
308
fc126975
SM
3092014-12-10 Simon Marchi <simon.marchi@ericsson.com>
310
311 PR breakpoints/17012
312 * gdb.base/dprintf-detach.c: New file.
313 * gdb.base/dprintf-detach.exp: New file.
314
0a46d518
SM
3152014-12-10 Simon Marchi <simon.marchi@ericsson.com>
316
317 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
318 * lib/gdb.exp (target_is_gdbserver): New procedure.
319
a0be3e44
DE
3202014-12-08 Doug Evans <dje@google.com>
321
322 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
323
df1b803a
YQ
3242014-12-05 Yao Qi <yao@codesourcery.com>
325
326 * gdb.guile/scm-error.exp: Remove the third argument to
327 gdb_remote_download.
328 * gdb.guile/scm-frame-args.exp: Likewise.
329 * gdb.guile/scm-section-script.exp: Likewise.
330
ddb9f679
YQ
3312014-12-05 Yao Qi <yao@codesourcery.com>
332
333 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
334
86e4ed39
DE
3352014-12-04 Doug Evans <dje@google.com>
336
337 * gdb.python/py-objfile.exp: Add tests for
338 objfile.add_separate_debug_file.
339
7c50a931
DE
3402014-12-04 Doug Evans <dje@google.com>
341
342 * lib/gdb.exp (get_build_id): New function.
343 (build_id_debug_filename_get): Rewrite to use it.
344 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
345
621661e3
MR
3462014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
347
348 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
349 `method(long)', not just 0x0.
350 * gdb.cp/nsalias.exp: Align code labels to 4.
351 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
352 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
353 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
354 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
355 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
356 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
357
29f0c3b7
DE
3582014-12-02 Doug Evans <dje@google.com>
359
e1e061e7 360 PR symtab/17602
29f0c3b7 361 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 362 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
363 * gdb.cp/anon-ns.exp: Update.
364
162078c8
NB
3652014-12-02 Nick Bull <nicholaspbull@gmail.com>
366
367 * gdb.python/py-events.py (inferior_call_handler): New.
368 (register_changed_handler, memory_changed_handler): New.
369 (test_events.invoke): Register new handlers.
370 * gdb.python/py-events.exp: Add tests for inferior call,
371 memory_changed and register_changed events.
372
fdb09caf
AA
3732014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
374
375 * gdb.base/execl-update-breakpoints.exp: Specify the link address
376 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
377 if the linker doesn't understand this.
378
55cfb2c4
SM
3792014-12-01 Simon Marchi <simon.marchi@ericsson.com>
380
381 * gdb.python/python.exp: Change expected reply to help().
382
9e8cd6df
YQ
3832014-12-01 Yao Qi <yao@codesourcery.com>
384
385 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
386 AC_CONFIG_SUBDIRS(gdb.gdbtk).
387 * configure: Re-generated.
388
6c659fc2
SC
3892014-11-28 Siva Chandra Reddy <sivachandra@google.com>
390
391 * gdb.cp/chained-calls.cc: New file.
392 * gdb.cp/chained-calls.exp: New file.
393 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
394
d7fc3181
SM
3952014-11-28 Simon Marchi <simon.marchi@ericsson.com>
396
397 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
398 * gdb.dwarf2/symtab-producer.exp: Same.
399 * gdb.gdb/python-interrupts.exp: Same.
400 * gdb.gdb/python-selftest.exp: Same.
401 * gdb.python/py-linetable.exp: Same.
402 * gdb.python/py-type.exp: Same.
403 * gdb.python/py-value-cc.exp: Same.
404 * gdb.python/py-value.exp: Same.
405
10e79639
YQ
4062014-11-28 Yao Qi <yao@codesourcery.com>
407
408 * gdb.base/break-probes.exp: Match library name prefixed with
409 sysroot.
410
f28a0564
SM
4112014-11-27 Simon Marchi <simon.marchi@ericsson.com>
412
413 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
414 test expected output. Add parentheses for the call to print.
415 Remove L suffix from integers.
416
3fe1ce1d
DE
4172014-11-26 Doug Evans <dje@google.com>
418
419 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
420
84429e27
YQ
4212014-11-22 Yao Qi <yao@codesourcery.com>
422
423 * gdb.trace/entry-values.c: Remove asms.
424 (foo): Add foo_label.
425 (bar): Add bar_label.
426 * gdb.trace/entry-values.exp: Remove code computing foo's
427 length and bar's length.
428 (Dwarf::assemble): Invoke function_range for bar and use
429 MACRO_AT_func for foo.
430
26741859
YQ
4312014-11-22 Yao Qi <yao@codesourcery.com>
432
433 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
434 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
435 Use .Lgcc43_procstart instead of gcc43.
436
45e44d27
JB
4372014-11-21 Joel Brobecker <brobecker@adacore.com>
438
439 * gdb.ada/n_arr_bound: New testcase.
440
458c8db8
SDJ
4412014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
442
443 PR breakpoints/10737
444 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
445 test_catch_syscall_multi_arch.
446 (test_catch_syscall_multi_arch): New function.
447
43f3e411
DE
4482014-11-20 Doug Evans <xdje42@gmail.com>
449
450 * gdb.base/maint.exp: Update expected output.
451
0d7b2549
AA
4522014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
453
454 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
455 4-byte instruction on S390.
456
8908fca5
JB
4572014-11-19 Joel Brobecker <brobecker@adacore.com>
458
459 * gdb.ada/arr_arr: New testcase.
460
4a46959e
JB
4612014-11-19 Joel Brobecker <brobecker@adacore.com>
462
463 * gdb.ada/pkd_arr_elem: New Testcase.
464
470e2f4e
LM
4652014-11-18 Luis Machado <lgustavo@codesourcery.com>
466
467 * gdb.reverse/break-precsave: Expect completion message for
468 core file reads.
469 * gdb.reverse/consecutive-precsave.exp: Likewise.
470 * gdb.reverse/finish-precsave.exp: Likewise.
471 * gdb.reverse/i386-precsave.exp: Likewise.
472 * gdb.reverse/machinestate-precsave.exp: Likewise.
473 * gdb.reverse/sigall-precsave.exp: Likewise.
474 * gdb.reverse/solib-precsave.exp: Likewise.
475 * gdb.reverse/step-precsave.exp: Likewise.
476 * gdb.reverse/until-precsave.exp: Likewise.
477 * gdb.reverse/watch-precsave.exp: Likewise.
478
a267f3ad
AA
4792014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
480
481 * gdb.base/bp-permanent.c: Include unistd.h.
482 * gdb.python/py-framefilter-mi.c (main): Add return type.
483 * gdb.python/py-framefilter.c (main): Likewise.
484 * gdb.trace/actions-changed.c (main): Likewise.
485
12084a9a
AA
4862014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
487
488 * gdb.mi/until.c: Add eye-catchers.
489 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
490 line numbers.
491
dc7e1a77
AA
4922014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
493
494 * gdb.base/condbreak.exp: Drop references to removed non-prototype
495 function header variants in break1.c.
496 * gdb.base/ena-dis-br.exp: Likewise.
497 * gdb.base/hbreak2.exp: Likewise.
498 * gdb.reverse/until-precsave.exp: Drop references to removed
499 non-prototype function header variants in ur1.c.
500 * gdb.reverse/until-reverse.exp: Likewise.
501
41c77605
PM
5022014-11-17 Petr Machata <pmachata@redhat.com>
503
504 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
505 ${_cu_offset_size} bytes abbrev offset.
506
34248c3a
DE
5072014-11-15 Doug Evans <xdje42@gmail.com>
508
509 PR symtab/17559
510 * gdb.base/line-symtabs.exp: New file.
511 * gdb.base/line-symtabs.c: New file.
512 * gdb.base/line-symtabs.h: New file.
513
646da059
YQ
5142014-11-14 Yao Qi <yao@codesourcery.com>
515
516 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
517 (func): Add label func_label.
518 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
519 Replace low_pc and high_pc with MACRO_AT_range.
520 Replace name, low_pc and high_pc with MACRO_AT_func.
521
9301ebe6
YQ
5222014-11-14 Yao Qi <yao@codesourcery.com>
523
524 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
525 Replace name, low_pc and high_pc with MACRO_AT_func.
526
f166b542
YQ
5272014-11-14 Yao Qi <yao@codesourcery.com>
528
529 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
530 produce debug information.
531 * gdb.dwarf2/implptr-optimized-out.S: Removed.
532
0f6e71e3
YQ
5332014-11-14 Yao Qi <yao@codesourcery.com>
534
535 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
536 object and get function length.
537 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
538 with MACRO_AT_func.
539 (top-level): Replace gdb_compile and clean_restart with
540 prepare_for_testing.
541 * gdb.dwarf2/main.c (main): Add label main_label.
542
876c4df9
YQ
5432014-11-14 Yao Qi <yao@codesourcery.com>
544
545 * lib/dwarf.exp (function_range): New procedure.
546 (Dwarf::_handle_macro_at_func): New procedure.
547 (Dwarf::_handle_macro_at_range): New procedure.
548 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
549
02ad9cf1
YQ
5502014-11-14 Yao Qi <yao@codesourcery.com>
551
552 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
553 (_handle_attribute): New procedure.
554
a59add0c
AA
5552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
556
557 * gdb.ada/cond_lang/foo.c (callme): Add return type.
558 * gdb.base/call-sc.c (zed): Likewise.
559 * gdb.base/checkpoint.c (main): Likewise.
560 * gdb.base/dump.c (main): Likewise.
561 * gdb.base/gcore.c (main): Likewise.
562 * gdb.base/huge.c (main): Likewise.
563 * gdb.base/multi-forks.c (main): Likewise.
564 * gdb.base/pr10179-a.c (main): Likewise.
565 * gdb.base/savedregs.c (main): Likewise.
566 * gdb.base/sigaltstack.c (main): Likewise.
567 * gdb.base/siginfo.c (main): Likewise.
568 * gdb.base/structs.c (zed): Likewise.
569 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
570 * gdb.mi/mi-syn-frame.c (main): Likewise.
571 * gdb.mi/until.c (foo, main): Likewise.
572 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
573 * gdb.base/solib-weak.c (foo): Declare.
574 * gdb.base/attach-twice.c: Include stdio.h.
575 * gdb.base/weaklib1.c: Likewise.
576 * gdb.base/weaklib2.c: Likewise.
577 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
578 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
579 unistd.h.
580 * gdb.base/attach-pie-misread.c: Include stdlib.h.
581 * gdb.mi/mi-exit-code.c: Likewise.
582 * gdb.base/break-interp-lib.c: Include string.h.
583 * gdb.base/coremaker.c: Likewise.
584 * gdb.base/testenv.c: Likewise.
585 * gdb.python/py-finish-breakpoint.c: Likewise.
586 * gdb.base/inferior-died.c: Include sys/wait.h.
587 * gdb.base/fileio.c: Include time.h.
588 * gdb.base/async-shell.c: Include unistd.h.
589 * gdb.base/dprintf-non-stop.c: Likewise.
590 * gdb.base/info-os.c: Likewise.
591 * gdb.mi/mi-console.c: Likewise.
592 * gdb.mi/watch-nonstop.c: Likewise.
593 * gdb.python/py-events.c: Likewise.
594 * gdb.base/async.c (baz): Move up before its invocation.
595 * gdb.base/code_elim2.c (my_global_func): Likewise.
596 * gdb.base/skip-solib-lib.c (multiply): Likewise.
597 * gdb.base/advance.c (func2): Likewise.
598
3b5d5997
AA
5992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
600
601 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
602 variant.
603 * gdb.base/annota3.c: Likewise.
604 * gdb.base/async.c: Likewise.
605 * gdb.base/average.c: Likewise.
606 * gdb.base/call-ar-st.c: Likewise.
607 * gdb.base/call-rt-st.c: Likewise.
608 * gdb.base/call-sc.c: Likewise.
609 * gdb.base/call-strs.c: Likewise.
610 * gdb.base/ending-run.c: Likewise.
611 * gdb.base/execd-prog.c: Likewise.
612 * gdb.base/exprs.c: Likewise.
613 * gdb.base/foll-exec.c: Likewise.
614 * gdb.base/foll-fork.c: Likewise.
615 * gdb.base/foll-vfork.c: Likewise.
616 * gdb.base/funcargs.c: Likewise.
617 * gdb.base/gcore.c: Likewise.
618 * gdb.base/jump.c: Likewise.
619 * gdb.base/langs0.c: Likewise.
620 * gdb.base/langs1.c: Likewise.
621 * gdb.base/langs2.c: Likewise.
622 * gdb.base/mips_pro.c: Likewise.
623 * gdb.base/nodebug.c: Likewise.
624 * gdb.base/opaque0.c: Likewise.
625 * gdb.base/opaque1.c: Likewise.
626 * gdb.base/recurse.c: Likewise.
627 * gdb.base/run.c: Likewise.
628 * gdb.base/scope0.c: Likewise.
629 * gdb.base/scope1.c: Likewise.
630 * gdb.base/setshow.c: Likewise.
631 * gdb.base/setvar.c: Likewise.
632 * gdb.base/shmain.c: Likewise.
633 * gdb.base/shr1.c: Likewise.
634 * gdb.base/shr2.c: Likewise.
635 * gdb.base/sigall.c: Likewise.
636 * gdb.base/signals.c: Likewise.
637 * gdb.base/so-indr-cl.c: Likewise.
638 * gdb.base/solib2.c: Likewise.
639 * gdb.base/structs.c: Likewise.
640 * gdb.base/sum.c: Likewise.
641 * gdb.base/vforked-prog.c: Likewise.
642 * gdb.base/watchpoint.c: Likewise.
643 * gdb.reverse/shr2.c: Likewise.
644 * gdb.reverse/until-reverse.c: Likewise.
645 * gdb.reverse/ur1.c: Likewise.
646 * gdb.reverse/watch-reverse.c: Likewise.
647
066a77c5
AA
6482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
649
650 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
651 variant.
652 * gdb.base/sepdebug.exp: Drop references to removed code.
653
4f204ea5
AA
6542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
655
656 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
657 variant. Preserve original line numbering.
658 * gdb.base/list1.c: Likewise.
659
3b377a3a
AA
6602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
661
662 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
663 variant.
664 * gdb.base/break1.c: Likewise.
665 * gdb.base/break.exp: Drop references to removed code.
666
e444df73
AA
6672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
668
669 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
670 variant.
671
8008f2a7
AA
6722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
673
674 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
675
a5a06887
AA
6762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
677
678 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
679 logic into perform_all_tests() and invoke it with and without
680 function header prototypes.
681 (do_function_calls): Remove conditional XFAIL for PR 5318.
682 (rerun_and_prepare): Remove duplicate code.
683 (perform_all_tests): New. Main logic moved here.
684
44dba9b9
AA
6852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
686
687 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
688 code guarded by #ifdef NO_PROTOTYPES.
689 (t_double_many_args): Likewise.
690 (DEF_FUNC_MANY_ARGS_1): Likewise.
691 (DEF_FUNC_VALUES_1): Likewise.
692 (t_structs_ldc): Renamed from t_structs_fc in conditional code
693 guarded by #ifdef PROTOTYPES.
694
d1fbcd56
AA
6952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
696
697 * gdb.mi/mi-console.c: Add eye-catcher.
698 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
699 instead of literal line number.
700
b0e59b8f
AA
7012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
702
703 * gdb.base/shr2.c: Add eye-catcher.
704 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
705 line number.
706
78f98cca
AA
7072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
708
709 * gdb.base/jump.c: Add eye-catchers.
710 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
711 numbers.
712
58fa2af0
AA
7132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
714
715 * gdb.base/execd-prog.c: Add eye-catchers.
716 * gdb.base/foll-exec.c: Likewise.
717 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
718 line numbers.
719
04e5059b
AA
7202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
721
722 * gdb.base/ending-run.c: Add eye-catchers.
723 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
724 literal line numbers.
725
dbfdb174
AA
7262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
727
728 * gdb.base/call-rt-st.c: Add eye-catchers.
729 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
730 literal line numbers.
731
888a2ade
AA
7322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
733
734 * gdb.base/call-ar-st.c: Add eye-catchers.
735 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
736 literal line numbers.
737
6acc2dde
AA
7382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
739
740 * gdb.base/average.c: Add eye-catchers.
741 * gdb.base/sum.c: Likewise.
742 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
743 regexps dynamically.
744
9ecfcd1d
AA
7452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
746
747 * gdb.base/solib1.c: Add eye-catchers.
748 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
749 literal line numbers.
750
78708b7c
PA
7512014-11-12 Pedro Alves <palves@redhat.com>
752
753 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
754 leader has exited.
755
af48d08f
PA
7562014-11-12 Pedro Alves <palves@redhat.com>
757
758 * gdb.arch/i386-bp_permanent.c: New file.
759 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
760 (srcfile): Set to i386-bp_permanent.c.
761 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
762 that stepi does not execute the 'leave' instruction, instead of
763 testing it does execute.
764 * gdb.base/bp-permanent.c: New file.
765 * gdb.base/bp-permanent.exp: New file.
766
af3768e9
DE
7672014-11-10 Doug Evans <xdje42@gmail.com>
768
769 PR symtab/17564
770 * gdb.base/symtab-search-order.exp: New file.
771 * gdb.base/symtab-search-order.c: New file.
772 * gdb.base/symtab-search-order-1.c: New file.
773 * gdb.base/symtab-search-order-shlib-1.c: New file.
774
9de00a4a
PA
7752014-11-07 Pedro Alves <palves@redhat.com>
776
777 PR gdb/17511
778 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
779 i?86-*-linux*.
780
e0f52461
SC
7812014-11-03 Siva Chandra Reddy <sivachandra@google.com>
782
783 PR c++/17494
784 * gdb.cp/pr17494.cc: New file.
785 * gdb.cp/pr17494.exp: New file.
786
6ce8c980
YQ
7872014-11-02 Yao Qi <yao@codesourcery.com>
788
789 * gdb.python/python.exp: Get working directory and match the
790 output of "set extended-prompt \\w " with it.
791
02be9a71
DE
7922014-10-30 Doug Evans <dje@google.com>
793
794 * gdb.python/py-objfile.exp: Add tests for setting random attributes
795 in objfiles.
796 * gdb.python/py-progspace.exp: Add tests for setting random attributes
797 in progspaces.
798
3bdff46b
LM
7992014-10-30 Janis Johnson <janisjo@codesourcery.com>
800
801 * gdb.base/fullpath-expand.exp: Skip for a remote host.
802 * gdb.base/realname-expand.exp: Likewise.
803 * gdb.linespec/macro-relative.exp: Likewise.
804
ab917dfb
PA
8052014-10-29 Pedro Alves <palves@redhat.com>
806
807 PR gdb/17408
808 * gdb.threads/schedlock.c (some_function): New function.
809 (call_function): New global.
810 (MAYBE_CALL_SOME_FUNCTION): New macro.
811 (thread_function): Call it.
812 * gdb.threads/schedlock.exp (get_args): Add description parameter,
813 and use it instead of a global counter. Adjust all callers.
814 (get_current_thread): Use "find current thread" for test message
815 here rather than having all callers pass down the same string.
816 (goto_loop): New procedure, factored out from ...
817 (my_continue): ... this.
818 (step_ten_loops): Change parameter from test message to command to
819 use. Adjust.
820 (list_count): Delete global.
821 (check_result): New procedure, factored out from duplicate top
822 level code.
823 (continue tests): Wrap in with_test_prefix.
824 (test_step): New procedure, factored out from duplicate top level
825 code.
826 (top level): Test "step" in combination with all scheduler-locking
827 modes. Test "next" in combination with all scheduler-locking
828 modes, and in combination with stepping over a function call or
829 not.
830 * gdb.threads/next-bp-other-thread.c: New file.
831 * gdb.threads/next-bp-other-thread.exp: New file.
832
d3d4baed
PA
8332014-10-29 Pedro Alves <palves@redhat.com>
834
835 PR python/17372
836 * gdb.python/python.exp: Test a multi-line command that spawns
837 interactive Python.
838 * gdb.base/multi-line-starts-subshell.exp: New file.
839
563e8d85
YQ
8402014-10-29 Yao Qi <yao@codesourcery.com>
841
842 * gdb.base/fileio.exp: Make directories on host.
843
0ea4d52e
YQ
8442014-10-29 Yao Qi <yao@codesourcery.com>
845
846 * gdb.base/fileio.c (test_write): Close the file.
847
7f5ef605
PA
8482014-10-28 Pedro Alves <palves@redhat.com>
849
850 PR gdb/12623
851 * gdb.base/sigstep.c (no_handler): New global.
852 (main): If 'no_handler is true, set the signal handlers to
853 SIG_IGN.
854 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
855 with_sw_watch and no_handler parameters. Handle them.
856 (top level) <stepping over handler when stopped at a breakpoint
857 test>: Add a test axis for testing with a software watchpoint, and
858 another for testing with the signal handler set to SIG_IGN.
859 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
860 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
861
abbdbd03
PA
8622014-10-28 Pedro Alves <palves@redhat.com>
863
864 PR gdb/17511
865 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
866 * gdb.base/sigstep.exp (other_handler_location): New global.
867 (advance): Support stepping into the signal handler, and running
868 commands while in the handler.
869 (in_handler_map): New global.
870 (top level): In the advance test, add combinations for getting
871 into the handler with stepping commands, and for running commands
872 in the handler. Add comment descripting the advancei tests.
873
1df4399f
PA
8742014-10-28 Pedro Alves <palves@redhat.com>
875
876 * gdb.base/sigstep.exp: Use build_executable instead of
877 prepare_for_testing.
878 (top level): Move code that starts GDB, runs to main and creates a
879 display to ...
880 (restart): ... this new procedure.
881 (top level): Move backtrace from signal handler test to ...
882 (validate_backtrace): ... this new procedure.
883 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
884 with_test_prefix. Always restart GDB.
885 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
886 with_test_prefix. Always restart GDB. No need to delete
887 breakpoints after the test.
888 (test_skip_handler): Remove prefix parameter.
889 (skip_over_handler, breakpoint_to_handler)
890 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
891 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
892 restart GDB. No need to delete breakpoints after the test.
893 (top level): Use foreach to call the test procedures with
894 different commands.
895
a5b6e449
PA
8962014-10-28 Pedro Alves <palves@redhat.com>
897
898 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
899 instead of GNATS numbers.
900 * gdb.base/sigbpt.exp: Likewise.
901 * gdb.base/siginfo.exp: Likewise.
902 * gdb.base/sigstep.exp: Likewise.
903
e5f8a7cc
PA
9042014-10-27 Pedro Alves <palves@redhat.com>
905
906 * gdb.base/sigstep.c (dummy): New global.
907 (main): Issue a couple writes to the new global.
908 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
909 procedures.
910 (skip_over_handler): Use test_skip_handler.
911 (top level): Call skip_over_handler for stepi and nexti too.
912 (breakpoint_over_handler): Use test_skip_handler.
913 (top level): Call breakpoint_over_handler for stepi and nexti too.
914
763905a3
YQ
9152014-10-27 Yao Qi <yao@codesourcery.com>
916
917 * gdb.trace/tfile.c (adjust_function_address)
918 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
919 function descriptor.
920
6f259a23
DB
9212014-10-24 Don Breazeal <donb@codesourcery.com>
922
923 * gdb.base/foll-fork.exp (test_follow_fork,
924 catch_fork_child_follow): Check for updated fork messages emitted
925 from infrun.c.
926 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
927 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
928 vfork_and_exec_child_follow_through_step): Check for updated vfork
929 messages emitted from infrun.c.
930
09dd9a69
PA
9312014-10-24 Pedro Alves <palves@redhat.com>
932
933 * gdb.base/corefile.exp: Remove references to ultrix.
934 * gdb.base/interrupt.exp: Likewise.
935 * gdb.base/whatis.exp: Likewise.
936 * gdb.gdb/selftest.exp: Likewise.
937 * gdb.threads/manythreads.exp: Likewise.
938 * gdb.threads/print-threads.exp: Likewise.
939 * gdb.threads/pthreads.exp:: Likewise.
940 * gdb.threads/schedlock.exp: Likewise.
941
3433cfa5
SC
9422014-10-24 Siva Chandra Reddy <sivachandra@google.com>
943
944 * gdb.cp/non-trivial-retval.cc: Add a test case.
945 * gdb.cp/non-trivial-retval.exp: Add a test.
946
092f880b
YQ
9472014-10-20 Yao Qi <yao@codesourcery.com>
948
949 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
950 * gdb.python/py-objfile-script-gdb.py: New file.
951 * gdb.python/py-objfile-script.exp: Update reference to
952 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
953 of remote_download. Remove the dest file.
954
acbdb7f3
YQ
9552014-10-20 Yao Qi <yao@codesourcery.com>
956
957 * gdb.base/checkpoint.exp: Don't remove file copied on host.
958 * gdb.base/step-line.exp: Likewise.
959 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
960 * gdb.dwarf2/dw2-basic.exp: Likewise.
961 * gdb.dwarf2/dw2-compressed.exp: Likewise.
962 * gdb.dwarf2/dw2-filename.exp: Likewise.
963 * gdb.dwarf2/dw2-intercu.exp: Likewise.
964 * gdb.dwarf2/dw2-intermix.exp: Likewise.
965 * gdb.dwarf2/dw2-producer.exp: Likewise.
966 * gdb.dwarf2/mac-fileno.exp: Likewise.
967 * gdb.python/py-frame-args.exp: Likewise.
968 * gdb.python/py-framefilter.exp: Likewise.
969 * gdb.python/py-mi.exp: Likewise.
970 * gdb.python/py-objfile-script.exp: Likewise
971 * gdb.python/py-pp-integral.exp: Likewise.
972 * gdb.python/py-pp-re-notag.exp: Likewise.
973 * gdb.python/py-prettyprint.exp: Likewise.
974 * gdb.python/py-section-script.exp: Likewise.
975 * gdb.python/py-typeprint.exp: Likewise.
976 * gdb.python/py-xmethods.exp: Likewise.
977 * gdb.stabs/weird.exp: Likewise.
978 * gdb.xml/tdesc-regs.exp: Likewise.
979
bd286a29
KCY
9802014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
981
982 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
983 (out_cu): Use addr_len for the size of addresses.
984 (out_line): Likewise. Size DW_LNE_set_address instruction
985 according to addr_len.
986 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
987 (FUNC): Add START_INSNS to definition.
988
673dc4a0
YQ
9892014-10-18 Yao Qi <yao@codesourcery.com>
990
991 * gdb.base/argv0-symlink.exp: Check argv[0] value if
992 gdb_has_argv0 return true.
993 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
994 check [target_info exists noargs], check [gdb_has_argv0]
995 instead.
996 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
997 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
998 procedures.
999
4ffbba72
DE
10002014-10-17 Doug Evans <dje@google.com>
1001
1002 * gdb.python/py-events.exp: Update expected output for clear_objfiles
1003 event.
1004 * gdb.python/py-events.py: Add clear_objfiles event.
1005
d096d8c1
DE
10062014-10-17 Doug Evans <dje@google.com>
1007
1008 * gdb.python/py-objfile.exp: Test progspace attribute.
1009
a80db015
LM
10102014-10-17 Luis Machado <lgustavo@codesourcery.com>
1011
1012 * gdb.guile/scm-breakpoint.exp: Do not assume any
1013 directory separators when matching source file paths.
1014 * gdb.python/py-breakpoint.exp: Likewise.
1015 * gdb.reverse/break-precsave.exp: Likewise.
1016 * gdb.reverse/break-reverse.exp: Likewise.
1017 * gdb.reverse/consecutive-precsave.exp: Likewise.
1018 * gdb.reverse/finish-precsave.exp: Likewise.
1019 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
1020 * gdb.reverse/finish-reverse.exp: Likewise.
1021 * gdb.reverse/i386-precsave.exp: Likewise.
1022 * gdb.reverse/i387-env-reverse.exp: Likewise.
1023 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1024 * gdb.reverse/machinestate-precsave.exp: Likewise.
1025 * gdb.reverse/machinestate.exp: Likewise.
1026 * gdb.reverse/sigall-precsave.exp: Likewise.
1027 * gdb.reverse/solib-precsave.exp: Likewise.
1028 * gdb.reverse/step-precsave.exp: Likewise.
1029 * gdb.reverse/until-precsave.exp: Likewise.
1030 * gdb.reverse/watch-precsave.exp: Likewise.
1031 * gdb.reverse/watch-reverse.exp: Likewise.
1032
b22089ab
YQ
10332014-10-17 Yao Qi <yao@codesourcery.com>
1034
1035 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
1036 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
1037
6c4486e6
PA
10382014-10-17 Pedro Alves <palves@redhat.com>
1039
1040 PR gdb/17471
1041 * gdb.base/bg-execution-repeat.c: New file.
1042 * gdb.base/bg-execution-repeat.exp: New file.
1043
0ff33695
PA
10442014-10-17 Pedro Alves <palves@redhat.com>
1045
1046 PR gdb/17300
1047 * gdb.base/continue-all-already-running.c: New file.
1048 * gdb.base/continue-all-already-running.exp: New file.
1049
6fdebc3d
PA
10502014-10-17 Pedro Alves <palves@redhat.com>
1051
1052 PR gdb/17472
1053 * gdb.base/annota-input-while-running.c: New file.
1054 * gdb.base/annota-input-while-running.exp: New file.
1055
32a8097b
PA
10562014-10-17 Pedro Alves <palves@redhat.com>
1057
1058 * gdb.base/callfuncs.exp: emove references to osf.
1059 * gdb.base/sigall.exp: Likewise.
1060 * gdb.gdb/selftest.exp: Likewise.
1061 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1062 * gdb.mi/non-stop.c: Likewise.
1063 * gdb.mi/pthreads.c: Likewise.
1064 * gdb.reverse/sigall-precsave.exp: Likewise.
1065 * gdb.reverse/sigall-reverse.exp: Likewise.
1066 * gdb.threads/pthreads.c: Likewise.
1067 * gdb.threads/pthreads.exp: Likewise.
1068
7a3517ff
YQ
10692014-10-17 Yao Qi <yao@codesourcery.com>
1070
1071 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
1072 check 'target_info exists noargs'.
1073 (test_command_prompt_position): Likewise.
1074 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
1075 Remove "set args".
1076 (progvar_simple_while_test): Likewise.
1077 (progvar_complex_if_while_test): Likewise.
1078 (if_while_breakpoint_command_test): Likewise.
1079 (infrun_breakpoint_command_test): Likewise.
1080 (breakpoint_command_test): Likewise.
1081 (watchpoint_command_test): Likewise.
1082 (bp_deleted_in_command_test): Likewise.
1083 (temporary_breakpoint_commands): Likewise.
1084
bb99c472
YQ
10852014-10-16 Yao Qi <yao@codesourcery.com>
1086
1087 * gdb.base/remotetimeout.exp: Remove noargs checking.
1088
7c16b83e
PA
10892014-10-15 Pedro Alves <palves@redhat.com>
1090
1091 PR breakpoints/9649
1092 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
1093 * gdb.base/breakpoint-in-ro-region.exp
1094 (probe_target_hardware_step): New procedure.
1095 (top level): Probe hardware stepping and hardware breakpoint
1096 support. Test stepping through a read-only region, with both
1097 "breakpoint auto-hw" on and off and both "always-inserted" on and
1098 off.
1099
35a49624
IB
11002014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
1101
1102 * gdb.dlang/demangle.exp: Update for demangling changes.
1103
2d1c107c
SC
11042014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1105
1106 * gdb.cp/non-trivial-retval.cc: Add new test cases.
1107 * gdb.cp/non-trivial-retval.exp: Add new tests.
1108
778811d5
SC
11092014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1110
1111 PR c++/13403
1112 PR c++/15154
1113 * gdb.cp/non-trivial-retval.cc: New file.
1114 * gdb.cp/non-trivial-retval.exp: New file.
1115
10c5f0a8
YQ
11162014-10-15 Yao Qi <yao@codesourcery.com>
1117
1118 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
1119 remote host.
1120
65d7b369
YQ
11212014-10-15 Yao Qi <yao@codesourcery.com>
1122
1123 * gdb.python/py-symbol.exp: Match file base name if host is
1124 remote, otherwise match file name with dir name.
1125 * gdb.python/py-symtab.exp: Likewise.
1126 * gdb.python/python.exp: Likewise.
1127
46dc1394
YQ
11282014-10-15 Yao Qi <yao@codesourcery.com>
1129
1130 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
1131 pattern.
1132 * gdb.python/py-symtab.exp: Likewise.
1133 * gdb.python/python.exp: Remove trailing ".*". Fix typo
1134 locationn.
1135
c40cc657
JB
11362014-10-14 Joel Brobecker <brobecker@adacore.com>
1137
1138 * gdb.ada/addr_arith: New testcase.
1139
2abf49e1
MR
11402014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
1141
1142 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
1143 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
1144 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
1145 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
1146
f7088df3
SDJ
11472014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
1148
1149 * gdb.arch/stap-eval-lang-ada.S: Likewise.
1150 * gdb.arch/stap-eval-lang-ada.c: Likewise.
1151 * gdb.arch/stap-eval-lang-ada.exp: New file.
1152
4dc06805
YQ
11532014-10-14 Yao Qi <yao@codesourcery.com>
1154
1155 * gdb.mi/mi-var-child.c (nothing1): New function.
1156 (nothing2): New function.
1157 (do_children_tests): Set function pointers by nothing1 and
1158 nothing2.
1159 * gdb.mi/mi-var-child.exp: Step over new added statements.
1160 Update test to match the new output.
1161 * gdb.mi/var-cmd.c (nothing1): New function.
1162 (nothing2): New function.
1163 (do_children_tests): Set function pointers by nothing1 and
1164 nothing2.
1165 * gdb.mi/mi-var-display.exp: Update test to match output.
1166 Step to the line specified by $line_dct_nothing.
1167 Increase the number of lines to step.
1168
46a93de2
YQ
11692014-10-14 Yao Qi <yao@codesourcery.com>
1170
1171 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
1172 tests.
1173 * gdb.mi/mi2-var-child.exp: Likewise.
1174
14ea52ee
DE
11752014-10-13 Doug Evans <dje@google.com>
1176
1177 * gdb.python/py-objfile.exp: Change name of file name test.
1178
e5c6e92b
DE
11792014-10-13 Doug Evans <dje@google.com>
1180
1181 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
1182 from the start of the CU.
1183
c780cc2f
JK
11842014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1185 Yao Qi <yao@codesourcery.com>
1186
1187 Fix "save breakpoints" for "catch" command.
1188 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
1189 Remove -nonewline. Match also the added "main" line.
1190
99894e11
JK
11912014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1192
1193 Fix "save breakpoints" for "disable $bpnum" command.
1194 * gdb.base/save-bp.c (main): Add label.
1195 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
1196
6e1ac5a3
JK
11972014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1198
1199 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
1200
754dd2b0
YQ
12012014-10-11 Yao Qi <yao@codesourcery.com>
1202
1203 * gdb.server/server-kill.exp: Execute command
1204 "set remote trace-status-packet on" before "tstatus".
1205
f90183d7
YQ
12062014-10-11 Yao Qi <yao@codesourcery.com>
1207
1208 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
1209 (main): Call getppid.
1210 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
1211 and continue to it. Read variable "server_pid".
1212
bf40a607
YQ
12132014-10-11 Yao Qi <yao@codesourcery.com>
1214
1215 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
1216
052ca370
YQ
12172014-10-11 Yao Qi <yao@codesourcery.com>
1218
1219 * gdb.threads/thread-find.exp: Don't execute command
1220 "info threads".
1221 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
1222 * gdb.threads/linux-dp.exp: Don't check the condition
1223 $threads_created equals to zero.
1224
3831839c
PA
12252014-10-10 Pedro Alves <palves@redhat.com>
1226
1227 * gdb.base/bigcore.exp: Remove references to IRIX.
1228 * gdb.base/funcargs.exp: Likewise.
1229 * gdb.base/interrupt.exp: Likewise.
1230 * gdb.base/mips_pro.exp: Likewise.
1231 * gdb.base/nodebug.exp: Likewise.
1232 * gdb.base/setvar.exp: Likewise.
1233 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
1234
8b9a549d
PA
12352014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1236 Pedro Alves <palves@redhat.com>
1237
1238 PR symtab/14466
1239 * gdb.base/vdso-warning.c: New file.
1240 * gdb.base/vdso-warning.exp: New file.
1241
d48ba5e8
DE
12422014-10-02 Doug Evans <dje@google.com>
1243
1244 * gdb.base/structs.c (main): Don't run forever.
1245
2278c276
PA
12462014-10-02 Pedro Alves <palves@redhat.com>
1247
1248 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
1249 (top level) <stop threads 1, stop threads 2>: Use it.
1250
b57bacec
PA
12512014-10-02 Pedro Alves <palves@redhat.com>
1252
1253 * gdb.threads/break-while-running.exp (test): Add new
1254 'update_thread_list' argument. Skip "info threads" if false.
1255 (top level): Add new 'update_thread_list' axis.
1256
13fd3ff3
PA
12572014-10-02 Pedro Alves <palves@redhat.com>
1258
1259 PR breakpoints/17431
1260 * gdb.base/execl-update-breakpoints.c: New file.
1261 * gdb.base/execl-update-breakpoints.exp: New file.
1262
0fec99e8
PA
12632014-10-01 Pedro Alves <palves@redhat.com>
1264
1265 * gdb.base/breakpoint-in-ro-region.c: New file.
1266 * gdb.base/breakpoint-in-ro-region.exp: New file.
1267
2ddf4301
SM
12682014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1269
1270 * gdb.mi/mi-exit-code.exp: New file.
1271 * gdb.mi/mi-exit-code.c: New file.
1272
6a5f3f43
YQ
12732014-09-30 Yao Qi <yao@codesourcery.com>
1274
1275 * lib/prelink-support.exp (build_executable_own_libs): Error if
1276 the target isn't native.
1277
345bcc73
YQ
12782014-09-30 Yao Qi <yao@codesourcery.com>
1279
1280 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
1281 false.
1282
a25a5a45
PA
12832014-09-22 Pedro Alves <palves@redhat.com>
1284
1285 * gdb.threads/break-while-running.exp: New file.
1286 * gdb.threads/break-while-running.c: New file.
1287
00ba3162
YQ
12882014-09-19 Yao Qi <yao@codesourcery.com>
1289
1290 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
1291 Invoke test. Restart GDB with --readnow and invoke test again.
1292
c3b7b696
YQ
12932014-09-19 Yao Qi <yao@codesourcery.com>
1294
1295 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
1296 proc set_breakpoint_on_gcd_function. Invoke
1297 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
1298 invoke set_breakpoint_on_gcd_function again.
1299
2b4fd423
DE
13002014-09-18 Doug Evans <dje@google.com>
1301
1302 * gdb.dwarf2/symtab-producer.exp: New file.
1303
a5947601
SDJ
13042014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1305
1306 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
1307 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
1308 * gdb.base/global-var-nested-by-dso.c: Likewise.
1309 * gdb.base/global-var-nested-by-dso.exp: Likewise.
1310
91c19059
SDJ
13112014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1312 Pedro Alves <palves@redhat.com>
1313
1314 * gdb.base/watch-bitfields.exp: Pass string other than test file
1315 name to prepare_for_testing.
1316 (watch): New procedure.
1317 (expect_watchpoint): Use with_test_prefix.
1318 (top level): Factor out tests to ...
1319 (test_watch_location, test_regular_watch): ... these new
1320 procedures, and use with_test_prefix and gdb_continue_to_end.
1321
bb9d5f81
PP
13222014-09-16 Patrick Palka <patrick@parcs.ath.cx>
1323
1324 PR breakpoints/12526
1325 * gdb.base/watch-bitfields.exp: New file.
1326 * gdb.base/watch-bitfields.c: New file.
1327
635856f5
PA
13282014-09-16 Pedro Alves <palves@redhat.com>
1329
1330 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
1331 software and hardware addresses, not software address against
1332 itself.
1333
7280ceea
PA
13342014-09-16 Pedro Alves <palves@redhat.com>
1335
1336 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
1337 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
1338
428b16bd
PA
13392014-09-16 Pedro Alves <palves@redhat.com>
1340
1341 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
1342 files.
1343 * gdb.base/a2-run.exp: Remove all code guarded by istarget
1344 "*-*-vxworks*" throughout.
1345 * gdb.base/break.exp: Likewise.
1346 * gdb.base/default.exp: Likewise.
1347 * gdb.base/scope.exp: Likewise.
1348 * gdb.base/sepdebug.exp: Likewise.
1349 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
1350 throughout.
1351 * gdb.base/run.c: Likewise.
1352 * gdb.base/sepdebug.c: Likewise.
1353 * gdb.hp/gdb.aCC/run.c: Likewise.
1354 * gdb.reverse/until-reverse.c: Likewise.
1355 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
1356
666d413c
YQ
13572014-09-16 Yao Qi <yao@codesourcery.com>
1358
1359 * boards/local-remote-host-native.exp: New file.
1360
57cbd724
DE
13612014-09-14 Doug Evans <xdje42@gmail.com>
1362
1363 * gdb.threads/queue-signal.c (thread_count): New variable.
1364 (thread_count_mutex, thread_count_condvar): New variables.
1365 (incr_thread_count, wait_all_threads_running): New functions.
1366 (main): Wait for all threads to be in their thread functions.
1367
81219e53
DE
13682014-09-13 Doug Evans <xdje42@gmail.com>
1369
1370 * gdb.threads/queue-signal.c: New file.
1371 * gdb.threads/queue-signal.exp: New file.
1372
3714cea7
DE
13732014-09-13 Doug Evans <xdje42@gmail.com>
1374
1375 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
1376 be consistent with what default_gdb_init uses.
1377 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
1378 the plain text of the prompt. Add some logging printfs.
1379 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
1380
fa43b1d7
PA
13812014-09-12 Pedro Alves <palves@redhat.com>
1382
1383 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
1384 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
1385 * gdb.arch/i386-size-overlap.exp: Likewise.
1386 * gdb.arch/i386-size.exp: Likewise.
1387 * gdb.arch/i386-unwind.exp: Likewise.
1388 * gdb.base/a2-run.exp: Likewise.
1389 * gdb.base/break.exp: Likewise.
1390 * gdb.base/charset.exp: Likewise.
1391 * gdb.base/chng-syms.exp: Likewise.
1392 * gdb.base/commands.exp: Likewise.
1393 * gdb.base/dbx.exp: Likewise.
1394 * gdb.base/find.exp: Likewise.
1395 * gdb.base/funcargs.exp: Likewise.
1396 * gdb.base/jit-simple.exp: Likewise.
1397 * gdb.base/reread.exp: Likewise.
1398 * gdb.base/sepdebug.exp: Likewise.
1399 * gdb.base/step-bt.exp: Likewise.
1400 * gdb.cp/mb-inline.exp: Likewise.
1401 * gdb.cp/mb-templates.exp: Likewise.
1402 * gdb.objc/basicclass.exp: Likewise.
1403 * gdb.threads/killed.exp: Likewise.
1404
9d9bf2df
EBM
14052014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1406
1407 PR tdep/17379
1408 * gdb.arch/powerpc-stackless.S: New file.
1409 * gdb.arch/powerpc-stackless.exp: New file.
1410
1cf2f1b0
JK
14112014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1412
1413 * gdb.base/attach.c: Include unistd.h.
1414 (main): Call alarm. Add label postloop.
1415 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
1416 gdb_breakpoint, gdb_continue_to_breakpoint.
1417 (test_command_line_attach_run): Kill ${testpid} in one exit path.
1418
98880d46
PA
14192014-09-11 Pedro Alves <palves@redhat.com>
1420
1421 PR gdb/17347
1422 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
1423 * gdb.base/attach.exp (test_command_line_attach_run): New
1424 procedure.
1425 (top level): Call it.
1426
4c92ff2c
PA
14272014-09-11 Pedro Alves <palves@redhat.com>
1428
1429 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
1430 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
1431 (do_command_attach_tests): Use spawn_wait_for_attach.
1432 * gdb.base/solib-overlap.exp: Likewise.
1433 * gdb.multi/multi-attach.exp: Likewise.
1434 * gdb.python/py-prompt.exp: Likewise.
1435 * gdb.python/py-sync-interp.exp: Likewise.
1436 * gdb.server/ext-attach.exp: Likewise.
1437
3adc1a7d
GKB
14382014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
1439
1440 * gdb.fortran/array-element.exp: Remove unexpected "continue"
1441 command in testcase. Simplify testcase.
1442
96334934
JB
14432014-09-10 Joel Brobecker <brobecker@adacore.com>
1444
1445 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
1446
eb479039
JB
14472014-09-10 Joel Brobecker <brobecker@adacore.com>
1448
1449 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
1450
deede10c
JB
14512014-09-10 Joel Brobecker <brobecker@adacore.com>
1452
1453 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
1454
7828a5f5
JB
14552014-09-10 Joel Brobecker <brobecker@adacore.com>
1456
1457 * gdb.dwarf2/dynarr-ptr.c: New file.
1458 * gdb.dwarf2/dynarr-ptr.exp: New file.
1459
33aeebcf
MR
14602014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1461
1462 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
1463 of 30 rather than hardcoding 120 for a slow test case. Take the
1464 `gdb,timeout' target setting into account for this calculation.
1465 Don't extend the timeout for the test cases that don't need it.
1466
7b415901
MR
14672014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1468
1469 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
1470 a factor of 2 for a slow test case. Take the `gdb,timeout'
1471 target setting into account for this calculation.
1472 * gdb.reverse/until-precsave.exp: Increase the timeout by
1473 a factor of 15 and 3 respectively rather than adding 120
1474 for a pair of slow test cases. Take the `gdb,timeout'
1475 target setting into account for this calculation.
1476
4a40f85a
MR
14772014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1478
1479 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
1480 timeout, don't pass one down to gdb_expect.
1481 (gdb_expect): Rework timeout selection.
1482
09635af7
MR
14832014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1484
1485 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
1486 exception on timeout.
1487 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
1488 (gdbserver_start_extended): Catch any `gdbserver_start' error
1489 exceptions.
1490 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
1491 * lib/mi-support.exp (mi_gdb_target_load): Catch any
1492 `gdbserver_gdb_load' error exceptions.
1493
2bdd10b7
MR
14942014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1495
1496 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
1497 120 on waiting for the TCP socket to open.
1498
316935f0
DE
14992014-09-09 Doug Evans <xdje42@gmail.com>
1500
1501 * gdb.base/default.exp (show_conv_list): Add _caller_is,
1502 _caller_matches, _any_caller_is, _any_caller_matches.
1503
83740597
DE
15042014-09-09 Doug Evans <xdje42@gmail.com>
1505
1506 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
1507
4c122fc3
YQ
15082014-09-09 Yao Qi <yao@codesourcery.com>
1509
1510 * gdb.mi/mi-var-display.exp: Set print symbol off.
1511
a9f116cb
GKB
15122014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
1513
1514 PR gdb/17035
1515 * gdb.base/commands.exp: Add tests to verify user-defined
1516 commands with empty bodies.
1517 * gdb.python/py-cmd.exp: Test that we don't show user-defined
1518 python commands in `show user command`.
1519 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
1520 scheme commands in `show user command`.
1521
c75bd3a2
JK
15222014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1523
1524 PR python/17355
1525 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
1526 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
1527 * gdb.python/py-framefilter-invalidarg.exp: New file.
1528 * gdb.python/py-framefilter-invalidarg.py: New file.
1529
faa42425
DE
15302014-09-06 Doug Evans <xdje42@gmail.com>
1531
1532 PR 15276
1533 * gdb.python/py-caller-is.c: New file.
1534 * gdb.python/py-caller-is.exp: New file.
1535
474ca4f6
SDJ
15362014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
1537
1538 PR gdb/17235
1539 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
1540 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
1541
eb0b0463
SDJ
15422014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
1543
1544 PR fortran/17237
1545 * gdb.fortran/print-formatted.exp: New file.
1546 * gdb.fortran/print-formatted.f90: Likewise.
1547
5f3b99cf
SS
15482014-09-03 Sasha Smundak <asmundak@google.com>
1549
1550 * gdb.python/py-frame.exp: Test Frame.read_register.
1551
7d793aa9
SDJ
15522014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
1553
1554 PR python/16699
1555 * gdb.python/py-completion.exp: New file.
1556 * gdb.python/py-completion.py: Likewise.
1557
fb0576e9
DE
15582014-08-28 Doug Evans <dje@google.com>
1559
1560 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
1561 eax,etc. are live with values set by gdb and thus the compiler can't
1562 use them.
1563 * gdb.arch/i386-pseudo.c (main): Ditto.
1564
ee92b0dd
DE
15652014-08-27 Doug Evans <dje@google.com>
1566
1567 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
1568
6649db35
DE
15692014-08-25 Doug Evans <dje@google.com>
1570
1571 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
1572 (main): Ditto.
1573
564b7600
DE
15742014-08-25 Doug Evans <dje@google.com>
1575
1576 * gdb.threads/thread-execl.exp: #include <stdio.h>.
1577
3881fb67
YQ
15782014-08-24 Yao Qi <yao@codesourcery.com>
1579
1580 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
1581 symbol off.
1582 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
1583
a05a36a5
DE
15842014-08-22 Doug Evans <dje@google.com>
1585
1586 PR 17276
1587 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
1588 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
1589 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
1590
7c343b48
YQ
15912014-08-22 Yao Qi <yao@codesourcery.com>
1592
1593 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
1594 * gdb.python/py-finish-breakpoint2.exp: Likewise.
1595 * gdb.python/python.exp: Likewise. Use .py file on the host
1596 instead of the build.
1597
22fd09ae
JK
15982014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1599
1600 * gdb.threads/gcore-stale-thread.c: New file.
1601 * gdb.threads/gcore-stale-thread.exp: New file.
1602
a8454a7c
PA
16032014-08-21 Pedro Alves <palves@redhat.com>
1604
1605 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
1606 * gdb.base/gcore-relro-pie.exp: Likewise.
1607 * gdb.base/gcore-relro.exp: Likewise.
1608 * gdb.base/gcore.exp: Likewise.
1609 * gdb.base/print-symbol-loading.exp: Likewise.
1610 * gdb.threads/gcore-thread.exp: Likewise.
1611 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
1612
2a31c623
PA
16132014-08-20 Pedro Alves <palves@redhat.com>
1614 Jan Kratochvil <jan.kratochvil@redhat.com>
1615
1616 * Makefile.in (EXTRA_RULES, CC): New variables, get from
1617 configure.
1618 (EXPECT): Handle READ1 being set.
1619 (all): Depend on EXTRA_RULES.
1620 (check-read1, expect-read1, read1.so, read1): New rules.
1621 * README (Testsuite Parameters): Document the READ1 make variable.
1622 (Race detection): New section.
1623 * configure: Regenerate.
1624 * configure.ac: If build==host==target, and running under a
1625 GNU/glibc system, add read1 to the extra Makefile rules.
1626 (EXTRA_RULES): AC_SUBST it.
1627 * lib/read1.c: New file.
1628
d36430db
JB
16292014-08-20 Joel Brobecker <brobecker@adacore.com>
1630
1631 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
1632 the handling of variables declared as a typedef to an array
1633 which a DW_AT_data_location attribute.
1634
9a0dc9e3
PA
16352014-08-19 Andrew Burgess <aburgess@broadcom.com>
1636 Pedro Alves <palves@redhat.com>
1637
1638 PR symtab/14604
1639 PR symtab/14605
1640 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
1641 gdb_test.
1642
0718a8da
PA
16432014-08-19 Pedro Alves <palves@redhat.com>
1644
1645 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
1646
13b448cd
YQ
16472014-08-19 Yao Qi <yao@codesourcery.com>
1648
1649 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
1650 right line.
1651
1cbf5077
DB
16522014-08-18 David Blaikie <dblaikie@gmail.com>
1653
1654 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
1655
bf0fae19
JB
16562014-08-18 Joel Brobecker <brobecker@adacore.com>
1657
1658 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
1659 attribute in array range.
1660
3c8c5dcc
JB
16612014-08-18 Joel Brobecker <brobecker@adacore.com>
1662
1663 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
1664
e66d4446
SC
16652014-08-15 Siva Chandra Reddy <sivachandra@google.com>
1666
1667 PR c++/17132
1668 * gdb.cp/pr17132.cc: New file.
1669 * gdb.cp/pr17132.exp: New file.
1670
940df408
SC
16712014-08-15 Siva Chandra Reddy <sivachandra@google.com>
1672
1673 * gdb.python/py-xmethods.py (A_getarrayind)
1674 (E_method_char_worker.__call__, E_method_int_worker.__call__):
1675 Use 'print' with function call syntax.
1676 (E_method_matcher.match): Fix tab vs space indentation mixup.
1677
ebcc6c3a
YQ
16782014-08-15 Yao Qi <yao@codesourcery.com>
1679
1680 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
1681 false.
1682
775e0f04
YQ
16832014-08-15 Yao Qi <yao@codesourcery.com>
1684
1685 * gdb.cp/casts.exp: Set print symbol off.
1686 * gdb.cp/class2.exp: Likewise.
1687 * gdb.cp/overload.exp: Likewise.
1688 * gdb.cp/templates.exp: Likewise.
1689
d769e349
DE
16902014-08-11 Doug Evans <dje@google.com>
1691
1692 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1693 (test_load_shlib): Update.
1694
20c6f1e1
YQ
16952014-08-09 Yao Qi <yao@codesourcery.com>
1696
1697 * gdb.base/display.exp: Invoke is_address_zero_readable.
1698 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
1699 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1700 * gdb.base/hbreak-unmapped.exp: Return if
1701 is_address_zero_readable returns true.
1702 * gdb.base/signest.exp: Likewise.
1703 * gdb.base/signull.exp: Likewise.
1704 * gdb.base/sigbpt.exp: Likewise.
1705 * gdb.guile/scm-disasm.exp: Do the test if
1706 is_address_zero_readable returns false.
1707 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
1708 * gdb.python/py-arch.exp: Likewise.
1709 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
1710 * lib/gdb.exp (is_address_zero_readable): New proc.
1711
5792e8e3
YQ
17122014-08-09 Yao Qi <yao@codesourcery.com>
1713
1714 PR testsuite/13443
1715 * gdb.mi/mi-var-display.exp: Make test messages unique.
1716
3cecbbbe
TT
17172014-08-04 Tom Tromey <tromey@redhat.com>
1718
1719 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
1720 target 0".
1721
00b51ff5
TT
17222014-08-04 Tom Tromey <tromey@redhat.com>
1723
1724 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
1725 "target_resume".
1726
6908c509
JB
17272014-08-01 Joel Brobecker <brobecker@adacore.com>
1728
1729 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
1730 inner_vla_struct_object_size.
1731 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
1732 as xfail.
1733
cc6563d2
PA
17342014-07-30 Pedro Alves <palves@redhat.com>
1735
1736 * gdb.threads/signal-command-handle-nopass.exp (test): Add
1737 comment.
1738
7e09a223
YQ
17392014-07-29 Yao Qi <yao@codesourcery.com>
1740
1741 PR gdb/17206
1742 * gdb.base/until-nodebug.exp: New.
1743
7ebdbe92
DE
17442014-07-28 Doug Evans <xdje42@gmail.com>
1745
1746 PR guile/17203
1747 * gdb.guile/scm-parameter.exp: Add tests for trying to create
1748 previously existing parameter, and previously ambiguously spelled
1749 parameter.
1750
fdb1adc6
WN
17512014-07-28 Will Newton <will.newton@linaro.org>
1752
1753 * gdb.base/varargs.exp: Remove KFAILs for ARM.
1754
186fcde0
DE
17552014-07-26 Ludovic Courtès <ludo@gnu.org>
1756 Doug Evans <xdje42@gmail.com>
1757
1758 PR guile/17146
1759 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
1760
70509625
PA
17612014-07-25 Pedro Alves <palves@redhat.com>
1762
1763 * gdb.threads/signal-command-handle-nopass.c: New file.
1764 * gdb.threads/signal-command-handle-nopass.exp: New file.
1765 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
1766 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
1767 * gdb.threads/signal-delivered-right-thread.c: New file.
1768 * gdb.threads/signal-delivered-right-thread.exp: New file.
1769
c3f814a1
PA
17702014-07-25 Pedro Alves <palves@redhat.com>
1771
1772 * gdb.base/double-prompt-target-event-error.exp
1773 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
1774 match.
1775 (cancel_pagination_in_target_event): Rework double prompt
1776 detection.
1777 * gdb.base/paginate-after-ctrl-c-running.exp
1778 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
1779 <return>' match.
1780 * gdb.base/paginate-bg-execution.exp
1781 (test_bg_execution_pagination_return)
1782 (test_bg_execution_pagination_cancel): Remove '-notransfer
1783 <return>' matches.
1784 * gdb.base/paginate-execution-startup.exp
1785 (test_fg_execution_pagination_return)
1786 (test_fg_execution_pagination_cancel): Remove '-notransfer
1787 <return>' matches.
1788 * gdb.base/paginate-inferior-exit.exp
1789 (test_paginate_inferior_exited): Remove '-notransfer <return>'
1790 match.
1791 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
1792 * lib/gdb.exp (pagination_prompt): Run text through
1793 string_to_regexp.
1794 (gdb_test_multiple): Match $pagination_prompt instead of
1795 "<return>".
1796 (string_to_regexp): Move to lib/gdb-utils.exp.
1797
e214cf6c
JK
17982014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1799
1800 * gdb.arch/amd64-entry-value-paramref.S: New file.
1801 * gdb.arch/amd64-entry-value-paramref.cc: New file.
1802 * gdb.arch/amd64-entry-value-paramref.exp: New file.
1803 * gdb.arch/amd64-optimout-repeat.S: New file.
1804 * gdb.arch/amd64-optimout-repeat.c: New file.
1805 * gdb.arch/amd64-optimout-repeat.exp: New file.
1806
17d0c5c8
JK
18072014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1808
1809 PR gdb/17170
1810 * gdb.base/statistics.exp: New file.
1811
b8b8facf
DE
18122014-07-17 Doug Evans <dje@google.com>
1813
74b49205 1814 PR gdb/17170
b8b8facf
DE
1815 * gdb.base/maint.exp: Update testing of per-command stats.
1816
1b5d0ab3
PA
18172014-07-16 Pedro Alves <palves@redhat.com>
1818
1819 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
1820 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
1821 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
1822 (tfile_write_buf): New functions.
1823 (add_memory_block): Rewrite using the above.
1824 (adjust_function_address): New function.
1825 (FUNCTION_ADDRESS): New macro.
1826 (write_basic_trace_file): Remove short_x local, and use
1827 tfile_write_16. Change type of func_addr local to unsigned long
1828 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
1829 here. Cast argument of add_memory_block to char pointer.
1830 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
1831 (main): Remove parameters.
1832 * gdb.trace/tfile.exp: Remove nowarnings.
1833
4d974e88
SM
18342014-07-15 Simon Marchi <simon.marchi@ericsson.com>
1835
1836 * gdb.base/debug-expr.exp: Test string evaluation with
1837 "debug expression" on.
1838
41e99568
PA
18392014-07-15 Pedro Alves <palves@redhat.com>
1840
1841 * gdb.base/reread.exp: Use clean_restart.
1842
487d9753
PL
18432014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
1844
1845 * gdb.arch/avr-flash-qualifer.c: New.
1846 * gdb.arch/avr-flash-qualifer.exp: New.
1847
cc1c52ad
PA
18482014-07-14 Pedro Alves <palves@redhat.com>
1849
1850 * gdb.base/paginate-after-ctrl-c-running.c: New file.
1851 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
1852
1e973570
PA
18532014-07-14 Pedro Alves <palves@redhat.com>
1854
1855 * gdb.base/double-prompt-target-event-error.c: New file.
1856 * gdb.base/double-prompt-target-event-error.exp: New file.
1857
93d6eb10
PA
18582014-07-14 Pedro Alves <palves@redhat.com>
1859
1860 PR gdb/17072
1861 * gdb.base/paginate-inferior-exit.c: New file.
1862 * gdb.base/paginate-inferior-exit.exp: New file.
1863
0017922d
PA
18642014-07-14 Pedro Alves <palves@redhat.com>
1865
1866 PR gdb/17072
1867 * gdb.base/paginate-bg-execution.c: New file.
1868 * gdb.base/paginate-bg-execution.exp: New file.
1869
94696ad3
PA
18702014-07-14 Pedro Alves <palves@redhat.com>
1871
1872 PR gdb/17072
1873 * gdb.base/paginate-execution-startup.c: New file.
1874 * gdb.base/paginate-execution-startup.exp: New file.
1875 * lib/gdb.exp (pagination_prompt): New global.
1876 (default_gdb_spawn): New procedure, factored out from
1877 default_gdb_spawn.
1878 (default_gdb_start): Adjust to call default_gdb_spawn.
1879 (gdb_spawn): New procedure.
1880
bd293940
PA
18812014-07-14 Pedro Alves <palves@redhat.com>
1882
1883 * lib/gdb.exp (gdb_assert): New procedure.
1884 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
1885
c933f875
PA
18862014-07-14 Pedro Alves <palves@redhat.com>
1887
1888 * gdb.base/execution-termios.c: New file.
1889 * gdb.base/execution-termios.exp: New file.
1890
d98b7a16
TT
18912014-07-14 Tom Tromey <tromey@redhat.com>
1892
1893 * gdb.cp/vla-cxx.cc: New file.
1894 * gdb.cp/vla-cxx.exp: New file.
1895
548740d6
TT
18962014-07-14 Tom Tromey <tromey@redhat.com>
1897
1898 * gdb.reverse/rerun-prec.c: New file.
1899 * gdb.reverse/rerun-prec.exp: New file.
1900
a25eb028
MR
19012014-07-12 Maciej W. Rozycki <macro@mips.com>
1902 Maciej W. Rozycki <macro@codesourcery.com>
1903
1904 * lib/gdb-utils.exp: New file.
1905 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
1906 inline `gdb_init_command' processing.
1907 (gdb_start_cmd): Likewise.
1908 * lib/mi-support.exp (mi_run_cmd): Likewise.
1909 * README: Document `gdb_init_command' and `gdb_init_commands'.
1910
218c2655
JK
19112014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1912
1913 Fix false FAIL running under a very long directory name.
1914 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
1915 and "set print elements 10000". Twice.
1916
5401fde3
YQ
19172014-07-11 Yao Qi <yao@codesourcery.com>
1918
1919 * gdb.base/exprs.exp: "set print symbol off".
1920
e76126e8
PA
19212014-07-11 Pedro Alves <palves@redhat.com>
1922
1923 * gdb.threads/kill.c: New file.
1924 * gdb.threads/kill.exp: New file.
1925
2d6f0de6
YQ
19262014-07-10 Yao Qi <yao@codesourcery.com>
1927
1928 * gdb.trace/tfile.c (write_basic_trace_file)
1929 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
1930 address written to trace file.
1931
7180e04a
PA
19322014-07-09 Pedro Alves <palves@redhat.com>
1933
1934 * gdb.base/attach-wait-input.exp: New file.
1935 * gdb.base/attach-wait-input.c: New file.
1936
9a9a7608
AB
19372014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1938
1939 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
1940 setting up test structures.
1941 (main): Call new test function.
1942 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
1943 test function, continue into test function and walk test
1944 structures.
1945
161ac41e
YQ
19462014-07-02 Yao Qi <yao@codesourcery.com>
1947
1948 * gdb.trace/entry-values.c: Define labels 'foo_start' and
1949 'bar_start' at the beginning of functions 'foo' and 'bar'
1950 respectively.
1951 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
1952 instead of 'foo' and 'bar'.
1953
1f267ae3
MM
19542014-07-08 Markus Metzger <markus.t.metzger@intel.com>
1955
1956 * gdb.btrace/segv.exp: New.
1957 * gdb.btrace/segv.c: New.
1958
2b239efb
LM
19592014-07-02 Luis Machado <lgustavo@codesourcery.com>
1960
1961 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
1962 instruction.
1963
cf363f18
MW
19642014-06-30 Mark Wielaard <mjw@redhat.com>
1965
1966 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
1967 vulture, vilify, villar): New volatile array constants.
1968 (vindictive, vegetation): New const volatile array constants.
1969 * gdb.base/volatile.exp: Test volatile and const volatile array
1970 types.
1971
aebf9d24
AA
19722014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1973
1974 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
1975 target lacks support for awatch, rwatch, or hbreak.
1976
b67a2c6f
YQ
19772014-06-27 Yao Qi <yao@codesourcery.com>
1978
1979 * gdb.multi/dummy-frame-restore.exp: New.
1980 * gdb.multi/dummy-frame-restore.c: New.
1981
aef92902
MM
19822014-06-25 Markus Metzger <markus.t.metzger@intel.com>
1983
1984 * gdb.btrace/gcore.exp: New.
1985
8e9db26e
PA
19862014-06-23 Pedro Alves <palves@redhat.com>
1987
1988 * gdb.base/watchpoint-reuse-slot.c: New file.
1989 * gdb.base/watchpoint-reuse-slot.exp: New file.
1990
70afc5b7
SC
19912014-06-23 Siva Chandra Reddy <sivachandra@google.com>
1992
1993 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
1994 progspace's filename in 'info', 'enable' and 'disable' command
1995 tests.
1996
b972bd9c
JK
19972014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1998
1999 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
2000 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2001 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
2002
125f8a3d
GB
20032014-06-20 Gary Benson <gbenson@redhat.com>
2004
2005 * gdb.arch/i386-avx.exp: Fix include file location.
2006 * gdb.arch/i386-sse.exp: Likewise.
2007
3ed9baed
IB
20082014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
2009
2010 * gdb.dlang/expression.exp: New file.
2011
034f788c
PA
20122014-06-19 Pedro Alves <palves@redhat.com>
2013
2014 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
2015 out from ...
2016 (top level): ... here. Iterate running tests under different
2017 scheduler-locking settings.
2018
45371d0c
LM
20192014-06-18 Luis Machado <lgustavo@codesourcery.com>
2020
2021 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
2022 to DW_FORM_addr and use non-zero addresses.
2023
5d376983
SC
20242014-06-18 Siva Chandra Reddy <sivachandra@google.com>
2025
2026 PR gdb/17017
2027 * gdb.python/py-xmethods.cc: Add global function call counters and
2028 increment them in their respective functions. Remove "cout"
2029 statements.
2030 * gdb.python/py-xmethods.exp: Make tests check the global function
2031 call counters instead of depending on inferior IO.
2032
a1aa2221
LM
20332014-06-18 Don Breazeal <donb@codesourcery.com>
2034
2035 * gdb.base/foll-fork.exp (default_fork_parent_follow):
2036 Deleted procedure.
2037 (explicit_fork_parent_follow): Deleted procedure.
2038 (explicit_fork_child_follow): Deleted procedure.
2039 (test_follow_fork): New procedure.
2040 (do_fork_tests): Replace calls to deleted procedures with
2041 calls to test_follow_fork and reset GDB for subsequent
2042 procedure calls.
2043
0fc05997
YQ
20442014-06-17 Yao Qi <yao@codesourcery.com>
2045
2046 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
2047 CP1252.
2048
70795c52
LM
20492014-06-17 Luis Machado <lgustavo@codesourcery.com>
2050
2051 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
2052 Initialize ptr and S explicitly.
2053 (skip_type_update_when_not_use_rtti_test): Likewise.
2054
6be47f0c
KS
20552014-06-16 Keith Seitz <keiths@redhat.com>
2056
2057 PR mi/15863
2058 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
2059 the inferior is started.
2060
d03de421
PA
20612014-06-16 Pedro Alves <palves@redhat.com>
2062
2063 * gdb.base/break-main-file-remove-fail.c: New file.
2064 * gdb.base/break-main-file-remove-fail.exp: New file.
2065 * gdb.base/break-unload-file.exp: Use build_executable instead of
2066 prepare_for_testing.
2067 (test_break): New parameter "initial_load". Handle it.
2068 (top level): Add initial_load cmdline/file axis.
2069
f9579b99
TT
20702014-06-12 Tom Tromey <tromey@redhat.com>
2071
2072 * gdb.base/completion.exp: Don't use directory name in test.
2073
3657956b
GB
20742014-06-09 Gary Benson <gbenson@redhat.com>
2075
2076 * gdb.base/sigall.c [Functions to send signals]: Reorder to
2077 separate the always-available ANSI-standard signals from the
2078 signals that require checking.
2079 (main): Likewise.
2080 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
2081 Likewise.
2082 (main): Likewise.
2083
4186eb54
KS
20842014-06-07 Keith Seitz <keiths@redhat.com>
2085
2086 Revert:
2087 PR c++/16253
2088 * gdb.cp/var-tag.cc: New file.
2089 * gdb.cp/var-tag.exp: New file.
2090 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2091 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2092 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2093 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2094
25326a28 20952014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
2096
2097 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
2098
829155c9
PA
20992014-06-06 Pedro Alves <palves@redhat.com>
2100
2101 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
2102 in target debug output instead of looking at RSP packets,
2103 disabling the test on any target that uses hardware stepping.
2104 Update comments.
2105
61c8d22e
PA
21062014-06-06 Pedro Alves <palves@redhat.com>
2107
2108 * gdb.base/break-unload-file.exp: Fix typo.
2109
d9a47287
YQ
21102014-06-06 Yao Qi <yao@codesourcery.com>
2111
2112 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
2113 from "jit_function" to "^jit_function".
2114
e5e01dbf
YQ
21152014-06-06 Yao Qi <yao@codesourcery.com>
2116
2117 * gdb.base/async.c (foo): Add one statement.
2118 * gdb.base/async.exp: Get the next instruction address and
2119 match the output of "nexti" by instruction address. Match
2120 the hex address in the output of "finish".
2121
73ba372c
GB
21222014-06-06 Gary Benson <gbenson@redhat.com>
2123
2124 * gdb.base/call-signals.c: Remove preprocessor conditionals
2125 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
2126 SIGSEGV and SIGTERM.
2127 * gdb.base/sigall.c: Likewise.
2128 * gdb.base/unwindonsignal.c: Likewise.
2129 * gdb.reverse/sigall-reverse.c: Likewise.
2130
831517df
YQ
21312014-06-06 Yao Qi <yao@codesourcery.com>
2132
2133 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
2134 readable, skip the test.
2135
b8b91e98
YQ
21362014-06-06 Yao Qi <yao@codesourcery.com>
2137
2138 * gdb.threads/staticthreads.c (thread_function): Move the line
2139 setting breakpoint on forward.
2140 * gdb.threads/staticthreads.exp: Update comments.
2141
fb934770
LC
21422014-06-05 Ludovic Courtès <ludo@gnu.org>
2143
2144 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
2145 "history-append! type error".
2146
6ef284bd
SM
21472014-06-05 Simon Marchi <simon.marchi@ericsson.com>
2148
2149 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
2150 erroneous dprintf expected input.
2151
a872e241
DE
21522014-06-04 Doug Evans <xdje42@gmail.com>
2153
2154 * gdb.guile/scm-generics.exp: Delete.
2155
16f691fb
DE
21562014-06-04 Doug Evans <xdje42@gmail.com>
2157
2158 * gdb.guile/scm-breakpoint.exp: Update.
2159 Add tests for breakpoint registration.
2160
012370f6
TT
21612014-06-04 Tom Tromey <tromey@redhat.com>
2162
2163 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
2164 VLA-in-union.
2165 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
2166 inner_vla_struct, vla_union types. Initialize objects of those
2167 types and compute their sizes.
2168
9f5a4cef
HZ
21692014-06-04 Nathan Sidwell <nathan@codesourcery.com>
2170 Hui Zhu <hui@codesourcery.com>
2171
2172 * gdb.base/fileio.exp: Add test for shell not available as well as
2173 available.
2174 * gdb.base/fileio.c (test_system): Check for shell twice.
2175
90a45c4d
YQ
21762014-06-04 Yao Qi <yao@codesourcery.com>
2177
2178 * gdb.base/auto-connect-native-target.exp: Remove redundant
2179 space from the regexp pattern.
2180
70017e41
YQ
21812014-06-04 Yao Qi <yao@codesourcery.com>
2182
2183 * gdb.base/default.exp: Replace "child" with "native" in
2184 regexp pattern.
2185
883964a7
SC
21862014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2187
2188 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
2189 * gdb.python/py-xmethods.exp: New tests to test xmethods.
2190 * gdb.python/py-xmethods.py: Python script supporting the
2191 new testcase and tests.
2192
ef370185
JB
21932014-06-03 Joel Brobecker <brobecker@adacore.com>
2194 Pedro Alves <palves@redhat.com>
2195
2196 PR breakpoints/17000
2197 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
2198 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
2199
1e2ccb61
BM
22002014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
2201
2202 * gdb.base/subst.exp: Add tests to verify partial path matching
2203 output.
2204
c6ec5ab2
PA
22052014-06-03 Pedro Alves <palves@redhat.com>
2206
2207 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
2208 target that doesn't use software single-stepping.
2209
835c559f
PA
22102014-06-03 Pedro Alves <palves@redhat.com>
2211
2212 PR breakpoints/17000
2213 * gdb.base/sss-bp-on-user-bp-2.c: New file.
2214 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
2215
06eb1586
DE
22162014-06-02 Doug Evans <xdje42@gmail.com>
2217
2218 * gdb.guile/scm-parameter.exp: New file.
2219
e698b8c4
DE
22202014-06-02 Doug Evans <xdje42@gmail.com>
2221
2222 * gdb.guile/scm-cmd.c: New file.
2223 * gdb.guile/scm-cmd.exp: New file.
2224
ded03782
DE
22252014-06-02 Doug Evans <xdje42@gmail.com>
2226
2227 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
2228 pretty-printer lookup.
2229 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
2230 (make-pp_s-printer): Call it.
2231 (make-pretty-printer-from-dict): New function.
2232 (lookup-pretty-printer-maker-from-dict): New function.
2233 (*pretty-printer*): Simplify.
2234 (make-objfile-pp_s-printer): New function.
2235 (install-objfile-pretty-printers!): New function.
2236 (make-progspace-pp_s-printer): New function.
2237 (install-progspace-pretty-printers!): New function.
2238 * gdb.guile/scm-progspace.c: New file.
2239 * gdb.guile/scm-progspace.exp: New file.
2240
41fac0cf
PA
22412014-06-02 Pedro Alves <palves@redhat.com>
2242
2243 * gdb.base/dprintf-bp-same-addr.c: New file.
2244 * gdb.base/dprintf-bp-same-addr.exp: New file.
2245
96ae5695
EBM
22462014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2247
2248 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
2249 * gdb.arch/powerpc-power.s: Likewise.
2250
da02b3a8
JB
22512014-06-02 Joel Brobecker <brobecker@adacore.com>
2252
2253 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
2254
c72b2e7b
YQ
22552014-06-01 Yao Qi <yao@codesourcery.com>
2256
2257 * gdb.base/watchpoint.exp (test_watch_location): Check null
2258 pointer can be dereferenced. If not, do the test, otherwise
2259 skip it.
2260
53e8a631
AB
22612014-05-30 Andrew Burgess <aburgess@broadcom.com>
2262
2263 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
2264 results.
2265 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
2266
938f0e2f
AB
22672014-05-30 Andrew Burgess <aburgess@broadcom.com>
2268
2269 * gdb.arch/amd64-invalid-stack-middle.S: New file.
2270 * gdb.arch/amd64-invalid-stack-middle.c: New file.
2271 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
2272 * gdb.arch/amd64-invalid-stack-top.c: New file.
2273 * gdb.arch/amd64-invalid-stack-top.exp: New file.
2274
9ba6657a
PA
22752014-05-30 Pedro Alves <palves@redhat.com>
2276
2277 PR breakpoints/17000
2278 * gdb.base/sss-bp-on-user-bp.c: New file.
2279 * gdb.base/sss-bp-on-user-bp.exp: New file.
2280
522c09bf
DB
22812014-05-30 David Blaikie <dblaikie@gmail.com>
2282
2283 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
2284 gnu_inline semantics via attribute.
2285 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
2286 source explicitly specifies the required semantics.
2287
bf4ef81e
MR
22882014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
2289
2290 * gdb.reverse/sigall-reverse.exp: Fix a typo.
2291
329ea579
PA
22922014-05-29 Pedro Alves <palves@redhat.com>
2293 Tom Tromey <tromey@redhat.com>
2294
2295 * gdb.base/async-shell.exp: Don't enable target-async.
2296 * gdb.base/async.exp
2297 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
2298 parameter. Adjust.
2299 (top level): Don't test with "target-async".
2300 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
2301 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
2302 * gdb.base/inferior-died.exp: Don't enable target-async.
2303 * gdb.base/interrupt-noterm.exp: Likewise.
2304 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
2305 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2306 * gdb.mi/mi-nonstop.exp: Likewise.
2307 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2308 * gdb.mi/mi-nsintrall.exp: Likewise.
2309 * gdb.mi/mi-nsmoribund.exp: Likewise.
2310 * gdb.mi/mi-nsthrexec.exp: Likewise.
2311 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2312 * gdb.multi/watchpoint-multi.exp: Adjust comment.
2313 * gdb.python/py-evsignal.exp: Don't enable target-async.
2314 * gdb.python/py-evthreads.exp: Likewise.
2315 * gdb.python/py-prompt.exp: Likewise.
2316 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
2317 * gdb.server/solib-list.exp: Don't enable target-async.
2318 * gdb.threads/thread-specific-bp.exp: Likewise.
2319 * lib/mi-support.exp: Adjust to use mi-async.
2320
fd664c91
PA
23212014-05-29 Pedro Alves <palves@redhat.com>
2322
2323 PR gdb/13860
2324 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
2325 reason, even in sync mode.
2326
251bde03
PA
23272014-05-29 Pedro Alves <palves@redhat.com>
2328 Hui Zhu <hui@codesourcery.com>
2329
2330 PR PR15693
2331 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
2332 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
2333 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
2334 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
2335
7f3c0343
JB
23362014-05-28 Joel Brobecker <brobecker@adacore.com>
2337
2338 * config/monitor.exp (gdb_target_monitor): Replace use of
2339 "set remotebaud" by "set serial baud".
2340
b2715b27
AW
23412014-05-26 Andy Wingo <wingo@igalia.com>
2342
2343 * gdb.guile/scm-breakpoint.exp:
2344 * gdb.guile/scm-gsmob.exp: Update to use plain old object
2345 properties instead of gdb-object-properties.
2346
498a4489
YQ
23472014-05-26 Yao Qi <yao@codesourcery.com>
2348
2349 * gdb.server/no-thread-db.exp: Specify source file name
2350 explicitly when setting a breakpoint.
2351
589fdceb
MM
23522014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2353
2354 * gdb.btrace/vdso.c: New.
2355 * gdb.btrace/vdso.exp: New.
2356
e9089e05
MM
23572014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2358
2359 * gdb.base/gcore.exp (capture_command_output): Move ...
2360 * lib/gdb.exp (capture_command_output): ... here.
2361
67b5c0c1
MM
23622014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2363
2364 * gdb.btrace/data.exp: Test memory access during btrace replay.
2365
a2199296
SM
23662014-05-22 Simon Marchi <simon.marchi@ericsson.com>
2367
2368 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
2369
17b2616c
PA
23702014-05-21 Pedro Alves <palves@redhat.com>
2371
2372 PR gdb/13860
2373 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
2374 (top level): Test that output related to execution commands is
2375 sent to the console with CLI commands, but not with MI commands.
2376 Test that breakpoint events are always mirrored to the console.
2377 Also expect the new source line to be output after a "next" in
2378 async mode too. Make it a pass/fail test.
2379 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
2380 output.
2381 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
2382
5166082f
PA
23832014-05-21 Pedro Alves <palves@redhat.com>
2384
2385 * gdb.base/list.exp (build_pattern, test_list): New procedures.
2386 Use them to test variations of "list" after reaching a breakpoint.
2387 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
2388 Test "list" with listsize 10 after reaching a breakpoint.
2389 * gdb.python/python.exp (decode_line current location line
2390 number): Adjust expected line number.
2391
2f25d70f
SM
23922014-05-21 Simon Marchi <simon.marchi@ericsson.com>
2393
2394 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
2395 behavior for $args, pass it directly to "run".
2396
ff604a67
MR
23972014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
2398
2399 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
2400 30000 to 65536.
2401
6a3cb8e8
PA
24022014-05-21 Pedro Alves <palves@redhat.com>
2403
2404 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
2405 auto-connect-native-target off".
2406 * gdb.base/auto-connect-native-target.c: New file.
2407 * gdb.base/auto-connect-native-target.exp: New file.
2408
4ebfc96e
PA
24092014-05-21 Pedro Alves <palves@redhat.com>
2410
2411 * gdb.base/default.exp: Test "target native" instead of "target
2412 child".
2413
36d46afb
MW
24142014-05-21 Mark Wielaard <mjw@redhat.com>
2415
2416 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2417
5876f503
JK
24182014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2419
2420 Fix TLS access for -static -pthread.
2421 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
2422 <HAVE_TLS> (thread_function, main): Initialize it.
2423 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
2424 Add clean_restart.
2425 <$have_tls != "">: Check TLSVAR.
2426
0256a6ac
PA
24272014-05-21 Pedro Alves <palves@redhat.com>
2428
2429 * gdb.base/dcache-line-read-error.c: New.
2430 * gdb.base/dcache-line-read-error.exp: New.
2431
936d2992
PA
24322014-05-20 Pedro Alves <palves@redhat.com>
2433
2434 * gdb.base/compare-sections.c: New file.
2435 * gdb.base/compare-sections.exp: New file.
2436
802e8e6d
PA
24372014-05-20 Pedro Alves <palves@redhat.com>
2438
2439 * gdb.base/break-idempotent.c: New file.
2440 * gdb.base/break-idempotent.exp: New file.
2441
e59fa00f
MM
24422014-05-20 Markus Metzger <markus.t.metzger@intel.com>
2443
2444 * gdb.btrace/nohist.exp: New.
2445
8b696e31
YQ
24462014-05-20 Yao Qi <yao@codesourcery.com>
2447
2448 * lib/gdb.exp (gdb_init): Set timeout if test file is under
2449 gdb.reverse directory and gdb_reverse_timeout exists in board
2450 setting.
2451 * README: Document gdb_reverse_timeout.
2452
73c9764f
YQ
24532014-05-20 Yao Qi <yao@codesourcery.com>
2454
2455 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
2456 'test_file_name'. Treat args as a string instead of a list.
2457 (gdb_init): Rename argument 'args' by 'test_file_name'.
2458
f1f4348a
JK
24592014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2460
2461 * gdb.arch/powerpc-power.exp: New file.
2462 * gdb.arch/powerpc-power.s: New file.
2463
0dbe70ce
DE
24642014-05-16 Doug Evans <dje@google.com>
2465
2466 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
2467 * gdb.base/completion.exp: Check that all expected files exist
2468 before doing file completion.
0dbe70ce 2469
8d551b02
DE
24702014-05-16 Doug Evans <dje@google.com>
2471
2472 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
2473 Update.
2474 (do_syscall_tests_without_xml): Update.
2475
73eb7709
PA
24762014-05-16 Pedro Alves <palves@redhat.com>
2477
2478 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
2479 instead of "unknown output after running".
2480
3fae92fc
YQ
24812014-05-16 Yao Qi <yao@codesourcery.com>
2482
2483 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
2484 file1.txt from host at the end.
2485 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2486
c2b2ccc5
DE
24872014-05-15 Doug Evans <dje@google.com>
2488
2489 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
2490 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
2491 loading file. Add test for TU lookup.
2492
8c217a4b
SM
24932014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2494
2495 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
2496 calling "-exec-arguments" or "set args" before running the
2497 inferior.
2498
3deb39c6
SM
24992014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2500
2501 * lib/mi-support.exp (mi_expect_stop): Expect message for
2502 inferiors that exit with non-zero exit code.
2503
71a79f8c
YQ
25042014-05-14 Yao Qi <yao@codesourcery.com>
2505
2506 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
2507 match absolute path on remote host.
2508 (test_file_list_exec_source_files): Remove "/" from the
2509 pattern.
2510
f23fcd46
YQ
25112014-05-14 Yao Qi <yao@codesourcery.com>
2512
2513 * boards/local-remote-host-notty.exp (${board}_file): New
2514 proc.
2515
9404b58f
KM
25162014-05-07 Kyle McMartin <kyle@redhat.com>
2517
2518 Pushed by Joel Brobecker <brobecker@adacore.com>.
2519 * gdb.arch/aarch64-atomic-inst.c: New file.
2520 * gdb.arch/aarch64-atomic-inst.exp: New file.
2521
5e45f04c
YQ
25222014-05-07 Yao Qi <yao@codesourcery.com>
2523
2524 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
2525 in current context" too.
2526
c888a17d
KS
25272014-05-05 Keith Seitz <keiths@redhat.com>
2528
2529 * gdb.linespec/ls-dollar.exp: Add test for linespec
2530 file:convenience_variable.
2531
290a839c
YQ
25322014-05-05 Yao Qi <yao@codesourcery.com>
2533
2534 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
2535 traceframes into tfile and ctf trace files. Read data from
2536 trace file and test collected data.
2537 (gdb_collect_locals_test): Likewise.
2538 (gdb_unavailable_registers_test): Likewise.
2539 (gdb_unavailable_floats): Likewise.
2540 (gdb_collect_globals_test): Likewise.
2541 (top-level): Append "ctf" to trace_file_targets if GDB
2542 supports.
2543
b5262cd0
YQ
25442014-05-05 Yao Qi <yao@codesourcery.com>
2545
2546 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
2547 code to ...
2548 (gdb_collect_args_test_1): ... it. New proc.
2549 (gdb_collect_locals_test): Move some code to ...
2550 (gdb_collect_locals_test_1): ... it. New proc.
2551 (gdb_unavailable_registers_test): Move some code to ...
2552 (gdb_unavailable_registers_test_1): ... it. New proc.
2553 (gdb_unavailable_floats): Move some code to ...
2554 (gdb_unavailable_floats_1): ... it. New proc.
2555
30a1e6cc
SDJ
25562014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2557
2558 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
2559 probes to test for bitness recognition.
2560 * gdb.arch/amd64-stap-optional-prefix.exp
2561 (test_probe_value_without_reg): New procedure.
2562 Add code to test for different kinds of bitness.
2563
f33da99a
SDJ
25642014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2565
2566 PR breakpoints/16889
2567 * gdb.arch/amd64-stap-optional-prefix.S: New file.
2568 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2569
5b80f00d
PA
25702014-05-01 Pedro Alves <palves@redhat.com>
2571
2572 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
2573 gdb_file_cmd if no file is specified.
2574 * boards/native-extended-gdbserver.exp (gdb_load): Use the
2575 last_loaded_file to set the remote exec-file.
2576
f8c2a73c
PA
25772014-05-01 Pedro Alves <palves@redhat.com>
2578
2579 * boards/local-remote-host.exp: New file.
2580
be6e8ac7
PA
25812014-05-01 Pedro Alves <palves@redhat.com>
2582
2583 * boards/local-remote-host.exp: Rename to ...
2584 * boards/local-remote-host-notty.exp: ... this.
2585
cac0dc8f
JB
25862014-04-28 Joel Brobecker <brobecker@adacore.com>
2587
2588 * gdb.ada/dyn_arrayidx: New testcase.
2589
9730e6cc
YQ
25902014-04-26 Yao Qi <yao@codesourcery.com>
2591
2592 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
2593 and compute the length of function main. Save it in
2594 $main_length.
2595 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
2596 (top-level): Use gdb_compile to compile objects into
2597 executable and restart GDB. Remove invocation to
2598 prepare_for_testing.
2599
7ae1a6a6
PA
26002014-04-25 Simon Marchi <simon.marchi@ericsson.com>
2601 Pedro Alves <palves@redhat.com>
2602
2603 PR server/16255
2604 * gdb.multi/multi-attach.c: New file.
2605 * gdb.multi/multi-attach.exp: New file.
2606
4082afcc
PA
26072014-04-25 Pedro Alves <palves@redhat.com>
2608
2609 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
2610 user.
2611 (top level): Test that "set remote conditional-breakpoints-packet
2612 off" works as intended.
2613 * gdb.base/dprintf.exp: Test that "set remote
2614 breakpoint-commands-packet off" works as intended.
2615 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
2616 New function.
2617 (top level): Call it.
2618 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
2619 remote fast-tracepoints-packet off" works as intended.
2620 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
2621 * lib/gdb.exp (gdb_is_target_remote): ... here.
2622
2abc3f8d
DB
26232014-04-24 David Blaikie <dblaikie@gmail.com>
2624
2625 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
2626 ensure clang would not discard them.
2627 * gdb.base/gdbvars.c: Ditto.
2628 * gdb.base/memattr.c: Ditto.
2629 * gdb.base/whatis.c: Ditto.
2630 * gdb.python/py-prettyprint.c: Ditto.
2631 * gdb.trace/actions.c: Ditto.
2632 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
2633 ensure clang would not discard it.
2634
bfd39632
DB
26352014-04-24 David Blaikie <dblaikie@gmail.com>
2636
2637 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
2638 clang to emit the full definition of type required by the test
2639 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
2640
22842ff6
DB
26412014-04-24 David Blaikie <dblaikie@gmail.com>
2642
2643 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
2644 coax Clang into emitting the definition of the type.
2645 * gdb.cp/pr10728-x.h (y): Ditto.
2646 * gdb.cp/pr10728-y.cc (y): Ditto.
2647
c2e827ad
DB
26482014-04-24 David Blaikie <dblaikie@gmail.com>
2649
2650 * gdb.base/label.exp: XFAIL label related tests under Clang.
2651 * gdb.cp/cplabel.exp: Ditto.
2652 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
2653 under Clang those using labels.
2654
4c2d33e7
YQ
26552014-04-25 Yao Qi <yao@codesourcery.com>
2656
2657 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
2658 double_label.
2659 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
2660 partial_label and double_label.
2661
56083b99
DB
26622014-04-24 David Blaikie <dblaikie@gmail.com>
2663
2664 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
2665
25d4e99d
DB
26662014-04-24 David Blaikie <dblaikie@gmail.com>
2667
2668 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
2669 of the function to work across GCC and Clang.
2670 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
2671 pointer types (const void ** const V void **).
2672
01f9f808
MS
26732014-04-24 Michael Sturm <michael.sturm@mintel.com>
2674 Walfred Tedeschi <walfred.tedeschi@intel.com>
2675
2676 * Makefile.in (EXECUTABLES): Added i386-avx512.
2677 * gdb.arch/i386-avx512.c: New file.
2678 * gdb.arch/i386-avx512.exp: Likewise.
2679
4b48d439
KS
26802014-04-23 Keith Seitz <keiths@redhat.com>
2681
2682 * lib/mi-support.exp (mi_list_breakpoints): Delete.
2683 (mi_make_breakpoint_table): New procedure.
2684 (mi_create_breakpoint): Use mi_make_breakpoint
2685 and return the result.
2686 (mi_make_breakpoint): New procedure.
2687 (mi_build_kv_pairs): New procedure.
2688
2689 * gdb.mi/mi-break.exp: Remove unused globals,
2690 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
2691 All callers updated.
2692 * gdb.mi/mi-dprintf.exp: Use variable to track command
2693 number.
2694 Update all callers of mi_create_breakpoint and use
2695 mi_make_breakpoint_table.
2696 Remove any unused global variables.
2697 * gdb.mi/mi-nonstop.exp: Likewise.
2698 * gdb.mi/mi-nsintrall.exp: Likewise.
2699 * gdb.mi/mi-nsmoribund.exp: Likewise.
2700 * gdb.mi/mi-nsthrexec.exp: Likewise.
2701 * gdb.mi/mi-reverse.exp: Likewise.
2702 * gdb.mi/mi-simplerun.exp: Likewise.
2703 * gdb.mi/mi-stepn.exp: Likewise.
2704 * gdb.mi/mi-syn-frame.exp: Likewise.
2705 * gdb.mi/mi-until.exp: Likewise.
2706 * gdb.mi/mi-var-cp.exp: Likewise.
2707 * gdb.mi/mi-var-display.exp: Likewise.
2708 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
2709 * gdb.mi/mi2-var-child.exp: Likewise.
2710 * gdb.mi/mi-vla-c99.exp: Likewise.
2711 * lib/mi-support.exp: Likewise.
2712
2713 From Ian Lance Taylor <iant@cygnus.com>:
2714 * lib/gdb.exp (parse_args): New procedure.
2715
08351840
PA
27162014-04-23 Pedro Alves <palves@redhat.com>
2717
2718 * gdb.base/break-unload-file.c: New file.
2719 * gdb.base/break-unload-file.exp: New file.
2720 * gdb.base/sym-file-lib.c (baz): New function.
2721 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
2722 field.
2723 (load): Store the segment's mapped size.
2724 (unload): New function.
2725 (unload_shlib): New function.
2726 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
2727 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
2728 set a breakpoint at baz, and call it.
2729 * gdb.base/sym-file.exp: New tests for stale breakpoint
2730 instructions.
2731
076855f9
PA
27322014-04-23 Pedro Alves <palves@redhat.com>
2733
2734 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
2735 * gdb.base/hbreak-in-shr-unsupported.c: New file.
2736 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
2737 * gdb.base/hbreak-unmapped.c: New file.
2738 * gdb.base/hbreak-unmapped.exp: New file.
2739 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
2740 * lib/gdb.exp (gdb_is_target_remote): ... here.
2741
483805cf
PA
27422014-04-22 Pedro Alves <palves@redhat.com>
2743
2744 * gdb.base/consecutive-step-over.c: New file.
2745 * gdb.base/consecutive-step-over.exp: New file.
2746
06d97543
PA
27472014-04-22 Pedro Alves <palves@redhat.com>
2748
2749 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
2750 instead of send_gdb/gdb_expect.
2751
b4429ea2
YQ
27522014-04-22 Yao Qi <yao@codesourcery.com>
2753
2754 * lib/trace-support.exp (generate_tracefile): New procedure.
2755 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
2756 return 0.
2757 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
2758 if generate_tracefile returns 1.
2759
51d48146
PA
27602014-04-18 Tom Tromey <palves@redhat.com>
2761 Pedro alves <tromey@redhat.com>
2762
2763 PR backtrace/15558
2764 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
2765 with a backtrace limit.
2766 * gdb.python/py-frame-inline.exp: Test running to an inline
2767 function with a backtrace limit, and printing the newest frame.
2768 * gdb.python/py-frame-inline.c (main): Call f.
2769
bd1dce5f
MS
27702014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2771
2772 * gdb.java/jnpe.exp: Drop srcdir from untested path.
2773
40d1a503
MS
27742014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2775
2776 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
2777 Drop prefix from unsupported source file path.
2778
389b98f7
YQ
27792014-04-17 Yao Qi <yao@codesourcery.com>
2780
2781 * lib/gdb.exp (with_target_charset): New proc.
2782 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
2783 with_target_charset.
2784 (test_print_strings): Likewise.
2785 (test_repeat_bytes): Likewise.
2786 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
2787 for some tests.
2788
22869d73
KS
27892014-04-16 Keith Seitz <keiths@redhat.com>
2790
2791 PR gdb/15827
2792 * gdb.dwarf2/corrupt.c: New file.
2793 * gdb.dwarf2/corrupt.exp: New file.
2794
c4f87ca6
KS
27952014-04-16 Keith Seitz <keiths@redhat.com>
2796
2797 PR c++/16597
2798 * gdb.cp/namelessclass.cc: New file.
2799 * gdb.cp/namelessclass.exp: New file.
2800 * gdb.cp/namelessclass.S: New file.
2801
ab19de87
DE
28022014-04-16 Doug Evans <dje@google.com>
2803
2804 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
2805 Add comment.
2806 (gdbserver_default_get_comm_port): New function.
2807 (gdbserver_start): Check if board file provided
2808 "gdbserver,get_comm_port" and use it if so.
2809 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
2810 (gdb,socketport): Set to "stdio".
2811 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
2812 (stdio_gdbserver_template): Delete.
2813 (${board}_get_remote_address): Update.
2814 (${board}_build_remote_cmd): Delete.
2815 (${board}_get_comm_port): New function.
2816 (${board}_spawn): Update.
2817 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
2818 Delete.
2819 (${board}_get_remote_address): Update.
2820 (${board}_get_comm_port): New function.
2821
fc98a809
AB
28222014-04-16 Andrew Burgess <aburgess@broadcom.com>
2823
2824 * gdb.base/memattr.exp: Improve regexps to handle memory regions
2825 appearing in any order.
2826
87fd9e6e
DE
28272014-04-15 Doug Evans <dje@google.com>
2828
2829 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
2830 uninitialized value of "description".
2831
099fc3ea
KS
28322014-04-15 Keith Seitz <keiths@redhat.com>
2833
2834 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
2835 Remove unused globals.
2836 (test_running_the_program): Likewise.
2837 (test_controlled_execution): Likewise.
2838 (test_controlling_breakpoints): Likewise.
2839 (test_program_termination): Likewise.
2840
5da151d4
KS
28412014-04-15 Keith Seitz <keiths@redhat.com>
2842
2843 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
2844 unused globals.
2845 (test_rbreak_creation_and_listing): Likewise.
2846 (test_ignore_count): Likewise.
2847 (test_error): Likewise.
2848
35e5d2f0
PA
28492014-04-15 Pedro Alves <palves@redhat.com>
2850
2851 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
2852 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
2853 sym-file-loader.c.
2854 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
2855 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
2856 to sym-file-loader.c.
2857 (struct library): Forward declare.
2858 (load_shlib, lookup_function): Change prototypes.
2859 (find_shstrtab, find_strtab, find_shdr, find_symtab)
2860 (translate_offset): Remove declarations.
2861 (get_text_addr): New declaration.
2862 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
2863 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
2864 sym-file-loader.h.
2865 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
2866 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
2867 here from sym-file-loader.h.
2868 (struct library): New structure.
2869 (load_shlib, lookup_function): Change prototypes and adjust to
2870 work with a struct library.
2871 (find_shstrtab, find_strtab, find_shdr, find_symtab)
2872 (translate_offset): Make static.
2873 (get_text_addr): New function.
2874 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
2875
eb4c1710
PA
28762014-04-15 Pedro Alves <palves@redhat.com>
2877
2878 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
2879
2d1baf52
PA
28802014-04-15 Pedro Alves <palves@redhat.com>
2881
2882 * gdb.base/sym-file-loader.c: Include <limits.h>.
2883 (SELF_LINK): New define.
2884 (get_origin): New function.
2885 (load_shlib): Use it.
2886 * gdb.base/sym-file.exp: Don't early return if the target is
2887 remote. Use runto_main, and issue fail is that fails. Use
2888 gdb_load_shlibs.
2889 (shlib_name): Delete.
2890 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
2891
7dd6df01
PA
28922014-04-15 Pedro Alves <palves@redhat.com>
2893
2894 * gdb.base/sym-file.exp: Remove regex characters from test
2895 message. Don't refer to breakpoint numbers in test messages.
2896
b50c8614
KS
28972014-04-14 Keith Seitz <keiths@redhat.com>
2898
2899 PR c++/16253
2900 * gdb.cp/var-tag.cc: New file.
2901 * gdb.cp/var-tag.exp: New file.
2902 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2903 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2904 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2905 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2906
3d567982
TT
29072014-04-14 Tom Tromey <tromey@redhat.com>
2908
2909 * gdb.cp/classes.exp (test_enums): Handle underlying type.
2910 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
2911 type.
2912 * gdb.cp/enum-class.exp: New file.
2913 * gdb.cp/enum-class.cc: New file.
2914
0626fc76
TT
29152014-04-14 Tom Tromey <tromey@redhat.com>
2916
2917 * gdb.dwarf2/enum-type.exp: New file.
2918
dca325b3
SA
29192014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2920
2921 * gdb.mi/mi-vla-c99.exp: New file.
2922 * gdb.mi/vla.c: New file.
2923
5854b38a
SA
29242014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2925
2926 * gdb.base/vla-datatypes.c: New file.
2927 * gdb.base/vla-datatypes.exp: New file.
2928
463bb957
SA
29292014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2930
2931 * gdb.base/vla-ptr.c: New file.
2932 * gdb.base/vla-ptr.exp: New file.
2933
3dd170be
SA
29342014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2935
2936 * gdb.dwarf2/count.exp: New file.
2937
5ecaaa66
SA
29382014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2939
2940 * gdb.base/vla-sideeffect.c: New file.
2941 * gdb.base/vla-sideeffect.exp: New file.
2942
41f1ada5
DB
29432014-04-14 David Blaikie <dblaikie@gmail.com>
2944
2945 * gdb.mi/non-stop.c: Add return value for non-void function return
2946 statement.
2947 * gdb.threads/staticthreads.c: Ditto.
2948
0be03e84
DE
29492014-04-12 Siva Chandra Reddy <sivachandra@google.com>
2950 Doug Evans <xdje42@gmail.com>
2951
2952 * gdb.guile/scm-value.c: Improve test case.
2953 * gdb.guile/scm-value.exp: Add new test.
2954
f180a1fb
DB
29552014-04-11 David Blaikie <dblaikie@gmail.com>
2956
2957 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
2958 override Clang's default.
2959
6b662e19
JB
29602014-04-11 Joel Brobecker <brobecker@adacore.com>
2961
2962 Revert the following changes (regressions):
2963
2964 * gdb.base/vla-sideeffect.c: New file.
2965 * gdb.base/vla-sideeffect.exp: New file.
2966
2967 * gdb.dwarf2/count.exp: New file.
2968
2969 * gdb.base/vla-multi.c: New file.
2970 * gdb.base/vla-multi.exp: New file.
2971
2972 * gdb.base/vla-ptr.c: New file.
2973 * gdb.base/vla-ptr.exp: New file.
2974
2975 * gdb.base/vla-datatypes.c: New file.
2976 * gdb.base/vla-datatypes.exp: New file.
2977
2978 * gdb.mi/mi-vla-c99.exp: New file.
2979 * gdb.mi/vla.c: New file.
2980
245a5f0b
KS
29812014-04-11 Keith Seitz <keiths@redhat.com>
2982
2983 PR c++/16675
2984 * gdb.cp/cpsizeof.exp: New file.
2985 * gdb.cp/cpsizeof.cc: New file.
2986
58a84dcf
SA
29872014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2988
191a8a90
JB
2989 * gdb.mi/mi-vla-c99.exp: New file.
2990 * gdb.mi/vla.c: New file.
58a84dcf 2991
c8655f75
SA
29922014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2993
2994 * gdb.base/vla-datatypes.c: New file.
2995 * gdb.base/vla-datatypes.exp: New file.
2996
024e13b4
SA
29972014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2998
2999 * gdb.base/vla-ptr.c: New file.
3000 * gdb.base/vla-ptr.exp: New file.
3001
1a237e0e
SA
30022014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3003
3004 * gdb.base/vla-multi.c: New file.
3005 * gdb.base/vla-multi.exp: New file.
3006
504f3432
SA
30072014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3008
3009 * gdb.dwarf2/count.exp: New file.
3010
3bce8237
SA
30112014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3012
191a8a90
JB
3013 * gdb.base/vla-sideeffect.c: New file.
3014 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 3015
322f9c21
YQ
30162014-04-11 Yao Qi <yao@codesourcery.com>
3017
3018 * gdb.base/completion.exp: Check file exists before running tests
3019 on file completion.
3020
d708bcd1
PA
30212014-04-10 Pedro Alves <palves@redhat.com>
3022
3023 * gdb.base/cond-eval-mode.c: New file.
3024 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
3025 prepare_for_testing to build the new file. Check result of
3026 runto_main.
3027 (test_break, test_watch): New procedures.
3028 (top level): Use them.
3029
ae1d2761
PM
30302014-04-08 Pierre Muller <muller@sourceware.org>
3031
3032 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
3033 Ctrl-V use for mingw hosts.
3034
7af389b8
SC
30352014-04-07 Siva Chandra Reddy <sivachandra@google.com>
3036
3037 * gdb.python/py-value.c: Improve test case.
3038 * gdb.python/py-value.exp: Add new test.
3039
5e703181
DE
30402014-04-07 David Blaikie <dblaikie@gmail.com>
3041
3042 * lib/compiler.c: Identify the clang compiler.
3043 * lib/compiler.cc: Ditto.
3044
9810b410
YQ
30452014-04-03 Yao Qi <yao@codesourcery.com>
3046
3047 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
3048
98d1b8dc
AB
30492014-04-01 Anton Blanchard <anton@samba.org>
3050
3051 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
3052 messages unique.
3053
3114cea1
AB
30542014-04-01 Anton Blanchard <anton@samba.org>
3055
3056 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
3057 prepare_for_testing.
3058
62f7182c
AB
30592014-04-01 Anton Blanchard <anton@samba.org>
3060
3061 * gdb.arch/ppc64-atomic-inst.c: Remove.
3062 * gdb.arch/ppc64-atomic-inst.S: New file.
3063 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
3064
770e7fc7
DE
30652014-03-31 Doug Evans <dje@google.com>
3066
3067 * gdb.base/print-symbol-loading-lib.c: New file.
3068 * gdb.base/print-symbol-loading-main.c: New file.
3069 * gdb.base/print-symbol-loading.exp: New file.
3070
46e2bafa
YQ
30712014-03-31 Yao Qi <yao@codesourcery.com>
3072
3073 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
3074
8776cfe9
JB
30752014-03-28 Joel Brobecker <brobecker@adacore.com>
3076
3077 * gdb.ada/mi_dyn_arr: New testcase.
3078
5d1ef361
DE
30792014-03-27 Doug Evans <dje@google.com>
3080
3081 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
3082
b5bee914
YQ
30832014-03-27 Yao Qi <yao@codesourcery.com>
3084
3085 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
3086 if target is nios2-*-*.
3087
0d4d0e77
YQ
30882014-03-26 Yao Qi <yao@codesourcery.com>
3089
3090 * lib/gdb.exp (readline_is_used): New proc.
3091 * gdb.base/completion.exp: Move tests on command complete up.
3092 Skip the rest of tests if readline is not used.
3093 * gdb.ada/complete.exp: Skp the test if readline is not
3094 used.
3095 * gdb.base/filesym.exp: Likewise.
3096 * gdb.base/macscp.exp: Likewise.
3097 * gdb.base/readline-ask.exp: Likewise.
3098 * gdb.base/readline.exp: Likewise.
3099 * gdb.python/py-cmd.exp: Likewise.
3100 * gdb.trace/tfile.exp: Likewise.
3101
29361eee
YQ
31022014-03-26 Yao Qi <yao@codesourcery.com>
3103
3104 * gdb.base/macscp.exp: Fix code format issues.
3105
bc9a5525
UW
31062014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
3107
3108 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
3109 * gdb.asm/powerpc64le.inc: New file.
3110
d3839ede
PA
31112014-03-25 Pedro Alves <palves@redhat.com>
3112 Doug Evans <dje@google.com>
3113
3114 * gdb.base/source-execution.c: New file.
3115 * gdb.base/source-execution.exp: New file.
3116 * gdb.base/source-execution.gdb: New file.
3117
01672a57
DE
31182014-03-24 Doug Evans <dje@google.com>
3119
3120 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
3121 using fission.
3122
88bbeca9
HZ
31232014-03-24 Hui Zhu <hui@codesourcery.com>
3124 Pedro Alves <palves@redhat.com>
3125
3126 PR breakpoints/16101
3127 * gdb.base/dprintf.exp: Use unsupported rather than changing the
3128 test pass/fail messages. Detect missing support for dprintf when
3129 breakpoints are actually inserted.
3130 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
3131 breakpoints are actually inserted.
3132 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
3133 fails.
3134
d2348791
JK
31352014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3136
3137 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
3138
feef67ab
DE
31392014-03-22 Doug Evans <xdje42@gmail.com>
3140
3141 * gdb.python/python.exp (python not supported): Verify multi-line
3142 python command issues an error.
25d743f9 3143 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 3144 guile command issues an error.
feef67ab 3145
ecebef6a
MR
31462014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
3147
3148 * gdb.threads/thread-specific.exp: Handle the lack of usable
3149 $this_breakpoint and $this_thread.
3150
ccdd1909
HZ
31512014-03-21 Hui Zhu <hui@codesourcery.com>
3152
3153 * gdb.base/attach.exp (do_command_attach_tests): New.
3154
beb460e8
PA
31552014-03-20 Tom Tromey <tromey@redhat.com>
3156 Pedro Alves <palves@redhat.com>
3157
3158 PR cli/15718
3159 * gdb.base/condbreak-call-false.c: New file.
3160 * gdb.base/condbreak-call-false.exp: New file.
3161
40acf43a
PA
31622014-03-20 Pedro Alves <palves@redhat.com>
3163
3164 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
3165 Delete.
3166 (block_signals, unblock_signals): Delete.
3167 (child_function_2, main): Remove references to deleted variable
3168 and functions.
3169
9f5e1e02
PA
31702014-03-20 Pedro Alves <palves@redhat.com>
3171
3172 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
3173 Use pthread_kill to signal thread 2.
3174 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3175 Adjust to make the test send itself a signal rather than using the
3176 host's "kill" command.
3177
99619bea
PA
31782014-03-20 Pedro Alves <palves@redhat.com>
3179
3180 * gdb.threads/multiple-step-overs.c: New file.
3181 * gdb.threads/multiple-step-overs.exp: New file.
3182 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3183 Adjust expected infrun debug output.
3184
2adfaa28
PA
31852014-03-20 Pedro Alves <palves@redhat.com>
3186
3187 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
3188 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
3189
31e77af2
PA
31902014-03-20 Pedro Alves <palves@redhat.com>
3191
3192 PR breakpoints/7143
3193 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
3194 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
3195 of gdb_test_multiple.
3196 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
3197 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
3198
b9f437de
PA
31992014-03-20 Pedro Alves <palves@redhat.com>
3200
3201 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
3202 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
3203
05adc73e
PA
32042014-03-19 Pedro Alves <palves@redhat.com>
3205
3206 * gdb.base/async.exp: Remove early return.
3207
6048b950
PA
32082014-03-19 Pedro Alves <palves@redhat.com>
3209
3210 * gdb.base/async.exp (step& tests): Pass explicit test messages.
3211
8bcfb00a
PA
32122014-03-19 Pedro Alves <palves@redhat.com>
3213
3214 * gdb.base/async.exp (test_background): Expect \r\n after
3215 "completed." in the fail pattern.
3216
884e37dc
PA
32172014-03-19 Pedro Alves <palves@redhat.com>
3218
3219 * gdb.base/async.exp (test_background): New procedure.
3220 Use it for all background execution command tests.
3221
148e57e2
PA
32222014-03-19 Pedro Alves <palves@redhat.com>
3223
3224 * gdb.base/async.exp: Use prepare_for_testing.
3225
f48088c7
PA
32262014-03-19 Pedro Alves <palves@redhat.com>
3227
3228 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
3229 the same line.
3230
e2f6c966
PA
32312014-03-19 Pedro Alves <palves@redhat.com>
3232
3233 * gdb.base/async.c (main): Add "jump here" and "until here" line
3234 marker comments.
3235 * gdb.base/async.exp (jump_here): New global.
3236 (jump& test): Use it.
3237 (until_here): New global.
3238 (until& test): Use it.
3239
c30568d4
PA
32402014-03-19 Pedro Alves <palves@redhat.com>
3241
3242 * gdb.base/async.exp: Don't frob gdb_protocol.
3243
0172b6a7
DE
32442014-03-18 Doug Evans <xdje42@gmail.com>
3245
3246 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
3247 Fix spelling of exec-done-display.
3248
06c868a8
JK
32492014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3250
3251 PR gdb/15358
3252 * gdb.base/gdb-sigterm.c: New file.
3253 * gdb.base/gdb-sigterm.exp: New file.
3254
0c7e1a46
PA
32552014-03-18 Pedro Alves <palves@redhat.com>
3256
3257 PR gdb/13860
3258 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
3259 * lib/mi-support.exp (mi_expect_stop): Add special handling for
3260 solib-event.
3261
f7c77d93
JB
32622014-03-17 Joel Brobecker <brobecker@adacore.com>
3263
3264 * gdb.ada/pckd_arr_ren: New testcase.
3265
5a1e8c7a
DE
32662014-03-13 Doug Evans <xdje42@gmail.com>
3267
3268 PR guile/16612
3269 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
3270 collect after discarding symbols.
3271
350e1a76
DE
32722014-03-13 Ludovic Courtès <ludo@gnu.org>
3273 Doug Evans <xdje42@gmail.com>
3274
3275 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
3276 to history survives a gc.
3277
a69900ae
PA
32782014-03-13 Pedro Alves <palves@redhat.com>
3279
3280 * gdb.base/default.exp: Don't test "target procfs".
3281
5db9f0bd
PA
32822014-03-13 Pedro Alves <palves@redhat.com>
3283
3284 * gdb.base/default.exp: Update "target child" and "target procfs"
3285 tests to not expect "Unix".
3286
b3ccfe11
TT
32872014-03-12 Tom Tromey <tromey@redhat.com>
3288
3289 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
3290 New procs. Add target-async tests.
3291 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
3292 Add target-async tests.
3293
646f4417
AA
32942014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3295
3296 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
3297 'func_start' and 'func_end' for the beginning and end of the
3298 function code, respectively.
3299 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
3300 'func_end' instead of 'func' and 'main'.
3301
288c211f
AA
33022014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3303
3304 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
3305 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
3306 generate the debug info assembler source.
3307
e0c0f156
AA
33082014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3309
3310 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
3311 * gdb.dwarf2/arr-subrange.exp: Likewise.
3312 * gdb.dwarf2/dwz.exp: Likewise.
3313 * gdb.dwarf2/method-ptr.exp: Likewise.
3314 * gdb.dwarf2/missing-sig-type.exp: Likewise.
3315 * gdb.dwarf2/subrange.exp: Likewise.
3316 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
3317 * gdb.dwarf2/implptrpiece.exp: Likewise.
3318 * gdb.dwarf2/nostaticblock.exp: Likewise.
3319
0e5c4555
AA
33202014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3321
3322 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
3323 directory to absolute path name arguments.
3324
5ec18f2b
JG
33252014-03-10 Joel Brobecker <brobecker@adacore.com>
3326
3327 * gdb.ada/tagged_access: New testcase.
3328
847fc4f2
MM
33292014-03-07 Markus Metzger <markus.t.metzger@intel.com>
3330
3331 * gdb.btrace/data.exp: Update expected output.
3332
cc3da688
YQ
33332014-03-06 Yao Qi <yao@codesourcery.com>
3334
3335 * gdb.trace/pr16508.exp: New file.
3336
0f26cec1
PA
33372014-03-05 Pedro Alves <palves@redhat.com>
3338
3339 PR gdb/16575
3340 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
3341 procedure.
3342 (top level): Adjust to use it. Add tests that exercise breakpoint
3343 interaction with the code-cache.
3344
7a5a839f
LC
33452014-02-26 Ludovic Courtès <ludo@gnu.org>
3346
3347 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
3348 test for 'history-append!'.
3349
31aa7e4e
JB
33502014-02-26 Joel Brobecker <brobecker@adacore.com>
3351
3352 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
3353 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
3354 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
3355 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
3356 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
3357 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
3358
1b588015
JB
33592014-02-26 Joel Brobecker <brobecker@adacore.com>
3360
3361 * testsuite/gdb.python/py-pp-re-notag.c: New file.
3362 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
3363 * testsuite/gdb.python/py-pp-re-notag.p: New file.
3364
55426c9d
JB
33652014-02-26 Joel Brobecker <brobecker@adacore.com>
3366
3367 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
3368
dc53a7ad
JB
33692014-02-26 Joel Brobecker <brobecker@adacore.com>
3370
3371 * gdb.dwarf2/arr-stride.c: New file.
3372 * gdb.dwarf2/arr-stride.exp: New file.
3373
12ab52e9
PA
33742014-02-26 Pedro Alves <palves@redhat.com>
3375
3376 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
3377 that won't ever trigger. Make sure that GDB reports the correct
3378 breakpoint that caused the stop.
3379
849c862e
JK
33802014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3381
3382 PR gdb/16626
3383 * gdb.base/auto-load-script: New file.
3384 * gdb.base/auto-load.c: New file.
3385 * gdb.base/auto-load.exp: New file.
3386
71b7d793
JK
3387 PR gdb/16626
3388 * gdb.base/auto-load.exp: Fix out-of-srctree run.
3389
e2f0d509
JK
33902014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3391
3392 Fix dw2-icycle.exp -fsanitize=address GDB crash.
3393 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
3394
50cc37c8
DE
33952014-02-24 Doug Evans <dje@google.com>
3396
3397 * lib/gdb.exp (run_on_host): Log error output if program fails.
3398
ea4758f2
PA
33992014-02-21 Pedro Alves <palves@redhat.com>
3400
3401 * gdb.threads/step-after-sr-lock.c: Rename to ...
3402 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
3403 * gdb.threads/step-after-sr-lock.exp: Rename to ...
3404 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3405 ... this.
3406
d7b30f67
SDJ
34072014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
3408
3409 PR tdep/16397
3410 * gdb.arch/amd64-stap-special-operands.exp: New file.
3411 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
3412 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
3413 * gdb.arch/amd64-stap-triplet.S: Likewise.
3414 * gdb.arch/amd64-stap-triplet.c: Likewise.
3415
83deb43f
JB
34162014-02-20 Joel Brobecker <brobecker@adacore.com>
3417
3418 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
3419 in .section pseudo-op.
3420
adde2bff
DE
34212014-02-20 lin zuojian <manjian2006@gmail.com>
3422 Joel Brobecker <brobecker@adacore.com>
3423 Doug Evans <xdje42@gmail.com>
3424
3425 PR symtab/16581
3426 * gdb.dwarf2/dw2-icycle.S: New file.
3427 * gdb.dwarf2/dw2-icycle.c: New file.
3428 * gdb.dwarf2/dw2-icycle.exp: New file.
3429
f7bd0f78
SC
34302014-02-19 Siva Chandra Reddy <sivachandra@google.com>
3431
3432 * gdb.python/py-value-cc.cc: Improve test case to enable testing
3433 operations on gdb.Value objects.
3434 * gdb.python/py-value-cc.exp: Add new test to test operations on
3435 gdb.Value objects.
3436
c17ef0d5
DE
34372014-02-18 Doug Evans <dje@google.com>
3438
3439 * Makefile.in (TESTS): New variable.
3440 (expanded_tests, expanded_tests_or_none): New variables
3441 (check-single): Pass $(expanded_tests_or_none) to runtest.
3442 (check-parallel): Only run tests in $(TESTS) if non-empty.
3443 (check/no-matching-tests-found): New rule.
3444 * README: Document TESTS makefile variable.
3445
5dd3176f
DE
34462014-02-18 Doug Evans <dje@google.com>
3447
3448 * Makefile.in (check-parallel): rm -rf outputs temp.
3449
0b10be4f
JK
34502014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3451
3452 Fix "ERROR: no fileid for" in the testsuite.
3453 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
3454
85f224e7
DE
34552014-02-12 Doug Evans <dje@google.com>
3456
3457 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
3458 (MISCELLANEOUS): New variable.
3459 (clean): rm -rf $(MISCELLANEOUS).
3460 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
3461 dwp live in the same directory as symlinks, with each symlink pointed
3462 to a differently named file in a different directory.
3463
149b30ff
DE
34642014-02-11 Doug Evans <dje@google.com>
3465
3466 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
3467 of Tcl file commands.
3468
1dfdac32
MK
34692014-02-10 Mark Kettenis <kettenis@gnu.org>
3470
3471 * gdb.threads/step-after-sr-lock.exp: Avoid executing
3472 "kill -SIGUSR1 -1".
3473
aa4fb036
JB
34742014-02-10 Joel Brobecker <brobecker@adacore.com>
3475
3476 * gdb.ada/tick_length_array_enum_idx: New testcase.
3477
ed3ef339
DE
34782014-02-10 Doug Evans <xdje42@gmail.com>
3479
3480 * configure.ac (AC_OUTPUT): Add gdb.guile.
3481 * configure: Regenerate.
3482 * lib/gdb-guile.exp: New file.
3483 * lib/gdb.exp (get_target_charset): New function.
3484 * gdb.base/help.exp: Update expected output from "apropos apropos".
3485 * gdb.guile/Makefile.in: New file.
3486 * gdb.guile/guile.exp: New file.
3487 * gdb.guile/scm-arch.c: New file.
3488 * gdb.guile/scm-arch.exp: New file.
3489 * gdb.guile/scm-block.c: New file.
3490 * gdb.guile/scm-block.exp: New file.
3491 * gdb.guile/scm-breakpoint.c: New file.
3492 * gdb.guile/scm-breakpoint.exp: New file.
3493 * gdb.guile/scm-disasm.c: New file.
3494 * gdb.guile/scm-disasm.exp: New file.
3495 * gdb.guile/scm-equal.c: New file.
3496 * gdb.guile/scm-equal.exp: New file.
3497 * gdb.guile/scm-error.exp: New file.
3498 * gdb.guile/scm-error.scm: New file.
3499 * gdb.guile/scm-frame-args.c: New file.
3500 * gdb.guile/scm-frame-args.exp: New file.
3501 * gdb.guile/scm-frame-args.scm: New file.
3502 * gdb.guile/scm-frame-inline.c: New file.
3503 * gdb.guile/scm-frame-inline.exp: New file.
3504 * gdb.guile/scm-frame.c: New file.
3505 * gdb.guile/scm-frame.exp: New file.
3506 * gdb.guile/scm-generics.exp: New file.
3507 * gdb.guile/scm-gsmob.exp: New file.
3508 * gdb.guile/scm-iterator.c: New file.
3509 * gdb.guile/scm-iterator.exp: New file.
3510 * gdb.guile/scm-math.c: New file.
3511 * gdb.guile/scm-math.exp: New file.
3512 * gdb.guile/scm-objfile-script-gdb.in: New file.
3513 * gdb.guile/scm-objfile-script.c: New file.
3514 * gdb.guile/scm-objfile-script.exp: New file.
3515 * gdb.guile/scm-objfile.c: New file.
3516 * gdb.guile/scm-objfile.exp: New file.
3517 * gdb.guile/scm-ports.exp: New file.
3518 * gdb.guile/scm-pretty-print.c: New file.
3519 * gdb.guile/scm-pretty-print.exp: New file.
3520 * gdb.guile/scm-pretty-print.scm: New file.
3521 * gdb.guile/scm-section-script.c: New file.
3522 * gdb.guile/scm-section-script.exp: New file.
3523 * gdb.guile/scm-section-script.scm: New file.
3524 * gdb.guile/scm-symbol.c: New file.
3525 * gdb.guile/scm-symbol.exp: New file.
3526 * gdb.guile/scm-symtab-2.c: New file.
3527 * gdb.guile/scm-symtab.c: New file.
3528 * gdb.guile/scm-symtab.exp: New file.
3529 * gdb.guile/scm-type.c: New file.
3530 * gdb.guile/scm-type.exp: New file.
3531 * gdb.guile/scm-value-cc.cc: New file.
3532 * gdb.guile/scm-value-cc.exp: New file.
3533 * gdb.guile/scm-value.c: New file.
3534 * gdb.guile/scm-value.exp: New file.
3535 * gdb.guile/source2.scm: New file.
3536 * gdb.guile/types-module.cc: New file.
3537 * gdb.guile/types-module.exp: New file.
3538
7026a7c1
YQ
35392014-02-10 Yao Qi <yao@codesourcery.com>
3540
3541 PR testsuite/16543
3542 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
3543 * configure: Regenerated.
3544 * Makefile.in: New file.
3545
6c466447
AS
35462014-02-08 Andreas Schwab <schwab@linux-m68k.org>
3547
3548 * gdb.python/py-framefilter.exp: Fix typo.
3549
6e854735
YQ
35502014-02-08 Yao Qi <yao@codesourcery.com>
3551
3552 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
3553 that no =breakpoint-modified is emitted when breakpoints are
3554 modified through MI commands.
3555
d137e6dc
PA
35562014-02-07 Pedro Alves <pedro@codesourcery.com>
3557 Pedro Alves <palves@redhat.com>
3558
3559 * gdb.threads/step-after-sr-lock.c: New file.
3560 * gdb.threads/step-after-sr-lock.exp: New file.
3561
b5ee5a50
PA
35622014-02-07 Pedro Alves <palves@redhat.com>
3563
3564 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
3565
3c77faf3
JK
35662014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3567
3568 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
3569 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
3570
6dddc817
DE
35712014-02-06 Doug Evans <xdje42@gmail.com>
3572
3573 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
3574 output.
3575
3576 * gdb.gdb/python-interrupts.exp: New file.
3577
de7b2893
YQ
35782014-02-05 Yao Qi <yao@codesourcery.com>
3579
3580 * gdb.trace/report.exp (use_collected_data): Test the output
3581 of "info threads" and "info inferiors".
3582
66d032ac
YQ
35832014-02-05 Yao Qi <yao@codesourcery.com>
3584
3585 Revert this patch:
3586
3587 2013-05-24 Yao Qi <yao@codesourcery.com>
3588
3589 * gdb.trace/tfile.exp: Test inferior and thread.
3590
591a12a1
UW
35912014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3592
3593 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
3594 on a function.
3595 * gdb.base/step-bt.c: Call hello via function pointer to make
3596 sure its first instruction is executed on powerpc64le-linux.
3597
0ff3e01f
UW
35982014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3599
3600 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
3601
084ee545
UW
36022014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3603
3604 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
3605 of the test patterns for use on little-endian systems.
3606
6ed14ff3
UW
36072014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3608
3609 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
3610 (decimal_vector): Fix for little-endian.
3611
401e27fd
JM
36122014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
3613
3614 * gdb.arch/sparc-sysstep.exp: New file.
3615 * gdb.arch/sparc-sysstep.c: Likewise.
3616
3617 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
3618
8b924729
EBM
36192014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3620
3621 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
3622
fb151210
JB
36232014-01-23 Tom Tromey <tromey@redhat.com>
3624
3625 * gdb.ada/array_char_idx: New testcase.
3626
0740f8d8
TT
36272014-01-23 Tom Tromey <tromey@redhat.com>
3628
3629 PR python/16487:
3630 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
3631 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
3632 classes.
3633
21909fa1
TT
36342014-01-23 Tom Tromey <tromey@redhat.com>
3635
3636 PR python/16491:
3637 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
3638 string from an inferior frame.
3639 * gdb.python/py-framefilter-mi.exp: Update.
3640
87ce2a04
DE
36412014-01-22 Doug Evans <dje@google.com>
3642
3643 * gdb.server/server-mon.exp: Add tests for "set debug-format".
3644
237b092b
AA
36452014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3646
3647 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
3648
d674a709
AA
36492014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3650
3651 * gdb.trace/entry-values.exp: Remove excess space character from
3652 regex patterns. Handle s390 call instruction.
3653
20fa3390
AA
36542014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3655
3656 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
3657 define "*_start" label. Make "name" static.
3658 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
3659 ${name} by references to ${name}_start.
3660
78466714
AA
36612014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3662
3663 * gdb.base/info-macros.exp: Remove "debug" from the compile
3664 options.
3665
ec9f644a
IB
36662014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3667
3668 * gdb.dlang/demangle.exp: New file.
3669
94b1b47e
IB
36702014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3671
3672 * gdb.dlang/primitive-types.exp: New file.
3673
7f420862
IB
36742014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3675
3676 * configure.ac: Create gdb.dlang/Makefile.
3677 * configure: Regenerate.
3678 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
3679 * gdb.dlang/Makefile.in: New file.
3680 * lib/d-support.exp: New file.
3681 * lib/gdb.exp (skip_d_tests): New proc.
3682
52834460
MM
36832014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3684
3685 * gdb.btrace/delta.exp: Check reverse stepi.
3686 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
3687 * gdb.btrace/finish.exp: New.
3688 * gdb.btrace/next.exp: New.
3689 * gdb.btrace/nexti.exp: New.
3690 * gdb.btrace/record_goto.c: Add comments.
3691 * gdb.btrace/step.exp: New.
3692 * gdb.btrace/stepi.exp: New.
3693 * gdb.btrace/multi-thread-step.c: New.
3694 * gdb.btrace/multi-thread-step.exp: New.
3695 * gdb.btrace/rn-dl-bind.c: New.
3696 * gdb.btrace/rn-dl-bind.exp: New.
3697 * gdb.btrace/data.c: New.
3698 * gdb.btrace/data.exp: New.
3699 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3700
6e07b1d2
MM
37012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3702
3703 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
3704 * gdb.btrace/exception.exp: Update.
3705 * gdb.btrace/instruction_history.exp: Update.
3706 * gdb.btrace/record_goto.exp: Update.
3707 * gdb.btrace/tailcall.exp: Update.
3708 * gdb.btrace/unknown_functions.exp: Update.
3709 * gdb.btrace/delta.exp: New.
3710
0b722aec
MM
37112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3712
3713 * gdb.btrace/record_goto.exp: Add backtrace test.
3714 * gdb.btrace/tailcall.exp: Add backtrace test.
3715
066ce621
MM
37162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3717
3718 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
3719 * gdb.btrace/record_goto.c: New.
3720 * gdb.btrace/record_goto.exp: New.
3721 * gdb.btrace/x86-record_goto.S: New.
3722
0688d04e
MM
37232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3724
3725 * gdb.btrace/function_call_history.exp: Update tests.
3726 * gdb.btrace/instruction_history.exp: Update tests.
3727
8710b709
MM
37282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3729
3730 * gdb.btrace/function_call_history.exp: Fix expected field
3731 order for "record function-call-history".
3732 Add new tests for "record function-call-history /c".
3733 * gdb.btrace/exception.cc: New.
3734 * gdb.btrace/exception.exp: New.
3735 * gdb.btrace/tailcall.exp: New.
3736 * gdb.btrace/x86-tailcall.S: New.
3737 * gdb.btrace/x86-tailcall.c: New.
3738 * gdb.btrace/unknown_functions.c: New.
3739 * gdb.btrace/unknown_functions.exp: New.
3740 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3741
5de9129b
MM
37422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3743
3744 * gdb.btrace/instruction_history.exp: Update.
3745 * gdb.btrace/function_call_history.exp: Update.
3746
23a7fe75
MM
37472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3748
3749 * gdb.btrace/function_call_history.exp: Fix expected function
3750 trace.
3751 * gdb.btrace/instruction_history.exp: Initialize traced.
3752 Remove traced_functions.
3753
724c7dd8
MM
37542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3755
3756 * gdb.btrace/function_call_history.exp: Update
3757 * gdb.btrace/instruction_history.exp: Update.
3758
6d78d93b
MM
37592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3760
3761 * gdb.btrace/enable.exp: Update expected text.
3762
93a360cc
OJ
37632014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
3764
3765 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
3766 bytes.
3767
3772b53f
MR
37682014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
3769
3770 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
3771
596662fa
OJ
37722014-01-15 Omair Javaid <omair.javaid@linaro.org>
3773
3774 * lib/gdb.exp (supports_process_record): Return true for
3775 arm*-linux*. (supports_reverse): Likewise.
3776
b5b08fb4
SC
37772014-01-13 Siva Chandra Reddy <sivachandra@google.com>
3778
3779 PR python/15464
3780 PR python/16113
3781 * gdb.python/py-type.c: Enhance test case.
3782 * gdb.python/py-value-cc.cc: Likewise
3783 * gdb.python/py-type.exp: Add new tests.
3784 * gdb.python/py-value-cc.exp: Likewise
3785
52d7fb13
AA
37862014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3787 Pedro Alves <palves@redhat.com>
3788
3789 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
3790 Make "name" extern.
3791 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
3792 references to ${name}_start by references to ${name}.
3793
a2cd8cfe
JB
37942014-01-10 Joel Brobecker <brobecker@adacore.com>
3795
3796 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
3797
4e23fced
JB
37982014-01-10 Joel Brobecker <brobecker@adacore.com>
3799
3800 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
3801
c6a9e42c
PA
38022014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
3803 Pedro Alves <palves@redhat.com>
3804
3805 * gdb.mi/mi-info-os.exp: Connect to the target with
3806 mi_gdb_target_load.
3807
b7ea362b
PA
38082014-01-08 Pedro Alves <palves@redhat.com>
3809
3810 * gdb.threads/reconnect-signal.c: New file.
3811 * gdb.threads/reconnect-signal.exp: New file.
3812
5e3f4fab
EBM
38132014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3814
3815 * gdb.base/source-dir.exp: New file.
3816
79301218
JB
38172014-01-07 Joel Brobecker <brobecker@adacore.com>
3818
3819 * gdb.ada/mi_interface: New testcase.
3820
8e355c5d
JB
38212014-01-07 Joel Brobecker <brobecker@adacore.com>
3822
3823 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
3824 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
3825 gdb.ada/pp-rec-component/pck.ads: New files.
3826
c0d48811
JB
38272014-01-07 Joel Brobecker <brobecker@adacore.com>
3828
3829 * gdb.python/py-pp-integral.c: New file.
3830 * gdb.python/py-pp-integral.py: New file.
3831 * gdb.python/py-pp-integral.exp: New file.
3832
17b609c3 3833For older changes see ChangeLog-1993-2013.
c906108c 3834\f
8d8cb839
EZ
3835;; Local Variables:
3836;; mode: change-log
3837;; left-margin: 8
3838;; fill-column: 74
3839;; version-control: never
3840;; End:
902f2ccb 3841
32d0add0 3842 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
3843 Copying and distribution of this file, with or without modification,
3844 are permitted provided the copyright notice and this notice are preserved.