Fix Python 3 build error on 32-bit hosts
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
42d9e528
PA
12015-02-04 Pedro Alves <palves@redhat.com>
2
3 * boards/native-extended-gdbserver.exp: Remove any target variant
4 specifications from the board name before clearing the isremote
5 flag from board_info.
6
ae6ae975
DE
72015-01-31 Doug Evans <xdje42@gmail.com>
8
9 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10
cfb069a8
GB
112015-01-31 Gary Benson <gbenson@redhat.com>
12
13 * gdb.base/completion.exp: Disable completion limiting for
14 existing tests. Add new tests to check completion limiting.
15 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16
5dd31d79
DE
172015-01-31 Doug Evans <xdje42@gmail.com>
18
19 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
20
9f050062
DE
212015-01-31 Doug Evans <xdje42@gmail.com>
22
23 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
24 entries. Duplicate file section script entries.
25 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
26 inlined entries. Add test for safe-path rejection.
27 * gdb.python/py-section-script.c: Add duplicate inlined section script
28 entries. Duplicate file section script entries.
29 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
30 inlined entries. Add test for safe-path rejection.
31
df25ebbd
JB
322015-01-29 Joel Brobecker <brobecker@adacore.com>
33
34 * gdb.ada/disc_arr_bound: New testcase.
35
4a0ca9ec
JB
362015-01-29 Joel Brobecker <brobecker@adacore.com>
37
38 * gdb.ada/mi_var_array: New testcase.
39
3a8b707a
DE
402015-01-27 Doug Evans <dje@google.com>
41
42 * gdb.python/py-objfile.exp: Add tests for objfile.username.
43 Add test for objfile.filename, objfile.username after objfile
44 has been unloaded.
45
f8313f6e
JB
462015-01-26 Joel Brobecker <brobecker@adacore.com>
47
48 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
49 the second test to print the name attribute of value
50 returned by the call to gdb.lookup_type, and adjust
51 the expected output accordingly.
52
37bc665e
MW
532015-01-25 Mark Wielaard <mjw@redhat.com>
54
55 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
56 * gdb.base/disp-step-fork.c: Include unistd.h.
57 * gdb.base/siginfo-obj.c: Include stdio.h.
58 * gdb.base/siginfo-thread.c: Likewise.
59 * gdb.mi/non-stop.c: Include unistd.h.
60 * gdb.mi/nsthrexec.c: Include stdio.h.
61 * gdb.mi/pthreads.c: Include unistd.h.
62 * gdb.modula2/unbounded1.c (main): Declare returns int.
63 * gdb.reverse/consecutive-reverse.c: Likewise.
64 * gdb.threads/create-fail.c: Include unistd.h.
65 * gdb.threads/killed.c: Likewise.
66 * gdb.threads/linux-dp.c: Likewise.
67 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
68 * gdb.threads/non-ldr-exc-2.c: Likewise.
69 * gdb.threads/non-ldr-exc-3.c: Likewise.
70 * gdb.threads/non-ldr-exc-4.c: Likewise.
71 * gdb.threads/pthreads.c: Include unistd.h.
72 (main): Declare returns int.
73 * gdb.threads/tls-main.c (foo): New declaration.
74 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
75
f7e5394d
SM
762015-01-23 Simon Marchi <simon.marchi@ericsson.com>
77
78 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
79 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
80
743649fd
MW
812015-01-15 Mark Wielaard <mjw@redhat.com>
82
83 * gdb.base/noreturn-return.c: New file.
84 * gdb.base/noreturn-return.exp: New file.
85 * gdb.base/noreturn-finish.c: New file.
86 * gdb.base/noreturn-finish.exp: New file.
87
198297aa
PA
882015-01-23 Pedro Alves <palves@redhat.com>
89
90 * gdb.threads/continue-pending-after-query.c: New file.
91 * gdb.threads/continue-pending-after-query.exp: New file.
92
717cf30c
AG
932015-01-22 Anders Granlund <anders.granlund@ericsson.com>
94 Simon Marchi <simon.marchi@ericsson.com>
95
96 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
97 * gdb.base/valgrind-db-attach.exp: Same.
98 * gdb.base/valgrind-infcall.exp: Same.
99 * lib/mi-support.exp (default_mi_gdb_start): Same.
100 * lib/prompt.exp (default_prompt_gdb_start): Same.
101 * lib/gdb.exp (default_gdb_spawn): Same.
102 (gdb_interact): New.
103
104
4b62a76e
JK
1052015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
106
107 * gdb.compile/compile.exp (pointer to jit function): New test.
108
b4cdae6f
WW
1092015-01-17 Wei-cheng Wang <cole945@gmail.com>
110
111 * lib/gdb.exp (supports_process_record): Return true for
112 powerpc*-*-linux*.
113 (supports_reverse): Likewise.
114
d221e7ef
DB
1152015-01-15 Don Breazeal <donb@codesourcery.com>
116
117 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
118 instead of checking whether the target board is remote and
119 use spawn_wait_for_attach instead of exec/sleep.
120 * gdb.base/attach-twice.exp: Likewise.
121
bafffb51
JB
1222015-01-15 Joel Brobecker <brobecker@adacore.com>
123
124 * gdb.ada/var_arr_attrs: New testcase.
125
5589af0e
PA
1262015-01-14 Pedro Alves <palves@redhat.com>
127 Joel Brobecker <brobecker@adacore.com>
128
129 PR gdb/17525
130 * gdb.base/bp-cmds-execution-x-script.c: New file.
131 * gdb.base/bp-cmds-execution-x-script.exp: New file.
132 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
133
6c400b59
PA
1342015-01-14 Pedro Alves <palves@redhat.com>
135
136 PR cli/17828
137 * gdb.base/batch-preserve-term-settings.c: New file.
138 * gdb.base/batch-preserve-term-settings.exp: New file.
139
e02c96a7
DE
1402015-01-13 Doug Evans <dje@google.com>
141
142 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
143 binary.
144
576fd14c
JB
1452015-01-13 Joel Brobecker <brobecker@adacore.com>
146
147 * Makefile.in (clean mostlyclean): Do not delete *.py.
148
04dccad0
JB
1492015-01-13 Joel Brobecker <brobecker@adacore.com>
150
151 * gdb.python/py-lookup-type.exp: New file.
152
3d230f71
PA
1532015-01-12 Pedro Alves <palves@redhat.com>
154
155 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
156 restore GDBFLAGS before returning.
157
7e67715d
JK
1582015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
159
160 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
161 is_amd64_regs_target and is_x86_like_target.
162
f2e0d4b4
DE
1632015-01-11 Doug Evans <xdje42@gmail.com>
164
165 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
166 is given without an explicit form.
167 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
168 attributes.
169 * gdb.dwarf/corrupt.exp: Ditto.
170 * gdb.dwarf2/enum-type.exp: Ditto.
171 * gdb.trace/entry-values.exp: Ditto.
172 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
173
439250fb
DE
1742015-01-11 Doug Evans <xdje42@gmail.com>
175
176 PR gdb/15830
177 * gdb.base/maint.exp: Remove references to "maint demangle".
178 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
179 Add tests for explicitly specifying language to demangle.
180 * gdb.dlang/demangle.exp: Ditto.
181
ede9f622
PA
1822015-01-09 Pedro Alves <palves@redhat.com>
183
184 * gdb.threads/non-stop-fair-events.c: New file.
185 * gdb.threads/non-stop-fair-events.exp: New file.
186
a7b796db
PA
1872015-01-09 Pedro Alves <palves@redhat.com>
188
189 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
190 the global scope. Set a breakpoint after all threads are started
191 rather than stepping over two source lines. Expect the prompt.
192 * gdb.base/watch_thread_num.c (threads_started_barrier): New
193 global.
194 (NUM): Now 15.
195 (main): Use threads_started_barrier to wait for all threads to
196 start. Main thread no longer calls thread_function. Exit after
197 180 seconds.
198 (loop): New function.
199 (thread_function): Wait on threads_started_barrier barrier. Call
200 'loop' at each iteration.
201 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
202 threads have started, instead of hardcoding number of "next"
203 steps. Use an access watchpoint instead of a write watchpoint.
204
9665ffdd
PA
2052015-01-09 Pedro Alves <palves@redhat.com>
206
207 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
208 (thread_func): Wait on barrier.
209 (main): Wait for all threads to start before stopping GDB.
210 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
211 global.
212 (thread1_func, thread2_func): Wait on barrier.
213 (main): Wait for all threads to start before stopping GDB.
214 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
215 New global.
216 (thread1_func, thread2_func): Wait on barrier.
217 (main): Wait for all threads to start before stopping GDB.
218
c945a99f
PA
2192015-01-09 Pedro Alves <palves@redhat.com>
220
221 * gdb.threads/attach-many-short-lived-threads.c: New file.
222 * gdb.threads/attach-many-short-lived-threads.exp: New file.
223
c1a747c1
PA
2242014-01-09 Pedro Alves <palves@redhat.com>
225
226 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
227 instead of to thread 2.
228 * gdb.threads/signal-command-multiple-signals-pending.c (main):
229 Add barrier around each pthread_create call instead of around all
230 calls.
231 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
232 Set a break on thread_function and have the child threads hit it
233 one at at a time.
234
60b3033e
PA
2352015-01-09 Pedro Alves <palves@redhat.com>
236
237 * lib/gdb.exp (can_spawn_for_attach): New procedure.
238 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
239 false.
240 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
241 checking whether the target board is remote.
242 * gdb.multi/multi-attach.exp: Likewise.
243 * gdb.python/py-sync-interp.exp: Likewise.
244 * gdb.server/ext-attach.exp: Likewise.
245 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
246 tests that need to attach, instead of checking whether the target
247 board is remote at the top of the file.
248
acc018ac
YQ
2492015-01-08 Yao Qi <yao@codesourcery.com>
250
251 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
252
50a18af8
JK
2532015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
254
255 Fix testcase compilation.
256 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
257
8503d6e1
JB
2582015-01-06 Joel Brobecker <brobecker@adacore.com>
259
260 * gdb.python/py-type.exp: Add a couple test about empty
261 array creation, and negative-length array creation.
262
cc73dbcc
DE
2632015-01-02 Doug Evans <xdje42@gmail.com>
264
265 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
266
0300bbc7
DE
2672015-01-02 Doug Evans <dje@google.com>
268
269 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
270
9d85a0ec
YQ
2712014-12-29 Yao Qi <yao@codesourcery.com>
272
273 * gdb.trace/entry-values.exp: Update comments. Rename variable
274 bar_call_foo to returned_from_foo.
275
87186c6a
MMN
2762014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
277
278 PR gdb/17394
279 * gdb.linespec/break-asm-file.c: New file.
280 * gdb.linespec/break-asm-file.exp: New file.
281 * gdb.linespec/break-asm-file0.s: New file.
282 * gdb.linespec/break-asm-file1.s: New file.
283
1bab7383
YQ
2842014-12-18 Nigel Stephens <nigel@mips.com>
285 Maciej W. Rozycki <macro@codesourcery.com>
286
287 * gdb.base/float.exp: Handle the new output from "info float" on
288 MIPS targets.
289
1bc1068a
JK
2902014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
291
292 Fix MinGW compilation.
293 * gdb.compile/compile-ops.exp: Update untested message if
294 !skip_compile_feature_tests.
295 * gdb.compile/compile-setjmp.exp: Likewise.
296 * gdb.compile/compile-tls.exp: Likewise.
297 * gdb.compile/compile.exp: Likewise.
298 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
299 supported on this host".
300
b6615d10
DE
3012014-12-16 Doug Evans <xdje42@gmail.com>
302
303 * boards/stabs.exp: New file.
304
25dda427
AA
3052014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
306
307 * gdb.base/completion.exp: Adjust to format changes of "maint
308 print user-registers".
309
bf330350
CU
3102014-12-16 Catalin Udma <catalin.udma@freescale.com>
311
312 PR server/17457
313 * gdb.arch/aarch64-fp.c: New file.
314 * gdb.arch/aarch64-fp.exp: New file.
315
395cf596
SDJ
3162014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
317
318 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
319 r210637, r210913, r211666, r215400, r215817).
320
321 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
322 * dg-extract-results.py: New file.
323 * dg-extract-results.sh: Use it if the environment seems
324 suitable.
325
326 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
327
328 * dg-extract-results.py (parse_run): Handle warnings that
329 are printed before a test harness is run.
330
331 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
332
333 * dg-extract-results.py (Named): Remove __cmp__ method.
334 (output_variation): Use a key to sort variation.harnesses.
335
336 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
337
338 * dg-extract-results.py: For Python 3, force sys.stdout to
339 handle surrogate escape sequences.
340 (safe_open): New function.
341 (output_segment, main): Use it.
342
343 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
344
345 * dg-extract-results.py (Prog.result_re): Include options
346 in test name.
347
348 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
349
350 * dg-extract-results.py (output_variation): Always sort if
351 do_sum.
352
e882ef3c
SM
3532014-12-15 Simon Marchi <simon.marchi@ericsson.com>
354
355 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
356 as long as we get pagination notifications.
357
4992aa20
JM
3582014-12-15 Jason Merrill <jason@redhat.com>
359
360 * Makefile.in (check-gdb.%): Restore.
361 * README: Mention it.
362
c1b5a1a6
JB
3632014-12-13 Joel Brobecker <brobecker@adacore.com>
364
365 * gdb.ada/str_uninit: New testcase.
366
5537b577
JK
3672014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
368
369 PR symtab/17642
370 * gdb.base/vla-stub-define.c: New file.
371 * gdb.base/vla-stub.c: New file.
372 * gdb.base/vla-stub.exp: New file.
373
bb2ec1b3
TT
3742014-12-12 Phil Muldoon <pmuldoon@redhat.com>
375 Jan Kratochvil <jan.kratochvil@redhat.com>
376 Tom Tromey <tromey@redhat.com>
377
378 * configure.ac: Add gdb.compile/.
379 * configure: Regenerate.
380 * gdb.compile/Makefile.in: New file.
381 * gdb.compile/compile-ops.exp: New file.
382 * gdb.compile/compile-ops.c: New file.
383 * gdb.compile/compile-tls.c: New file.
384 * gdb.compile/compile-tls.exp: New file.
385 * gdb.compile/compile-constvar.S: New file.
386 * gdb.compile/compile-constvar.c: New file.
387 * gdb.compile/compile-mod.c: New file.
388 * gdb.compile/compile-nodebug.c: New file.
389 * gdb.compile/compile-setjmp-mod.c: New file.
390 * gdb.compile/compile-setjmp.c: New file.
391 * gdb.compile/compile-setjmp.exp: New file.
392 * gdb.compile/compile-shlib.c: New file.
393 * gdb.compile/compile.c: New file.
394 * gdb.compile/compile.exp: New file.
395 * lib/gdb.exp (skip_compile_feature_tests): New proc.
396
4ff709eb
TT
3972014-12-12 Tom Tromey <tromey@redhat.com>
398
399 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
400 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
401
6dddd6a5
DE
4022014-12-12 Doug Evans <dje@google.com>
403
404 * lib/gdb-python.exp (get_python_valueof): New function.
405 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
406
71c24708
AA
4072014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
408
409 * gdb.base/completion.exp: Add test for completion of "info
410 registers ".
411
3e29f34a
MR
4122014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
413
414 * gdb.base/func-ptrs.c: New file.
415 * gdb.base/func-ptrs.exp: New file.
416
fc126975
SM
4172014-12-10 Simon Marchi <simon.marchi@ericsson.com>
418
419 PR breakpoints/17012
420 * gdb.base/dprintf-detach.c: New file.
421 * gdb.base/dprintf-detach.exp: New file.
422
0a46d518
SM
4232014-12-10 Simon Marchi <simon.marchi@ericsson.com>
424
425 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
426 * lib/gdb.exp (target_is_gdbserver): New procedure.
427
a0be3e44
DE
4282014-12-08 Doug Evans <dje@google.com>
429
430 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
431
df1b803a
YQ
4322014-12-05 Yao Qi <yao@codesourcery.com>
433
434 * gdb.guile/scm-error.exp: Remove the third argument to
435 gdb_remote_download.
436 * gdb.guile/scm-frame-args.exp: Likewise.
437 * gdb.guile/scm-section-script.exp: Likewise.
438
ddb9f679
YQ
4392014-12-05 Yao Qi <yao@codesourcery.com>
440
441 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
442
86e4ed39
DE
4432014-12-04 Doug Evans <dje@google.com>
444
445 * gdb.python/py-objfile.exp: Add tests for
446 objfile.add_separate_debug_file.
447
7c50a931
DE
4482014-12-04 Doug Evans <dje@google.com>
449
450 * lib/gdb.exp (get_build_id): New function.
451 (build_id_debug_filename_get): Rewrite to use it.
452 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
453
621661e3
MR
4542014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
455
456 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
457 `method(long)', not just 0x0.
458 * gdb.cp/nsalias.exp: Align code labels to 4.
459 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
460 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
461 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
462 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
463 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
464 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
465
29f0c3b7
DE
4662014-12-02 Doug Evans <dje@google.com>
467
e1e061e7 468 PR symtab/17602
29f0c3b7 469 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 470 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
471 * gdb.cp/anon-ns.exp: Update.
472
162078c8
NB
4732014-12-02 Nick Bull <nicholaspbull@gmail.com>
474
475 * gdb.python/py-events.py (inferior_call_handler): New.
476 (register_changed_handler, memory_changed_handler): New.
477 (test_events.invoke): Register new handlers.
478 * gdb.python/py-events.exp: Add tests for inferior call,
479 memory_changed and register_changed events.
480
fdb09caf
AA
4812014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
482
483 * gdb.base/execl-update-breakpoints.exp: Specify the link address
484 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
485 if the linker doesn't understand this.
486
55cfb2c4
SM
4872014-12-01 Simon Marchi <simon.marchi@ericsson.com>
488
489 * gdb.python/python.exp: Change expected reply to help().
490
9e8cd6df
YQ
4912014-12-01 Yao Qi <yao@codesourcery.com>
492
493 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
494 AC_CONFIG_SUBDIRS(gdb.gdbtk).
495 * configure: Re-generated.
496
6c659fc2
SC
4972014-11-28 Siva Chandra Reddy <sivachandra@google.com>
498
499 * gdb.cp/chained-calls.cc: New file.
500 * gdb.cp/chained-calls.exp: New file.
501 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
502
d7fc3181
SM
5032014-11-28 Simon Marchi <simon.marchi@ericsson.com>
504
505 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
506 * gdb.dwarf2/symtab-producer.exp: Same.
507 * gdb.gdb/python-interrupts.exp: Same.
508 * gdb.gdb/python-selftest.exp: Same.
509 * gdb.python/py-linetable.exp: Same.
510 * gdb.python/py-type.exp: Same.
511 * gdb.python/py-value-cc.exp: Same.
512 * gdb.python/py-value.exp: Same.
513
10e79639
YQ
5142014-11-28 Yao Qi <yao@codesourcery.com>
515
516 * gdb.base/break-probes.exp: Match library name prefixed with
517 sysroot.
518
f28a0564
SM
5192014-11-27 Simon Marchi <simon.marchi@ericsson.com>
520
521 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
522 test expected output. Add parentheses for the call to print.
523 Remove L suffix from integers.
524
3fe1ce1d
DE
5252014-11-26 Doug Evans <dje@google.com>
526
527 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
528
84429e27
YQ
5292014-11-22 Yao Qi <yao@codesourcery.com>
530
531 * gdb.trace/entry-values.c: Remove asms.
532 (foo): Add foo_label.
533 (bar): Add bar_label.
534 * gdb.trace/entry-values.exp: Remove code computing foo's
535 length and bar's length.
536 (Dwarf::assemble): Invoke function_range for bar and use
537 MACRO_AT_func for foo.
538
26741859
YQ
5392014-11-22 Yao Qi <yao@codesourcery.com>
540
541 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
542 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
543 Use .Lgcc43_procstart instead of gcc43.
544
45e44d27
JB
5452014-11-21 Joel Brobecker <brobecker@adacore.com>
546
547 * gdb.ada/n_arr_bound: New testcase.
548
458c8db8
SDJ
5492014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
550
551 PR breakpoints/10737
552 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
553 test_catch_syscall_multi_arch.
554 (test_catch_syscall_multi_arch): New function.
555
43f3e411
DE
5562014-11-20 Doug Evans <xdje42@gmail.com>
557
558 * gdb.base/maint.exp: Update expected output.
559
0d7b2549
AA
5602014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
561
562 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
563 4-byte instruction on S390.
564
8908fca5
JB
5652014-11-19 Joel Brobecker <brobecker@adacore.com>
566
567 * gdb.ada/arr_arr: New testcase.
568
4a46959e
JB
5692014-11-19 Joel Brobecker <brobecker@adacore.com>
570
571 * gdb.ada/pkd_arr_elem: New Testcase.
572
470e2f4e
LM
5732014-11-18 Luis Machado <lgustavo@codesourcery.com>
574
575 * gdb.reverse/break-precsave: Expect completion message for
576 core file reads.
577 * gdb.reverse/consecutive-precsave.exp: Likewise.
578 * gdb.reverse/finish-precsave.exp: Likewise.
579 * gdb.reverse/i386-precsave.exp: Likewise.
580 * gdb.reverse/machinestate-precsave.exp: Likewise.
581 * gdb.reverse/sigall-precsave.exp: Likewise.
582 * gdb.reverse/solib-precsave.exp: Likewise.
583 * gdb.reverse/step-precsave.exp: Likewise.
584 * gdb.reverse/until-precsave.exp: Likewise.
585 * gdb.reverse/watch-precsave.exp: Likewise.
586
a267f3ad
AA
5872014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
588
589 * gdb.base/bp-permanent.c: Include unistd.h.
590 * gdb.python/py-framefilter-mi.c (main): Add return type.
591 * gdb.python/py-framefilter.c (main): Likewise.
592 * gdb.trace/actions-changed.c (main): Likewise.
593
12084a9a
AA
5942014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
595
596 * gdb.mi/until.c: Add eye-catchers.
597 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
598 line numbers.
599
dc7e1a77
AA
6002014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
601
602 * gdb.base/condbreak.exp: Drop references to removed non-prototype
603 function header variants in break1.c.
604 * gdb.base/ena-dis-br.exp: Likewise.
605 * gdb.base/hbreak2.exp: Likewise.
606 * gdb.reverse/until-precsave.exp: Drop references to removed
607 non-prototype function header variants in ur1.c.
608 * gdb.reverse/until-reverse.exp: Likewise.
609
41c77605
PM
6102014-11-17 Petr Machata <pmachata@redhat.com>
611
612 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
613 ${_cu_offset_size} bytes abbrev offset.
614
34248c3a
DE
6152014-11-15 Doug Evans <xdje42@gmail.com>
616
617 PR symtab/17559
618 * gdb.base/line-symtabs.exp: New file.
619 * gdb.base/line-symtabs.c: New file.
620 * gdb.base/line-symtabs.h: New file.
621
646da059
YQ
6222014-11-14 Yao Qi <yao@codesourcery.com>
623
624 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
625 (func): Add label func_label.
626 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
627 Replace low_pc and high_pc with MACRO_AT_range.
628 Replace name, low_pc and high_pc with MACRO_AT_func.
629
9301ebe6
YQ
6302014-11-14 Yao Qi <yao@codesourcery.com>
631
632 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
633 Replace name, low_pc and high_pc with MACRO_AT_func.
634
f166b542
YQ
6352014-11-14 Yao Qi <yao@codesourcery.com>
636
637 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
638 produce debug information.
639 * gdb.dwarf2/implptr-optimized-out.S: Removed.
640
0f6e71e3
YQ
6412014-11-14 Yao Qi <yao@codesourcery.com>
642
643 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
644 object and get function length.
645 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
646 with MACRO_AT_func.
647 (top-level): Replace gdb_compile and clean_restart with
648 prepare_for_testing.
649 * gdb.dwarf2/main.c (main): Add label main_label.
650
876c4df9
YQ
6512014-11-14 Yao Qi <yao@codesourcery.com>
652
653 * lib/dwarf.exp (function_range): New procedure.
654 (Dwarf::_handle_macro_at_func): New procedure.
655 (Dwarf::_handle_macro_at_range): New procedure.
656 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
657
02ad9cf1
YQ
6582014-11-14 Yao Qi <yao@codesourcery.com>
659
660 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
661 (_handle_attribute): New procedure.
662
a59add0c
AA
6632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
664
665 * gdb.ada/cond_lang/foo.c (callme): Add return type.
666 * gdb.base/call-sc.c (zed): Likewise.
667 * gdb.base/checkpoint.c (main): Likewise.
668 * gdb.base/dump.c (main): Likewise.
669 * gdb.base/gcore.c (main): Likewise.
670 * gdb.base/huge.c (main): Likewise.
671 * gdb.base/multi-forks.c (main): Likewise.
672 * gdb.base/pr10179-a.c (main): Likewise.
673 * gdb.base/savedregs.c (main): Likewise.
674 * gdb.base/sigaltstack.c (main): Likewise.
675 * gdb.base/siginfo.c (main): Likewise.
676 * gdb.base/structs.c (zed): Likewise.
677 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
678 * gdb.mi/mi-syn-frame.c (main): Likewise.
679 * gdb.mi/until.c (foo, main): Likewise.
680 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
681 * gdb.base/solib-weak.c (foo): Declare.
682 * gdb.base/attach-twice.c: Include stdio.h.
683 * gdb.base/weaklib1.c: Likewise.
684 * gdb.base/weaklib2.c: Likewise.
685 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
686 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
687 unistd.h.
688 * gdb.base/attach-pie-misread.c: Include stdlib.h.
689 * gdb.mi/mi-exit-code.c: Likewise.
690 * gdb.base/break-interp-lib.c: Include string.h.
691 * gdb.base/coremaker.c: Likewise.
692 * gdb.base/testenv.c: Likewise.
693 * gdb.python/py-finish-breakpoint.c: Likewise.
694 * gdb.base/inferior-died.c: Include sys/wait.h.
695 * gdb.base/fileio.c: Include time.h.
696 * gdb.base/async-shell.c: Include unistd.h.
697 * gdb.base/dprintf-non-stop.c: Likewise.
698 * gdb.base/info-os.c: Likewise.
699 * gdb.mi/mi-console.c: Likewise.
700 * gdb.mi/watch-nonstop.c: Likewise.
701 * gdb.python/py-events.c: Likewise.
702 * gdb.base/async.c (baz): Move up before its invocation.
703 * gdb.base/code_elim2.c (my_global_func): Likewise.
704 * gdb.base/skip-solib-lib.c (multiply): Likewise.
705 * gdb.base/advance.c (func2): Likewise.
706
3b5d5997
AA
7072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
708
709 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
710 variant.
711 * gdb.base/annota3.c: Likewise.
712 * gdb.base/async.c: Likewise.
713 * gdb.base/average.c: Likewise.
714 * gdb.base/call-ar-st.c: Likewise.
715 * gdb.base/call-rt-st.c: Likewise.
716 * gdb.base/call-sc.c: Likewise.
717 * gdb.base/call-strs.c: Likewise.
718 * gdb.base/ending-run.c: Likewise.
719 * gdb.base/execd-prog.c: Likewise.
720 * gdb.base/exprs.c: Likewise.
721 * gdb.base/foll-exec.c: Likewise.
722 * gdb.base/foll-fork.c: Likewise.
723 * gdb.base/foll-vfork.c: Likewise.
724 * gdb.base/funcargs.c: Likewise.
725 * gdb.base/gcore.c: Likewise.
726 * gdb.base/jump.c: Likewise.
727 * gdb.base/langs0.c: Likewise.
728 * gdb.base/langs1.c: Likewise.
729 * gdb.base/langs2.c: Likewise.
730 * gdb.base/mips_pro.c: Likewise.
731 * gdb.base/nodebug.c: Likewise.
732 * gdb.base/opaque0.c: Likewise.
733 * gdb.base/opaque1.c: Likewise.
734 * gdb.base/recurse.c: Likewise.
735 * gdb.base/run.c: Likewise.
736 * gdb.base/scope0.c: Likewise.
737 * gdb.base/scope1.c: Likewise.
738 * gdb.base/setshow.c: Likewise.
739 * gdb.base/setvar.c: Likewise.
740 * gdb.base/shmain.c: Likewise.
741 * gdb.base/shr1.c: Likewise.
742 * gdb.base/shr2.c: Likewise.
743 * gdb.base/sigall.c: Likewise.
744 * gdb.base/signals.c: Likewise.
745 * gdb.base/so-indr-cl.c: Likewise.
746 * gdb.base/solib2.c: Likewise.
747 * gdb.base/structs.c: Likewise.
748 * gdb.base/sum.c: Likewise.
749 * gdb.base/vforked-prog.c: Likewise.
750 * gdb.base/watchpoint.c: Likewise.
751 * gdb.reverse/shr2.c: Likewise.
752 * gdb.reverse/until-reverse.c: Likewise.
753 * gdb.reverse/ur1.c: Likewise.
754 * gdb.reverse/watch-reverse.c: Likewise.
755
066a77c5
AA
7562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
757
758 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
759 variant.
760 * gdb.base/sepdebug.exp: Drop references to removed code.
761
4f204ea5
AA
7622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
763
764 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
765 variant. Preserve original line numbering.
766 * gdb.base/list1.c: Likewise.
767
3b377a3a
AA
7682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
769
770 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
771 variant.
772 * gdb.base/break1.c: Likewise.
773 * gdb.base/break.exp: Drop references to removed code.
774
e444df73
AA
7752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
776
777 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
778 variant.
779
8008f2a7
AA
7802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
781
782 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
783
a5a06887
AA
7842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
785
786 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
787 logic into perform_all_tests() and invoke it with and without
788 function header prototypes.
789 (do_function_calls): Remove conditional XFAIL for PR 5318.
790 (rerun_and_prepare): Remove duplicate code.
791 (perform_all_tests): New. Main logic moved here.
792
44dba9b9
AA
7932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
794
795 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
796 code guarded by #ifdef NO_PROTOTYPES.
797 (t_double_many_args): Likewise.
798 (DEF_FUNC_MANY_ARGS_1): Likewise.
799 (DEF_FUNC_VALUES_1): Likewise.
800 (t_structs_ldc): Renamed from t_structs_fc in conditional code
801 guarded by #ifdef PROTOTYPES.
802
d1fbcd56
AA
8032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
804
805 * gdb.mi/mi-console.c: Add eye-catcher.
806 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
807 instead of literal line number.
808
b0e59b8f
AA
8092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
810
811 * gdb.base/shr2.c: Add eye-catcher.
812 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
813 line number.
814
78f98cca
AA
8152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
816
817 * gdb.base/jump.c: Add eye-catchers.
818 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
819 numbers.
820
58fa2af0
AA
8212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
822
823 * gdb.base/execd-prog.c: Add eye-catchers.
824 * gdb.base/foll-exec.c: Likewise.
825 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
826 line numbers.
827
04e5059b
AA
8282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
829
830 * gdb.base/ending-run.c: Add eye-catchers.
831 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
832 literal line numbers.
833
dbfdb174
AA
8342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
835
836 * gdb.base/call-rt-st.c: Add eye-catchers.
837 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
838 literal line numbers.
839
888a2ade
AA
8402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
841
842 * gdb.base/call-ar-st.c: Add eye-catchers.
843 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
844 literal line numbers.
845
6acc2dde
AA
8462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
847
848 * gdb.base/average.c: Add eye-catchers.
849 * gdb.base/sum.c: Likewise.
850 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
851 regexps dynamically.
852
9ecfcd1d
AA
8532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
854
855 * gdb.base/solib1.c: Add eye-catchers.
856 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
857 literal line numbers.
858
78708b7c
PA
8592014-11-12 Pedro Alves <palves@redhat.com>
860
861 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
862 leader has exited.
863
af48d08f
PA
8642014-11-12 Pedro Alves <palves@redhat.com>
865
866 * gdb.arch/i386-bp_permanent.c: New file.
867 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
868 (srcfile): Set to i386-bp_permanent.c.
869 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
870 that stepi does not execute the 'leave' instruction, instead of
871 testing it does execute.
872 * gdb.base/bp-permanent.c: New file.
873 * gdb.base/bp-permanent.exp: New file.
874
af3768e9
DE
8752014-11-10 Doug Evans <xdje42@gmail.com>
876
877 PR symtab/17564
878 * gdb.base/symtab-search-order.exp: New file.
879 * gdb.base/symtab-search-order.c: New file.
880 * gdb.base/symtab-search-order-1.c: New file.
881 * gdb.base/symtab-search-order-shlib-1.c: New file.
882
9de00a4a
PA
8832014-11-07 Pedro Alves <palves@redhat.com>
884
885 PR gdb/17511
886 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
887 i?86-*-linux*.
888
e0f52461
SC
8892014-11-03 Siva Chandra Reddy <sivachandra@google.com>
890
891 PR c++/17494
892 * gdb.cp/pr17494.cc: New file.
893 * gdb.cp/pr17494.exp: New file.
894
6ce8c980
YQ
8952014-11-02 Yao Qi <yao@codesourcery.com>
896
897 * gdb.python/python.exp: Get working directory and match the
898 output of "set extended-prompt \\w " with it.
899
02be9a71
DE
9002014-10-30 Doug Evans <dje@google.com>
901
902 * gdb.python/py-objfile.exp: Add tests for setting random attributes
903 in objfiles.
904 * gdb.python/py-progspace.exp: Add tests for setting random attributes
905 in progspaces.
906
3bdff46b
LM
9072014-10-30 Janis Johnson <janisjo@codesourcery.com>
908
909 * gdb.base/fullpath-expand.exp: Skip for a remote host.
910 * gdb.base/realname-expand.exp: Likewise.
911 * gdb.linespec/macro-relative.exp: Likewise.
912
ab917dfb
PA
9132014-10-29 Pedro Alves <palves@redhat.com>
914
915 PR gdb/17408
916 * gdb.threads/schedlock.c (some_function): New function.
917 (call_function): New global.
918 (MAYBE_CALL_SOME_FUNCTION): New macro.
919 (thread_function): Call it.
920 * gdb.threads/schedlock.exp (get_args): Add description parameter,
921 and use it instead of a global counter. Adjust all callers.
922 (get_current_thread): Use "find current thread" for test message
923 here rather than having all callers pass down the same string.
924 (goto_loop): New procedure, factored out from ...
925 (my_continue): ... this.
926 (step_ten_loops): Change parameter from test message to command to
927 use. Adjust.
928 (list_count): Delete global.
929 (check_result): New procedure, factored out from duplicate top
930 level code.
931 (continue tests): Wrap in with_test_prefix.
932 (test_step): New procedure, factored out from duplicate top level
933 code.
934 (top level): Test "step" in combination with all scheduler-locking
935 modes. Test "next" in combination with all scheduler-locking
936 modes, and in combination with stepping over a function call or
937 not.
938 * gdb.threads/next-bp-other-thread.c: New file.
939 * gdb.threads/next-bp-other-thread.exp: New file.
940
d3d4baed
PA
9412014-10-29 Pedro Alves <palves@redhat.com>
942
943 PR python/17372
944 * gdb.python/python.exp: Test a multi-line command that spawns
945 interactive Python.
946 * gdb.base/multi-line-starts-subshell.exp: New file.
947
563e8d85
YQ
9482014-10-29 Yao Qi <yao@codesourcery.com>
949
950 * gdb.base/fileio.exp: Make directories on host.
951
0ea4d52e
YQ
9522014-10-29 Yao Qi <yao@codesourcery.com>
953
954 * gdb.base/fileio.c (test_write): Close the file.
955
7f5ef605
PA
9562014-10-28 Pedro Alves <palves@redhat.com>
957
958 PR gdb/12623
959 * gdb.base/sigstep.c (no_handler): New global.
960 (main): If 'no_handler is true, set the signal handlers to
961 SIG_IGN.
962 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
963 with_sw_watch and no_handler parameters. Handle them.
964 (top level) <stepping over handler when stopped at a breakpoint
965 test>: Add a test axis for testing with a software watchpoint, and
966 another for testing with the signal handler set to SIG_IGN.
967 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
968 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
969
abbdbd03
PA
9702014-10-28 Pedro Alves <palves@redhat.com>
971
972 PR gdb/17511
973 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
974 * gdb.base/sigstep.exp (other_handler_location): New global.
975 (advance): Support stepping into the signal handler, and running
976 commands while in the handler.
977 (in_handler_map): New global.
978 (top level): In the advance test, add combinations for getting
979 into the handler with stepping commands, and for running commands
980 in the handler. Add comment descripting the advancei tests.
981
1df4399f
PA
9822014-10-28 Pedro Alves <palves@redhat.com>
983
984 * gdb.base/sigstep.exp: Use build_executable instead of
985 prepare_for_testing.
986 (top level): Move code that starts GDB, runs to main and creates a
987 display to ...
988 (restart): ... this new procedure.
989 (top level): Move backtrace from signal handler test to ...
990 (validate_backtrace): ... this new procedure.
991 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
992 with_test_prefix. Always restart GDB.
993 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
994 with_test_prefix. Always restart GDB. No need to delete
995 breakpoints after the test.
996 (test_skip_handler): Remove prefix parameter.
997 (skip_over_handler, breakpoint_to_handler)
998 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
999 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
1000 restart GDB. No need to delete breakpoints after the test.
1001 (top level): Use foreach to call the test procedures with
1002 different commands.
1003
a5b6e449
PA
10042014-10-28 Pedro Alves <palves@redhat.com>
1005
1006 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
1007 instead of GNATS numbers.
1008 * gdb.base/sigbpt.exp: Likewise.
1009 * gdb.base/siginfo.exp: Likewise.
1010 * gdb.base/sigstep.exp: Likewise.
1011
e5f8a7cc
PA
10122014-10-27 Pedro Alves <palves@redhat.com>
1013
1014 * gdb.base/sigstep.c (dummy): New global.
1015 (main): Issue a couple writes to the new global.
1016 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
1017 procedures.
1018 (skip_over_handler): Use test_skip_handler.
1019 (top level): Call skip_over_handler for stepi and nexti too.
1020 (breakpoint_over_handler): Use test_skip_handler.
1021 (top level): Call breakpoint_over_handler for stepi and nexti too.
1022
763905a3
YQ
10232014-10-27 Yao Qi <yao@codesourcery.com>
1024
1025 * gdb.trace/tfile.c (adjust_function_address)
1026 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
1027 function descriptor.
1028
6f259a23
DB
10292014-10-24 Don Breazeal <donb@codesourcery.com>
1030
1031 * gdb.base/foll-fork.exp (test_follow_fork,
1032 catch_fork_child_follow): Check for updated fork messages emitted
1033 from infrun.c.
1034 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
1035 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
1036 vfork_and_exec_child_follow_through_step): Check for updated vfork
1037 messages emitted from infrun.c.
1038
09dd9a69
PA
10392014-10-24 Pedro Alves <palves@redhat.com>
1040
1041 * gdb.base/corefile.exp: Remove references to ultrix.
1042 * gdb.base/interrupt.exp: Likewise.
1043 * gdb.base/whatis.exp: Likewise.
1044 * gdb.gdb/selftest.exp: Likewise.
1045 * gdb.threads/manythreads.exp: Likewise.
1046 * gdb.threads/print-threads.exp: Likewise.
1047 * gdb.threads/pthreads.exp:: Likewise.
1048 * gdb.threads/schedlock.exp: Likewise.
1049
3433cfa5
SC
10502014-10-24 Siva Chandra Reddy <sivachandra@google.com>
1051
1052 * gdb.cp/non-trivial-retval.cc: Add a test case.
1053 * gdb.cp/non-trivial-retval.exp: Add a test.
1054
092f880b
YQ
10552014-10-20 Yao Qi <yao@codesourcery.com>
1056
1057 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
1058 * gdb.python/py-objfile-script-gdb.py: New file.
1059 * gdb.python/py-objfile-script.exp: Update reference to
1060 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
1061 of remote_download. Remove the dest file.
1062
acbdb7f3
YQ
10632014-10-20 Yao Qi <yao@codesourcery.com>
1064
1065 * gdb.base/checkpoint.exp: Don't remove file copied on host.
1066 * gdb.base/step-line.exp: Likewise.
1067 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1068 * gdb.dwarf2/dw2-basic.exp: Likewise.
1069 * gdb.dwarf2/dw2-compressed.exp: Likewise.
1070 * gdb.dwarf2/dw2-filename.exp: Likewise.
1071 * gdb.dwarf2/dw2-intercu.exp: Likewise.
1072 * gdb.dwarf2/dw2-intermix.exp: Likewise.
1073 * gdb.dwarf2/dw2-producer.exp: Likewise.
1074 * gdb.dwarf2/mac-fileno.exp: Likewise.
1075 * gdb.python/py-frame-args.exp: Likewise.
1076 * gdb.python/py-framefilter.exp: Likewise.
1077 * gdb.python/py-mi.exp: Likewise.
1078 * gdb.python/py-objfile-script.exp: Likewise
1079 * gdb.python/py-pp-integral.exp: Likewise.
1080 * gdb.python/py-pp-re-notag.exp: Likewise.
1081 * gdb.python/py-prettyprint.exp: Likewise.
1082 * gdb.python/py-section-script.exp: Likewise.
1083 * gdb.python/py-typeprint.exp: Likewise.
1084 * gdb.python/py-xmethods.exp: Likewise.
1085 * gdb.stabs/weird.exp: Likewise.
1086 * gdb.xml/tdesc-regs.exp: Likewise.
1087
bd286a29
KCY
10882014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
1089
1090 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
1091 (out_cu): Use addr_len for the size of addresses.
1092 (out_line): Likewise. Size DW_LNE_set_address instruction
1093 according to addr_len.
1094 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
1095 (FUNC): Add START_INSNS to definition.
1096
673dc4a0
YQ
10972014-10-18 Yao Qi <yao@codesourcery.com>
1098
1099 * gdb.base/argv0-symlink.exp: Check argv[0] value if
1100 gdb_has_argv0 return true.
1101 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
1102 check [target_info exists noargs], check [gdb_has_argv0]
1103 instead.
1104 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1105 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
1106 procedures.
1107
4ffbba72
DE
11082014-10-17 Doug Evans <dje@google.com>
1109
1110 * gdb.python/py-events.exp: Update expected output for clear_objfiles
1111 event.
1112 * gdb.python/py-events.py: Add clear_objfiles event.
1113
d096d8c1
DE
11142014-10-17 Doug Evans <dje@google.com>
1115
1116 * gdb.python/py-objfile.exp: Test progspace attribute.
1117
a80db015
LM
11182014-10-17 Luis Machado <lgustavo@codesourcery.com>
1119
1120 * gdb.guile/scm-breakpoint.exp: Do not assume any
1121 directory separators when matching source file paths.
1122 * gdb.python/py-breakpoint.exp: Likewise.
1123 * gdb.reverse/break-precsave.exp: Likewise.
1124 * gdb.reverse/break-reverse.exp: Likewise.
1125 * gdb.reverse/consecutive-precsave.exp: Likewise.
1126 * gdb.reverse/finish-precsave.exp: Likewise.
1127 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
1128 * gdb.reverse/finish-reverse.exp: Likewise.
1129 * gdb.reverse/i386-precsave.exp: Likewise.
1130 * gdb.reverse/i387-env-reverse.exp: Likewise.
1131 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1132 * gdb.reverse/machinestate-precsave.exp: Likewise.
1133 * gdb.reverse/machinestate.exp: Likewise.
1134 * gdb.reverse/sigall-precsave.exp: Likewise.
1135 * gdb.reverse/solib-precsave.exp: Likewise.
1136 * gdb.reverse/step-precsave.exp: Likewise.
1137 * gdb.reverse/until-precsave.exp: Likewise.
1138 * gdb.reverse/watch-precsave.exp: Likewise.
1139 * gdb.reverse/watch-reverse.exp: Likewise.
1140
b22089ab
YQ
11412014-10-17 Yao Qi <yao@codesourcery.com>
1142
1143 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
1144 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
1145
6c4486e6
PA
11462014-10-17 Pedro Alves <palves@redhat.com>
1147
1148 PR gdb/17471
1149 * gdb.base/bg-execution-repeat.c: New file.
1150 * gdb.base/bg-execution-repeat.exp: New file.
1151
0ff33695
PA
11522014-10-17 Pedro Alves <palves@redhat.com>
1153
1154 PR gdb/17300
1155 * gdb.base/continue-all-already-running.c: New file.
1156 * gdb.base/continue-all-already-running.exp: New file.
1157
6fdebc3d
PA
11582014-10-17 Pedro Alves <palves@redhat.com>
1159
1160 PR gdb/17472
1161 * gdb.base/annota-input-while-running.c: New file.
1162 * gdb.base/annota-input-while-running.exp: New file.
1163
32a8097b
PA
11642014-10-17 Pedro Alves <palves@redhat.com>
1165
1166 * gdb.base/callfuncs.exp: emove references to osf.
1167 * gdb.base/sigall.exp: Likewise.
1168 * gdb.gdb/selftest.exp: Likewise.
1169 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1170 * gdb.mi/non-stop.c: Likewise.
1171 * gdb.mi/pthreads.c: Likewise.
1172 * gdb.reverse/sigall-precsave.exp: Likewise.
1173 * gdb.reverse/sigall-reverse.exp: Likewise.
1174 * gdb.threads/pthreads.c: Likewise.
1175 * gdb.threads/pthreads.exp: Likewise.
1176
7a3517ff
YQ
11772014-10-17 Yao Qi <yao@codesourcery.com>
1178
1179 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
1180 check 'target_info exists noargs'.
1181 (test_command_prompt_position): Likewise.
1182 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
1183 Remove "set args".
1184 (progvar_simple_while_test): Likewise.
1185 (progvar_complex_if_while_test): Likewise.
1186 (if_while_breakpoint_command_test): Likewise.
1187 (infrun_breakpoint_command_test): Likewise.
1188 (breakpoint_command_test): Likewise.
1189 (watchpoint_command_test): Likewise.
1190 (bp_deleted_in_command_test): Likewise.
1191 (temporary_breakpoint_commands): Likewise.
1192
bb99c472
YQ
11932014-10-16 Yao Qi <yao@codesourcery.com>
1194
1195 * gdb.base/remotetimeout.exp: Remove noargs checking.
1196
7c16b83e
PA
11972014-10-15 Pedro Alves <palves@redhat.com>
1198
1199 PR breakpoints/9649
1200 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
1201 * gdb.base/breakpoint-in-ro-region.exp
1202 (probe_target_hardware_step): New procedure.
1203 (top level): Probe hardware stepping and hardware breakpoint
1204 support. Test stepping through a read-only region, with both
1205 "breakpoint auto-hw" on and off and both "always-inserted" on and
1206 off.
1207
35a49624
IB
12082014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
1209
1210 * gdb.dlang/demangle.exp: Update for demangling changes.
1211
2d1c107c
SC
12122014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1213
1214 * gdb.cp/non-trivial-retval.cc: Add new test cases.
1215 * gdb.cp/non-trivial-retval.exp: Add new tests.
1216
778811d5
SC
12172014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1218
1219 PR c++/13403
1220 PR c++/15154
1221 * gdb.cp/non-trivial-retval.cc: New file.
1222 * gdb.cp/non-trivial-retval.exp: New file.
1223
10c5f0a8
YQ
12242014-10-15 Yao Qi <yao@codesourcery.com>
1225
1226 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
1227 remote host.
1228
65d7b369
YQ
12292014-10-15 Yao Qi <yao@codesourcery.com>
1230
1231 * gdb.python/py-symbol.exp: Match file base name if host is
1232 remote, otherwise match file name with dir name.
1233 * gdb.python/py-symtab.exp: Likewise.
1234 * gdb.python/python.exp: Likewise.
1235
46dc1394
YQ
12362014-10-15 Yao Qi <yao@codesourcery.com>
1237
1238 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
1239 pattern.
1240 * gdb.python/py-symtab.exp: Likewise.
1241 * gdb.python/python.exp: Remove trailing ".*". Fix typo
1242 locationn.
1243
c40cc657
JB
12442014-10-14 Joel Brobecker <brobecker@adacore.com>
1245
1246 * gdb.ada/addr_arith: New testcase.
1247
2abf49e1
MR
12482014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
1249
1250 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
1251 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
1252 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
1253 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
1254
f7088df3
SDJ
12552014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
1256
1257 * gdb.arch/stap-eval-lang-ada.S: Likewise.
1258 * gdb.arch/stap-eval-lang-ada.c: Likewise.
1259 * gdb.arch/stap-eval-lang-ada.exp: New file.
1260
4dc06805
YQ
12612014-10-14 Yao Qi <yao@codesourcery.com>
1262
1263 * gdb.mi/mi-var-child.c (nothing1): New function.
1264 (nothing2): New function.
1265 (do_children_tests): Set function pointers by nothing1 and
1266 nothing2.
1267 * gdb.mi/mi-var-child.exp: Step over new added statements.
1268 Update test to match the new output.
1269 * gdb.mi/var-cmd.c (nothing1): New function.
1270 (nothing2): New function.
1271 (do_children_tests): Set function pointers by nothing1 and
1272 nothing2.
1273 * gdb.mi/mi-var-display.exp: Update test to match output.
1274 Step to the line specified by $line_dct_nothing.
1275 Increase the number of lines to step.
1276
46a93de2
YQ
12772014-10-14 Yao Qi <yao@codesourcery.com>
1278
1279 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
1280 tests.
1281 * gdb.mi/mi2-var-child.exp: Likewise.
1282
14ea52ee
DE
12832014-10-13 Doug Evans <dje@google.com>
1284
1285 * gdb.python/py-objfile.exp: Change name of file name test.
1286
e5c6e92b
DE
12872014-10-13 Doug Evans <dje@google.com>
1288
1289 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
1290 from the start of the CU.
1291
c780cc2f
JK
12922014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1293 Yao Qi <yao@codesourcery.com>
1294
1295 Fix "save breakpoints" for "catch" command.
1296 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
1297 Remove -nonewline. Match also the added "main" line.
1298
99894e11
JK
12992014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1300
1301 Fix "save breakpoints" for "disable $bpnum" command.
1302 * gdb.base/save-bp.c (main): Add label.
1303 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
1304
6e1ac5a3
JK
13052014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1306
1307 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
1308
754dd2b0
YQ
13092014-10-11 Yao Qi <yao@codesourcery.com>
1310
1311 * gdb.server/server-kill.exp: Execute command
1312 "set remote trace-status-packet on" before "tstatus".
1313
f90183d7
YQ
13142014-10-11 Yao Qi <yao@codesourcery.com>
1315
1316 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
1317 (main): Call getppid.
1318 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
1319 and continue to it. Read variable "server_pid".
1320
bf40a607
YQ
13212014-10-11 Yao Qi <yao@codesourcery.com>
1322
1323 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
1324
052ca370
YQ
13252014-10-11 Yao Qi <yao@codesourcery.com>
1326
1327 * gdb.threads/thread-find.exp: Don't execute command
1328 "info threads".
1329 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
1330 * gdb.threads/linux-dp.exp: Don't check the condition
1331 $threads_created equals to zero.
1332
3831839c
PA
13332014-10-10 Pedro Alves <palves@redhat.com>
1334
1335 * gdb.base/bigcore.exp: Remove references to IRIX.
1336 * gdb.base/funcargs.exp: Likewise.
1337 * gdb.base/interrupt.exp: Likewise.
1338 * gdb.base/mips_pro.exp: Likewise.
1339 * gdb.base/nodebug.exp: Likewise.
1340 * gdb.base/setvar.exp: Likewise.
1341 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
1342
8b9a549d
PA
13432014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1344 Pedro Alves <palves@redhat.com>
1345
1346 PR symtab/14466
1347 * gdb.base/vdso-warning.c: New file.
1348 * gdb.base/vdso-warning.exp: New file.
1349
d48ba5e8
DE
13502014-10-02 Doug Evans <dje@google.com>
1351
1352 * gdb.base/structs.c (main): Don't run forever.
1353
2278c276
PA
13542014-10-02 Pedro Alves <palves@redhat.com>
1355
1356 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
1357 (top level) <stop threads 1, stop threads 2>: Use it.
1358
b57bacec
PA
13592014-10-02 Pedro Alves <palves@redhat.com>
1360
1361 * gdb.threads/break-while-running.exp (test): Add new
1362 'update_thread_list' argument. Skip "info threads" if false.
1363 (top level): Add new 'update_thread_list' axis.
1364
13fd3ff3
PA
13652014-10-02 Pedro Alves <palves@redhat.com>
1366
1367 PR breakpoints/17431
1368 * gdb.base/execl-update-breakpoints.c: New file.
1369 * gdb.base/execl-update-breakpoints.exp: New file.
1370
0fec99e8
PA
13712014-10-01 Pedro Alves <palves@redhat.com>
1372
1373 * gdb.base/breakpoint-in-ro-region.c: New file.
1374 * gdb.base/breakpoint-in-ro-region.exp: New file.
1375
2ddf4301
SM
13762014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1377
1378 * gdb.mi/mi-exit-code.exp: New file.
1379 * gdb.mi/mi-exit-code.c: New file.
1380
6a5f3f43
YQ
13812014-09-30 Yao Qi <yao@codesourcery.com>
1382
1383 * lib/prelink-support.exp (build_executable_own_libs): Error if
1384 the target isn't native.
1385
345bcc73
YQ
13862014-09-30 Yao Qi <yao@codesourcery.com>
1387
1388 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
1389 false.
1390
a25a5a45
PA
13912014-09-22 Pedro Alves <palves@redhat.com>
1392
1393 * gdb.threads/break-while-running.exp: New file.
1394 * gdb.threads/break-while-running.c: New file.
1395
00ba3162
YQ
13962014-09-19 Yao Qi <yao@codesourcery.com>
1397
1398 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
1399 Invoke test. Restart GDB with --readnow and invoke test again.
1400
c3b7b696
YQ
14012014-09-19 Yao Qi <yao@codesourcery.com>
1402
1403 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
1404 proc set_breakpoint_on_gcd_function. Invoke
1405 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
1406 invoke set_breakpoint_on_gcd_function again.
1407
2b4fd423
DE
14082014-09-18 Doug Evans <dje@google.com>
1409
1410 * gdb.dwarf2/symtab-producer.exp: New file.
1411
a5947601
SDJ
14122014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1413
1414 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
1415 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
1416 * gdb.base/global-var-nested-by-dso.c: Likewise.
1417 * gdb.base/global-var-nested-by-dso.exp: Likewise.
1418
91c19059
SDJ
14192014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1420 Pedro Alves <palves@redhat.com>
1421
1422 * gdb.base/watch-bitfields.exp: Pass string other than test file
1423 name to prepare_for_testing.
1424 (watch): New procedure.
1425 (expect_watchpoint): Use with_test_prefix.
1426 (top level): Factor out tests to ...
1427 (test_watch_location, test_regular_watch): ... these new
1428 procedures, and use with_test_prefix and gdb_continue_to_end.
1429
bb9d5f81
PP
14302014-09-16 Patrick Palka <patrick@parcs.ath.cx>
1431
1432 PR breakpoints/12526
1433 * gdb.base/watch-bitfields.exp: New file.
1434 * gdb.base/watch-bitfields.c: New file.
1435
635856f5
PA
14362014-09-16 Pedro Alves <palves@redhat.com>
1437
1438 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
1439 software and hardware addresses, not software address against
1440 itself.
1441
7280ceea
PA
14422014-09-16 Pedro Alves <palves@redhat.com>
1443
1444 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
1445 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
1446
428b16bd
PA
14472014-09-16 Pedro Alves <palves@redhat.com>
1448
1449 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
1450 files.
1451 * gdb.base/a2-run.exp: Remove all code guarded by istarget
1452 "*-*-vxworks*" throughout.
1453 * gdb.base/break.exp: Likewise.
1454 * gdb.base/default.exp: Likewise.
1455 * gdb.base/scope.exp: Likewise.
1456 * gdb.base/sepdebug.exp: Likewise.
1457 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
1458 throughout.
1459 * gdb.base/run.c: Likewise.
1460 * gdb.base/sepdebug.c: Likewise.
1461 * gdb.hp/gdb.aCC/run.c: Likewise.
1462 * gdb.reverse/until-reverse.c: Likewise.
1463 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
1464
666d413c
YQ
14652014-09-16 Yao Qi <yao@codesourcery.com>
1466
1467 * boards/local-remote-host-native.exp: New file.
1468
57cbd724
DE
14692014-09-14 Doug Evans <xdje42@gmail.com>
1470
1471 * gdb.threads/queue-signal.c (thread_count): New variable.
1472 (thread_count_mutex, thread_count_condvar): New variables.
1473 (incr_thread_count, wait_all_threads_running): New functions.
1474 (main): Wait for all threads to be in their thread functions.
1475
81219e53
DE
14762014-09-13 Doug Evans <xdje42@gmail.com>
1477
1478 * gdb.threads/queue-signal.c: New file.
1479 * gdb.threads/queue-signal.exp: New file.
1480
3714cea7
DE
14812014-09-13 Doug Evans <xdje42@gmail.com>
1482
1483 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
1484 be consistent with what default_gdb_init uses.
1485 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
1486 the plain text of the prompt. Add some logging printfs.
1487 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
1488
fa43b1d7
PA
14892014-09-12 Pedro Alves <palves@redhat.com>
1490
1491 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
1492 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
1493 * gdb.arch/i386-size-overlap.exp: Likewise.
1494 * gdb.arch/i386-size.exp: Likewise.
1495 * gdb.arch/i386-unwind.exp: Likewise.
1496 * gdb.base/a2-run.exp: Likewise.
1497 * gdb.base/break.exp: Likewise.
1498 * gdb.base/charset.exp: Likewise.
1499 * gdb.base/chng-syms.exp: Likewise.
1500 * gdb.base/commands.exp: Likewise.
1501 * gdb.base/dbx.exp: Likewise.
1502 * gdb.base/find.exp: Likewise.
1503 * gdb.base/funcargs.exp: Likewise.
1504 * gdb.base/jit-simple.exp: Likewise.
1505 * gdb.base/reread.exp: Likewise.
1506 * gdb.base/sepdebug.exp: Likewise.
1507 * gdb.base/step-bt.exp: Likewise.
1508 * gdb.cp/mb-inline.exp: Likewise.
1509 * gdb.cp/mb-templates.exp: Likewise.
1510 * gdb.objc/basicclass.exp: Likewise.
1511 * gdb.threads/killed.exp: Likewise.
1512
9d9bf2df
EBM
15132014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1514
1515 PR tdep/17379
1516 * gdb.arch/powerpc-stackless.S: New file.
1517 * gdb.arch/powerpc-stackless.exp: New file.
1518
1cf2f1b0
JK
15192014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1520
1521 * gdb.base/attach.c: Include unistd.h.
1522 (main): Call alarm. Add label postloop.
1523 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
1524 gdb_breakpoint, gdb_continue_to_breakpoint.
1525 (test_command_line_attach_run): Kill ${testpid} in one exit path.
1526
98880d46
PA
15272014-09-11 Pedro Alves <palves@redhat.com>
1528
1529 PR gdb/17347
1530 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
1531 * gdb.base/attach.exp (test_command_line_attach_run): New
1532 procedure.
1533 (top level): Call it.
1534
4c92ff2c
PA
15352014-09-11 Pedro Alves <palves@redhat.com>
1536
1537 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
1538 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
1539 (do_command_attach_tests): Use spawn_wait_for_attach.
1540 * gdb.base/solib-overlap.exp: Likewise.
1541 * gdb.multi/multi-attach.exp: Likewise.
1542 * gdb.python/py-prompt.exp: Likewise.
1543 * gdb.python/py-sync-interp.exp: Likewise.
1544 * gdb.server/ext-attach.exp: Likewise.
1545
3adc1a7d
GKB
15462014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
1547
1548 * gdb.fortran/array-element.exp: Remove unexpected "continue"
1549 command in testcase. Simplify testcase.
1550
96334934
JB
15512014-09-10 Joel Brobecker <brobecker@adacore.com>
1552
1553 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
1554
eb479039
JB
15552014-09-10 Joel Brobecker <brobecker@adacore.com>
1556
1557 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
1558
deede10c
JB
15592014-09-10 Joel Brobecker <brobecker@adacore.com>
1560
1561 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
1562
7828a5f5
JB
15632014-09-10 Joel Brobecker <brobecker@adacore.com>
1564
1565 * gdb.dwarf2/dynarr-ptr.c: New file.
1566 * gdb.dwarf2/dynarr-ptr.exp: New file.
1567
33aeebcf
MR
15682014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1569
1570 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
1571 of 30 rather than hardcoding 120 for a slow test case. Take the
1572 `gdb,timeout' target setting into account for this calculation.
1573 Don't extend the timeout for the test cases that don't need it.
1574
7b415901
MR
15752014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1576
1577 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
1578 a factor of 2 for a slow test case. Take the `gdb,timeout'
1579 target setting into account for this calculation.
1580 * gdb.reverse/until-precsave.exp: Increase the timeout by
1581 a factor of 15 and 3 respectively rather than adding 120
1582 for a pair of slow test cases. Take the `gdb,timeout'
1583 target setting into account for this calculation.
1584
4a40f85a
MR
15852014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1586
1587 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
1588 timeout, don't pass one down to gdb_expect.
1589 (gdb_expect): Rework timeout selection.
1590
09635af7
MR
15912014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1592
1593 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
1594 exception on timeout.
1595 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
1596 (gdbserver_start_extended): Catch any `gdbserver_start' error
1597 exceptions.
1598 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
1599 * lib/mi-support.exp (mi_gdb_target_load): Catch any
1600 `gdbserver_gdb_load' error exceptions.
1601
2bdd10b7
MR
16022014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1603
1604 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
1605 120 on waiting for the TCP socket to open.
1606
316935f0
DE
16072014-09-09 Doug Evans <xdje42@gmail.com>
1608
1609 * gdb.base/default.exp (show_conv_list): Add _caller_is,
1610 _caller_matches, _any_caller_is, _any_caller_matches.
1611
83740597
DE
16122014-09-09 Doug Evans <xdje42@gmail.com>
1613
1614 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
1615
4c122fc3
YQ
16162014-09-09 Yao Qi <yao@codesourcery.com>
1617
1618 * gdb.mi/mi-var-display.exp: Set print symbol off.
1619
a9f116cb
GKB
16202014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
1621
1622 PR gdb/17035
1623 * gdb.base/commands.exp: Add tests to verify user-defined
1624 commands with empty bodies.
1625 * gdb.python/py-cmd.exp: Test that we don't show user-defined
1626 python commands in `show user command`.
1627 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
1628 scheme commands in `show user command`.
1629
c75bd3a2
JK
16302014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1631
1632 PR python/17355
1633 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
1634 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
1635 * gdb.python/py-framefilter-invalidarg.exp: New file.
1636 * gdb.python/py-framefilter-invalidarg.py: New file.
1637
faa42425
DE
16382014-09-06 Doug Evans <xdje42@gmail.com>
1639
1640 PR 15276
1641 * gdb.python/py-caller-is.c: New file.
1642 * gdb.python/py-caller-is.exp: New file.
1643
474ca4f6
SDJ
16442014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
1645
1646 PR gdb/17235
1647 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
1648 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
1649
eb0b0463
SDJ
16502014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
1651
1652 PR fortran/17237
1653 * gdb.fortran/print-formatted.exp: New file.
1654 * gdb.fortran/print-formatted.f90: Likewise.
1655
5f3b99cf
SS
16562014-09-03 Sasha Smundak <asmundak@google.com>
1657
1658 * gdb.python/py-frame.exp: Test Frame.read_register.
1659
7d793aa9
SDJ
16602014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
1661
1662 PR python/16699
1663 * gdb.python/py-completion.exp: New file.
1664 * gdb.python/py-completion.py: Likewise.
1665
fb0576e9
DE
16662014-08-28 Doug Evans <dje@google.com>
1667
1668 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
1669 eax,etc. are live with values set by gdb and thus the compiler can't
1670 use them.
1671 * gdb.arch/i386-pseudo.c (main): Ditto.
1672
ee92b0dd
DE
16732014-08-27 Doug Evans <dje@google.com>
1674
1675 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
1676
6649db35
DE
16772014-08-25 Doug Evans <dje@google.com>
1678
1679 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
1680 (main): Ditto.
1681
564b7600
DE
16822014-08-25 Doug Evans <dje@google.com>
1683
1684 * gdb.threads/thread-execl.exp: #include <stdio.h>.
1685
3881fb67
YQ
16862014-08-24 Yao Qi <yao@codesourcery.com>
1687
1688 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
1689 symbol off.
1690 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
1691
a05a36a5
DE
16922014-08-22 Doug Evans <dje@google.com>
1693
1694 PR 17276
1695 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
1696 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
1697 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
1698
7c343b48
YQ
16992014-08-22 Yao Qi <yao@codesourcery.com>
1700
1701 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
1702 * gdb.python/py-finish-breakpoint2.exp: Likewise.
1703 * gdb.python/python.exp: Likewise. Use .py file on the host
1704 instead of the build.
1705
22fd09ae
JK
17062014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1707
1708 * gdb.threads/gcore-stale-thread.c: New file.
1709 * gdb.threads/gcore-stale-thread.exp: New file.
1710
a8454a7c
PA
17112014-08-21 Pedro Alves <palves@redhat.com>
1712
1713 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
1714 * gdb.base/gcore-relro-pie.exp: Likewise.
1715 * gdb.base/gcore-relro.exp: Likewise.
1716 * gdb.base/gcore.exp: Likewise.
1717 * gdb.base/print-symbol-loading.exp: Likewise.
1718 * gdb.threads/gcore-thread.exp: Likewise.
1719 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
1720
2a31c623
PA
17212014-08-20 Pedro Alves <palves@redhat.com>
1722 Jan Kratochvil <jan.kratochvil@redhat.com>
1723
1724 * Makefile.in (EXTRA_RULES, CC): New variables, get from
1725 configure.
1726 (EXPECT): Handle READ1 being set.
1727 (all): Depend on EXTRA_RULES.
1728 (check-read1, expect-read1, read1.so, read1): New rules.
1729 * README (Testsuite Parameters): Document the READ1 make variable.
1730 (Race detection): New section.
1731 * configure: Regenerate.
1732 * configure.ac: If build==host==target, and running under a
1733 GNU/glibc system, add read1 to the extra Makefile rules.
1734 (EXTRA_RULES): AC_SUBST it.
1735 * lib/read1.c: New file.
1736
d36430db
JB
17372014-08-20 Joel Brobecker <brobecker@adacore.com>
1738
1739 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
1740 the handling of variables declared as a typedef to an array
1741 which a DW_AT_data_location attribute.
1742
9a0dc9e3
PA
17432014-08-19 Andrew Burgess <aburgess@broadcom.com>
1744 Pedro Alves <palves@redhat.com>
1745
1746 PR symtab/14604
1747 PR symtab/14605
1748 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
1749 gdb_test.
1750
0718a8da
PA
17512014-08-19 Pedro Alves <palves@redhat.com>
1752
1753 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
1754
13b448cd
YQ
17552014-08-19 Yao Qi <yao@codesourcery.com>
1756
1757 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
1758 right line.
1759
1cbf5077
DB
17602014-08-18 David Blaikie <dblaikie@gmail.com>
1761
1762 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
1763
bf0fae19
JB
17642014-08-18 Joel Brobecker <brobecker@adacore.com>
1765
1766 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
1767 attribute in array range.
1768
3c8c5dcc
JB
17692014-08-18 Joel Brobecker <brobecker@adacore.com>
1770
1771 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
1772
e66d4446
SC
17732014-08-15 Siva Chandra Reddy <sivachandra@google.com>
1774
1775 PR c++/17132
1776 * gdb.cp/pr17132.cc: New file.
1777 * gdb.cp/pr17132.exp: New file.
1778
940df408
SC
17792014-08-15 Siva Chandra Reddy <sivachandra@google.com>
1780
1781 * gdb.python/py-xmethods.py (A_getarrayind)
1782 (E_method_char_worker.__call__, E_method_int_worker.__call__):
1783 Use 'print' with function call syntax.
1784 (E_method_matcher.match): Fix tab vs space indentation mixup.
1785
ebcc6c3a
YQ
17862014-08-15 Yao Qi <yao@codesourcery.com>
1787
1788 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
1789 false.
1790
775e0f04
YQ
17912014-08-15 Yao Qi <yao@codesourcery.com>
1792
1793 * gdb.cp/casts.exp: Set print symbol off.
1794 * gdb.cp/class2.exp: Likewise.
1795 * gdb.cp/overload.exp: Likewise.
1796 * gdb.cp/templates.exp: Likewise.
1797
d769e349
DE
17982014-08-11 Doug Evans <dje@google.com>
1799
1800 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1801 (test_load_shlib): Update.
1802
20c6f1e1
YQ
18032014-08-09 Yao Qi <yao@codesourcery.com>
1804
1805 * gdb.base/display.exp: Invoke is_address_zero_readable.
1806 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
1807 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1808 * gdb.base/hbreak-unmapped.exp: Return if
1809 is_address_zero_readable returns true.
1810 * gdb.base/signest.exp: Likewise.
1811 * gdb.base/signull.exp: Likewise.
1812 * gdb.base/sigbpt.exp: Likewise.
1813 * gdb.guile/scm-disasm.exp: Do the test if
1814 is_address_zero_readable returns false.
1815 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
1816 * gdb.python/py-arch.exp: Likewise.
1817 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
1818 * lib/gdb.exp (is_address_zero_readable): New proc.
1819
5792e8e3
YQ
18202014-08-09 Yao Qi <yao@codesourcery.com>
1821
1822 PR testsuite/13443
1823 * gdb.mi/mi-var-display.exp: Make test messages unique.
1824
3cecbbbe
TT
18252014-08-04 Tom Tromey <tromey@redhat.com>
1826
1827 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
1828 target 0".
1829
00b51ff5
TT
18302014-08-04 Tom Tromey <tromey@redhat.com>
1831
1832 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
1833 "target_resume".
1834
6908c509
JB
18352014-08-01 Joel Brobecker <brobecker@adacore.com>
1836
1837 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
1838 inner_vla_struct_object_size.
1839 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
1840 as xfail.
1841
cc6563d2
PA
18422014-07-30 Pedro Alves <palves@redhat.com>
1843
1844 * gdb.threads/signal-command-handle-nopass.exp (test): Add
1845 comment.
1846
7e09a223
YQ
18472014-07-29 Yao Qi <yao@codesourcery.com>
1848
1849 PR gdb/17206
1850 * gdb.base/until-nodebug.exp: New.
1851
7ebdbe92
DE
18522014-07-28 Doug Evans <xdje42@gmail.com>
1853
1854 PR guile/17203
1855 * gdb.guile/scm-parameter.exp: Add tests for trying to create
1856 previously existing parameter, and previously ambiguously spelled
1857 parameter.
1858
fdb1adc6
WN
18592014-07-28 Will Newton <will.newton@linaro.org>
1860
1861 * gdb.base/varargs.exp: Remove KFAILs for ARM.
1862
186fcde0
DE
18632014-07-26 Ludovic Courtès <ludo@gnu.org>
1864 Doug Evans <xdje42@gmail.com>
1865
1866 PR guile/17146
1867 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
1868
70509625
PA
18692014-07-25 Pedro Alves <palves@redhat.com>
1870
1871 * gdb.threads/signal-command-handle-nopass.c: New file.
1872 * gdb.threads/signal-command-handle-nopass.exp: New file.
1873 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
1874 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
1875 * gdb.threads/signal-delivered-right-thread.c: New file.
1876 * gdb.threads/signal-delivered-right-thread.exp: New file.
1877
c3f814a1
PA
18782014-07-25 Pedro Alves <palves@redhat.com>
1879
1880 * gdb.base/double-prompt-target-event-error.exp
1881 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
1882 match.
1883 (cancel_pagination_in_target_event): Rework double prompt
1884 detection.
1885 * gdb.base/paginate-after-ctrl-c-running.exp
1886 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
1887 <return>' match.
1888 * gdb.base/paginate-bg-execution.exp
1889 (test_bg_execution_pagination_return)
1890 (test_bg_execution_pagination_cancel): Remove '-notransfer
1891 <return>' matches.
1892 * gdb.base/paginate-execution-startup.exp
1893 (test_fg_execution_pagination_return)
1894 (test_fg_execution_pagination_cancel): Remove '-notransfer
1895 <return>' matches.
1896 * gdb.base/paginate-inferior-exit.exp
1897 (test_paginate_inferior_exited): Remove '-notransfer <return>'
1898 match.
1899 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
1900 * lib/gdb.exp (pagination_prompt): Run text through
1901 string_to_regexp.
1902 (gdb_test_multiple): Match $pagination_prompt instead of
1903 "<return>".
1904 (string_to_regexp): Move to lib/gdb-utils.exp.
1905
e214cf6c
JK
19062014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1907
1908 * gdb.arch/amd64-entry-value-paramref.S: New file.
1909 * gdb.arch/amd64-entry-value-paramref.cc: New file.
1910 * gdb.arch/amd64-entry-value-paramref.exp: New file.
1911 * gdb.arch/amd64-optimout-repeat.S: New file.
1912 * gdb.arch/amd64-optimout-repeat.c: New file.
1913 * gdb.arch/amd64-optimout-repeat.exp: New file.
1914
17d0c5c8
JK
19152014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1916
1917 PR gdb/17170
1918 * gdb.base/statistics.exp: New file.
1919
b8b8facf
DE
19202014-07-17 Doug Evans <dje@google.com>
1921
74b49205 1922 PR gdb/17170
b8b8facf
DE
1923 * gdb.base/maint.exp: Update testing of per-command stats.
1924
1b5d0ab3
PA
19252014-07-16 Pedro Alves <palves@redhat.com>
1926
1927 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
1928 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
1929 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
1930 (tfile_write_buf): New functions.
1931 (add_memory_block): Rewrite using the above.
1932 (adjust_function_address): New function.
1933 (FUNCTION_ADDRESS): New macro.
1934 (write_basic_trace_file): Remove short_x local, and use
1935 tfile_write_16. Change type of func_addr local to unsigned long
1936 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
1937 here. Cast argument of add_memory_block to char pointer.
1938 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
1939 (main): Remove parameters.
1940 * gdb.trace/tfile.exp: Remove nowarnings.
1941
4d974e88
SM
19422014-07-15 Simon Marchi <simon.marchi@ericsson.com>
1943
1944 * gdb.base/debug-expr.exp: Test string evaluation with
1945 "debug expression" on.
1946
41e99568
PA
19472014-07-15 Pedro Alves <palves@redhat.com>
1948
1949 * gdb.base/reread.exp: Use clean_restart.
1950
487d9753
PL
19512014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
1952
1953 * gdb.arch/avr-flash-qualifer.c: New.
1954 * gdb.arch/avr-flash-qualifer.exp: New.
1955
cc1c52ad
PA
19562014-07-14 Pedro Alves <palves@redhat.com>
1957
1958 * gdb.base/paginate-after-ctrl-c-running.c: New file.
1959 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
1960
1e973570
PA
19612014-07-14 Pedro Alves <palves@redhat.com>
1962
1963 * gdb.base/double-prompt-target-event-error.c: New file.
1964 * gdb.base/double-prompt-target-event-error.exp: New file.
1965
93d6eb10
PA
19662014-07-14 Pedro Alves <palves@redhat.com>
1967
1968 PR gdb/17072
1969 * gdb.base/paginate-inferior-exit.c: New file.
1970 * gdb.base/paginate-inferior-exit.exp: New file.
1971
0017922d
PA
19722014-07-14 Pedro Alves <palves@redhat.com>
1973
1974 PR gdb/17072
1975 * gdb.base/paginate-bg-execution.c: New file.
1976 * gdb.base/paginate-bg-execution.exp: New file.
1977
94696ad3
PA
19782014-07-14 Pedro Alves <palves@redhat.com>
1979
1980 PR gdb/17072
1981 * gdb.base/paginate-execution-startup.c: New file.
1982 * gdb.base/paginate-execution-startup.exp: New file.
1983 * lib/gdb.exp (pagination_prompt): New global.
1984 (default_gdb_spawn): New procedure, factored out from
1985 default_gdb_spawn.
1986 (default_gdb_start): Adjust to call default_gdb_spawn.
1987 (gdb_spawn): New procedure.
1988
bd293940
PA
19892014-07-14 Pedro Alves <palves@redhat.com>
1990
1991 * lib/gdb.exp (gdb_assert): New procedure.
1992 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
1993
c933f875
PA
19942014-07-14 Pedro Alves <palves@redhat.com>
1995
1996 * gdb.base/execution-termios.c: New file.
1997 * gdb.base/execution-termios.exp: New file.
1998
d98b7a16
TT
19992014-07-14 Tom Tromey <tromey@redhat.com>
2000
2001 * gdb.cp/vla-cxx.cc: New file.
2002 * gdb.cp/vla-cxx.exp: New file.
2003
548740d6
TT
20042014-07-14 Tom Tromey <tromey@redhat.com>
2005
2006 * gdb.reverse/rerun-prec.c: New file.
2007 * gdb.reverse/rerun-prec.exp: New file.
2008
a25eb028
MR
20092014-07-12 Maciej W. Rozycki <macro@mips.com>
2010 Maciej W. Rozycki <macro@codesourcery.com>
2011
2012 * lib/gdb-utils.exp: New file.
2013 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
2014 inline `gdb_init_command' processing.
2015 (gdb_start_cmd): Likewise.
2016 * lib/mi-support.exp (mi_run_cmd): Likewise.
2017 * README: Document `gdb_init_command' and `gdb_init_commands'.
2018
218c2655
JK
20192014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2020
2021 Fix false FAIL running under a very long directory name.
2022 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
2023 and "set print elements 10000". Twice.
2024
5401fde3
YQ
20252014-07-11 Yao Qi <yao@codesourcery.com>
2026
2027 * gdb.base/exprs.exp: "set print symbol off".
2028
e76126e8
PA
20292014-07-11 Pedro Alves <palves@redhat.com>
2030
2031 * gdb.threads/kill.c: New file.
2032 * gdb.threads/kill.exp: New file.
2033
2d6f0de6
YQ
20342014-07-10 Yao Qi <yao@codesourcery.com>
2035
2036 * gdb.trace/tfile.c (write_basic_trace_file)
2037 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
2038 address written to trace file.
2039
7180e04a
PA
20402014-07-09 Pedro Alves <palves@redhat.com>
2041
2042 * gdb.base/attach-wait-input.exp: New file.
2043 * gdb.base/attach-wait-input.c: New file.
2044
9a9a7608
AB
20452014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2046
2047 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
2048 setting up test structures.
2049 (main): Call new test function.
2050 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
2051 test function, continue into test function and walk test
2052 structures.
2053
161ac41e
YQ
20542014-07-02 Yao Qi <yao@codesourcery.com>
2055
2056 * gdb.trace/entry-values.c: Define labels 'foo_start' and
2057 'bar_start' at the beginning of functions 'foo' and 'bar'
2058 respectively.
2059 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
2060 instead of 'foo' and 'bar'.
2061
1f267ae3
MM
20622014-07-08 Markus Metzger <markus.t.metzger@intel.com>
2063
2064 * gdb.btrace/segv.exp: New.
2065 * gdb.btrace/segv.c: New.
2066
2b239efb
LM
20672014-07-02 Luis Machado <lgustavo@codesourcery.com>
2068
2069 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
2070 instruction.
2071
cf363f18
MW
20722014-06-30 Mark Wielaard <mjw@redhat.com>
2073
2074 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
2075 vulture, vilify, villar): New volatile array constants.
2076 (vindictive, vegetation): New const volatile array constants.
2077 * gdb.base/volatile.exp: Test volatile and const volatile array
2078 types.
2079
aebf9d24
AA
20802014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2081
2082 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
2083 target lacks support for awatch, rwatch, or hbreak.
2084
b67a2c6f
YQ
20852014-06-27 Yao Qi <yao@codesourcery.com>
2086
2087 * gdb.multi/dummy-frame-restore.exp: New.
2088 * gdb.multi/dummy-frame-restore.c: New.
2089
aef92902
MM
20902014-06-25 Markus Metzger <markus.t.metzger@intel.com>
2091
2092 * gdb.btrace/gcore.exp: New.
2093
8e9db26e
PA
20942014-06-23 Pedro Alves <palves@redhat.com>
2095
2096 * gdb.base/watchpoint-reuse-slot.c: New file.
2097 * gdb.base/watchpoint-reuse-slot.exp: New file.
2098
70afc5b7
SC
20992014-06-23 Siva Chandra Reddy <sivachandra@google.com>
2100
2101 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
2102 progspace's filename in 'info', 'enable' and 'disable' command
2103 tests.
2104
b972bd9c
JK
21052014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2106
2107 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
2108 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2109 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
2110
125f8a3d
GB
21112014-06-20 Gary Benson <gbenson@redhat.com>
2112
2113 * gdb.arch/i386-avx.exp: Fix include file location.
2114 * gdb.arch/i386-sse.exp: Likewise.
2115
3ed9baed
IB
21162014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
2117
2118 * gdb.dlang/expression.exp: New file.
2119
034f788c
PA
21202014-06-19 Pedro Alves <palves@redhat.com>
2121
2122 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
2123 out from ...
2124 (top level): ... here. Iterate running tests under different
2125 scheduler-locking settings.
2126
45371d0c
LM
21272014-06-18 Luis Machado <lgustavo@codesourcery.com>
2128
2129 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
2130 to DW_FORM_addr and use non-zero addresses.
2131
5d376983
SC
21322014-06-18 Siva Chandra Reddy <sivachandra@google.com>
2133
2134 PR gdb/17017
2135 * gdb.python/py-xmethods.cc: Add global function call counters and
2136 increment them in their respective functions. Remove "cout"
2137 statements.
2138 * gdb.python/py-xmethods.exp: Make tests check the global function
2139 call counters instead of depending on inferior IO.
2140
a1aa2221
LM
21412014-06-18 Don Breazeal <donb@codesourcery.com>
2142
2143 * gdb.base/foll-fork.exp (default_fork_parent_follow):
2144 Deleted procedure.
2145 (explicit_fork_parent_follow): Deleted procedure.
2146 (explicit_fork_child_follow): Deleted procedure.
2147 (test_follow_fork): New procedure.
2148 (do_fork_tests): Replace calls to deleted procedures with
2149 calls to test_follow_fork and reset GDB for subsequent
2150 procedure calls.
2151
0fc05997
YQ
21522014-06-17 Yao Qi <yao@codesourcery.com>
2153
2154 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
2155 CP1252.
2156
70795c52
LM
21572014-06-17 Luis Machado <lgustavo@codesourcery.com>
2158
2159 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
2160 Initialize ptr and S explicitly.
2161 (skip_type_update_when_not_use_rtti_test): Likewise.
2162
6be47f0c
KS
21632014-06-16 Keith Seitz <keiths@redhat.com>
2164
2165 PR mi/15863
2166 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
2167 the inferior is started.
2168
d03de421
PA
21692014-06-16 Pedro Alves <palves@redhat.com>
2170
2171 * gdb.base/break-main-file-remove-fail.c: New file.
2172 * gdb.base/break-main-file-remove-fail.exp: New file.
2173 * gdb.base/break-unload-file.exp: Use build_executable instead of
2174 prepare_for_testing.
2175 (test_break): New parameter "initial_load". Handle it.
2176 (top level): Add initial_load cmdline/file axis.
2177
f9579b99
TT
21782014-06-12 Tom Tromey <tromey@redhat.com>
2179
2180 * gdb.base/completion.exp: Don't use directory name in test.
2181
3657956b
GB
21822014-06-09 Gary Benson <gbenson@redhat.com>
2183
2184 * gdb.base/sigall.c [Functions to send signals]: Reorder to
2185 separate the always-available ANSI-standard signals from the
2186 signals that require checking.
2187 (main): Likewise.
2188 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
2189 Likewise.
2190 (main): Likewise.
2191
4186eb54
KS
21922014-06-07 Keith Seitz <keiths@redhat.com>
2193
2194 Revert:
2195 PR c++/16253
2196 * gdb.cp/var-tag.cc: New file.
2197 * gdb.cp/var-tag.exp: New file.
2198 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2199 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2200 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2201 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2202
25326a28 22032014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
2204
2205 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
2206
829155c9
PA
22072014-06-06 Pedro Alves <palves@redhat.com>
2208
2209 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
2210 in target debug output instead of looking at RSP packets,
2211 disabling the test on any target that uses hardware stepping.
2212 Update comments.
2213
61c8d22e
PA
22142014-06-06 Pedro Alves <palves@redhat.com>
2215
2216 * gdb.base/break-unload-file.exp: Fix typo.
2217
d9a47287
YQ
22182014-06-06 Yao Qi <yao@codesourcery.com>
2219
2220 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
2221 from "jit_function" to "^jit_function".
2222
e5e01dbf
YQ
22232014-06-06 Yao Qi <yao@codesourcery.com>
2224
2225 * gdb.base/async.c (foo): Add one statement.
2226 * gdb.base/async.exp: Get the next instruction address and
2227 match the output of "nexti" by instruction address. Match
2228 the hex address in the output of "finish".
2229
73ba372c
GB
22302014-06-06 Gary Benson <gbenson@redhat.com>
2231
2232 * gdb.base/call-signals.c: Remove preprocessor conditionals
2233 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
2234 SIGSEGV and SIGTERM.
2235 * gdb.base/sigall.c: Likewise.
2236 * gdb.base/unwindonsignal.c: Likewise.
2237 * gdb.reverse/sigall-reverse.c: Likewise.
2238
831517df
YQ
22392014-06-06 Yao Qi <yao@codesourcery.com>
2240
2241 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
2242 readable, skip the test.
2243
b8b91e98
YQ
22442014-06-06 Yao Qi <yao@codesourcery.com>
2245
2246 * gdb.threads/staticthreads.c (thread_function): Move the line
2247 setting breakpoint on forward.
2248 * gdb.threads/staticthreads.exp: Update comments.
2249
fb934770
LC
22502014-06-05 Ludovic Courtès <ludo@gnu.org>
2251
2252 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
2253 "history-append! type error".
2254
6ef284bd
SM
22552014-06-05 Simon Marchi <simon.marchi@ericsson.com>
2256
2257 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
2258 erroneous dprintf expected input.
2259
a872e241
DE
22602014-06-04 Doug Evans <xdje42@gmail.com>
2261
2262 * gdb.guile/scm-generics.exp: Delete.
2263
16f691fb
DE
22642014-06-04 Doug Evans <xdje42@gmail.com>
2265
2266 * gdb.guile/scm-breakpoint.exp: Update.
2267 Add tests for breakpoint registration.
2268
012370f6
TT
22692014-06-04 Tom Tromey <tromey@redhat.com>
2270
2271 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
2272 VLA-in-union.
2273 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
2274 inner_vla_struct, vla_union types. Initialize objects of those
2275 types and compute their sizes.
2276
9f5a4cef
HZ
22772014-06-04 Nathan Sidwell <nathan@codesourcery.com>
2278 Hui Zhu <hui@codesourcery.com>
2279
2280 * gdb.base/fileio.exp: Add test for shell not available as well as
2281 available.
2282 * gdb.base/fileio.c (test_system): Check for shell twice.
2283
90a45c4d
YQ
22842014-06-04 Yao Qi <yao@codesourcery.com>
2285
2286 * gdb.base/auto-connect-native-target.exp: Remove redundant
2287 space from the regexp pattern.
2288
70017e41
YQ
22892014-06-04 Yao Qi <yao@codesourcery.com>
2290
2291 * gdb.base/default.exp: Replace "child" with "native" in
2292 regexp pattern.
2293
883964a7
SC
22942014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2295
2296 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
2297 * gdb.python/py-xmethods.exp: New tests to test xmethods.
2298 * gdb.python/py-xmethods.py: Python script supporting the
2299 new testcase and tests.
2300
ef370185
JB
23012014-06-03 Joel Brobecker <brobecker@adacore.com>
2302 Pedro Alves <palves@redhat.com>
2303
2304 PR breakpoints/17000
2305 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
2306 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
2307
1e2ccb61
BM
23082014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
2309
2310 * gdb.base/subst.exp: Add tests to verify partial path matching
2311 output.
2312
c6ec5ab2
PA
23132014-06-03 Pedro Alves <palves@redhat.com>
2314
2315 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
2316 target that doesn't use software single-stepping.
2317
835c559f
PA
23182014-06-03 Pedro Alves <palves@redhat.com>
2319
2320 PR breakpoints/17000
2321 * gdb.base/sss-bp-on-user-bp-2.c: New file.
2322 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
2323
06eb1586
DE
23242014-06-02 Doug Evans <xdje42@gmail.com>
2325
2326 * gdb.guile/scm-parameter.exp: New file.
2327
e698b8c4
DE
23282014-06-02 Doug Evans <xdje42@gmail.com>
2329
2330 * gdb.guile/scm-cmd.c: New file.
2331 * gdb.guile/scm-cmd.exp: New file.
2332
ded03782
DE
23332014-06-02 Doug Evans <xdje42@gmail.com>
2334
2335 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
2336 pretty-printer lookup.
2337 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
2338 (make-pp_s-printer): Call it.
2339 (make-pretty-printer-from-dict): New function.
2340 (lookup-pretty-printer-maker-from-dict): New function.
2341 (*pretty-printer*): Simplify.
2342 (make-objfile-pp_s-printer): New function.
2343 (install-objfile-pretty-printers!): New function.
2344 (make-progspace-pp_s-printer): New function.
2345 (install-progspace-pretty-printers!): New function.
2346 * gdb.guile/scm-progspace.c: New file.
2347 * gdb.guile/scm-progspace.exp: New file.
2348
41fac0cf
PA
23492014-06-02 Pedro Alves <palves@redhat.com>
2350
2351 * gdb.base/dprintf-bp-same-addr.c: New file.
2352 * gdb.base/dprintf-bp-same-addr.exp: New file.
2353
96ae5695
EBM
23542014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2355
2356 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
2357 * gdb.arch/powerpc-power.s: Likewise.
2358
da02b3a8
JB
23592014-06-02 Joel Brobecker <brobecker@adacore.com>
2360
2361 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
2362
c72b2e7b
YQ
23632014-06-01 Yao Qi <yao@codesourcery.com>
2364
2365 * gdb.base/watchpoint.exp (test_watch_location): Check null
2366 pointer can be dereferenced. If not, do the test, otherwise
2367 skip it.
2368
53e8a631
AB
23692014-05-30 Andrew Burgess <aburgess@broadcom.com>
2370
2371 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
2372 results.
2373 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
2374
938f0e2f
AB
23752014-05-30 Andrew Burgess <aburgess@broadcom.com>
2376
2377 * gdb.arch/amd64-invalid-stack-middle.S: New file.
2378 * gdb.arch/amd64-invalid-stack-middle.c: New file.
2379 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
2380 * gdb.arch/amd64-invalid-stack-top.c: New file.
2381 * gdb.arch/amd64-invalid-stack-top.exp: New file.
2382
9ba6657a
PA
23832014-05-30 Pedro Alves <palves@redhat.com>
2384
2385 PR breakpoints/17000
2386 * gdb.base/sss-bp-on-user-bp.c: New file.
2387 * gdb.base/sss-bp-on-user-bp.exp: New file.
2388
522c09bf
DB
23892014-05-30 David Blaikie <dblaikie@gmail.com>
2390
2391 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
2392 gnu_inline semantics via attribute.
2393 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
2394 source explicitly specifies the required semantics.
2395
bf4ef81e
MR
23962014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
2397
2398 * gdb.reverse/sigall-reverse.exp: Fix a typo.
2399
329ea579
PA
24002014-05-29 Pedro Alves <palves@redhat.com>
2401 Tom Tromey <tromey@redhat.com>
2402
2403 * gdb.base/async-shell.exp: Don't enable target-async.
2404 * gdb.base/async.exp
2405 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
2406 parameter. Adjust.
2407 (top level): Don't test with "target-async".
2408 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
2409 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
2410 * gdb.base/inferior-died.exp: Don't enable target-async.
2411 * gdb.base/interrupt-noterm.exp: Likewise.
2412 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
2413 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2414 * gdb.mi/mi-nonstop.exp: Likewise.
2415 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2416 * gdb.mi/mi-nsintrall.exp: Likewise.
2417 * gdb.mi/mi-nsmoribund.exp: Likewise.
2418 * gdb.mi/mi-nsthrexec.exp: Likewise.
2419 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2420 * gdb.multi/watchpoint-multi.exp: Adjust comment.
2421 * gdb.python/py-evsignal.exp: Don't enable target-async.
2422 * gdb.python/py-evthreads.exp: Likewise.
2423 * gdb.python/py-prompt.exp: Likewise.
2424 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
2425 * gdb.server/solib-list.exp: Don't enable target-async.
2426 * gdb.threads/thread-specific-bp.exp: Likewise.
2427 * lib/mi-support.exp: Adjust to use mi-async.
2428
fd664c91
PA
24292014-05-29 Pedro Alves <palves@redhat.com>
2430
2431 PR gdb/13860
2432 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
2433 reason, even in sync mode.
2434
251bde03
PA
24352014-05-29 Pedro Alves <palves@redhat.com>
2436 Hui Zhu <hui@codesourcery.com>
2437
2438 PR PR15693
2439 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
2440 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
2441 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
2442 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
2443
7f3c0343
JB
24442014-05-28 Joel Brobecker <brobecker@adacore.com>
2445
2446 * config/monitor.exp (gdb_target_monitor): Replace use of
2447 "set remotebaud" by "set serial baud".
2448
b2715b27
AW
24492014-05-26 Andy Wingo <wingo@igalia.com>
2450
2451 * gdb.guile/scm-breakpoint.exp:
2452 * gdb.guile/scm-gsmob.exp: Update to use plain old object
2453 properties instead of gdb-object-properties.
2454
498a4489
YQ
24552014-05-26 Yao Qi <yao@codesourcery.com>
2456
2457 * gdb.server/no-thread-db.exp: Specify source file name
2458 explicitly when setting a breakpoint.
2459
589fdceb
MM
24602014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2461
2462 * gdb.btrace/vdso.c: New.
2463 * gdb.btrace/vdso.exp: New.
2464
e9089e05
MM
24652014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2466
2467 * gdb.base/gcore.exp (capture_command_output): Move ...
2468 * lib/gdb.exp (capture_command_output): ... here.
2469
67b5c0c1
MM
24702014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2471
2472 * gdb.btrace/data.exp: Test memory access during btrace replay.
2473
a2199296
SM
24742014-05-22 Simon Marchi <simon.marchi@ericsson.com>
2475
2476 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
2477
17b2616c
PA
24782014-05-21 Pedro Alves <palves@redhat.com>
2479
2480 PR gdb/13860
2481 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
2482 (top level): Test that output related to execution commands is
2483 sent to the console with CLI commands, but not with MI commands.
2484 Test that breakpoint events are always mirrored to the console.
2485 Also expect the new source line to be output after a "next" in
2486 async mode too. Make it a pass/fail test.
2487 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
2488 output.
2489 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
2490
5166082f
PA
24912014-05-21 Pedro Alves <palves@redhat.com>
2492
2493 * gdb.base/list.exp (build_pattern, test_list): New procedures.
2494 Use them to test variations of "list" after reaching a breakpoint.
2495 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
2496 Test "list" with listsize 10 after reaching a breakpoint.
2497 * gdb.python/python.exp (decode_line current location line
2498 number): Adjust expected line number.
2499
2f25d70f
SM
25002014-05-21 Simon Marchi <simon.marchi@ericsson.com>
2501
2502 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
2503 behavior for $args, pass it directly to "run".
2504
ff604a67
MR
25052014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
2506
2507 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
2508 30000 to 65536.
2509
6a3cb8e8
PA
25102014-05-21 Pedro Alves <palves@redhat.com>
2511
2512 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
2513 auto-connect-native-target off".
2514 * gdb.base/auto-connect-native-target.c: New file.
2515 * gdb.base/auto-connect-native-target.exp: New file.
2516
4ebfc96e
PA
25172014-05-21 Pedro Alves <palves@redhat.com>
2518
2519 * gdb.base/default.exp: Test "target native" instead of "target
2520 child".
2521
36d46afb
MW
25222014-05-21 Mark Wielaard <mjw@redhat.com>
2523
2524 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2525
5876f503
JK
25262014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2527
2528 Fix TLS access for -static -pthread.
2529 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
2530 <HAVE_TLS> (thread_function, main): Initialize it.
2531 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
2532 Add clean_restart.
2533 <$have_tls != "">: Check TLSVAR.
2534
0256a6ac
PA
25352014-05-21 Pedro Alves <palves@redhat.com>
2536
2537 * gdb.base/dcache-line-read-error.c: New.
2538 * gdb.base/dcache-line-read-error.exp: New.
2539
936d2992
PA
25402014-05-20 Pedro Alves <palves@redhat.com>
2541
2542 * gdb.base/compare-sections.c: New file.
2543 * gdb.base/compare-sections.exp: New file.
2544
802e8e6d
PA
25452014-05-20 Pedro Alves <palves@redhat.com>
2546
2547 * gdb.base/break-idempotent.c: New file.
2548 * gdb.base/break-idempotent.exp: New file.
2549
e59fa00f
MM
25502014-05-20 Markus Metzger <markus.t.metzger@intel.com>
2551
2552 * gdb.btrace/nohist.exp: New.
2553
8b696e31
YQ
25542014-05-20 Yao Qi <yao@codesourcery.com>
2555
2556 * lib/gdb.exp (gdb_init): Set timeout if test file is under
2557 gdb.reverse directory and gdb_reverse_timeout exists in board
2558 setting.
2559 * README: Document gdb_reverse_timeout.
2560
73c9764f
YQ
25612014-05-20 Yao Qi <yao@codesourcery.com>
2562
2563 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
2564 'test_file_name'. Treat args as a string instead of a list.
2565 (gdb_init): Rename argument 'args' by 'test_file_name'.
2566
f1f4348a
JK
25672014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2568
2569 * gdb.arch/powerpc-power.exp: New file.
2570 * gdb.arch/powerpc-power.s: New file.
2571
0dbe70ce
DE
25722014-05-16 Doug Evans <dje@google.com>
2573
2574 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
2575 * gdb.base/completion.exp: Check that all expected files exist
2576 before doing file completion.
0dbe70ce 2577
8d551b02
DE
25782014-05-16 Doug Evans <dje@google.com>
2579
2580 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
2581 Update.
2582 (do_syscall_tests_without_xml): Update.
2583
73eb7709
PA
25842014-05-16 Pedro Alves <palves@redhat.com>
2585
2586 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
2587 instead of "unknown output after running".
2588
3fae92fc
YQ
25892014-05-16 Yao Qi <yao@codesourcery.com>
2590
2591 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
2592 file1.txt from host at the end.
2593 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2594
c2b2ccc5
DE
25952014-05-15 Doug Evans <dje@google.com>
2596
2597 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
2598 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
2599 loading file. Add test for TU lookup.
2600
8c217a4b
SM
26012014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2602
2603 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
2604 calling "-exec-arguments" or "set args" before running the
2605 inferior.
2606
3deb39c6
SM
26072014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2608
2609 * lib/mi-support.exp (mi_expect_stop): Expect message for
2610 inferiors that exit with non-zero exit code.
2611
71a79f8c
YQ
26122014-05-14 Yao Qi <yao@codesourcery.com>
2613
2614 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
2615 match absolute path on remote host.
2616 (test_file_list_exec_source_files): Remove "/" from the
2617 pattern.
2618
f23fcd46
YQ
26192014-05-14 Yao Qi <yao@codesourcery.com>
2620
2621 * boards/local-remote-host-notty.exp (${board}_file): New
2622 proc.
2623
9404b58f
KM
26242014-05-07 Kyle McMartin <kyle@redhat.com>
2625
2626 Pushed by Joel Brobecker <brobecker@adacore.com>.
2627 * gdb.arch/aarch64-atomic-inst.c: New file.
2628 * gdb.arch/aarch64-atomic-inst.exp: New file.
2629
5e45f04c
YQ
26302014-05-07 Yao Qi <yao@codesourcery.com>
2631
2632 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
2633 in current context" too.
2634
c888a17d
KS
26352014-05-05 Keith Seitz <keiths@redhat.com>
2636
2637 * gdb.linespec/ls-dollar.exp: Add test for linespec
2638 file:convenience_variable.
2639
290a839c
YQ
26402014-05-05 Yao Qi <yao@codesourcery.com>
2641
2642 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
2643 traceframes into tfile and ctf trace files. Read data from
2644 trace file and test collected data.
2645 (gdb_collect_locals_test): Likewise.
2646 (gdb_unavailable_registers_test): Likewise.
2647 (gdb_unavailable_floats): Likewise.
2648 (gdb_collect_globals_test): Likewise.
2649 (top-level): Append "ctf" to trace_file_targets if GDB
2650 supports.
2651
b5262cd0
YQ
26522014-05-05 Yao Qi <yao@codesourcery.com>
2653
2654 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
2655 code to ...
2656 (gdb_collect_args_test_1): ... it. New proc.
2657 (gdb_collect_locals_test): Move some code to ...
2658 (gdb_collect_locals_test_1): ... it. New proc.
2659 (gdb_unavailable_registers_test): Move some code to ...
2660 (gdb_unavailable_registers_test_1): ... it. New proc.
2661 (gdb_unavailable_floats): Move some code to ...
2662 (gdb_unavailable_floats_1): ... it. New proc.
2663
30a1e6cc
SDJ
26642014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2665
2666 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
2667 probes to test for bitness recognition.
2668 * gdb.arch/amd64-stap-optional-prefix.exp
2669 (test_probe_value_without_reg): New procedure.
2670 Add code to test for different kinds of bitness.
2671
f33da99a
SDJ
26722014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2673
2674 PR breakpoints/16889
2675 * gdb.arch/amd64-stap-optional-prefix.S: New file.
2676 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2677
5b80f00d
PA
26782014-05-01 Pedro Alves <palves@redhat.com>
2679
2680 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
2681 gdb_file_cmd if no file is specified.
2682 * boards/native-extended-gdbserver.exp (gdb_load): Use the
2683 last_loaded_file to set the remote exec-file.
2684
f8c2a73c
PA
26852014-05-01 Pedro Alves <palves@redhat.com>
2686
2687 * boards/local-remote-host.exp: New file.
2688
be6e8ac7
PA
26892014-05-01 Pedro Alves <palves@redhat.com>
2690
2691 * boards/local-remote-host.exp: Rename to ...
2692 * boards/local-remote-host-notty.exp: ... this.
2693
cac0dc8f
JB
26942014-04-28 Joel Brobecker <brobecker@adacore.com>
2695
2696 * gdb.ada/dyn_arrayidx: New testcase.
2697
9730e6cc
YQ
26982014-04-26 Yao Qi <yao@codesourcery.com>
2699
2700 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
2701 and compute the length of function main. Save it in
2702 $main_length.
2703 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
2704 (top-level): Use gdb_compile to compile objects into
2705 executable and restart GDB. Remove invocation to
2706 prepare_for_testing.
2707
7ae1a6a6
PA
27082014-04-25 Simon Marchi <simon.marchi@ericsson.com>
2709 Pedro Alves <palves@redhat.com>
2710
2711 PR server/16255
2712 * gdb.multi/multi-attach.c: New file.
2713 * gdb.multi/multi-attach.exp: New file.
2714
4082afcc
PA
27152014-04-25 Pedro Alves <palves@redhat.com>
2716
2717 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
2718 user.
2719 (top level): Test that "set remote conditional-breakpoints-packet
2720 off" works as intended.
2721 * gdb.base/dprintf.exp: Test that "set remote
2722 breakpoint-commands-packet off" works as intended.
2723 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
2724 New function.
2725 (top level): Call it.
2726 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
2727 remote fast-tracepoints-packet off" works as intended.
2728 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
2729 * lib/gdb.exp (gdb_is_target_remote): ... here.
2730
2abc3f8d
DB
27312014-04-24 David Blaikie <dblaikie@gmail.com>
2732
2733 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
2734 ensure clang would not discard them.
2735 * gdb.base/gdbvars.c: Ditto.
2736 * gdb.base/memattr.c: Ditto.
2737 * gdb.base/whatis.c: Ditto.
2738 * gdb.python/py-prettyprint.c: Ditto.
2739 * gdb.trace/actions.c: Ditto.
2740 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
2741 ensure clang would not discard it.
2742
bfd39632
DB
27432014-04-24 David Blaikie <dblaikie@gmail.com>
2744
2745 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
2746 clang to emit the full definition of type required by the test
2747 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
2748
22842ff6
DB
27492014-04-24 David Blaikie <dblaikie@gmail.com>
2750
2751 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
2752 coax Clang into emitting the definition of the type.
2753 * gdb.cp/pr10728-x.h (y): Ditto.
2754 * gdb.cp/pr10728-y.cc (y): Ditto.
2755
c2e827ad
DB
27562014-04-24 David Blaikie <dblaikie@gmail.com>
2757
2758 * gdb.base/label.exp: XFAIL label related tests under Clang.
2759 * gdb.cp/cplabel.exp: Ditto.
2760 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
2761 under Clang those using labels.
2762
4c2d33e7
YQ
27632014-04-25 Yao Qi <yao@codesourcery.com>
2764
2765 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
2766 double_label.
2767 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
2768 partial_label and double_label.
2769
56083b99
DB
27702014-04-24 David Blaikie <dblaikie@gmail.com>
2771
2772 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
2773
25d4e99d
DB
27742014-04-24 David Blaikie <dblaikie@gmail.com>
2775
2776 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
2777 of the function to work across GCC and Clang.
2778 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
2779 pointer types (const void ** const V void **).
2780
01f9f808
MS
27812014-04-24 Michael Sturm <michael.sturm@mintel.com>
2782 Walfred Tedeschi <walfred.tedeschi@intel.com>
2783
2784 * Makefile.in (EXECUTABLES): Added i386-avx512.
2785 * gdb.arch/i386-avx512.c: New file.
2786 * gdb.arch/i386-avx512.exp: Likewise.
2787
4b48d439
KS
27882014-04-23 Keith Seitz <keiths@redhat.com>
2789
2790 * lib/mi-support.exp (mi_list_breakpoints): Delete.
2791 (mi_make_breakpoint_table): New procedure.
2792 (mi_create_breakpoint): Use mi_make_breakpoint
2793 and return the result.
2794 (mi_make_breakpoint): New procedure.
2795 (mi_build_kv_pairs): New procedure.
2796
2797 * gdb.mi/mi-break.exp: Remove unused globals,
2798 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
2799 All callers updated.
2800 * gdb.mi/mi-dprintf.exp: Use variable to track command
2801 number.
2802 Update all callers of mi_create_breakpoint and use
2803 mi_make_breakpoint_table.
2804 Remove any unused global variables.
2805 * gdb.mi/mi-nonstop.exp: Likewise.
2806 * gdb.mi/mi-nsintrall.exp: Likewise.
2807 * gdb.mi/mi-nsmoribund.exp: Likewise.
2808 * gdb.mi/mi-nsthrexec.exp: Likewise.
2809 * gdb.mi/mi-reverse.exp: Likewise.
2810 * gdb.mi/mi-simplerun.exp: Likewise.
2811 * gdb.mi/mi-stepn.exp: Likewise.
2812 * gdb.mi/mi-syn-frame.exp: Likewise.
2813 * gdb.mi/mi-until.exp: Likewise.
2814 * gdb.mi/mi-var-cp.exp: Likewise.
2815 * gdb.mi/mi-var-display.exp: Likewise.
2816 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
2817 * gdb.mi/mi2-var-child.exp: Likewise.
2818 * gdb.mi/mi-vla-c99.exp: Likewise.
2819 * lib/mi-support.exp: Likewise.
2820
2821 From Ian Lance Taylor <iant@cygnus.com>:
2822 * lib/gdb.exp (parse_args): New procedure.
2823
08351840
PA
28242014-04-23 Pedro Alves <palves@redhat.com>
2825
2826 * gdb.base/break-unload-file.c: New file.
2827 * gdb.base/break-unload-file.exp: New file.
2828 * gdb.base/sym-file-lib.c (baz): New function.
2829 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
2830 field.
2831 (load): Store the segment's mapped size.
2832 (unload): New function.
2833 (unload_shlib): New function.
2834 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
2835 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
2836 set a breakpoint at baz, and call it.
2837 * gdb.base/sym-file.exp: New tests for stale breakpoint
2838 instructions.
2839
076855f9
PA
28402014-04-23 Pedro Alves <palves@redhat.com>
2841
2842 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
2843 * gdb.base/hbreak-in-shr-unsupported.c: New file.
2844 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
2845 * gdb.base/hbreak-unmapped.c: New file.
2846 * gdb.base/hbreak-unmapped.exp: New file.
2847 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
2848 * lib/gdb.exp (gdb_is_target_remote): ... here.
2849
483805cf
PA
28502014-04-22 Pedro Alves <palves@redhat.com>
2851
2852 * gdb.base/consecutive-step-over.c: New file.
2853 * gdb.base/consecutive-step-over.exp: New file.
2854
06d97543
PA
28552014-04-22 Pedro Alves <palves@redhat.com>
2856
2857 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
2858 instead of send_gdb/gdb_expect.
2859
b4429ea2
YQ
28602014-04-22 Yao Qi <yao@codesourcery.com>
2861
2862 * lib/trace-support.exp (generate_tracefile): New procedure.
2863 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
2864 return 0.
2865 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
2866 if generate_tracefile returns 1.
2867
51d48146
PA
28682014-04-18 Tom Tromey <palves@redhat.com>
2869 Pedro alves <tromey@redhat.com>
2870
2871 PR backtrace/15558
2872 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
2873 with a backtrace limit.
2874 * gdb.python/py-frame-inline.exp: Test running to an inline
2875 function with a backtrace limit, and printing the newest frame.
2876 * gdb.python/py-frame-inline.c (main): Call f.
2877
bd1dce5f
MS
28782014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2879
2880 * gdb.java/jnpe.exp: Drop srcdir from untested path.
2881
40d1a503
MS
28822014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2883
2884 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
2885 Drop prefix from unsupported source file path.
2886
389b98f7
YQ
28872014-04-17 Yao Qi <yao@codesourcery.com>
2888
2889 * lib/gdb.exp (with_target_charset): New proc.
2890 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
2891 with_target_charset.
2892 (test_print_strings): Likewise.
2893 (test_repeat_bytes): Likewise.
2894 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
2895 for some tests.
2896
22869d73
KS
28972014-04-16 Keith Seitz <keiths@redhat.com>
2898
2899 PR gdb/15827
2900 * gdb.dwarf2/corrupt.c: New file.
2901 * gdb.dwarf2/corrupt.exp: New file.
2902
c4f87ca6
KS
29032014-04-16 Keith Seitz <keiths@redhat.com>
2904
2905 PR c++/16597
2906 * gdb.cp/namelessclass.cc: New file.
2907 * gdb.cp/namelessclass.exp: New file.
2908 * gdb.cp/namelessclass.S: New file.
2909
ab19de87
DE
29102014-04-16 Doug Evans <dje@google.com>
2911
2912 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
2913 Add comment.
2914 (gdbserver_default_get_comm_port): New function.
2915 (gdbserver_start): Check if board file provided
2916 "gdbserver,get_comm_port" and use it if so.
2917 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
2918 (gdb,socketport): Set to "stdio".
2919 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
2920 (stdio_gdbserver_template): Delete.
2921 (${board}_get_remote_address): Update.
2922 (${board}_build_remote_cmd): Delete.
2923 (${board}_get_comm_port): New function.
2924 (${board}_spawn): Update.
2925 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
2926 Delete.
2927 (${board}_get_remote_address): Update.
2928 (${board}_get_comm_port): New function.
2929
fc98a809
AB
29302014-04-16 Andrew Burgess <aburgess@broadcom.com>
2931
2932 * gdb.base/memattr.exp: Improve regexps to handle memory regions
2933 appearing in any order.
2934
87fd9e6e
DE
29352014-04-15 Doug Evans <dje@google.com>
2936
2937 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
2938 uninitialized value of "description".
2939
099fc3ea
KS
29402014-04-15 Keith Seitz <keiths@redhat.com>
2941
2942 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
2943 Remove unused globals.
2944 (test_running_the_program): Likewise.
2945 (test_controlled_execution): Likewise.
2946 (test_controlling_breakpoints): Likewise.
2947 (test_program_termination): Likewise.
2948
5da151d4
KS
29492014-04-15 Keith Seitz <keiths@redhat.com>
2950
2951 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
2952 unused globals.
2953 (test_rbreak_creation_and_listing): Likewise.
2954 (test_ignore_count): Likewise.
2955 (test_error): Likewise.
2956
35e5d2f0
PA
29572014-04-15 Pedro Alves <palves@redhat.com>
2958
2959 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
2960 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
2961 sym-file-loader.c.
2962 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
2963 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
2964 to sym-file-loader.c.
2965 (struct library): Forward declare.
2966 (load_shlib, lookup_function): Change prototypes.
2967 (find_shstrtab, find_strtab, find_shdr, find_symtab)
2968 (translate_offset): Remove declarations.
2969 (get_text_addr): New declaration.
2970 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
2971 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
2972 sym-file-loader.h.
2973 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
2974 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
2975 here from sym-file-loader.h.
2976 (struct library): New structure.
2977 (load_shlib, lookup_function): Change prototypes and adjust to
2978 work with a struct library.
2979 (find_shstrtab, find_strtab, find_shdr, find_symtab)
2980 (translate_offset): Make static.
2981 (get_text_addr): New function.
2982 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
2983
eb4c1710
PA
29842014-04-15 Pedro Alves <palves@redhat.com>
2985
2986 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
2987
2d1baf52
PA
29882014-04-15 Pedro Alves <palves@redhat.com>
2989
2990 * gdb.base/sym-file-loader.c: Include <limits.h>.
2991 (SELF_LINK): New define.
2992 (get_origin): New function.
2993 (load_shlib): Use it.
2994 * gdb.base/sym-file.exp: Don't early return if the target is
2995 remote. Use runto_main, and issue fail is that fails. Use
2996 gdb_load_shlibs.
2997 (shlib_name): Delete.
2998 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
2999
7dd6df01
PA
30002014-04-15 Pedro Alves <palves@redhat.com>
3001
3002 * gdb.base/sym-file.exp: Remove regex characters from test
3003 message. Don't refer to breakpoint numbers in test messages.
3004
b50c8614
KS
30052014-04-14 Keith Seitz <keiths@redhat.com>
3006
3007 PR c++/16253
3008 * gdb.cp/var-tag.cc: New file.
3009 * gdb.cp/var-tag.exp: New file.
3010 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3011 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3012 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3013 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3014
3d567982
TT
30152014-04-14 Tom Tromey <tromey@redhat.com>
3016
3017 * gdb.cp/classes.exp (test_enums): Handle underlying type.
3018 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
3019 type.
3020 * gdb.cp/enum-class.exp: New file.
3021 * gdb.cp/enum-class.cc: New file.
3022
0626fc76
TT
30232014-04-14 Tom Tromey <tromey@redhat.com>
3024
3025 * gdb.dwarf2/enum-type.exp: New file.
3026
dca325b3
SA
30272014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3028
3029 * gdb.mi/mi-vla-c99.exp: New file.
3030 * gdb.mi/vla.c: New file.
3031
5854b38a
SA
30322014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3033
3034 * gdb.base/vla-datatypes.c: New file.
3035 * gdb.base/vla-datatypes.exp: New file.
3036
463bb957
SA
30372014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3038
3039 * gdb.base/vla-ptr.c: New file.
3040 * gdb.base/vla-ptr.exp: New file.
3041
3dd170be
SA
30422014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3043
3044 * gdb.dwarf2/count.exp: New file.
3045
5ecaaa66
SA
30462014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3047
3048 * gdb.base/vla-sideeffect.c: New file.
3049 * gdb.base/vla-sideeffect.exp: New file.
3050
41f1ada5
DB
30512014-04-14 David Blaikie <dblaikie@gmail.com>
3052
3053 * gdb.mi/non-stop.c: Add return value for non-void function return
3054 statement.
3055 * gdb.threads/staticthreads.c: Ditto.
3056
0be03e84
DE
30572014-04-12 Siva Chandra Reddy <sivachandra@google.com>
3058 Doug Evans <xdje42@gmail.com>
3059
3060 * gdb.guile/scm-value.c: Improve test case.
3061 * gdb.guile/scm-value.exp: Add new test.
3062
f180a1fb
DB
30632014-04-11 David Blaikie <dblaikie@gmail.com>
3064
3065 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
3066 override Clang's default.
3067
6b662e19
JB
30682014-04-11 Joel Brobecker <brobecker@adacore.com>
3069
3070 Revert the following changes (regressions):
3071
3072 * gdb.base/vla-sideeffect.c: New file.
3073 * gdb.base/vla-sideeffect.exp: New file.
3074
3075 * gdb.dwarf2/count.exp: New file.
3076
3077 * gdb.base/vla-multi.c: New file.
3078 * gdb.base/vla-multi.exp: New file.
3079
3080 * gdb.base/vla-ptr.c: New file.
3081 * gdb.base/vla-ptr.exp: New file.
3082
3083 * gdb.base/vla-datatypes.c: New file.
3084 * gdb.base/vla-datatypes.exp: New file.
3085
3086 * gdb.mi/mi-vla-c99.exp: New file.
3087 * gdb.mi/vla.c: New file.
3088
245a5f0b
KS
30892014-04-11 Keith Seitz <keiths@redhat.com>
3090
3091 PR c++/16675
3092 * gdb.cp/cpsizeof.exp: New file.
3093 * gdb.cp/cpsizeof.cc: New file.
3094
58a84dcf
SA
30952014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3096
191a8a90
JB
3097 * gdb.mi/mi-vla-c99.exp: New file.
3098 * gdb.mi/vla.c: New file.
58a84dcf 3099
c8655f75
SA
31002014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3101
3102 * gdb.base/vla-datatypes.c: New file.
3103 * gdb.base/vla-datatypes.exp: New file.
3104
024e13b4
SA
31052014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3106
3107 * gdb.base/vla-ptr.c: New file.
3108 * gdb.base/vla-ptr.exp: New file.
3109
1a237e0e
SA
31102014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3111
3112 * gdb.base/vla-multi.c: New file.
3113 * gdb.base/vla-multi.exp: New file.
3114
504f3432
SA
31152014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3116
3117 * gdb.dwarf2/count.exp: New file.
3118
3bce8237
SA
31192014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3120
191a8a90
JB
3121 * gdb.base/vla-sideeffect.c: New file.
3122 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 3123
322f9c21
YQ
31242014-04-11 Yao Qi <yao@codesourcery.com>
3125
3126 * gdb.base/completion.exp: Check file exists before running tests
3127 on file completion.
3128
d708bcd1
PA
31292014-04-10 Pedro Alves <palves@redhat.com>
3130
3131 * gdb.base/cond-eval-mode.c: New file.
3132 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
3133 prepare_for_testing to build the new file. Check result of
3134 runto_main.
3135 (test_break, test_watch): New procedures.
3136 (top level): Use them.
3137
ae1d2761
PM
31382014-04-08 Pierre Muller <muller@sourceware.org>
3139
3140 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
3141 Ctrl-V use for mingw hosts.
3142
7af389b8
SC
31432014-04-07 Siva Chandra Reddy <sivachandra@google.com>
3144
3145 * gdb.python/py-value.c: Improve test case.
3146 * gdb.python/py-value.exp: Add new test.
3147
5e703181
DE
31482014-04-07 David Blaikie <dblaikie@gmail.com>
3149
3150 * lib/compiler.c: Identify the clang compiler.
3151 * lib/compiler.cc: Ditto.
3152
9810b410
YQ
31532014-04-03 Yao Qi <yao@codesourcery.com>
3154
3155 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
3156
98d1b8dc
AB
31572014-04-01 Anton Blanchard <anton@samba.org>
3158
3159 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
3160 messages unique.
3161
3114cea1
AB
31622014-04-01 Anton Blanchard <anton@samba.org>
3163
3164 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
3165 prepare_for_testing.
3166
62f7182c
AB
31672014-04-01 Anton Blanchard <anton@samba.org>
3168
3169 * gdb.arch/ppc64-atomic-inst.c: Remove.
3170 * gdb.arch/ppc64-atomic-inst.S: New file.
3171 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
3172
770e7fc7
DE
31732014-03-31 Doug Evans <dje@google.com>
3174
3175 * gdb.base/print-symbol-loading-lib.c: New file.
3176 * gdb.base/print-symbol-loading-main.c: New file.
3177 * gdb.base/print-symbol-loading.exp: New file.
3178
46e2bafa
YQ
31792014-03-31 Yao Qi <yao@codesourcery.com>
3180
3181 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
3182
8776cfe9
JB
31832014-03-28 Joel Brobecker <brobecker@adacore.com>
3184
3185 * gdb.ada/mi_dyn_arr: New testcase.
3186
5d1ef361
DE
31872014-03-27 Doug Evans <dje@google.com>
3188
3189 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
3190
b5bee914
YQ
31912014-03-27 Yao Qi <yao@codesourcery.com>
3192
3193 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
3194 if target is nios2-*-*.
3195
0d4d0e77
YQ
31962014-03-26 Yao Qi <yao@codesourcery.com>
3197
3198 * lib/gdb.exp (readline_is_used): New proc.
3199 * gdb.base/completion.exp: Move tests on command complete up.
3200 Skip the rest of tests if readline is not used.
3201 * gdb.ada/complete.exp: Skp the test if readline is not
3202 used.
3203 * gdb.base/filesym.exp: Likewise.
3204 * gdb.base/macscp.exp: Likewise.
3205 * gdb.base/readline-ask.exp: Likewise.
3206 * gdb.base/readline.exp: Likewise.
3207 * gdb.python/py-cmd.exp: Likewise.
3208 * gdb.trace/tfile.exp: Likewise.
3209
29361eee
YQ
32102014-03-26 Yao Qi <yao@codesourcery.com>
3211
3212 * gdb.base/macscp.exp: Fix code format issues.
3213
bc9a5525
UW
32142014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
3215
3216 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
3217 * gdb.asm/powerpc64le.inc: New file.
3218
d3839ede
PA
32192014-03-25 Pedro Alves <palves@redhat.com>
3220 Doug Evans <dje@google.com>
3221
3222 * gdb.base/source-execution.c: New file.
3223 * gdb.base/source-execution.exp: New file.
3224 * gdb.base/source-execution.gdb: New file.
3225
01672a57
DE
32262014-03-24 Doug Evans <dje@google.com>
3227
3228 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
3229 using fission.
3230
88bbeca9
HZ
32312014-03-24 Hui Zhu <hui@codesourcery.com>
3232 Pedro Alves <palves@redhat.com>
3233
3234 PR breakpoints/16101
3235 * gdb.base/dprintf.exp: Use unsupported rather than changing the
3236 test pass/fail messages. Detect missing support for dprintf when
3237 breakpoints are actually inserted.
3238 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
3239 breakpoints are actually inserted.
3240 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
3241 fails.
3242
d2348791
JK
32432014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3244
3245 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
3246
feef67ab
DE
32472014-03-22 Doug Evans <xdje42@gmail.com>
3248
3249 * gdb.python/python.exp (python not supported): Verify multi-line
3250 python command issues an error.
25d743f9 3251 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 3252 guile command issues an error.
feef67ab 3253
ecebef6a
MR
32542014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
3255
3256 * gdb.threads/thread-specific.exp: Handle the lack of usable
3257 $this_breakpoint and $this_thread.
3258
ccdd1909
HZ
32592014-03-21 Hui Zhu <hui@codesourcery.com>
3260
3261 * gdb.base/attach.exp (do_command_attach_tests): New.
3262
beb460e8
PA
32632014-03-20 Tom Tromey <tromey@redhat.com>
3264 Pedro Alves <palves@redhat.com>
3265
3266 PR cli/15718
3267 * gdb.base/condbreak-call-false.c: New file.
3268 * gdb.base/condbreak-call-false.exp: New file.
3269
40acf43a
PA
32702014-03-20 Pedro Alves <palves@redhat.com>
3271
3272 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
3273 Delete.
3274 (block_signals, unblock_signals): Delete.
3275 (child_function_2, main): Remove references to deleted variable
3276 and functions.
3277
9f5e1e02
PA
32782014-03-20 Pedro Alves <palves@redhat.com>
3279
3280 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
3281 Use pthread_kill to signal thread 2.
3282 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3283 Adjust to make the test send itself a signal rather than using the
3284 host's "kill" command.
3285
99619bea
PA
32862014-03-20 Pedro Alves <palves@redhat.com>
3287
3288 * gdb.threads/multiple-step-overs.c: New file.
3289 * gdb.threads/multiple-step-overs.exp: New file.
3290 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3291 Adjust expected infrun debug output.
3292
2adfaa28
PA
32932014-03-20 Pedro Alves <palves@redhat.com>
3294
3295 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
3296 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
3297
31e77af2
PA
32982014-03-20 Pedro Alves <palves@redhat.com>
3299
3300 PR breakpoints/7143
3301 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
3302 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
3303 of gdb_test_multiple.
3304 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
3305 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
3306
b9f437de
PA
33072014-03-20 Pedro Alves <palves@redhat.com>
3308
3309 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
3310 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
3311
05adc73e
PA
33122014-03-19 Pedro Alves <palves@redhat.com>
3313
3314 * gdb.base/async.exp: Remove early return.
3315
6048b950
PA
33162014-03-19 Pedro Alves <palves@redhat.com>
3317
3318 * gdb.base/async.exp (step& tests): Pass explicit test messages.
3319
8bcfb00a
PA
33202014-03-19 Pedro Alves <palves@redhat.com>
3321
3322 * gdb.base/async.exp (test_background): Expect \r\n after
3323 "completed." in the fail pattern.
3324
884e37dc
PA
33252014-03-19 Pedro Alves <palves@redhat.com>
3326
3327 * gdb.base/async.exp (test_background): New procedure.
3328 Use it for all background execution command tests.
3329
148e57e2
PA
33302014-03-19 Pedro Alves <palves@redhat.com>
3331
3332 * gdb.base/async.exp: Use prepare_for_testing.
3333
f48088c7
PA
33342014-03-19 Pedro Alves <palves@redhat.com>
3335
3336 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
3337 the same line.
3338
e2f6c966
PA
33392014-03-19 Pedro Alves <palves@redhat.com>
3340
3341 * gdb.base/async.c (main): Add "jump here" and "until here" line
3342 marker comments.
3343 * gdb.base/async.exp (jump_here): New global.
3344 (jump& test): Use it.
3345 (until_here): New global.
3346 (until& test): Use it.
3347
c30568d4
PA
33482014-03-19 Pedro Alves <palves@redhat.com>
3349
3350 * gdb.base/async.exp: Don't frob gdb_protocol.
3351
0172b6a7
DE
33522014-03-18 Doug Evans <xdje42@gmail.com>
3353
3354 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
3355 Fix spelling of exec-done-display.
3356
06c868a8
JK
33572014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3358
3359 PR gdb/15358
3360 * gdb.base/gdb-sigterm.c: New file.
3361 * gdb.base/gdb-sigterm.exp: New file.
3362
0c7e1a46
PA
33632014-03-18 Pedro Alves <palves@redhat.com>
3364
3365 PR gdb/13860
3366 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
3367 * lib/mi-support.exp (mi_expect_stop): Add special handling for
3368 solib-event.
3369
f7c77d93
JB
33702014-03-17 Joel Brobecker <brobecker@adacore.com>
3371
3372 * gdb.ada/pckd_arr_ren: New testcase.
3373
5a1e8c7a
DE
33742014-03-13 Doug Evans <xdje42@gmail.com>
3375
3376 PR guile/16612
3377 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
3378 collect after discarding symbols.
3379
350e1a76
DE
33802014-03-13 Ludovic Courtès <ludo@gnu.org>
3381 Doug Evans <xdje42@gmail.com>
3382
3383 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
3384 to history survives a gc.
3385
a69900ae
PA
33862014-03-13 Pedro Alves <palves@redhat.com>
3387
3388 * gdb.base/default.exp: Don't test "target procfs".
3389
5db9f0bd
PA
33902014-03-13 Pedro Alves <palves@redhat.com>
3391
3392 * gdb.base/default.exp: Update "target child" and "target procfs"
3393 tests to not expect "Unix".
3394
b3ccfe11
TT
33952014-03-12 Tom Tromey <tromey@redhat.com>
3396
3397 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
3398 New procs. Add target-async tests.
3399 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
3400 Add target-async tests.
3401
646f4417
AA
34022014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3403
3404 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
3405 'func_start' and 'func_end' for the beginning and end of the
3406 function code, respectively.
3407 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
3408 'func_end' instead of 'func' and 'main'.
3409
288c211f
AA
34102014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3411
3412 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
3413 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
3414 generate the debug info assembler source.
3415
e0c0f156
AA
34162014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3417
3418 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
3419 * gdb.dwarf2/arr-subrange.exp: Likewise.
3420 * gdb.dwarf2/dwz.exp: Likewise.
3421 * gdb.dwarf2/method-ptr.exp: Likewise.
3422 * gdb.dwarf2/missing-sig-type.exp: Likewise.
3423 * gdb.dwarf2/subrange.exp: Likewise.
3424 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
3425 * gdb.dwarf2/implptrpiece.exp: Likewise.
3426 * gdb.dwarf2/nostaticblock.exp: Likewise.
3427
0e5c4555
AA
34282014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3429
3430 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
3431 directory to absolute path name arguments.
3432
5ec18f2b
JG
34332014-03-10 Joel Brobecker <brobecker@adacore.com>
3434
3435 * gdb.ada/tagged_access: New testcase.
3436
847fc4f2
MM
34372014-03-07 Markus Metzger <markus.t.metzger@intel.com>
3438
3439 * gdb.btrace/data.exp: Update expected output.
3440
cc3da688
YQ
34412014-03-06 Yao Qi <yao@codesourcery.com>
3442
3443 * gdb.trace/pr16508.exp: New file.
3444
0f26cec1
PA
34452014-03-05 Pedro Alves <palves@redhat.com>
3446
3447 PR gdb/16575
3448 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
3449 procedure.
3450 (top level): Adjust to use it. Add tests that exercise breakpoint
3451 interaction with the code-cache.
3452
7a5a839f
LC
34532014-02-26 Ludovic Courtès <ludo@gnu.org>
3454
3455 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
3456 test for 'history-append!'.
3457
31aa7e4e
JB
34582014-02-26 Joel Brobecker <brobecker@adacore.com>
3459
3460 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
3461 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
3462 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
3463 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
3464 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
3465 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
3466
1b588015
JB
34672014-02-26 Joel Brobecker <brobecker@adacore.com>
3468
3469 * testsuite/gdb.python/py-pp-re-notag.c: New file.
3470 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
3471 * testsuite/gdb.python/py-pp-re-notag.p: New file.
3472
55426c9d
JB
34732014-02-26 Joel Brobecker <brobecker@adacore.com>
3474
3475 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
3476
dc53a7ad
JB
34772014-02-26 Joel Brobecker <brobecker@adacore.com>
3478
3479 * gdb.dwarf2/arr-stride.c: New file.
3480 * gdb.dwarf2/arr-stride.exp: New file.
3481
12ab52e9
PA
34822014-02-26 Pedro Alves <palves@redhat.com>
3483
3484 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
3485 that won't ever trigger. Make sure that GDB reports the correct
3486 breakpoint that caused the stop.
3487
849c862e
JK
34882014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3489
3490 PR gdb/16626
3491 * gdb.base/auto-load-script: New file.
3492 * gdb.base/auto-load.c: New file.
3493 * gdb.base/auto-load.exp: New file.
3494
71b7d793
JK
3495 PR gdb/16626
3496 * gdb.base/auto-load.exp: Fix out-of-srctree run.
3497
e2f0d509
JK
34982014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3499
3500 Fix dw2-icycle.exp -fsanitize=address GDB crash.
3501 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
3502
50cc37c8
DE
35032014-02-24 Doug Evans <dje@google.com>
3504
3505 * lib/gdb.exp (run_on_host): Log error output if program fails.
3506
ea4758f2
PA
35072014-02-21 Pedro Alves <palves@redhat.com>
3508
3509 * gdb.threads/step-after-sr-lock.c: Rename to ...
3510 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
3511 * gdb.threads/step-after-sr-lock.exp: Rename to ...
3512 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3513 ... this.
3514
d7b30f67
SDJ
35152014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
3516
3517 PR tdep/16397
3518 * gdb.arch/amd64-stap-special-operands.exp: New file.
3519 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
3520 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
3521 * gdb.arch/amd64-stap-triplet.S: Likewise.
3522 * gdb.arch/amd64-stap-triplet.c: Likewise.
3523
83deb43f
JB
35242014-02-20 Joel Brobecker <brobecker@adacore.com>
3525
3526 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
3527 in .section pseudo-op.
3528
adde2bff
DE
35292014-02-20 lin zuojian <manjian2006@gmail.com>
3530 Joel Brobecker <brobecker@adacore.com>
3531 Doug Evans <xdje42@gmail.com>
3532
3533 PR symtab/16581
3534 * gdb.dwarf2/dw2-icycle.S: New file.
3535 * gdb.dwarf2/dw2-icycle.c: New file.
3536 * gdb.dwarf2/dw2-icycle.exp: New file.
3537
f7bd0f78
SC
35382014-02-19 Siva Chandra Reddy <sivachandra@google.com>
3539
3540 * gdb.python/py-value-cc.cc: Improve test case to enable testing
3541 operations on gdb.Value objects.
3542 * gdb.python/py-value-cc.exp: Add new test to test operations on
3543 gdb.Value objects.
3544
c17ef0d5
DE
35452014-02-18 Doug Evans <dje@google.com>
3546
3547 * Makefile.in (TESTS): New variable.
3548 (expanded_tests, expanded_tests_or_none): New variables
3549 (check-single): Pass $(expanded_tests_or_none) to runtest.
3550 (check-parallel): Only run tests in $(TESTS) if non-empty.
3551 (check/no-matching-tests-found): New rule.
3552 * README: Document TESTS makefile variable.
3553
5dd3176f
DE
35542014-02-18 Doug Evans <dje@google.com>
3555
3556 * Makefile.in (check-parallel): rm -rf outputs temp.
3557
0b10be4f
JK
35582014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3559
3560 Fix "ERROR: no fileid for" in the testsuite.
3561 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
3562
85f224e7
DE
35632014-02-12 Doug Evans <dje@google.com>
3564
3565 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
3566 (MISCELLANEOUS): New variable.
3567 (clean): rm -rf $(MISCELLANEOUS).
3568 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
3569 dwp live in the same directory as symlinks, with each symlink pointed
3570 to a differently named file in a different directory.
3571
149b30ff
DE
35722014-02-11 Doug Evans <dje@google.com>
3573
3574 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
3575 of Tcl file commands.
3576
1dfdac32
MK
35772014-02-10 Mark Kettenis <kettenis@gnu.org>
3578
3579 * gdb.threads/step-after-sr-lock.exp: Avoid executing
3580 "kill -SIGUSR1 -1".
3581
aa4fb036
JB
35822014-02-10 Joel Brobecker <brobecker@adacore.com>
3583
3584 * gdb.ada/tick_length_array_enum_idx: New testcase.
3585
ed3ef339
DE
35862014-02-10 Doug Evans <xdje42@gmail.com>
3587
3588 * configure.ac (AC_OUTPUT): Add gdb.guile.
3589 * configure: Regenerate.
3590 * lib/gdb-guile.exp: New file.
3591 * lib/gdb.exp (get_target_charset): New function.
3592 * gdb.base/help.exp: Update expected output from "apropos apropos".
3593 * gdb.guile/Makefile.in: New file.
3594 * gdb.guile/guile.exp: New file.
3595 * gdb.guile/scm-arch.c: New file.
3596 * gdb.guile/scm-arch.exp: New file.
3597 * gdb.guile/scm-block.c: New file.
3598 * gdb.guile/scm-block.exp: New file.
3599 * gdb.guile/scm-breakpoint.c: New file.
3600 * gdb.guile/scm-breakpoint.exp: New file.
3601 * gdb.guile/scm-disasm.c: New file.
3602 * gdb.guile/scm-disasm.exp: New file.
3603 * gdb.guile/scm-equal.c: New file.
3604 * gdb.guile/scm-equal.exp: New file.
3605 * gdb.guile/scm-error.exp: New file.
3606 * gdb.guile/scm-error.scm: New file.
3607 * gdb.guile/scm-frame-args.c: New file.
3608 * gdb.guile/scm-frame-args.exp: New file.
3609 * gdb.guile/scm-frame-args.scm: New file.
3610 * gdb.guile/scm-frame-inline.c: New file.
3611 * gdb.guile/scm-frame-inline.exp: New file.
3612 * gdb.guile/scm-frame.c: New file.
3613 * gdb.guile/scm-frame.exp: New file.
3614 * gdb.guile/scm-generics.exp: New file.
3615 * gdb.guile/scm-gsmob.exp: New file.
3616 * gdb.guile/scm-iterator.c: New file.
3617 * gdb.guile/scm-iterator.exp: New file.
3618 * gdb.guile/scm-math.c: New file.
3619 * gdb.guile/scm-math.exp: New file.
3620 * gdb.guile/scm-objfile-script-gdb.in: New file.
3621 * gdb.guile/scm-objfile-script.c: New file.
3622 * gdb.guile/scm-objfile-script.exp: New file.
3623 * gdb.guile/scm-objfile.c: New file.
3624 * gdb.guile/scm-objfile.exp: New file.
3625 * gdb.guile/scm-ports.exp: New file.
3626 * gdb.guile/scm-pretty-print.c: New file.
3627 * gdb.guile/scm-pretty-print.exp: New file.
3628 * gdb.guile/scm-pretty-print.scm: New file.
3629 * gdb.guile/scm-section-script.c: New file.
3630 * gdb.guile/scm-section-script.exp: New file.
3631 * gdb.guile/scm-section-script.scm: New file.
3632 * gdb.guile/scm-symbol.c: New file.
3633 * gdb.guile/scm-symbol.exp: New file.
3634 * gdb.guile/scm-symtab-2.c: New file.
3635 * gdb.guile/scm-symtab.c: New file.
3636 * gdb.guile/scm-symtab.exp: New file.
3637 * gdb.guile/scm-type.c: New file.
3638 * gdb.guile/scm-type.exp: New file.
3639 * gdb.guile/scm-value-cc.cc: New file.
3640 * gdb.guile/scm-value-cc.exp: New file.
3641 * gdb.guile/scm-value.c: New file.
3642 * gdb.guile/scm-value.exp: New file.
3643 * gdb.guile/source2.scm: New file.
3644 * gdb.guile/types-module.cc: New file.
3645 * gdb.guile/types-module.exp: New file.
3646
7026a7c1
YQ
36472014-02-10 Yao Qi <yao@codesourcery.com>
3648
3649 PR testsuite/16543
3650 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
3651 * configure: Regenerated.
3652 * Makefile.in: New file.
3653
6c466447
AS
36542014-02-08 Andreas Schwab <schwab@linux-m68k.org>
3655
3656 * gdb.python/py-framefilter.exp: Fix typo.
3657
6e854735
YQ
36582014-02-08 Yao Qi <yao@codesourcery.com>
3659
3660 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
3661 that no =breakpoint-modified is emitted when breakpoints are
3662 modified through MI commands.
3663
d137e6dc
PA
36642014-02-07 Pedro Alves <pedro@codesourcery.com>
3665 Pedro Alves <palves@redhat.com>
3666
3667 * gdb.threads/step-after-sr-lock.c: New file.
3668 * gdb.threads/step-after-sr-lock.exp: New file.
3669
b5ee5a50
PA
36702014-02-07 Pedro Alves <palves@redhat.com>
3671
3672 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
3673
3c77faf3
JK
36742014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3675
3676 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
3677 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
3678
6dddc817
DE
36792014-02-06 Doug Evans <xdje42@gmail.com>
3680
3681 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
3682 output.
3683
3684 * gdb.gdb/python-interrupts.exp: New file.
3685
de7b2893
YQ
36862014-02-05 Yao Qi <yao@codesourcery.com>
3687
3688 * gdb.trace/report.exp (use_collected_data): Test the output
3689 of "info threads" and "info inferiors".
3690
66d032ac
YQ
36912014-02-05 Yao Qi <yao@codesourcery.com>
3692
3693 Revert this patch:
3694
3695 2013-05-24 Yao Qi <yao@codesourcery.com>
3696
3697 * gdb.trace/tfile.exp: Test inferior and thread.
3698
591a12a1
UW
36992014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3700
3701 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
3702 on a function.
3703 * gdb.base/step-bt.c: Call hello via function pointer to make
3704 sure its first instruction is executed on powerpc64le-linux.
3705
0ff3e01f
UW
37062014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3707
3708 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
3709
084ee545
UW
37102014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3711
3712 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
3713 of the test patterns for use on little-endian systems.
3714
6ed14ff3
UW
37152014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3716
3717 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
3718 (decimal_vector): Fix for little-endian.
3719
401e27fd
JM
37202014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
3721
3722 * gdb.arch/sparc-sysstep.exp: New file.
3723 * gdb.arch/sparc-sysstep.c: Likewise.
3724
3725 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
3726
8b924729
EBM
37272014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3728
3729 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
3730
fb151210
JB
37312014-01-23 Tom Tromey <tromey@redhat.com>
3732
3733 * gdb.ada/array_char_idx: New testcase.
3734
0740f8d8
TT
37352014-01-23 Tom Tromey <tromey@redhat.com>
3736
3737 PR python/16487:
3738 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
3739 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
3740 classes.
3741
21909fa1
TT
37422014-01-23 Tom Tromey <tromey@redhat.com>
3743
3744 PR python/16491:
3745 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
3746 string from an inferior frame.
3747 * gdb.python/py-framefilter-mi.exp: Update.
3748
87ce2a04
DE
37492014-01-22 Doug Evans <dje@google.com>
3750
3751 * gdb.server/server-mon.exp: Add tests for "set debug-format".
3752
237b092b
AA
37532014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3754
3755 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
3756
d674a709
AA
37572014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3758
3759 * gdb.trace/entry-values.exp: Remove excess space character from
3760 regex patterns. Handle s390 call instruction.
3761
20fa3390
AA
37622014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3763
3764 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
3765 define "*_start" label. Make "name" static.
3766 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
3767 ${name} by references to ${name}_start.
3768
78466714
AA
37692014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3770
3771 * gdb.base/info-macros.exp: Remove "debug" from the compile
3772 options.
3773
ec9f644a
IB
37742014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3775
3776 * gdb.dlang/demangle.exp: New file.
3777
94b1b47e
IB
37782014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3779
3780 * gdb.dlang/primitive-types.exp: New file.
3781
7f420862
IB
37822014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3783
3784 * configure.ac: Create gdb.dlang/Makefile.
3785 * configure: Regenerate.
3786 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
3787 * gdb.dlang/Makefile.in: New file.
3788 * lib/d-support.exp: New file.
3789 * lib/gdb.exp (skip_d_tests): New proc.
3790
52834460
MM
37912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3792
3793 * gdb.btrace/delta.exp: Check reverse stepi.
3794 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
3795 * gdb.btrace/finish.exp: New.
3796 * gdb.btrace/next.exp: New.
3797 * gdb.btrace/nexti.exp: New.
3798 * gdb.btrace/record_goto.c: Add comments.
3799 * gdb.btrace/step.exp: New.
3800 * gdb.btrace/stepi.exp: New.
3801 * gdb.btrace/multi-thread-step.c: New.
3802 * gdb.btrace/multi-thread-step.exp: New.
3803 * gdb.btrace/rn-dl-bind.c: New.
3804 * gdb.btrace/rn-dl-bind.exp: New.
3805 * gdb.btrace/data.c: New.
3806 * gdb.btrace/data.exp: New.
3807 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3808
6e07b1d2
MM
38092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3810
3811 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
3812 * gdb.btrace/exception.exp: Update.
3813 * gdb.btrace/instruction_history.exp: Update.
3814 * gdb.btrace/record_goto.exp: Update.
3815 * gdb.btrace/tailcall.exp: Update.
3816 * gdb.btrace/unknown_functions.exp: Update.
3817 * gdb.btrace/delta.exp: New.
3818
0b722aec
MM
38192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3820
3821 * gdb.btrace/record_goto.exp: Add backtrace test.
3822 * gdb.btrace/tailcall.exp: Add backtrace test.
3823
066ce621
MM
38242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3825
3826 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
3827 * gdb.btrace/record_goto.c: New.
3828 * gdb.btrace/record_goto.exp: New.
3829 * gdb.btrace/x86-record_goto.S: New.
3830
0688d04e
MM
38312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3832
3833 * gdb.btrace/function_call_history.exp: Update tests.
3834 * gdb.btrace/instruction_history.exp: Update tests.
3835
8710b709
MM
38362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3837
3838 * gdb.btrace/function_call_history.exp: Fix expected field
3839 order for "record function-call-history".
3840 Add new tests for "record function-call-history /c".
3841 * gdb.btrace/exception.cc: New.
3842 * gdb.btrace/exception.exp: New.
3843 * gdb.btrace/tailcall.exp: New.
3844 * gdb.btrace/x86-tailcall.S: New.
3845 * gdb.btrace/x86-tailcall.c: New.
3846 * gdb.btrace/unknown_functions.c: New.
3847 * gdb.btrace/unknown_functions.exp: New.
3848 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3849
5de9129b
MM
38502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3851
3852 * gdb.btrace/instruction_history.exp: Update.
3853 * gdb.btrace/function_call_history.exp: Update.
3854
23a7fe75
MM
38552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3856
3857 * gdb.btrace/function_call_history.exp: Fix expected function
3858 trace.
3859 * gdb.btrace/instruction_history.exp: Initialize traced.
3860 Remove traced_functions.
3861
724c7dd8
MM
38622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3863
3864 * gdb.btrace/function_call_history.exp: Update
3865 * gdb.btrace/instruction_history.exp: Update.
3866
6d78d93b
MM
38672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3868
3869 * gdb.btrace/enable.exp: Update expected text.
3870
93a360cc
OJ
38712014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
3872
3873 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
3874 bytes.
3875
3772b53f
MR
38762014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
3877
3878 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
3879
596662fa
OJ
38802014-01-15 Omair Javaid <omair.javaid@linaro.org>
3881
3882 * lib/gdb.exp (supports_process_record): Return true for
3883 arm*-linux*. (supports_reverse): Likewise.
3884
b5b08fb4
SC
38852014-01-13 Siva Chandra Reddy <sivachandra@google.com>
3886
3887 PR python/15464
3888 PR python/16113
3889 * gdb.python/py-type.c: Enhance test case.
3890 * gdb.python/py-value-cc.cc: Likewise
3891 * gdb.python/py-type.exp: Add new tests.
3892 * gdb.python/py-value-cc.exp: Likewise
3893
52d7fb13
AA
38942014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3895 Pedro Alves <palves@redhat.com>
3896
3897 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
3898 Make "name" extern.
3899 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
3900 references to ${name}_start by references to ${name}.
3901
a2cd8cfe
JB
39022014-01-10 Joel Brobecker <brobecker@adacore.com>
3903
3904 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
3905
4e23fced
JB
39062014-01-10 Joel Brobecker <brobecker@adacore.com>
3907
3908 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
3909
c6a9e42c
PA
39102014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
3911 Pedro Alves <palves@redhat.com>
3912
3913 * gdb.mi/mi-info-os.exp: Connect to the target with
3914 mi_gdb_target_load.
3915
b7ea362b
PA
39162014-01-08 Pedro Alves <palves@redhat.com>
3917
3918 * gdb.threads/reconnect-signal.c: New file.
3919 * gdb.threads/reconnect-signal.exp: New file.
3920
5e3f4fab
EBM
39212014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3922
3923 * gdb.base/source-dir.exp: New file.
3924
79301218
JB
39252014-01-07 Joel Brobecker <brobecker@adacore.com>
3926
3927 * gdb.ada/mi_interface: New testcase.
3928
8e355c5d
JB
39292014-01-07 Joel Brobecker <brobecker@adacore.com>
3930
3931 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
3932 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
3933 gdb.ada/pp-rec-component/pck.ads: New files.
3934
c0d48811
JB
39352014-01-07 Joel Brobecker <brobecker@adacore.com>
3936
3937 * gdb.python/py-pp-integral.c: New file.
3938 * gdb.python/py-pp-integral.py: New file.
3939 * gdb.python/py-pp-integral.exp: New file.
3940
17b609c3 3941For older changes see ChangeLog-1993-2013.
c906108c 3942\f
8d8cb839
EZ
3943;; Local Variables:
3944;; mode: change-log
3945;; left-margin: 8
3946;; fill-column: 74
3947;; version-control: never
3948;; End:
902f2ccb 3949
32d0add0 3950 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
3951 Copying and distribution of this file, with or without modification,
3952 are permitted provided the copyright notice and this notice are preserved.
This page took 2.957516 seconds and 4 git commands to generate.