Epilogue unwinder for PowerPC.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
d221e7ef
DB
12015-01-15 Don Breazeal <donb@codesourcery.com>
2
3 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
4 instead of checking whether the target board is remote and
5 use spawn_wait_for_attach instead of exec/sleep.
6 * gdb.base/attach-twice.exp: Likewise.
7
bafffb51
JB
82015-01-15 Joel Brobecker <brobecker@adacore.com>
9
10 * gdb.ada/var_arr_attrs: New testcase.
11
5589af0e
PA
122015-01-14 Pedro Alves <palves@redhat.com>
13 Joel Brobecker <brobecker@adacore.com>
14
15 PR gdb/17525
16 * gdb.base/bp-cmds-execution-x-script.c: New file.
17 * gdb.base/bp-cmds-execution-x-script.exp: New file.
18 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
19
6c400b59
PA
202015-01-14 Pedro Alves <palves@redhat.com>
21
22 PR cli/17828
23 * gdb.base/batch-preserve-term-settings.c: New file.
24 * gdb.base/batch-preserve-term-settings.exp: New file.
25
e02c96a7
DE
262015-01-13 Doug Evans <dje@google.com>
27
28 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
29 binary.
30
576fd14c
JB
312015-01-13 Joel Brobecker <brobecker@adacore.com>
32
33 * Makefile.in (clean mostlyclean): Do not delete *.py.
34
04dccad0
JB
352015-01-13 Joel Brobecker <brobecker@adacore.com>
36
37 * gdb.python/py-lookup-type.exp: New file.
38
3d230f71
PA
392015-01-12 Pedro Alves <palves@redhat.com>
40
41 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
42 restore GDBFLAGS before returning.
43
7e67715d
JK
442015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
45
46 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
47 is_amd64_regs_target and is_x86_like_target.
48
f2e0d4b4
DE
492015-01-11 Doug Evans <xdje42@gmail.com>
50
51 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
52 is given without an explicit form.
53 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
54 attributes.
55 * gdb.dwarf/corrupt.exp: Ditto.
56 * gdb.dwarf2/enum-type.exp: Ditto.
57 * gdb.trace/entry-values.exp: Ditto.
58 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
59
439250fb
DE
602015-01-11 Doug Evans <xdje42@gmail.com>
61
62 PR gdb/15830
63 * gdb.base/maint.exp: Remove references to "maint demangle".
64 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
65 Add tests for explicitly specifying language to demangle.
66 * gdb.dlang/demangle.exp: Ditto.
67
ede9f622
PA
682015-01-09 Pedro Alves <palves@redhat.com>
69
70 * gdb.threads/non-stop-fair-events.c: New file.
71 * gdb.threads/non-stop-fair-events.exp: New file.
72
a7b796db
PA
732015-01-09 Pedro Alves <palves@redhat.com>
74
75 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
76 the global scope. Set a breakpoint after all threads are started
77 rather than stepping over two source lines. Expect the prompt.
78 * gdb.base/watch_thread_num.c (threads_started_barrier): New
79 global.
80 (NUM): Now 15.
81 (main): Use threads_started_barrier to wait for all threads to
82 start. Main thread no longer calls thread_function. Exit after
83 180 seconds.
84 (loop): New function.
85 (thread_function): Wait on threads_started_barrier barrier. Call
86 'loop' at each iteration.
87 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
88 threads have started, instead of hardcoding number of "next"
89 steps. Use an access watchpoint instead of a write watchpoint.
90
9665ffdd
PA
912015-01-09 Pedro Alves <palves@redhat.com>
92
93 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
94 (thread_func): Wait on barrier.
95 (main): Wait for all threads to start before stopping GDB.
96 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
97 global.
98 (thread1_func, thread2_func): Wait on barrier.
99 (main): Wait for all threads to start before stopping GDB.
100 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
101 New global.
102 (thread1_func, thread2_func): Wait on barrier.
103 (main): Wait for all threads to start before stopping GDB.
104
c945a99f
PA
1052015-01-09 Pedro Alves <palves@redhat.com>
106
107 * gdb.threads/attach-many-short-lived-threads.c: New file.
108 * gdb.threads/attach-many-short-lived-threads.exp: New file.
109
c1a747c1
PA
1102014-01-09 Pedro Alves <palves@redhat.com>
111
112 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
113 instead of to thread 2.
114 * gdb.threads/signal-command-multiple-signals-pending.c (main):
115 Add barrier around each pthread_create call instead of around all
116 calls.
117 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
118 Set a break on thread_function and have the child threads hit it
119 one at at a time.
120
60b3033e
PA
1212015-01-09 Pedro Alves <palves@redhat.com>
122
123 * lib/gdb.exp (can_spawn_for_attach): New procedure.
124 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
125 false.
126 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
127 checking whether the target board is remote.
128 * gdb.multi/multi-attach.exp: Likewise.
129 * gdb.python/py-sync-interp.exp: Likewise.
130 * gdb.server/ext-attach.exp: Likewise.
131 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
132 tests that need to attach, instead of checking whether the target
133 board is remote at the top of the file.
134
acc018ac
YQ
1352015-01-08 Yao Qi <yao@codesourcery.com>
136
137 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
138
50a18af8
JK
1392015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
140
141 Fix testcase compilation.
142 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
143
8503d6e1
JB
1442015-01-06 Joel Brobecker <brobecker@adacore.com>
145
146 * gdb.python/py-type.exp: Add a couple test about empty
147 array creation, and negative-length array creation.
148
cc73dbcc
DE
1492015-01-02 Doug Evans <xdje42@gmail.com>
150
151 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
152
0300bbc7
DE
1532015-01-02 Doug Evans <dje@google.com>
154
155 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
156
9d85a0ec
YQ
1572014-12-29 Yao Qi <yao@codesourcery.com>
158
159 * gdb.trace/entry-values.exp: Update comments. Rename variable
160 bar_call_foo to returned_from_foo.
161
87186c6a
MMN
1622014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
163
164 PR gdb/17394
165 * gdb.linespec/break-asm-file.c: New file.
166 * gdb.linespec/break-asm-file.exp: New file.
167 * gdb.linespec/break-asm-file0.s: New file.
168 * gdb.linespec/break-asm-file1.s: New file.
169
1bab7383
YQ
1702014-12-18 Nigel Stephens <nigel@mips.com>
171 Maciej W. Rozycki <macro@codesourcery.com>
172
173 * gdb.base/float.exp: Handle the new output from "info float" on
174 MIPS targets.
175
1bc1068a
JK
1762014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
177
178 Fix MinGW compilation.
179 * gdb.compile/compile-ops.exp: Update untested message if
180 !skip_compile_feature_tests.
181 * gdb.compile/compile-setjmp.exp: Likewise.
182 * gdb.compile/compile-tls.exp: Likewise.
183 * gdb.compile/compile.exp: Likewise.
184 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
185 supported on this host".
186
b6615d10
DE
1872014-12-16 Doug Evans <xdje42@gmail.com>
188
189 * boards/stabs.exp: New file.
190
25dda427
AA
1912014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
192
193 * gdb.base/completion.exp: Adjust to format changes of "maint
194 print user-registers".
195
bf330350
CU
1962014-12-16 Catalin Udma <catalin.udma@freescale.com>
197
198 PR server/17457
199 * gdb.arch/aarch64-fp.c: New file.
200 * gdb.arch/aarch64-fp.exp: New file.
201
395cf596
SDJ
2022014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
203
204 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
205 r210637, r210913, r211666, r215400, r215817).
206
207 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
208 * dg-extract-results.py: New file.
209 * dg-extract-results.sh: Use it if the environment seems
210 suitable.
211
212 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
213
214 * dg-extract-results.py (parse_run): Handle warnings that
215 are printed before a test harness is run.
216
217 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
218
219 * dg-extract-results.py (Named): Remove __cmp__ method.
220 (output_variation): Use a key to sort variation.harnesses.
221
222 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
223
224 * dg-extract-results.py: For Python 3, force sys.stdout to
225 handle surrogate escape sequences.
226 (safe_open): New function.
227 (output_segment, main): Use it.
228
229 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
230
231 * dg-extract-results.py (Prog.result_re): Include options
232 in test name.
233
234 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
235
236 * dg-extract-results.py (output_variation): Always sort if
237 do_sum.
238
e882ef3c
SM
2392014-12-15 Simon Marchi <simon.marchi@ericsson.com>
240
241 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
242 as long as we get pagination notifications.
243
4992aa20
JM
2442014-12-15 Jason Merrill <jason@redhat.com>
245
246 * Makefile.in (check-gdb.%): Restore.
247 * README: Mention it.
248
c1b5a1a6
JB
2492014-12-13 Joel Brobecker <brobecker@adacore.com>
250
251 * gdb.ada/str_uninit: New testcase.
252
5537b577
JK
2532014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
254
255 PR symtab/17642
256 * gdb.base/vla-stub-define.c: New file.
257 * gdb.base/vla-stub.c: New file.
258 * gdb.base/vla-stub.exp: New file.
259
bb2ec1b3
TT
2602014-12-12 Phil Muldoon <pmuldoon@redhat.com>
261 Jan Kratochvil <jan.kratochvil@redhat.com>
262 Tom Tromey <tromey@redhat.com>
263
264 * configure.ac: Add gdb.compile/.
265 * configure: Regenerate.
266 * gdb.compile/Makefile.in: New file.
267 * gdb.compile/compile-ops.exp: New file.
268 * gdb.compile/compile-ops.c: New file.
269 * gdb.compile/compile-tls.c: New file.
270 * gdb.compile/compile-tls.exp: New file.
271 * gdb.compile/compile-constvar.S: New file.
272 * gdb.compile/compile-constvar.c: New file.
273 * gdb.compile/compile-mod.c: New file.
274 * gdb.compile/compile-nodebug.c: New file.
275 * gdb.compile/compile-setjmp-mod.c: New file.
276 * gdb.compile/compile-setjmp.c: New file.
277 * gdb.compile/compile-setjmp.exp: New file.
278 * gdb.compile/compile-shlib.c: New file.
279 * gdb.compile/compile.c: New file.
280 * gdb.compile/compile.exp: New file.
281 * lib/gdb.exp (skip_compile_feature_tests): New proc.
282
4ff709eb
TT
2832014-12-12 Tom Tromey <tromey@redhat.com>
284
285 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
286 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
287
6dddd6a5
DE
2882014-12-12 Doug Evans <dje@google.com>
289
290 * lib/gdb-python.exp (get_python_valueof): New function.
291 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
292
71c24708
AA
2932014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
294
295 * gdb.base/completion.exp: Add test for completion of "info
296 registers ".
297
3e29f34a
MR
2982014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
299
300 * gdb.base/func-ptrs.c: New file.
301 * gdb.base/func-ptrs.exp: New file.
302
fc126975
SM
3032014-12-10 Simon Marchi <simon.marchi@ericsson.com>
304
305 PR breakpoints/17012
306 * gdb.base/dprintf-detach.c: New file.
307 * gdb.base/dprintf-detach.exp: New file.
308
0a46d518
SM
3092014-12-10 Simon Marchi <simon.marchi@ericsson.com>
310
311 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
312 * lib/gdb.exp (target_is_gdbserver): New procedure.
313
a0be3e44
DE
3142014-12-08 Doug Evans <dje@google.com>
315
316 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
317
df1b803a
YQ
3182014-12-05 Yao Qi <yao@codesourcery.com>
319
320 * gdb.guile/scm-error.exp: Remove the third argument to
321 gdb_remote_download.
322 * gdb.guile/scm-frame-args.exp: Likewise.
323 * gdb.guile/scm-section-script.exp: Likewise.
324
ddb9f679
YQ
3252014-12-05 Yao Qi <yao@codesourcery.com>
326
327 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
328
86e4ed39
DE
3292014-12-04 Doug Evans <dje@google.com>
330
331 * gdb.python/py-objfile.exp: Add tests for
332 objfile.add_separate_debug_file.
333
7c50a931
DE
3342014-12-04 Doug Evans <dje@google.com>
335
336 * lib/gdb.exp (get_build_id): New function.
337 (build_id_debug_filename_get): Rewrite to use it.
338 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
339
621661e3
MR
3402014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
341
342 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
343 `method(long)', not just 0x0.
344 * gdb.cp/nsalias.exp: Align code labels to 4.
345 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
346 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
347 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
348 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
349 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
350 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
351
29f0c3b7
DE
3522014-12-02 Doug Evans <dje@google.com>
353
e1e061e7 354 PR symtab/17602
29f0c3b7 355 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 356 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
357 * gdb.cp/anon-ns.exp: Update.
358
162078c8
NB
3592014-12-02 Nick Bull <nicholaspbull@gmail.com>
360
361 * gdb.python/py-events.py (inferior_call_handler): New.
362 (register_changed_handler, memory_changed_handler): New.
363 (test_events.invoke): Register new handlers.
364 * gdb.python/py-events.exp: Add tests for inferior call,
365 memory_changed and register_changed events.
366
fdb09caf
AA
3672014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
368
369 * gdb.base/execl-update-breakpoints.exp: Specify the link address
370 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
371 if the linker doesn't understand this.
372
55cfb2c4
SM
3732014-12-01 Simon Marchi <simon.marchi@ericsson.com>
374
375 * gdb.python/python.exp: Change expected reply to help().
376
9e8cd6df
YQ
3772014-12-01 Yao Qi <yao@codesourcery.com>
378
379 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
380 AC_CONFIG_SUBDIRS(gdb.gdbtk).
381 * configure: Re-generated.
382
6c659fc2
SC
3832014-11-28 Siva Chandra Reddy <sivachandra@google.com>
384
385 * gdb.cp/chained-calls.cc: New file.
386 * gdb.cp/chained-calls.exp: New file.
387 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
388
d7fc3181
SM
3892014-11-28 Simon Marchi <simon.marchi@ericsson.com>
390
391 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
392 * gdb.dwarf2/symtab-producer.exp: Same.
393 * gdb.gdb/python-interrupts.exp: Same.
394 * gdb.gdb/python-selftest.exp: Same.
395 * gdb.python/py-linetable.exp: Same.
396 * gdb.python/py-type.exp: Same.
397 * gdb.python/py-value-cc.exp: Same.
398 * gdb.python/py-value.exp: Same.
399
10e79639
YQ
4002014-11-28 Yao Qi <yao@codesourcery.com>
401
402 * gdb.base/break-probes.exp: Match library name prefixed with
403 sysroot.
404
f28a0564
SM
4052014-11-27 Simon Marchi <simon.marchi@ericsson.com>
406
407 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
408 test expected output. Add parentheses for the call to print.
409 Remove L suffix from integers.
410
3fe1ce1d
DE
4112014-11-26 Doug Evans <dje@google.com>
412
413 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
414
84429e27
YQ
4152014-11-22 Yao Qi <yao@codesourcery.com>
416
417 * gdb.trace/entry-values.c: Remove asms.
418 (foo): Add foo_label.
419 (bar): Add bar_label.
420 * gdb.trace/entry-values.exp: Remove code computing foo's
421 length and bar's length.
422 (Dwarf::assemble): Invoke function_range for bar and use
423 MACRO_AT_func for foo.
424
26741859
YQ
4252014-11-22 Yao Qi <yao@codesourcery.com>
426
427 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
428 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
429 Use .Lgcc43_procstart instead of gcc43.
430
45e44d27
JB
4312014-11-21 Joel Brobecker <brobecker@adacore.com>
432
433 * gdb.ada/n_arr_bound: New testcase.
434
458c8db8
SDJ
4352014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
436
437 PR breakpoints/10737
438 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
439 test_catch_syscall_multi_arch.
440 (test_catch_syscall_multi_arch): New function.
441
43f3e411
DE
4422014-11-20 Doug Evans <xdje42@gmail.com>
443
444 * gdb.base/maint.exp: Update expected output.
445
0d7b2549
AA
4462014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
447
448 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
449 4-byte instruction on S390.
450
8908fca5
JB
4512014-11-19 Joel Brobecker <brobecker@adacore.com>
452
453 * gdb.ada/arr_arr: New testcase.
454
4a46959e
JB
4552014-11-19 Joel Brobecker <brobecker@adacore.com>
456
457 * gdb.ada/pkd_arr_elem: New Testcase.
458
470e2f4e
LM
4592014-11-18 Luis Machado <lgustavo@codesourcery.com>
460
461 * gdb.reverse/break-precsave: Expect completion message for
462 core file reads.
463 * gdb.reverse/consecutive-precsave.exp: Likewise.
464 * gdb.reverse/finish-precsave.exp: Likewise.
465 * gdb.reverse/i386-precsave.exp: Likewise.
466 * gdb.reverse/machinestate-precsave.exp: Likewise.
467 * gdb.reverse/sigall-precsave.exp: Likewise.
468 * gdb.reverse/solib-precsave.exp: Likewise.
469 * gdb.reverse/step-precsave.exp: Likewise.
470 * gdb.reverse/until-precsave.exp: Likewise.
471 * gdb.reverse/watch-precsave.exp: Likewise.
472
a267f3ad
AA
4732014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
474
475 * gdb.base/bp-permanent.c: Include unistd.h.
476 * gdb.python/py-framefilter-mi.c (main): Add return type.
477 * gdb.python/py-framefilter.c (main): Likewise.
478 * gdb.trace/actions-changed.c (main): Likewise.
479
12084a9a
AA
4802014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
481
482 * gdb.mi/until.c: Add eye-catchers.
483 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
484 line numbers.
485
dc7e1a77
AA
4862014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
487
488 * gdb.base/condbreak.exp: Drop references to removed non-prototype
489 function header variants in break1.c.
490 * gdb.base/ena-dis-br.exp: Likewise.
491 * gdb.base/hbreak2.exp: Likewise.
492 * gdb.reverse/until-precsave.exp: Drop references to removed
493 non-prototype function header variants in ur1.c.
494 * gdb.reverse/until-reverse.exp: Likewise.
495
41c77605
PM
4962014-11-17 Petr Machata <pmachata@redhat.com>
497
498 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
499 ${_cu_offset_size} bytes abbrev offset.
500
34248c3a
DE
5012014-11-15 Doug Evans <xdje42@gmail.com>
502
503 PR symtab/17559
504 * gdb.base/line-symtabs.exp: New file.
505 * gdb.base/line-symtabs.c: New file.
506 * gdb.base/line-symtabs.h: New file.
507
646da059
YQ
5082014-11-14 Yao Qi <yao@codesourcery.com>
509
510 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
511 (func): Add label func_label.
512 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
513 Replace low_pc and high_pc with MACRO_AT_range.
514 Replace name, low_pc and high_pc with MACRO_AT_func.
515
9301ebe6
YQ
5162014-11-14 Yao Qi <yao@codesourcery.com>
517
518 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
519 Replace name, low_pc and high_pc with MACRO_AT_func.
520
f166b542
YQ
5212014-11-14 Yao Qi <yao@codesourcery.com>
522
523 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
524 produce debug information.
525 * gdb.dwarf2/implptr-optimized-out.S: Removed.
526
0f6e71e3
YQ
5272014-11-14 Yao Qi <yao@codesourcery.com>
528
529 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
530 object and get function length.
531 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
532 with MACRO_AT_func.
533 (top-level): Replace gdb_compile and clean_restart with
534 prepare_for_testing.
535 * gdb.dwarf2/main.c (main): Add label main_label.
536
876c4df9
YQ
5372014-11-14 Yao Qi <yao@codesourcery.com>
538
539 * lib/dwarf.exp (function_range): New procedure.
540 (Dwarf::_handle_macro_at_func): New procedure.
541 (Dwarf::_handle_macro_at_range): New procedure.
542 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
543
02ad9cf1
YQ
5442014-11-14 Yao Qi <yao@codesourcery.com>
545
546 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
547 (_handle_attribute): New procedure.
548
a59add0c
AA
5492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
550
551 * gdb.ada/cond_lang/foo.c (callme): Add return type.
552 * gdb.base/call-sc.c (zed): Likewise.
553 * gdb.base/checkpoint.c (main): Likewise.
554 * gdb.base/dump.c (main): Likewise.
555 * gdb.base/gcore.c (main): Likewise.
556 * gdb.base/huge.c (main): Likewise.
557 * gdb.base/multi-forks.c (main): Likewise.
558 * gdb.base/pr10179-a.c (main): Likewise.
559 * gdb.base/savedregs.c (main): Likewise.
560 * gdb.base/sigaltstack.c (main): Likewise.
561 * gdb.base/siginfo.c (main): Likewise.
562 * gdb.base/structs.c (zed): Likewise.
563 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
564 * gdb.mi/mi-syn-frame.c (main): Likewise.
565 * gdb.mi/until.c (foo, main): Likewise.
566 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
567 * gdb.base/solib-weak.c (foo): Declare.
568 * gdb.base/attach-twice.c: Include stdio.h.
569 * gdb.base/weaklib1.c: Likewise.
570 * gdb.base/weaklib2.c: Likewise.
571 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
572 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
573 unistd.h.
574 * gdb.base/attach-pie-misread.c: Include stdlib.h.
575 * gdb.mi/mi-exit-code.c: Likewise.
576 * gdb.base/break-interp-lib.c: Include string.h.
577 * gdb.base/coremaker.c: Likewise.
578 * gdb.base/testenv.c: Likewise.
579 * gdb.python/py-finish-breakpoint.c: Likewise.
580 * gdb.base/inferior-died.c: Include sys/wait.h.
581 * gdb.base/fileio.c: Include time.h.
582 * gdb.base/async-shell.c: Include unistd.h.
583 * gdb.base/dprintf-non-stop.c: Likewise.
584 * gdb.base/info-os.c: Likewise.
585 * gdb.mi/mi-console.c: Likewise.
586 * gdb.mi/watch-nonstop.c: Likewise.
587 * gdb.python/py-events.c: Likewise.
588 * gdb.base/async.c (baz): Move up before its invocation.
589 * gdb.base/code_elim2.c (my_global_func): Likewise.
590 * gdb.base/skip-solib-lib.c (multiply): Likewise.
591 * gdb.base/advance.c (func2): Likewise.
592
3b5d5997
AA
5932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
594
595 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
596 variant.
597 * gdb.base/annota3.c: Likewise.
598 * gdb.base/async.c: Likewise.
599 * gdb.base/average.c: Likewise.
600 * gdb.base/call-ar-st.c: Likewise.
601 * gdb.base/call-rt-st.c: Likewise.
602 * gdb.base/call-sc.c: Likewise.
603 * gdb.base/call-strs.c: Likewise.
604 * gdb.base/ending-run.c: Likewise.
605 * gdb.base/execd-prog.c: Likewise.
606 * gdb.base/exprs.c: Likewise.
607 * gdb.base/foll-exec.c: Likewise.
608 * gdb.base/foll-fork.c: Likewise.
609 * gdb.base/foll-vfork.c: Likewise.
610 * gdb.base/funcargs.c: Likewise.
611 * gdb.base/gcore.c: Likewise.
612 * gdb.base/jump.c: Likewise.
613 * gdb.base/langs0.c: Likewise.
614 * gdb.base/langs1.c: Likewise.
615 * gdb.base/langs2.c: Likewise.
616 * gdb.base/mips_pro.c: Likewise.
617 * gdb.base/nodebug.c: Likewise.
618 * gdb.base/opaque0.c: Likewise.
619 * gdb.base/opaque1.c: Likewise.
620 * gdb.base/recurse.c: Likewise.
621 * gdb.base/run.c: Likewise.
622 * gdb.base/scope0.c: Likewise.
623 * gdb.base/scope1.c: Likewise.
624 * gdb.base/setshow.c: Likewise.
625 * gdb.base/setvar.c: Likewise.
626 * gdb.base/shmain.c: Likewise.
627 * gdb.base/shr1.c: Likewise.
628 * gdb.base/shr2.c: Likewise.
629 * gdb.base/sigall.c: Likewise.
630 * gdb.base/signals.c: Likewise.
631 * gdb.base/so-indr-cl.c: Likewise.
632 * gdb.base/solib2.c: Likewise.
633 * gdb.base/structs.c: Likewise.
634 * gdb.base/sum.c: Likewise.
635 * gdb.base/vforked-prog.c: Likewise.
636 * gdb.base/watchpoint.c: Likewise.
637 * gdb.reverse/shr2.c: Likewise.
638 * gdb.reverse/until-reverse.c: Likewise.
639 * gdb.reverse/ur1.c: Likewise.
640 * gdb.reverse/watch-reverse.c: Likewise.
641
066a77c5
AA
6422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
643
644 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
645 variant.
646 * gdb.base/sepdebug.exp: Drop references to removed code.
647
4f204ea5
AA
6482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
649
650 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
651 variant. Preserve original line numbering.
652 * gdb.base/list1.c: Likewise.
653
3b377a3a
AA
6542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
655
656 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
657 variant.
658 * gdb.base/break1.c: Likewise.
659 * gdb.base/break.exp: Drop references to removed code.
660
e444df73
AA
6612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
662
663 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
664 variant.
665
8008f2a7
AA
6662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
667
668 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
669
a5a06887
AA
6702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
671
672 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
673 logic into perform_all_tests() and invoke it with and without
674 function header prototypes.
675 (do_function_calls): Remove conditional XFAIL for PR 5318.
676 (rerun_and_prepare): Remove duplicate code.
677 (perform_all_tests): New. Main logic moved here.
678
44dba9b9
AA
6792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
680
681 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
682 code guarded by #ifdef NO_PROTOTYPES.
683 (t_double_many_args): Likewise.
684 (DEF_FUNC_MANY_ARGS_1): Likewise.
685 (DEF_FUNC_VALUES_1): Likewise.
686 (t_structs_ldc): Renamed from t_structs_fc in conditional code
687 guarded by #ifdef PROTOTYPES.
688
d1fbcd56
AA
6892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
690
691 * gdb.mi/mi-console.c: Add eye-catcher.
692 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
693 instead of literal line number.
694
b0e59b8f
AA
6952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
696
697 * gdb.base/shr2.c: Add eye-catcher.
698 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
699 line number.
700
78f98cca
AA
7012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
702
703 * gdb.base/jump.c: Add eye-catchers.
704 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
705 numbers.
706
58fa2af0
AA
7072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
708
709 * gdb.base/execd-prog.c: Add eye-catchers.
710 * gdb.base/foll-exec.c: Likewise.
711 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
712 line numbers.
713
04e5059b
AA
7142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
715
716 * gdb.base/ending-run.c: Add eye-catchers.
717 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
718 literal line numbers.
719
dbfdb174
AA
7202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
721
722 * gdb.base/call-rt-st.c: Add eye-catchers.
723 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
724 literal line numbers.
725
888a2ade
AA
7262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
727
728 * gdb.base/call-ar-st.c: Add eye-catchers.
729 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
730 literal line numbers.
731
6acc2dde
AA
7322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
733
734 * gdb.base/average.c: Add eye-catchers.
735 * gdb.base/sum.c: Likewise.
736 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
737 regexps dynamically.
738
9ecfcd1d
AA
7392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
740
741 * gdb.base/solib1.c: Add eye-catchers.
742 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
743 literal line numbers.
744
78708b7c
PA
7452014-11-12 Pedro Alves <palves@redhat.com>
746
747 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
748 leader has exited.
749
af48d08f
PA
7502014-11-12 Pedro Alves <palves@redhat.com>
751
752 * gdb.arch/i386-bp_permanent.c: New file.
753 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
754 (srcfile): Set to i386-bp_permanent.c.
755 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
756 that stepi does not execute the 'leave' instruction, instead of
757 testing it does execute.
758 * gdb.base/bp-permanent.c: New file.
759 * gdb.base/bp-permanent.exp: New file.
760
af3768e9
DE
7612014-11-10 Doug Evans <xdje42@gmail.com>
762
763 PR symtab/17564
764 * gdb.base/symtab-search-order.exp: New file.
765 * gdb.base/symtab-search-order.c: New file.
766 * gdb.base/symtab-search-order-1.c: New file.
767 * gdb.base/symtab-search-order-shlib-1.c: New file.
768
9de00a4a
PA
7692014-11-07 Pedro Alves <palves@redhat.com>
770
771 PR gdb/17511
772 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
773 i?86-*-linux*.
774
e0f52461
SC
7752014-11-03 Siva Chandra Reddy <sivachandra@google.com>
776
777 PR c++/17494
778 * gdb.cp/pr17494.cc: New file.
779 * gdb.cp/pr17494.exp: New file.
780
6ce8c980
YQ
7812014-11-02 Yao Qi <yao@codesourcery.com>
782
783 * gdb.python/python.exp: Get working directory and match the
784 output of "set extended-prompt \\w " with it.
785
02be9a71
DE
7862014-10-30 Doug Evans <dje@google.com>
787
788 * gdb.python/py-objfile.exp: Add tests for setting random attributes
789 in objfiles.
790 * gdb.python/py-progspace.exp: Add tests for setting random attributes
791 in progspaces.
792
3bdff46b
LM
7932014-10-30 Janis Johnson <janisjo@codesourcery.com>
794
795 * gdb.base/fullpath-expand.exp: Skip for a remote host.
796 * gdb.base/realname-expand.exp: Likewise.
797 * gdb.linespec/macro-relative.exp: Likewise.
798
ab917dfb
PA
7992014-10-29 Pedro Alves <palves@redhat.com>
800
801 PR gdb/17408
802 * gdb.threads/schedlock.c (some_function): New function.
803 (call_function): New global.
804 (MAYBE_CALL_SOME_FUNCTION): New macro.
805 (thread_function): Call it.
806 * gdb.threads/schedlock.exp (get_args): Add description parameter,
807 and use it instead of a global counter. Adjust all callers.
808 (get_current_thread): Use "find current thread" for test message
809 here rather than having all callers pass down the same string.
810 (goto_loop): New procedure, factored out from ...
811 (my_continue): ... this.
812 (step_ten_loops): Change parameter from test message to command to
813 use. Adjust.
814 (list_count): Delete global.
815 (check_result): New procedure, factored out from duplicate top
816 level code.
817 (continue tests): Wrap in with_test_prefix.
818 (test_step): New procedure, factored out from duplicate top level
819 code.
820 (top level): Test "step" in combination with all scheduler-locking
821 modes. Test "next" in combination with all scheduler-locking
822 modes, and in combination with stepping over a function call or
823 not.
824 * gdb.threads/next-bp-other-thread.c: New file.
825 * gdb.threads/next-bp-other-thread.exp: New file.
826
d3d4baed
PA
8272014-10-29 Pedro Alves <palves@redhat.com>
828
829 PR python/17372
830 * gdb.python/python.exp: Test a multi-line command that spawns
831 interactive Python.
832 * gdb.base/multi-line-starts-subshell.exp: New file.
833
563e8d85
YQ
8342014-10-29 Yao Qi <yao@codesourcery.com>
835
836 * gdb.base/fileio.exp: Make directories on host.
837
0ea4d52e
YQ
8382014-10-29 Yao Qi <yao@codesourcery.com>
839
840 * gdb.base/fileio.c (test_write): Close the file.
841
7f5ef605
PA
8422014-10-28 Pedro Alves <palves@redhat.com>
843
844 PR gdb/12623
845 * gdb.base/sigstep.c (no_handler): New global.
846 (main): If 'no_handler is true, set the signal handlers to
847 SIG_IGN.
848 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
849 with_sw_watch and no_handler parameters. Handle them.
850 (top level) <stepping over handler when stopped at a breakpoint
851 test>: Add a test axis for testing with a software watchpoint, and
852 another for testing with the signal handler set to SIG_IGN.
853 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
854 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
855
abbdbd03
PA
8562014-10-28 Pedro Alves <palves@redhat.com>
857
858 PR gdb/17511
859 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
860 * gdb.base/sigstep.exp (other_handler_location): New global.
861 (advance): Support stepping into the signal handler, and running
862 commands while in the handler.
863 (in_handler_map): New global.
864 (top level): In the advance test, add combinations for getting
865 into the handler with stepping commands, and for running commands
866 in the handler. Add comment descripting the advancei tests.
867
1df4399f
PA
8682014-10-28 Pedro Alves <palves@redhat.com>
869
870 * gdb.base/sigstep.exp: Use build_executable instead of
871 prepare_for_testing.
872 (top level): Move code that starts GDB, runs to main and creates a
873 display to ...
874 (restart): ... this new procedure.
875 (top level): Move backtrace from signal handler test to ...
876 (validate_backtrace): ... this new procedure.
877 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
878 with_test_prefix. Always restart GDB.
879 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
880 with_test_prefix. Always restart GDB. No need to delete
881 breakpoints after the test.
882 (test_skip_handler): Remove prefix parameter.
883 (skip_over_handler, breakpoint_to_handler)
884 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
885 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
886 restart GDB. No need to delete breakpoints after the test.
887 (top level): Use foreach to call the test procedures with
888 different commands.
889
a5b6e449
PA
8902014-10-28 Pedro Alves <palves@redhat.com>
891
892 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
893 instead of GNATS numbers.
894 * gdb.base/sigbpt.exp: Likewise.
895 * gdb.base/siginfo.exp: Likewise.
896 * gdb.base/sigstep.exp: Likewise.
897
e5f8a7cc
PA
8982014-10-27 Pedro Alves <palves@redhat.com>
899
900 * gdb.base/sigstep.c (dummy): New global.
901 (main): Issue a couple writes to the new global.
902 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
903 procedures.
904 (skip_over_handler): Use test_skip_handler.
905 (top level): Call skip_over_handler for stepi and nexti too.
906 (breakpoint_over_handler): Use test_skip_handler.
907 (top level): Call breakpoint_over_handler for stepi and nexti too.
908
763905a3
YQ
9092014-10-27 Yao Qi <yao@codesourcery.com>
910
911 * gdb.trace/tfile.c (adjust_function_address)
912 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
913 function descriptor.
914
6f259a23
DB
9152014-10-24 Don Breazeal <donb@codesourcery.com>
916
917 * gdb.base/foll-fork.exp (test_follow_fork,
918 catch_fork_child_follow): Check for updated fork messages emitted
919 from infrun.c.
920 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
921 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
922 vfork_and_exec_child_follow_through_step): Check for updated vfork
923 messages emitted from infrun.c.
924
09dd9a69
PA
9252014-10-24 Pedro Alves <palves@redhat.com>
926
927 * gdb.base/corefile.exp: Remove references to ultrix.
928 * gdb.base/interrupt.exp: Likewise.
929 * gdb.base/whatis.exp: Likewise.
930 * gdb.gdb/selftest.exp: Likewise.
931 * gdb.threads/manythreads.exp: Likewise.
932 * gdb.threads/print-threads.exp: Likewise.
933 * gdb.threads/pthreads.exp:: Likewise.
934 * gdb.threads/schedlock.exp: Likewise.
935
3433cfa5
SC
9362014-10-24 Siva Chandra Reddy <sivachandra@google.com>
937
938 * gdb.cp/non-trivial-retval.cc: Add a test case.
939 * gdb.cp/non-trivial-retval.exp: Add a test.
940
092f880b
YQ
9412014-10-20 Yao Qi <yao@codesourcery.com>
942
943 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
944 * gdb.python/py-objfile-script-gdb.py: New file.
945 * gdb.python/py-objfile-script.exp: Update reference to
946 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
947 of remote_download. Remove the dest file.
948
acbdb7f3
YQ
9492014-10-20 Yao Qi <yao@codesourcery.com>
950
951 * gdb.base/checkpoint.exp: Don't remove file copied on host.
952 * gdb.base/step-line.exp: Likewise.
953 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
954 * gdb.dwarf2/dw2-basic.exp: Likewise.
955 * gdb.dwarf2/dw2-compressed.exp: Likewise.
956 * gdb.dwarf2/dw2-filename.exp: Likewise.
957 * gdb.dwarf2/dw2-intercu.exp: Likewise.
958 * gdb.dwarf2/dw2-intermix.exp: Likewise.
959 * gdb.dwarf2/dw2-producer.exp: Likewise.
960 * gdb.dwarf2/mac-fileno.exp: Likewise.
961 * gdb.python/py-frame-args.exp: Likewise.
962 * gdb.python/py-framefilter.exp: Likewise.
963 * gdb.python/py-mi.exp: Likewise.
964 * gdb.python/py-objfile-script.exp: Likewise
965 * gdb.python/py-pp-integral.exp: Likewise.
966 * gdb.python/py-pp-re-notag.exp: Likewise.
967 * gdb.python/py-prettyprint.exp: Likewise.
968 * gdb.python/py-section-script.exp: Likewise.
969 * gdb.python/py-typeprint.exp: Likewise.
970 * gdb.python/py-xmethods.exp: Likewise.
971 * gdb.stabs/weird.exp: Likewise.
972 * gdb.xml/tdesc-regs.exp: Likewise.
973
bd286a29
KCY
9742014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
975
976 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
977 (out_cu): Use addr_len for the size of addresses.
978 (out_line): Likewise. Size DW_LNE_set_address instruction
979 according to addr_len.
980 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
981 (FUNC): Add START_INSNS to definition.
982
673dc4a0
YQ
9832014-10-18 Yao Qi <yao@codesourcery.com>
984
985 * gdb.base/argv0-symlink.exp: Check argv[0] value if
986 gdb_has_argv0 return true.
987 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
988 check [target_info exists noargs], check [gdb_has_argv0]
989 instead.
990 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
991 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
992 procedures.
993
4ffbba72
DE
9942014-10-17 Doug Evans <dje@google.com>
995
996 * gdb.python/py-events.exp: Update expected output for clear_objfiles
997 event.
998 * gdb.python/py-events.py: Add clear_objfiles event.
999
d096d8c1
DE
10002014-10-17 Doug Evans <dje@google.com>
1001
1002 * gdb.python/py-objfile.exp: Test progspace attribute.
1003
a80db015
LM
10042014-10-17 Luis Machado <lgustavo@codesourcery.com>
1005
1006 * gdb.guile/scm-breakpoint.exp: Do not assume any
1007 directory separators when matching source file paths.
1008 * gdb.python/py-breakpoint.exp: Likewise.
1009 * gdb.reverse/break-precsave.exp: Likewise.
1010 * gdb.reverse/break-reverse.exp: Likewise.
1011 * gdb.reverse/consecutive-precsave.exp: Likewise.
1012 * gdb.reverse/finish-precsave.exp: Likewise.
1013 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
1014 * gdb.reverse/finish-reverse.exp: Likewise.
1015 * gdb.reverse/i386-precsave.exp: Likewise.
1016 * gdb.reverse/i387-env-reverse.exp: Likewise.
1017 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1018 * gdb.reverse/machinestate-precsave.exp: Likewise.
1019 * gdb.reverse/machinestate.exp: Likewise.
1020 * gdb.reverse/sigall-precsave.exp: Likewise.
1021 * gdb.reverse/solib-precsave.exp: Likewise.
1022 * gdb.reverse/step-precsave.exp: Likewise.
1023 * gdb.reverse/until-precsave.exp: Likewise.
1024 * gdb.reverse/watch-precsave.exp: Likewise.
1025 * gdb.reverse/watch-reverse.exp: Likewise.
1026
b22089ab
YQ
10272014-10-17 Yao Qi <yao@codesourcery.com>
1028
1029 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
1030 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
1031
6c4486e6
PA
10322014-10-17 Pedro Alves <palves@redhat.com>
1033
1034 PR gdb/17471
1035 * gdb.base/bg-execution-repeat.c: New file.
1036 * gdb.base/bg-execution-repeat.exp: New file.
1037
0ff33695
PA
10382014-10-17 Pedro Alves <palves@redhat.com>
1039
1040 PR gdb/17300
1041 * gdb.base/continue-all-already-running.c: New file.
1042 * gdb.base/continue-all-already-running.exp: New file.
1043
6fdebc3d
PA
10442014-10-17 Pedro Alves <palves@redhat.com>
1045
1046 PR gdb/17472
1047 * gdb.base/annota-input-while-running.c: New file.
1048 * gdb.base/annota-input-while-running.exp: New file.
1049
32a8097b
PA
10502014-10-17 Pedro Alves <palves@redhat.com>
1051
1052 * gdb.base/callfuncs.exp: emove references to osf.
1053 * gdb.base/sigall.exp: Likewise.
1054 * gdb.gdb/selftest.exp: Likewise.
1055 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1056 * gdb.mi/non-stop.c: Likewise.
1057 * gdb.mi/pthreads.c: Likewise.
1058 * gdb.reverse/sigall-precsave.exp: Likewise.
1059 * gdb.reverse/sigall-reverse.exp: Likewise.
1060 * gdb.threads/pthreads.c: Likewise.
1061 * gdb.threads/pthreads.exp: Likewise.
1062
7a3517ff
YQ
10632014-10-17 Yao Qi <yao@codesourcery.com>
1064
1065 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
1066 check 'target_info exists noargs'.
1067 (test_command_prompt_position): Likewise.
1068 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
1069 Remove "set args".
1070 (progvar_simple_while_test): Likewise.
1071 (progvar_complex_if_while_test): Likewise.
1072 (if_while_breakpoint_command_test): Likewise.
1073 (infrun_breakpoint_command_test): Likewise.
1074 (breakpoint_command_test): Likewise.
1075 (watchpoint_command_test): Likewise.
1076 (bp_deleted_in_command_test): Likewise.
1077 (temporary_breakpoint_commands): Likewise.
1078
bb99c472
YQ
10792014-10-16 Yao Qi <yao@codesourcery.com>
1080
1081 * gdb.base/remotetimeout.exp: Remove noargs checking.
1082
7c16b83e
PA
10832014-10-15 Pedro Alves <palves@redhat.com>
1084
1085 PR breakpoints/9649
1086 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
1087 * gdb.base/breakpoint-in-ro-region.exp
1088 (probe_target_hardware_step): New procedure.
1089 (top level): Probe hardware stepping and hardware breakpoint
1090 support. Test stepping through a read-only region, with both
1091 "breakpoint auto-hw" on and off and both "always-inserted" on and
1092 off.
1093
35a49624
IB
10942014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
1095
1096 * gdb.dlang/demangle.exp: Update for demangling changes.
1097
2d1c107c
SC
10982014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1099
1100 * gdb.cp/non-trivial-retval.cc: Add new test cases.
1101 * gdb.cp/non-trivial-retval.exp: Add new tests.
1102
778811d5
SC
11032014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1104
1105 PR c++/13403
1106 PR c++/15154
1107 * gdb.cp/non-trivial-retval.cc: New file.
1108 * gdb.cp/non-trivial-retval.exp: New file.
1109
10c5f0a8
YQ
11102014-10-15 Yao Qi <yao@codesourcery.com>
1111
1112 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
1113 remote host.
1114
65d7b369
YQ
11152014-10-15 Yao Qi <yao@codesourcery.com>
1116
1117 * gdb.python/py-symbol.exp: Match file base name if host is
1118 remote, otherwise match file name with dir name.
1119 * gdb.python/py-symtab.exp: Likewise.
1120 * gdb.python/python.exp: Likewise.
1121
46dc1394
YQ
11222014-10-15 Yao Qi <yao@codesourcery.com>
1123
1124 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
1125 pattern.
1126 * gdb.python/py-symtab.exp: Likewise.
1127 * gdb.python/python.exp: Remove trailing ".*". Fix typo
1128 locationn.
1129
c40cc657
JB
11302014-10-14 Joel Brobecker <brobecker@adacore.com>
1131
1132 * gdb.ada/addr_arith: New testcase.
1133
2abf49e1
MR
11342014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
1135
1136 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
1137 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
1138 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
1139 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
1140
f7088df3
SDJ
11412014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
1142
1143 * gdb.arch/stap-eval-lang-ada.S: Likewise.
1144 * gdb.arch/stap-eval-lang-ada.c: Likewise.
1145 * gdb.arch/stap-eval-lang-ada.exp: New file.
1146
4dc06805
YQ
11472014-10-14 Yao Qi <yao@codesourcery.com>
1148
1149 * gdb.mi/mi-var-child.c (nothing1): New function.
1150 (nothing2): New function.
1151 (do_children_tests): Set function pointers by nothing1 and
1152 nothing2.
1153 * gdb.mi/mi-var-child.exp: Step over new added statements.
1154 Update test to match the new output.
1155 * gdb.mi/var-cmd.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-display.exp: Update test to match output.
1160 Step to the line specified by $line_dct_nothing.
1161 Increase the number of lines to step.
1162
46a93de2
YQ
11632014-10-14 Yao Qi <yao@codesourcery.com>
1164
1165 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
1166 tests.
1167 * gdb.mi/mi2-var-child.exp: Likewise.
1168
14ea52ee
DE
11692014-10-13 Doug Evans <dje@google.com>
1170
1171 * gdb.python/py-objfile.exp: Change name of file name test.
1172
e5c6e92b
DE
11732014-10-13 Doug Evans <dje@google.com>
1174
1175 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
1176 from the start of the CU.
1177
c780cc2f
JK
11782014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1179 Yao Qi <yao@codesourcery.com>
1180
1181 Fix "save breakpoints" for "catch" command.
1182 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
1183 Remove -nonewline. Match also the added "main" line.
1184
99894e11
JK
11852014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1186
1187 Fix "save breakpoints" for "disable $bpnum" command.
1188 * gdb.base/save-bp.c (main): Add label.
1189 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
1190
6e1ac5a3
JK
11912014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1192
1193 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
1194
754dd2b0
YQ
11952014-10-11 Yao Qi <yao@codesourcery.com>
1196
1197 * gdb.server/server-kill.exp: Execute command
1198 "set remote trace-status-packet on" before "tstatus".
1199
f90183d7
YQ
12002014-10-11 Yao Qi <yao@codesourcery.com>
1201
1202 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
1203 (main): Call getppid.
1204 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
1205 and continue to it. Read variable "server_pid".
1206
bf40a607
YQ
12072014-10-11 Yao Qi <yao@codesourcery.com>
1208
1209 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
1210
052ca370
YQ
12112014-10-11 Yao Qi <yao@codesourcery.com>
1212
1213 * gdb.threads/thread-find.exp: Don't execute command
1214 "info threads".
1215 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
1216 * gdb.threads/linux-dp.exp: Don't check the condition
1217 $threads_created equals to zero.
1218
3831839c
PA
12192014-10-10 Pedro Alves <palves@redhat.com>
1220
1221 * gdb.base/bigcore.exp: Remove references to IRIX.
1222 * gdb.base/funcargs.exp: Likewise.
1223 * gdb.base/interrupt.exp: Likewise.
1224 * gdb.base/mips_pro.exp: Likewise.
1225 * gdb.base/nodebug.exp: Likewise.
1226 * gdb.base/setvar.exp: Likewise.
1227 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
1228
8b9a549d
PA
12292014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1230 Pedro Alves <palves@redhat.com>
1231
1232 PR symtab/14466
1233 * gdb.base/vdso-warning.c: New file.
1234 * gdb.base/vdso-warning.exp: New file.
1235
d48ba5e8
DE
12362014-10-02 Doug Evans <dje@google.com>
1237
1238 * gdb.base/structs.c (main): Don't run forever.
1239
2278c276
PA
12402014-10-02 Pedro Alves <palves@redhat.com>
1241
1242 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
1243 (top level) <stop threads 1, stop threads 2>: Use it.
1244
b57bacec
PA
12452014-10-02 Pedro Alves <palves@redhat.com>
1246
1247 * gdb.threads/break-while-running.exp (test): Add new
1248 'update_thread_list' argument. Skip "info threads" if false.
1249 (top level): Add new 'update_thread_list' axis.
1250
13fd3ff3
PA
12512014-10-02 Pedro Alves <palves@redhat.com>
1252
1253 PR breakpoints/17431
1254 * gdb.base/execl-update-breakpoints.c: New file.
1255 * gdb.base/execl-update-breakpoints.exp: New file.
1256
0fec99e8
PA
12572014-10-01 Pedro Alves <palves@redhat.com>
1258
1259 * gdb.base/breakpoint-in-ro-region.c: New file.
1260 * gdb.base/breakpoint-in-ro-region.exp: New file.
1261
2ddf4301
SM
12622014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1263
1264 * gdb.mi/mi-exit-code.exp: New file.
1265 * gdb.mi/mi-exit-code.c: New file.
1266
6a5f3f43
YQ
12672014-09-30 Yao Qi <yao@codesourcery.com>
1268
1269 * lib/prelink-support.exp (build_executable_own_libs): Error if
1270 the target isn't native.
1271
345bcc73
YQ
12722014-09-30 Yao Qi <yao@codesourcery.com>
1273
1274 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
1275 false.
1276
a25a5a45
PA
12772014-09-22 Pedro Alves <palves@redhat.com>
1278
1279 * gdb.threads/break-while-running.exp: New file.
1280 * gdb.threads/break-while-running.c: New file.
1281
00ba3162
YQ
12822014-09-19 Yao Qi <yao@codesourcery.com>
1283
1284 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
1285 Invoke test. Restart GDB with --readnow and invoke test again.
1286
c3b7b696
YQ
12872014-09-19 Yao Qi <yao@codesourcery.com>
1288
1289 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
1290 proc set_breakpoint_on_gcd_function. Invoke
1291 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
1292 invoke set_breakpoint_on_gcd_function again.
1293
2b4fd423
DE
12942014-09-18 Doug Evans <dje@google.com>
1295
1296 * gdb.dwarf2/symtab-producer.exp: New file.
1297
a5947601
SDJ
12982014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1299
1300 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
1301 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
1302 * gdb.base/global-var-nested-by-dso.c: Likewise.
1303 * gdb.base/global-var-nested-by-dso.exp: Likewise.
1304
91c19059
SDJ
13052014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1306 Pedro Alves <palves@redhat.com>
1307
1308 * gdb.base/watch-bitfields.exp: Pass string other than test file
1309 name to prepare_for_testing.
1310 (watch): New procedure.
1311 (expect_watchpoint): Use with_test_prefix.
1312 (top level): Factor out tests to ...
1313 (test_watch_location, test_regular_watch): ... these new
1314 procedures, and use with_test_prefix and gdb_continue_to_end.
1315
bb9d5f81
PP
13162014-09-16 Patrick Palka <patrick@parcs.ath.cx>
1317
1318 PR breakpoints/12526
1319 * gdb.base/watch-bitfields.exp: New file.
1320 * gdb.base/watch-bitfields.c: New file.
1321
635856f5
PA
13222014-09-16 Pedro Alves <palves@redhat.com>
1323
1324 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
1325 software and hardware addresses, not software address against
1326 itself.
1327
7280ceea
PA
13282014-09-16 Pedro Alves <palves@redhat.com>
1329
1330 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
1331 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
1332
428b16bd
PA
13332014-09-16 Pedro Alves <palves@redhat.com>
1334
1335 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
1336 files.
1337 * gdb.base/a2-run.exp: Remove all code guarded by istarget
1338 "*-*-vxworks*" throughout.
1339 * gdb.base/break.exp: Likewise.
1340 * gdb.base/default.exp: Likewise.
1341 * gdb.base/scope.exp: Likewise.
1342 * gdb.base/sepdebug.exp: Likewise.
1343 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
1344 throughout.
1345 * gdb.base/run.c: Likewise.
1346 * gdb.base/sepdebug.c: Likewise.
1347 * gdb.hp/gdb.aCC/run.c: Likewise.
1348 * gdb.reverse/until-reverse.c: Likewise.
1349 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
1350
666d413c
YQ
13512014-09-16 Yao Qi <yao@codesourcery.com>
1352
1353 * boards/local-remote-host-native.exp: New file.
1354
57cbd724
DE
13552014-09-14 Doug Evans <xdje42@gmail.com>
1356
1357 * gdb.threads/queue-signal.c (thread_count): New variable.
1358 (thread_count_mutex, thread_count_condvar): New variables.
1359 (incr_thread_count, wait_all_threads_running): New functions.
1360 (main): Wait for all threads to be in their thread functions.
1361
81219e53
DE
13622014-09-13 Doug Evans <xdje42@gmail.com>
1363
1364 * gdb.threads/queue-signal.c: New file.
1365 * gdb.threads/queue-signal.exp: New file.
1366
3714cea7
DE
13672014-09-13 Doug Evans <xdje42@gmail.com>
1368
1369 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
1370 be consistent with what default_gdb_init uses.
1371 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
1372 the plain text of the prompt. Add some logging printfs.
1373 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
1374
fa43b1d7
PA
13752014-09-12 Pedro Alves <palves@redhat.com>
1376
1377 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
1378 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
1379 * gdb.arch/i386-size-overlap.exp: Likewise.
1380 * gdb.arch/i386-size.exp: Likewise.
1381 * gdb.arch/i386-unwind.exp: Likewise.
1382 * gdb.base/a2-run.exp: Likewise.
1383 * gdb.base/break.exp: Likewise.
1384 * gdb.base/charset.exp: Likewise.
1385 * gdb.base/chng-syms.exp: Likewise.
1386 * gdb.base/commands.exp: Likewise.
1387 * gdb.base/dbx.exp: Likewise.
1388 * gdb.base/find.exp: Likewise.
1389 * gdb.base/funcargs.exp: Likewise.
1390 * gdb.base/jit-simple.exp: Likewise.
1391 * gdb.base/reread.exp: Likewise.
1392 * gdb.base/sepdebug.exp: Likewise.
1393 * gdb.base/step-bt.exp: Likewise.
1394 * gdb.cp/mb-inline.exp: Likewise.
1395 * gdb.cp/mb-templates.exp: Likewise.
1396 * gdb.objc/basicclass.exp: Likewise.
1397 * gdb.threads/killed.exp: Likewise.
1398
9d9bf2df
EBM
13992014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1400
1401 PR tdep/17379
1402 * gdb.arch/powerpc-stackless.S: New file.
1403 * gdb.arch/powerpc-stackless.exp: New file.
1404
1cf2f1b0
JK
14052014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1406
1407 * gdb.base/attach.c: Include unistd.h.
1408 (main): Call alarm. Add label postloop.
1409 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
1410 gdb_breakpoint, gdb_continue_to_breakpoint.
1411 (test_command_line_attach_run): Kill ${testpid} in one exit path.
1412
98880d46
PA
14132014-09-11 Pedro Alves <palves@redhat.com>
1414
1415 PR gdb/17347
1416 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
1417 * gdb.base/attach.exp (test_command_line_attach_run): New
1418 procedure.
1419 (top level): Call it.
1420
4c92ff2c
PA
14212014-09-11 Pedro Alves <palves@redhat.com>
1422
1423 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
1424 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
1425 (do_command_attach_tests): Use spawn_wait_for_attach.
1426 * gdb.base/solib-overlap.exp: Likewise.
1427 * gdb.multi/multi-attach.exp: Likewise.
1428 * gdb.python/py-prompt.exp: Likewise.
1429 * gdb.python/py-sync-interp.exp: Likewise.
1430 * gdb.server/ext-attach.exp: Likewise.
1431
3adc1a7d
GKB
14322014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
1433
1434 * gdb.fortran/array-element.exp: Remove unexpected "continue"
1435 command in testcase. Simplify testcase.
1436
96334934
JB
14372014-09-10 Joel Brobecker <brobecker@adacore.com>
1438
1439 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
1440
eb479039
JB
14412014-09-10 Joel Brobecker <brobecker@adacore.com>
1442
1443 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
1444
deede10c
JB
14452014-09-10 Joel Brobecker <brobecker@adacore.com>
1446
1447 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
1448
7828a5f5
JB
14492014-09-10 Joel Brobecker <brobecker@adacore.com>
1450
1451 * gdb.dwarf2/dynarr-ptr.c: New file.
1452 * gdb.dwarf2/dynarr-ptr.exp: New file.
1453
33aeebcf
MR
14542014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1455
1456 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
1457 of 30 rather than hardcoding 120 for a slow test case. Take the
1458 `gdb,timeout' target setting into account for this calculation.
1459 Don't extend the timeout for the test cases that don't need it.
1460
7b415901
MR
14612014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1462
1463 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
1464 a factor of 2 for a slow test case. Take the `gdb,timeout'
1465 target setting into account for this calculation.
1466 * gdb.reverse/until-precsave.exp: Increase the timeout by
1467 a factor of 15 and 3 respectively rather than adding 120
1468 for a pair of slow test cases. Take the `gdb,timeout'
1469 target setting into account for this calculation.
1470
4a40f85a
MR
14712014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1472
1473 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
1474 timeout, don't pass one down to gdb_expect.
1475 (gdb_expect): Rework timeout selection.
1476
09635af7
MR
14772014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1478
1479 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
1480 exception on timeout.
1481 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
1482 (gdbserver_start_extended): Catch any `gdbserver_start' error
1483 exceptions.
1484 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
1485 * lib/mi-support.exp (mi_gdb_target_load): Catch any
1486 `gdbserver_gdb_load' error exceptions.
1487
2bdd10b7
MR
14882014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1489
1490 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
1491 120 on waiting for the TCP socket to open.
1492
316935f0
DE
14932014-09-09 Doug Evans <xdje42@gmail.com>
1494
1495 * gdb.base/default.exp (show_conv_list): Add _caller_is,
1496 _caller_matches, _any_caller_is, _any_caller_matches.
1497
83740597
DE
14982014-09-09 Doug Evans <xdje42@gmail.com>
1499
1500 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
1501
4c122fc3
YQ
15022014-09-09 Yao Qi <yao@codesourcery.com>
1503
1504 * gdb.mi/mi-var-display.exp: Set print symbol off.
1505
a9f116cb
GKB
15062014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
1507
1508 PR gdb/17035
1509 * gdb.base/commands.exp: Add tests to verify user-defined
1510 commands with empty bodies.
1511 * gdb.python/py-cmd.exp: Test that we don't show user-defined
1512 python commands in `show user command`.
1513 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
1514 scheme commands in `show user command`.
1515
c75bd3a2
JK
15162014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1517
1518 PR python/17355
1519 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
1520 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
1521 * gdb.python/py-framefilter-invalidarg.exp: New file.
1522 * gdb.python/py-framefilter-invalidarg.py: New file.
1523
faa42425
DE
15242014-09-06 Doug Evans <xdje42@gmail.com>
1525
1526 PR 15276
1527 * gdb.python/py-caller-is.c: New file.
1528 * gdb.python/py-caller-is.exp: New file.
1529
474ca4f6
SDJ
15302014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
1531
1532 PR gdb/17235
1533 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
1534 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
1535
eb0b0463
SDJ
15362014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
1537
1538 PR fortran/17237
1539 * gdb.fortran/print-formatted.exp: New file.
1540 * gdb.fortran/print-formatted.f90: Likewise.
1541
5f3b99cf
SS
15422014-09-03 Sasha Smundak <asmundak@google.com>
1543
1544 * gdb.python/py-frame.exp: Test Frame.read_register.
1545
7d793aa9
SDJ
15462014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
1547
1548 PR python/16699
1549 * gdb.python/py-completion.exp: New file.
1550 * gdb.python/py-completion.py: Likewise.
1551
fb0576e9
DE
15522014-08-28 Doug Evans <dje@google.com>
1553
1554 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
1555 eax,etc. are live with values set by gdb and thus the compiler can't
1556 use them.
1557 * gdb.arch/i386-pseudo.c (main): Ditto.
1558
ee92b0dd
DE
15592014-08-27 Doug Evans <dje@google.com>
1560
1561 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
1562
6649db35
DE
15632014-08-25 Doug Evans <dje@google.com>
1564
1565 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
1566 (main): Ditto.
1567
564b7600
DE
15682014-08-25 Doug Evans <dje@google.com>
1569
1570 * gdb.threads/thread-execl.exp: #include <stdio.h>.
1571
3881fb67
YQ
15722014-08-24 Yao Qi <yao@codesourcery.com>
1573
1574 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
1575 symbol off.
1576 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
1577
a05a36a5
DE
15782014-08-22 Doug Evans <dje@google.com>
1579
1580 PR 17276
1581 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
1582 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
1583 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
1584
7c343b48
YQ
15852014-08-22 Yao Qi <yao@codesourcery.com>
1586
1587 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
1588 * gdb.python/py-finish-breakpoint2.exp: Likewise.
1589 * gdb.python/python.exp: Likewise. Use .py file on the host
1590 instead of the build.
1591
22fd09ae
JK
15922014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1593
1594 * gdb.threads/gcore-stale-thread.c: New file.
1595 * gdb.threads/gcore-stale-thread.exp: New file.
1596
a8454a7c
PA
15972014-08-21 Pedro Alves <palves@redhat.com>
1598
1599 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
1600 * gdb.base/gcore-relro-pie.exp: Likewise.
1601 * gdb.base/gcore-relro.exp: Likewise.
1602 * gdb.base/gcore.exp: Likewise.
1603 * gdb.base/print-symbol-loading.exp: Likewise.
1604 * gdb.threads/gcore-thread.exp: Likewise.
1605 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
1606
2a31c623
PA
16072014-08-20 Pedro Alves <palves@redhat.com>
1608 Jan Kratochvil <jan.kratochvil@redhat.com>
1609
1610 * Makefile.in (EXTRA_RULES, CC): New variables, get from
1611 configure.
1612 (EXPECT): Handle READ1 being set.
1613 (all): Depend on EXTRA_RULES.
1614 (check-read1, expect-read1, read1.so, read1): New rules.
1615 * README (Testsuite Parameters): Document the READ1 make variable.
1616 (Race detection): New section.
1617 * configure: Regenerate.
1618 * configure.ac: If build==host==target, and running under a
1619 GNU/glibc system, add read1 to the extra Makefile rules.
1620 (EXTRA_RULES): AC_SUBST it.
1621 * lib/read1.c: New file.
1622
d36430db
JB
16232014-08-20 Joel Brobecker <brobecker@adacore.com>
1624
1625 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
1626 the handling of variables declared as a typedef to an array
1627 which a DW_AT_data_location attribute.
1628
9a0dc9e3
PA
16292014-08-19 Andrew Burgess <aburgess@broadcom.com>
1630 Pedro Alves <palves@redhat.com>
1631
1632 PR symtab/14604
1633 PR symtab/14605
1634 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
1635 gdb_test.
1636
0718a8da
PA
16372014-08-19 Pedro Alves <palves@redhat.com>
1638
1639 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
1640
13b448cd
YQ
16412014-08-19 Yao Qi <yao@codesourcery.com>
1642
1643 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
1644 right line.
1645
1cbf5077
DB
16462014-08-18 David Blaikie <dblaikie@gmail.com>
1647
1648 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
1649
bf0fae19
JB
16502014-08-18 Joel Brobecker <brobecker@adacore.com>
1651
1652 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
1653 attribute in array range.
1654
3c8c5dcc
JB
16552014-08-18 Joel Brobecker <brobecker@adacore.com>
1656
1657 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
1658
e66d4446
SC
16592014-08-15 Siva Chandra Reddy <sivachandra@google.com>
1660
1661 PR c++/17132
1662 * gdb.cp/pr17132.cc: New file.
1663 * gdb.cp/pr17132.exp: New file.
1664
940df408
SC
16652014-08-15 Siva Chandra Reddy <sivachandra@google.com>
1666
1667 * gdb.python/py-xmethods.py (A_getarrayind)
1668 (E_method_char_worker.__call__, E_method_int_worker.__call__):
1669 Use 'print' with function call syntax.
1670 (E_method_matcher.match): Fix tab vs space indentation mixup.
1671
ebcc6c3a
YQ
16722014-08-15 Yao Qi <yao@codesourcery.com>
1673
1674 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
1675 false.
1676
775e0f04
YQ
16772014-08-15 Yao Qi <yao@codesourcery.com>
1678
1679 * gdb.cp/casts.exp: Set print symbol off.
1680 * gdb.cp/class2.exp: Likewise.
1681 * gdb.cp/overload.exp: Likewise.
1682 * gdb.cp/templates.exp: Likewise.
1683
d769e349
DE
16842014-08-11 Doug Evans <dje@google.com>
1685
1686 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1687 (test_load_shlib): Update.
1688
20c6f1e1
YQ
16892014-08-09 Yao Qi <yao@codesourcery.com>
1690
1691 * gdb.base/display.exp: Invoke is_address_zero_readable.
1692 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
1693 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1694 * gdb.base/hbreak-unmapped.exp: Return if
1695 is_address_zero_readable returns true.
1696 * gdb.base/signest.exp: Likewise.
1697 * gdb.base/signull.exp: Likewise.
1698 * gdb.base/sigbpt.exp: Likewise.
1699 * gdb.guile/scm-disasm.exp: Do the test if
1700 is_address_zero_readable returns false.
1701 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
1702 * gdb.python/py-arch.exp: Likewise.
1703 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
1704 * lib/gdb.exp (is_address_zero_readable): New proc.
1705
5792e8e3
YQ
17062014-08-09 Yao Qi <yao@codesourcery.com>
1707
1708 PR testsuite/13443
1709 * gdb.mi/mi-var-display.exp: Make test messages unique.
1710
3cecbbbe
TT
17112014-08-04 Tom Tromey <tromey@redhat.com>
1712
1713 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
1714 target 0".
1715
00b51ff5
TT
17162014-08-04 Tom Tromey <tromey@redhat.com>
1717
1718 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
1719 "target_resume".
1720
6908c509
JB
17212014-08-01 Joel Brobecker <brobecker@adacore.com>
1722
1723 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
1724 inner_vla_struct_object_size.
1725 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
1726 as xfail.
1727
cc6563d2
PA
17282014-07-30 Pedro Alves <palves@redhat.com>
1729
1730 * gdb.threads/signal-command-handle-nopass.exp (test): Add
1731 comment.
1732
7e09a223
YQ
17332014-07-29 Yao Qi <yao@codesourcery.com>
1734
1735 PR gdb/17206
1736 * gdb.base/until-nodebug.exp: New.
1737
7ebdbe92
DE
17382014-07-28 Doug Evans <xdje42@gmail.com>
1739
1740 PR guile/17203
1741 * gdb.guile/scm-parameter.exp: Add tests for trying to create
1742 previously existing parameter, and previously ambiguously spelled
1743 parameter.
1744
fdb1adc6
WN
17452014-07-28 Will Newton <will.newton@linaro.org>
1746
1747 * gdb.base/varargs.exp: Remove KFAILs for ARM.
1748
186fcde0
DE
17492014-07-26 Ludovic Courtès <ludo@gnu.org>
1750 Doug Evans <xdje42@gmail.com>
1751
1752 PR guile/17146
1753 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
1754
70509625
PA
17552014-07-25 Pedro Alves <palves@redhat.com>
1756
1757 * gdb.threads/signal-command-handle-nopass.c: New file.
1758 * gdb.threads/signal-command-handle-nopass.exp: New file.
1759 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
1760 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
1761 * gdb.threads/signal-delivered-right-thread.c: New file.
1762 * gdb.threads/signal-delivered-right-thread.exp: New file.
1763
c3f814a1
PA
17642014-07-25 Pedro Alves <palves@redhat.com>
1765
1766 * gdb.base/double-prompt-target-event-error.exp
1767 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
1768 match.
1769 (cancel_pagination_in_target_event): Rework double prompt
1770 detection.
1771 * gdb.base/paginate-after-ctrl-c-running.exp
1772 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
1773 <return>' match.
1774 * gdb.base/paginate-bg-execution.exp
1775 (test_bg_execution_pagination_return)
1776 (test_bg_execution_pagination_cancel): Remove '-notransfer
1777 <return>' matches.
1778 * gdb.base/paginate-execution-startup.exp
1779 (test_fg_execution_pagination_return)
1780 (test_fg_execution_pagination_cancel): Remove '-notransfer
1781 <return>' matches.
1782 * gdb.base/paginate-inferior-exit.exp
1783 (test_paginate_inferior_exited): Remove '-notransfer <return>'
1784 match.
1785 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
1786 * lib/gdb.exp (pagination_prompt): Run text through
1787 string_to_regexp.
1788 (gdb_test_multiple): Match $pagination_prompt instead of
1789 "<return>".
1790 (string_to_regexp): Move to lib/gdb-utils.exp.
1791
e214cf6c
JK
17922014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1793
1794 * gdb.arch/amd64-entry-value-paramref.S: New file.
1795 * gdb.arch/amd64-entry-value-paramref.cc: New file.
1796 * gdb.arch/amd64-entry-value-paramref.exp: New file.
1797 * gdb.arch/amd64-optimout-repeat.S: New file.
1798 * gdb.arch/amd64-optimout-repeat.c: New file.
1799 * gdb.arch/amd64-optimout-repeat.exp: New file.
1800
17d0c5c8
JK
18012014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1802
1803 PR gdb/17170
1804 * gdb.base/statistics.exp: New file.
1805
b8b8facf
DE
18062014-07-17 Doug Evans <dje@google.com>
1807
74b49205 1808 PR gdb/17170
b8b8facf
DE
1809 * gdb.base/maint.exp: Update testing of per-command stats.
1810
1b5d0ab3
PA
18112014-07-16 Pedro Alves <palves@redhat.com>
1812
1813 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
1814 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
1815 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
1816 (tfile_write_buf): New functions.
1817 (add_memory_block): Rewrite using the above.
1818 (adjust_function_address): New function.
1819 (FUNCTION_ADDRESS): New macro.
1820 (write_basic_trace_file): Remove short_x local, and use
1821 tfile_write_16. Change type of func_addr local to unsigned long
1822 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
1823 here. Cast argument of add_memory_block to char pointer.
1824 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
1825 (main): Remove parameters.
1826 * gdb.trace/tfile.exp: Remove nowarnings.
1827
4d974e88
SM
18282014-07-15 Simon Marchi <simon.marchi@ericsson.com>
1829
1830 * gdb.base/debug-expr.exp: Test string evaluation with
1831 "debug expression" on.
1832
41e99568
PA
18332014-07-15 Pedro Alves <palves@redhat.com>
1834
1835 * gdb.base/reread.exp: Use clean_restart.
1836
487d9753
PL
18372014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
1838
1839 * gdb.arch/avr-flash-qualifer.c: New.
1840 * gdb.arch/avr-flash-qualifer.exp: New.
1841
cc1c52ad
PA
18422014-07-14 Pedro Alves <palves@redhat.com>
1843
1844 * gdb.base/paginate-after-ctrl-c-running.c: New file.
1845 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
1846
1e973570
PA
18472014-07-14 Pedro Alves <palves@redhat.com>
1848
1849 * gdb.base/double-prompt-target-event-error.c: New file.
1850 * gdb.base/double-prompt-target-event-error.exp: New file.
1851
93d6eb10
PA
18522014-07-14 Pedro Alves <palves@redhat.com>
1853
1854 PR gdb/17072
1855 * gdb.base/paginate-inferior-exit.c: New file.
1856 * gdb.base/paginate-inferior-exit.exp: New file.
1857
0017922d
PA
18582014-07-14 Pedro Alves <palves@redhat.com>
1859
1860 PR gdb/17072
1861 * gdb.base/paginate-bg-execution.c: New file.
1862 * gdb.base/paginate-bg-execution.exp: New file.
1863
94696ad3
PA
18642014-07-14 Pedro Alves <palves@redhat.com>
1865
1866 PR gdb/17072
1867 * gdb.base/paginate-execution-startup.c: New file.
1868 * gdb.base/paginate-execution-startup.exp: New file.
1869 * lib/gdb.exp (pagination_prompt): New global.
1870 (default_gdb_spawn): New procedure, factored out from
1871 default_gdb_spawn.
1872 (default_gdb_start): Adjust to call default_gdb_spawn.
1873 (gdb_spawn): New procedure.
1874
bd293940
PA
18752014-07-14 Pedro Alves <palves@redhat.com>
1876
1877 * lib/gdb.exp (gdb_assert): New procedure.
1878 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
1879
c933f875
PA
18802014-07-14 Pedro Alves <palves@redhat.com>
1881
1882 * gdb.base/execution-termios.c: New file.
1883 * gdb.base/execution-termios.exp: New file.
1884
d98b7a16
TT
18852014-07-14 Tom Tromey <tromey@redhat.com>
1886
1887 * gdb.cp/vla-cxx.cc: New file.
1888 * gdb.cp/vla-cxx.exp: New file.
1889
548740d6
TT
18902014-07-14 Tom Tromey <tromey@redhat.com>
1891
1892 * gdb.reverse/rerun-prec.c: New file.
1893 * gdb.reverse/rerun-prec.exp: New file.
1894
a25eb028
MR
18952014-07-12 Maciej W. Rozycki <macro@mips.com>
1896 Maciej W. Rozycki <macro@codesourcery.com>
1897
1898 * lib/gdb-utils.exp: New file.
1899 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
1900 inline `gdb_init_command' processing.
1901 (gdb_start_cmd): Likewise.
1902 * lib/mi-support.exp (mi_run_cmd): Likewise.
1903 * README: Document `gdb_init_command' and `gdb_init_commands'.
1904
218c2655
JK
19052014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1906
1907 Fix false FAIL running under a very long directory name.
1908 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
1909 and "set print elements 10000". Twice.
1910
5401fde3
YQ
19112014-07-11 Yao Qi <yao@codesourcery.com>
1912
1913 * gdb.base/exprs.exp: "set print symbol off".
1914
e76126e8
PA
19152014-07-11 Pedro Alves <palves@redhat.com>
1916
1917 * gdb.threads/kill.c: New file.
1918 * gdb.threads/kill.exp: New file.
1919
2d6f0de6
YQ
19202014-07-10 Yao Qi <yao@codesourcery.com>
1921
1922 * gdb.trace/tfile.c (write_basic_trace_file)
1923 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
1924 address written to trace file.
1925
7180e04a
PA
19262014-07-09 Pedro Alves <palves@redhat.com>
1927
1928 * gdb.base/attach-wait-input.exp: New file.
1929 * gdb.base/attach-wait-input.c: New file.
1930
9a9a7608
AB
19312014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1932
1933 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
1934 setting up test structures.
1935 (main): Call new test function.
1936 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
1937 test function, continue into test function and walk test
1938 structures.
1939
161ac41e
YQ
19402014-07-02 Yao Qi <yao@codesourcery.com>
1941
1942 * gdb.trace/entry-values.c: Define labels 'foo_start' and
1943 'bar_start' at the beginning of functions 'foo' and 'bar'
1944 respectively.
1945 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
1946 instead of 'foo' and 'bar'.
1947
1f267ae3
MM
19482014-07-08 Markus Metzger <markus.t.metzger@intel.com>
1949
1950 * gdb.btrace/segv.exp: New.
1951 * gdb.btrace/segv.c: New.
1952
2b239efb
LM
19532014-07-02 Luis Machado <lgustavo@codesourcery.com>
1954
1955 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
1956 instruction.
1957
cf363f18
MW
19582014-06-30 Mark Wielaard <mjw@redhat.com>
1959
1960 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
1961 vulture, vilify, villar): New volatile array constants.
1962 (vindictive, vegetation): New const volatile array constants.
1963 * gdb.base/volatile.exp: Test volatile and const volatile array
1964 types.
1965
aebf9d24
AA
19662014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1967
1968 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
1969 target lacks support for awatch, rwatch, or hbreak.
1970
b67a2c6f
YQ
19712014-06-27 Yao Qi <yao@codesourcery.com>
1972
1973 * gdb.multi/dummy-frame-restore.exp: New.
1974 * gdb.multi/dummy-frame-restore.c: New.
1975
aef92902
MM
19762014-06-25 Markus Metzger <markus.t.metzger@intel.com>
1977
1978 * gdb.btrace/gcore.exp: New.
1979
8e9db26e
PA
19802014-06-23 Pedro Alves <palves@redhat.com>
1981
1982 * gdb.base/watchpoint-reuse-slot.c: New file.
1983 * gdb.base/watchpoint-reuse-slot.exp: New file.
1984
70afc5b7
SC
19852014-06-23 Siva Chandra Reddy <sivachandra@google.com>
1986
1987 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
1988 progspace's filename in 'info', 'enable' and 'disable' command
1989 tests.
1990
b972bd9c
JK
19912014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1992
1993 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
1994 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
1995 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
1996
125f8a3d
GB
19972014-06-20 Gary Benson <gbenson@redhat.com>
1998
1999 * gdb.arch/i386-avx.exp: Fix include file location.
2000 * gdb.arch/i386-sse.exp: Likewise.
2001
3ed9baed
IB
20022014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
2003
2004 * gdb.dlang/expression.exp: New file.
2005
034f788c
PA
20062014-06-19 Pedro Alves <palves@redhat.com>
2007
2008 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
2009 out from ...
2010 (top level): ... here. Iterate running tests under different
2011 scheduler-locking settings.
2012
45371d0c
LM
20132014-06-18 Luis Machado <lgustavo@codesourcery.com>
2014
2015 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
2016 to DW_FORM_addr and use non-zero addresses.
2017
5d376983
SC
20182014-06-18 Siva Chandra Reddy <sivachandra@google.com>
2019
2020 PR gdb/17017
2021 * gdb.python/py-xmethods.cc: Add global function call counters and
2022 increment them in their respective functions. Remove "cout"
2023 statements.
2024 * gdb.python/py-xmethods.exp: Make tests check the global function
2025 call counters instead of depending on inferior IO.
2026
a1aa2221
LM
20272014-06-18 Don Breazeal <donb@codesourcery.com>
2028
2029 * gdb.base/foll-fork.exp (default_fork_parent_follow):
2030 Deleted procedure.
2031 (explicit_fork_parent_follow): Deleted procedure.
2032 (explicit_fork_child_follow): Deleted procedure.
2033 (test_follow_fork): New procedure.
2034 (do_fork_tests): Replace calls to deleted procedures with
2035 calls to test_follow_fork and reset GDB for subsequent
2036 procedure calls.
2037
0fc05997
YQ
20382014-06-17 Yao Qi <yao@codesourcery.com>
2039
2040 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
2041 CP1252.
2042
70795c52
LM
20432014-06-17 Luis Machado <lgustavo@codesourcery.com>
2044
2045 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
2046 Initialize ptr and S explicitly.
2047 (skip_type_update_when_not_use_rtti_test): Likewise.
2048
6be47f0c
KS
20492014-06-16 Keith Seitz <keiths@redhat.com>
2050
2051 PR mi/15863
2052 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
2053 the inferior is started.
2054
d03de421
PA
20552014-06-16 Pedro Alves <palves@redhat.com>
2056
2057 * gdb.base/break-main-file-remove-fail.c: New file.
2058 * gdb.base/break-main-file-remove-fail.exp: New file.
2059 * gdb.base/break-unload-file.exp: Use build_executable instead of
2060 prepare_for_testing.
2061 (test_break): New parameter "initial_load". Handle it.
2062 (top level): Add initial_load cmdline/file axis.
2063
f9579b99
TT
20642014-06-12 Tom Tromey <tromey@redhat.com>
2065
2066 * gdb.base/completion.exp: Don't use directory name in test.
2067
3657956b
GB
20682014-06-09 Gary Benson <gbenson@redhat.com>
2069
2070 * gdb.base/sigall.c [Functions to send signals]: Reorder to
2071 separate the always-available ANSI-standard signals from the
2072 signals that require checking.
2073 (main): Likewise.
2074 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
2075 Likewise.
2076 (main): Likewise.
2077
4186eb54
KS
20782014-06-07 Keith Seitz <keiths@redhat.com>
2079
2080 Revert:
2081 PR c++/16253
2082 * gdb.cp/var-tag.cc: New file.
2083 * gdb.cp/var-tag.exp: New file.
2084 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2085 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2086 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2087 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2088
25326a28 20892014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
2090
2091 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
2092
829155c9
PA
20932014-06-06 Pedro Alves <palves@redhat.com>
2094
2095 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
2096 in target debug output instead of looking at RSP packets,
2097 disabling the test on any target that uses hardware stepping.
2098 Update comments.
2099
61c8d22e
PA
21002014-06-06 Pedro Alves <palves@redhat.com>
2101
2102 * gdb.base/break-unload-file.exp: Fix typo.
2103
d9a47287
YQ
21042014-06-06 Yao Qi <yao@codesourcery.com>
2105
2106 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
2107 from "jit_function" to "^jit_function".
2108
e5e01dbf
YQ
21092014-06-06 Yao Qi <yao@codesourcery.com>
2110
2111 * gdb.base/async.c (foo): Add one statement.
2112 * gdb.base/async.exp: Get the next instruction address and
2113 match the output of "nexti" by instruction address. Match
2114 the hex address in the output of "finish".
2115
73ba372c
GB
21162014-06-06 Gary Benson <gbenson@redhat.com>
2117
2118 * gdb.base/call-signals.c: Remove preprocessor conditionals
2119 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
2120 SIGSEGV and SIGTERM.
2121 * gdb.base/sigall.c: Likewise.
2122 * gdb.base/unwindonsignal.c: Likewise.
2123 * gdb.reverse/sigall-reverse.c: Likewise.
2124
831517df
YQ
21252014-06-06 Yao Qi <yao@codesourcery.com>
2126
2127 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
2128 readable, skip the test.
2129
b8b91e98
YQ
21302014-06-06 Yao Qi <yao@codesourcery.com>
2131
2132 * gdb.threads/staticthreads.c (thread_function): Move the line
2133 setting breakpoint on forward.
2134 * gdb.threads/staticthreads.exp: Update comments.
2135
fb934770
LC
21362014-06-05 Ludovic Courtès <ludo@gnu.org>
2137
2138 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
2139 "history-append! type error".
2140
6ef284bd
SM
21412014-06-05 Simon Marchi <simon.marchi@ericsson.com>
2142
2143 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
2144 erroneous dprintf expected input.
2145
a872e241
DE
21462014-06-04 Doug Evans <xdje42@gmail.com>
2147
2148 * gdb.guile/scm-generics.exp: Delete.
2149
16f691fb
DE
21502014-06-04 Doug Evans <xdje42@gmail.com>
2151
2152 * gdb.guile/scm-breakpoint.exp: Update.
2153 Add tests for breakpoint registration.
2154
012370f6
TT
21552014-06-04 Tom Tromey <tromey@redhat.com>
2156
2157 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
2158 VLA-in-union.
2159 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
2160 inner_vla_struct, vla_union types. Initialize objects of those
2161 types and compute their sizes.
2162
9f5a4cef
HZ
21632014-06-04 Nathan Sidwell <nathan@codesourcery.com>
2164 Hui Zhu <hui@codesourcery.com>
2165
2166 * gdb.base/fileio.exp: Add test for shell not available as well as
2167 available.
2168 * gdb.base/fileio.c (test_system): Check for shell twice.
2169
90a45c4d
YQ
21702014-06-04 Yao Qi <yao@codesourcery.com>
2171
2172 * gdb.base/auto-connect-native-target.exp: Remove redundant
2173 space from the regexp pattern.
2174
70017e41
YQ
21752014-06-04 Yao Qi <yao@codesourcery.com>
2176
2177 * gdb.base/default.exp: Replace "child" with "native" in
2178 regexp pattern.
2179
883964a7
SC
21802014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2181
2182 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
2183 * gdb.python/py-xmethods.exp: New tests to test xmethods.
2184 * gdb.python/py-xmethods.py: Python script supporting the
2185 new testcase and tests.
2186
ef370185
JB
21872014-06-03 Joel Brobecker <brobecker@adacore.com>
2188 Pedro Alves <palves@redhat.com>
2189
2190 PR breakpoints/17000
2191 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
2192 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
2193
1e2ccb61
BM
21942014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
2195
2196 * gdb.base/subst.exp: Add tests to verify partial path matching
2197 output.
2198
c6ec5ab2
PA
21992014-06-03 Pedro Alves <palves@redhat.com>
2200
2201 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
2202 target that doesn't use software single-stepping.
2203
835c559f
PA
22042014-06-03 Pedro Alves <palves@redhat.com>
2205
2206 PR breakpoints/17000
2207 * gdb.base/sss-bp-on-user-bp-2.c: New file.
2208 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
2209
06eb1586
DE
22102014-06-02 Doug Evans <xdje42@gmail.com>
2211
2212 * gdb.guile/scm-parameter.exp: New file.
2213
e698b8c4
DE
22142014-06-02 Doug Evans <xdje42@gmail.com>
2215
2216 * gdb.guile/scm-cmd.c: New file.
2217 * gdb.guile/scm-cmd.exp: New file.
2218
ded03782
DE
22192014-06-02 Doug Evans <xdje42@gmail.com>
2220
2221 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
2222 pretty-printer lookup.
2223 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
2224 (make-pp_s-printer): Call it.
2225 (make-pretty-printer-from-dict): New function.
2226 (lookup-pretty-printer-maker-from-dict): New function.
2227 (*pretty-printer*): Simplify.
2228 (make-objfile-pp_s-printer): New function.
2229 (install-objfile-pretty-printers!): New function.
2230 (make-progspace-pp_s-printer): New function.
2231 (install-progspace-pretty-printers!): New function.
2232 * gdb.guile/scm-progspace.c: New file.
2233 * gdb.guile/scm-progspace.exp: New file.
2234
41fac0cf
PA
22352014-06-02 Pedro Alves <palves@redhat.com>
2236
2237 * gdb.base/dprintf-bp-same-addr.c: New file.
2238 * gdb.base/dprintf-bp-same-addr.exp: New file.
2239
96ae5695
EBM
22402014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2241
2242 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
2243 * gdb.arch/powerpc-power.s: Likewise.
2244
da02b3a8
JB
22452014-06-02 Joel Brobecker <brobecker@adacore.com>
2246
2247 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
2248
c72b2e7b
YQ
22492014-06-01 Yao Qi <yao@codesourcery.com>
2250
2251 * gdb.base/watchpoint.exp (test_watch_location): Check null
2252 pointer can be dereferenced. If not, do the test, otherwise
2253 skip it.
2254
53e8a631
AB
22552014-05-30 Andrew Burgess <aburgess@broadcom.com>
2256
2257 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
2258 results.
2259 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
2260
938f0e2f
AB
22612014-05-30 Andrew Burgess <aburgess@broadcom.com>
2262
2263 * gdb.arch/amd64-invalid-stack-middle.S: New file.
2264 * gdb.arch/amd64-invalid-stack-middle.c: New file.
2265 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
2266 * gdb.arch/amd64-invalid-stack-top.c: New file.
2267 * gdb.arch/amd64-invalid-stack-top.exp: New file.
2268
9ba6657a
PA
22692014-05-30 Pedro Alves <palves@redhat.com>
2270
2271 PR breakpoints/17000
2272 * gdb.base/sss-bp-on-user-bp.c: New file.
2273 * gdb.base/sss-bp-on-user-bp.exp: New file.
2274
522c09bf
DB
22752014-05-30 David Blaikie <dblaikie@gmail.com>
2276
2277 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
2278 gnu_inline semantics via attribute.
2279 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
2280 source explicitly specifies the required semantics.
2281
bf4ef81e
MR
22822014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
2283
2284 * gdb.reverse/sigall-reverse.exp: Fix a typo.
2285
329ea579
PA
22862014-05-29 Pedro Alves <palves@redhat.com>
2287 Tom Tromey <tromey@redhat.com>
2288
2289 * gdb.base/async-shell.exp: Don't enable target-async.
2290 * gdb.base/async.exp
2291 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
2292 parameter. Adjust.
2293 (top level): Don't test with "target-async".
2294 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
2295 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
2296 * gdb.base/inferior-died.exp: Don't enable target-async.
2297 * gdb.base/interrupt-noterm.exp: Likewise.
2298 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
2299 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2300 * gdb.mi/mi-nonstop.exp: Likewise.
2301 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2302 * gdb.mi/mi-nsintrall.exp: Likewise.
2303 * gdb.mi/mi-nsmoribund.exp: Likewise.
2304 * gdb.mi/mi-nsthrexec.exp: Likewise.
2305 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2306 * gdb.multi/watchpoint-multi.exp: Adjust comment.
2307 * gdb.python/py-evsignal.exp: Don't enable target-async.
2308 * gdb.python/py-evthreads.exp: Likewise.
2309 * gdb.python/py-prompt.exp: Likewise.
2310 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
2311 * gdb.server/solib-list.exp: Don't enable target-async.
2312 * gdb.threads/thread-specific-bp.exp: Likewise.
2313 * lib/mi-support.exp: Adjust to use mi-async.
2314
fd664c91
PA
23152014-05-29 Pedro Alves <palves@redhat.com>
2316
2317 PR gdb/13860
2318 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
2319 reason, even in sync mode.
2320
251bde03
PA
23212014-05-29 Pedro Alves <palves@redhat.com>
2322 Hui Zhu <hui@codesourcery.com>
2323
2324 PR PR15693
2325 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
2326 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
2327 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
2328 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
2329
7f3c0343
JB
23302014-05-28 Joel Brobecker <brobecker@adacore.com>
2331
2332 * config/monitor.exp (gdb_target_monitor): Replace use of
2333 "set remotebaud" by "set serial baud".
2334
b2715b27
AW
23352014-05-26 Andy Wingo <wingo@igalia.com>
2336
2337 * gdb.guile/scm-breakpoint.exp:
2338 * gdb.guile/scm-gsmob.exp: Update to use plain old object
2339 properties instead of gdb-object-properties.
2340
498a4489
YQ
23412014-05-26 Yao Qi <yao@codesourcery.com>
2342
2343 * gdb.server/no-thread-db.exp: Specify source file name
2344 explicitly when setting a breakpoint.
2345
589fdceb
MM
23462014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2347
2348 * gdb.btrace/vdso.c: New.
2349 * gdb.btrace/vdso.exp: New.
2350
e9089e05
MM
23512014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2352
2353 * gdb.base/gcore.exp (capture_command_output): Move ...
2354 * lib/gdb.exp (capture_command_output): ... here.
2355
67b5c0c1
MM
23562014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2357
2358 * gdb.btrace/data.exp: Test memory access during btrace replay.
2359
a2199296
SM
23602014-05-22 Simon Marchi <simon.marchi@ericsson.com>
2361
2362 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
2363
17b2616c
PA
23642014-05-21 Pedro Alves <palves@redhat.com>
2365
2366 PR gdb/13860
2367 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
2368 (top level): Test that output related to execution commands is
2369 sent to the console with CLI commands, but not with MI commands.
2370 Test that breakpoint events are always mirrored to the console.
2371 Also expect the new source line to be output after a "next" in
2372 async mode too. Make it a pass/fail test.
2373 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
2374 output.
2375 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
2376
5166082f
PA
23772014-05-21 Pedro Alves <palves@redhat.com>
2378
2379 * gdb.base/list.exp (build_pattern, test_list): New procedures.
2380 Use them to test variations of "list" after reaching a breakpoint.
2381 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
2382 Test "list" with listsize 10 after reaching a breakpoint.
2383 * gdb.python/python.exp (decode_line current location line
2384 number): Adjust expected line number.
2385
2f25d70f
SM
23862014-05-21 Simon Marchi <simon.marchi@ericsson.com>
2387
2388 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
2389 behavior for $args, pass it directly to "run".
2390
ff604a67
MR
23912014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
2392
2393 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
2394 30000 to 65536.
2395
6a3cb8e8
PA
23962014-05-21 Pedro Alves <palves@redhat.com>
2397
2398 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
2399 auto-connect-native-target off".
2400 * gdb.base/auto-connect-native-target.c: New file.
2401 * gdb.base/auto-connect-native-target.exp: New file.
2402
4ebfc96e
PA
24032014-05-21 Pedro Alves <palves@redhat.com>
2404
2405 * gdb.base/default.exp: Test "target native" instead of "target
2406 child".
2407
36d46afb
MW
24082014-05-21 Mark Wielaard <mjw@redhat.com>
2409
2410 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2411
5876f503
JK
24122014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2413
2414 Fix TLS access for -static -pthread.
2415 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
2416 <HAVE_TLS> (thread_function, main): Initialize it.
2417 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
2418 Add clean_restart.
2419 <$have_tls != "">: Check TLSVAR.
2420
0256a6ac
PA
24212014-05-21 Pedro Alves <palves@redhat.com>
2422
2423 * gdb.base/dcache-line-read-error.c: New.
2424 * gdb.base/dcache-line-read-error.exp: New.
2425
936d2992
PA
24262014-05-20 Pedro Alves <palves@redhat.com>
2427
2428 * gdb.base/compare-sections.c: New file.
2429 * gdb.base/compare-sections.exp: New file.
2430
802e8e6d
PA
24312014-05-20 Pedro Alves <palves@redhat.com>
2432
2433 * gdb.base/break-idempotent.c: New file.
2434 * gdb.base/break-idempotent.exp: New file.
2435
e59fa00f
MM
24362014-05-20 Markus Metzger <markus.t.metzger@intel.com>
2437
2438 * gdb.btrace/nohist.exp: New.
2439
8b696e31
YQ
24402014-05-20 Yao Qi <yao@codesourcery.com>
2441
2442 * lib/gdb.exp (gdb_init): Set timeout if test file is under
2443 gdb.reverse directory and gdb_reverse_timeout exists in board
2444 setting.
2445 * README: Document gdb_reverse_timeout.
2446
73c9764f
YQ
24472014-05-20 Yao Qi <yao@codesourcery.com>
2448
2449 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
2450 'test_file_name'. Treat args as a string instead of a list.
2451 (gdb_init): Rename argument 'args' by 'test_file_name'.
2452
f1f4348a
JK
24532014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2454
2455 * gdb.arch/powerpc-power.exp: New file.
2456 * gdb.arch/powerpc-power.s: New file.
2457
0dbe70ce
DE
24582014-05-16 Doug Evans <dje@google.com>
2459
2460 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
2461 * gdb.base/completion.exp: Check that all expected files exist
2462 before doing file completion.
0dbe70ce 2463
8d551b02
DE
24642014-05-16 Doug Evans <dje@google.com>
2465
2466 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
2467 Update.
2468 (do_syscall_tests_without_xml): Update.
2469
73eb7709
PA
24702014-05-16 Pedro Alves <palves@redhat.com>
2471
2472 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
2473 instead of "unknown output after running".
2474
3fae92fc
YQ
24752014-05-16 Yao Qi <yao@codesourcery.com>
2476
2477 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
2478 file1.txt from host at the end.
2479 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2480
c2b2ccc5
DE
24812014-05-15 Doug Evans <dje@google.com>
2482
2483 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
2484 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
2485 loading file. Add test for TU lookup.
2486
8c217a4b
SM
24872014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2488
2489 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
2490 calling "-exec-arguments" or "set args" before running the
2491 inferior.
2492
3deb39c6
SM
24932014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2494
2495 * lib/mi-support.exp (mi_expect_stop): Expect message for
2496 inferiors that exit with non-zero exit code.
2497
71a79f8c
YQ
24982014-05-14 Yao Qi <yao@codesourcery.com>
2499
2500 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
2501 match absolute path on remote host.
2502 (test_file_list_exec_source_files): Remove "/" from the
2503 pattern.
2504
f23fcd46
YQ
25052014-05-14 Yao Qi <yao@codesourcery.com>
2506
2507 * boards/local-remote-host-notty.exp (${board}_file): New
2508 proc.
2509
9404b58f
KM
25102014-05-07 Kyle McMartin <kyle@redhat.com>
2511
2512 Pushed by Joel Brobecker <brobecker@adacore.com>.
2513 * gdb.arch/aarch64-atomic-inst.c: New file.
2514 * gdb.arch/aarch64-atomic-inst.exp: New file.
2515
5e45f04c
YQ
25162014-05-07 Yao Qi <yao@codesourcery.com>
2517
2518 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
2519 in current context" too.
2520
c888a17d
KS
25212014-05-05 Keith Seitz <keiths@redhat.com>
2522
2523 * gdb.linespec/ls-dollar.exp: Add test for linespec
2524 file:convenience_variable.
2525
290a839c
YQ
25262014-05-05 Yao Qi <yao@codesourcery.com>
2527
2528 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
2529 traceframes into tfile and ctf trace files. Read data from
2530 trace file and test collected data.
2531 (gdb_collect_locals_test): Likewise.
2532 (gdb_unavailable_registers_test): Likewise.
2533 (gdb_unavailable_floats): Likewise.
2534 (gdb_collect_globals_test): Likewise.
2535 (top-level): Append "ctf" to trace_file_targets if GDB
2536 supports.
2537
b5262cd0
YQ
25382014-05-05 Yao Qi <yao@codesourcery.com>
2539
2540 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
2541 code to ...
2542 (gdb_collect_args_test_1): ... it. New proc.
2543 (gdb_collect_locals_test): Move some code to ...
2544 (gdb_collect_locals_test_1): ... it. New proc.
2545 (gdb_unavailable_registers_test): Move some code to ...
2546 (gdb_unavailable_registers_test_1): ... it. New proc.
2547 (gdb_unavailable_floats): Move some code to ...
2548 (gdb_unavailable_floats_1): ... it. New proc.
2549
30a1e6cc
SDJ
25502014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2551
2552 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
2553 probes to test for bitness recognition.
2554 * gdb.arch/amd64-stap-optional-prefix.exp
2555 (test_probe_value_without_reg): New procedure.
2556 Add code to test for different kinds of bitness.
2557
f33da99a
SDJ
25582014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2559
2560 PR breakpoints/16889
2561 * gdb.arch/amd64-stap-optional-prefix.S: New file.
2562 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2563
5b80f00d
PA
25642014-05-01 Pedro Alves <palves@redhat.com>
2565
2566 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
2567 gdb_file_cmd if no file is specified.
2568 * boards/native-extended-gdbserver.exp (gdb_load): Use the
2569 last_loaded_file to set the remote exec-file.
2570
f8c2a73c
PA
25712014-05-01 Pedro Alves <palves@redhat.com>
2572
2573 * boards/local-remote-host.exp: New file.
2574
be6e8ac7
PA
25752014-05-01 Pedro Alves <palves@redhat.com>
2576
2577 * boards/local-remote-host.exp: Rename to ...
2578 * boards/local-remote-host-notty.exp: ... this.
2579
cac0dc8f
JB
25802014-04-28 Joel Brobecker <brobecker@adacore.com>
2581
2582 * gdb.ada/dyn_arrayidx: New testcase.
2583
9730e6cc
YQ
25842014-04-26 Yao Qi <yao@codesourcery.com>
2585
2586 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
2587 and compute the length of function main. Save it in
2588 $main_length.
2589 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
2590 (top-level): Use gdb_compile to compile objects into
2591 executable and restart GDB. Remove invocation to
2592 prepare_for_testing.
2593
7ae1a6a6
PA
25942014-04-25 Simon Marchi <simon.marchi@ericsson.com>
2595 Pedro Alves <palves@redhat.com>
2596
2597 PR server/16255
2598 * gdb.multi/multi-attach.c: New file.
2599 * gdb.multi/multi-attach.exp: New file.
2600
4082afcc
PA
26012014-04-25 Pedro Alves <palves@redhat.com>
2602
2603 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
2604 user.
2605 (top level): Test that "set remote conditional-breakpoints-packet
2606 off" works as intended.
2607 * gdb.base/dprintf.exp: Test that "set remote
2608 breakpoint-commands-packet off" works as intended.
2609 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
2610 New function.
2611 (top level): Call it.
2612 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
2613 remote fast-tracepoints-packet off" works as intended.
2614 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
2615 * lib/gdb.exp (gdb_is_target_remote): ... here.
2616
2abc3f8d
DB
26172014-04-24 David Blaikie <dblaikie@gmail.com>
2618
2619 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
2620 ensure clang would not discard them.
2621 * gdb.base/gdbvars.c: Ditto.
2622 * gdb.base/memattr.c: Ditto.
2623 * gdb.base/whatis.c: Ditto.
2624 * gdb.python/py-prettyprint.c: Ditto.
2625 * gdb.trace/actions.c: Ditto.
2626 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
2627 ensure clang would not discard it.
2628
bfd39632
DB
26292014-04-24 David Blaikie <dblaikie@gmail.com>
2630
2631 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
2632 clang to emit the full definition of type required by the test
2633 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
2634
22842ff6
DB
26352014-04-24 David Blaikie <dblaikie@gmail.com>
2636
2637 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
2638 coax Clang into emitting the definition of the type.
2639 * gdb.cp/pr10728-x.h (y): Ditto.
2640 * gdb.cp/pr10728-y.cc (y): Ditto.
2641
c2e827ad
DB
26422014-04-24 David Blaikie <dblaikie@gmail.com>
2643
2644 * gdb.base/label.exp: XFAIL label related tests under Clang.
2645 * gdb.cp/cplabel.exp: Ditto.
2646 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
2647 under Clang those using labels.
2648
4c2d33e7
YQ
26492014-04-25 Yao Qi <yao@codesourcery.com>
2650
2651 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
2652 double_label.
2653 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
2654 partial_label and double_label.
2655
56083b99
DB
26562014-04-24 David Blaikie <dblaikie@gmail.com>
2657
2658 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
2659
25d4e99d
DB
26602014-04-24 David Blaikie <dblaikie@gmail.com>
2661
2662 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
2663 of the function to work across GCC and Clang.
2664 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
2665 pointer types (const void ** const V void **).
2666
01f9f808
MS
26672014-04-24 Michael Sturm <michael.sturm@mintel.com>
2668 Walfred Tedeschi <walfred.tedeschi@intel.com>
2669
2670 * Makefile.in (EXECUTABLES): Added i386-avx512.
2671 * gdb.arch/i386-avx512.c: New file.
2672 * gdb.arch/i386-avx512.exp: Likewise.
2673
4b48d439
KS
26742014-04-23 Keith Seitz <keiths@redhat.com>
2675
2676 * lib/mi-support.exp (mi_list_breakpoints): Delete.
2677 (mi_make_breakpoint_table): New procedure.
2678 (mi_create_breakpoint): Use mi_make_breakpoint
2679 and return the result.
2680 (mi_make_breakpoint): New procedure.
2681 (mi_build_kv_pairs): New procedure.
2682
2683 * gdb.mi/mi-break.exp: Remove unused globals,
2684 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
2685 All callers updated.
2686 * gdb.mi/mi-dprintf.exp: Use variable to track command
2687 number.
2688 Update all callers of mi_create_breakpoint and use
2689 mi_make_breakpoint_table.
2690 Remove any unused global variables.
2691 * gdb.mi/mi-nonstop.exp: Likewise.
2692 * gdb.mi/mi-nsintrall.exp: Likewise.
2693 * gdb.mi/mi-nsmoribund.exp: Likewise.
2694 * gdb.mi/mi-nsthrexec.exp: Likewise.
2695 * gdb.mi/mi-reverse.exp: Likewise.
2696 * gdb.mi/mi-simplerun.exp: Likewise.
2697 * gdb.mi/mi-stepn.exp: Likewise.
2698 * gdb.mi/mi-syn-frame.exp: Likewise.
2699 * gdb.mi/mi-until.exp: Likewise.
2700 * gdb.mi/mi-var-cp.exp: Likewise.
2701 * gdb.mi/mi-var-display.exp: Likewise.
2702 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
2703 * gdb.mi/mi2-var-child.exp: Likewise.
2704 * gdb.mi/mi-vla-c99.exp: Likewise.
2705 * lib/mi-support.exp: Likewise.
2706
2707 From Ian Lance Taylor <iant@cygnus.com>:
2708 * lib/gdb.exp (parse_args): New procedure.
2709
08351840
PA
27102014-04-23 Pedro Alves <palves@redhat.com>
2711
2712 * gdb.base/break-unload-file.c: New file.
2713 * gdb.base/break-unload-file.exp: New file.
2714 * gdb.base/sym-file-lib.c (baz): New function.
2715 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
2716 field.
2717 (load): Store the segment's mapped size.
2718 (unload): New function.
2719 (unload_shlib): New function.
2720 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
2721 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
2722 set a breakpoint at baz, and call it.
2723 * gdb.base/sym-file.exp: New tests for stale breakpoint
2724 instructions.
2725
076855f9
PA
27262014-04-23 Pedro Alves <palves@redhat.com>
2727
2728 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
2729 * gdb.base/hbreak-in-shr-unsupported.c: New file.
2730 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
2731 * gdb.base/hbreak-unmapped.c: New file.
2732 * gdb.base/hbreak-unmapped.exp: New file.
2733 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
2734 * lib/gdb.exp (gdb_is_target_remote): ... here.
2735
483805cf
PA
27362014-04-22 Pedro Alves <palves@redhat.com>
2737
2738 * gdb.base/consecutive-step-over.c: New file.
2739 * gdb.base/consecutive-step-over.exp: New file.
2740
06d97543
PA
27412014-04-22 Pedro Alves <palves@redhat.com>
2742
2743 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
2744 instead of send_gdb/gdb_expect.
2745
b4429ea2
YQ
27462014-04-22 Yao Qi <yao@codesourcery.com>
2747
2748 * lib/trace-support.exp (generate_tracefile): New procedure.
2749 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
2750 return 0.
2751 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
2752 if generate_tracefile returns 1.
2753
51d48146
PA
27542014-04-18 Tom Tromey <palves@redhat.com>
2755 Pedro alves <tromey@redhat.com>
2756
2757 PR backtrace/15558
2758 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
2759 with a backtrace limit.
2760 * gdb.python/py-frame-inline.exp: Test running to an inline
2761 function with a backtrace limit, and printing the newest frame.
2762 * gdb.python/py-frame-inline.c (main): Call f.
2763
bd1dce5f
MS
27642014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2765
2766 * gdb.java/jnpe.exp: Drop srcdir from untested path.
2767
40d1a503
MS
27682014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2769
2770 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
2771 Drop prefix from unsupported source file path.
2772
389b98f7
YQ
27732014-04-17 Yao Qi <yao@codesourcery.com>
2774
2775 * lib/gdb.exp (with_target_charset): New proc.
2776 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
2777 with_target_charset.
2778 (test_print_strings): Likewise.
2779 (test_repeat_bytes): Likewise.
2780 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
2781 for some tests.
2782
22869d73
KS
27832014-04-16 Keith Seitz <keiths@redhat.com>
2784
2785 PR gdb/15827
2786 * gdb.dwarf2/corrupt.c: New file.
2787 * gdb.dwarf2/corrupt.exp: New file.
2788
c4f87ca6
KS
27892014-04-16 Keith Seitz <keiths@redhat.com>
2790
2791 PR c++/16597
2792 * gdb.cp/namelessclass.cc: New file.
2793 * gdb.cp/namelessclass.exp: New file.
2794 * gdb.cp/namelessclass.S: New file.
2795
ab19de87
DE
27962014-04-16 Doug Evans <dje@google.com>
2797
2798 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
2799 Add comment.
2800 (gdbserver_default_get_comm_port): New function.
2801 (gdbserver_start): Check if board file provided
2802 "gdbserver,get_comm_port" and use it if so.
2803 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
2804 (gdb,socketport): Set to "stdio".
2805 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
2806 (stdio_gdbserver_template): Delete.
2807 (${board}_get_remote_address): Update.
2808 (${board}_build_remote_cmd): Delete.
2809 (${board}_get_comm_port): New function.
2810 (${board}_spawn): Update.
2811 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
2812 Delete.
2813 (${board}_get_remote_address): Update.
2814 (${board}_get_comm_port): New function.
2815
fc98a809
AB
28162014-04-16 Andrew Burgess <aburgess@broadcom.com>
2817
2818 * gdb.base/memattr.exp: Improve regexps to handle memory regions
2819 appearing in any order.
2820
87fd9e6e
DE
28212014-04-15 Doug Evans <dje@google.com>
2822
2823 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
2824 uninitialized value of "description".
2825
099fc3ea
KS
28262014-04-15 Keith Seitz <keiths@redhat.com>
2827
2828 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
2829 Remove unused globals.
2830 (test_running_the_program): Likewise.
2831 (test_controlled_execution): Likewise.
2832 (test_controlling_breakpoints): Likewise.
2833 (test_program_termination): Likewise.
2834
5da151d4
KS
28352014-04-15 Keith Seitz <keiths@redhat.com>
2836
2837 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
2838 unused globals.
2839 (test_rbreak_creation_and_listing): Likewise.
2840 (test_ignore_count): Likewise.
2841 (test_error): Likewise.
2842
35e5d2f0
PA
28432014-04-15 Pedro Alves <palves@redhat.com>
2844
2845 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
2846 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
2847 sym-file-loader.c.
2848 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
2849 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
2850 to sym-file-loader.c.
2851 (struct library): Forward declare.
2852 (load_shlib, lookup_function): Change prototypes.
2853 (find_shstrtab, find_strtab, find_shdr, find_symtab)
2854 (translate_offset): Remove declarations.
2855 (get_text_addr): New declaration.
2856 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
2857 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
2858 sym-file-loader.h.
2859 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
2860 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
2861 here from sym-file-loader.h.
2862 (struct library): New structure.
2863 (load_shlib, lookup_function): Change prototypes and adjust to
2864 work with a struct library.
2865 (find_shstrtab, find_strtab, find_shdr, find_symtab)
2866 (translate_offset): Make static.
2867 (get_text_addr): New function.
2868 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
2869
eb4c1710
PA
28702014-04-15 Pedro Alves <palves@redhat.com>
2871
2872 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
2873
2d1baf52
PA
28742014-04-15 Pedro Alves <palves@redhat.com>
2875
2876 * gdb.base/sym-file-loader.c: Include <limits.h>.
2877 (SELF_LINK): New define.
2878 (get_origin): New function.
2879 (load_shlib): Use it.
2880 * gdb.base/sym-file.exp: Don't early return if the target is
2881 remote. Use runto_main, and issue fail is that fails. Use
2882 gdb_load_shlibs.
2883 (shlib_name): Delete.
2884 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
2885
7dd6df01
PA
28862014-04-15 Pedro Alves <palves@redhat.com>
2887
2888 * gdb.base/sym-file.exp: Remove regex characters from test
2889 message. Don't refer to breakpoint numbers in test messages.
2890
b50c8614
KS
28912014-04-14 Keith Seitz <keiths@redhat.com>
2892
2893 PR c++/16253
2894 * gdb.cp/var-tag.cc: New file.
2895 * gdb.cp/var-tag.exp: New file.
2896 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2897 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2898 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2899 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2900
3d567982
TT
29012014-04-14 Tom Tromey <tromey@redhat.com>
2902
2903 * gdb.cp/classes.exp (test_enums): Handle underlying type.
2904 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
2905 type.
2906 * gdb.cp/enum-class.exp: New file.
2907 * gdb.cp/enum-class.cc: New file.
2908
0626fc76
TT
29092014-04-14 Tom Tromey <tromey@redhat.com>
2910
2911 * gdb.dwarf2/enum-type.exp: New file.
2912
dca325b3
SA
29132014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2914
2915 * gdb.mi/mi-vla-c99.exp: New file.
2916 * gdb.mi/vla.c: New file.
2917
5854b38a
SA
29182014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2919
2920 * gdb.base/vla-datatypes.c: New file.
2921 * gdb.base/vla-datatypes.exp: New file.
2922
463bb957
SA
29232014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2924
2925 * gdb.base/vla-ptr.c: New file.
2926 * gdb.base/vla-ptr.exp: New file.
2927
3dd170be
SA
29282014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2929
2930 * gdb.dwarf2/count.exp: New file.
2931
5ecaaa66
SA
29322014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2933
2934 * gdb.base/vla-sideeffect.c: New file.
2935 * gdb.base/vla-sideeffect.exp: New file.
2936
41f1ada5
DB
29372014-04-14 David Blaikie <dblaikie@gmail.com>
2938
2939 * gdb.mi/non-stop.c: Add return value for non-void function return
2940 statement.
2941 * gdb.threads/staticthreads.c: Ditto.
2942
0be03e84
DE
29432014-04-12 Siva Chandra Reddy <sivachandra@google.com>
2944 Doug Evans <xdje42@gmail.com>
2945
2946 * gdb.guile/scm-value.c: Improve test case.
2947 * gdb.guile/scm-value.exp: Add new test.
2948
f180a1fb
DB
29492014-04-11 David Blaikie <dblaikie@gmail.com>
2950
2951 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
2952 override Clang's default.
2953
6b662e19
JB
29542014-04-11 Joel Brobecker <brobecker@adacore.com>
2955
2956 Revert the following changes (regressions):
2957
2958 * gdb.base/vla-sideeffect.c: New file.
2959 * gdb.base/vla-sideeffect.exp: New file.
2960
2961 * gdb.dwarf2/count.exp: New file.
2962
2963 * gdb.base/vla-multi.c: New file.
2964 * gdb.base/vla-multi.exp: New file.
2965
2966 * gdb.base/vla-ptr.c: New file.
2967 * gdb.base/vla-ptr.exp: New file.
2968
2969 * gdb.base/vla-datatypes.c: New file.
2970 * gdb.base/vla-datatypes.exp: New file.
2971
2972 * gdb.mi/mi-vla-c99.exp: New file.
2973 * gdb.mi/vla.c: New file.
2974
245a5f0b
KS
29752014-04-11 Keith Seitz <keiths@redhat.com>
2976
2977 PR c++/16675
2978 * gdb.cp/cpsizeof.exp: New file.
2979 * gdb.cp/cpsizeof.cc: New file.
2980
58a84dcf
SA
29812014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2982
191a8a90
JB
2983 * gdb.mi/mi-vla-c99.exp: New file.
2984 * gdb.mi/vla.c: New file.
58a84dcf 2985
c8655f75
SA
29862014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2987
2988 * gdb.base/vla-datatypes.c: New file.
2989 * gdb.base/vla-datatypes.exp: New file.
2990
024e13b4
SA
29912014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2992
2993 * gdb.base/vla-ptr.c: New file.
2994 * gdb.base/vla-ptr.exp: New file.
2995
1a237e0e
SA
29962014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2997
2998 * gdb.base/vla-multi.c: New file.
2999 * gdb.base/vla-multi.exp: New file.
3000
504f3432
SA
30012014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3002
3003 * gdb.dwarf2/count.exp: New file.
3004
3bce8237
SA
30052014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3006
191a8a90
JB
3007 * gdb.base/vla-sideeffect.c: New file.
3008 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 3009
322f9c21
YQ
30102014-04-11 Yao Qi <yao@codesourcery.com>
3011
3012 * gdb.base/completion.exp: Check file exists before running tests
3013 on file completion.
3014
d708bcd1
PA
30152014-04-10 Pedro Alves <palves@redhat.com>
3016
3017 * gdb.base/cond-eval-mode.c: New file.
3018 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
3019 prepare_for_testing to build the new file. Check result of
3020 runto_main.
3021 (test_break, test_watch): New procedures.
3022 (top level): Use them.
3023
ae1d2761
PM
30242014-04-08 Pierre Muller <muller@sourceware.org>
3025
3026 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
3027 Ctrl-V use for mingw hosts.
3028
7af389b8
SC
30292014-04-07 Siva Chandra Reddy <sivachandra@google.com>
3030
3031 * gdb.python/py-value.c: Improve test case.
3032 * gdb.python/py-value.exp: Add new test.
3033
5e703181
DE
30342014-04-07 David Blaikie <dblaikie@gmail.com>
3035
3036 * lib/compiler.c: Identify the clang compiler.
3037 * lib/compiler.cc: Ditto.
3038
9810b410
YQ
30392014-04-03 Yao Qi <yao@codesourcery.com>
3040
3041 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
3042
98d1b8dc
AB
30432014-04-01 Anton Blanchard <anton@samba.org>
3044
3045 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
3046 messages unique.
3047
3114cea1
AB
30482014-04-01 Anton Blanchard <anton@samba.org>
3049
3050 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
3051 prepare_for_testing.
3052
62f7182c
AB
30532014-04-01 Anton Blanchard <anton@samba.org>
3054
3055 * gdb.arch/ppc64-atomic-inst.c: Remove.
3056 * gdb.arch/ppc64-atomic-inst.S: New file.
3057 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
3058
770e7fc7
DE
30592014-03-31 Doug Evans <dje@google.com>
3060
3061 * gdb.base/print-symbol-loading-lib.c: New file.
3062 * gdb.base/print-symbol-loading-main.c: New file.
3063 * gdb.base/print-symbol-loading.exp: New file.
3064
46e2bafa
YQ
30652014-03-31 Yao Qi <yao@codesourcery.com>
3066
3067 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
3068
8776cfe9
JB
30692014-03-28 Joel Brobecker <brobecker@adacore.com>
3070
3071 * gdb.ada/mi_dyn_arr: New testcase.
3072
5d1ef361
DE
30732014-03-27 Doug Evans <dje@google.com>
3074
3075 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
3076
b5bee914
YQ
30772014-03-27 Yao Qi <yao@codesourcery.com>
3078
3079 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
3080 if target is nios2-*-*.
3081
0d4d0e77
YQ
30822014-03-26 Yao Qi <yao@codesourcery.com>
3083
3084 * lib/gdb.exp (readline_is_used): New proc.
3085 * gdb.base/completion.exp: Move tests on command complete up.
3086 Skip the rest of tests if readline is not used.
3087 * gdb.ada/complete.exp: Skp the test if readline is not
3088 used.
3089 * gdb.base/filesym.exp: Likewise.
3090 * gdb.base/macscp.exp: Likewise.
3091 * gdb.base/readline-ask.exp: Likewise.
3092 * gdb.base/readline.exp: Likewise.
3093 * gdb.python/py-cmd.exp: Likewise.
3094 * gdb.trace/tfile.exp: Likewise.
3095
29361eee
YQ
30962014-03-26 Yao Qi <yao@codesourcery.com>
3097
3098 * gdb.base/macscp.exp: Fix code format issues.
3099
bc9a5525
UW
31002014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
3101
3102 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
3103 * gdb.asm/powerpc64le.inc: New file.
3104
d3839ede
PA
31052014-03-25 Pedro Alves <palves@redhat.com>
3106 Doug Evans <dje@google.com>
3107
3108 * gdb.base/source-execution.c: New file.
3109 * gdb.base/source-execution.exp: New file.
3110 * gdb.base/source-execution.gdb: New file.
3111
01672a57
DE
31122014-03-24 Doug Evans <dje@google.com>
3113
3114 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
3115 using fission.
3116
88bbeca9
HZ
31172014-03-24 Hui Zhu <hui@codesourcery.com>
3118 Pedro Alves <palves@redhat.com>
3119
3120 PR breakpoints/16101
3121 * gdb.base/dprintf.exp: Use unsupported rather than changing the
3122 test pass/fail messages. Detect missing support for dprintf when
3123 breakpoints are actually inserted.
3124 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
3125 breakpoints are actually inserted.
3126 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
3127 fails.
3128
d2348791
JK
31292014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3130
3131 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
3132
feef67ab
DE
31332014-03-22 Doug Evans <xdje42@gmail.com>
3134
3135 * gdb.python/python.exp (python not supported): Verify multi-line
3136 python command issues an error.
25d743f9 3137 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 3138 guile command issues an error.
feef67ab 3139
ecebef6a
MR
31402014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
3141
3142 * gdb.threads/thread-specific.exp: Handle the lack of usable
3143 $this_breakpoint and $this_thread.
3144
ccdd1909
HZ
31452014-03-21 Hui Zhu <hui@codesourcery.com>
3146
3147 * gdb.base/attach.exp (do_command_attach_tests): New.
3148
beb460e8
PA
31492014-03-20 Tom Tromey <tromey@redhat.com>
3150 Pedro Alves <palves@redhat.com>
3151
3152 PR cli/15718
3153 * gdb.base/condbreak-call-false.c: New file.
3154 * gdb.base/condbreak-call-false.exp: New file.
3155
40acf43a
PA
31562014-03-20 Pedro Alves <palves@redhat.com>
3157
3158 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
3159 Delete.
3160 (block_signals, unblock_signals): Delete.
3161 (child_function_2, main): Remove references to deleted variable
3162 and functions.
3163
9f5e1e02
PA
31642014-03-20 Pedro Alves <palves@redhat.com>
3165
3166 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
3167 Use pthread_kill to signal thread 2.
3168 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3169 Adjust to make the test send itself a signal rather than using the
3170 host's "kill" command.
3171
99619bea
PA
31722014-03-20 Pedro Alves <palves@redhat.com>
3173
3174 * gdb.threads/multiple-step-overs.c: New file.
3175 * gdb.threads/multiple-step-overs.exp: New file.
3176 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3177 Adjust expected infrun debug output.
3178
2adfaa28
PA
31792014-03-20 Pedro Alves <palves@redhat.com>
3180
3181 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
3182 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
3183
31e77af2
PA
31842014-03-20 Pedro Alves <palves@redhat.com>
3185
3186 PR breakpoints/7143
3187 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
3188 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
3189 of gdb_test_multiple.
3190 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
3191 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
3192
b9f437de
PA
31932014-03-20 Pedro Alves <palves@redhat.com>
3194
3195 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
3196 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
3197
05adc73e
PA
31982014-03-19 Pedro Alves <palves@redhat.com>
3199
3200 * gdb.base/async.exp: Remove early return.
3201
6048b950
PA
32022014-03-19 Pedro Alves <palves@redhat.com>
3203
3204 * gdb.base/async.exp (step& tests): Pass explicit test messages.
3205
8bcfb00a
PA
32062014-03-19 Pedro Alves <palves@redhat.com>
3207
3208 * gdb.base/async.exp (test_background): Expect \r\n after
3209 "completed." in the fail pattern.
3210
884e37dc
PA
32112014-03-19 Pedro Alves <palves@redhat.com>
3212
3213 * gdb.base/async.exp (test_background): New procedure.
3214 Use it for all background execution command tests.
3215
148e57e2
PA
32162014-03-19 Pedro Alves <palves@redhat.com>
3217
3218 * gdb.base/async.exp: Use prepare_for_testing.
3219
f48088c7
PA
32202014-03-19 Pedro Alves <palves@redhat.com>
3221
3222 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
3223 the same line.
3224
e2f6c966
PA
32252014-03-19 Pedro Alves <palves@redhat.com>
3226
3227 * gdb.base/async.c (main): Add "jump here" and "until here" line
3228 marker comments.
3229 * gdb.base/async.exp (jump_here): New global.
3230 (jump& test): Use it.
3231 (until_here): New global.
3232 (until& test): Use it.
3233
c30568d4
PA
32342014-03-19 Pedro Alves <palves@redhat.com>
3235
3236 * gdb.base/async.exp: Don't frob gdb_protocol.
3237
0172b6a7
DE
32382014-03-18 Doug Evans <xdje42@gmail.com>
3239
3240 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
3241 Fix spelling of exec-done-display.
3242
06c868a8
JK
32432014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3244
3245 PR gdb/15358
3246 * gdb.base/gdb-sigterm.c: New file.
3247 * gdb.base/gdb-sigterm.exp: New file.
3248
0c7e1a46
PA
32492014-03-18 Pedro Alves <palves@redhat.com>
3250
3251 PR gdb/13860
3252 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
3253 * lib/mi-support.exp (mi_expect_stop): Add special handling for
3254 solib-event.
3255
f7c77d93
JB
32562014-03-17 Joel Brobecker <brobecker@adacore.com>
3257
3258 * gdb.ada/pckd_arr_ren: New testcase.
3259
5a1e8c7a
DE
32602014-03-13 Doug Evans <xdje42@gmail.com>
3261
3262 PR guile/16612
3263 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
3264 collect after discarding symbols.
3265
350e1a76
DE
32662014-03-13 Ludovic Courtès <ludo@gnu.org>
3267 Doug Evans <xdje42@gmail.com>
3268
3269 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
3270 to history survives a gc.
3271
a69900ae
PA
32722014-03-13 Pedro Alves <palves@redhat.com>
3273
3274 * gdb.base/default.exp: Don't test "target procfs".
3275
5db9f0bd
PA
32762014-03-13 Pedro Alves <palves@redhat.com>
3277
3278 * gdb.base/default.exp: Update "target child" and "target procfs"
3279 tests to not expect "Unix".
3280
b3ccfe11
TT
32812014-03-12 Tom Tromey <tromey@redhat.com>
3282
3283 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
3284 New procs. Add target-async tests.
3285 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
3286 Add target-async tests.
3287
646f4417
AA
32882014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3289
3290 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
3291 'func_start' and 'func_end' for the beginning and end of the
3292 function code, respectively.
3293 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
3294 'func_end' instead of 'func' and 'main'.
3295
288c211f
AA
32962014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3297
3298 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
3299 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
3300 generate the debug info assembler source.
3301
e0c0f156
AA
33022014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3303
3304 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
3305 * gdb.dwarf2/arr-subrange.exp: Likewise.
3306 * gdb.dwarf2/dwz.exp: Likewise.
3307 * gdb.dwarf2/method-ptr.exp: Likewise.
3308 * gdb.dwarf2/missing-sig-type.exp: Likewise.
3309 * gdb.dwarf2/subrange.exp: Likewise.
3310 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
3311 * gdb.dwarf2/implptrpiece.exp: Likewise.
3312 * gdb.dwarf2/nostaticblock.exp: Likewise.
3313
0e5c4555
AA
33142014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3315
3316 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
3317 directory to absolute path name arguments.
3318
5ec18f2b
JG
33192014-03-10 Joel Brobecker <brobecker@adacore.com>
3320
3321 * gdb.ada/tagged_access: New testcase.
3322
847fc4f2
MM
33232014-03-07 Markus Metzger <markus.t.metzger@intel.com>
3324
3325 * gdb.btrace/data.exp: Update expected output.
3326
cc3da688
YQ
33272014-03-06 Yao Qi <yao@codesourcery.com>
3328
3329 * gdb.trace/pr16508.exp: New file.
3330
0f26cec1
PA
33312014-03-05 Pedro Alves <palves@redhat.com>
3332
3333 PR gdb/16575
3334 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
3335 procedure.
3336 (top level): Adjust to use it. Add tests that exercise breakpoint
3337 interaction with the code-cache.
3338
7a5a839f
LC
33392014-02-26 Ludovic Courtès <ludo@gnu.org>
3340
3341 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
3342 test for 'history-append!'.
3343
31aa7e4e
JB
33442014-02-26 Joel Brobecker <brobecker@adacore.com>
3345
3346 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
3347 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
3348 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
3349 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
3350 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
3351 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
3352
1b588015
JB
33532014-02-26 Joel Brobecker <brobecker@adacore.com>
3354
3355 * testsuite/gdb.python/py-pp-re-notag.c: New file.
3356 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
3357 * testsuite/gdb.python/py-pp-re-notag.p: New file.
3358
55426c9d
JB
33592014-02-26 Joel Brobecker <brobecker@adacore.com>
3360
3361 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
3362
dc53a7ad
JB
33632014-02-26 Joel Brobecker <brobecker@adacore.com>
3364
3365 * gdb.dwarf2/arr-stride.c: New file.
3366 * gdb.dwarf2/arr-stride.exp: New file.
3367
12ab52e9
PA
33682014-02-26 Pedro Alves <palves@redhat.com>
3369
3370 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
3371 that won't ever trigger. Make sure that GDB reports the correct
3372 breakpoint that caused the stop.
3373
849c862e
JK
33742014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3375
3376 PR gdb/16626
3377 * gdb.base/auto-load-script: New file.
3378 * gdb.base/auto-load.c: New file.
3379 * gdb.base/auto-load.exp: New file.
3380
71b7d793
JK
3381 PR gdb/16626
3382 * gdb.base/auto-load.exp: Fix out-of-srctree run.
3383
e2f0d509
JK
33842014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3385
3386 Fix dw2-icycle.exp -fsanitize=address GDB crash.
3387 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
3388
50cc37c8
DE
33892014-02-24 Doug Evans <dje@google.com>
3390
3391 * lib/gdb.exp (run_on_host): Log error output if program fails.
3392
ea4758f2
PA
33932014-02-21 Pedro Alves <palves@redhat.com>
3394
3395 * gdb.threads/step-after-sr-lock.c: Rename to ...
3396 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
3397 * gdb.threads/step-after-sr-lock.exp: Rename to ...
3398 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3399 ... this.
3400
d7b30f67
SDJ
34012014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
3402
3403 PR tdep/16397
3404 * gdb.arch/amd64-stap-special-operands.exp: New file.
3405 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
3406 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
3407 * gdb.arch/amd64-stap-triplet.S: Likewise.
3408 * gdb.arch/amd64-stap-triplet.c: Likewise.
3409
83deb43f
JB
34102014-02-20 Joel Brobecker <brobecker@adacore.com>
3411
3412 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
3413 in .section pseudo-op.
3414
adde2bff
DE
34152014-02-20 lin zuojian <manjian2006@gmail.com>
3416 Joel Brobecker <brobecker@adacore.com>
3417 Doug Evans <xdje42@gmail.com>
3418
3419 PR symtab/16581
3420 * gdb.dwarf2/dw2-icycle.S: New file.
3421 * gdb.dwarf2/dw2-icycle.c: New file.
3422 * gdb.dwarf2/dw2-icycle.exp: New file.
3423
f7bd0f78
SC
34242014-02-19 Siva Chandra Reddy <sivachandra@google.com>
3425
3426 * gdb.python/py-value-cc.cc: Improve test case to enable testing
3427 operations on gdb.Value objects.
3428 * gdb.python/py-value-cc.exp: Add new test to test operations on
3429 gdb.Value objects.
3430
c17ef0d5
DE
34312014-02-18 Doug Evans <dje@google.com>
3432
3433 * Makefile.in (TESTS): New variable.
3434 (expanded_tests, expanded_tests_or_none): New variables
3435 (check-single): Pass $(expanded_tests_or_none) to runtest.
3436 (check-parallel): Only run tests in $(TESTS) if non-empty.
3437 (check/no-matching-tests-found): New rule.
3438 * README: Document TESTS makefile variable.
3439
5dd3176f
DE
34402014-02-18 Doug Evans <dje@google.com>
3441
3442 * Makefile.in (check-parallel): rm -rf outputs temp.
3443
0b10be4f
JK
34442014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3445
3446 Fix "ERROR: no fileid for" in the testsuite.
3447 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
3448
85f224e7
DE
34492014-02-12 Doug Evans <dje@google.com>
3450
3451 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
3452 (MISCELLANEOUS): New variable.
3453 (clean): rm -rf $(MISCELLANEOUS).
3454 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
3455 dwp live in the same directory as symlinks, with each symlink pointed
3456 to a differently named file in a different directory.
3457
149b30ff
DE
34582014-02-11 Doug Evans <dje@google.com>
3459
3460 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
3461 of Tcl file commands.
3462
1dfdac32
MK
34632014-02-10 Mark Kettenis <kettenis@gnu.org>
3464
3465 * gdb.threads/step-after-sr-lock.exp: Avoid executing
3466 "kill -SIGUSR1 -1".
3467
aa4fb036
JB
34682014-02-10 Joel Brobecker <brobecker@adacore.com>
3469
3470 * gdb.ada/tick_length_array_enum_idx: New testcase.
3471
ed3ef339
DE
34722014-02-10 Doug Evans <xdje42@gmail.com>
3473
3474 * configure.ac (AC_OUTPUT): Add gdb.guile.
3475 * configure: Regenerate.
3476 * lib/gdb-guile.exp: New file.
3477 * lib/gdb.exp (get_target_charset): New function.
3478 * gdb.base/help.exp: Update expected output from "apropos apropos".
3479 * gdb.guile/Makefile.in: New file.
3480 * gdb.guile/guile.exp: New file.
3481 * gdb.guile/scm-arch.c: New file.
3482 * gdb.guile/scm-arch.exp: New file.
3483 * gdb.guile/scm-block.c: New file.
3484 * gdb.guile/scm-block.exp: New file.
3485 * gdb.guile/scm-breakpoint.c: New file.
3486 * gdb.guile/scm-breakpoint.exp: New file.
3487 * gdb.guile/scm-disasm.c: New file.
3488 * gdb.guile/scm-disasm.exp: New file.
3489 * gdb.guile/scm-equal.c: New file.
3490 * gdb.guile/scm-equal.exp: New file.
3491 * gdb.guile/scm-error.exp: New file.
3492 * gdb.guile/scm-error.scm: New file.
3493 * gdb.guile/scm-frame-args.c: New file.
3494 * gdb.guile/scm-frame-args.exp: New file.
3495 * gdb.guile/scm-frame-args.scm: New file.
3496 * gdb.guile/scm-frame-inline.c: New file.
3497 * gdb.guile/scm-frame-inline.exp: New file.
3498 * gdb.guile/scm-frame.c: New file.
3499 * gdb.guile/scm-frame.exp: New file.
3500 * gdb.guile/scm-generics.exp: New file.
3501 * gdb.guile/scm-gsmob.exp: New file.
3502 * gdb.guile/scm-iterator.c: New file.
3503 * gdb.guile/scm-iterator.exp: New file.
3504 * gdb.guile/scm-math.c: New file.
3505 * gdb.guile/scm-math.exp: New file.
3506 * gdb.guile/scm-objfile-script-gdb.in: New file.
3507 * gdb.guile/scm-objfile-script.c: New file.
3508 * gdb.guile/scm-objfile-script.exp: New file.
3509 * gdb.guile/scm-objfile.c: New file.
3510 * gdb.guile/scm-objfile.exp: New file.
3511 * gdb.guile/scm-ports.exp: New file.
3512 * gdb.guile/scm-pretty-print.c: New file.
3513 * gdb.guile/scm-pretty-print.exp: New file.
3514 * gdb.guile/scm-pretty-print.scm: New file.
3515 * gdb.guile/scm-section-script.c: New file.
3516 * gdb.guile/scm-section-script.exp: New file.
3517 * gdb.guile/scm-section-script.scm: New file.
3518 * gdb.guile/scm-symbol.c: New file.
3519 * gdb.guile/scm-symbol.exp: New file.
3520 * gdb.guile/scm-symtab-2.c: New file.
3521 * gdb.guile/scm-symtab.c: New file.
3522 * gdb.guile/scm-symtab.exp: New file.
3523 * gdb.guile/scm-type.c: New file.
3524 * gdb.guile/scm-type.exp: New file.
3525 * gdb.guile/scm-value-cc.cc: New file.
3526 * gdb.guile/scm-value-cc.exp: New file.
3527 * gdb.guile/scm-value.c: New file.
3528 * gdb.guile/scm-value.exp: New file.
3529 * gdb.guile/source2.scm: New file.
3530 * gdb.guile/types-module.cc: New file.
3531 * gdb.guile/types-module.exp: New file.
3532
7026a7c1
YQ
35332014-02-10 Yao Qi <yao@codesourcery.com>
3534
3535 PR testsuite/16543
3536 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
3537 * configure: Regenerated.
3538 * Makefile.in: New file.
3539
6c466447
AS
35402014-02-08 Andreas Schwab <schwab@linux-m68k.org>
3541
3542 * gdb.python/py-framefilter.exp: Fix typo.
3543
6e854735
YQ
35442014-02-08 Yao Qi <yao@codesourcery.com>
3545
3546 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
3547 that no =breakpoint-modified is emitted when breakpoints are
3548 modified through MI commands.
3549
d137e6dc
PA
35502014-02-07 Pedro Alves <pedro@codesourcery.com>
3551 Pedro Alves <palves@redhat.com>
3552
3553 * gdb.threads/step-after-sr-lock.c: New file.
3554 * gdb.threads/step-after-sr-lock.exp: New file.
3555
b5ee5a50
PA
35562014-02-07 Pedro Alves <palves@redhat.com>
3557
3558 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
3559
3c77faf3
JK
35602014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3561
3562 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
3563 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
3564
6dddc817
DE
35652014-02-06 Doug Evans <xdje42@gmail.com>
3566
3567 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
3568 output.
3569
3570 * gdb.gdb/python-interrupts.exp: New file.
3571
de7b2893
YQ
35722014-02-05 Yao Qi <yao@codesourcery.com>
3573
3574 * gdb.trace/report.exp (use_collected_data): Test the output
3575 of "info threads" and "info inferiors".
3576
66d032ac
YQ
35772014-02-05 Yao Qi <yao@codesourcery.com>
3578
3579 Revert this patch:
3580
3581 2013-05-24 Yao Qi <yao@codesourcery.com>
3582
3583 * gdb.trace/tfile.exp: Test inferior and thread.
3584
591a12a1
UW
35852014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3586
3587 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
3588 on a function.
3589 * gdb.base/step-bt.c: Call hello via function pointer to make
3590 sure its first instruction is executed on powerpc64le-linux.
3591
0ff3e01f
UW
35922014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3593
3594 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
3595
084ee545
UW
35962014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3597
3598 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
3599 of the test patterns for use on little-endian systems.
3600
6ed14ff3
UW
36012014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3602
3603 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
3604 (decimal_vector): Fix for little-endian.
3605
401e27fd
JM
36062014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
3607
3608 * gdb.arch/sparc-sysstep.exp: New file.
3609 * gdb.arch/sparc-sysstep.c: Likewise.
3610
3611 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
3612
8b924729
EBM
36132014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3614
3615 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
3616
fb151210
JB
36172014-01-23 Tom Tromey <tromey@redhat.com>
3618
3619 * gdb.ada/array_char_idx: New testcase.
3620
0740f8d8
TT
36212014-01-23 Tom Tromey <tromey@redhat.com>
3622
3623 PR python/16487:
3624 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
3625 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
3626 classes.
3627
21909fa1
TT
36282014-01-23 Tom Tromey <tromey@redhat.com>
3629
3630 PR python/16491:
3631 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
3632 string from an inferior frame.
3633 * gdb.python/py-framefilter-mi.exp: Update.
3634
87ce2a04
DE
36352014-01-22 Doug Evans <dje@google.com>
3636
3637 * gdb.server/server-mon.exp: Add tests for "set debug-format".
3638
237b092b
AA
36392014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3640
3641 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
3642
d674a709
AA
36432014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3644
3645 * gdb.trace/entry-values.exp: Remove excess space character from
3646 regex patterns. Handle s390 call instruction.
3647
20fa3390
AA
36482014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3649
3650 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
3651 define "*_start" label. Make "name" static.
3652 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
3653 ${name} by references to ${name}_start.
3654
78466714
AA
36552014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3656
3657 * gdb.base/info-macros.exp: Remove "debug" from the compile
3658 options.
3659
ec9f644a
IB
36602014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3661
3662 * gdb.dlang/demangle.exp: New file.
3663
94b1b47e
IB
36642014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3665
3666 * gdb.dlang/primitive-types.exp: New file.
3667
7f420862
IB
36682014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3669
3670 * configure.ac: Create gdb.dlang/Makefile.
3671 * configure: Regenerate.
3672 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
3673 * gdb.dlang/Makefile.in: New file.
3674 * lib/d-support.exp: New file.
3675 * lib/gdb.exp (skip_d_tests): New proc.
3676
52834460
MM
36772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3678
3679 * gdb.btrace/delta.exp: Check reverse stepi.
3680 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
3681 * gdb.btrace/finish.exp: New.
3682 * gdb.btrace/next.exp: New.
3683 * gdb.btrace/nexti.exp: New.
3684 * gdb.btrace/record_goto.c: Add comments.
3685 * gdb.btrace/step.exp: New.
3686 * gdb.btrace/stepi.exp: New.
3687 * gdb.btrace/multi-thread-step.c: New.
3688 * gdb.btrace/multi-thread-step.exp: New.
3689 * gdb.btrace/rn-dl-bind.c: New.
3690 * gdb.btrace/rn-dl-bind.exp: New.
3691 * gdb.btrace/data.c: New.
3692 * gdb.btrace/data.exp: New.
3693 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3694
6e07b1d2
MM
36952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3696
3697 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
3698 * gdb.btrace/exception.exp: Update.
3699 * gdb.btrace/instruction_history.exp: Update.
3700 * gdb.btrace/record_goto.exp: Update.
3701 * gdb.btrace/tailcall.exp: Update.
3702 * gdb.btrace/unknown_functions.exp: Update.
3703 * gdb.btrace/delta.exp: New.
3704
0b722aec
MM
37052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3706
3707 * gdb.btrace/record_goto.exp: Add backtrace test.
3708 * gdb.btrace/tailcall.exp: Add backtrace test.
3709
066ce621
MM
37102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3711
3712 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
3713 * gdb.btrace/record_goto.c: New.
3714 * gdb.btrace/record_goto.exp: New.
3715 * gdb.btrace/x86-record_goto.S: New.
3716
0688d04e
MM
37172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3718
3719 * gdb.btrace/function_call_history.exp: Update tests.
3720 * gdb.btrace/instruction_history.exp: Update tests.
3721
8710b709
MM
37222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3723
3724 * gdb.btrace/function_call_history.exp: Fix expected field
3725 order for "record function-call-history".
3726 Add new tests for "record function-call-history /c".
3727 * gdb.btrace/exception.cc: New.
3728 * gdb.btrace/exception.exp: New.
3729 * gdb.btrace/tailcall.exp: New.
3730 * gdb.btrace/x86-tailcall.S: New.
3731 * gdb.btrace/x86-tailcall.c: New.
3732 * gdb.btrace/unknown_functions.c: New.
3733 * gdb.btrace/unknown_functions.exp: New.
3734 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3735
5de9129b
MM
37362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3737
3738 * gdb.btrace/instruction_history.exp: Update.
3739 * gdb.btrace/function_call_history.exp: Update.
3740
23a7fe75
MM
37412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3742
3743 * gdb.btrace/function_call_history.exp: Fix expected function
3744 trace.
3745 * gdb.btrace/instruction_history.exp: Initialize traced.
3746 Remove traced_functions.
3747
724c7dd8
MM
37482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3749
3750 * gdb.btrace/function_call_history.exp: Update
3751 * gdb.btrace/instruction_history.exp: Update.
3752
6d78d93b
MM
37532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3754
3755 * gdb.btrace/enable.exp: Update expected text.
3756
93a360cc
OJ
37572014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
3758
3759 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
3760 bytes.
3761
3772b53f
MR
37622014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
3763
3764 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
3765
596662fa
OJ
37662014-01-15 Omair Javaid <omair.javaid@linaro.org>
3767
3768 * lib/gdb.exp (supports_process_record): Return true for
3769 arm*-linux*. (supports_reverse): Likewise.
3770
b5b08fb4
SC
37712014-01-13 Siva Chandra Reddy <sivachandra@google.com>
3772
3773 PR python/15464
3774 PR python/16113
3775 * gdb.python/py-type.c: Enhance test case.
3776 * gdb.python/py-value-cc.cc: Likewise
3777 * gdb.python/py-type.exp: Add new tests.
3778 * gdb.python/py-value-cc.exp: Likewise
3779
52d7fb13
AA
37802014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3781 Pedro Alves <palves@redhat.com>
3782
3783 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
3784 Make "name" extern.
3785 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
3786 references to ${name}_start by references to ${name}.
3787
a2cd8cfe
JB
37882014-01-10 Joel Brobecker <brobecker@adacore.com>
3789
3790 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
3791
4e23fced
JB
37922014-01-10 Joel Brobecker <brobecker@adacore.com>
3793
3794 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
3795
c6a9e42c
PA
37962014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
3797 Pedro Alves <palves@redhat.com>
3798
3799 * gdb.mi/mi-info-os.exp: Connect to the target with
3800 mi_gdb_target_load.
3801
b7ea362b
PA
38022014-01-08 Pedro Alves <palves@redhat.com>
3803
3804 * gdb.threads/reconnect-signal.c: New file.
3805 * gdb.threads/reconnect-signal.exp: New file.
3806
5e3f4fab
EBM
38072014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3808
3809 * gdb.base/source-dir.exp: New file.
3810
79301218
JB
38112014-01-07 Joel Brobecker <brobecker@adacore.com>
3812
3813 * gdb.ada/mi_interface: New testcase.
3814
8e355c5d
JB
38152014-01-07 Joel Brobecker <brobecker@adacore.com>
3816
3817 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
3818 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
3819 gdb.ada/pp-rec-component/pck.ads: New files.
3820
c0d48811
JB
38212014-01-07 Joel Brobecker <brobecker@adacore.com>
3822
3823 * gdb.python/py-pp-integral.c: New file.
3824 * gdb.python/py-pp-integral.py: New file.
3825 * gdb.python/py-pp-integral.exp: New file.
3826
17b609c3 3827For older changes see ChangeLog-1993-2013.
c906108c 3828\f
8d8cb839
EZ
3829;; Local Variables:
3830;; mode: change-log
3831;; left-margin: 8
3832;; fill-column: 74
3833;; version-control: never
3834;; End:
902f2ccb 3835
32d0add0 3836 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
3837 Copying and distribution of this file, with or without modification,
3838 are permitted provided the copyright notice and this notice are preserved.
This page took 3.124302 seconds and 4 git commands to generate.