Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
f7e5394d
SM
12015-01-23 Simon Marchi <simon.marchi@ericsson.com>
2
3 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
4 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
5
743649fd
MW
62015-01-15 Mark Wielaard <mjw@redhat.com>
7
8 * gdb.base/noreturn-return.c: New file.
9 * gdb.base/noreturn-return.exp: New file.
10 * gdb.base/noreturn-finish.c: New file.
11 * gdb.base/noreturn-finish.exp: New file.
12
198297aa
PA
132015-01-23 Pedro Alves <palves@redhat.com>
14
15 * gdb.threads/continue-pending-after-query.c: New file.
16 * gdb.threads/continue-pending-after-query.exp: New file.
17
717cf30c
AG
182015-01-22 Anders Granlund <anders.granlund@ericsson.com>
19 Simon Marchi <simon.marchi@ericsson.com>
20
21 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
22 * gdb.base/valgrind-db-attach.exp: Same.
23 * gdb.base/valgrind-infcall.exp: Same.
24 * lib/mi-support.exp (default_mi_gdb_start): Same.
25 * lib/prompt.exp (default_prompt_gdb_start): Same.
26 * lib/gdb.exp (default_gdb_spawn): Same.
27 (gdb_interact): New.
28
29
4b62a76e
JK
302015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
31
32 * gdb.compile/compile.exp (pointer to jit function): New test.
33
b4cdae6f
WW
342015-01-17 Wei-cheng Wang <cole945@gmail.com>
35
36 * lib/gdb.exp (supports_process_record): Return true for
37 powerpc*-*-linux*.
38 (supports_reverse): Likewise.
39
d221e7ef
DB
402015-01-15 Don Breazeal <donb@codesourcery.com>
41
42 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
43 instead of checking whether the target board is remote and
44 use spawn_wait_for_attach instead of exec/sleep.
45 * gdb.base/attach-twice.exp: Likewise.
46
bafffb51
JB
472015-01-15 Joel Brobecker <brobecker@adacore.com>
48
49 * gdb.ada/var_arr_attrs: New testcase.
50
5589af0e
PA
512015-01-14 Pedro Alves <palves@redhat.com>
52 Joel Brobecker <brobecker@adacore.com>
53
54 PR gdb/17525
55 * gdb.base/bp-cmds-execution-x-script.c: New file.
56 * gdb.base/bp-cmds-execution-x-script.exp: New file.
57 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
58
6c400b59
PA
592015-01-14 Pedro Alves <palves@redhat.com>
60
61 PR cli/17828
62 * gdb.base/batch-preserve-term-settings.c: New file.
63 * gdb.base/batch-preserve-term-settings.exp: New file.
64
e02c96a7
DE
652015-01-13 Doug Evans <dje@google.com>
66
67 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
68 binary.
69
576fd14c
JB
702015-01-13 Joel Brobecker <brobecker@adacore.com>
71
72 * Makefile.in (clean mostlyclean): Do not delete *.py.
73
04dccad0
JB
742015-01-13 Joel Brobecker <brobecker@adacore.com>
75
76 * gdb.python/py-lookup-type.exp: New file.
77
3d230f71
PA
782015-01-12 Pedro Alves <palves@redhat.com>
79
80 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
81 restore GDBFLAGS before returning.
82
7e67715d
JK
832015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
84
85 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
86 is_amd64_regs_target and is_x86_like_target.
87
f2e0d4b4
DE
882015-01-11 Doug Evans <xdje42@gmail.com>
89
90 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
91 is given without an explicit form.
92 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
93 attributes.
94 * gdb.dwarf/corrupt.exp: Ditto.
95 * gdb.dwarf2/enum-type.exp: Ditto.
96 * gdb.trace/entry-values.exp: Ditto.
97 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
98
439250fb
DE
992015-01-11 Doug Evans <xdje42@gmail.com>
100
101 PR gdb/15830
102 * gdb.base/maint.exp: Remove references to "maint demangle".
103 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
104 Add tests for explicitly specifying language to demangle.
105 * gdb.dlang/demangle.exp: Ditto.
106
ede9f622
PA
1072015-01-09 Pedro Alves <palves@redhat.com>
108
109 * gdb.threads/non-stop-fair-events.c: New file.
110 * gdb.threads/non-stop-fair-events.exp: New file.
111
a7b796db
PA
1122015-01-09 Pedro Alves <palves@redhat.com>
113
114 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
115 the global scope. Set a breakpoint after all threads are started
116 rather than stepping over two source lines. Expect the prompt.
117 * gdb.base/watch_thread_num.c (threads_started_barrier): New
118 global.
119 (NUM): Now 15.
120 (main): Use threads_started_barrier to wait for all threads to
121 start. Main thread no longer calls thread_function. Exit after
122 180 seconds.
123 (loop): New function.
124 (thread_function): Wait on threads_started_barrier barrier. Call
125 'loop' at each iteration.
126 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
127 threads have started, instead of hardcoding number of "next"
128 steps. Use an access watchpoint instead of a write watchpoint.
129
9665ffdd
PA
1302015-01-09 Pedro Alves <palves@redhat.com>
131
132 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
133 (thread_func): Wait on barrier.
134 (main): Wait for all threads to start before stopping GDB.
135 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
136 global.
137 (thread1_func, thread2_func): Wait on barrier.
138 (main): Wait for all threads to start before stopping GDB.
139 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
140 New global.
141 (thread1_func, thread2_func): Wait on barrier.
142 (main): Wait for all threads to start before stopping GDB.
143
c945a99f
PA
1442015-01-09 Pedro Alves <palves@redhat.com>
145
146 * gdb.threads/attach-many-short-lived-threads.c: New file.
147 * gdb.threads/attach-many-short-lived-threads.exp: New file.
148
c1a747c1
PA
1492014-01-09 Pedro Alves <palves@redhat.com>
150
151 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
152 instead of to thread 2.
153 * gdb.threads/signal-command-multiple-signals-pending.c (main):
154 Add barrier around each pthread_create call instead of around all
155 calls.
156 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
157 Set a break on thread_function and have the child threads hit it
158 one at at a time.
159
60b3033e
PA
1602015-01-09 Pedro Alves <palves@redhat.com>
161
162 * lib/gdb.exp (can_spawn_for_attach): New procedure.
163 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
164 false.
165 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
166 checking whether the target board is remote.
167 * gdb.multi/multi-attach.exp: Likewise.
168 * gdb.python/py-sync-interp.exp: Likewise.
169 * gdb.server/ext-attach.exp: Likewise.
170 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
171 tests that need to attach, instead of checking whether the target
172 board is remote at the top of the file.
173
acc018ac
YQ
1742015-01-08 Yao Qi <yao@codesourcery.com>
175
176 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
177
50a18af8
JK
1782015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
179
180 Fix testcase compilation.
181 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
182
8503d6e1
JB
1832015-01-06 Joel Brobecker <brobecker@adacore.com>
184
185 * gdb.python/py-type.exp: Add a couple test about empty
186 array creation, and negative-length array creation.
187
cc73dbcc
DE
1882015-01-02 Doug Evans <xdje42@gmail.com>
189
190 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
191
0300bbc7
DE
1922015-01-02 Doug Evans <dje@google.com>
193
194 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
195
9d85a0ec
YQ
1962014-12-29 Yao Qi <yao@codesourcery.com>
197
198 * gdb.trace/entry-values.exp: Update comments. Rename variable
199 bar_call_foo to returned_from_foo.
200
87186c6a
MMN
2012014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
202
203 PR gdb/17394
204 * gdb.linespec/break-asm-file.c: New file.
205 * gdb.linespec/break-asm-file.exp: New file.
206 * gdb.linespec/break-asm-file0.s: New file.
207 * gdb.linespec/break-asm-file1.s: New file.
208
1bab7383
YQ
2092014-12-18 Nigel Stephens <nigel@mips.com>
210 Maciej W. Rozycki <macro@codesourcery.com>
211
212 * gdb.base/float.exp: Handle the new output from "info float" on
213 MIPS targets.
214
1bc1068a
JK
2152014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
216
217 Fix MinGW compilation.
218 * gdb.compile/compile-ops.exp: Update untested message if
219 !skip_compile_feature_tests.
220 * gdb.compile/compile-setjmp.exp: Likewise.
221 * gdb.compile/compile-tls.exp: Likewise.
222 * gdb.compile/compile.exp: Likewise.
223 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
224 supported on this host".
225
b6615d10
DE
2262014-12-16 Doug Evans <xdje42@gmail.com>
227
228 * boards/stabs.exp: New file.
229
25dda427
AA
2302014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
231
232 * gdb.base/completion.exp: Adjust to format changes of "maint
233 print user-registers".
234
bf330350
CU
2352014-12-16 Catalin Udma <catalin.udma@freescale.com>
236
237 PR server/17457
238 * gdb.arch/aarch64-fp.c: New file.
239 * gdb.arch/aarch64-fp.exp: New file.
240
395cf596
SDJ
2412014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
242
243 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
244 r210637, r210913, r211666, r215400, r215817).
245
246 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
247 * dg-extract-results.py: New file.
248 * dg-extract-results.sh: Use it if the environment seems
249 suitable.
250
251 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
252
253 * dg-extract-results.py (parse_run): Handle warnings that
254 are printed before a test harness is run.
255
256 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
257
258 * dg-extract-results.py (Named): Remove __cmp__ method.
259 (output_variation): Use a key to sort variation.harnesses.
260
261 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
262
263 * dg-extract-results.py: For Python 3, force sys.stdout to
264 handle surrogate escape sequences.
265 (safe_open): New function.
266 (output_segment, main): Use it.
267
268 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
269
270 * dg-extract-results.py (Prog.result_re): Include options
271 in test name.
272
273 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
274
275 * dg-extract-results.py (output_variation): Always sort if
276 do_sum.
277
e882ef3c
SM
2782014-12-15 Simon Marchi <simon.marchi@ericsson.com>
279
280 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
281 as long as we get pagination notifications.
282
4992aa20
JM
2832014-12-15 Jason Merrill <jason@redhat.com>
284
285 * Makefile.in (check-gdb.%): Restore.
286 * README: Mention it.
287
c1b5a1a6
JB
2882014-12-13 Joel Brobecker <brobecker@adacore.com>
289
290 * gdb.ada/str_uninit: New testcase.
291
5537b577
JK
2922014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
293
294 PR symtab/17642
295 * gdb.base/vla-stub-define.c: New file.
296 * gdb.base/vla-stub.c: New file.
297 * gdb.base/vla-stub.exp: New file.
298
bb2ec1b3
TT
2992014-12-12 Phil Muldoon <pmuldoon@redhat.com>
300 Jan Kratochvil <jan.kratochvil@redhat.com>
301 Tom Tromey <tromey@redhat.com>
302
303 * configure.ac: Add gdb.compile/.
304 * configure: Regenerate.
305 * gdb.compile/Makefile.in: New file.
306 * gdb.compile/compile-ops.exp: New file.
307 * gdb.compile/compile-ops.c: New file.
308 * gdb.compile/compile-tls.c: New file.
309 * gdb.compile/compile-tls.exp: New file.
310 * gdb.compile/compile-constvar.S: New file.
311 * gdb.compile/compile-constvar.c: New file.
312 * gdb.compile/compile-mod.c: New file.
313 * gdb.compile/compile-nodebug.c: New file.
314 * gdb.compile/compile-setjmp-mod.c: New file.
315 * gdb.compile/compile-setjmp.c: New file.
316 * gdb.compile/compile-setjmp.exp: New file.
317 * gdb.compile/compile-shlib.c: New file.
318 * gdb.compile/compile.c: New file.
319 * gdb.compile/compile.exp: New file.
320 * lib/gdb.exp (skip_compile_feature_tests): New proc.
321
4ff709eb
TT
3222014-12-12 Tom Tromey <tromey@redhat.com>
323
324 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
325 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
326
6dddd6a5
DE
3272014-12-12 Doug Evans <dje@google.com>
328
329 * lib/gdb-python.exp (get_python_valueof): New function.
330 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
331
71c24708
AA
3322014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
333
334 * gdb.base/completion.exp: Add test for completion of "info
335 registers ".
336
3e29f34a
MR
3372014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
338
339 * gdb.base/func-ptrs.c: New file.
340 * gdb.base/func-ptrs.exp: New file.
341
fc126975
SM
3422014-12-10 Simon Marchi <simon.marchi@ericsson.com>
343
344 PR breakpoints/17012
345 * gdb.base/dprintf-detach.c: New file.
346 * gdb.base/dprintf-detach.exp: New file.
347
0a46d518
SM
3482014-12-10 Simon Marchi <simon.marchi@ericsson.com>
349
350 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
351 * lib/gdb.exp (target_is_gdbserver): New procedure.
352
a0be3e44
DE
3532014-12-08 Doug Evans <dje@google.com>
354
355 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
356
df1b803a
YQ
3572014-12-05 Yao Qi <yao@codesourcery.com>
358
359 * gdb.guile/scm-error.exp: Remove the third argument to
360 gdb_remote_download.
361 * gdb.guile/scm-frame-args.exp: Likewise.
362 * gdb.guile/scm-section-script.exp: Likewise.
363
ddb9f679
YQ
3642014-12-05 Yao Qi <yao@codesourcery.com>
365
366 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
367
86e4ed39
DE
3682014-12-04 Doug Evans <dje@google.com>
369
370 * gdb.python/py-objfile.exp: Add tests for
371 objfile.add_separate_debug_file.
372
7c50a931
DE
3732014-12-04 Doug Evans <dje@google.com>
374
375 * lib/gdb.exp (get_build_id): New function.
376 (build_id_debug_filename_get): Rewrite to use it.
377 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
378
621661e3
MR
3792014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
380
381 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
382 `method(long)', not just 0x0.
383 * gdb.cp/nsalias.exp: Align code labels to 4.
384 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
385 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
386 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
387 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
388 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
389 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
390
29f0c3b7
DE
3912014-12-02 Doug Evans <dje@google.com>
392
e1e061e7 393 PR symtab/17602
29f0c3b7 394 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 395 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
396 * gdb.cp/anon-ns.exp: Update.
397
162078c8
NB
3982014-12-02 Nick Bull <nicholaspbull@gmail.com>
399
400 * gdb.python/py-events.py (inferior_call_handler): New.
401 (register_changed_handler, memory_changed_handler): New.
402 (test_events.invoke): Register new handlers.
403 * gdb.python/py-events.exp: Add tests for inferior call,
404 memory_changed and register_changed events.
405
fdb09caf
AA
4062014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
407
408 * gdb.base/execl-update-breakpoints.exp: Specify the link address
409 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
410 if the linker doesn't understand this.
411
55cfb2c4
SM
4122014-12-01 Simon Marchi <simon.marchi@ericsson.com>
413
414 * gdb.python/python.exp: Change expected reply to help().
415
9e8cd6df
YQ
4162014-12-01 Yao Qi <yao@codesourcery.com>
417
418 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
419 AC_CONFIG_SUBDIRS(gdb.gdbtk).
420 * configure: Re-generated.
421
6c659fc2
SC
4222014-11-28 Siva Chandra Reddy <sivachandra@google.com>
423
424 * gdb.cp/chained-calls.cc: New file.
425 * gdb.cp/chained-calls.exp: New file.
426 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
427
d7fc3181
SM
4282014-11-28 Simon Marchi <simon.marchi@ericsson.com>
429
430 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
431 * gdb.dwarf2/symtab-producer.exp: Same.
432 * gdb.gdb/python-interrupts.exp: Same.
433 * gdb.gdb/python-selftest.exp: Same.
434 * gdb.python/py-linetable.exp: Same.
435 * gdb.python/py-type.exp: Same.
436 * gdb.python/py-value-cc.exp: Same.
437 * gdb.python/py-value.exp: Same.
438
10e79639
YQ
4392014-11-28 Yao Qi <yao@codesourcery.com>
440
441 * gdb.base/break-probes.exp: Match library name prefixed with
442 sysroot.
443
f28a0564
SM
4442014-11-27 Simon Marchi <simon.marchi@ericsson.com>
445
446 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
447 test expected output. Add parentheses for the call to print.
448 Remove L suffix from integers.
449
3fe1ce1d
DE
4502014-11-26 Doug Evans <dje@google.com>
451
452 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
453
84429e27
YQ
4542014-11-22 Yao Qi <yao@codesourcery.com>
455
456 * gdb.trace/entry-values.c: Remove asms.
457 (foo): Add foo_label.
458 (bar): Add bar_label.
459 * gdb.trace/entry-values.exp: Remove code computing foo's
460 length and bar's length.
461 (Dwarf::assemble): Invoke function_range for bar and use
462 MACRO_AT_func for foo.
463
26741859
YQ
4642014-11-22 Yao Qi <yao@codesourcery.com>
465
466 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
467 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
468 Use .Lgcc43_procstart instead of gcc43.
469
45e44d27
JB
4702014-11-21 Joel Brobecker <brobecker@adacore.com>
471
472 * gdb.ada/n_arr_bound: New testcase.
473
458c8db8
SDJ
4742014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
475
476 PR breakpoints/10737
477 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
478 test_catch_syscall_multi_arch.
479 (test_catch_syscall_multi_arch): New function.
480
43f3e411
DE
4812014-11-20 Doug Evans <xdje42@gmail.com>
482
483 * gdb.base/maint.exp: Update expected output.
484
0d7b2549
AA
4852014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
486
487 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
488 4-byte instruction on S390.
489
8908fca5
JB
4902014-11-19 Joel Brobecker <brobecker@adacore.com>
491
492 * gdb.ada/arr_arr: New testcase.
493
4a46959e
JB
4942014-11-19 Joel Brobecker <brobecker@adacore.com>
495
496 * gdb.ada/pkd_arr_elem: New Testcase.
497
470e2f4e
LM
4982014-11-18 Luis Machado <lgustavo@codesourcery.com>
499
500 * gdb.reverse/break-precsave: Expect completion message for
501 core file reads.
502 * gdb.reverse/consecutive-precsave.exp: Likewise.
503 * gdb.reverse/finish-precsave.exp: Likewise.
504 * gdb.reverse/i386-precsave.exp: Likewise.
505 * gdb.reverse/machinestate-precsave.exp: Likewise.
506 * gdb.reverse/sigall-precsave.exp: Likewise.
507 * gdb.reverse/solib-precsave.exp: Likewise.
508 * gdb.reverse/step-precsave.exp: Likewise.
509 * gdb.reverse/until-precsave.exp: Likewise.
510 * gdb.reverse/watch-precsave.exp: Likewise.
511
a267f3ad
AA
5122014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
513
514 * gdb.base/bp-permanent.c: Include unistd.h.
515 * gdb.python/py-framefilter-mi.c (main): Add return type.
516 * gdb.python/py-framefilter.c (main): Likewise.
517 * gdb.trace/actions-changed.c (main): Likewise.
518
12084a9a
AA
5192014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
520
521 * gdb.mi/until.c: Add eye-catchers.
522 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
523 line numbers.
524
dc7e1a77
AA
5252014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
526
527 * gdb.base/condbreak.exp: Drop references to removed non-prototype
528 function header variants in break1.c.
529 * gdb.base/ena-dis-br.exp: Likewise.
530 * gdb.base/hbreak2.exp: Likewise.
531 * gdb.reverse/until-precsave.exp: Drop references to removed
532 non-prototype function header variants in ur1.c.
533 * gdb.reverse/until-reverse.exp: Likewise.
534
41c77605
PM
5352014-11-17 Petr Machata <pmachata@redhat.com>
536
537 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
538 ${_cu_offset_size} bytes abbrev offset.
539
34248c3a
DE
5402014-11-15 Doug Evans <xdje42@gmail.com>
541
542 PR symtab/17559
543 * gdb.base/line-symtabs.exp: New file.
544 * gdb.base/line-symtabs.c: New file.
545 * gdb.base/line-symtabs.h: New file.
546
646da059
YQ
5472014-11-14 Yao Qi <yao@codesourcery.com>
548
549 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
550 (func): Add label func_label.
551 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
552 Replace low_pc and high_pc with MACRO_AT_range.
553 Replace name, low_pc and high_pc with MACRO_AT_func.
554
9301ebe6
YQ
5552014-11-14 Yao Qi <yao@codesourcery.com>
556
557 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
558 Replace name, low_pc and high_pc with MACRO_AT_func.
559
f166b542
YQ
5602014-11-14 Yao Qi <yao@codesourcery.com>
561
562 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
563 produce debug information.
564 * gdb.dwarf2/implptr-optimized-out.S: Removed.
565
0f6e71e3
YQ
5662014-11-14 Yao Qi <yao@codesourcery.com>
567
568 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
569 object and get function length.
570 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
571 with MACRO_AT_func.
572 (top-level): Replace gdb_compile and clean_restart with
573 prepare_for_testing.
574 * gdb.dwarf2/main.c (main): Add label main_label.
575
876c4df9
YQ
5762014-11-14 Yao Qi <yao@codesourcery.com>
577
578 * lib/dwarf.exp (function_range): New procedure.
579 (Dwarf::_handle_macro_at_func): New procedure.
580 (Dwarf::_handle_macro_at_range): New procedure.
581 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
582
02ad9cf1
YQ
5832014-11-14 Yao Qi <yao@codesourcery.com>
584
585 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
586 (_handle_attribute): New procedure.
587
a59add0c
AA
5882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
589
590 * gdb.ada/cond_lang/foo.c (callme): Add return type.
591 * gdb.base/call-sc.c (zed): Likewise.
592 * gdb.base/checkpoint.c (main): Likewise.
593 * gdb.base/dump.c (main): Likewise.
594 * gdb.base/gcore.c (main): Likewise.
595 * gdb.base/huge.c (main): Likewise.
596 * gdb.base/multi-forks.c (main): Likewise.
597 * gdb.base/pr10179-a.c (main): Likewise.
598 * gdb.base/savedregs.c (main): Likewise.
599 * gdb.base/sigaltstack.c (main): Likewise.
600 * gdb.base/siginfo.c (main): Likewise.
601 * gdb.base/structs.c (zed): Likewise.
602 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
603 * gdb.mi/mi-syn-frame.c (main): Likewise.
604 * gdb.mi/until.c (foo, main): Likewise.
605 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
606 * gdb.base/solib-weak.c (foo): Declare.
607 * gdb.base/attach-twice.c: Include stdio.h.
608 * gdb.base/weaklib1.c: Likewise.
609 * gdb.base/weaklib2.c: Likewise.
610 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
611 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
612 unistd.h.
613 * gdb.base/attach-pie-misread.c: Include stdlib.h.
614 * gdb.mi/mi-exit-code.c: Likewise.
615 * gdb.base/break-interp-lib.c: Include string.h.
616 * gdb.base/coremaker.c: Likewise.
617 * gdb.base/testenv.c: Likewise.
618 * gdb.python/py-finish-breakpoint.c: Likewise.
619 * gdb.base/inferior-died.c: Include sys/wait.h.
620 * gdb.base/fileio.c: Include time.h.
621 * gdb.base/async-shell.c: Include unistd.h.
622 * gdb.base/dprintf-non-stop.c: Likewise.
623 * gdb.base/info-os.c: Likewise.
624 * gdb.mi/mi-console.c: Likewise.
625 * gdb.mi/watch-nonstop.c: Likewise.
626 * gdb.python/py-events.c: Likewise.
627 * gdb.base/async.c (baz): Move up before its invocation.
628 * gdb.base/code_elim2.c (my_global_func): Likewise.
629 * gdb.base/skip-solib-lib.c (multiply): Likewise.
630 * gdb.base/advance.c (func2): Likewise.
631
3b5d5997
AA
6322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
633
634 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
635 variant.
636 * gdb.base/annota3.c: Likewise.
637 * gdb.base/async.c: Likewise.
638 * gdb.base/average.c: Likewise.
639 * gdb.base/call-ar-st.c: Likewise.
640 * gdb.base/call-rt-st.c: Likewise.
641 * gdb.base/call-sc.c: Likewise.
642 * gdb.base/call-strs.c: Likewise.
643 * gdb.base/ending-run.c: Likewise.
644 * gdb.base/execd-prog.c: Likewise.
645 * gdb.base/exprs.c: Likewise.
646 * gdb.base/foll-exec.c: Likewise.
647 * gdb.base/foll-fork.c: Likewise.
648 * gdb.base/foll-vfork.c: Likewise.
649 * gdb.base/funcargs.c: Likewise.
650 * gdb.base/gcore.c: Likewise.
651 * gdb.base/jump.c: Likewise.
652 * gdb.base/langs0.c: Likewise.
653 * gdb.base/langs1.c: Likewise.
654 * gdb.base/langs2.c: Likewise.
655 * gdb.base/mips_pro.c: Likewise.
656 * gdb.base/nodebug.c: Likewise.
657 * gdb.base/opaque0.c: Likewise.
658 * gdb.base/opaque1.c: Likewise.
659 * gdb.base/recurse.c: Likewise.
660 * gdb.base/run.c: Likewise.
661 * gdb.base/scope0.c: Likewise.
662 * gdb.base/scope1.c: Likewise.
663 * gdb.base/setshow.c: Likewise.
664 * gdb.base/setvar.c: Likewise.
665 * gdb.base/shmain.c: Likewise.
666 * gdb.base/shr1.c: Likewise.
667 * gdb.base/shr2.c: Likewise.
668 * gdb.base/sigall.c: Likewise.
669 * gdb.base/signals.c: Likewise.
670 * gdb.base/so-indr-cl.c: Likewise.
671 * gdb.base/solib2.c: Likewise.
672 * gdb.base/structs.c: Likewise.
673 * gdb.base/sum.c: Likewise.
674 * gdb.base/vforked-prog.c: Likewise.
675 * gdb.base/watchpoint.c: Likewise.
676 * gdb.reverse/shr2.c: Likewise.
677 * gdb.reverse/until-reverse.c: Likewise.
678 * gdb.reverse/ur1.c: Likewise.
679 * gdb.reverse/watch-reverse.c: Likewise.
680
066a77c5
AA
6812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
682
683 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
684 variant.
685 * gdb.base/sepdebug.exp: Drop references to removed code.
686
4f204ea5
AA
6872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
688
689 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
690 variant. Preserve original line numbering.
691 * gdb.base/list1.c: Likewise.
692
3b377a3a
AA
6932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
694
695 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
696 variant.
697 * gdb.base/break1.c: Likewise.
698 * gdb.base/break.exp: Drop references to removed code.
699
e444df73
AA
7002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
701
702 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
703 variant.
704
8008f2a7
AA
7052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
706
707 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
708
a5a06887
AA
7092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
710
711 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
712 logic into perform_all_tests() and invoke it with and without
713 function header prototypes.
714 (do_function_calls): Remove conditional XFAIL for PR 5318.
715 (rerun_and_prepare): Remove duplicate code.
716 (perform_all_tests): New. Main logic moved here.
717
44dba9b9
AA
7182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
719
720 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
721 code guarded by #ifdef NO_PROTOTYPES.
722 (t_double_many_args): Likewise.
723 (DEF_FUNC_MANY_ARGS_1): Likewise.
724 (DEF_FUNC_VALUES_1): Likewise.
725 (t_structs_ldc): Renamed from t_structs_fc in conditional code
726 guarded by #ifdef PROTOTYPES.
727
d1fbcd56
AA
7282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
729
730 * gdb.mi/mi-console.c: Add eye-catcher.
731 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
732 instead of literal line number.
733
b0e59b8f
AA
7342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
735
736 * gdb.base/shr2.c: Add eye-catcher.
737 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
738 line number.
739
78f98cca
AA
7402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
741
742 * gdb.base/jump.c: Add eye-catchers.
743 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
744 numbers.
745
58fa2af0
AA
7462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
747
748 * gdb.base/execd-prog.c: Add eye-catchers.
749 * gdb.base/foll-exec.c: Likewise.
750 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
751 line numbers.
752
04e5059b
AA
7532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
754
755 * gdb.base/ending-run.c: Add eye-catchers.
756 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
757 literal line numbers.
758
dbfdb174
AA
7592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
760
761 * gdb.base/call-rt-st.c: Add eye-catchers.
762 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
763 literal line numbers.
764
888a2ade
AA
7652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
766
767 * gdb.base/call-ar-st.c: Add eye-catchers.
768 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
769 literal line numbers.
770
6acc2dde
AA
7712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
772
773 * gdb.base/average.c: Add eye-catchers.
774 * gdb.base/sum.c: Likewise.
775 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
776 regexps dynamically.
777
9ecfcd1d
AA
7782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
779
780 * gdb.base/solib1.c: Add eye-catchers.
781 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
782 literal line numbers.
783
78708b7c
PA
7842014-11-12 Pedro Alves <palves@redhat.com>
785
786 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
787 leader has exited.
788
af48d08f
PA
7892014-11-12 Pedro Alves <palves@redhat.com>
790
791 * gdb.arch/i386-bp_permanent.c: New file.
792 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
793 (srcfile): Set to i386-bp_permanent.c.
794 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
795 that stepi does not execute the 'leave' instruction, instead of
796 testing it does execute.
797 * gdb.base/bp-permanent.c: New file.
798 * gdb.base/bp-permanent.exp: New file.
799
af3768e9
DE
8002014-11-10 Doug Evans <xdje42@gmail.com>
801
802 PR symtab/17564
803 * gdb.base/symtab-search-order.exp: New file.
804 * gdb.base/symtab-search-order.c: New file.
805 * gdb.base/symtab-search-order-1.c: New file.
806 * gdb.base/symtab-search-order-shlib-1.c: New file.
807
9de00a4a
PA
8082014-11-07 Pedro Alves <palves@redhat.com>
809
810 PR gdb/17511
811 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
812 i?86-*-linux*.
813
e0f52461
SC
8142014-11-03 Siva Chandra Reddy <sivachandra@google.com>
815
816 PR c++/17494
817 * gdb.cp/pr17494.cc: New file.
818 * gdb.cp/pr17494.exp: New file.
819
6ce8c980
YQ
8202014-11-02 Yao Qi <yao@codesourcery.com>
821
822 * gdb.python/python.exp: Get working directory and match the
823 output of "set extended-prompt \\w " with it.
824
02be9a71
DE
8252014-10-30 Doug Evans <dje@google.com>
826
827 * gdb.python/py-objfile.exp: Add tests for setting random attributes
828 in objfiles.
829 * gdb.python/py-progspace.exp: Add tests for setting random attributes
830 in progspaces.
831
3bdff46b
LM
8322014-10-30 Janis Johnson <janisjo@codesourcery.com>
833
834 * gdb.base/fullpath-expand.exp: Skip for a remote host.
835 * gdb.base/realname-expand.exp: Likewise.
836 * gdb.linespec/macro-relative.exp: Likewise.
837
ab917dfb
PA
8382014-10-29 Pedro Alves <palves@redhat.com>
839
840 PR gdb/17408
841 * gdb.threads/schedlock.c (some_function): New function.
842 (call_function): New global.
843 (MAYBE_CALL_SOME_FUNCTION): New macro.
844 (thread_function): Call it.
845 * gdb.threads/schedlock.exp (get_args): Add description parameter,
846 and use it instead of a global counter. Adjust all callers.
847 (get_current_thread): Use "find current thread" for test message
848 here rather than having all callers pass down the same string.
849 (goto_loop): New procedure, factored out from ...
850 (my_continue): ... this.
851 (step_ten_loops): Change parameter from test message to command to
852 use. Adjust.
853 (list_count): Delete global.
854 (check_result): New procedure, factored out from duplicate top
855 level code.
856 (continue tests): Wrap in with_test_prefix.
857 (test_step): New procedure, factored out from duplicate top level
858 code.
859 (top level): Test "step" in combination with all scheduler-locking
860 modes. Test "next" in combination with all scheduler-locking
861 modes, and in combination with stepping over a function call or
862 not.
863 * gdb.threads/next-bp-other-thread.c: New file.
864 * gdb.threads/next-bp-other-thread.exp: New file.
865
d3d4baed
PA
8662014-10-29 Pedro Alves <palves@redhat.com>
867
868 PR python/17372
869 * gdb.python/python.exp: Test a multi-line command that spawns
870 interactive Python.
871 * gdb.base/multi-line-starts-subshell.exp: New file.
872
563e8d85
YQ
8732014-10-29 Yao Qi <yao@codesourcery.com>
874
875 * gdb.base/fileio.exp: Make directories on host.
876
0ea4d52e
YQ
8772014-10-29 Yao Qi <yao@codesourcery.com>
878
879 * gdb.base/fileio.c (test_write): Close the file.
880
7f5ef605
PA
8812014-10-28 Pedro Alves <palves@redhat.com>
882
883 PR gdb/12623
884 * gdb.base/sigstep.c (no_handler): New global.
885 (main): If 'no_handler is true, set the signal handlers to
886 SIG_IGN.
887 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
888 with_sw_watch and no_handler parameters. Handle them.
889 (top level) <stepping over handler when stopped at a breakpoint
890 test>: Add a test axis for testing with a software watchpoint, and
891 another for testing with the signal handler set to SIG_IGN.
892 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
893 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
894
abbdbd03
PA
8952014-10-28 Pedro Alves <palves@redhat.com>
896
897 PR gdb/17511
898 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
899 * gdb.base/sigstep.exp (other_handler_location): New global.
900 (advance): Support stepping into the signal handler, and running
901 commands while in the handler.
902 (in_handler_map): New global.
903 (top level): In the advance test, add combinations for getting
904 into the handler with stepping commands, and for running commands
905 in the handler. Add comment descripting the advancei tests.
906
1df4399f
PA
9072014-10-28 Pedro Alves <palves@redhat.com>
908
909 * gdb.base/sigstep.exp: Use build_executable instead of
910 prepare_for_testing.
911 (top level): Move code that starts GDB, runs to main and creates a
912 display to ...
913 (restart): ... this new procedure.
914 (top level): Move backtrace from signal handler test to ...
915 (validate_backtrace): ... this new procedure.
916 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
917 with_test_prefix. Always restart GDB.
918 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
919 with_test_prefix. Always restart GDB. No need to delete
920 breakpoints after the test.
921 (test_skip_handler): Remove prefix parameter.
922 (skip_over_handler, breakpoint_to_handler)
923 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
924 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
925 restart GDB. No need to delete breakpoints after the test.
926 (top level): Use foreach to call the test procedures with
927 different commands.
928
a5b6e449
PA
9292014-10-28 Pedro Alves <palves@redhat.com>
930
931 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
932 instead of GNATS numbers.
933 * gdb.base/sigbpt.exp: Likewise.
934 * gdb.base/siginfo.exp: Likewise.
935 * gdb.base/sigstep.exp: Likewise.
936
e5f8a7cc
PA
9372014-10-27 Pedro Alves <palves@redhat.com>
938
939 * gdb.base/sigstep.c (dummy): New global.
940 (main): Issue a couple writes to the new global.
941 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
942 procedures.
943 (skip_over_handler): Use test_skip_handler.
944 (top level): Call skip_over_handler for stepi and nexti too.
945 (breakpoint_over_handler): Use test_skip_handler.
946 (top level): Call breakpoint_over_handler for stepi and nexti too.
947
763905a3
YQ
9482014-10-27 Yao Qi <yao@codesourcery.com>
949
950 * gdb.trace/tfile.c (adjust_function_address)
951 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
952 function descriptor.
953
6f259a23
DB
9542014-10-24 Don Breazeal <donb@codesourcery.com>
955
956 * gdb.base/foll-fork.exp (test_follow_fork,
957 catch_fork_child_follow): Check for updated fork messages emitted
958 from infrun.c.
959 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
960 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
961 vfork_and_exec_child_follow_through_step): Check for updated vfork
962 messages emitted from infrun.c.
963
09dd9a69
PA
9642014-10-24 Pedro Alves <palves@redhat.com>
965
966 * gdb.base/corefile.exp: Remove references to ultrix.
967 * gdb.base/interrupt.exp: Likewise.
968 * gdb.base/whatis.exp: Likewise.
969 * gdb.gdb/selftest.exp: Likewise.
970 * gdb.threads/manythreads.exp: Likewise.
971 * gdb.threads/print-threads.exp: Likewise.
972 * gdb.threads/pthreads.exp:: Likewise.
973 * gdb.threads/schedlock.exp: Likewise.
974
3433cfa5
SC
9752014-10-24 Siva Chandra Reddy <sivachandra@google.com>
976
977 * gdb.cp/non-trivial-retval.cc: Add a test case.
978 * gdb.cp/non-trivial-retval.exp: Add a test.
979
092f880b
YQ
9802014-10-20 Yao Qi <yao@codesourcery.com>
981
982 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
983 * gdb.python/py-objfile-script-gdb.py: New file.
984 * gdb.python/py-objfile-script.exp: Update reference to
985 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
986 of remote_download. Remove the dest file.
987
acbdb7f3
YQ
9882014-10-20 Yao Qi <yao@codesourcery.com>
989
990 * gdb.base/checkpoint.exp: Don't remove file copied on host.
991 * gdb.base/step-line.exp: Likewise.
992 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
993 * gdb.dwarf2/dw2-basic.exp: Likewise.
994 * gdb.dwarf2/dw2-compressed.exp: Likewise.
995 * gdb.dwarf2/dw2-filename.exp: Likewise.
996 * gdb.dwarf2/dw2-intercu.exp: Likewise.
997 * gdb.dwarf2/dw2-intermix.exp: Likewise.
998 * gdb.dwarf2/dw2-producer.exp: Likewise.
999 * gdb.dwarf2/mac-fileno.exp: Likewise.
1000 * gdb.python/py-frame-args.exp: Likewise.
1001 * gdb.python/py-framefilter.exp: Likewise.
1002 * gdb.python/py-mi.exp: Likewise.
1003 * gdb.python/py-objfile-script.exp: Likewise
1004 * gdb.python/py-pp-integral.exp: Likewise.
1005 * gdb.python/py-pp-re-notag.exp: Likewise.
1006 * gdb.python/py-prettyprint.exp: Likewise.
1007 * gdb.python/py-section-script.exp: Likewise.
1008 * gdb.python/py-typeprint.exp: Likewise.
1009 * gdb.python/py-xmethods.exp: Likewise.
1010 * gdb.stabs/weird.exp: Likewise.
1011 * gdb.xml/tdesc-regs.exp: Likewise.
1012
bd286a29
KCY
10132014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
1014
1015 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
1016 (out_cu): Use addr_len for the size of addresses.
1017 (out_line): Likewise. Size DW_LNE_set_address instruction
1018 according to addr_len.
1019 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
1020 (FUNC): Add START_INSNS to definition.
1021
673dc4a0
YQ
10222014-10-18 Yao Qi <yao@codesourcery.com>
1023
1024 * gdb.base/argv0-symlink.exp: Check argv[0] value if
1025 gdb_has_argv0 return true.
1026 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
1027 check [target_info exists noargs], check [gdb_has_argv0]
1028 instead.
1029 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1030 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
1031 procedures.
1032
4ffbba72
DE
10332014-10-17 Doug Evans <dje@google.com>
1034
1035 * gdb.python/py-events.exp: Update expected output for clear_objfiles
1036 event.
1037 * gdb.python/py-events.py: Add clear_objfiles event.
1038
d096d8c1
DE
10392014-10-17 Doug Evans <dje@google.com>
1040
1041 * gdb.python/py-objfile.exp: Test progspace attribute.
1042
a80db015
LM
10432014-10-17 Luis Machado <lgustavo@codesourcery.com>
1044
1045 * gdb.guile/scm-breakpoint.exp: Do not assume any
1046 directory separators when matching source file paths.
1047 * gdb.python/py-breakpoint.exp: Likewise.
1048 * gdb.reverse/break-precsave.exp: Likewise.
1049 * gdb.reverse/break-reverse.exp: Likewise.
1050 * gdb.reverse/consecutive-precsave.exp: Likewise.
1051 * gdb.reverse/finish-precsave.exp: Likewise.
1052 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
1053 * gdb.reverse/finish-reverse.exp: Likewise.
1054 * gdb.reverse/i386-precsave.exp: Likewise.
1055 * gdb.reverse/i387-env-reverse.exp: Likewise.
1056 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1057 * gdb.reverse/machinestate-precsave.exp: Likewise.
1058 * gdb.reverse/machinestate.exp: Likewise.
1059 * gdb.reverse/sigall-precsave.exp: Likewise.
1060 * gdb.reverse/solib-precsave.exp: Likewise.
1061 * gdb.reverse/step-precsave.exp: Likewise.
1062 * gdb.reverse/until-precsave.exp: Likewise.
1063 * gdb.reverse/watch-precsave.exp: Likewise.
1064 * gdb.reverse/watch-reverse.exp: Likewise.
1065
b22089ab
YQ
10662014-10-17 Yao Qi <yao@codesourcery.com>
1067
1068 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
1069 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
1070
6c4486e6
PA
10712014-10-17 Pedro Alves <palves@redhat.com>
1072
1073 PR gdb/17471
1074 * gdb.base/bg-execution-repeat.c: New file.
1075 * gdb.base/bg-execution-repeat.exp: New file.
1076
0ff33695
PA
10772014-10-17 Pedro Alves <palves@redhat.com>
1078
1079 PR gdb/17300
1080 * gdb.base/continue-all-already-running.c: New file.
1081 * gdb.base/continue-all-already-running.exp: New file.
1082
6fdebc3d
PA
10832014-10-17 Pedro Alves <palves@redhat.com>
1084
1085 PR gdb/17472
1086 * gdb.base/annota-input-while-running.c: New file.
1087 * gdb.base/annota-input-while-running.exp: New file.
1088
32a8097b
PA
10892014-10-17 Pedro Alves <palves@redhat.com>
1090
1091 * gdb.base/callfuncs.exp: emove references to osf.
1092 * gdb.base/sigall.exp: Likewise.
1093 * gdb.gdb/selftest.exp: Likewise.
1094 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1095 * gdb.mi/non-stop.c: Likewise.
1096 * gdb.mi/pthreads.c: Likewise.
1097 * gdb.reverse/sigall-precsave.exp: Likewise.
1098 * gdb.reverse/sigall-reverse.exp: Likewise.
1099 * gdb.threads/pthreads.c: Likewise.
1100 * gdb.threads/pthreads.exp: Likewise.
1101
7a3517ff
YQ
11022014-10-17 Yao Qi <yao@codesourcery.com>
1103
1104 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
1105 check 'target_info exists noargs'.
1106 (test_command_prompt_position): Likewise.
1107 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
1108 Remove "set args".
1109 (progvar_simple_while_test): Likewise.
1110 (progvar_complex_if_while_test): Likewise.
1111 (if_while_breakpoint_command_test): Likewise.
1112 (infrun_breakpoint_command_test): Likewise.
1113 (breakpoint_command_test): Likewise.
1114 (watchpoint_command_test): Likewise.
1115 (bp_deleted_in_command_test): Likewise.
1116 (temporary_breakpoint_commands): Likewise.
1117
bb99c472
YQ
11182014-10-16 Yao Qi <yao@codesourcery.com>
1119
1120 * gdb.base/remotetimeout.exp: Remove noargs checking.
1121
7c16b83e
PA
11222014-10-15 Pedro Alves <palves@redhat.com>
1123
1124 PR breakpoints/9649
1125 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
1126 * gdb.base/breakpoint-in-ro-region.exp
1127 (probe_target_hardware_step): New procedure.
1128 (top level): Probe hardware stepping and hardware breakpoint
1129 support. Test stepping through a read-only region, with both
1130 "breakpoint auto-hw" on and off and both "always-inserted" on and
1131 off.
1132
35a49624
IB
11332014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
1134
1135 * gdb.dlang/demangle.exp: Update for demangling changes.
1136
2d1c107c
SC
11372014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1138
1139 * gdb.cp/non-trivial-retval.cc: Add new test cases.
1140 * gdb.cp/non-trivial-retval.exp: Add new tests.
1141
778811d5
SC
11422014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1143
1144 PR c++/13403
1145 PR c++/15154
1146 * gdb.cp/non-trivial-retval.cc: New file.
1147 * gdb.cp/non-trivial-retval.exp: New file.
1148
10c5f0a8
YQ
11492014-10-15 Yao Qi <yao@codesourcery.com>
1150
1151 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
1152 remote host.
1153
65d7b369
YQ
11542014-10-15 Yao Qi <yao@codesourcery.com>
1155
1156 * gdb.python/py-symbol.exp: Match file base name if host is
1157 remote, otherwise match file name with dir name.
1158 * gdb.python/py-symtab.exp: Likewise.
1159 * gdb.python/python.exp: Likewise.
1160
46dc1394
YQ
11612014-10-15 Yao Qi <yao@codesourcery.com>
1162
1163 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
1164 pattern.
1165 * gdb.python/py-symtab.exp: Likewise.
1166 * gdb.python/python.exp: Remove trailing ".*". Fix typo
1167 locationn.
1168
c40cc657
JB
11692014-10-14 Joel Brobecker <brobecker@adacore.com>
1170
1171 * gdb.ada/addr_arith: New testcase.
1172
2abf49e1
MR
11732014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
1174
1175 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
1176 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
1177 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
1178 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
1179
f7088df3
SDJ
11802014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
1181
1182 * gdb.arch/stap-eval-lang-ada.S: Likewise.
1183 * gdb.arch/stap-eval-lang-ada.c: Likewise.
1184 * gdb.arch/stap-eval-lang-ada.exp: New file.
1185
4dc06805
YQ
11862014-10-14 Yao Qi <yao@codesourcery.com>
1187
1188 * gdb.mi/mi-var-child.c (nothing1): New function.
1189 (nothing2): New function.
1190 (do_children_tests): Set function pointers by nothing1 and
1191 nothing2.
1192 * gdb.mi/mi-var-child.exp: Step over new added statements.
1193 Update test to match the new output.
1194 * gdb.mi/var-cmd.c (nothing1): New function.
1195 (nothing2): New function.
1196 (do_children_tests): Set function pointers by nothing1 and
1197 nothing2.
1198 * gdb.mi/mi-var-display.exp: Update test to match output.
1199 Step to the line specified by $line_dct_nothing.
1200 Increase the number of lines to step.
1201
46a93de2
YQ
12022014-10-14 Yao Qi <yao@codesourcery.com>
1203
1204 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
1205 tests.
1206 * gdb.mi/mi2-var-child.exp: Likewise.
1207
14ea52ee
DE
12082014-10-13 Doug Evans <dje@google.com>
1209
1210 * gdb.python/py-objfile.exp: Change name of file name test.
1211
e5c6e92b
DE
12122014-10-13 Doug Evans <dje@google.com>
1213
1214 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
1215 from the start of the CU.
1216
c780cc2f
JK
12172014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1218 Yao Qi <yao@codesourcery.com>
1219
1220 Fix "save breakpoints" for "catch" command.
1221 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
1222 Remove -nonewline. Match also the added "main" line.
1223
99894e11
JK
12242014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1225
1226 Fix "save breakpoints" for "disable $bpnum" command.
1227 * gdb.base/save-bp.c (main): Add label.
1228 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
1229
6e1ac5a3
JK
12302014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1231
1232 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
1233
754dd2b0
YQ
12342014-10-11 Yao Qi <yao@codesourcery.com>
1235
1236 * gdb.server/server-kill.exp: Execute command
1237 "set remote trace-status-packet on" before "tstatus".
1238
f90183d7
YQ
12392014-10-11 Yao Qi <yao@codesourcery.com>
1240
1241 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
1242 (main): Call getppid.
1243 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
1244 and continue to it. Read variable "server_pid".
1245
bf40a607
YQ
12462014-10-11 Yao Qi <yao@codesourcery.com>
1247
1248 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
1249
052ca370
YQ
12502014-10-11 Yao Qi <yao@codesourcery.com>
1251
1252 * gdb.threads/thread-find.exp: Don't execute command
1253 "info threads".
1254 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
1255 * gdb.threads/linux-dp.exp: Don't check the condition
1256 $threads_created equals to zero.
1257
3831839c
PA
12582014-10-10 Pedro Alves <palves@redhat.com>
1259
1260 * gdb.base/bigcore.exp: Remove references to IRIX.
1261 * gdb.base/funcargs.exp: Likewise.
1262 * gdb.base/interrupt.exp: Likewise.
1263 * gdb.base/mips_pro.exp: Likewise.
1264 * gdb.base/nodebug.exp: Likewise.
1265 * gdb.base/setvar.exp: Likewise.
1266 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
1267
8b9a549d
PA
12682014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1269 Pedro Alves <palves@redhat.com>
1270
1271 PR symtab/14466
1272 * gdb.base/vdso-warning.c: New file.
1273 * gdb.base/vdso-warning.exp: New file.
1274
d48ba5e8
DE
12752014-10-02 Doug Evans <dje@google.com>
1276
1277 * gdb.base/structs.c (main): Don't run forever.
1278
2278c276
PA
12792014-10-02 Pedro Alves <palves@redhat.com>
1280
1281 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
1282 (top level) <stop threads 1, stop threads 2>: Use it.
1283
b57bacec
PA
12842014-10-02 Pedro Alves <palves@redhat.com>
1285
1286 * gdb.threads/break-while-running.exp (test): Add new
1287 'update_thread_list' argument. Skip "info threads" if false.
1288 (top level): Add new 'update_thread_list' axis.
1289
13fd3ff3
PA
12902014-10-02 Pedro Alves <palves@redhat.com>
1291
1292 PR breakpoints/17431
1293 * gdb.base/execl-update-breakpoints.c: New file.
1294 * gdb.base/execl-update-breakpoints.exp: New file.
1295
0fec99e8
PA
12962014-10-01 Pedro Alves <palves@redhat.com>
1297
1298 * gdb.base/breakpoint-in-ro-region.c: New file.
1299 * gdb.base/breakpoint-in-ro-region.exp: New file.
1300
2ddf4301
SM
13012014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1302
1303 * gdb.mi/mi-exit-code.exp: New file.
1304 * gdb.mi/mi-exit-code.c: New file.
1305
6a5f3f43
YQ
13062014-09-30 Yao Qi <yao@codesourcery.com>
1307
1308 * lib/prelink-support.exp (build_executable_own_libs): Error if
1309 the target isn't native.
1310
345bcc73
YQ
13112014-09-30 Yao Qi <yao@codesourcery.com>
1312
1313 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
1314 false.
1315
a25a5a45
PA
13162014-09-22 Pedro Alves <palves@redhat.com>
1317
1318 * gdb.threads/break-while-running.exp: New file.
1319 * gdb.threads/break-while-running.c: New file.
1320
00ba3162
YQ
13212014-09-19 Yao Qi <yao@codesourcery.com>
1322
1323 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
1324 Invoke test. Restart GDB with --readnow and invoke test again.
1325
c3b7b696
YQ
13262014-09-19 Yao Qi <yao@codesourcery.com>
1327
1328 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
1329 proc set_breakpoint_on_gcd_function. Invoke
1330 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
1331 invoke set_breakpoint_on_gcd_function again.
1332
2b4fd423
DE
13332014-09-18 Doug Evans <dje@google.com>
1334
1335 * gdb.dwarf2/symtab-producer.exp: New file.
1336
a5947601
SDJ
13372014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1338
1339 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
1340 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
1341 * gdb.base/global-var-nested-by-dso.c: Likewise.
1342 * gdb.base/global-var-nested-by-dso.exp: Likewise.
1343
91c19059
SDJ
13442014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1345 Pedro Alves <palves@redhat.com>
1346
1347 * gdb.base/watch-bitfields.exp: Pass string other than test file
1348 name to prepare_for_testing.
1349 (watch): New procedure.
1350 (expect_watchpoint): Use with_test_prefix.
1351 (top level): Factor out tests to ...
1352 (test_watch_location, test_regular_watch): ... these new
1353 procedures, and use with_test_prefix and gdb_continue_to_end.
1354
bb9d5f81
PP
13552014-09-16 Patrick Palka <patrick@parcs.ath.cx>
1356
1357 PR breakpoints/12526
1358 * gdb.base/watch-bitfields.exp: New file.
1359 * gdb.base/watch-bitfields.c: New file.
1360
635856f5
PA
13612014-09-16 Pedro Alves <palves@redhat.com>
1362
1363 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
1364 software and hardware addresses, not software address against
1365 itself.
1366
7280ceea
PA
13672014-09-16 Pedro Alves <palves@redhat.com>
1368
1369 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
1370 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
1371
428b16bd
PA
13722014-09-16 Pedro Alves <palves@redhat.com>
1373
1374 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
1375 files.
1376 * gdb.base/a2-run.exp: Remove all code guarded by istarget
1377 "*-*-vxworks*" throughout.
1378 * gdb.base/break.exp: Likewise.
1379 * gdb.base/default.exp: Likewise.
1380 * gdb.base/scope.exp: Likewise.
1381 * gdb.base/sepdebug.exp: Likewise.
1382 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
1383 throughout.
1384 * gdb.base/run.c: Likewise.
1385 * gdb.base/sepdebug.c: Likewise.
1386 * gdb.hp/gdb.aCC/run.c: Likewise.
1387 * gdb.reverse/until-reverse.c: Likewise.
1388 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
1389
666d413c
YQ
13902014-09-16 Yao Qi <yao@codesourcery.com>
1391
1392 * boards/local-remote-host-native.exp: New file.
1393
57cbd724
DE
13942014-09-14 Doug Evans <xdje42@gmail.com>
1395
1396 * gdb.threads/queue-signal.c (thread_count): New variable.
1397 (thread_count_mutex, thread_count_condvar): New variables.
1398 (incr_thread_count, wait_all_threads_running): New functions.
1399 (main): Wait for all threads to be in their thread functions.
1400
81219e53
DE
14012014-09-13 Doug Evans <xdje42@gmail.com>
1402
1403 * gdb.threads/queue-signal.c: New file.
1404 * gdb.threads/queue-signal.exp: New file.
1405
3714cea7
DE
14062014-09-13 Doug Evans <xdje42@gmail.com>
1407
1408 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
1409 be consistent with what default_gdb_init uses.
1410 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
1411 the plain text of the prompt. Add some logging printfs.
1412 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
1413
fa43b1d7
PA
14142014-09-12 Pedro Alves <palves@redhat.com>
1415
1416 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
1417 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
1418 * gdb.arch/i386-size-overlap.exp: Likewise.
1419 * gdb.arch/i386-size.exp: Likewise.
1420 * gdb.arch/i386-unwind.exp: Likewise.
1421 * gdb.base/a2-run.exp: Likewise.
1422 * gdb.base/break.exp: Likewise.
1423 * gdb.base/charset.exp: Likewise.
1424 * gdb.base/chng-syms.exp: Likewise.
1425 * gdb.base/commands.exp: Likewise.
1426 * gdb.base/dbx.exp: Likewise.
1427 * gdb.base/find.exp: Likewise.
1428 * gdb.base/funcargs.exp: Likewise.
1429 * gdb.base/jit-simple.exp: Likewise.
1430 * gdb.base/reread.exp: Likewise.
1431 * gdb.base/sepdebug.exp: Likewise.
1432 * gdb.base/step-bt.exp: Likewise.
1433 * gdb.cp/mb-inline.exp: Likewise.
1434 * gdb.cp/mb-templates.exp: Likewise.
1435 * gdb.objc/basicclass.exp: Likewise.
1436 * gdb.threads/killed.exp: Likewise.
1437
9d9bf2df
EBM
14382014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1439
1440 PR tdep/17379
1441 * gdb.arch/powerpc-stackless.S: New file.
1442 * gdb.arch/powerpc-stackless.exp: New file.
1443
1cf2f1b0
JK
14442014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1445
1446 * gdb.base/attach.c: Include unistd.h.
1447 (main): Call alarm. Add label postloop.
1448 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
1449 gdb_breakpoint, gdb_continue_to_breakpoint.
1450 (test_command_line_attach_run): Kill ${testpid} in one exit path.
1451
98880d46
PA
14522014-09-11 Pedro Alves <palves@redhat.com>
1453
1454 PR gdb/17347
1455 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
1456 * gdb.base/attach.exp (test_command_line_attach_run): New
1457 procedure.
1458 (top level): Call it.
1459
4c92ff2c
PA
14602014-09-11 Pedro Alves <palves@redhat.com>
1461
1462 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
1463 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
1464 (do_command_attach_tests): Use spawn_wait_for_attach.
1465 * gdb.base/solib-overlap.exp: Likewise.
1466 * gdb.multi/multi-attach.exp: Likewise.
1467 * gdb.python/py-prompt.exp: Likewise.
1468 * gdb.python/py-sync-interp.exp: Likewise.
1469 * gdb.server/ext-attach.exp: Likewise.
1470
3adc1a7d
GKB
14712014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
1472
1473 * gdb.fortran/array-element.exp: Remove unexpected "continue"
1474 command in testcase. Simplify testcase.
1475
96334934
JB
14762014-09-10 Joel Brobecker <brobecker@adacore.com>
1477
1478 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
1479
eb479039
JB
14802014-09-10 Joel Brobecker <brobecker@adacore.com>
1481
1482 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
1483
deede10c
JB
14842014-09-10 Joel Brobecker <brobecker@adacore.com>
1485
1486 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
1487
7828a5f5
JB
14882014-09-10 Joel Brobecker <brobecker@adacore.com>
1489
1490 * gdb.dwarf2/dynarr-ptr.c: New file.
1491 * gdb.dwarf2/dynarr-ptr.exp: New file.
1492
33aeebcf
MR
14932014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1494
1495 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
1496 of 30 rather than hardcoding 120 for a slow test case. Take the
1497 `gdb,timeout' target setting into account for this calculation.
1498 Don't extend the timeout for the test cases that don't need it.
1499
7b415901
MR
15002014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1501
1502 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
1503 a factor of 2 for a slow test case. Take the `gdb,timeout'
1504 target setting into account for this calculation.
1505 * gdb.reverse/until-precsave.exp: Increase the timeout by
1506 a factor of 15 and 3 respectively rather than adding 120
1507 for a pair of slow test cases. Take the `gdb,timeout'
1508 target setting into account for this calculation.
1509
4a40f85a
MR
15102014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1511
1512 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
1513 timeout, don't pass one down to gdb_expect.
1514 (gdb_expect): Rework timeout selection.
1515
09635af7
MR
15162014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1517
1518 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
1519 exception on timeout.
1520 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
1521 (gdbserver_start_extended): Catch any `gdbserver_start' error
1522 exceptions.
1523 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
1524 * lib/mi-support.exp (mi_gdb_target_load): Catch any
1525 `gdbserver_gdb_load' error exceptions.
1526
2bdd10b7
MR
15272014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1528
1529 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
1530 120 on waiting for the TCP socket to open.
1531
316935f0
DE
15322014-09-09 Doug Evans <xdje42@gmail.com>
1533
1534 * gdb.base/default.exp (show_conv_list): Add _caller_is,
1535 _caller_matches, _any_caller_is, _any_caller_matches.
1536
83740597
DE
15372014-09-09 Doug Evans <xdje42@gmail.com>
1538
1539 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
1540
4c122fc3
YQ
15412014-09-09 Yao Qi <yao@codesourcery.com>
1542
1543 * gdb.mi/mi-var-display.exp: Set print symbol off.
1544
a9f116cb
GKB
15452014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
1546
1547 PR gdb/17035
1548 * gdb.base/commands.exp: Add tests to verify user-defined
1549 commands with empty bodies.
1550 * gdb.python/py-cmd.exp: Test that we don't show user-defined
1551 python commands in `show user command`.
1552 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
1553 scheme commands in `show user command`.
1554
c75bd3a2
JK
15552014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1556
1557 PR python/17355
1558 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
1559 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
1560 * gdb.python/py-framefilter-invalidarg.exp: New file.
1561 * gdb.python/py-framefilter-invalidarg.py: New file.
1562
faa42425
DE
15632014-09-06 Doug Evans <xdje42@gmail.com>
1564
1565 PR 15276
1566 * gdb.python/py-caller-is.c: New file.
1567 * gdb.python/py-caller-is.exp: New file.
1568
474ca4f6
SDJ
15692014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
1570
1571 PR gdb/17235
1572 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
1573 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
1574
eb0b0463
SDJ
15752014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
1576
1577 PR fortran/17237
1578 * gdb.fortran/print-formatted.exp: New file.
1579 * gdb.fortran/print-formatted.f90: Likewise.
1580
5f3b99cf
SS
15812014-09-03 Sasha Smundak <asmundak@google.com>
1582
1583 * gdb.python/py-frame.exp: Test Frame.read_register.
1584
7d793aa9
SDJ
15852014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
1586
1587 PR python/16699
1588 * gdb.python/py-completion.exp: New file.
1589 * gdb.python/py-completion.py: Likewise.
1590
fb0576e9
DE
15912014-08-28 Doug Evans <dje@google.com>
1592
1593 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
1594 eax,etc. are live with values set by gdb and thus the compiler can't
1595 use them.
1596 * gdb.arch/i386-pseudo.c (main): Ditto.
1597
ee92b0dd
DE
15982014-08-27 Doug Evans <dje@google.com>
1599
1600 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
1601
6649db35
DE
16022014-08-25 Doug Evans <dje@google.com>
1603
1604 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
1605 (main): Ditto.
1606
564b7600
DE
16072014-08-25 Doug Evans <dje@google.com>
1608
1609 * gdb.threads/thread-execl.exp: #include <stdio.h>.
1610
3881fb67
YQ
16112014-08-24 Yao Qi <yao@codesourcery.com>
1612
1613 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
1614 symbol off.
1615 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
1616
a05a36a5
DE
16172014-08-22 Doug Evans <dje@google.com>
1618
1619 PR 17276
1620 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
1621 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
1622 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
1623
7c343b48
YQ
16242014-08-22 Yao Qi <yao@codesourcery.com>
1625
1626 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
1627 * gdb.python/py-finish-breakpoint2.exp: Likewise.
1628 * gdb.python/python.exp: Likewise. Use .py file on the host
1629 instead of the build.
1630
22fd09ae
JK
16312014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1632
1633 * gdb.threads/gcore-stale-thread.c: New file.
1634 * gdb.threads/gcore-stale-thread.exp: New file.
1635
a8454a7c
PA
16362014-08-21 Pedro Alves <palves@redhat.com>
1637
1638 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
1639 * gdb.base/gcore-relro-pie.exp: Likewise.
1640 * gdb.base/gcore-relro.exp: Likewise.
1641 * gdb.base/gcore.exp: Likewise.
1642 * gdb.base/print-symbol-loading.exp: Likewise.
1643 * gdb.threads/gcore-thread.exp: Likewise.
1644 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
1645
2a31c623
PA
16462014-08-20 Pedro Alves <palves@redhat.com>
1647 Jan Kratochvil <jan.kratochvil@redhat.com>
1648
1649 * Makefile.in (EXTRA_RULES, CC): New variables, get from
1650 configure.
1651 (EXPECT): Handle READ1 being set.
1652 (all): Depend on EXTRA_RULES.
1653 (check-read1, expect-read1, read1.so, read1): New rules.
1654 * README (Testsuite Parameters): Document the READ1 make variable.
1655 (Race detection): New section.
1656 * configure: Regenerate.
1657 * configure.ac: If build==host==target, and running under a
1658 GNU/glibc system, add read1 to the extra Makefile rules.
1659 (EXTRA_RULES): AC_SUBST it.
1660 * lib/read1.c: New file.
1661
d36430db
JB
16622014-08-20 Joel Brobecker <brobecker@adacore.com>
1663
1664 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
1665 the handling of variables declared as a typedef to an array
1666 which a DW_AT_data_location attribute.
1667
9a0dc9e3
PA
16682014-08-19 Andrew Burgess <aburgess@broadcom.com>
1669 Pedro Alves <palves@redhat.com>
1670
1671 PR symtab/14604
1672 PR symtab/14605
1673 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
1674 gdb_test.
1675
0718a8da
PA
16762014-08-19 Pedro Alves <palves@redhat.com>
1677
1678 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
1679
13b448cd
YQ
16802014-08-19 Yao Qi <yao@codesourcery.com>
1681
1682 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
1683 right line.
1684
1cbf5077
DB
16852014-08-18 David Blaikie <dblaikie@gmail.com>
1686
1687 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
1688
bf0fae19
JB
16892014-08-18 Joel Brobecker <brobecker@adacore.com>
1690
1691 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
1692 attribute in array range.
1693
3c8c5dcc
JB
16942014-08-18 Joel Brobecker <brobecker@adacore.com>
1695
1696 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
1697
e66d4446
SC
16982014-08-15 Siva Chandra Reddy <sivachandra@google.com>
1699
1700 PR c++/17132
1701 * gdb.cp/pr17132.cc: New file.
1702 * gdb.cp/pr17132.exp: New file.
1703
940df408
SC
17042014-08-15 Siva Chandra Reddy <sivachandra@google.com>
1705
1706 * gdb.python/py-xmethods.py (A_getarrayind)
1707 (E_method_char_worker.__call__, E_method_int_worker.__call__):
1708 Use 'print' with function call syntax.
1709 (E_method_matcher.match): Fix tab vs space indentation mixup.
1710
ebcc6c3a
YQ
17112014-08-15 Yao Qi <yao@codesourcery.com>
1712
1713 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
1714 false.
1715
775e0f04
YQ
17162014-08-15 Yao Qi <yao@codesourcery.com>
1717
1718 * gdb.cp/casts.exp: Set print symbol off.
1719 * gdb.cp/class2.exp: Likewise.
1720 * gdb.cp/overload.exp: Likewise.
1721 * gdb.cp/templates.exp: Likewise.
1722
d769e349
DE
17232014-08-11 Doug Evans <dje@google.com>
1724
1725 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1726 (test_load_shlib): Update.
1727
20c6f1e1
YQ
17282014-08-09 Yao Qi <yao@codesourcery.com>
1729
1730 * gdb.base/display.exp: Invoke is_address_zero_readable.
1731 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
1732 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1733 * gdb.base/hbreak-unmapped.exp: Return if
1734 is_address_zero_readable returns true.
1735 * gdb.base/signest.exp: Likewise.
1736 * gdb.base/signull.exp: Likewise.
1737 * gdb.base/sigbpt.exp: Likewise.
1738 * gdb.guile/scm-disasm.exp: Do the test if
1739 is_address_zero_readable returns false.
1740 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
1741 * gdb.python/py-arch.exp: Likewise.
1742 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
1743 * lib/gdb.exp (is_address_zero_readable): New proc.
1744
5792e8e3
YQ
17452014-08-09 Yao Qi <yao@codesourcery.com>
1746
1747 PR testsuite/13443
1748 * gdb.mi/mi-var-display.exp: Make test messages unique.
1749
3cecbbbe
TT
17502014-08-04 Tom Tromey <tromey@redhat.com>
1751
1752 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
1753 target 0".
1754
00b51ff5
TT
17552014-08-04 Tom Tromey <tromey@redhat.com>
1756
1757 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
1758 "target_resume".
1759
6908c509
JB
17602014-08-01 Joel Brobecker <brobecker@adacore.com>
1761
1762 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
1763 inner_vla_struct_object_size.
1764 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
1765 as xfail.
1766
cc6563d2
PA
17672014-07-30 Pedro Alves <palves@redhat.com>
1768
1769 * gdb.threads/signal-command-handle-nopass.exp (test): Add
1770 comment.
1771
7e09a223
YQ
17722014-07-29 Yao Qi <yao@codesourcery.com>
1773
1774 PR gdb/17206
1775 * gdb.base/until-nodebug.exp: New.
1776
7ebdbe92
DE
17772014-07-28 Doug Evans <xdje42@gmail.com>
1778
1779 PR guile/17203
1780 * gdb.guile/scm-parameter.exp: Add tests for trying to create
1781 previously existing parameter, and previously ambiguously spelled
1782 parameter.
1783
fdb1adc6
WN
17842014-07-28 Will Newton <will.newton@linaro.org>
1785
1786 * gdb.base/varargs.exp: Remove KFAILs for ARM.
1787
186fcde0
DE
17882014-07-26 Ludovic Courtès <ludo@gnu.org>
1789 Doug Evans <xdje42@gmail.com>
1790
1791 PR guile/17146
1792 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
1793
70509625
PA
17942014-07-25 Pedro Alves <palves@redhat.com>
1795
1796 * gdb.threads/signal-command-handle-nopass.c: New file.
1797 * gdb.threads/signal-command-handle-nopass.exp: New file.
1798 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
1799 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
1800 * gdb.threads/signal-delivered-right-thread.c: New file.
1801 * gdb.threads/signal-delivered-right-thread.exp: New file.
1802
c3f814a1
PA
18032014-07-25 Pedro Alves <palves@redhat.com>
1804
1805 * gdb.base/double-prompt-target-event-error.exp
1806 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
1807 match.
1808 (cancel_pagination_in_target_event): Rework double prompt
1809 detection.
1810 * gdb.base/paginate-after-ctrl-c-running.exp
1811 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
1812 <return>' match.
1813 * gdb.base/paginate-bg-execution.exp
1814 (test_bg_execution_pagination_return)
1815 (test_bg_execution_pagination_cancel): Remove '-notransfer
1816 <return>' matches.
1817 * gdb.base/paginate-execution-startup.exp
1818 (test_fg_execution_pagination_return)
1819 (test_fg_execution_pagination_cancel): Remove '-notransfer
1820 <return>' matches.
1821 * gdb.base/paginate-inferior-exit.exp
1822 (test_paginate_inferior_exited): Remove '-notransfer <return>'
1823 match.
1824 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
1825 * lib/gdb.exp (pagination_prompt): Run text through
1826 string_to_regexp.
1827 (gdb_test_multiple): Match $pagination_prompt instead of
1828 "<return>".
1829 (string_to_regexp): Move to lib/gdb-utils.exp.
1830
e214cf6c
JK
18312014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1832
1833 * gdb.arch/amd64-entry-value-paramref.S: New file.
1834 * gdb.arch/amd64-entry-value-paramref.cc: New file.
1835 * gdb.arch/amd64-entry-value-paramref.exp: New file.
1836 * gdb.arch/amd64-optimout-repeat.S: New file.
1837 * gdb.arch/amd64-optimout-repeat.c: New file.
1838 * gdb.arch/amd64-optimout-repeat.exp: New file.
1839
17d0c5c8
JK
18402014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1841
1842 PR gdb/17170
1843 * gdb.base/statistics.exp: New file.
1844
b8b8facf
DE
18452014-07-17 Doug Evans <dje@google.com>
1846
74b49205 1847 PR gdb/17170
b8b8facf
DE
1848 * gdb.base/maint.exp: Update testing of per-command stats.
1849
1b5d0ab3
PA
18502014-07-16 Pedro Alves <palves@redhat.com>
1851
1852 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
1853 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
1854 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
1855 (tfile_write_buf): New functions.
1856 (add_memory_block): Rewrite using the above.
1857 (adjust_function_address): New function.
1858 (FUNCTION_ADDRESS): New macro.
1859 (write_basic_trace_file): Remove short_x local, and use
1860 tfile_write_16. Change type of func_addr local to unsigned long
1861 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
1862 here. Cast argument of add_memory_block to char pointer.
1863 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
1864 (main): Remove parameters.
1865 * gdb.trace/tfile.exp: Remove nowarnings.
1866
4d974e88
SM
18672014-07-15 Simon Marchi <simon.marchi@ericsson.com>
1868
1869 * gdb.base/debug-expr.exp: Test string evaluation with
1870 "debug expression" on.
1871
41e99568
PA
18722014-07-15 Pedro Alves <palves@redhat.com>
1873
1874 * gdb.base/reread.exp: Use clean_restart.
1875
487d9753
PL
18762014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
1877
1878 * gdb.arch/avr-flash-qualifer.c: New.
1879 * gdb.arch/avr-flash-qualifer.exp: New.
1880
cc1c52ad
PA
18812014-07-14 Pedro Alves <palves@redhat.com>
1882
1883 * gdb.base/paginate-after-ctrl-c-running.c: New file.
1884 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
1885
1e973570
PA
18862014-07-14 Pedro Alves <palves@redhat.com>
1887
1888 * gdb.base/double-prompt-target-event-error.c: New file.
1889 * gdb.base/double-prompt-target-event-error.exp: New file.
1890
93d6eb10
PA
18912014-07-14 Pedro Alves <palves@redhat.com>
1892
1893 PR gdb/17072
1894 * gdb.base/paginate-inferior-exit.c: New file.
1895 * gdb.base/paginate-inferior-exit.exp: New file.
1896
0017922d
PA
18972014-07-14 Pedro Alves <palves@redhat.com>
1898
1899 PR gdb/17072
1900 * gdb.base/paginate-bg-execution.c: New file.
1901 * gdb.base/paginate-bg-execution.exp: New file.
1902
94696ad3
PA
19032014-07-14 Pedro Alves <palves@redhat.com>
1904
1905 PR gdb/17072
1906 * gdb.base/paginate-execution-startup.c: New file.
1907 * gdb.base/paginate-execution-startup.exp: New file.
1908 * lib/gdb.exp (pagination_prompt): New global.
1909 (default_gdb_spawn): New procedure, factored out from
1910 default_gdb_spawn.
1911 (default_gdb_start): Adjust to call default_gdb_spawn.
1912 (gdb_spawn): New procedure.
1913
bd293940
PA
19142014-07-14 Pedro Alves <palves@redhat.com>
1915
1916 * lib/gdb.exp (gdb_assert): New procedure.
1917 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
1918
c933f875
PA
19192014-07-14 Pedro Alves <palves@redhat.com>
1920
1921 * gdb.base/execution-termios.c: New file.
1922 * gdb.base/execution-termios.exp: New file.
1923
d98b7a16
TT
19242014-07-14 Tom Tromey <tromey@redhat.com>
1925
1926 * gdb.cp/vla-cxx.cc: New file.
1927 * gdb.cp/vla-cxx.exp: New file.
1928
548740d6
TT
19292014-07-14 Tom Tromey <tromey@redhat.com>
1930
1931 * gdb.reverse/rerun-prec.c: New file.
1932 * gdb.reverse/rerun-prec.exp: New file.
1933
a25eb028
MR
19342014-07-12 Maciej W. Rozycki <macro@mips.com>
1935 Maciej W. Rozycki <macro@codesourcery.com>
1936
1937 * lib/gdb-utils.exp: New file.
1938 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
1939 inline `gdb_init_command' processing.
1940 (gdb_start_cmd): Likewise.
1941 * lib/mi-support.exp (mi_run_cmd): Likewise.
1942 * README: Document `gdb_init_command' and `gdb_init_commands'.
1943
218c2655
JK
19442014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1945
1946 Fix false FAIL running under a very long directory name.
1947 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
1948 and "set print elements 10000". Twice.
1949
5401fde3
YQ
19502014-07-11 Yao Qi <yao@codesourcery.com>
1951
1952 * gdb.base/exprs.exp: "set print symbol off".
1953
e76126e8
PA
19542014-07-11 Pedro Alves <palves@redhat.com>
1955
1956 * gdb.threads/kill.c: New file.
1957 * gdb.threads/kill.exp: New file.
1958
2d6f0de6
YQ
19592014-07-10 Yao Qi <yao@codesourcery.com>
1960
1961 * gdb.trace/tfile.c (write_basic_trace_file)
1962 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
1963 address written to trace file.
1964
7180e04a
PA
19652014-07-09 Pedro Alves <palves@redhat.com>
1966
1967 * gdb.base/attach-wait-input.exp: New file.
1968 * gdb.base/attach-wait-input.c: New file.
1969
9a9a7608
AB
19702014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1971
1972 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
1973 setting up test structures.
1974 (main): Call new test function.
1975 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
1976 test function, continue into test function and walk test
1977 structures.
1978
161ac41e
YQ
19792014-07-02 Yao Qi <yao@codesourcery.com>
1980
1981 * gdb.trace/entry-values.c: Define labels 'foo_start' and
1982 'bar_start' at the beginning of functions 'foo' and 'bar'
1983 respectively.
1984 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
1985 instead of 'foo' and 'bar'.
1986
1f267ae3
MM
19872014-07-08 Markus Metzger <markus.t.metzger@intel.com>
1988
1989 * gdb.btrace/segv.exp: New.
1990 * gdb.btrace/segv.c: New.
1991
2b239efb
LM
19922014-07-02 Luis Machado <lgustavo@codesourcery.com>
1993
1994 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
1995 instruction.
1996
cf363f18
MW
19972014-06-30 Mark Wielaard <mjw@redhat.com>
1998
1999 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
2000 vulture, vilify, villar): New volatile array constants.
2001 (vindictive, vegetation): New const volatile array constants.
2002 * gdb.base/volatile.exp: Test volatile and const volatile array
2003 types.
2004
aebf9d24
AA
20052014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2006
2007 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
2008 target lacks support for awatch, rwatch, or hbreak.
2009
b67a2c6f
YQ
20102014-06-27 Yao Qi <yao@codesourcery.com>
2011
2012 * gdb.multi/dummy-frame-restore.exp: New.
2013 * gdb.multi/dummy-frame-restore.c: New.
2014
aef92902
MM
20152014-06-25 Markus Metzger <markus.t.metzger@intel.com>
2016
2017 * gdb.btrace/gcore.exp: New.
2018
8e9db26e
PA
20192014-06-23 Pedro Alves <palves@redhat.com>
2020
2021 * gdb.base/watchpoint-reuse-slot.c: New file.
2022 * gdb.base/watchpoint-reuse-slot.exp: New file.
2023
70afc5b7
SC
20242014-06-23 Siva Chandra Reddy <sivachandra@google.com>
2025
2026 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
2027 progspace's filename in 'info', 'enable' and 'disable' command
2028 tests.
2029
b972bd9c
JK
20302014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2031
2032 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
2033 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2034 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
2035
125f8a3d
GB
20362014-06-20 Gary Benson <gbenson@redhat.com>
2037
2038 * gdb.arch/i386-avx.exp: Fix include file location.
2039 * gdb.arch/i386-sse.exp: Likewise.
2040
3ed9baed
IB
20412014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
2042
2043 * gdb.dlang/expression.exp: New file.
2044
034f788c
PA
20452014-06-19 Pedro Alves <palves@redhat.com>
2046
2047 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
2048 out from ...
2049 (top level): ... here. Iterate running tests under different
2050 scheduler-locking settings.
2051
45371d0c
LM
20522014-06-18 Luis Machado <lgustavo@codesourcery.com>
2053
2054 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
2055 to DW_FORM_addr and use non-zero addresses.
2056
5d376983
SC
20572014-06-18 Siva Chandra Reddy <sivachandra@google.com>
2058
2059 PR gdb/17017
2060 * gdb.python/py-xmethods.cc: Add global function call counters and
2061 increment them in their respective functions. Remove "cout"
2062 statements.
2063 * gdb.python/py-xmethods.exp: Make tests check the global function
2064 call counters instead of depending on inferior IO.
2065
a1aa2221
LM
20662014-06-18 Don Breazeal <donb@codesourcery.com>
2067
2068 * gdb.base/foll-fork.exp (default_fork_parent_follow):
2069 Deleted procedure.
2070 (explicit_fork_parent_follow): Deleted procedure.
2071 (explicit_fork_child_follow): Deleted procedure.
2072 (test_follow_fork): New procedure.
2073 (do_fork_tests): Replace calls to deleted procedures with
2074 calls to test_follow_fork and reset GDB for subsequent
2075 procedure calls.
2076
0fc05997
YQ
20772014-06-17 Yao Qi <yao@codesourcery.com>
2078
2079 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
2080 CP1252.
2081
70795c52
LM
20822014-06-17 Luis Machado <lgustavo@codesourcery.com>
2083
2084 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
2085 Initialize ptr and S explicitly.
2086 (skip_type_update_when_not_use_rtti_test): Likewise.
2087
6be47f0c
KS
20882014-06-16 Keith Seitz <keiths@redhat.com>
2089
2090 PR mi/15863
2091 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
2092 the inferior is started.
2093
d03de421
PA
20942014-06-16 Pedro Alves <palves@redhat.com>
2095
2096 * gdb.base/break-main-file-remove-fail.c: New file.
2097 * gdb.base/break-main-file-remove-fail.exp: New file.
2098 * gdb.base/break-unload-file.exp: Use build_executable instead of
2099 prepare_for_testing.
2100 (test_break): New parameter "initial_load". Handle it.
2101 (top level): Add initial_load cmdline/file axis.
2102
f9579b99
TT
21032014-06-12 Tom Tromey <tromey@redhat.com>
2104
2105 * gdb.base/completion.exp: Don't use directory name in test.
2106
3657956b
GB
21072014-06-09 Gary Benson <gbenson@redhat.com>
2108
2109 * gdb.base/sigall.c [Functions to send signals]: Reorder to
2110 separate the always-available ANSI-standard signals from the
2111 signals that require checking.
2112 (main): Likewise.
2113 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
2114 Likewise.
2115 (main): Likewise.
2116
4186eb54
KS
21172014-06-07 Keith Seitz <keiths@redhat.com>
2118
2119 Revert:
2120 PR c++/16253
2121 * gdb.cp/var-tag.cc: New file.
2122 * gdb.cp/var-tag.exp: New file.
2123 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2124 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2125 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2126 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2127
25326a28 21282014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
2129
2130 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
2131
829155c9
PA
21322014-06-06 Pedro Alves <palves@redhat.com>
2133
2134 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
2135 in target debug output instead of looking at RSP packets,
2136 disabling the test on any target that uses hardware stepping.
2137 Update comments.
2138
61c8d22e
PA
21392014-06-06 Pedro Alves <palves@redhat.com>
2140
2141 * gdb.base/break-unload-file.exp: Fix typo.
2142
d9a47287
YQ
21432014-06-06 Yao Qi <yao@codesourcery.com>
2144
2145 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
2146 from "jit_function" to "^jit_function".
2147
e5e01dbf
YQ
21482014-06-06 Yao Qi <yao@codesourcery.com>
2149
2150 * gdb.base/async.c (foo): Add one statement.
2151 * gdb.base/async.exp: Get the next instruction address and
2152 match the output of "nexti" by instruction address. Match
2153 the hex address in the output of "finish".
2154
73ba372c
GB
21552014-06-06 Gary Benson <gbenson@redhat.com>
2156
2157 * gdb.base/call-signals.c: Remove preprocessor conditionals
2158 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
2159 SIGSEGV and SIGTERM.
2160 * gdb.base/sigall.c: Likewise.
2161 * gdb.base/unwindonsignal.c: Likewise.
2162 * gdb.reverse/sigall-reverse.c: Likewise.
2163
831517df
YQ
21642014-06-06 Yao Qi <yao@codesourcery.com>
2165
2166 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
2167 readable, skip the test.
2168
b8b91e98
YQ
21692014-06-06 Yao Qi <yao@codesourcery.com>
2170
2171 * gdb.threads/staticthreads.c (thread_function): Move the line
2172 setting breakpoint on forward.
2173 * gdb.threads/staticthreads.exp: Update comments.
2174
fb934770
LC
21752014-06-05 Ludovic Courtès <ludo@gnu.org>
2176
2177 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
2178 "history-append! type error".
2179
6ef284bd
SM
21802014-06-05 Simon Marchi <simon.marchi@ericsson.com>
2181
2182 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
2183 erroneous dprintf expected input.
2184
a872e241
DE
21852014-06-04 Doug Evans <xdje42@gmail.com>
2186
2187 * gdb.guile/scm-generics.exp: Delete.
2188
16f691fb
DE
21892014-06-04 Doug Evans <xdje42@gmail.com>
2190
2191 * gdb.guile/scm-breakpoint.exp: Update.
2192 Add tests for breakpoint registration.
2193
012370f6
TT
21942014-06-04 Tom Tromey <tromey@redhat.com>
2195
2196 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
2197 VLA-in-union.
2198 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
2199 inner_vla_struct, vla_union types. Initialize objects of those
2200 types and compute their sizes.
2201
9f5a4cef
HZ
22022014-06-04 Nathan Sidwell <nathan@codesourcery.com>
2203 Hui Zhu <hui@codesourcery.com>
2204
2205 * gdb.base/fileio.exp: Add test for shell not available as well as
2206 available.
2207 * gdb.base/fileio.c (test_system): Check for shell twice.
2208
90a45c4d
YQ
22092014-06-04 Yao Qi <yao@codesourcery.com>
2210
2211 * gdb.base/auto-connect-native-target.exp: Remove redundant
2212 space from the regexp pattern.
2213
70017e41
YQ
22142014-06-04 Yao Qi <yao@codesourcery.com>
2215
2216 * gdb.base/default.exp: Replace "child" with "native" in
2217 regexp pattern.
2218
883964a7
SC
22192014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2220
2221 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
2222 * gdb.python/py-xmethods.exp: New tests to test xmethods.
2223 * gdb.python/py-xmethods.py: Python script supporting the
2224 new testcase and tests.
2225
ef370185
JB
22262014-06-03 Joel Brobecker <brobecker@adacore.com>
2227 Pedro Alves <palves@redhat.com>
2228
2229 PR breakpoints/17000
2230 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
2231 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
2232
1e2ccb61
BM
22332014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
2234
2235 * gdb.base/subst.exp: Add tests to verify partial path matching
2236 output.
2237
c6ec5ab2
PA
22382014-06-03 Pedro Alves <palves@redhat.com>
2239
2240 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
2241 target that doesn't use software single-stepping.
2242
835c559f
PA
22432014-06-03 Pedro Alves <palves@redhat.com>
2244
2245 PR breakpoints/17000
2246 * gdb.base/sss-bp-on-user-bp-2.c: New file.
2247 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
2248
06eb1586
DE
22492014-06-02 Doug Evans <xdje42@gmail.com>
2250
2251 * gdb.guile/scm-parameter.exp: New file.
2252
e698b8c4
DE
22532014-06-02 Doug Evans <xdje42@gmail.com>
2254
2255 * gdb.guile/scm-cmd.c: New file.
2256 * gdb.guile/scm-cmd.exp: New file.
2257
ded03782
DE
22582014-06-02 Doug Evans <xdje42@gmail.com>
2259
2260 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
2261 pretty-printer lookup.
2262 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
2263 (make-pp_s-printer): Call it.
2264 (make-pretty-printer-from-dict): New function.
2265 (lookup-pretty-printer-maker-from-dict): New function.
2266 (*pretty-printer*): Simplify.
2267 (make-objfile-pp_s-printer): New function.
2268 (install-objfile-pretty-printers!): New function.
2269 (make-progspace-pp_s-printer): New function.
2270 (install-progspace-pretty-printers!): New function.
2271 * gdb.guile/scm-progspace.c: New file.
2272 * gdb.guile/scm-progspace.exp: New file.
2273
41fac0cf
PA
22742014-06-02 Pedro Alves <palves@redhat.com>
2275
2276 * gdb.base/dprintf-bp-same-addr.c: New file.
2277 * gdb.base/dprintf-bp-same-addr.exp: New file.
2278
96ae5695
EBM
22792014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2280
2281 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
2282 * gdb.arch/powerpc-power.s: Likewise.
2283
da02b3a8
JB
22842014-06-02 Joel Brobecker <brobecker@adacore.com>
2285
2286 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
2287
c72b2e7b
YQ
22882014-06-01 Yao Qi <yao@codesourcery.com>
2289
2290 * gdb.base/watchpoint.exp (test_watch_location): Check null
2291 pointer can be dereferenced. If not, do the test, otherwise
2292 skip it.
2293
53e8a631
AB
22942014-05-30 Andrew Burgess <aburgess@broadcom.com>
2295
2296 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
2297 results.
2298 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
2299
938f0e2f
AB
23002014-05-30 Andrew Burgess <aburgess@broadcom.com>
2301
2302 * gdb.arch/amd64-invalid-stack-middle.S: New file.
2303 * gdb.arch/amd64-invalid-stack-middle.c: New file.
2304 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
2305 * gdb.arch/amd64-invalid-stack-top.c: New file.
2306 * gdb.arch/amd64-invalid-stack-top.exp: New file.
2307
9ba6657a
PA
23082014-05-30 Pedro Alves <palves@redhat.com>
2309
2310 PR breakpoints/17000
2311 * gdb.base/sss-bp-on-user-bp.c: New file.
2312 * gdb.base/sss-bp-on-user-bp.exp: New file.
2313
522c09bf
DB
23142014-05-30 David Blaikie <dblaikie@gmail.com>
2315
2316 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
2317 gnu_inline semantics via attribute.
2318 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
2319 source explicitly specifies the required semantics.
2320
bf4ef81e
MR
23212014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
2322
2323 * gdb.reverse/sigall-reverse.exp: Fix a typo.
2324
329ea579
PA
23252014-05-29 Pedro Alves <palves@redhat.com>
2326 Tom Tromey <tromey@redhat.com>
2327
2328 * gdb.base/async-shell.exp: Don't enable target-async.
2329 * gdb.base/async.exp
2330 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
2331 parameter. Adjust.
2332 (top level): Don't test with "target-async".
2333 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
2334 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
2335 * gdb.base/inferior-died.exp: Don't enable target-async.
2336 * gdb.base/interrupt-noterm.exp: Likewise.
2337 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
2338 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2339 * gdb.mi/mi-nonstop.exp: Likewise.
2340 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2341 * gdb.mi/mi-nsintrall.exp: Likewise.
2342 * gdb.mi/mi-nsmoribund.exp: Likewise.
2343 * gdb.mi/mi-nsthrexec.exp: Likewise.
2344 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2345 * gdb.multi/watchpoint-multi.exp: Adjust comment.
2346 * gdb.python/py-evsignal.exp: Don't enable target-async.
2347 * gdb.python/py-evthreads.exp: Likewise.
2348 * gdb.python/py-prompt.exp: Likewise.
2349 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
2350 * gdb.server/solib-list.exp: Don't enable target-async.
2351 * gdb.threads/thread-specific-bp.exp: Likewise.
2352 * lib/mi-support.exp: Adjust to use mi-async.
2353
fd664c91
PA
23542014-05-29 Pedro Alves <palves@redhat.com>
2355
2356 PR gdb/13860
2357 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
2358 reason, even in sync mode.
2359
251bde03
PA
23602014-05-29 Pedro Alves <palves@redhat.com>
2361 Hui Zhu <hui@codesourcery.com>
2362
2363 PR PR15693
2364 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
2365 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
2366 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
2367 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
2368
7f3c0343
JB
23692014-05-28 Joel Brobecker <brobecker@adacore.com>
2370
2371 * config/monitor.exp (gdb_target_monitor): Replace use of
2372 "set remotebaud" by "set serial baud".
2373
b2715b27
AW
23742014-05-26 Andy Wingo <wingo@igalia.com>
2375
2376 * gdb.guile/scm-breakpoint.exp:
2377 * gdb.guile/scm-gsmob.exp: Update to use plain old object
2378 properties instead of gdb-object-properties.
2379
498a4489
YQ
23802014-05-26 Yao Qi <yao@codesourcery.com>
2381
2382 * gdb.server/no-thread-db.exp: Specify source file name
2383 explicitly when setting a breakpoint.
2384
589fdceb
MM
23852014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2386
2387 * gdb.btrace/vdso.c: New.
2388 * gdb.btrace/vdso.exp: New.
2389
e9089e05
MM
23902014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2391
2392 * gdb.base/gcore.exp (capture_command_output): Move ...
2393 * lib/gdb.exp (capture_command_output): ... here.
2394
67b5c0c1
MM
23952014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2396
2397 * gdb.btrace/data.exp: Test memory access during btrace replay.
2398
a2199296
SM
23992014-05-22 Simon Marchi <simon.marchi@ericsson.com>
2400
2401 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
2402
17b2616c
PA
24032014-05-21 Pedro Alves <palves@redhat.com>
2404
2405 PR gdb/13860
2406 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
2407 (top level): Test that output related to execution commands is
2408 sent to the console with CLI commands, but not with MI commands.
2409 Test that breakpoint events are always mirrored to the console.
2410 Also expect the new source line to be output after a "next" in
2411 async mode too. Make it a pass/fail test.
2412 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
2413 output.
2414 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
2415
5166082f
PA
24162014-05-21 Pedro Alves <palves@redhat.com>
2417
2418 * gdb.base/list.exp (build_pattern, test_list): New procedures.
2419 Use them to test variations of "list" after reaching a breakpoint.
2420 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
2421 Test "list" with listsize 10 after reaching a breakpoint.
2422 * gdb.python/python.exp (decode_line current location line
2423 number): Adjust expected line number.
2424
2f25d70f
SM
24252014-05-21 Simon Marchi <simon.marchi@ericsson.com>
2426
2427 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
2428 behavior for $args, pass it directly to "run".
2429
ff604a67
MR
24302014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
2431
2432 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
2433 30000 to 65536.
2434
6a3cb8e8
PA
24352014-05-21 Pedro Alves <palves@redhat.com>
2436
2437 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
2438 auto-connect-native-target off".
2439 * gdb.base/auto-connect-native-target.c: New file.
2440 * gdb.base/auto-connect-native-target.exp: New file.
2441
4ebfc96e
PA
24422014-05-21 Pedro Alves <palves@redhat.com>
2443
2444 * gdb.base/default.exp: Test "target native" instead of "target
2445 child".
2446
36d46afb
MW
24472014-05-21 Mark Wielaard <mjw@redhat.com>
2448
2449 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2450
5876f503
JK
24512014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2452
2453 Fix TLS access for -static -pthread.
2454 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
2455 <HAVE_TLS> (thread_function, main): Initialize it.
2456 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
2457 Add clean_restart.
2458 <$have_tls != "">: Check TLSVAR.
2459
0256a6ac
PA
24602014-05-21 Pedro Alves <palves@redhat.com>
2461
2462 * gdb.base/dcache-line-read-error.c: New.
2463 * gdb.base/dcache-line-read-error.exp: New.
2464
936d2992
PA
24652014-05-20 Pedro Alves <palves@redhat.com>
2466
2467 * gdb.base/compare-sections.c: New file.
2468 * gdb.base/compare-sections.exp: New file.
2469
802e8e6d
PA
24702014-05-20 Pedro Alves <palves@redhat.com>
2471
2472 * gdb.base/break-idempotent.c: New file.
2473 * gdb.base/break-idempotent.exp: New file.
2474
e59fa00f
MM
24752014-05-20 Markus Metzger <markus.t.metzger@intel.com>
2476
2477 * gdb.btrace/nohist.exp: New.
2478
8b696e31
YQ
24792014-05-20 Yao Qi <yao@codesourcery.com>
2480
2481 * lib/gdb.exp (gdb_init): Set timeout if test file is under
2482 gdb.reverse directory and gdb_reverse_timeout exists in board
2483 setting.
2484 * README: Document gdb_reverse_timeout.
2485
73c9764f
YQ
24862014-05-20 Yao Qi <yao@codesourcery.com>
2487
2488 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
2489 'test_file_name'. Treat args as a string instead of a list.
2490 (gdb_init): Rename argument 'args' by 'test_file_name'.
2491
f1f4348a
JK
24922014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2493
2494 * gdb.arch/powerpc-power.exp: New file.
2495 * gdb.arch/powerpc-power.s: New file.
2496
0dbe70ce
DE
24972014-05-16 Doug Evans <dje@google.com>
2498
2499 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
2500 * gdb.base/completion.exp: Check that all expected files exist
2501 before doing file completion.
0dbe70ce 2502
8d551b02
DE
25032014-05-16 Doug Evans <dje@google.com>
2504
2505 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
2506 Update.
2507 (do_syscall_tests_without_xml): Update.
2508
73eb7709
PA
25092014-05-16 Pedro Alves <palves@redhat.com>
2510
2511 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
2512 instead of "unknown output after running".
2513
3fae92fc
YQ
25142014-05-16 Yao Qi <yao@codesourcery.com>
2515
2516 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
2517 file1.txt from host at the end.
2518 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2519
c2b2ccc5
DE
25202014-05-15 Doug Evans <dje@google.com>
2521
2522 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
2523 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
2524 loading file. Add test for TU lookup.
2525
8c217a4b
SM
25262014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2527
2528 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
2529 calling "-exec-arguments" or "set args" before running the
2530 inferior.
2531
3deb39c6
SM
25322014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2533
2534 * lib/mi-support.exp (mi_expect_stop): Expect message for
2535 inferiors that exit with non-zero exit code.
2536
71a79f8c
YQ
25372014-05-14 Yao Qi <yao@codesourcery.com>
2538
2539 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
2540 match absolute path on remote host.
2541 (test_file_list_exec_source_files): Remove "/" from the
2542 pattern.
2543
f23fcd46
YQ
25442014-05-14 Yao Qi <yao@codesourcery.com>
2545
2546 * boards/local-remote-host-notty.exp (${board}_file): New
2547 proc.
2548
9404b58f
KM
25492014-05-07 Kyle McMartin <kyle@redhat.com>
2550
2551 Pushed by Joel Brobecker <brobecker@adacore.com>.
2552 * gdb.arch/aarch64-atomic-inst.c: New file.
2553 * gdb.arch/aarch64-atomic-inst.exp: New file.
2554
5e45f04c
YQ
25552014-05-07 Yao Qi <yao@codesourcery.com>
2556
2557 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
2558 in current context" too.
2559
c888a17d
KS
25602014-05-05 Keith Seitz <keiths@redhat.com>
2561
2562 * gdb.linespec/ls-dollar.exp: Add test for linespec
2563 file:convenience_variable.
2564
290a839c
YQ
25652014-05-05 Yao Qi <yao@codesourcery.com>
2566
2567 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
2568 traceframes into tfile and ctf trace files. Read data from
2569 trace file and test collected data.
2570 (gdb_collect_locals_test): Likewise.
2571 (gdb_unavailable_registers_test): Likewise.
2572 (gdb_unavailable_floats): Likewise.
2573 (gdb_collect_globals_test): Likewise.
2574 (top-level): Append "ctf" to trace_file_targets if GDB
2575 supports.
2576
b5262cd0
YQ
25772014-05-05 Yao Qi <yao@codesourcery.com>
2578
2579 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
2580 code to ...
2581 (gdb_collect_args_test_1): ... it. New proc.
2582 (gdb_collect_locals_test): Move some code to ...
2583 (gdb_collect_locals_test_1): ... it. New proc.
2584 (gdb_unavailable_registers_test): Move some code to ...
2585 (gdb_unavailable_registers_test_1): ... it. New proc.
2586 (gdb_unavailable_floats): Move some code to ...
2587 (gdb_unavailable_floats_1): ... it. New proc.
2588
30a1e6cc
SDJ
25892014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2590
2591 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
2592 probes to test for bitness recognition.
2593 * gdb.arch/amd64-stap-optional-prefix.exp
2594 (test_probe_value_without_reg): New procedure.
2595 Add code to test for different kinds of bitness.
2596
f33da99a
SDJ
25972014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2598
2599 PR breakpoints/16889
2600 * gdb.arch/amd64-stap-optional-prefix.S: New file.
2601 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2602
5b80f00d
PA
26032014-05-01 Pedro Alves <palves@redhat.com>
2604
2605 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
2606 gdb_file_cmd if no file is specified.
2607 * boards/native-extended-gdbserver.exp (gdb_load): Use the
2608 last_loaded_file to set the remote exec-file.
2609
f8c2a73c
PA
26102014-05-01 Pedro Alves <palves@redhat.com>
2611
2612 * boards/local-remote-host.exp: New file.
2613
be6e8ac7
PA
26142014-05-01 Pedro Alves <palves@redhat.com>
2615
2616 * boards/local-remote-host.exp: Rename to ...
2617 * boards/local-remote-host-notty.exp: ... this.
2618
cac0dc8f
JB
26192014-04-28 Joel Brobecker <brobecker@adacore.com>
2620
2621 * gdb.ada/dyn_arrayidx: New testcase.
2622
9730e6cc
YQ
26232014-04-26 Yao Qi <yao@codesourcery.com>
2624
2625 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
2626 and compute the length of function main. Save it in
2627 $main_length.
2628 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
2629 (top-level): Use gdb_compile to compile objects into
2630 executable and restart GDB. Remove invocation to
2631 prepare_for_testing.
2632
7ae1a6a6
PA
26332014-04-25 Simon Marchi <simon.marchi@ericsson.com>
2634 Pedro Alves <palves@redhat.com>
2635
2636 PR server/16255
2637 * gdb.multi/multi-attach.c: New file.
2638 * gdb.multi/multi-attach.exp: New file.
2639
4082afcc
PA
26402014-04-25 Pedro Alves <palves@redhat.com>
2641
2642 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
2643 user.
2644 (top level): Test that "set remote conditional-breakpoints-packet
2645 off" works as intended.
2646 * gdb.base/dprintf.exp: Test that "set remote
2647 breakpoint-commands-packet off" works as intended.
2648 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
2649 New function.
2650 (top level): Call it.
2651 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
2652 remote fast-tracepoints-packet off" works as intended.
2653 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
2654 * lib/gdb.exp (gdb_is_target_remote): ... here.
2655
2abc3f8d
DB
26562014-04-24 David Blaikie <dblaikie@gmail.com>
2657
2658 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
2659 ensure clang would not discard them.
2660 * gdb.base/gdbvars.c: Ditto.
2661 * gdb.base/memattr.c: Ditto.
2662 * gdb.base/whatis.c: Ditto.
2663 * gdb.python/py-prettyprint.c: Ditto.
2664 * gdb.trace/actions.c: Ditto.
2665 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
2666 ensure clang would not discard it.
2667
bfd39632
DB
26682014-04-24 David Blaikie <dblaikie@gmail.com>
2669
2670 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
2671 clang to emit the full definition of type required by the test
2672 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
2673
22842ff6
DB
26742014-04-24 David Blaikie <dblaikie@gmail.com>
2675
2676 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
2677 coax Clang into emitting the definition of the type.
2678 * gdb.cp/pr10728-x.h (y): Ditto.
2679 * gdb.cp/pr10728-y.cc (y): Ditto.
2680
c2e827ad
DB
26812014-04-24 David Blaikie <dblaikie@gmail.com>
2682
2683 * gdb.base/label.exp: XFAIL label related tests under Clang.
2684 * gdb.cp/cplabel.exp: Ditto.
2685 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
2686 under Clang those using labels.
2687
4c2d33e7
YQ
26882014-04-25 Yao Qi <yao@codesourcery.com>
2689
2690 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
2691 double_label.
2692 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
2693 partial_label and double_label.
2694
56083b99
DB
26952014-04-24 David Blaikie <dblaikie@gmail.com>
2696
2697 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
2698
25d4e99d
DB
26992014-04-24 David Blaikie <dblaikie@gmail.com>
2700
2701 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
2702 of the function to work across GCC and Clang.
2703 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
2704 pointer types (const void ** const V void **).
2705
01f9f808
MS
27062014-04-24 Michael Sturm <michael.sturm@mintel.com>
2707 Walfred Tedeschi <walfred.tedeschi@intel.com>
2708
2709 * Makefile.in (EXECUTABLES): Added i386-avx512.
2710 * gdb.arch/i386-avx512.c: New file.
2711 * gdb.arch/i386-avx512.exp: Likewise.
2712
4b48d439
KS
27132014-04-23 Keith Seitz <keiths@redhat.com>
2714
2715 * lib/mi-support.exp (mi_list_breakpoints): Delete.
2716 (mi_make_breakpoint_table): New procedure.
2717 (mi_create_breakpoint): Use mi_make_breakpoint
2718 and return the result.
2719 (mi_make_breakpoint): New procedure.
2720 (mi_build_kv_pairs): New procedure.
2721
2722 * gdb.mi/mi-break.exp: Remove unused globals,
2723 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
2724 All callers updated.
2725 * gdb.mi/mi-dprintf.exp: Use variable to track command
2726 number.
2727 Update all callers of mi_create_breakpoint and use
2728 mi_make_breakpoint_table.
2729 Remove any unused global variables.
2730 * gdb.mi/mi-nonstop.exp: Likewise.
2731 * gdb.mi/mi-nsintrall.exp: Likewise.
2732 * gdb.mi/mi-nsmoribund.exp: Likewise.
2733 * gdb.mi/mi-nsthrexec.exp: Likewise.
2734 * gdb.mi/mi-reverse.exp: Likewise.
2735 * gdb.mi/mi-simplerun.exp: Likewise.
2736 * gdb.mi/mi-stepn.exp: Likewise.
2737 * gdb.mi/mi-syn-frame.exp: Likewise.
2738 * gdb.mi/mi-until.exp: Likewise.
2739 * gdb.mi/mi-var-cp.exp: Likewise.
2740 * gdb.mi/mi-var-display.exp: Likewise.
2741 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
2742 * gdb.mi/mi2-var-child.exp: Likewise.
2743 * gdb.mi/mi-vla-c99.exp: Likewise.
2744 * lib/mi-support.exp: Likewise.
2745
2746 From Ian Lance Taylor <iant@cygnus.com>:
2747 * lib/gdb.exp (parse_args): New procedure.
2748
08351840
PA
27492014-04-23 Pedro Alves <palves@redhat.com>
2750
2751 * gdb.base/break-unload-file.c: New file.
2752 * gdb.base/break-unload-file.exp: New file.
2753 * gdb.base/sym-file-lib.c (baz): New function.
2754 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
2755 field.
2756 (load): Store the segment's mapped size.
2757 (unload): New function.
2758 (unload_shlib): New function.
2759 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
2760 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
2761 set a breakpoint at baz, and call it.
2762 * gdb.base/sym-file.exp: New tests for stale breakpoint
2763 instructions.
2764
076855f9
PA
27652014-04-23 Pedro Alves <palves@redhat.com>
2766
2767 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
2768 * gdb.base/hbreak-in-shr-unsupported.c: New file.
2769 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
2770 * gdb.base/hbreak-unmapped.c: New file.
2771 * gdb.base/hbreak-unmapped.exp: New file.
2772 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
2773 * lib/gdb.exp (gdb_is_target_remote): ... here.
2774
483805cf
PA
27752014-04-22 Pedro Alves <palves@redhat.com>
2776
2777 * gdb.base/consecutive-step-over.c: New file.
2778 * gdb.base/consecutive-step-over.exp: New file.
2779
06d97543
PA
27802014-04-22 Pedro Alves <palves@redhat.com>
2781
2782 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
2783 instead of send_gdb/gdb_expect.
2784
b4429ea2
YQ
27852014-04-22 Yao Qi <yao@codesourcery.com>
2786
2787 * lib/trace-support.exp (generate_tracefile): New procedure.
2788 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
2789 return 0.
2790 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
2791 if generate_tracefile returns 1.
2792
51d48146
PA
27932014-04-18 Tom Tromey <palves@redhat.com>
2794 Pedro alves <tromey@redhat.com>
2795
2796 PR backtrace/15558
2797 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
2798 with a backtrace limit.
2799 * gdb.python/py-frame-inline.exp: Test running to an inline
2800 function with a backtrace limit, and printing the newest frame.
2801 * gdb.python/py-frame-inline.c (main): Call f.
2802
bd1dce5f
MS
28032014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2804
2805 * gdb.java/jnpe.exp: Drop srcdir from untested path.
2806
40d1a503
MS
28072014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2808
2809 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
2810 Drop prefix from unsupported source file path.
2811
389b98f7
YQ
28122014-04-17 Yao Qi <yao@codesourcery.com>
2813
2814 * lib/gdb.exp (with_target_charset): New proc.
2815 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
2816 with_target_charset.
2817 (test_print_strings): Likewise.
2818 (test_repeat_bytes): Likewise.
2819 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
2820 for some tests.
2821
22869d73
KS
28222014-04-16 Keith Seitz <keiths@redhat.com>
2823
2824 PR gdb/15827
2825 * gdb.dwarf2/corrupt.c: New file.
2826 * gdb.dwarf2/corrupt.exp: New file.
2827
c4f87ca6
KS
28282014-04-16 Keith Seitz <keiths@redhat.com>
2829
2830 PR c++/16597
2831 * gdb.cp/namelessclass.cc: New file.
2832 * gdb.cp/namelessclass.exp: New file.
2833 * gdb.cp/namelessclass.S: New file.
2834
ab19de87
DE
28352014-04-16 Doug Evans <dje@google.com>
2836
2837 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
2838 Add comment.
2839 (gdbserver_default_get_comm_port): New function.
2840 (gdbserver_start): Check if board file provided
2841 "gdbserver,get_comm_port" and use it if so.
2842 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
2843 (gdb,socketport): Set to "stdio".
2844 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
2845 (stdio_gdbserver_template): Delete.
2846 (${board}_get_remote_address): Update.
2847 (${board}_build_remote_cmd): Delete.
2848 (${board}_get_comm_port): New function.
2849 (${board}_spawn): Update.
2850 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
2851 Delete.
2852 (${board}_get_remote_address): Update.
2853 (${board}_get_comm_port): New function.
2854
fc98a809
AB
28552014-04-16 Andrew Burgess <aburgess@broadcom.com>
2856
2857 * gdb.base/memattr.exp: Improve regexps to handle memory regions
2858 appearing in any order.
2859
87fd9e6e
DE
28602014-04-15 Doug Evans <dje@google.com>
2861
2862 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
2863 uninitialized value of "description".
2864
099fc3ea
KS
28652014-04-15 Keith Seitz <keiths@redhat.com>
2866
2867 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
2868 Remove unused globals.
2869 (test_running_the_program): Likewise.
2870 (test_controlled_execution): Likewise.
2871 (test_controlling_breakpoints): Likewise.
2872 (test_program_termination): Likewise.
2873
5da151d4
KS
28742014-04-15 Keith Seitz <keiths@redhat.com>
2875
2876 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
2877 unused globals.
2878 (test_rbreak_creation_and_listing): Likewise.
2879 (test_ignore_count): Likewise.
2880 (test_error): Likewise.
2881
35e5d2f0
PA
28822014-04-15 Pedro Alves <palves@redhat.com>
2883
2884 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
2885 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
2886 sym-file-loader.c.
2887 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
2888 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
2889 to sym-file-loader.c.
2890 (struct library): Forward declare.
2891 (load_shlib, lookup_function): Change prototypes.
2892 (find_shstrtab, find_strtab, find_shdr, find_symtab)
2893 (translate_offset): Remove declarations.
2894 (get_text_addr): New declaration.
2895 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
2896 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
2897 sym-file-loader.h.
2898 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
2899 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
2900 here from sym-file-loader.h.
2901 (struct library): New structure.
2902 (load_shlib, lookup_function): Change prototypes and adjust to
2903 work with a struct library.
2904 (find_shstrtab, find_strtab, find_shdr, find_symtab)
2905 (translate_offset): Make static.
2906 (get_text_addr): New function.
2907 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
2908
eb4c1710
PA
29092014-04-15 Pedro Alves <palves@redhat.com>
2910
2911 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
2912
2d1baf52
PA
29132014-04-15 Pedro Alves <palves@redhat.com>
2914
2915 * gdb.base/sym-file-loader.c: Include <limits.h>.
2916 (SELF_LINK): New define.
2917 (get_origin): New function.
2918 (load_shlib): Use it.
2919 * gdb.base/sym-file.exp: Don't early return if the target is
2920 remote. Use runto_main, and issue fail is that fails. Use
2921 gdb_load_shlibs.
2922 (shlib_name): Delete.
2923 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
2924
7dd6df01
PA
29252014-04-15 Pedro Alves <palves@redhat.com>
2926
2927 * gdb.base/sym-file.exp: Remove regex characters from test
2928 message. Don't refer to breakpoint numbers in test messages.
2929
b50c8614
KS
29302014-04-14 Keith Seitz <keiths@redhat.com>
2931
2932 PR c++/16253
2933 * gdb.cp/var-tag.cc: New file.
2934 * gdb.cp/var-tag.exp: New file.
2935 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2936 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2937 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2938 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2939
3d567982
TT
29402014-04-14 Tom Tromey <tromey@redhat.com>
2941
2942 * gdb.cp/classes.exp (test_enums): Handle underlying type.
2943 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
2944 type.
2945 * gdb.cp/enum-class.exp: New file.
2946 * gdb.cp/enum-class.cc: New file.
2947
0626fc76
TT
29482014-04-14 Tom Tromey <tromey@redhat.com>
2949
2950 * gdb.dwarf2/enum-type.exp: New file.
2951
dca325b3
SA
29522014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2953
2954 * gdb.mi/mi-vla-c99.exp: New file.
2955 * gdb.mi/vla.c: New file.
2956
5854b38a
SA
29572014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2958
2959 * gdb.base/vla-datatypes.c: New file.
2960 * gdb.base/vla-datatypes.exp: New file.
2961
463bb957
SA
29622014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2963
2964 * gdb.base/vla-ptr.c: New file.
2965 * gdb.base/vla-ptr.exp: New file.
2966
3dd170be
SA
29672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2968
2969 * gdb.dwarf2/count.exp: New file.
2970
5ecaaa66
SA
29712014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2972
2973 * gdb.base/vla-sideeffect.c: New file.
2974 * gdb.base/vla-sideeffect.exp: New file.
2975
41f1ada5
DB
29762014-04-14 David Blaikie <dblaikie@gmail.com>
2977
2978 * gdb.mi/non-stop.c: Add return value for non-void function return
2979 statement.
2980 * gdb.threads/staticthreads.c: Ditto.
2981
0be03e84
DE
29822014-04-12 Siva Chandra Reddy <sivachandra@google.com>
2983 Doug Evans <xdje42@gmail.com>
2984
2985 * gdb.guile/scm-value.c: Improve test case.
2986 * gdb.guile/scm-value.exp: Add new test.
2987
f180a1fb
DB
29882014-04-11 David Blaikie <dblaikie@gmail.com>
2989
2990 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
2991 override Clang's default.
2992
6b662e19
JB
29932014-04-11 Joel Brobecker <brobecker@adacore.com>
2994
2995 Revert the following changes (regressions):
2996
2997 * gdb.base/vla-sideeffect.c: New file.
2998 * gdb.base/vla-sideeffect.exp: New file.
2999
3000 * gdb.dwarf2/count.exp: New file.
3001
3002 * gdb.base/vla-multi.c: New file.
3003 * gdb.base/vla-multi.exp: New file.
3004
3005 * gdb.base/vla-ptr.c: New file.
3006 * gdb.base/vla-ptr.exp: New file.
3007
3008 * gdb.base/vla-datatypes.c: New file.
3009 * gdb.base/vla-datatypes.exp: New file.
3010
3011 * gdb.mi/mi-vla-c99.exp: New file.
3012 * gdb.mi/vla.c: New file.
3013
245a5f0b
KS
30142014-04-11 Keith Seitz <keiths@redhat.com>
3015
3016 PR c++/16675
3017 * gdb.cp/cpsizeof.exp: New file.
3018 * gdb.cp/cpsizeof.cc: New file.
3019
58a84dcf
SA
30202014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3021
191a8a90
JB
3022 * gdb.mi/mi-vla-c99.exp: New file.
3023 * gdb.mi/vla.c: New file.
58a84dcf 3024
c8655f75
SA
30252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3026
3027 * gdb.base/vla-datatypes.c: New file.
3028 * gdb.base/vla-datatypes.exp: New file.
3029
024e13b4
SA
30302014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3031
3032 * gdb.base/vla-ptr.c: New file.
3033 * gdb.base/vla-ptr.exp: New file.
3034
1a237e0e
SA
30352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3036
3037 * gdb.base/vla-multi.c: New file.
3038 * gdb.base/vla-multi.exp: New file.
3039
504f3432
SA
30402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3041
3042 * gdb.dwarf2/count.exp: New file.
3043
3bce8237
SA
30442014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3045
191a8a90
JB
3046 * gdb.base/vla-sideeffect.c: New file.
3047 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 3048
322f9c21
YQ
30492014-04-11 Yao Qi <yao@codesourcery.com>
3050
3051 * gdb.base/completion.exp: Check file exists before running tests
3052 on file completion.
3053
d708bcd1
PA
30542014-04-10 Pedro Alves <palves@redhat.com>
3055
3056 * gdb.base/cond-eval-mode.c: New file.
3057 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
3058 prepare_for_testing to build the new file. Check result of
3059 runto_main.
3060 (test_break, test_watch): New procedures.
3061 (top level): Use them.
3062
ae1d2761
PM
30632014-04-08 Pierre Muller <muller@sourceware.org>
3064
3065 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
3066 Ctrl-V use for mingw hosts.
3067
7af389b8
SC
30682014-04-07 Siva Chandra Reddy <sivachandra@google.com>
3069
3070 * gdb.python/py-value.c: Improve test case.
3071 * gdb.python/py-value.exp: Add new test.
3072
5e703181
DE
30732014-04-07 David Blaikie <dblaikie@gmail.com>
3074
3075 * lib/compiler.c: Identify the clang compiler.
3076 * lib/compiler.cc: Ditto.
3077
9810b410
YQ
30782014-04-03 Yao Qi <yao@codesourcery.com>
3079
3080 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
3081
98d1b8dc
AB
30822014-04-01 Anton Blanchard <anton@samba.org>
3083
3084 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
3085 messages unique.
3086
3114cea1
AB
30872014-04-01 Anton Blanchard <anton@samba.org>
3088
3089 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
3090 prepare_for_testing.
3091
62f7182c
AB
30922014-04-01 Anton Blanchard <anton@samba.org>
3093
3094 * gdb.arch/ppc64-atomic-inst.c: Remove.
3095 * gdb.arch/ppc64-atomic-inst.S: New file.
3096 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
3097
770e7fc7
DE
30982014-03-31 Doug Evans <dje@google.com>
3099
3100 * gdb.base/print-symbol-loading-lib.c: New file.
3101 * gdb.base/print-symbol-loading-main.c: New file.
3102 * gdb.base/print-symbol-loading.exp: New file.
3103
46e2bafa
YQ
31042014-03-31 Yao Qi <yao@codesourcery.com>
3105
3106 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
3107
8776cfe9
JB
31082014-03-28 Joel Brobecker <brobecker@adacore.com>
3109
3110 * gdb.ada/mi_dyn_arr: New testcase.
3111
5d1ef361
DE
31122014-03-27 Doug Evans <dje@google.com>
3113
3114 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
3115
b5bee914
YQ
31162014-03-27 Yao Qi <yao@codesourcery.com>
3117
3118 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
3119 if target is nios2-*-*.
3120
0d4d0e77
YQ
31212014-03-26 Yao Qi <yao@codesourcery.com>
3122
3123 * lib/gdb.exp (readline_is_used): New proc.
3124 * gdb.base/completion.exp: Move tests on command complete up.
3125 Skip the rest of tests if readline is not used.
3126 * gdb.ada/complete.exp: Skp the test if readline is not
3127 used.
3128 * gdb.base/filesym.exp: Likewise.
3129 * gdb.base/macscp.exp: Likewise.
3130 * gdb.base/readline-ask.exp: Likewise.
3131 * gdb.base/readline.exp: Likewise.
3132 * gdb.python/py-cmd.exp: Likewise.
3133 * gdb.trace/tfile.exp: Likewise.
3134
29361eee
YQ
31352014-03-26 Yao Qi <yao@codesourcery.com>
3136
3137 * gdb.base/macscp.exp: Fix code format issues.
3138
bc9a5525
UW
31392014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
3140
3141 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
3142 * gdb.asm/powerpc64le.inc: New file.
3143
d3839ede
PA
31442014-03-25 Pedro Alves <palves@redhat.com>
3145 Doug Evans <dje@google.com>
3146
3147 * gdb.base/source-execution.c: New file.
3148 * gdb.base/source-execution.exp: New file.
3149 * gdb.base/source-execution.gdb: New file.
3150
01672a57
DE
31512014-03-24 Doug Evans <dje@google.com>
3152
3153 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
3154 using fission.
3155
88bbeca9
HZ
31562014-03-24 Hui Zhu <hui@codesourcery.com>
3157 Pedro Alves <palves@redhat.com>
3158
3159 PR breakpoints/16101
3160 * gdb.base/dprintf.exp: Use unsupported rather than changing the
3161 test pass/fail messages. Detect missing support for dprintf when
3162 breakpoints are actually inserted.
3163 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
3164 breakpoints are actually inserted.
3165 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
3166 fails.
3167
d2348791
JK
31682014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3169
3170 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
3171
feef67ab
DE
31722014-03-22 Doug Evans <xdje42@gmail.com>
3173
3174 * gdb.python/python.exp (python not supported): Verify multi-line
3175 python command issues an error.
25d743f9 3176 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 3177 guile command issues an error.
feef67ab 3178
ecebef6a
MR
31792014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
3180
3181 * gdb.threads/thread-specific.exp: Handle the lack of usable
3182 $this_breakpoint and $this_thread.
3183
ccdd1909
HZ
31842014-03-21 Hui Zhu <hui@codesourcery.com>
3185
3186 * gdb.base/attach.exp (do_command_attach_tests): New.
3187
beb460e8
PA
31882014-03-20 Tom Tromey <tromey@redhat.com>
3189 Pedro Alves <palves@redhat.com>
3190
3191 PR cli/15718
3192 * gdb.base/condbreak-call-false.c: New file.
3193 * gdb.base/condbreak-call-false.exp: New file.
3194
40acf43a
PA
31952014-03-20 Pedro Alves <palves@redhat.com>
3196
3197 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
3198 Delete.
3199 (block_signals, unblock_signals): Delete.
3200 (child_function_2, main): Remove references to deleted variable
3201 and functions.
3202
9f5e1e02
PA
32032014-03-20 Pedro Alves <palves@redhat.com>
3204
3205 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
3206 Use pthread_kill to signal thread 2.
3207 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3208 Adjust to make the test send itself a signal rather than using the
3209 host's "kill" command.
3210
99619bea
PA
32112014-03-20 Pedro Alves <palves@redhat.com>
3212
3213 * gdb.threads/multiple-step-overs.c: New file.
3214 * gdb.threads/multiple-step-overs.exp: New file.
3215 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3216 Adjust expected infrun debug output.
3217
2adfaa28
PA
32182014-03-20 Pedro Alves <palves@redhat.com>
3219
3220 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
3221 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
3222
31e77af2
PA
32232014-03-20 Pedro Alves <palves@redhat.com>
3224
3225 PR breakpoints/7143
3226 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
3227 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
3228 of gdb_test_multiple.
3229 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
3230 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
3231
b9f437de
PA
32322014-03-20 Pedro Alves <palves@redhat.com>
3233
3234 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
3235 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
3236
05adc73e
PA
32372014-03-19 Pedro Alves <palves@redhat.com>
3238
3239 * gdb.base/async.exp: Remove early return.
3240
6048b950
PA
32412014-03-19 Pedro Alves <palves@redhat.com>
3242
3243 * gdb.base/async.exp (step& tests): Pass explicit test messages.
3244
8bcfb00a
PA
32452014-03-19 Pedro Alves <palves@redhat.com>
3246
3247 * gdb.base/async.exp (test_background): Expect \r\n after
3248 "completed." in the fail pattern.
3249
884e37dc
PA
32502014-03-19 Pedro Alves <palves@redhat.com>
3251
3252 * gdb.base/async.exp (test_background): New procedure.
3253 Use it for all background execution command tests.
3254
148e57e2
PA
32552014-03-19 Pedro Alves <palves@redhat.com>
3256
3257 * gdb.base/async.exp: Use prepare_for_testing.
3258
f48088c7
PA
32592014-03-19 Pedro Alves <palves@redhat.com>
3260
3261 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
3262 the same line.
3263
e2f6c966
PA
32642014-03-19 Pedro Alves <palves@redhat.com>
3265
3266 * gdb.base/async.c (main): Add "jump here" and "until here" line
3267 marker comments.
3268 * gdb.base/async.exp (jump_here): New global.
3269 (jump& test): Use it.
3270 (until_here): New global.
3271 (until& test): Use it.
3272
c30568d4
PA
32732014-03-19 Pedro Alves <palves@redhat.com>
3274
3275 * gdb.base/async.exp: Don't frob gdb_protocol.
3276
0172b6a7
DE
32772014-03-18 Doug Evans <xdje42@gmail.com>
3278
3279 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
3280 Fix spelling of exec-done-display.
3281
06c868a8
JK
32822014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3283
3284 PR gdb/15358
3285 * gdb.base/gdb-sigterm.c: New file.
3286 * gdb.base/gdb-sigterm.exp: New file.
3287
0c7e1a46
PA
32882014-03-18 Pedro Alves <palves@redhat.com>
3289
3290 PR gdb/13860
3291 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
3292 * lib/mi-support.exp (mi_expect_stop): Add special handling for
3293 solib-event.
3294
f7c77d93
JB
32952014-03-17 Joel Brobecker <brobecker@adacore.com>
3296
3297 * gdb.ada/pckd_arr_ren: New testcase.
3298
5a1e8c7a
DE
32992014-03-13 Doug Evans <xdje42@gmail.com>
3300
3301 PR guile/16612
3302 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
3303 collect after discarding symbols.
3304
350e1a76
DE
33052014-03-13 Ludovic Courtès <ludo@gnu.org>
3306 Doug Evans <xdje42@gmail.com>
3307
3308 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
3309 to history survives a gc.
3310
a69900ae
PA
33112014-03-13 Pedro Alves <palves@redhat.com>
3312
3313 * gdb.base/default.exp: Don't test "target procfs".
3314
5db9f0bd
PA
33152014-03-13 Pedro Alves <palves@redhat.com>
3316
3317 * gdb.base/default.exp: Update "target child" and "target procfs"
3318 tests to not expect "Unix".
3319
b3ccfe11
TT
33202014-03-12 Tom Tromey <tromey@redhat.com>
3321
3322 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
3323 New procs. Add target-async tests.
3324 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
3325 Add target-async tests.
3326
646f4417
AA
33272014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3328
3329 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
3330 'func_start' and 'func_end' for the beginning and end of the
3331 function code, respectively.
3332 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
3333 'func_end' instead of 'func' and 'main'.
3334
288c211f
AA
33352014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3336
3337 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
3338 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
3339 generate the debug info assembler source.
3340
e0c0f156
AA
33412014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3342
3343 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
3344 * gdb.dwarf2/arr-subrange.exp: Likewise.
3345 * gdb.dwarf2/dwz.exp: Likewise.
3346 * gdb.dwarf2/method-ptr.exp: Likewise.
3347 * gdb.dwarf2/missing-sig-type.exp: Likewise.
3348 * gdb.dwarf2/subrange.exp: Likewise.
3349 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
3350 * gdb.dwarf2/implptrpiece.exp: Likewise.
3351 * gdb.dwarf2/nostaticblock.exp: Likewise.
3352
0e5c4555
AA
33532014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3354
3355 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
3356 directory to absolute path name arguments.
3357
5ec18f2b
JG
33582014-03-10 Joel Brobecker <brobecker@adacore.com>
3359
3360 * gdb.ada/tagged_access: New testcase.
3361
847fc4f2
MM
33622014-03-07 Markus Metzger <markus.t.metzger@intel.com>
3363
3364 * gdb.btrace/data.exp: Update expected output.
3365
cc3da688
YQ
33662014-03-06 Yao Qi <yao@codesourcery.com>
3367
3368 * gdb.trace/pr16508.exp: New file.
3369
0f26cec1
PA
33702014-03-05 Pedro Alves <palves@redhat.com>
3371
3372 PR gdb/16575
3373 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
3374 procedure.
3375 (top level): Adjust to use it. Add tests that exercise breakpoint
3376 interaction with the code-cache.
3377
7a5a839f
LC
33782014-02-26 Ludovic Courtès <ludo@gnu.org>
3379
3380 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
3381 test for 'history-append!'.
3382
31aa7e4e
JB
33832014-02-26 Joel Brobecker <brobecker@adacore.com>
3384
3385 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
3386 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
3387 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
3388 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
3389 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
3390 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
3391
1b588015
JB
33922014-02-26 Joel Brobecker <brobecker@adacore.com>
3393
3394 * testsuite/gdb.python/py-pp-re-notag.c: New file.
3395 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
3396 * testsuite/gdb.python/py-pp-re-notag.p: New file.
3397
55426c9d
JB
33982014-02-26 Joel Brobecker <brobecker@adacore.com>
3399
3400 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
3401
dc53a7ad
JB
34022014-02-26 Joel Brobecker <brobecker@adacore.com>
3403
3404 * gdb.dwarf2/arr-stride.c: New file.
3405 * gdb.dwarf2/arr-stride.exp: New file.
3406
12ab52e9
PA
34072014-02-26 Pedro Alves <palves@redhat.com>
3408
3409 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
3410 that won't ever trigger. Make sure that GDB reports the correct
3411 breakpoint that caused the stop.
3412
849c862e
JK
34132014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3414
3415 PR gdb/16626
3416 * gdb.base/auto-load-script: New file.
3417 * gdb.base/auto-load.c: New file.
3418 * gdb.base/auto-load.exp: New file.
3419
71b7d793
JK
3420 PR gdb/16626
3421 * gdb.base/auto-load.exp: Fix out-of-srctree run.
3422
e2f0d509
JK
34232014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3424
3425 Fix dw2-icycle.exp -fsanitize=address GDB crash.
3426 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
3427
50cc37c8
DE
34282014-02-24 Doug Evans <dje@google.com>
3429
3430 * lib/gdb.exp (run_on_host): Log error output if program fails.
3431
ea4758f2
PA
34322014-02-21 Pedro Alves <palves@redhat.com>
3433
3434 * gdb.threads/step-after-sr-lock.c: Rename to ...
3435 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
3436 * gdb.threads/step-after-sr-lock.exp: Rename to ...
3437 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3438 ... this.
3439
d7b30f67
SDJ
34402014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
3441
3442 PR tdep/16397
3443 * gdb.arch/amd64-stap-special-operands.exp: New file.
3444 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
3445 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
3446 * gdb.arch/amd64-stap-triplet.S: Likewise.
3447 * gdb.arch/amd64-stap-triplet.c: Likewise.
3448
83deb43f
JB
34492014-02-20 Joel Brobecker <brobecker@adacore.com>
3450
3451 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
3452 in .section pseudo-op.
3453
adde2bff
DE
34542014-02-20 lin zuojian <manjian2006@gmail.com>
3455 Joel Brobecker <brobecker@adacore.com>
3456 Doug Evans <xdje42@gmail.com>
3457
3458 PR symtab/16581
3459 * gdb.dwarf2/dw2-icycle.S: New file.
3460 * gdb.dwarf2/dw2-icycle.c: New file.
3461 * gdb.dwarf2/dw2-icycle.exp: New file.
3462
f7bd0f78
SC
34632014-02-19 Siva Chandra Reddy <sivachandra@google.com>
3464
3465 * gdb.python/py-value-cc.cc: Improve test case to enable testing
3466 operations on gdb.Value objects.
3467 * gdb.python/py-value-cc.exp: Add new test to test operations on
3468 gdb.Value objects.
3469
c17ef0d5
DE
34702014-02-18 Doug Evans <dje@google.com>
3471
3472 * Makefile.in (TESTS): New variable.
3473 (expanded_tests, expanded_tests_or_none): New variables
3474 (check-single): Pass $(expanded_tests_or_none) to runtest.
3475 (check-parallel): Only run tests in $(TESTS) if non-empty.
3476 (check/no-matching-tests-found): New rule.
3477 * README: Document TESTS makefile variable.
3478
5dd3176f
DE
34792014-02-18 Doug Evans <dje@google.com>
3480
3481 * Makefile.in (check-parallel): rm -rf outputs temp.
3482
0b10be4f
JK
34832014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3484
3485 Fix "ERROR: no fileid for" in the testsuite.
3486 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
3487
85f224e7
DE
34882014-02-12 Doug Evans <dje@google.com>
3489
3490 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
3491 (MISCELLANEOUS): New variable.
3492 (clean): rm -rf $(MISCELLANEOUS).
3493 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
3494 dwp live in the same directory as symlinks, with each symlink pointed
3495 to a differently named file in a different directory.
3496
149b30ff
DE
34972014-02-11 Doug Evans <dje@google.com>
3498
3499 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
3500 of Tcl file commands.
3501
1dfdac32
MK
35022014-02-10 Mark Kettenis <kettenis@gnu.org>
3503
3504 * gdb.threads/step-after-sr-lock.exp: Avoid executing
3505 "kill -SIGUSR1 -1".
3506
aa4fb036
JB
35072014-02-10 Joel Brobecker <brobecker@adacore.com>
3508
3509 * gdb.ada/tick_length_array_enum_idx: New testcase.
3510
ed3ef339
DE
35112014-02-10 Doug Evans <xdje42@gmail.com>
3512
3513 * configure.ac (AC_OUTPUT): Add gdb.guile.
3514 * configure: Regenerate.
3515 * lib/gdb-guile.exp: New file.
3516 * lib/gdb.exp (get_target_charset): New function.
3517 * gdb.base/help.exp: Update expected output from "apropos apropos".
3518 * gdb.guile/Makefile.in: New file.
3519 * gdb.guile/guile.exp: New file.
3520 * gdb.guile/scm-arch.c: New file.
3521 * gdb.guile/scm-arch.exp: New file.
3522 * gdb.guile/scm-block.c: New file.
3523 * gdb.guile/scm-block.exp: New file.
3524 * gdb.guile/scm-breakpoint.c: New file.
3525 * gdb.guile/scm-breakpoint.exp: New file.
3526 * gdb.guile/scm-disasm.c: New file.
3527 * gdb.guile/scm-disasm.exp: New file.
3528 * gdb.guile/scm-equal.c: New file.
3529 * gdb.guile/scm-equal.exp: New file.
3530 * gdb.guile/scm-error.exp: New file.
3531 * gdb.guile/scm-error.scm: New file.
3532 * gdb.guile/scm-frame-args.c: New file.
3533 * gdb.guile/scm-frame-args.exp: New file.
3534 * gdb.guile/scm-frame-args.scm: New file.
3535 * gdb.guile/scm-frame-inline.c: New file.
3536 * gdb.guile/scm-frame-inline.exp: New file.
3537 * gdb.guile/scm-frame.c: New file.
3538 * gdb.guile/scm-frame.exp: New file.
3539 * gdb.guile/scm-generics.exp: New file.
3540 * gdb.guile/scm-gsmob.exp: New file.
3541 * gdb.guile/scm-iterator.c: New file.
3542 * gdb.guile/scm-iterator.exp: New file.
3543 * gdb.guile/scm-math.c: New file.
3544 * gdb.guile/scm-math.exp: New file.
3545 * gdb.guile/scm-objfile-script-gdb.in: New file.
3546 * gdb.guile/scm-objfile-script.c: New file.
3547 * gdb.guile/scm-objfile-script.exp: New file.
3548 * gdb.guile/scm-objfile.c: New file.
3549 * gdb.guile/scm-objfile.exp: New file.
3550 * gdb.guile/scm-ports.exp: New file.
3551 * gdb.guile/scm-pretty-print.c: New file.
3552 * gdb.guile/scm-pretty-print.exp: New file.
3553 * gdb.guile/scm-pretty-print.scm: New file.
3554 * gdb.guile/scm-section-script.c: New file.
3555 * gdb.guile/scm-section-script.exp: New file.
3556 * gdb.guile/scm-section-script.scm: New file.
3557 * gdb.guile/scm-symbol.c: New file.
3558 * gdb.guile/scm-symbol.exp: New file.
3559 * gdb.guile/scm-symtab-2.c: New file.
3560 * gdb.guile/scm-symtab.c: New file.
3561 * gdb.guile/scm-symtab.exp: New file.
3562 * gdb.guile/scm-type.c: New file.
3563 * gdb.guile/scm-type.exp: New file.
3564 * gdb.guile/scm-value-cc.cc: New file.
3565 * gdb.guile/scm-value-cc.exp: New file.
3566 * gdb.guile/scm-value.c: New file.
3567 * gdb.guile/scm-value.exp: New file.
3568 * gdb.guile/source2.scm: New file.
3569 * gdb.guile/types-module.cc: New file.
3570 * gdb.guile/types-module.exp: New file.
3571
7026a7c1
YQ
35722014-02-10 Yao Qi <yao@codesourcery.com>
3573
3574 PR testsuite/16543
3575 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
3576 * configure: Regenerated.
3577 * Makefile.in: New file.
3578
6c466447
AS
35792014-02-08 Andreas Schwab <schwab@linux-m68k.org>
3580
3581 * gdb.python/py-framefilter.exp: Fix typo.
3582
6e854735
YQ
35832014-02-08 Yao Qi <yao@codesourcery.com>
3584
3585 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
3586 that no =breakpoint-modified is emitted when breakpoints are
3587 modified through MI commands.
3588
d137e6dc
PA
35892014-02-07 Pedro Alves <pedro@codesourcery.com>
3590 Pedro Alves <palves@redhat.com>
3591
3592 * gdb.threads/step-after-sr-lock.c: New file.
3593 * gdb.threads/step-after-sr-lock.exp: New file.
3594
b5ee5a50
PA
35952014-02-07 Pedro Alves <palves@redhat.com>
3596
3597 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
3598
3c77faf3
JK
35992014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3600
3601 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
3602 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
3603
6dddc817
DE
36042014-02-06 Doug Evans <xdje42@gmail.com>
3605
3606 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
3607 output.
3608
3609 * gdb.gdb/python-interrupts.exp: New file.
3610
de7b2893
YQ
36112014-02-05 Yao Qi <yao@codesourcery.com>
3612
3613 * gdb.trace/report.exp (use_collected_data): Test the output
3614 of "info threads" and "info inferiors".
3615
66d032ac
YQ
36162014-02-05 Yao Qi <yao@codesourcery.com>
3617
3618 Revert this patch:
3619
3620 2013-05-24 Yao Qi <yao@codesourcery.com>
3621
3622 * gdb.trace/tfile.exp: Test inferior and thread.
3623
591a12a1
UW
36242014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3625
3626 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
3627 on a function.
3628 * gdb.base/step-bt.c: Call hello via function pointer to make
3629 sure its first instruction is executed on powerpc64le-linux.
3630
0ff3e01f
UW
36312014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3632
3633 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
3634
084ee545
UW
36352014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3636
3637 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
3638 of the test patterns for use on little-endian systems.
3639
6ed14ff3
UW
36402014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3641
3642 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
3643 (decimal_vector): Fix for little-endian.
3644
401e27fd
JM
36452014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
3646
3647 * gdb.arch/sparc-sysstep.exp: New file.
3648 * gdb.arch/sparc-sysstep.c: Likewise.
3649
3650 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
3651
8b924729
EBM
36522014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3653
3654 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
3655
fb151210
JB
36562014-01-23 Tom Tromey <tromey@redhat.com>
3657
3658 * gdb.ada/array_char_idx: New testcase.
3659
0740f8d8
TT
36602014-01-23 Tom Tromey <tromey@redhat.com>
3661
3662 PR python/16487:
3663 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
3664 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
3665 classes.
3666
21909fa1
TT
36672014-01-23 Tom Tromey <tromey@redhat.com>
3668
3669 PR python/16491:
3670 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
3671 string from an inferior frame.
3672 * gdb.python/py-framefilter-mi.exp: Update.
3673
87ce2a04
DE
36742014-01-22 Doug Evans <dje@google.com>
3675
3676 * gdb.server/server-mon.exp: Add tests for "set debug-format".
3677
237b092b
AA
36782014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3679
3680 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
3681
d674a709
AA
36822014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3683
3684 * gdb.trace/entry-values.exp: Remove excess space character from
3685 regex patterns. Handle s390 call instruction.
3686
20fa3390
AA
36872014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3688
3689 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
3690 define "*_start" label. Make "name" static.
3691 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
3692 ${name} by references to ${name}_start.
3693
78466714
AA
36942014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3695
3696 * gdb.base/info-macros.exp: Remove "debug" from the compile
3697 options.
3698
ec9f644a
IB
36992014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3700
3701 * gdb.dlang/demangle.exp: New file.
3702
94b1b47e
IB
37032014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3704
3705 * gdb.dlang/primitive-types.exp: New file.
3706
7f420862
IB
37072014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3708
3709 * configure.ac: Create gdb.dlang/Makefile.
3710 * configure: Regenerate.
3711 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
3712 * gdb.dlang/Makefile.in: New file.
3713 * lib/d-support.exp: New file.
3714 * lib/gdb.exp (skip_d_tests): New proc.
3715
52834460
MM
37162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3717
3718 * gdb.btrace/delta.exp: Check reverse stepi.
3719 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
3720 * gdb.btrace/finish.exp: New.
3721 * gdb.btrace/next.exp: New.
3722 * gdb.btrace/nexti.exp: New.
3723 * gdb.btrace/record_goto.c: Add comments.
3724 * gdb.btrace/step.exp: New.
3725 * gdb.btrace/stepi.exp: New.
3726 * gdb.btrace/multi-thread-step.c: New.
3727 * gdb.btrace/multi-thread-step.exp: New.
3728 * gdb.btrace/rn-dl-bind.c: New.
3729 * gdb.btrace/rn-dl-bind.exp: New.
3730 * gdb.btrace/data.c: New.
3731 * gdb.btrace/data.exp: New.
3732 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3733
6e07b1d2
MM
37342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3735
3736 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
3737 * gdb.btrace/exception.exp: Update.
3738 * gdb.btrace/instruction_history.exp: Update.
3739 * gdb.btrace/record_goto.exp: Update.
3740 * gdb.btrace/tailcall.exp: Update.
3741 * gdb.btrace/unknown_functions.exp: Update.
3742 * gdb.btrace/delta.exp: New.
3743
0b722aec
MM
37442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3745
3746 * gdb.btrace/record_goto.exp: Add backtrace test.
3747 * gdb.btrace/tailcall.exp: Add backtrace test.
3748
066ce621
MM
37492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3750
3751 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
3752 * gdb.btrace/record_goto.c: New.
3753 * gdb.btrace/record_goto.exp: New.
3754 * gdb.btrace/x86-record_goto.S: New.
3755
0688d04e
MM
37562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3757
3758 * gdb.btrace/function_call_history.exp: Update tests.
3759 * gdb.btrace/instruction_history.exp: Update tests.
3760
8710b709
MM
37612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3762
3763 * gdb.btrace/function_call_history.exp: Fix expected field
3764 order for "record function-call-history".
3765 Add new tests for "record function-call-history /c".
3766 * gdb.btrace/exception.cc: New.
3767 * gdb.btrace/exception.exp: New.
3768 * gdb.btrace/tailcall.exp: New.
3769 * gdb.btrace/x86-tailcall.S: New.
3770 * gdb.btrace/x86-tailcall.c: New.
3771 * gdb.btrace/unknown_functions.c: New.
3772 * gdb.btrace/unknown_functions.exp: New.
3773 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3774
5de9129b
MM
37752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3776
3777 * gdb.btrace/instruction_history.exp: Update.
3778 * gdb.btrace/function_call_history.exp: Update.
3779
23a7fe75
MM
37802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3781
3782 * gdb.btrace/function_call_history.exp: Fix expected function
3783 trace.
3784 * gdb.btrace/instruction_history.exp: Initialize traced.
3785 Remove traced_functions.
3786
724c7dd8
MM
37872014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3788
3789 * gdb.btrace/function_call_history.exp: Update
3790 * gdb.btrace/instruction_history.exp: Update.
3791
6d78d93b
MM
37922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3793
3794 * gdb.btrace/enable.exp: Update expected text.
3795
93a360cc
OJ
37962014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
3797
3798 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
3799 bytes.
3800
3772b53f
MR
38012014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
3802
3803 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
3804
596662fa
OJ
38052014-01-15 Omair Javaid <omair.javaid@linaro.org>
3806
3807 * lib/gdb.exp (supports_process_record): Return true for
3808 arm*-linux*. (supports_reverse): Likewise.
3809
b5b08fb4
SC
38102014-01-13 Siva Chandra Reddy <sivachandra@google.com>
3811
3812 PR python/15464
3813 PR python/16113
3814 * gdb.python/py-type.c: Enhance test case.
3815 * gdb.python/py-value-cc.cc: Likewise
3816 * gdb.python/py-type.exp: Add new tests.
3817 * gdb.python/py-value-cc.exp: Likewise
3818
52d7fb13
AA
38192014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3820 Pedro Alves <palves@redhat.com>
3821
3822 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
3823 Make "name" extern.
3824 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
3825 references to ${name}_start by references to ${name}.
3826
a2cd8cfe
JB
38272014-01-10 Joel Brobecker <brobecker@adacore.com>
3828
3829 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
3830
4e23fced
JB
38312014-01-10 Joel Brobecker <brobecker@adacore.com>
3832
3833 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
3834
c6a9e42c
PA
38352014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
3836 Pedro Alves <palves@redhat.com>
3837
3838 * gdb.mi/mi-info-os.exp: Connect to the target with
3839 mi_gdb_target_load.
3840
b7ea362b
PA
38412014-01-08 Pedro Alves <palves@redhat.com>
3842
3843 * gdb.threads/reconnect-signal.c: New file.
3844 * gdb.threads/reconnect-signal.exp: New file.
3845
5e3f4fab
EBM
38462014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3847
3848 * gdb.base/source-dir.exp: New file.
3849
79301218
JB
38502014-01-07 Joel Brobecker <brobecker@adacore.com>
3851
3852 * gdb.ada/mi_interface: New testcase.
3853
8e355c5d
JB
38542014-01-07 Joel Brobecker <brobecker@adacore.com>
3855
3856 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
3857 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
3858 gdb.ada/pp-rec-component/pck.ads: New files.
3859
c0d48811
JB
38602014-01-07 Joel Brobecker <brobecker@adacore.com>
3861
3862 * gdb.python/py-pp-integral.c: New file.
3863 * gdb.python/py-pp-integral.py: New file.
3864 * gdb.python/py-pp-integral.exp: New file.
3865
17b609c3 3866For older changes see ChangeLog-1993-2013.
c906108c 3867\f
8d8cb839
EZ
3868;; Local Variables:
3869;; mode: change-log
3870;; left-margin: 8
3871;; fill-column: 74
3872;; version-control: never
3873;; End:
902f2ccb 3874
32d0add0 3875 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
3876 Copying and distribution of this file, with or without modification,
3877 are permitted provided the copyright notice and this notice are preserved.
This page took 2.208898 seconds and 4 git commands to generate.