]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Support for DTrace USDT probes in x86_64 targets.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
03e98035
JM
12015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2
3 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
4 expected message when trying to access $_probe_* convenience
5 variables while not on a probe.
6
63cc30e9
JK
72015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8
9 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10
0703599a
PA
112015-02-11 Pedro Alves <pedro@codesourcery.com>
12
13 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15
7e60a48e
DE
162015-02-10 Doug Evans <xdje42@gmail.com>
17
18 * lib/gdb.exp (gdb_load): Always return a result.
19
01b088bc
PA
202015-02-10 Pedro Alves <palves@redhat.com>
21
22 * gdb.threads/signal-sigtrap.c: New file.
23 * gdb.threads/signal-sigtrap.exp: New file.
24
b05ec7a5
AT
252015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
26
27 * gdb.trace/no-attach-trace.c: New file.
28 * gdb.trace/no-attach-trace.exp: New file.
29
a2c2acaf
MW
302015-02-09 Mark Wielaard <mjw@redhat.com>
31
32 * gdb.dwarf2/atomic.c: New file.
33 * gdb.dwarf2/atomic-type.exp: Likewise.
34
31fd9caa
MM
352015-02-09 Markus Metzger <markus.t.metzger@intel.com>
36
37 * gdb.btrace/buffer-size.exp: Update "info record" output.
38 * gdb.btrace/delta.exp: Update "info record" output.
39 * gdb.btrace/enable.exp: Update "info record" output.
40 * gdb.btrace/finish.exp: Update "info record" output.
41 * gdb.btrace/instruction_history.exp: Update "info record" output.
42 * gdb.btrace/next.exp: Update "info record" output.
43 * gdb.btrace/nexti.exp: Update "info record" output.
44 * gdb.btrace/step.exp: Update "info record" output.
45 * gdb.btrace/stepi.exp: Update "info record" output.
46 * gdb.btrace/nohist.exp: Update "info record" output.
47
d33501a5
MM
482015-02-09 Markus Metzger <markus.t.metzger@intel.com>
49
50 * gdb.btrace/buffer-size: New.
51
f4abbc16
MM
522015-02-09 Markus Metzger <markus.t.metzger@intel.com>
53
54 * gdb.btrace/delta.exp: Update "info record" output.
55 * gdb.btrace/enable.exp: Update "info record" output.
56 * gdb.btrace/finish.exp: Update "info record" output.
57 * gdb.btrace/instruction_history.exp: Update "info record" output.
58 * gdb.btrace/next.exp: Update "info record" output.
59 * gdb.btrace/nexti.exp: Update "info record" output.
60 * gdb.btrace/step.exp: Update "info record" output.
61 * gdb.btrace/stepi.exp: Update "info record" output.
62 * gdb.btrace/nohist.exp: Update "info record" output.
63
b9d61307
SM
642015-02-06 Simon Marchi <simon.marchi@ericsson.com>
65
66 PR gdb/15678
67 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
68
e584fdbc
PA
692015-02-06 Pedro Alves <palves@redhat.com>
70
71 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
72 macro.
73 (seconds_left, again): New globals.
74 (main): Wait seconds_left in a 1-second sleep loop instead of
75 sleeping 180 seconds. If 'again' is set, reset the seconds
76 counter.
77 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
78 'again' in the inferior before detaching. Print the seconds left.
79 (options): New global.
80 (top level): Build program with -DTIMEOUT=$timeout.
81
77f41761
PA
822015-02-06 Pedro Alves <palves@redhat.com>
83
84 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
85 determine how many seconds to pass to 'alarm'.
86 * gdb.base/gdb-sigterm.exp (top level): Build program with
87 -DTIMEOUT=$timeout.
88 (do_test): Return success/failure indication. Add more verbose
89 logging. Don't fail if 200 single steps are seen. Instead, fail
90 when the test times out.
91 (passes): New global.
92 (top level): Break the testing loop if testing fails on any
93 iteration. Use gdb_assert.
94
b9394193
DB
952015-02-04 Don Breazeal <donb@codesourcery.com>
96
97 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
98 and initialize them.
99 (ipc_cleanup): New function.
100 (main): Don't declare shmid, semid, and msqid. Add a call to
101 atexit so that we call ipc_cleanup on exit.
102
42d9e528
PA
1032015-02-04 Pedro Alves <palves@redhat.com>
104
105 * boards/native-extended-gdbserver.exp: Remove any target variant
106 specifications from the board name before clearing the isremote
107 flag from board_info.
108
ae6ae975
DE
1092015-01-31 Doug Evans <xdje42@gmail.com>
110
111 * gdb.base/maint.exp <maint print type argc>: Update expected output.
112
cfb069a8
GB
1132015-01-31 Gary Benson <gbenson@redhat.com>
114
115 * gdb.base/completion.exp: Disable completion limiting for
116 existing tests. Add new tests to check completion limiting.
117 * gdb.linespec/ls-errs.exp: Disable completion limiting.
118
5dd31d79
DE
1192015-01-31 Doug Evans <xdje42@gmail.com>
120
121 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
122
9f050062
DE
1232015-01-31 Doug Evans <xdje42@gmail.com>
124
125 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
126 entries. Duplicate file section script entries.
127 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
128 inlined entries. Add test for safe-path rejection.
129 * gdb.python/py-section-script.c: Add duplicate inlined section script
130 entries. Duplicate file section script entries.
131 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
132 inlined entries. Add test for safe-path rejection.
133
df25ebbd
JB
1342015-01-29 Joel Brobecker <brobecker@adacore.com>
135
136 * gdb.ada/disc_arr_bound: New testcase.
137
4a0ca9ec
JB
1382015-01-29 Joel Brobecker <brobecker@adacore.com>
139
140 * gdb.ada/mi_var_array: New testcase.
141
3a8b707a
DE
1422015-01-27 Doug Evans <dje@google.com>
143
144 * gdb.python/py-objfile.exp: Add tests for objfile.username.
145 Add test for objfile.filename, objfile.username after objfile
146 has been unloaded.
147
f8313f6e
JB
1482015-01-26 Joel Brobecker <brobecker@adacore.com>
149
150 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
151 the second test to print the name attribute of value
152 returned by the call to gdb.lookup_type, and adjust
153 the expected output accordingly.
154
37bc665e
MW
1552015-01-25 Mark Wielaard <mjw@redhat.com>
156
157 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
158 * gdb.base/disp-step-fork.c: Include unistd.h.
159 * gdb.base/siginfo-obj.c: Include stdio.h.
160 * gdb.base/siginfo-thread.c: Likewise.
161 * gdb.mi/non-stop.c: Include unistd.h.
162 * gdb.mi/nsthrexec.c: Include stdio.h.
163 * gdb.mi/pthreads.c: Include unistd.h.
164 * gdb.modula2/unbounded1.c (main): Declare returns int.
165 * gdb.reverse/consecutive-reverse.c: Likewise.
166 * gdb.threads/create-fail.c: Include unistd.h.
167 * gdb.threads/killed.c: Likewise.
168 * gdb.threads/linux-dp.c: Likewise.
169 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
170 * gdb.threads/non-ldr-exc-2.c: Likewise.
171 * gdb.threads/non-ldr-exc-3.c: Likewise.
172 * gdb.threads/non-ldr-exc-4.c: Likewise.
173 * gdb.threads/pthreads.c: Include unistd.h.
174 (main): Declare returns int.
175 * gdb.threads/tls-main.c (foo): New declaration.
176 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
177
f7e5394d
SM
1782015-01-23 Simon Marchi <simon.marchi@ericsson.com>
179
180 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
181 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
182
743649fd
MW
1832015-01-15 Mark Wielaard <mjw@redhat.com>
184
185 * gdb.base/noreturn-return.c: New file.
186 * gdb.base/noreturn-return.exp: New file.
187 * gdb.base/noreturn-finish.c: New file.
188 * gdb.base/noreturn-finish.exp: New file.
189
198297aa
PA
1902015-01-23 Pedro Alves <palves@redhat.com>
191
192 * gdb.threads/continue-pending-after-query.c: New file.
193 * gdb.threads/continue-pending-after-query.exp: New file.
194
717cf30c
AG
1952015-01-22 Anders Granlund <anders.granlund@ericsson.com>
196 Simon Marchi <simon.marchi@ericsson.com>
197
198 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
199 * gdb.base/valgrind-db-attach.exp: Same.
200 * gdb.base/valgrind-infcall.exp: Same.
201 * lib/mi-support.exp (default_mi_gdb_start): Same.
202 * lib/prompt.exp (default_prompt_gdb_start): Same.
203 * lib/gdb.exp (default_gdb_spawn): Same.
204 (gdb_interact): New.
205
206
4b62a76e
JK
2072015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
208
209 * gdb.compile/compile.exp (pointer to jit function): New test.
210
b4cdae6f
WW
2112015-01-17 Wei-cheng Wang <cole945@gmail.com>
212
213 * lib/gdb.exp (supports_process_record): Return true for
214 powerpc*-*-linux*.
215 (supports_reverse): Likewise.
216
d221e7ef
DB
2172015-01-15 Don Breazeal <donb@codesourcery.com>
218
219 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
220 instead of checking whether the target board is remote and
221 use spawn_wait_for_attach instead of exec/sleep.
222 * gdb.base/attach-twice.exp: Likewise.
223
bafffb51
JB
2242015-01-15 Joel Brobecker <brobecker@adacore.com>
225
226 * gdb.ada/var_arr_attrs: New testcase.
227
5589af0e
PA
2282015-01-14 Pedro Alves <palves@redhat.com>
229 Joel Brobecker <brobecker@adacore.com>
230
231 PR gdb/17525
232 * gdb.base/bp-cmds-execution-x-script.c: New file.
233 * gdb.base/bp-cmds-execution-x-script.exp: New file.
234 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
235
6c400b59
PA
2362015-01-14 Pedro Alves <palves@redhat.com>
237
238 PR cli/17828
239 * gdb.base/batch-preserve-term-settings.c: New file.
240 * gdb.base/batch-preserve-term-settings.exp: New file.
241
e02c96a7
DE
2422015-01-13 Doug Evans <dje@google.com>
243
244 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
245 binary.
246
576fd14c
JB
2472015-01-13 Joel Brobecker <brobecker@adacore.com>
248
249 * Makefile.in (clean mostlyclean): Do not delete *.py.
250
04dccad0
JB
2512015-01-13 Joel Brobecker <brobecker@adacore.com>
252
253 * gdb.python/py-lookup-type.exp: New file.
254
3d230f71
PA
2552015-01-12 Pedro Alves <palves@redhat.com>
256
257 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
258 restore GDBFLAGS before returning.
259
7e67715d
JK
2602015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
261
262 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
263 is_amd64_regs_target and is_x86_like_target.
264
f2e0d4b4
DE
2652015-01-11 Doug Evans <xdje42@gmail.com>
266
267 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
268 is given without an explicit form.
269 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
270 attributes.
271 * gdb.dwarf/corrupt.exp: Ditto.
272 * gdb.dwarf2/enum-type.exp: Ditto.
273 * gdb.trace/entry-values.exp: Ditto.
274 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
275
439250fb
DE
2762015-01-11 Doug Evans <xdje42@gmail.com>
277
278 PR gdb/15830
279 * gdb.base/maint.exp: Remove references to "maint demangle".
280 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
281 Add tests for explicitly specifying language to demangle.
282 * gdb.dlang/demangle.exp: Ditto.
283
ede9f622
PA
2842015-01-09 Pedro Alves <palves@redhat.com>
285
286 * gdb.threads/non-stop-fair-events.c: New file.
287 * gdb.threads/non-stop-fair-events.exp: New file.
288
a7b796db
PA
2892015-01-09 Pedro Alves <palves@redhat.com>
290
291 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
292 the global scope. Set a breakpoint after all threads are started
293 rather than stepping over two source lines. Expect the prompt.
294 * gdb.base/watch_thread_num.c (threads_started_barrier): New
295 global.
296 (NUM): Now 15.
297 (main): Use threads_started_barrier to wait for all threads to
298 start. Main thread no longer calls thread_function. Exit after
299 180 seconds.
300 (loop): New function.
301 (thread_function): Wait on threads_started_barrier barrier. Call
302 'loop' at each iteration.
303 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
304 threads have started, instead of hardcoding number of "next"
305 steps. Use an access watchpoint instead of a write watchpoint.
306
9665ffdd
PA
3072015-01-09 Pedro Alves <palves@redhat.com>
308
309 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
310 (thread_func): Wait on barrier.
311 (main): Wait for all threads to start before stopping GDB.
312 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
313 global.
314 (thread1_func, thread2_func): Wait on barrier.
315 (main): Wait for all threads to start before stopping GDB.
316 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
317 New global.
318 (thread1_func, thread2_func): Wait on barrier.
319 (main): Wait for all threads to start before stopping GDB.
320
c945a99f
PA
3212015-01-09 Pedro Alves <palves@redhat.com>
322
323 * gdb.threads/attach-many-short-lived-threads.c: New file.
324 * gdb.threads/attach-many-short-lived-threads.exp: New file.
325
c1a747c1
PA
3262014-01-09 Pedro Alves <palves@redhat.com>
327
328 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
329 instead of to thread 2.
330 * gdb.threads/signal-command-multiple-signals-pending.c (main):
331 Add barrier around each pthread_create call instead of around all
332 calls.
333 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
334 Set a break on thread_function and have the child threads hit it
335 one at at a time.
336
60b3033e
PA
3372015-01-09 Pedro Alves <palves@redhat.com>
338
339 * lib/gdb.exp (can_spawn_for_attach): New procedure.
340 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
341 false.
342 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
343 checking whether the target board is remote.
344 * gdb.multi/multi-attach.exp: Likewise.
345 * gdb.python/py-sync-interp.exp: Likewise.
346 * gdb.server/ext-attach.exp: Likewise.
347 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
348 tests that need to attach, instead of checking whether the target
349 board is remote at the top of the file.
350
acc018ac
YQ
3512015-01-08 Yao Qi <yao@codesourcery.com>
352
353 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
354
50a18af8
JK
3552015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
356
357 Fix testcase compilation.
358 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
359
8503d6e1
JB
3602015-01-06 Joel Brobecker <brobecker@adacore.com>
361
362 * gdb.python/py-type.exp: Add a couple test about empty
363 array creation, and negative-length array creation.
364
cc73dbcc
DE
3652015-01-02 Doug Evans <xdje42@gmail.com>
366
367 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
368
0300bbc7
DE
3692015-01-02 Doug Evans <dje@google.com>
370
371 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
372
9d85a0ec
YQ
3732014-12-29 Yao Qi <yao@codesourcery.com>
374
375 * gdb.trace/entry-values.exp: Update comments. Rename variable
376 bar_call_foo to returned_from_foo.
377
87186c6a
MMN
3782014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
379
380 PR gdb/17394
381 * gdb.linespec/break-asm-file.c: New file.
382 * gdb.linespec/break-asm-file.exp: New file.
383 * gdb.linespec/break-asm-file0.s: New file.
384 * gdb.linespec/break-asm-file1.s: New file.
385
1bab7383
YQ
3862014-12-18 Nigel Stephens <nigel@mips.com>
387 Maciej W. Rozycki <macro@codesourcery.com>
388
389 * gdb.base/float.exp: Handle the new output from "info float" on
390 MIPS targets.
391
1bc1068a
JK
3922014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
393
394 Fix MinGW compilation.
395 * gdb.compile/compile-ops.exp: Update untested message if
396 !skip_compile_feature_tests.
397 * gdb.compile/compile-setjmp.exp: Likewise.
398 * gdb.compile/compile-tls.exp: Likewise.
399 * gdb.compile/compile.exp: Likewise.
400 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
401 supported on this host".
402
b6615d10
DE
4032014-12-16 Doug Evans <xdje42@gmail.com>
404
405 * boards/stabs.exp: New file.
406
25dda427
AA
4072014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
408
409 * gdb.base/completion.exp: Adjust to format changes of "maint
410 print user-registers".
411
bf330350
CU
4122014-12-16 Catalin Udma <catalin.udma@freescale.com>
413
414 PR server/17457
415 * gdb.arch/aarch64-fp.c: New file.
416 * gdb.arch/aarch64-fp.exp: New file.
417
395cf596
SDJ
4182014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
419
420 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
421 r210637, r210913, r211666, r215400, r215817).
422
423 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
424 * dg-extract-results.py: New file.
425 * dg-extract-results.sh: Use it if the environment seems
426 suitable.
427
428 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
429
430 * dg-extract-results.py (parse_run): Handle warnings that
431 are printed before a test harness is run.
432
433 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
434
435 * dg-extract-results.py (Named): Remove __cmp__ method.
436 (output_variation): Use a key to sort variation.harnesses.
437
438 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
439
440 * dg-extract-results.py: For Python 3, force sys.stdout to
441 handle surrogate escape sequences.
442 (safe_open): New function.
443 (output_segment, main): Use it.
444
445 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
446
447 * dg-extract-results.py (Prog.result_re): Include options
448 in test name.
449
450 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
451
452 * dg-extract-results.py (output_variation): Always sort if
453 do_sum.
454
e882ef3c
SM
4552014-12-15 Simon Marchi <simon.marchi@ericsson.com>
456
457 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
458 as long as we get pagination notifications.
459
4992aa20
JM
4602014-12-15 Jason Merrill <jason@redhat.com>
461
462 * Makefile.in (check-gdb.%): Restore.
463 * README: Mention it.
464
c1b5a1a6
JB
4652014-12-13 Joel Brobecker <brobecker@adacore.com>
466
467 * gdb.ada/str_uninit: New testcase.
468
5537b577
JK
4692014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
470
471 PR symtab/17642
472 * gdb.base/vla-stub-define.c: New file.
473 * gdb.base/vla-stub.c: New file.
474 * gdb.base/vla-stub.exp: New file.
475
bb2ec1b3
TT
4762014-12-12 Phil Muldoon <pmuldoon@redhat.com>
477 Jan Kratochvil <jan.kratochvil@redhat.com>
478 Tom Tromey <tromey@redhat.com>
479
480 * configure.ac: Add gdb.compile/.
481 * configure: Regenerate.
482 * gdb.compile/Makefile.in: New file.
483 * gdb.compile/compile-ops.exp: New file.
484 * gdb.compile/compile-ops.c: New file.
485 * gdb.compile/compile-tls.c: New file.
486 * gdb.compile/compile-tls.exp: New file.
487 * gdb.compile/compile-constvar.S: New file.
488 * gdb.compile/compile-constvar.c: New file.
489 * gdb.compile/compile-mod.c: New file.
490 * gdb.compile/compile-nodebug.c: New file.
491 * gdb.compile/compile-setjmp-mod.c: New file.
492 * gdb.compile/compile-setjmp.c: New file.
493 * gdb.compile/compile-setjmp.exp: New file.
494 * gdb.compile/compile-shlib.c: New file.
495 * gdb.compile/compile.c: New file.
496 * gdb.compile/compile.exp: New file.
497 * lib/gdb.exp (skip_compile_feature_tests): New proc.
498
4ff709eb
TT
4992014-12-12 Tom Tromey <tromey@redhat.com>
500
501 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
502 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
503
6dddd6a5
DE
5042014-12-12 Doug Evans <dje@google.com>
505
506 * lib/gdb-python.exp (get_python_valueof): New function.
507 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
508
71c24708
AA
5092014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
510
511 * gdb.base/completion.exp: Add test for completion of "info
512 registers ".
513
3e29f34a
MR
5142014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
515
516 * gdb.base/func-ptrs.c: New file.
517 * gdb.base/func-ptrs.exp: New file.
518
fc126975
SM
5192014-12-10 Simon Marchi <simon.marchi@ericsson.com>
520
521 PR breakpoints/17012
522 * gdb.base/dprintf-detach.c: New file.
523 * gdb.base/dprintf-detach.exp: New file.
524
0a46d518
SM
5252014-12-10 Simon Marchi <simon.marchi@ericsson.com>
526
527 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
528 * lib/gdb.exp (target_is_gdbserver): New procedure.
529
a0be3e44
DE
5302014-12-08 Doug Evans <dje@google.com>
531
532 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
533
df1b803a
YQ
5342014-12-05 Yao Qi <yao@codesourcery.com>
535
536 * gdb.guile/scm-error.exp: Remove the third argument to
537 gdb_remote_download.
538 * gdb.guile/scm-frame-args.exp: Likewise.
539 * gdb.guile/scm-section-script.exp: Likewise.
540
ddb9f679
YQ
5412014-12-05 Yao Qi <yao@codesourcery.com>
542
543 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
544
86e4ed39
DE
5452014-12-04 Doug Evans <dje@google.com>
546
547 * gdb.python/py-objfile.exp: Add tests for
548 objfile.add_separate_debug_file.
549
7c50a931
DE
5502014-12-04 Doug Evans <dje@google.com>
551
552 * lib/gdb.exp (get_build_id): New function.
553 (build_id_debug_filename_get): Rewrite to use it.
554 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
555
621661e3
MR
5562014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
557
558 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
559 `method(long)', not just 0x0.
560 * gdb.cp/nsalias.exp: Align code labels to 4.
561 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
562 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
563 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
564 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
565 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
566 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
567
29f0c3b7
DE
5682014-12-02 Doug Evans <dje@google.com>
569
e1e061e7 570 PR symtab/17602
29f0c3b7 571 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 572 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
573 * gdb.cp/anon-ns.exp: Update.
574
162078c8
NB
5752014-12-02 Nick Bull <nicholaspbull@gmail.com>
576
577 * gdb.python/py-events.py (inferior_call_handler): New.
578 (register_changed_handler, memory_changed_handler): New.
579 (test_events.invoke): Register new handlers.
580 * gdb.python/py-events.exp: Add tests for inferior call,
581 memory_changed and register_changed events.
582
fdb09caf
AA
5832014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
584
585 * gdb.base/execl-update-breakpoints.exp: Specify the link address
586 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
587 if the linker doesn't understand this.
588
55cfb2c4
SM
5892014-12-01 Simon Marchi <simon.marchi@ericsson.com>
590
591 * gdb.python/python.exp: Change expected reply to help().
592
9e8cd6df
YQ
5932014-12-01 Yao Qi <yao@codesourcery.com>
594
595 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
596 AC_CONFIG_SUBDIRS(gdb.gdbtk).
597 * configure: Re-generated.
598
6c659fc2
SC
5992014-11-28 Siva Chandra Reddy <sivachandra@google.com>
600
601 * gdb.cp/chained-calls.cc: New file.
602 * gdb.cp/chained-calls.exp: New file.
603 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
604
d7fc3181
SM
6052014-11-28 Simon Marchi <simon.marchi@ericsson.com>
606
607 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
608 * gdb.dwarf2/symtab-producer.exp: Same.
609 * gdb.gdb/python-interrupts.exp: Same.
610 * gdb.gdb/python-selftest.exp: Same.
611 * gdb.python/py-linetable.exp: Same.
612 * gdb.python/py-type.exp: Same.
613 * gdb.python/py-value-cc.exp: Same.
614 * gdb.python/py-value.exp: Same.
615
10e79639
YQ
6162014-11-28 Yao Qi <yao@codesourcery.com>
617
618 * gdb.base/break-probes.exp: Match library name prefixed with
619 sysroot.
620
f28a0564
SM
6212014-11-27 Simon Marchi <simon.marchi@ericsson.com>
622
623 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
624 test expected output. Add parentheses for the call to print.
625 Remove L suffix from integers.
626
3fe1ce1d
DE
6272014-11-26 Doug Evans <dje@google.com>
628
629 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
630
84429e27
YQ
6312014-11-22 Yao Qi <yao@codesourcery.com>
632
633 * gdb.trace/entry-values.c: Remove asms.
634 (foo): Add foo_label.
635 (bar): Add bar_label.
636 * gdb.trace/entry-values.exp: Remove code computing foo's
637 length and bar's length.
638 (Dwarf::assemble): Invoke function_range for bar and use
639 MACRO_AT_func for foo.
640
26741859
YQ
6412014-11-22 Yao Qi <yao@codesourcery.com>
642
643 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
644 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
645 Use .Lgcc43_procstart instead of gcc43.
646
45e44d27
JB
6472014-11-21 Joel Brobecker <brobecker@adacore.com>
648
649 * gdb.ada/n_arr_bound: New testcase.
650
458c8db8
SDJ
6512014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
652
653 PR breakpoints/10737
654 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
655 test_catch_syscall_multi_arch.
656 (test_catch_syscall_multi_arch): New function.
657
43f3e411
DE
6582014-11-20 Doug Evans <xdje42@gmail.com>
659
660 * gdb.base/maint.exp: Update expected output.
661
0d7b2549
AA
6622014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
663
664 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
665 4-byte instruction on S390.
666
8908fca5
JB
6672014-11-19 Joel Brobecker <brobecker@adacore.com>
668
669 * gdb.ada/arr_arr: New testcase.
670
4a46959e
JB
6712014-11-19 Joel Brobecker <brobecker@adacore.com>
672
673 * gdb.ada/pkd_arr_elem: New Testcase.
674
470e2f4e
LM
6752014-11-18 Luis Machado <lgustavo@codesourcery.com>
676
677 * gdb.reverse/break-precsave: Expect completion message for
678 core file reads.
679 * gdb.reverse/consecutive-precsave.exp: Likewise.
680 * gdb.reverse/finish-precsave.exp: Likewise.
681 * gdb.reverse/i386-precsave.exp: Likewise.
682 * gdb.reverse/machinestate-precsave.exp: Likewise.
683 * gdb.reverse/sigall-precsave.exp: Likewise.
684 * gdb.reverse/solib-precsave.exp: Likewise.
685 * gdb.reverse/step-precsave.exp: Likewise.
686 * gdb.reverse/until-precsave.exp: Likewise.
687 * gdb.reverse/watch-precsave.exp: Likewise.
688
a267f3ad
AA
6892014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
690
691 * gdb.base/bp-permanent.c: Include unistd.h.
692 * gdb.python/py-framefilter-mi.c (main): Add return type.
693 * gdb.python/py-framefilter.c (main): Likewise.
694 * gdb.trace/actions-changed.c (main): Likewise.
695
12084a9a
AA
6962014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
697
698 * gdb.mi/until.c: Add eye-catchers.
699 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
700 line numbers.
701
dc7e1a77
AA
7022014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
703
704 * gdb.base/condbreak.exp: Drop references to removed non-prototype
705 function header variants in break1.c.
706 * gdb.base/ena-dis-br.exp: Likewise.
707 * gdb.base/hbreak2.exp: Likewise.
708 * gdb.reverse/until-precsave.exp: Drop references to removed
709 non-prototype function header variants in ur1.c.
710 * gdb.reverse/until-reverse.exp: Likewise.
711
41c77605
PM
7122014-11-17 Petr Machata <pmachata@redhat.com>
713
714 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
715 ${_cu_offset_size} bytes abbrev offset.
716
34248c3a
DE
7172014-11-15 Doug Evans <xdje42@gmail.com>
718
719 PR symtab/17559
720 * gdb.base/line-symtabs.exp: New file.
721 * gdb.base/line-symtabs.c: New file.
722 * gdb.base/line-symtabs.h: New file.
723
646da059
YQ
7242014-11-14 Yao Qi <yao@codesourcery.com>
725
726 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
727 (func): Add label func_label.
728 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
729 Replace low_pc and high_pc with MACRO_AT_range.
730 Replace name, low_pc and high_pc with MACRO_AT_func.
731
9301ebe6
YQ
7322014-11-14 Yao Qi <yao@codesourcery.com>
733
734 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
735 Replace name, low_pc and high_pc with MACRO_AT_func.
736
f166b542
YQ
7372014-11-14 Yao Qi <yao@codesourcery.com>
738
739 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
740 produce debug information.
741 * gdb.dwarf2/implptr-optimized-out.S: Removed.
742
0f6e71e3
YQ
7432014-11-14 Yao Qi <yao@codesourcery.com>
744
745 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
746 object and get function length.
747 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
748 with MACRO_AT_func.
749 (top-level): Replace gdb_compile and clean_restart with
750 prepare_for_testing.
751 * gdb.dwarf2/main.c (main): Add label main_label.
752
876c4df9
YQ
7532014-11-14 Yao Qi <yao@codesourcery.com>
754
755 * lib/dwarf.exp (function_range): New procedure.
756 (Dwarf::_handle_macro_at_func): New procedure.
757 (Dwarf::_handle_macro_at_range): New procedure.
758 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
759
02ad9cf1
YQ
7602014-11-14 Yao Qi <yao@codesourcery.com>
761
762 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
763 (_handle_attribute): New procedure.
764
a59add0c
AA
7652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
766
767 * gdb.ada/cond_lang/foo.c (callme): Add return type.
768 * gdb.base/call-sc.c (zed): Likewise.
769 * gdb.base/checkpoint.c (main): Likewise.
770 * gdb.base/dump.c (main): Likewise.
771 * gdb.base/gcore.c (main): Likewise.
772 * gdb.base/huge.c (main): Likewise.
773 * gdb.base/multi-forks.c (main): Likewise.
774 * gdb.base/pr10179-a.c (main): Likewise.
775 * gdb.base/savedregs.c (main): Likewise.
776 * gdb.base/sigaltstack.c (main): Likewise.
777 * gdb.base/siginfo.c (main): Likewise.
778 * gdb.base/structs.c (zed): Likewise.
779 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
780 * gdb.mi/mi-syn-frame.c (main): Likewise.
781 * gdb.mi/until.c (foo, main): Likewise.
782 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
783 * gdb.base/solib-weak.c (foo): Declare.
784 * gdb.base/attach-twice.c: Include stdio.h.
785 * gdb.base/weaklib1.c: Likewise.
786 * gdb.base/weaklib2.c: Likewise.
787 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
788 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
789 unistd.h.
790 * gdb.base/attach-pie-misread.c: Include stdlib.h.
791 * gdb.mi/mi-exit-code.c: Likewise.
792 * gdb.base/break-interp-lib.c: Include string.h.
793 * gdb.base/coremaker.c: Likewise.
794 * gdb.base/testenv.c: Likewise.
795 * gdb.python/py-finish-breakpoint.c: Likewise.
796 * gdb.base/inferior-died.c: Include sys/wait.h.
797 * gdb.base/fileio.c: Include time.h.
798 * gdb.base/async-shell.c: Include unistd.h.
799 * gdb.base/dprintf-non-stop.c: Likewise.
800 * gdb.base/info-os.c: Likewise.
801 * gdb.mi/mi-console.c: Likewise.
802 * gdb.mi/watch-nonstop.c: Likewise.
803 * gdb.python/py-events.c: Likewise.
804 * gdb.base/async.c (baz): Move up before its invocation.
805 * gdb.base/code_elim2.c (my_global_func): Likewise.
806 * gdb.base/skip-solib-lib.c (multiply): Likewise.
807 * gdb.base/advance.c (func2): Likewise.
808
3b5d5997
AA
8092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
810
811 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
812 variant.
813 * gdb.base/annota3.c: Likewise.
814 * gdb.base/async.c: Likewise.
815 * gdb.base/average.c: Likewise.
816 * gdb.base/call-ar-st.c: Likewise.
817 * gdb.base/call-rt-st.c: Likewise.
818 * gdb.base/call-sc.c: Likewise.
819 * gdb.base/call-strs.c: Likewise.
820 * gdb.base/ending-run.c: Likewise.
821 * gdb.base/execd-prog.c: Likewise.
822 * gdb.base/exprs.c: Likewise.
823 * gdb.base/foll-exec.c: Likewise.
824 * gdb.base/foll-fork.c: Likewise.
825 * gdb.base/foll-vfork.c: Likewise.
826 * gdb.base/funcargs.c: Likewise.
827 * gdb.base/gcore.c: Likewise.
828 * gdb.base/jump.c: Likewise.
829 * gdb.base/langs0.c: Likewise.
830 * gdb.base/langs1.c: Likewise.
831 * gdb.base/langs2.c: Likewise.
832 * gdb.base/mips_pro.c: Likewise.
833 * gdb.base/nodebug.c: Likewise.
834 * gdb.base/opaque0.c: Likewise.
835 * gdb.base/opaque1.c: Likewise.
836 * gdb.base/recurse.c: Likewise.
837 * gdb.base/run.c: Likewise.
838 * gdb.base/scope0.c: Likewise.
839 * gdb.base/scope1.c: Likewise.
840 * gdb.base/setshow.c: Likewise.
841 * gdb.base/setvar.c: Likewise.
842 * gdb.base/shmain.c: Likewise.
843 * gdb.base/shr1.c: Likewise.
844 * gdb.base/shr2.c: Likewise.
845 * gdb.base/sigall.c: Likewise.
846 * gdb.base/signals.c: Likewise.
847 * gdb.base/so-indr-cl.c: Likewise.
848 * gdb.base/solib2.c: Likewise.
849 * gdb.base/structs.c: Likewise.
850 * gdb.base/sum.c: Likewise.
851 * gdb.base/vforked-prog.c: Likewise.
852 * gdb.base/watchpoint.c: Likewise.
853 * gdb.reverse/shr2.c: Likewise.
854 * gdb.reverse/until-reverse.c: Likewise.
855 * gdb.reverse/ur1.c: Likewise.
856 * gdb.reverse/watch-reverse.c: Likewise.
857
066a77c5
AA
8582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
859
860 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
861 variant.
862 * gdb.base/sepdebug.exp: Drop references to removed code.
863
4f204ea5
AA
8642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
865
866 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
867 variant. Preserve original line numbering.
868 * gdb.base/list1.c: Likewise.
869
3b377a3a
AA
8702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
871
872 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
873 variant.
874 * gdb.base/break1.c: Likewise.
875 * gdb.base/break.exp: Drop references to removed code.
876
e444df73
AA
8772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
878
879 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
880 variant.
881
8008f2a7
AA
8822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
883
884 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
885
a5a06887
AA
8862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
887
888 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
889 logic into perform_all_tests() and invoke it with and without
890 function header prototypes.
891 (do_function_calls): Remove conditional XFAIL for PR 5318.
892 (rerun_and_prepare): Remove duplicate code.
893 (perform_all_tests): New. Main logic moved here.
894
44dba9b9
AA
8952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
896
897 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
898 code guarded by #ifdef NO_PROTOTYPES.
899 (t_double_many_args): Likewise.
900 (DEF_FUNC_MANY_ARGS_1): Likewise.
901 (DEF_FUNC_VALUES_1): Likewise.
902 (t_structs_ldc): Renamed from t_structs_fc in conditional code
903 guarded by #ifdef PROTOTYPES.
904
d1fbcd56
AA
9052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
906
907 * gdb.mi/mi-console.c: Add eye-catcher.
908 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
909 instead of literal line number.
910
b0e59b8f
AA
9112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
912
913 * gdb.base/shr2.c: Add eye-catcher.
914 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
915 line number.
916
78f98cca
AA
9172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
918
919 * gdb.base/jump.c: Add eye-catchers.
920 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
921 numbers.
922
58fa2af0
AA
9232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
924
925 * gdb.base/execd-prog.c: Add eye-catchers.
926 * gdb.base/foll-exec.c: Likewise.
927 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
928 line numbers.
929
04e5059b
AA
9302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
931
932 * gdb.base/ending-run.c: Add eye-catchers.
933 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
934 literal line numbers.
935
dbfdb174
AA
9362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
937
938 * gdb.base/call-rt-st.c: Add eye-catchers.
939 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
940 literal line numbers.
941
888a2ade
AA
9422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
943
944 * gdb.base/call-ar-st.c: Add eye-catchers.
945 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
946 literal line numbers.
947
6acc2dde
AA
9482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
949
950 * gdb.base/average.c: Add eye-catchers.
951 * gdb.base/sum.c: Likewise.
952 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
953 regexps dynamically.
954
9ecfcd1d
AA
9552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
956
957 * gdb.base/solib1.c: Add eye-catchers.
958 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
959 literal line numbers.
960
78708b7c
PA
9612014-11-12 Pedro Alves <palves@redhat.com>
962
963 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
964 leader has exited.
965
af48d08f
PA
9662014-11-12 Pedro Alves <palves@redhat.com>
967
968 * gdb.arch/i386-bp_permanent.c: New file.
969 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
970 (srcfile): Set to i386-bp_permanent.c.
971 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
972 that stepi does not execute the 'leave' instruction, instead of
973 testing it does execute.
974 * gdb.base/bp-permanent.c: New file.
975 * gdb.base/bp-permanent.exp: New file.
976
af3768e9
DE
9772014-11-10 Doug Evans <xdje42@gmail.com>
978
979 PR symtab/17564
980 * gdb.base/symtab-search-order.exp: New file.
981 * gdb.base/symtab-search-order.c: New file.
982 * gdb.base/symtab-search-order-1.c: New file.
983 * gdb.base/symtab-search-order-shlib-1.c: New file.
984
9de00a4a
PA
9852014-11-07 Pedro Alves <palves@redhat.com>
986
987 PR gdb/17511
988 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
989 i?86-*-linux*.
990
e0f52461
SC
9912014-11-03 Siva Chandra Reddy <sivachandra@google.com>
992
993 PR c++/17494
994 * gdb.cp/pr17494.cc: New file.
995 * gdb.cp/pr17494.exp: New file.
996
6ce8c980
YQ
9972014-11-02 Yao Qi <yao@codesourcery.com>
998
999 * gdb.python/python.exp: Get working directory and match the
1000 output of "set extended-prompt \\w " with it.
1001
02be9a71
DE
10022014-10-30 Doug Evans <dje@google.com>
1003
1004 * gdb.python/py-objfile.exp: Add tests for setting random attributes
1005 in objfiles.
1006 * gdb.python/py-progspace.exp: Add tests for setting random attributes
1007 in progspaces.
1008
3bdff46b
LM
10092014-10-30 Janis Johnson <janisjo@codesourcery.com>
1010
1011 * gdb.base/fullpath-expand.exp: Skip for a remote host.
1012 * gdb.base/realname-expand.exp: Likewise.
1013 * gdb.linespec/macro-relative.exp: Likewise.
1014
ab917dfb
PA
10152014-10-29 Pedro Alves <palves@redhat.com>
1016
1017 PR gdb/17408
1018 * gdb.threads/schedlock.c (some_function): New function.
1019 (call_function): New global.
1020 (MAYBE_CALL_SOME_FUNCTION): New macro.
1021 (thread_function): Call it.
1022 * gdb.threads/schedlock.exp (get_args): Add description parameter,
1023 and use it instead of a global counter. Adjust all callers.
1024 (get_current_thread): Use "find current thread" for test message
1025 here rather than having all callers pass down the same string.
1026 (goto_loop): New procedure, factored out from ...
1027 (my_continue): ... this.
1028 (step_ten_loops): Change parameter from test message to command to
1029 use. Adjust.
1030 (list_count): Delete global.
1031 (check_result): New procedure, factored out from duplicate top
1032 level code.
1033 (continue tests): Wrap in with_test_prefix.
1034 (test_step): New procedure, factored out from duplicate top level
1035 code.
1036 (top level): Test "step" in combination with all scheduler-locking
1037 modes. Test "next" in combination with all scheduler-locking
1038 modes, and in combination with stepping over a function call or
1039 not.
1040 * gdb.threads/next-bp-other-thread.c: New file.
1041 * gdb.threads/next-bp-other-thread.exp: New file.
1042
d3d4baed
PA
10432014-10-29 Pedro Alves <palves@redhat.com>
1044
1045 PR python/17372
1046 * gdb.python/python.exp: Test a multi-line command that spawns
1047 interactive Python.
1048 * gdb.base/multi-line-starts-subshell.exp: New file.
1049
563e8d85
YQ
10502014-10-29 Yao Qi <yao@codesourcery.com>
1051
1052 * gdb.base/fileio.exp: Make directories on host.
1053
0ea4d52e
YQ
10542014-10-29 Yao Qi <yao@codesourcery.com>
1055
1056 * gdb.base/fileio.c (test_write): Close the file.
1057
7f5ef605
PA
10582014-10-28 Pedro Alves <palves@redhat.com>
1059
1060 PR gdb/12623
1061 * gdb.base/sigstep.c (no_handler): New global.
1062 (main): If 'no_handler is true, set the signal handlers to
1063 SIG_IGN.
1064 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
1065 with_sw_watch and no_handler parameters. Handle them.
1066 (top level) <stepping over handler when stopped at a breakpoint
1067 test>: Add a test axis for testing with a software watchpoint, and
1068 another for testing with the signal handler set to SIG_IGN.
1069 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
1070 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
1071
abbdbd03
PA
10722014-10-28 Pedro Alves <palves@redhat.com>
1073
1074 PR gdb/17511
1075 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
1076 * gdb.base/sigstep.exp (other_handler_location): New global.
1077 (advance): Support stepping into the signal handler, and running
1078 commands while in the handler.
1079 (in_handler_map): New global.
1080 (top level): In the advance test, add combinations for getting
1081 into the handler with stepping commands, and for running commands
1082 in the handler. Add comment descripting the advancei tests.
1083
1df4399f
PA
10842014-10-28 Pedro Alves <palves@redhat.com>
1085
1086 * gdb.base/sigstep.exp: Use build_executable instead of
1087 prepare_for_testing.
1088 (top level): Move code that starts GDB, runs to main and creates a
1089 display to ...
1090 (restart): ... this new procedure.
1091 (top level): Move backtrace from signal handler test to ...
1092 (validate_backtrace): ... this new procedure.
1093 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
1094 with_test_prefix. Always restart GDB.
1095 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
1096 with_test_prefix. Always restart GDB. No need to delete
1097 breakpoints after the test.
1098 (test_skip_handler): Remove prefix parameter.
1099 (skip_over_handler, breakpoint_to_handler)
1100 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
1101 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
1102 restart GDB. No need to delete breakpoints after the test.
1103 (top level): Use foreach to call the test procedures with
1104 different commands.
1105
a5b6e449
PA
11062014-10-28 Pedro Alves <palves@redhat.com>
1107
1108 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
1109 instead of GNATS numbers.
1110 * gdb.base/sigbpt.exp: Likewise.
1111 * gdb.base/siginfo.exp: Likewise.
1112 * gdb.base/sigstep.exp: Likewise.
1113
e5f8a7cc
PA
11142014-10-27 Pedro Alves <palves@redhat.com>
1115
1116 * gdb.base/sigstep.c (dummy): New global.
1117 (main): Issue a couple writes to the new global.
1118 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
1119 procedures.
1120 (skip_over_handler): Use test_skip_handler.
1121 (top level): Call skip_over_handler for stepi and nexti too.
1122 (breakpoint_over_handler): Use test_skip_handler.
1123 (top level): Call breakpoint_over_handler for stepi and nexti too.
1124
763905a3
YQ
11252014-10-27 Yao Qi <yao@codesourcery.com>
1126
1127 * gdb.trace/tfile.c (adjust_function_address)
1128 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
1129 function descriptor.
1130
6f259a23
DB
11312014-10-24 Don Breazeal <donb@codesourcery.com>
1132
1133 * gdb.base/foll-fork.exp (test_follow_fork,
1134 catch_fork_child_follow): Check for updated fork messages emitted
1135 from infrun.c.
1136 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
1137 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
1138 vfork_and_exec_child_follow_through_step): Check for updated vfork
1139 messages emitted from infrun.c.
1140
09dd9a69
PA
11412014-10-24 Pedro Alves <palves@redhat.com>
1142
1143 * gdb.base/corefile.exp: Remove references to ultrix.
1144 * gdb.base/interrupt.exp: Likewise.
1145 * gdb.base/whatis.exp: Likewise.
1146 * gdb.gdb/selftest.exp: Likewise.
1147 * gdb.threads/manythreads.exp: Likewise.
1148 * gdb.threads/print-threads.exp: Likewise.
1149 * gdb.threads/pthreads.exp:: Likewise.
1150 * gdb.threads/schedlock.exp: Likewise.
1151
3433cfa5
SC
11522014-10-24 Siva Chandra Reddy <sivachandra@google.com>
1153
1154 * gdb.cp/non-trivial-retval.cc: Add a test case.
1155 * gdb.cp/non-trivial-retval.exp: Add a test.
1156
092f880b
YQ
11572014-10-20 Yao Qi <yao@codesourcery.com>
1158
1159 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
1160 * gdb.python/py-objfile-script-gdb.py: New file.
1161 * gdb.python/py-objfile-script.exp: Update reference to
1162 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
1163 of remote_download. Remove the dest file.
1164
acbdb7f3
YQ
11652014-10-20 Yao Qi <yao@codesourcery.com>
1166
1167 * gdb.base/checkpoint.exp: Don't remove file copied on host.
1168 * gdb.base/step-line.exp: Likewise.
1169 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1170 * gdb.dwarf2/dw2-basic.exp: Likewise.
1171 * gdb.dwarf2/dw2-compressed.exp: Likewise.
1172 * gdb.dwarf2/dw2-filename.exp: Likewise.
1173 * gdb.dwarf2/dw2-intercu.exp: Likewise.
1174 * gdb.dwarf2/dw2-intermix.exp: Likewise.
1175 * gdb.dwarf2/dw2-producer.exp: Likewise.
1176 * gdb.dwarf2/mac-fileno.exp: Likewise.
1177 * gdb.python/py-frame-args.exp: Likewise.
1178 * gdb.python/py-framefilter.exp: Likewise.
1179 * gdb.python/py-mi.exp: Likewise.
1180 * gdb.python/py-objfile-script.exp: Likewise
1181 * gdb.python/py-pp-integral.exp: Likewise.
1182 * gdb.python/py-pp-re-notag.exp: Likewise.
1183 * gdb.python/py-prettyprint.exp: Likewise.
1184 * gdb.python/py-section-script.exp: Likewise.
1185 * gdb.python/py-typeprint.exp: Likewise.
1186 * gdb.python/py-xmethods.exp: Likewise.
1187 * gdb.stabs/weird.exp: Likewise.
1188 * gdb.xml/tdesc-regs.exp: Likewise.
1189
bd286a29
KCY
11902014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
1191
1192 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
1193 (out_cu): Use addr_len for the size of addresses.
1194 (out_line): Likewise. Size DW_LNE_set_address instruction
1195 according to addr_len.
1196 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
1197 (FUNC): Add START_INSNS to definition.
1198
673dc4a0
YQ
11992014-10-18 Yao Qi <yao@codesourcery.com>
1200
1201 * gdb.base/argv0-symlink.exp: Check argv[0] value if
1202 gdb_has_argv0 return true.
1203 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
1204 check [target_info exists noargs], check [gdb_has_argv0]
1205 instead.
1206 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1207 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
1208 procedures.
1209
4ffbba72
DE
12102014-10-17 Doug Evans <dje@google.com>
1211
1212 * gdb.python/py-events.exp: Update expected output for clear_objfiles
1213 event.
1214 * gdb.python/py-events.py: Add clear_objfiles event.
1215
d096d8c1
DE
12162014-10-17 Doug Evans <dje@google.com>
1217
1218 * gdb.python/py-objfile.exp: Test progspace attribute.
1219
a80db015
LM
12202014-10-17 Luis Machado <lgustavo@codesourcery.com>
1221
1222 * gdb.guile/scm-breakpoint.exp: Do not assume any
1223 directory separators when matching source file paths.
1224 * gdb.python/py-breakpoint.exp: Likewise.
1225 * gdb.reverse/break-precsave.exp: Likewise.
1226 * gdb.reverse/break-reverse.exp: Likewise.
1227 * gdb.reverse/consecutive-precsave.exp: Likewise.
1228 * gdb.reverse/finish-precsave.exp: Likewise.
1229 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
1230 * gdb.reverse/finish-reverse.exp: Likewise.
1231 * gdb.reverse/i386-precsave.exp: Likewise.
1232 * gdb.reverse/i387-env-reverse.exp: Likewise.
1233 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1234 * gdb.reverse/machinestate-precsave.exp: Likewise.
1235 * gdb.reverse/machinestate.exp: Likewise.
1236 * gdb.reverse/sigall-precsave.exp: Likewise.
1237 * gdb.reverse/solib-precsave.exp: Likewise.
1238 * gdb.reverse/step-precsave.exp: Likewise.
1239 * gdb.reverse/until-precsave.exp: Likewise.
1240 * gdb.reverse/watch-precsave.exp: Likewise.
1241 * gdb.reverse/watch-reverse.exp: Likewise.
1242
b22089ab
YQ
12432014-10-17 Yao Qi <yao@codesourcery.com>
1244
1245 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
1246 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
1247
6c4486e6
PA
12482014-10-17 Pedro Alves <palves@redhat.com>
1249
1250 PR gdb/17471
1251 * gdb.base/bg-execution-repeat.c: New file.
1252 * gdb.base/bg-execution-repeat.exp: New file.
1253
0ff33695
PA
12542014-10-17 Pedro Alves <palves@redhat.com>
1255
1256 PR gdb/17300
1257 * gdb.base/continue-all-already-running.c: New file.
1258 * gdb.base/continue-all-already-running.exp: New file.
1259
6fdebc3d
PA
12602014-10-17 Pedro Alves <palves@redhat.com>
1261
1262 PR gdb/17472
1263 * gdb.base/annota-input-while-running.c: New file.
1264 * gdb.base/annota-input-while-running.exp: New file.
1265
32a8097b
PA
12662014-10-17 Pedro Alves <palves@redhat.com>
1267
1268 * gdb.base/callfuncs.exp: emove references to osf.
1269 * gdb.base/sigall.exp: Likewise.
1270 * gdb.gdb/selftest.exp: Likewise.
1271 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1272 * gdb.mi/non-stop.c: Likewise.
1273 * gdb.mi/pthreads.c: Likewise.
1274 * gdb.reverse/sigall-precsave.exp: Likewise.
1275 * gdb.reverse/sigall-reverse.exp: Likewise.
1276 * gdb.threads/pthreads.c: Likewise.
1277 * gdb.threads/pthreads.exp: Likewise.
1278
7a3517ff
YQ
12792014-10-17 Yao Qi <yao@codesourcery.com>
1280
1281 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
1282 check 'target_info exists noargs'.
1283 (test_command_prompt_position): Likewise.
1284 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
1285 Remove "set args".
1286 (progvar_simple_while_test): Likewise.
1287 (progvar_complex_if_while_test): Likewise.
1288 (if_while_breakpoint_command_test): Likewise.
1289 (infrun_breakpoint_command_test): Likewise.
1290 (breakpoint_command_test): Likewise.
1291 (watchpoint_command_test): Likewise.
1292 (bp_deleted_in_command_test): Likewise.
1293 (temporary_breakpoint_commands): Likewise.
1294
bb99c472
YQ
12952014-10-16 Yao Qi <yao@codesourcery.com>
1296
1297 * gdb.base/remotetimeout.exp: Remove noargs checking.
1298
7c16b83e
PA
12992014-10-15 Pedro Alves <palves@redhat.com>
1300
1301 PR breakpoints/9649
1302 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
1303 * gdb.base/breakpoint-in-ro-region.exp
1304 (probe_target_hardware_step): New procedure.
1305 (top level): Probe hardware stepping and hardware breakpoint
1306 support. Test stepping through a read-only region, with both
1307 "breakpoint auto-hw" on and off and both "always-inserted" on and
1308 off.
1309
35a49624
IB
13102014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
1311
1312 * gdb.dlang/demangle.exp: Update for demangling changes.
1313
2d1c107c
SC
13142014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1315
1316 * gdb.cp/non-trivial-retval.cc: Add new test cases.
1317 * gdb.cp/non-trivial-retval.exp: Add new tests.
1318
778811d5
SC
13192014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1320
1321 PR c++/13403
1322 PR c++/15154
1323 * gdb.cp/non-trivial-retval.cc: New file.
1324 * gdb.cp/non-trivial-retval.exp: New file.
1325
10c5f0a8
YQ
13262014-10-15 Yao Qi <yao@codesourcery.com>
1327
1328 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
1329 remote host.
1330
65d7b369
YQ
13312014-10-15 Yao Qi <yao@codesourcery.com>
1332
1333 * gdb.python/py-symbol.exp: Match file base name if host is
1334 remote, otherwise match file name with dir name.
1335 * gdb.python/py-symtab.exp: Likewise.
1336 * gdb.python/python.exp: Likewise.
1337
46dc1394
YQ
13382014-10-15 Yao Qi <yao@codesourcery.com>
1339
1340 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
1341 pattern.
1342 * gdb.python/py-symtab.exp: Likewise.
1343 * gdb.python/python.exp: Remove trailing ".*". Fix typo
1344 locationn.
1345
c40cc657
JB
13462014-10-14 Joel Brobecker <brobecker@adacore.com>
1347
1348 * gdb.ada/addr_arith: New testcase.
1349
2abf49e1
MR
13502014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
1351
1352 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
1353 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
1354 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
1355 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
1356
f7088df3
SDJ
13572014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
1358
1359 * gdb.arch/stap-eval-lang-ada.S: Likewise.
1360 * gdb.arch/stap-eval-lang-ada.c: Likewise.
1361 * gdb.arch/stap-eval-lang-ada.exp: New file.
1362
4dc06805
YQ
13632014-10-14 Yao Qi <yao@codesourcery.com>
1364
1365 * gdb.mi/mi-var-child.c (nothing1): New function.
1366 (nothing2): New function.
1367 (do_children_tests): Set function pointers by nothing1 and
1368 nothing2.
1369 * gdb.mi/mi-var-child.exp: Step over new added statements.
1370 Update test to match the new output.
1371 * gdb.mi/var-cmd.c (nothing1): New function.
1372 (nothing2): New function.
1373 (do_children_tests): Set function pointers by nothing1 and
1374 nothing2.
1375 * gdb.mi/mi-var-display.exp: Update test to match output.
1376 Step to the line specified by $line_dct_nothing.
1377 Increase the number of lines to step.
1378
46a93de2
YQ
13792014-10-14 Yao Qi <yao@codesourcery.com>
1380
1381 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
1382 tests.
1383 * gdb.mi/mi2-var-child.exp: Likewise.
1384
14ea52ee
DE
13852014-10-13 Doug Evans <dje@google.com>
1386
1387 * gdb.python/py-objfile.exp: Change name of file name test.
1388
e5c6e92b
DE
13892014-10-13 Doug Evans <dje@google.com>
1390
1391 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
1392 from the start of the CU.
1393
c780cc2f
JK
13942014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1395 Yao Qi <yao@codesourcery.com>
1396
1397 Fix "save breakpoints" for "catch" command.
1398 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
1399 Remove -nonewline. Match also the added "main" line.
1400
99894e11
JK
14012014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1402
1403 Fix "save breakpoints" for "disable $bpnum" command.
1404 * gdb.base/save-bp.c (main): Add label.
1405 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
1406
6e1ac5a3
JK
14072014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1408
1409 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
1410
754dd2b0
YQ
14112014-10-11 Yao Qi <yao@codesourcery.com>
1412
1413 * gdb.server/server-kill.exp: Execute command
1414 "set remote trace-status-packet on" before "tstatus".
1415
f90183d7
YQ
14162014-10-11 Yao Qi <yao@codesourcery.com>
1417
1418 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
1419 (main): Call getppid.
1420 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
1421 and continue to it. Read variable "server_pid".
1422
bf40a607
YQ
14232014-10-11 Yao Qi <yao@codesourcery.com>
1424
1425 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
1426
052ca370
YQ
14272014-10-11 Yao Qi <yao@codesourcery.com>
1428
1429 * gdb.threads/thread-find.exp: Don't execute command
1430 "info threads".
1431 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
1432 * gdb.threads/linux-dp.exp: Don't check the condition
1433 $threads_created equals to zero.
1434
3831839c
PA
14352014-10-10 Pedro Alves <palves@redhat.com>
1436
1437 * gdb.base/bigcore.exp: Remove references to IRIX.
1438 * gdb.base/funcargs.exp: Likewise.
1439 * gdb.base/interrupt.exp: Likewise.
1440 * gdb.base/mips_pro.exp: Likewise.
1441 * gdb.base/nodebug.exp: Likewise.
1442 * gdb.base/setvar.exp: Likewise.
1443 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
1444
8b9a549d
PA
14452014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1446 Pedro Alves <palves@redhat.com>
1447
1448 PR symtab/14466
1449 * gdb.base/vdso-warning.c: New file.
1450 * gdb.base/vdso-warning.exp: New file.
1451
d48ba5e8
DE
14522014-10-02 Doug Evans <dje@google.com>
1453
1454 * gdb.base/structs.c (main): Don't run forever.
1455
2278c276
PA
14562014-10-02 Pedro Alves <palves@redhat.com>
1457
1458 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
1459 (top level) <stop threads 1, stop threads 2>: Use it.
1460
b57bacec
PA
14612014-10-02 Pedro Alves <palves@redhat.com>
1462
1463 * gdb.threads/break-while-running.exp (test): Add new
1464 'update_thread_list' argument. Skip "info threads" if false.
1465 (top level): Add new 'update_thread_list' axis.
1466
13fd3ff3
PA
14672014-10-02 Pedro Alves <palves@redhat.com>
1468
1469 PR breakpoints/17431
1470 * gdb.base/execl-update-breakpoints.c: New file.
1471 * gdb.base/execl-update-breakpoints.exp: New file.
1472
0fec99e8
PA
14732014-10-01 Pedro Alves <palves@redhat.com>
1474
1475 * gdb.base/breakpoint-in-ro-region.c: New file.
1476 * gdb.base/breakpoint-in-ro-region.exp: New file.
1477
2ddf4301
SM
14782014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1479
1480 * gdb.mi/mi-exit-code.exp: New file.
1481 * gdb.mi/mi-exit-code.c: New file.
1482
6a5f3f43
YQ
14832014-09-30 Yao Qi <yao@codesourcery.com>
1484
1485 * lib/prelink-support.exp (build_executable_own_libs): Error if
1486 the target isn't native.
1487
345bcc73
YQ
14882014-09-30 Yao Qi <yao@codesourcery.com>
1489
1490 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
1491 false.
1492
a25a5a45
PA
14932014-09-22 Pedro Alves <palves@redhat.com>
1494
1495 * gdb.threads/break-while-running.exp: New file.
1496 * gdb.threads/break-while-running.c: New file.
1497
00ba3162
YQ
14982014-09-19 Yao Qi <yao@codesourcery.com>
1499
1500 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
1501 Invoke test. Restart GDB with --readnow and invoke test again.
1502
c3b7b696
YQ
15032014-09-19 Yao Qi <yao@codesourcery.com>
1504
1505 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
1506 proc set_breakpoint_on_gcd_function. Invoke
1507 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
1508 invoke set_breakpoint_on_gcd_function again.
1509
2b4fd423
DE
15102014-09-18 Doug Evans <dje@google.com>
1511
1512 * gdb.dwarf2/symtab-producer.exp: New file.
1513
a5947601
SDJ
15142014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1515
1516 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
1517 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
1518 * gdb.base/global-var-nested-by-dso.c: Likewise.
1519 * gdb.base/global-var-nested-by-dso.exp: Likewise.
1520
91c19059
SDJ
15212014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1522 Pedro Alves <palves@redhat.com>
1523
1524 * gdb.base/watch-bitfields.exp: Pass string other than test file
1525 name to prepare_for_testing.
1526 (watch): New procedure.
1527 (expect_watchpoint): Use with_test_prefix.
1528 (top level): Factor out tests to ...
1529 (test_watch_location, test_regular_watch): ... these new
1530 procedures, and use with_test_prefix and gdb_continue_to_end.
1531
bb9d5f81
PP
15322014-09-16 Patrick Palka <patrick@parcs.ath.cx>
1533
1534 PR breakpoints/12526
1535 * gdb.base/watch-bitfields.exp: New file.
1536 * gdb.base/watch-bitfields.c: New file.
1537
635856f5
PA
15382014-09-16 Pedro Alves <palves@redhat.com>
1539
1540 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
1541 software and hardware addresses, not software address against
1542 itself.
1543
7280ceea
PA
15442014-09-16 Pedro Alves <palves@redhat.com>
1545
1546 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
1547 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
1548
428b16bd
PA
15492014-09-16 Pedro Alves <palves@redhat.com>
1550
1551 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
1552 files.
1553 * gdb.base/a2-run.exp: Remove all code guarded by istarget
1554 "*-*-vxworks*" throughout.
1555 * gdb.base/break.exp: Likewise.
1556 * gdb.base/default.exp: Likewise.
1557 * gdb.base/scope.exp: Likewise.
1558 * gdb.base/sepdebug.exp: Likewise.
1559 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
1560 throughout.
1561 * gdb.base/run.c: Likewise.
1562 * gdb.base/sepdebug.c: Likewise.
1563 * gdb.hp/gdb.aCC/run.c: Likewise.
1564 * gdb.reverse/until-reverse.c: Likewise.
1565 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
1566
666d413c
YQ
15672014-09-16 Yao Qi <yao@codesourcery.com>
1568
1569 * boards/local-remote-host-native.exp: New file.
1570
57cbd724
DE
15712014-09-14 Doug Evans <xdje42@gmail.com>
1572
1573 * gdb.threads/queue-signal.c (thread_count): New variable.
1574 (thread_count_mutex, thread_count_condvar): New variables.
1575 (incr_thread_count, wait_all_threads_running): New functions.
1576 (main): Wait for all threads to be in their thread functions.
1577
81219e53
DE
15782014-09-13 Doug Evans <xdje42@gmail.com>
1579
1580 * gdb.threads/queue-signal.c: New file.
1581 * gdb.threads/queue-signal.exp: New file.
1582
3714cea7
DE
15832014-09-13 Doug Evans <xdje42@gmail.com>
1584
1585 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
1586 be consistent with what default_gdb_init uses.
1587 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
1588 the plain text of the prompt. Add some logging printfs.
1589 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
1590
fa43b1d7
PA
15912014-09-12 Pedro Alves <palves@redhat.com>
1592
1593 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
1594 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
1595 * gdb.arch/i386-size-overlap.exp: Likewise.
1596 * gdb.arch/i386-size.exp: Likewise.
1597 * gdb.arch/i386-unwind.exp: Likewise.
1598 * gdb.base/a2-run.exp: Likewise.
1599 * gdb.base/break.exp: Likewise.
1600 * gdb.base/charset.exp: Likewise.
1601 * gdb.base/chng-syms.exp: Likewise.
1602 * gdb.base/commands.exp: Likewise.
1603 * gdb.base/dbx.exp: Likewise.
1604 * gdb.base/find.exp: Likewise.
1605 * gdb.base/funcargs.exp: Likewise.
1606 * gdb.base/jit-simple.exp: Likewise.
1607 * gdb.base/reread.exp: Likewise.
1608 * gdb.base/sepdebug.exp: Likewise.
1609 * gdb.base/step-bt.exp: Likewise.
1610 * gdb.cp/mb-inline.exp: Likewise.
1611 * gdb.cp/mb-templates.exp: Likewise.
1612 * gdb.objc/basicclass.exp: Likewise.
1613 * gdb.threads/killed.exp: Likewise.
1614
9d9bf2df
EBM
16152014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1616
1617 PR tdep/17379
1618 * gdb.arch/powerpc-stackless.S: New file.
1619 * gdb.arch/powerpc-stackless.exp: New file.
1620
1cf2f1b0
JK
16212014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1622
1623 * gdb.base/attach.c: Include unistd.h.
1624 (main): Call alarm. Add label postloop.
1625 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
1626 gdb_breakpoint, gdb_continue_to_breakpoint.
1627 (test_command_line_attach_run): Kill ${testpid} in one exit path.
1628
98880d46
PA
16292014-09-11 Pedro Alves <palves@redhat.com>
1630
1631 PR gdb/17347
1632 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
1633 * gdb.base/attach.exp (test_command_line_attach_run): New
1634 procedure.
1635 (top level): Call it.
1636
4c92ff2c
PA
16372014-09-11 Pedro Alves <palves@redhat.com>
1638
1639 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
1640 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
1641 (do_command_attach_tests): Use spawn_wait_for_attach.
1642 * gdb.base/solib-overlap.exp: Likewise.
1643 * gdb.multi/multi-attach.exp: Likewise.
1644 * gdb.python/py-prompt.exp: Likewise.
1645 * gdb.python/py-sync-interp.exp: Likewise.
1646 * gdb.server/ext-attach.exp: Likewise.
1647
3adc1a7d
GKB
16482014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
1649
1650 * gdb.fortran/array-element.exp: Remove unexpected "continue"
1651 command in testcase. Simplify testcase.
1652
96334934
JB
16532014-09-10 Joel Brobecker <brobecker@adacore.com>
1654
1655 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
1656
eb479039
JB
16572014-09-10 Joel Brobecker <brobecker@adacore.com>
1658
1659 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
1660
deede10c
JB
16612014-09-10 Joel Brobecker <brobecker@adacore.com>
1662
1663 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
1664
7828a5f5
JB
16652014-09-10 Joel Brobecker <brobecker@adacore.com>
1666
1667 * gdb.dwarf2/dynarr-ptr.c: New file.
1668 * gdb.dwarf2/dynarr-ptr.exp: New file.
1669
33aeebcf
MR
16702014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1671
1672 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
1673 of 30 rather than hardcoding 120 for a slow test case. Take the
1674 `gdb,timeout' target setting into account for this calculation.
1675 Don't extend the timeout for the test cases that don't need it.
1676
7b415901
MR
16772014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1678
1679 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
1680 a factor of 2 for a slow test case. Take the `gdb,timeout'
1681 target setting into account for this calculation.
1682 * gdb.reverse/until-precsave.exp: Increase the timeout by
1683 a factor of 15 and 3 respectively rather than adding 120
1684 for a pair of slow test cases. Take the `gdb,timeout'
1685 target setting into account for this calculation.
1686
4a40f85a
MR
16872014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1688
1689 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
1690 timeout, don't pass one down to gdb_expect.
1691 (gdb_expect): Rework timeout selection.
1692
09635af7
MR
16932014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1694
1695 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
1696 exception on timeout.
1697 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
1698 (gdbserver_start_extended): Catch any `gdbserver_start' error
1699 exceptions.
1700 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
1701 * lib/mi-support.exp (mi_gdb_target_load): Catch any
1702 `gdbserver_gdb_load' error exceptions.
1703
2bdd10b7
MR
17042014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1705
1706 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
1707 120 on waiting for the TCP socket to open.
1708
316935f0
DE
17092014-09-09 Doug Evans <xdje42@gmail.com>
1710
1711 * gdb.base/default.exp (show_conv_list): Add _caller_is,
1712 _caller_matches, _any_caller_is, _any_caller_matches.
1713
83740597
DE
17142014-09-09 Doug Evans <xdje42@gmail.com>
1715
1716 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
1717
4c122fc3
YQ
17182014-09-09 Yao Qi <yao@codesourcery.com>
1719
1720 * gdb.mi/mi-var-display.exp: Set print symbol off.
1721
a9f116cb
GKB
17222014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
1723
1724 PR gdb/17035
1725 * gdb.base/commands.exp: Add tests to verify user-defined
1726 commands with empty bodies.
1727 * gdb.python/py-cmd.exp: Test that we don't show user-defined
1728 python commands in `show user command`.
1729 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
1730 scheme commands in `show user command`.
1731
c75bd3a2
JK
17322014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1733
1734 PR python/17355
1735 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
1736 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
1737 * gdb.python/py-framefilter-invalidarg.exp: New file.
1738 * gdb.python/py-framefilter-invalidarg.py: New file.
1739
faa42425
DE
17402014-09-06 Doug Evans <xdje42@gmail.com>
1741
1742 PR 15276
1743 * gdb.python/py-caller-is.c: New file.
1744 * gdb.python/py-caller-is.exp: New file.
1745
474ca4f6
SDJ
17462014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
1747
1748 PR gdb/17235
1749 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
1750 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
1751
eb0b0463
SDJ
17522014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
1753
1754 PR fortran/17237
1755 * gdb.fortran/print-formatted.exp: New file.
1756 * gdb.fortran/print-formatted.f90: Likewise.
1757
5f3b99cf
SS
17582014-09-03 Sasha Smundak <asmundak@google.com>
1759
1760 * gdb.python/py-frame.exp: Test Frame.read_register.
1761
7d793aa9
SDJ
17622014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
1763
1764 PR python/16699
1765 * gdb.python/py-completion.exp: New file.
1766 * gdb.python/py-completion.py: Likewise.
1767
fb0576e9
DE
17682014-08-28 Doug Evans <dje@google.com>
1769
1770 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
1771 eax,etc. are live with values set by gdb and thus the compiler can't
1772 use them.
1773 * gdb.arch/i386-pseudo.c (main): Ditto.
1774
ee92b0dd
DE
17752014-08-27 Doug Evans <dje@google.com>
1776
1777 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
1778
6649db35
DE
17792014-08-25 Doug Evans <dje@google.com>
1780
1781 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
1782 (main): Ditto.
1783
564b7600
DE
17842014-08-25 Doug Evans <dje@google.com>
1785
1786 * gdb.threads/thread-execl.exp: #include <stdio.h>.
1787
3881fb67
YQ
17882014-08-24 Yao Qi <yao@codesourcery.com>
1789
1790 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
1791 symbol off.
1792 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
1793
a05a36a5
DE
17942014-08-22 Doug Evans <dje@google.com>
1795
1796 PR 17276
1797 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
1798 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
1799 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
1800
7c343b48
YQ
18012014-08-22 Yao Qi <yao@codesourcery.com>
1802
1803 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
1804 * gdb.python/py-finish-breakpoint2.exp: Likewise.
1805 * gdb.python/python.exp: Likewise. Use .py file on the host
1806 instead of the build.
1807
22fd09ae
JK
18082014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1809
1810 * gdb.threads/gcore-stale-thread.c: New file.
1811 * gdb.threads/gcore-stale-thread.exp: New file.
1812
a8454a7c
PA
18132014-08-21 Pedro Alves <palves@redhat.com>
1814
1815 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
1816 * gdb.base/gcore-relro-pie.exp: Likewise.
1817 * gdb.base/gcore-relro.exp: Likewise.
1818 * gdb.base/gcore.exp: Likewise.
1819 * gdb.base/print-symbol-loading.exp: Likewise.
1820 * gdb.threads/gcore-thread.exp: Likewise.
1821 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
1822
2a31c623
PA
18232014-08-20 Pedro Alves <palves@redhat.com>
1824 Jan Kratochvil <jan.kratochvil@redhat.com>
1825
1826 * Makefile.in (EXTRA_RULES, CC): New variables, get from
1827 configure.
1828 (EXPECT): Handle READ1 being set.
1829 (all): Depend on EXTRA_RULES.
1830 (check-read1, expect-read1, read1.so, read1): New rules.
1831 * README (Testsuite Parameters): Document the READ1 make variable.
1832 (Race detection): New section.
1833 * configure: Regenerate.
1834 * configure.ac: If build==host==target, and running under a
1835 GNU/glibc system, add read1 to the extra Makefile rules.
1836 (EXTRA_RULES): AC_SUBST it.
1837 * lib/read1.c: New file.
1838
d36430db
JB
18392014-08-20 Joel Brobecker <brobecker@adacore.com>
1840
1841 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
1842 the handling of variables declared as a typedef to an array
1843 which a DW_AT_data_location attribute.
1844
9a0dc9e3
PA
18452014-08-19 Andrew Burgess <aburgess@broadcom.com>
1846 Pedro Alves <palves@redhat.com>
1847
1848 PR symtab/14604
1849 PR symtab/14605
1850 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
1851 gdb_test.
1852
0718a8da
PA
18532014-08-19 Pedro Alves <palves@redhat.com>
1854
1855 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
1856
13b448cd
YQ
18572014-08-19 Yao Qi <yao@codesourcery.com>
1858
1859 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
1860 right line.
1861
1cbf5077
DB
18622014-08-18 David Blaikie <dblaikie@gmail.com>
1863
1864 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
1865
bf0fae19
JB
18662014-08-18 Joel Brobecker <brobecker@adacore.com>
1867
1868 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
1869 attribute in array range.
1870
3c8c5dcc
JB
18712014-08-18 Joel Brobecker <brobecker@adacore.com>
1872
1873 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
1874
e66d4446
SC
18752014-08-15 Siva Chandra Reddy <sivachandra@google.com>
1876
1877 PR c++/17132
1878 * gdb.cp/pr17132.cc: New file.
1879 * gdb.cp/pr17132.exp: New file.
1880
940df408
SC
18812014-08-15 Siva Chandra Reddy <sivachandra@google.com>
1882
1883 * gdb.python/py-xmethods.py (A_getarrayind)
1884 (E_method_char_worker.__call__, E_method_int_worker.__call__):
1885 Use 'print' with function call syntax.
1886 (E_method_matcher.match): Fix tab vs space indentation mixup.
1887
ebcc6c3a
YQ
18882014-08-15 Yao Qi <yao@codesourcery.com>
1889
1890 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
1891 false.
1892
775e0f04
YQ
18932014-08-15 Yao Qi <yao@codesourcery.com>
1894
1895 * gdb.cp/casts.exp: Set print symbol off.
1896 * gdb.cp/class2.exp: Likewise.
1897 * gdb.cp/overload.exp: Likewise.
1898 * gdb.cp/templates.exp: Likewise.
1899
d769e349
DE
19002014-08-11 Doug Evans <dje@google.com>
1901
1902 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1903 (test_load_shlib): Update.
1904
20c6f1e1
YQ
19052014-08-09 Yao Qi <yao@codesourcery.com>
1906
1907 * gdb.base/display.exp: Invoke is_address_zero_readable.
1908 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
1909 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1910 * gdb.base/hbreak-unmapped.exp: Return if
1911 is_address_zero_readable returns true.
1912 * gdb.base/signest.exp: Likewise.
1913 * gdb.base/signull.exp: Likewise.
1914 * gdb.base/sigbpt.exp: Likewise.
1915 * gdb.guile/scm-disasm.exp: Do the test if
1916 is_address_zero_readable returns false.
1917 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
1918 * gdb.python/py-arch.exp: Likewise.
1919 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
1920 * lib/gdb.exp (is_address_zero_readable): New proc.
1921
5792e8e3
YQ
19222014-08-09 Yao Qi <yao@codesourcery.com>
1923
1924 PR testsuite/13443
1925 * gdb.mi/mi-var-display.exp: Make test messages unique.
1926
3cecbbbe
TT
19272014-08-04 Tom Tromey <tromey@redhat.com>
1928
1929 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
1930 target 0".
1931
00b51ff5
TT
19322014-08-04 Tom Tromey <tromey@redhat.com>
1933
1934 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
1935 "target_resume".
1936
6908c509
JB
19372014-08-01 Joel Brobecker <brobecker@adacore.com>
1938
1939 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
1940 inner_vla_struct_object_size.
1941 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
1942 as xfail.
1943
cc6563d2
PA
19442014-07-30 Pedro Alves <palves@redhat.com>
1945
1946 * gdb.threads/signal-command-handle-nopass.exp (test): Add
1947 comment.
1948
7e09a223
YQ
19492014-07-29 Yao Qi <yao@codesourcery.com>
1950
1951 PR gdb/17206
1952 * gdb.base/until-nodebug.exp: New.
1953
7ebdbe92
DE
19542014-07-28 Doug Evans <xdje42@gmail.com>
1955
1956 PR guile/17203
1957 * gdb.guile/scm-parameter.exp: Add tests for trying to create
1958 previously existing parameter, and previously ambiguously spelled
1959 parameter.
1960
fdb1adc6
WN
19612014-07-28 Will Newton <will.newton@linaro.org>
1962
1963 * gdb.base/varargs.exp: Remove KFAILs for ARM.
1964
186fcde0
DE
19652014-07-26 Ludovic Courtès <ludo@gnu.org>
1966 Doug Evans <xdje42@gmail.com>
1967
1968 PR guile/17146
1969 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
1970
70509625
PA
19712014-07-25 Pedro Alves <palves@redhat.com>
1972
1973 * gdb.threads/signal-command-handle-nopass.c: New file.
1974 * gdb.threads/signal-command-handle-nopass.exp: New file.
1975 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
1976 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
1977 * gdb.threads/signal-delivered-right-thread.c: New file.
1978 * gdb.threads/signal-delivered-right-thread.exp: New file.
1979
c3f814a1
PA
19802014-07-25 Pedro Alves <palves@redhat.com>
1981
1982 * gdb.base/double-prompt-target-event-error.exp
1983 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
1984 match.
1985 (cancel_pagination_in_target_event): Rework double prompt
1986 detection.
1987 * gdb.base/paginate-after-ctrl-c-running.exp
1988 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
1989 <return>' match.
1990 * gdb.base/paginate-bg-execution.exp
1991 (test_bg_execution_pagination_return)
1992 (test_bg_execution_pagination_cancel): Remove '-notransfer
1993 <return>' matches.
1994 * gdb.base/paginate-execution-startup.exp
1995 (test_fg_execution_pagination_return)
1996 (test_fg_execution_pagination_cancel): Remove '-notransfer
1997 <return>' matches.
1998 * gdb.base/paginate-inferior-exit.exp
1999 (test_paginate_inferior_exited): Remove '-notransfer <return>'
2000 match.
2001 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
2002 * lib/gdb.exp (pagination_prompt): Run text through
2003 string_to_regexp.
2004 (gdb_test_multiple): Match $pagination_prompt instead of
2005 "<return>".
2006 (string_to_regexp): Move to lib/gdb-utils.exp.
2007
e214cf6c
JK
20082014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2009
2010 * gdb.arch/amd64-entry-value-paramref.S: New file.
2011 * gdb.arch/amd64-entry-value-paramref.cc: New file.
2012 * gdb.arch/amd64-entry-value-paramref.exp: New file.
2013 * gdb.arch/amd64-optimout-repeat.S: New file.
2014 * gdb.arch/amd64-optimout-repeat.c: New file.
2015 * gdb.arch/amd64-optimout-repeat.exp: New file.
2016
17d0c5c8
JK
20172014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2018
2019 PR gdb/17170
2020 * gdb.base/statistics.exp: New file.
2021
b8b8facf
DE
20222014-07-17 Doug Evans <dje@google.com>
2023
74b49205 2024 PR gdb/17170
b8b8facf
DE
2025 * gdb.base/maint.exp: Update testing of per-command stats.
2026
1b5d0ab3
PA
20272014-07-16 Pedro Alves <palves@redhat.com>
2028
2029 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
2030 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
2031 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
2032 (tfile_write_buf): New functions.
2033 (add_memory_block): Rewrite using the above.
2034 (adjust_function_address): New function.
2035 (FUNCTION_ADDRESS): New macro.
2036 (write_basic_trace_file): Remove short_x local, and use
2037 tfile_write_16. Change type of func_addr local to unsigned long
2038 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
2039 here. Cast argument of add_memory_block to char pointer.
2040 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
2041 (main): Remove parameters.
2042 * gdb.trace/tfile.exp: Remove nowarnings.
2043
4d974e88
SM
20442014-07-15 Simon Marchi <simon.marchi@ericsson.com>
2045
2046 * gdb.base/debug-expr.exp: Test string evaluation with
2047 "debug expression" on.
2048
41e99568
PA
20492014-07-15 Pedro Alves <palves@redhat.com>
2050
2051 * gdb.base/reread.exp: Use clean_restart.
2052
487d9753
PL
20532014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
2054
2055 * gdb.arch/avr-flash-qualifer.c: New.
2056 * gdb.arch/avr-flash-qualifer.exp: New.
2057
cc1c52ad
PA
20582014-07-14 Pedro Alves <palves@redhat.com>
2059
2060 * gdb.base/paginate-after-ctrl-c-running.c: New file.
2061 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
2062
1e973570
PA
20632014-07-14 Pedro Alves <palves@redhat.com>
2064
2065 * gdb.base/double-prompt-target-event-error.c: New file.
2066 * gdb.base/double-prompt-target-event-error.exp: New file.
2067
93d6eb10
PA
20682014-07-14 Pedro Alves <palves@redhat.com>
2069
2070 PR gdb/17072
2071 * gdb.base/paginate-inferior-exit.c: New file.
2072 * gdb.base/paginate-inferior-exit.exp: New file.
2073
0017922d
PA
20742014-07-14 Pedro Alves <palves@redhat.com>
2075
2076 PR gdb/17072
2077 * gdb.base/paginate-bg-execution.c: New file.
2078 * gdb.base/paginate-bg-execution.exp: New file.
2079
94696ad3
PA
20802014-07-14 Pedro Alves <palves@redhat.com>
2081
2082 PR gdb/17072
2083 * gdb.base/paginate-execution-startup.c: New file.
2084 * gdb.base/paginate-execution-startup.exp: New file.
2085 * lib/gdb.exp (pagination_prompt): New global.
2086 (default_gdb_spawn): New procedure, factored out from
2087 default_gdb_spawn.
2088 (default_gdb_start): Adjust to call default_gdb_spawn.
2089 (gdb_spawn): New procedure.
2090
bd293940
PA
20912014-07-14 Pedro Alves <palves@redhat.com>
2092
2093 * lib/gdb.exp (gdb_assert): New procedure.
2094 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
2095
c933f875
PA
20962014-07-14 Pedro Alves <palves@redhat.com>
2097
2098 * gdb.base/execution-termios.c: New file.
2099 * gdb.base/execution-termios.exp: New file.
2100
d98b7a16
TT
21012014-07-14 Tom Tromey <tromey@redhat.com>
2102
2103 * gdb.cp/vla-cxx.cc: New file.
2104 * gdb.cp/vla-cxx.exp: New file.
2105
548740d6
TT
21062014-07-14 Tom Tromey <tromey@redhat.com>
2107
2108 * gdb.reverse/rerun-prec.c: New file.
2109 * gdb.reverse/rerun-prec.exp: New file.
2110
a25eb028
MR
21112014-07-12 Maciej W. Rozycki <macro@mips.com>
2112 Maciej W. Rozycki <macro@codesourcery.com>
2113
2114 * lib/gdb-utils.exp: New file.
2115 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
2116 inline `gdb_init_command' processing.
2117 (gdb_start_cmd): Likewise.
2118 * lib/mi-support.exp (mi_run_cmd): Likewise.
2119 * README: Document `gdb_init_command' and `gdb_init_commands'.
2120
218c2655
JK
21212014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2122
2123 Fix false FAIL running under a very long directory name.
2124 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
2125 and "set print elements 10000". Twice.
2126
5401fde3
YQ
21272014-07-11 Yao Qi <yao@codesourcery.com>
2128
2129 * gdb.base/exprs.exp: "set print symbol off".
2130
e76126e8
PA
21312014-07-11 Pedro Alves <palves@redhat.com>
2132
2133 * gdb.threads/kill.c: New file.
2134 * gdb.threads/kill.exp: New file.
2135
2d6f0de6
YQ
21362014-07-10 Yao Qi <yao@codesourcery.com>
2137
2138 * gdb.trace/tfile.c (write_basic_trace_file)
2139 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
2140 address written to trace file.
2141
7180e04a
PA
21422014-07-09 Pedro Alves <palves@redhat.com>
2143
2144 * gdb.base/attach-wait-input.exp: New file.
2145 * gdb.base/attach-wait-input.c: New file.
2146
9a9a7608
AB
21472014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2148
2149 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
2150 setting up test structures.
2151 (main): Call new test function.
2152 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
2153 test function, continue into test function and walk test
2154 structures.
2155
161ac41e
YQ
21562014-07-02 Yao Qi <yao@codesourcery.com>
2157
2158 * gdb.trace/entry-values.c: Define labels 'foo_start' and
2159 'bar_start' at the beginning of functions 'foo' and 'bar'
2160 respectively.
2161 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
2162 instead of 'foo' and 'bar'.
2163
1f267ae3
MM
21642014-07-08 Markus Metzger <markus.t.metzger@intel.com>
2165
2166 * gdb.btrace/segv.exp: New.
2167 * gdb.btrace/segv.c: New.
2168
2b239efb
LM
21692014-07-02 Luis Machado <lgustavo@codesourcery.com>
2170
2171 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
2172 instruction.
2173
cf363f18
MW
21742014-06-30 Mark Wielaard <mjw@redhat.com>
2175
2176 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
2177 vulture, vilify, villar): New volatile array constants.
2178 (vindictive, vegetation): New const volatile array constants.
2179 * gdb.base/volatile.exp: Test volatile and const volatile array
2180 types.
2181
aebf9d24
AA
21822014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2183
2184 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
2185 target lacks support for awatch, rwatch, or hbreak.
2186
b67a2c6f
YQ
21872014-06-27 Yao Qi <yao@codesourcery.com>
2188
2189 * gdb.multi/dummy-frame-restore.exp: New.
2190 * gdb.multi/dummy-frame-restore.c: New.
2191
aef92902
MM
21922014-06-25 Markus Metzger <markus.t.metzger@intel.com>
2193
2194 * gdb.btrace/gcore.exp: New.
2195
8e9db26e
PA
21962014-06-23 Pedro Alves <palves@redhat.com>
2197
2198 * gdb.base/watchpoint-reuse-slot.c: New file.
2199 * gdb.base/watchpoint-reuse-slot.exp: New file.
2200
70afc5b7
SC
22012014-06-23 Siva Chandra Reddy <sivachandra@google.com>
2202
2203 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
2204 progspace's filename in 'info', 'enable' and 'disable' command
2205 tests.
2206
b972bd9c
JK
22072014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2208
2209 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
2210 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2211 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
2212
125f8a3d
GB
22132014-06-20 Gary Benson <gbenson@redhat.com>
2214
2215 * gdb.arch/i386-avx.exp: Fix include file location.
2216 * gdb.arch/i386-sse.exp: Likewise.
2217
3ed9baed
IB
22182014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
2219
2220 * gdb.dlang/expression.exp: New file.
2221
034f788c
PA
22222014-06-19 Pedro Alves <palves@redhat.com>
2223
2224 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
2225 out from ...
2226 (top level): ... here. Iterate running tests under different
2227 scheduler-locking settings.
2228
45371d0c
LM
22292014-06-18 Luis Machado <lgustavo@codesourcery.com>
2230
2231 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
2232 to DW_FORM_addr and use non-zero addresses.
2233
5d376983
SC
22342014-06-18 Siva Chandra Reddy <sivachandra@google.com>
2235
2236 PR gdb/17017
2237 * gdb.python/py-xmethods.cc: Add global function call counters and
2238 increment them in their respective functions. Remove "cout"
2239 statements.
2240 * gdb.python/py-xmethods.exp: Make tests check the global function
2241 call counters instead of depending on inferior IO.
2242
a1aa2221
LM
22432014-06-18 Don Breazeal <donb@codesourcery.com>
2244
2245 * gdb.base/foll-fork.exp (default_fork_parent_follow):
2246 Deleted procedure.
2247 (explicit_fork_parent_follow): Deleted procedure.
2248 (explicit_fork_child_follow): Deleted procedure.
2249 (test_follow_fork): New procedure.
2250 (do_fork_tests): Replace calls to deleted procedures with
2251 calls to test_follow_fork and reset GDB for subsequent
2252 procedure calls.
2253
0fc05997
YQ
22542014-06-17 Yao Qi <yao@codesourcery.com>
2255
2256 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
2257 CP1252.
2258
70795c52
LM
22592014-06-17 Luis Machado <lgustavo@codesourcery.com>
2260
2261 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
2262 Initialize ptr and S explicitly.
2263 (skip_type_update_when_not_use_rtti_test): Likewise.
2264
6be47f0c
KS
22652014-06-16 Keith Seitz <keiths@redhat.com>
2266
2267 PR mi/15863
2268 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
2269 the inferior is started.
2270
d03de421
PA
22712014-06-16 Pedro Alves <palves@redhat.com>
2272
2273 * gdb.base/break-main-file-remove-fail.c: New file.
2274 * gdb.base/break-main-file-remove-fail.exp: New file.
2275 * gdb.base/break-unload-file.exp: Use build_executable instead of
2276 prepare_for_testing.
2277 (test_break): New parameter "initial_load". Handle it.
2278 (top level): Add initial_load cmdline/file axis.
2279
f9579b99
TT
22802014-06-12 Tom Tromey <tromey@redhat.com>
2281
2282 * gdb.base/completion.exp: Don't use directory name in test.
2283
3657956b
GB
22842014-06-09 Gary Benson <gbenson@redhat.com>
2285
2286 * gdb.base/sigall.c [Functions to send signals]: Reorder to
2287 separate the always-available ANSI-standard signals from the
2288 signals that require checking.
2289 (main): Likewise.
2290 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
2291 Likewise.
2292 (main): Likewise.
2293
4186eb54
KS
22942014-06-07 Keith Seitz <keiths@redhat.com>
2295
2296 Revert:
2297 PR c++/16253
2298 * gdb.cp/var-tag.cc: New file.
2299 * gdb.cp/var-tag.exp: New file.
2300 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2301 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2302 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2303 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2304
25326a28 23052014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
2306
2307 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
2308
829155c9
PA
23092014-06-06 Pedro Alves <palves@redhat.com>
2310
2311 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
2312 in target debug output instead of looking at RSP packets,
2313 disabling the test on any target that uses hardware stepping.
2314 Update comments.
2315
61c8d22e
PA
23162014-06-06 Pedro Alves <palves@redhat.com>
2317
2318 * gdb.base/break-unload-file.exp: Fix typo.
2319
d9a47287
YQ
23202014-06-06 Yao Qi <yao@codesourcery.com>
2321
2322 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
2323 from "jit_function" to "^jit_function".
2324
e5e01dbf
YQ
23252014-06-06 Yao Qi <yao@codesourcery.com>
2326
2327 * gdb.base/async.c (foo): Add one statement.
2328 * gdb.base/async.exp: Get the next instruction address and
2329 match the output of "nexti" by instruction address. Match
2330 the hex address in the output of "finish".
2331
73ba372c
GB
23322014-06-06 Gary Benson <gbenson@redhat.com>
2333
2334 * gdb.base/call-signals.c: Remove preprocessor conditionals
2335 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
2336 SIGSEGV and SIGTERM.
2337 * gdb.base/sigall.c: Likewise.
2338 * gdb.base/unwindonsignal.c: Likewise.
2339 * gdb.reverse/sigall-reverse.c: Likewise.
2340
831517df
YQ
23412014-06-06 Yao Qi <yao@codesourcery.com>
2342
2343 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
2344 readable, skip the test.
2345
b8b91e98
YQ
23462014-06-06 Yao Qi <yao@codesourcery.com>
2347
2348 * gdb.threads/staticthreads.c (thread_function): Move the line
2349 setting breakpoint on forward.
2350 * gdb.threads/staticthreads.exp: Update comments.
2351
fb934770
LC
23522014-06-05 Ludovic Courtès <ludo@gnu.org>
2353
2354 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
2355 "history-append! type error".
2356
6ef284bd
SM
23572014-06-05 Simon Marchi <simon.marchi@ericsson.com>
2358
2359 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
2360 erroneous dprintf expected input.
2361
a872e241
DE
23622014-06-04 Doug Evans <xdje42@gmail.com>
2363
2364 * gdb.guile/scm-generics.exp: Delete.
2365
16f691fb
DE
23662014-06-04 Doug Evans <xdje42@gmail.com>
2367
2368 * gdb.guile/scm-breakpoint.exp: Update.
2369 Add tests for breakpoint registration.
2370
012370f6
TT
23712014-06-04 Tom Tromey <tromey@redhat.com>
2372
2373 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
2374 VLA-in-union.
2375 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
2376 inner_vla_struct, vla_union types. Initialize objects of those
2377 types and compute their sizes.
2378
9f5a4cef
HZ
23792014-06-04 Nathan Sidwell <nathan@codesourcery.com>
2380 Hui Zhu <hui@codesourcery.com>
2381
2382 * gdb.base/fileio.exp: Add test for shell not available as well as
2383 available.
2384 * gdb.base/fileio.c (test_system): Check for shell twice.
2385
90a45c4d
YQ
23862014-06-04 Yao Qi <yao@codesourcery.com>
2387
2388 * gdb.base/auto-connect-native-target.exp: Remove redundant
2389 space from the regexp pattern.
2390
70017e41
YQ
23912014-06-04 Yao Qi <yao@codesourcery.com>
2392
2393 * gdb.base/default.exp: Replace "child" with "native" in
2394 regexp pattern.
2395
883964a7
SC
23962014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2397
2398 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
2399 * gdb.python/py-xmethods.exp: New tests to test xmethods.
2400 * gdb.python/py-xmethods.py: Python script supporting the
2401 new testcase and tests.
2402
ef370185
JB
24032014-06-03 Joel Brobecker <brobecker@adacore.com>
2404 Pedro Alves <palves@redhat.com>
2405
2406 PR breakpoints/17000
2407 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
2408 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
2409
1e2ccb61
BM
24102014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
2411
2412 * gdb.base/subst.exp: Add tests to verify partial path matching
2413 output.
2414
c6ec5ab2
PA
24152014-06-03 Pedro Alves <palves@redhat.com>
2416
2417 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
2418 target that doesn't use software single-stepping.
2419
835c559f
PA
24202014-06-03 Pedro Alves <palves@redhat.com>
2421
2422 PR breakpoints/17000
2423 * gdb.base/sss-bp-on-user-bp-2.c: New file.
2424 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
2425
06eb1586
DE
24262014-06-02 Doug Evans <xdje42@gmail.com>
2427
2428 * gdb.guile/scm-parameter.exp: New file.
2429
e698b8c4
DE
24302014-06-02 Doug Evans <xdje42@gmail.com>
2431
2432 * gdb.guile/scm-cmd.c: New file.
2433 * gdb.guile/scm-cmd.exp: New file.
2434
ded03782
DE
24352014-06-02 Doug Evans <xdje42@gmail.com>
2436
2437 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
2438 pretty-printer lookup.
2439 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
2440 (make-pp_s-printer): Call it.
2441 (make-pretty-printer-from-dict): New function.
2442 (lookup-pretty-printer-maker-from-dict): New function.
2443 (*pretty-printer*): Simplify.
2444 (make-objfile-pp_s-printer): New function.
2445 (install-objfile-pretty-printers!): New function.
2446 (make-progspace-pp_s-printer): New function.
2447 (install-progspace-pretty-printers!): New function.
2448 * gdb.guile/scm-progspace.c: New file.
2449 * gdb.guile/scm-progspace.exp: New file.
2450
41fac0cf
PA
24512014-06-02 Pedro Alves <palves@redhat.com>
2452
2453 * gdb.base/dprintf-bp-same-addr.c: New file.
2454 * gdb.base/dprintf-bp-same-addr.exp: New file.
2455
96ae5695
EBM
24562014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2457
2458 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
2459 * gdb.arch/powerpc-power.s: Likewise.
2460
da02b3a8
JB
24612014-06-02 Joel Brobecker <brobecker@adacore.com>
2462
2463 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
2464
c72b2e7b
YQ
24652014-06-01 Yao Qi <yao@codesourcery.com>
2466
2467 * gdb.base/watchpoint.exp (test_watch_location): Check null
2468 pointer can be dereferenced. If not, do the test, otherwise
2469 skip it.
2470
53e8a631
AB
24712014-05-30 Andrew Burgess <aburgess@broadcom.com>
2472
2473 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
2474 results.
2475 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
2476
938f0e2f
AB
24772014-05-30 Andrew Burgess <aburgess@broadcom.com>
2478
2479 * gdb.arch/amd64-invalid-stack-middle.S: New file.
2480 * gdb.arch/amd64-invalid-stack-middle.c: New file.
2481 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
2482 * gdb.arch/amd64-invalid-stack-top.c: New file.
2483 * gdb.arch/amd64-invalid-stack-top.exp: New file.
2484
9ba6657a
PA
24852014-05-30 Pedro Alves <palves@redhat.com>
2486
2487 PR breakpoints/17000
2488 * gdb.base/sss-bp-on-user-bp.c: New file.
2489 * gdb.base/sss-bp-on-user-bp.exp: New file.
2490
522c09bf
DB
24912014-05-30 David Blaikie <dblaikie@gmail.com>
2492
2493 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
2494 gnu_inline semantics via attribute.
2495 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
2496 source explicitly specifies the required semantics.
2497
bf4ef81e
MR
24982014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
2499
2500 * gdb.reverse/sigall-reverse.exp: Fix a typo.
2501
329ea579
PA
25022014-05-29 Pedro Alves <palves@redhat.com>
2503 Tom Tromey <tromey@redhat.com>
2504
2505 * gdb.base/async-shell.exp: Don't enable target-async.
2506 * gdb.base/async.exp
2507 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
2508 parameter. Adjust.
2509 (top level): Don't test with "target-async".
2510 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
2511 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
2512 * gdb.base/inferior-died.exp: Don't enable target-async.
2513 * gdb.base/interrupt-noterm.exp: Likewise.
2514 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
2515 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2516 * gdb.mi/mi-nonstop.exp: Likewise.
2517 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2518 * gdb.mi/mi-nsintrall.exp: Likewise.
2519 * gdb.mi/mi-nsmoribund.exp: Likewise.
2520 * gdb.mi/mi-nsthrexec.exp: Likewise.
2521 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2522 * gdb.multi/watchpoint-multi.exp: Adjust comment.
2523 * gdb.python/py-evsignal.exp: Don't enable target-async.
2524 * gdb.python/py-evthreads.exp: Likewise.
2525 * gdb.python/py-prompt.exp: Likewise.
2526 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
2527 * gdb.server/solib-list.exp: Don't enable target-async.
2528 * gdb.threads/thread-specific-bp.exp: Likewise.
2529 * lib/mi-support.exp: Adjust to use mi-async.
2530
fd664c91
PA
25312014-05-29 Pedro Alves <palves@redhat.com>
2532
2533 PR gdb/13860
2534 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
2535 reason, even in sync mode.
2536
251bde03
PA
25372014-05-29 Pedro Alves <palves@redhat.com>
2538 Hui Zhu <hui@codesourcery.com>
2539
2540 PR PR15693
2541 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
2542 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
2543 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
2544 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
2545
7f3c0343
JB
25462014-05-28 Joel Brobecker <brobecker@adacore.com>
2547
2548 * config/monitor.exp (gdb_target_monitor): Replace use of
2549 "set remotebaud" by "set serial baud".
2550
b2715b27
AW
25512014-05-26 Andy Wingo <wingo@igalia.com>
2552
2553 * gdb.guile/scm-breakpoint.exp:
2554 * gdb.guile/scm-gsmob.exp: Update to use plain old object
2555 properties instead of gdb-object-properties.
2556
498a4489
YQ
25572014-05-26 Yao Qi <yao@codesourcery.com>
2558
2559 * gdb.server/no-thread-db.exp: Specify source file name
2560 explicitly when setting a breakpoint.
2561
589fdceb
MM
25622014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2563
2564 * gdb.btrace/vdso.c: New.
2565 * gdb.btrace/vdso.exp: New.
2566
e9089e05
MM
25672014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2568
2569 * gdb.base/gcore.exp (capture_command_output): Move ...
2570 * lib/gdb.exp (capture_command_output): ... here.
2571
67b5c0c1
MM
25722014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2573
2574 * gdb.btrace/data.exp: Test memory access during btrace replay.
2575
a2199296
SM
25762014-05-22 Simon Marchi <simon.marchi@ericsson.com>
2577
2578 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
2579
17b2616c
PA
25802014-05-21 Pedro Alves <palves@redhat.com>
2581
2582 PR gdb/13860
2583 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
2584 (top level): Test that output related to execution commands is
2585 sent to the console with CLI commands, but not with MI commands.
2586 Test that breakpoint events are always mirrored to the console.
2587 Also expect the new source line to be output after a "next" in
2588 async mode too. Make it a pass/fail test.
2589 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
2590 output.
2591 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
2592
5166082f
PA
25932014-05-21 Pedro Alves <palves@redhat.com>
2594
2595 * gdb.base/list.exp (build_pattern, test_list): New procedures.
2596 Use them to test variations of "list" after reaching a breakpoint.
2597 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
2598 Test "list" with listsize 10 after reaching a breakpoint.
2599 * gdb.python/python.exp (decode_line current location line
2600 number): Adjust expected line number.
2601
2f25d70f
SM
26022014-05-21 Simon Marchi <simon.marchi@ericsson.com>
2603
2604 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
2605 behavior for $args, pass it directly to "run".
2606
ff604a67
MR
26072014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
2608
2609 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
2610 30000 to 65536.
2611
6a3cb8e8
PA
26122014-05-21 Pedro Alves <palves@redhat.com>
2613
2614 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
2615 auto-connect-native-target off".
2616 * gdb.base/auto-connect-native-target.c: New file.
2617 * gdb.base/auto-connect-native-target.exp: New file.
2618
4ebfc96e
PA
26192014-05-21 Pedro Alves <palves@redhat.com>
2620
2621 * gdb.base/default.exp: Test "target native" instead of "target
2622 child".
2623
36d46afb
MW
26242014-05-21 Mark Wielaard <mjw@redhat.com>
2625
2626 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2627
5876f503
JK
26282014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2629
2630 Fix TLS access for -static -pthread.
2631 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
2632 <HAVE_TLS> (thread_function, main): Initialize it.
2633 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
2634 Add clean_restart.
2635 <$have_tls != "">: Check TLSVAR.
2636
0256a6ac
PA
26372014-05-21 Pedro Alves <palves@redhat.com>
2638
2639 * gdb.base/dcache-line-read-error.c: New.
2640 * gdb.base/dcache-line-read-error.exp: New.
2641
936d2992
PA
26422014-05-20 Pedro Alves <palves@redhat.com>
2643
2644 * gdb.base/compare-sections.c: New file.
2645 * gdb.base/compare-sections.exp: New file.
2646
802e8e6d
PA
26472014-05-20 Pedro Alves <palves@redhat.com>
2648
2649 * gdb.base/break-idempotent.c: New file.
2650 * gdb.base/break-idempotent.exp: New file.
2651
e59fa00f
MM
26522014-05-20 Markus Metzger <markus.t.metzger@intel.com>
2653
2654 * gdb.btrace/nohist.exp: New.
2655
8b696e31
YQ
26562014-05-20 Yao Qi <yao@codesourcery.com>
2657
2658 * lib/gdb.exp (gdb_init): Set timeout if test file is under
2659 gdb.reverse directory and gdb_reverse_timeout exists in board
2660 setting.
2661 * README: Document gdb_reverse_timeout.
2662
73c9764f
YQ
26632014-05-20 Yao Qi <yao@codesourcery.com>
2664
2665 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
2666 'test_file_name'. Treat args as a string instead of a list.
2667 (gdb_init): Rename argument 'args' by 'test_file_name'.
2668
f1f4348a
JK
26692014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2670
2671 * gdb.arch/powerpc-power.exp: New file.
2672 * gdb.arch/powerpc-power.s: New file.
2673
0dbe70ce
DE
26742014-05-16 Doug Evans <dje@google.com>
2675
2676 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
2677 * gdb.base/completion.exp: Check that all expected files exist
2678 before doing file completion.
0dbe70ce 2679
8d551b02
DE
26802014-05-16 Doug Evans <dje@google.com>
2681
2682 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
2683 Update.
2684 (do_syscall_tests_without_xml): Update.
2685
73eb7709
PA
26862014-05-16 Pedro Alves <palves@redhat.com>
2687
2688 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
2689 instead of "unknown output after running".
2690
3fae92fc
YQ
26912014-05-16 Yao Qi <yao@codesourcery.com>
2692
2693 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
2694 file1.txt from host at the end.
2695 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2696
c2b2ccc5
DE
26972014-05-15 Doug Evans <dje@google.com>
2698
2699 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
2700 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
2701 loading file. Add test for TU lookup.
2702
8c217a4b
SM
27032014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2704
2705 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
2706 calling "-exec-arguments" or "set args" before running the
2707 inferior.
2708
3deb39c6
SM
27092014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2710
2711 * lib/mi-support.exp (mi_expect_stop): Expect message for
2712 inferiors that exit with non-zero exit code.
2713
71a79f8c
YQ
27142014-05-14 Yao Qi <yao@codesourcery.com>
2715
2716 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
2717 match absolute path on remote host.
2718 (test_file_list_exec_source_files): Remove "/" from the
2719 pattern.
2720
f23fcd46
YQ
27212014-05-14 Yao Qi <yao@codesourcery.com>
2722
2723 * boards/local-remote-host-notty.exp (${board}_file): New
2724 proc.
2725
9404b58f
KM
27262014-05-07 Kyle McMartin <kyle@redhat.com>
2727
2728 Pushed by Joel Brobecker <brobecker@adacore.com>.
2729 * gdb.arch/aarch64-atomic-inst.c: New file.
2730 * gdb.arch/aarch64-atomic-inst.exp: New file.
2731
5e45f04c
YQ
27322014-05-07 Yao Qi <yao@codesourcery.com>
2733
2734 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
2735 in current context" too.
2736
c888a17d
KS
27372014-05-05 Keith Seitz <keiths@redhat.com>
2738
2739 * gdb.linespec/ls-dollar.exp: Add test for linespec
2740 file:convenience_variable.
2741
290a839c
YQ
27422014-05-05 Yao Qi <yao@codesourcery.com>
2743
2744 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
2745 traceframes into tfile and ctf trace files. Read data from
2746 trace file and test collected data.
2747 (gdb_collect_locals_test): Likewise.
2748 (gdb_unavailable_registers_test): Likewise.
2749 (gdb_unavailable_floats): Likewise.
2750 (gdb_collect_globals_test): Likewise.
2751 (top-level): Append "ctf" to trace_file_targets if GDB
2752 supports.
2753
b5262cd0
YQ
27542014-05-05 Yao Qi <yao@codesourcery.com>
2755
2756 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
2757 code to ...
2758 (gdb_collect_args_test_1): ... it. New proc.
2759 (gdb_collect_locals_test): Move some code to ...
2760 (gdb_collect_locals_test_1): ... it. New proc.
2761 (gdb_unavailable_registers_test): Move some code to ...
2762 (gdb_unavailable_registers_test_1): ... it. New proc.
2763 (gdb_unavailable_floats): Move some code to ...
2764 (gdb_unavailable_floats_1): ... it. New proc.
2765
30a1e6cc
SDJ
27662014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2767
2768 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
2769 probes to test for bitness recognition.
2770 * gdb.arch/amd64-stap-optional-prefix.exp
2771 (test_probe_value_without_reg): New procedure.
2772 Add code to test for different kinds of bitness.
2773
f33da99a
SDJ
27742014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2775
2776 PR breakpoints/16889
2777 * gdb.arch/amd64-stap-optional-prefix.S: New file.
2778 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2779
5b80f00d
PA
27802014-05-01 Pedro Alves <palves@redhat.com>
2781
2782 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
2783 gdb_file_cmd if no file is specified.
2784 * boards/native-extended-gdbserver.exp (gdb_load): Use the
2785 last_loaded_file to set the remote exec-file.
2786
f8c2a73c
PA
27872014-05-01 Pedro Alves <palves@redhat.com>
2788
2789 * boards/local-remote-host.exp: New file.
2790
be6e8ac7
PA
27912014-05-01 Pedro Alves <palves@redhat.com>
2792
2793 * boards/local-remote-host.exp: Rename to ...
2794 * boards/local-remote-host-notty.exp: ... this.
2795
cac0dc8f
JB
27962014-04-28 Joel Brobecker <brobecker@adacore.com>
2797
2798 * gdb.ada/dyn_arrayidx: New testcase.
2799
9730e6cc
YQ
28002014-04-26 Yao Qi <yao@codesourcery.com>
2801
2802 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
2803 and compute the length of function main. Save it in
2804 $main_length.
2805 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
2806 (top-level): Use gdb_compile to compile objects into
2807 executable and restart GDB. Remove invocation to
2808 prepare_for_testing.
2809
7ae1a6a6
PA
28102014-04-25 Simon Marchi <simon.marchi@ericsson.com>
2811 Pedro Alves <palves@redhat.com>
2812
2813 PR server/16255
2814 * gdb.multi/multi-attach.c: New file.
2815 * gdb.multi/multi-attach.exp: New file.
2816
4082afcc
PA
28172014-04-25 Pedro Alves <palves@redhat.com>
2818
2819 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
2820 user.
2821 (top level): Test that "set remote conditional-breakpoints-packet
2822 off" works as intended.
2823 * gdb.base/dprintf.exp: Test that "set remote
2824 breakpoint-commands-packet off" works as intended.
2825 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
2826 New function.
2827 (top level): Call it.
2828 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
2829 remote fast-tracepoints-packet off" works as intended.
2830 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
2831 * lib/gdb.exp (gdb_is_target_remote): ... here.
2832
2abc3f8d
DB
28332014-04-24 David Blaikie <dblaikie@gmail.com>
2834
2835 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
2836 ensure clang would not discard them.
2837 * gdb.base/gdbvars.c: Ditto.
2838 * gdb.base/memattr.c: Ditto.
2839 * gdb.base/whatis.c: Ditto.
2840 * gdb.python/py-prettyprint.c: Ditto.
2841 * gdb.trace/actions.c: Ditto.
2842 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
2843 ensure clang would not discard it.
2844
bfd39632
DB
28452014-04-24 David Blaikie <dblaikie@gmail.com>
2846
2847 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
2848 clang to emit the full definition of type required by the test
2849 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
2850
22842ff6
DB
28512014-04-24 David Blaikie <dblaikie@gmail.com>
2852
2853 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
2854 coax Clang into emitting the definition of the type.
2855 * gdb.cp/pr10728-x.h (y): Ditto.
2856 * gdb.cp/pr10728-y.cc (y): Ditto.
2857
c2e827ad
DB
28582014-04-24 David Blaikie <dblaikie@gmail.com>
2859
2860 * gdb.base/label.exp: XFAIL label related tests under Clang.
2861 * gdb.cp/cplabel.exp: Ditto.
2862 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
2863 under Clang those using labels.
2864
4c2d33e7
YQ
28652014-04-25 Yao Qi <yao@codesourcery.com>
2866
2867 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
2868 double_label.
2869 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
2870 partial_label and double_label.
2871
56083b99
DB
28722014-04-24 David Blaikie <dblaikie@gmail.com>
2873
2874 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
2875
25d4e99d
DB
28762014-04-24 David Blaikie <dblaikie@gmail.com>
2877
2878 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
2879 of the function to work across GCC and Clang.
2880 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
2881 pointer types (const void ** const V void **).
2882
01f9f808
MS
28832014-04-24 Michael Sturm <michael.sturm@mintel.com>
2884 Walfred Tedeschi <walfred.tedeschi@intel.com>
2885
2886 * Makefile.in (EXECUTABLES): Added i386-avx512.
2887 * gdb.arch/i386-avx512.c: New file.
2888 * gdb.arch/i386-avx512.exp: Likewise.
2889
4b48d439
KS
28902014-04-23 Keith Seitz <keiths@redhat.com>
2891
2892 * lib/mi-support.exp (mi_list_breakpoints): Delete.
2893 (mi_make_breakpoint_table): New procedure.
2894 (mi_create_breakpoint): Use mi_make_breakpoint
2895 and return the result.
2896 (mi_make_breakpoint): New procedure.
2897 (mi_build_kv_pairs): New procedure.
2898
2899 * gdb.mi/mi-break.exp: Remove unused globals,
2900 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
2901 All callers updated.
2902 * gdb.mi/mi-dprintf.exp: Use variable to track command
2903 number.
2904 Update all callers of mi_create_breakpoint and use
2905 mi_make_breakpoint_table.
2906 Remove any unused global variables.
2907 * gdb.mi/mi-nonstop.exp: Likewise.
2908 * gdb.mi/mi-nsintrall.exp: Likewise.
2909 * gdb.mi/mi-nsmoribund.exp: Likewise.
2910 * gdb.mi/mi-nsthrexec.exp: Likewise.
2911 * gdb.mi/mi-reverse.exp: Likewise.
2912 * gdb.mi/mi-simplerun.exp: Likewise.
2913 * gdb.mi/mi-stepn.exp: Likewise.
2914 * gdb.mi/mi-syn-frame.exp: Likewise.
2915 * gdb.mi/mi-until.exp: Likewise.
2916 * gdb.mi/mi-var-cp.exp: Likewise.
2917 * gdb.mi/mi-var-display.exp: Likewise.
2918 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
2919 * gdb.mi/mi2-var-child.exp: Likewise.
2920 * gdb.mi/mi-vla-c99.exp: Likewise.
2921 * lib/mi-support.exp: Likewise.
2922
2923 From Ian Lance Taylor <iant@cygnus.com>:
2924 * lib/gdb.exp (parse_args): New procedure.
2925
08351840
PA
29262014-04-23 Pedro Alves <palves@redhat.com>
2927
2928 * gdb.base/break-unload-file.c: New file.
2929 * gdb.base/break-unload-file.exp: New file.
2930 * gdb.base/sym-file-lib.c (baz): New function.
2931 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
2932 field.
2933 (load): Store the segment's mapped size.
2934 (unload): New function.
2935 (unload_shlib): New function.
2936 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
2937 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
2938 set a breakpoint at baz, and call it.
2939 * gdb.base/sym-file.exp: New tests for stale breakpoint
2940 instructions.
2941
076855f9
PA
29422014-04-23 Pedro Alves <palves@redhat.com>
2943
2944 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
2945 * gdb.base/hbreak-in-shr-unsupported.c: New file.
2946 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
2947 * gdb.base/hbreak-unmapped.c: New file.
2948 * gdb.base/hbreak-unmapped.exp: New file.
2949 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
2950 * lib/gdb.exp (gdb_is_target_remote): ... here.
2951
483805cf
PA
29522014-04-22 Pedro Alves <palves@redhat.com>
2953
2954 * gdb.base/consecutive-step-over.c: New file.
2955 * gdb.base/consecutive-step-over.exp: New file.
2956
06d97543
PA
29572014-04-22 Pedro Alves <palves@redhat.com>
2958
2959 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
2960 instead of send_gdb/gdb_expect.
2961
b4429ea2
YQ
29622014-04-22 Yao Qi <yao@codesourcery.com>
2963
2964 * lib/trace-support.exp (generate_tracefile): New procedure.
2965 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
2966 return 0.
2967 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
2968 if generate_tracefile returns 1.
2969
51d48146
PA
29702014-04-18 Tom Tromey <palves@redhat.com>
2971 Pedro alves <tromey@redhat.com>
2972
2973 PR backtrace/15558
2974 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
2975 with a backtrace limit.
2976 * gdb.python/py-frame-inline.exp: Test running to an inline
2977 function with a backtrace limit, and printing the newest frame.
2978 * gdb.python/py-frame-inline.c (main): Call f.
2979
bd1dce5f
MS
29802014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2981
2982 * gdb.java/jnpe.exp: Drop srcdir from untested path.
2983
40d1a503
MS
29842014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2985
2986 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
2987 Drop prefix from unsupported source file path.
2988
389b98f7
YQ
29892014-04-17 Yao Qi <yao@codesourcery.com>
2990
2991 * lib/gdb.exp (with_target_charset): New proc.
2992 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
2993 with_target_charset.
2994 (test_print_strings): Likewise.
2995 (test_repeat_bytes): Likewise.
2996 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
2997 for some tests.
2998
22869d73
KS
29992014-04-16 Keith Seitz <keiths@redhat.com>
3000
3001 PR gdb/15827
3002 * gdb.dwarf2/corrupt.c: New file.
3003 * gdb.dwarf2/corrupt.exp: New file.
3004
c4f87ca6
KS
30052014-04-16 Keith Seitz <keiths@redhat.com>
3006
3007 PR c++/16597
3008 * gdb.cp/namelessclass.cc: New file.
3009 * gdb.cp/namelessclass.exp: New file.
3010 * gdb.cp/namelessclass.S: New file.
3011
ab19de87
DE
30122014-04-16 Doug Evans <dje@google.com>
3013
3014 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
3015 Add comment.
3016 (gdbserver_default_get_comm_port): New function.
3017 (gdbserver_start): Check if board file provided
3018 "gdbserver,get_comm_port" and use it if so.
3019 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
3020 (gdb,socketport): Set to "stdio".
3021 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
3022 (stdio_gdbserver_template): Delete.
3023 (${board}_get_remote_address): Update.
3024 (${board}_build_remote_cmd): Delete.
3025 (${board}_get_comm_port): New function.
3026 (${board}_spawn): Update.
3027 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
3028 Delete.
3029 (${board}_get_remote_address): Update.
3030 (${board}_get_comm_port): New function.
3031
fc98a809
AB
30322014-04-16 Andrew Burgess <aburgess@broadcom.com>
3033
3034 * gdb.base/memattr.exp: Improve regexps to handle memory regions
3035 appearing in any order.
3036
87fd9e6e
DE
30372014-04-15 Doug Evans <dje@google.com>
3038
3039 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
3040 uninitialized value of "description".
3041
099fc3ea
KS
30422014-04-15 Keith Seitz <keiths@redhat.com>
3043
3044 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
3045 Remove unused globals.
3046 (test_running_the_program): Likewise.
3047 (test_controlled_execution): Likewise.
3048 (test_controlling_breakpoints): Likewise.
3049 (test_program_termination): Likewise.
3050
5da151d4
KS
30512014-04-15 Keith Seitz <keiths@redhat.com>
3052
3053 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
3054 unused globals.
3055 (test_rbreak_creation_and_listing): Likewise.
3056 (test_ignore_count): Likewise.
3057 (test_error): Likewise.
3058
35e5d2f0
PA
30592014-04-15 Pedro Alves <palves@redhat.com>
3060
3061 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
3062 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
3063 sym-file-loader.c.
3064 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3065 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3066 to sym-file-loader.c.
3067 (struct library): Forward declare.
3068 (load_shlib, lookup_function): Change prototypes.
3069 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3070 (translate_offset): Remove declarations.
3071 (get_text_addr): New declaration.
3072 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
3073 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
3074 sym-file-loader.h.
3075 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3076 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3077 here from sym-file-loader.h.
3078 (struct library): New structure.
3079 (load_shlib, lookup_function): Change prototypes and adjust to
3080 work with a struct library.
3081 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3082 (translate_offset): Make static.
3083 (get_text_addr): New function.
3084 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
3085
eb4c1710
PA
30862014-04-15 Pedro Alves <palves@redhat.com>
3087
3088 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
3089
2d1baf52
PA
30902014-04-15 Pedro Alves <palves@redhat.com>
3091
3092 * gdb.base/sym-file-loader.c: Include <limits.h>.
3093 (SELF_LINK): New define.
3094 (get_origin): New function.
3095 (load_shlib): Use it.
3096 * gdb.base/sym-file.exp: Don't early return if the target is
3097 remote. Use runto_main, and issue fail is that fails. Use
3098 gdb_load_shlibs.
3099 (shlib_name): Delete.
3100 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
3101
7dd6df01
PA
31022014-04-15 Pedro Alves <palves@redhat.com>
3103
3104 * gdb.base/sym-file.exp: Remove regex characters from test
3105 message. Don't refer to breakpoint numbers in test messages.
3106
b50c8614
KS
31072014-04-14 Keith Seitz <keiths@redhat.com>
3108
3109 PR c++/16253
3110 * gdb.cp/var-tag.cc: New file.
3111 * gdb.cp/var-tag.exp: New file.
3112 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3113 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3114 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3115 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3116
3d567982
TT
31172014-04-14 Tom Tromey <tromey@redhat.com>
3118
3119 * gdb.cp/classes.exp (test_enums): Handle underlying type.
3120 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
3121 type.
3122 * gdb.cp/enum-class.exp: New file.
3123 * gdb.cp/enum-class.cc: New file.
3124
0626fc76
TT
31252014-04-14 Tom Tromey <tromey@redhat.com>
3126
3127 * gdb.dwarf2/enum-type.exp: New file.
3128
dca325b3
SA
31292014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3130
3131 * gdb.mi/mi-vla-c99.exp: New file.
3132 * gdb.mi/vla.c: New file.
3133
5854b38a
SA
31342014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3135
3136 * gdb.base/vla-datatypes.c: New file.
3137 * gdb.base/vla-datatypes.exp: New file.
3138
463bb957
SA
31392014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3140
3141 * gdb.base/vla-ptr.c: New file.
3142 * gdb.base/vla-ptr.exp: New file.
3143
3dd170be
SA
31442014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3145
3146 * gdb.dwarf2/count.exp: New file.
3147
5ecaaa66
SA
31482014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3149
3150 * gdb.base/vla-sideeffect.c: New file.
3151 * gdb.base/vla-sideeffect.exp: New file.
3152
41f1ada5
DB
31532014-04-14 David Blaikie <dblaikie@gmail.com>
3154
3155 * gdb.mi/non-stop.c: Add return value for non-void function return
3156 statement.
3157 * gdb.threads/staticthreads.c: Ditto.
3158
0be03e84
DE
31592014-04-12 Siva Chandra Reddy <sivachandra@google.com>
3160 Doug Evans <xdje42@gmail.com>
3161
3162 * gdb.guile/scm-value.c: Improve test case.
3163 * gdb.guile/scm-value.exp: Add new test.
3164
f180a1fb
DB
31652014-04-11 David Blaikie <dblaikie@gmail.com>
3166
3167 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
3168 override Clang's default.
3169
6b662e19
JB
31702014-04-11 Joel Brobecker <brobecker@adacore.com>
3171
3172 Revert the following changes (regressions):
3173
3174 * gdb.base/vla-sideeffect.c: New file.
3175 * gdb.base/vla-sideeffect.exp: New file.
3176
3177 * gdb.dwarf2/count.exp: New file.
3178
3179 * gdb.base/vla-multi.c: New file.
3180 * gdb.base/vla-multi.exp: New file.
3181
3182 * gdb.base/vla-ptr.c: New file.
3183 * gdb.base/vla-ptr.exp: New file.
3184
3185 * gdb.base/vla-datatypes.c: New file.
3186 * gdb.base/vla-datatypes.exp: New file.
3187
3188 * gdb.mi/mi-vla-c99.exp: New file.
3189 * gdb.mi/vla.c: New file.
3190
245a5f0b
KS
31912014-04-11 Keith Seitz <keiths@redhat.com>
3192
3193 PR c++/16675
3194 * gdb.cp/cpsizeof.exp: New file.
3195 * gdb.cp/cpsizeof.cc: New file.
3196
58a84dcf
SA
31972014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3198
191a8a90
JB
3199 * gdb.mi/mi-vla-c99.exp: New file.
3200 * gdb.mi/vla.c: New file.
58a84dcf 3201
c8655f75
SA
32022014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3203
3204 * gdb.base/vla-datatypes.c: New file.
3205 * gdb.base/vla-datatypes.exp: New file.
3206
024e13b4
SA
32072014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3208
3209 * gdb.base/vla-ptr.c: New file.
3210 * gdb.base/vla-ptr.exp: New file.
3211
1a237e0e
SA
32122014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3213
3214 * gdb.base/vla-multi.c: New file.
3215 * gdb.base/vla-multi.exp: New file.
3216
504f3432
SA
32172014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3218
3219 * gdb.dwarf2/count.exp: New file.
3220
3bce8237
SA
32212014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3222
191a8a90
JB
3223 * gdb.base/vla-sideeffect.c: New file.
3224 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 3225
322f9c21
YQ
32262014-04-11 Yao Qi <yao@codesourcery.com>
3227
3228 * gdb.base/completion.exp: Check file exists before running tests
3229 on file completion.
3230
d708bcd1
PA
32312014-04-10 Pedro Alves <palves@redhat.com>
3232
3233 * gdb.base/cond-eval-mode.c: New file.
3234 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
3235 prepare_for_testing to build the new file. Check result of
3236 runto_main.
3237 (test_break, test_watch): New procedures.
3238 (top level): Use them.
3239
ae1d2761
PM
32402014-04-08 Pierre Muller <muller@sourceware.org>
3241
3242 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
3243 Ctrl-V use for mingw hosts.
3244
7af389b8
SC
32452014-04-07 Siva Chandra Reddy <sivachandra@google.com>
3246
3247 * gdb.python/py-value.c: Improve test case.
3248 * gdb.python/py-value.exp: Add new test.
3249
5e703181
DE
32502014-04-07 David Blaikie <dblaikie@gmail.com>
3251
3252 * lib/compiler.c: Identify the clang compiler.
3253 * lib/compiler.cc: Ditto.
3254
9810b410
YQ
32552014-04-03 Yao Qi <yao@codesourcery.com>
3256
3257 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
3258
98d1b8dc
AB
32592014-04-01 Anton Blanchard <anton@samba.org>
3260
3261 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
3262 messages unique.
3263
3114cea1
AB
32642014-04-01 Anton Blanchard <anton@samba.org>
3265
3266 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
3267 prepare_for_testing.
3268
62f7182c
AB
32692014-04-01 Anton Blanchard <anton@samba.org>
3270
3271 * gdb.arch/ppc64-atomic-inst.c: Remove.
3272 * gdb.arch/ppc64-atomic-inst.S: New file.
3273 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
3274
770e7fc7
DE
32752014-03-31 Doug Evans <dje@google.com>
3276
3277 * gdb.base/print-symbol-loading-lib.c: New file.
3278 * gdb.base/print-symbol-loading-main.c: New file.
3279 * gdb.base/print-symbol-loading.exp: New file.
3280
46e2bafa
YQ
32812014-03-31 Yao Qi <yao@codesourcery.com>
3282
3283 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
3284
8776cfe9
JB
32852014-03-28 Joel Brobecker <brobecker@adacore.com>
3286
3287 * gdb.ada/mi_dyn_arr: New testcase.
3288
5d1ef361
DE
32892014-03-27 Doug Evans <dje@google.com>
3290
3291 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
3292
b5bee914
YQ
32932014-03-27 Yao Qi <yao@codesourcery.com>
3294
3295 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
3296 if target is nios2-*-*.
3297
0d4d0e77
YQ
32982014-03-26 Yao Qi <yao@codesourcery.com>
3299
3300 * lib/gdb.exp (readline_is_used): New proc.
3301 * gdb.base/completion.exp: Move tests on command complete up.
3302 Skip the rest of tests if readline is not used.
3303 * gdb.ada/complete.exp: Skp the test if readline is not
3304 used.
3305 * gdb.base/filesym.exp: Likewise.
3306 * gdb.base/macscp.exp: Likewise.
3307 * gdb.base/readline-ask.exp: Likewise.
3308 * gdb.base/readline.exp: Likewise.
3309 * gdb.python/py-cmd.exp: Likewise.
3310 * gdb.trace/tfile.exp: Likewise.
3311
29361eee
YQ
33122014-03-26 Yao Qi <yao@codesourcery.com>
3313
3314 * gdb.base/macscp.exp: Fix code format issues.
3315
bc9a5525
UW
33162014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
3317
3318 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
3319 * gdb.asm/powerpc64le.inc: New file.
3320
d3839ede
PA
33212014-03-25 Pedro Alves <palves@redhat.com>
3322 Doug Evans <dje@google.com>
3323
3324 * gdb.base/source-execution.c: New file.
3325 * gdb.base/source-execution.exp: New file.
3326 * gdb.base/source-execution.gdb: New file.
3327
01672a57
DE
33282014-03-24 Doug Evans <dje@google.com>
3329
3330 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
3331 using fission.
3332
88bbeca9
HZ
33332014-03-24 Hui Zhu <hui@codesourcery.com>
3334 Pedro Alves <palves@redhat.com>
3335
3336 PR breakpoints/16101
3337 * gdb.base/dprintf.exp: Use unsupported rather than changing the
3338 test pass/fail messages. Detect missing support for dprintf when
3339 breakpoints are actually inserted.
3340 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
3341 breakpoints are actually inserted.
3342 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
3343 fails.
3344
d2348791
JK
33452014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3346
3347 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
3348
feef67ab
DE
33492014-03-22 Doug Evans <xdje42@gmail.com>
3350
3351 * gdb.python/python.exp (python not supported): Verify multi-line
3352 python command issues an error.
25d743f9 3353 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 3354 guile command issues an error.
feef67ab 3355
ecebef6a
MR
33562014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
3357
3358 * gdb.threads/thread-specific.exp: Handle the lack of usable
3359 $this_breakpoint and $this_thread.
3360
ccdd1909
HZ
33612014-03-21 Hui Zhu <hui@codesourcery.com>
3362
3363 * gdb.base/attach.exp (do_command_attach_tests): New.
3364
beb460e8
PA
33652014-03-20 Tom Tromey <tromey@redhat.com>
3366 Pedro Alves <palves@redhat.com>
3367
3368 PR cli/15718
3369 * gdb.base/condbreak-call-false.c: New file.
3370 * gdb.base/condbreak-call-false.exp: New file.
3371
40acf43a
PA
33722014-03-20 Pedro Alves <palves@redhat.com>
3373
3374 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
3375 Delete.
3376 (block_signals, unblock_signals): Delete.
3377 (child_function_2, main): Remove references to deleted variable
3378 and functions.
3379
9f5e1e02
PA
33802014-03-20 Pedro Alves <palves@redhat.com>
3381
3382 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
3383 Use pthread_kill to signal thread 2.
3384 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3385 Adjust to make the test send itself a signal rather than using the
3386 host's "kill" command.
3387
99619bea
PA
33882014-03-20 Pedro Alves <palves@redhat.com>
3389
3390 * gdb.threads/multiple-step-overs.c: New file.
3391 * gdb.threads/multiple-step-overs.exp: New file.
3392 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3393 Adjust expected infrun debug output.
3394
2adfaa28
PA
33952014-03-20 Pedro Alves <palves@redhat.com>
3396
3397 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
3398 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
3399
31e77af2
PA
34002014-03-20 Pedro Alves <palves@redhat.com>
3401
3402 PR breakpoints/7143
3403 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
3404 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
3405 of gdb_test_multiple.
3406 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
3407 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
3408
b9f437de
PA
34092014-03-20 Pedro Alves <palves@redhat.com>
3410
3411 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
3412 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
3413
05adc73e
PA
34142014-03-19 Pedro Alves <palves@redhat.com>
3415
3416 * gdb.base/async.exp: Remove early return.
3417
6048b950
PA
34182014-03-19 Pedro Alves <palves@redhat.com>
3419
3420 * gdb.base/async.exp (step& tests): Pass explicit test messages.
3421
8bcfb00a
PA
34222014-03-19 Pedro Alves <palves@redhat.com>
3423
3424 * gdb.base/async.exp (test_background): Expect \r\n after
3425 "completed." in the fail pattern.
3426
884e37dc
PA
34272014-03-19 Pedro Alves <palves@redhat.com>
3428
3429 * gdb.base/async.exp (test_background): New procedure.
3430 Use it for all background execution command tests.
3431
148e57e2
PA
34322014-03-19 Pedro Alves <palves@redhat.com>
3433
3434 * gdb.base/async.exp: Use prepare_for_testing.
3435
f48088c7
PA
34362014-03-19 Pedro Alves <palves@redhat.com>
3437
3438 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
3439 the same line.
3440
e2f6c966
PA
34412014-03-19 Pedro Alves <palves@redhat.com>
3442
3443 * gdb.base/async.c (main): Add "jump here" and "until here" line
3444 marker comments.
3445 * gdb.base/async.exp (jump_here): New global.
3446 (jump& test): Use it.
3447 (until_here): New global.
3448 (until& test): Use it.
3449
c30568d4
PA
34502014-03-19 Pedro Alves <palves@redhat.com>
3451
3452 * gdb.base/async.exp: Don't frob gdb_protocol.
3453
0172b6a7
DE
34542014-03-18 Doug Evans <xdje42@gmail.com>
3455
3456 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
3457 Fix spelling of exec-done-display.
3458
06c868a8
JK
34592014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3460
3461 PR gdb/15358
3462 * gdb.base/gdb-sigterm.c: New file.
3463 * gdb.base/gdb-sigterm.exp: New file.
3464
0c7e1a46
PA
34652014-03-18 Pedro Alves <palves@redhat.com>
3466
3467 PR gdb/13860
3468 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
3469 * lib/mi-support.exp (mi_expect_stop): Add special handling for
3470 solib-event.
3471
f7c77d93
JB
34722014-03-17 Joel Brobecker <brobecker@adacore.com>
3473
3474 * gdb.ada/pckd_arr_ren: New testcase.
3475
5a1e8c7a
DE
34762014-03-13 Doug Evans <xdje42@gmail.com>
3477
3478 PR guile/16612
3479 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
3480 collect after discarding symbols.
3481
350e1a76
DE
34822014-03-13 Ludovic Courtès <ludo@gnu.org>
3483 Doug Evans <xdje42@gmail.com>
3484
3485 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
3486 to history survives a gc.
3487
a69900ae
PA
34882014-03-13 Pedro Alves <palves@redhat.com>
3489
3490 * gdb.base/default.exp: Don't test "target procfs".
3491
5db9f0bd
PA
34922014-03-13 Pedro Alves <palves@redhat.com>
3493
3494 * gdb.base/default.exp: Update "target child" and "target procfs"
3495 tests to not expect "Unix".
3496
b3ccfe11
TT
34972014-03-12 Tom Tromey <tromey@redhat.com>
3498
3499 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
3500 New procs. Add target-async tests.
3501 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
3502 Add target-async tests.
3503
646f4417
AA
35042014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3505
3506 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
3507 'func_start' and 'func_end' for the beginning and end of the
3508 function code, respectively.
3509 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
3510 'func_end' instead of 'func' and 'main'.
3511
288c211f
AA
35122014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3513
3514 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
3515 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
3516 generate the debug info assembler source.
3517
e0c0f156
AA
35182014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3519
3520 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
3521 * gdb.dwarf2/arr-subrange.exp: Likewise.
3522 * gdb.dwarf2/dwz.exp: Likewise.
3523 * gdb.dwarf2/method-ptr.exp: Likewise.
3524 * gdb.dwarf2/missing-sig-type.exp: Likewise.
3525 * gdb.dwarf2/subrange.exp: Likewise.
3526 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
3527 * gdb.dwarf2/implptrpiece.exp: Likewise.
3528 * gdb.dwarf2/nostaticblock.exp: Likewise.
3529
0e5c4555
AA
35302014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3531
3532 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
3533 directory to absolute path name arguments.
3534
5ec18f2b
JG
35352014-03-10 Joel Brobecker <brobecker@adacore.com>
3536
3537 * gdb.ada/tagged_access: New testcase.
3538
847fc4f2
MM
35392014-03-07 Markus Metzger <markus.t.metzger@intel.com>
3540
3541 * gdb.btrace/data.exp: Update expected output.
3542
cc3da688
YQ
35432014-03-06 Yao Qi <yao@codesourcery.com>
3544
3545 * gdb.trace/pr16508.exp: New file.
3546
0f26cec1
PA
35472014-03-05 Pedro Alves <palves@redhat.com>
3548
3549 PR gdb/16575
3550 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
3551 procedure.
3552 (top level): Adjust to use it. Add tests that exercise breakpoint
3553 interaction with the code-cache.
3554
7a5a839f
LC
35552014-02-26 Ludovic Courtès <ludo@gnu.org>
3556
3557 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
3558 test for 'history-append!'.
3559
31aa7e4e
JB
35602014-02-26 Joel Brobecker <brobecker@adacore.com>
3561
3562 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
3563 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
3564 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
3565 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
3566 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
3567 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
3568
1b588015
JB
35692014-02-26 Joel Brobecker <brobecker@adacore.com>
3570
3571 * testsuite/gdb.python/py-pp-re-notag.c: New file.
3572 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
3573 * testsuite/gdb.python/py-pp-re-notag.p: New file.
3574
55426c9d
JB
35752014-02-26 Joel Brobecker <brobecker@adacore.com>
3576
3577 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
3578
dc53a7ad
JB
35792014-02-26 Joel Brobecker <brobecker@adacore.com>
3580
3581 * gdb.dwarf2/arr-stride.c: New file.
3582 * gdb.dwarf2/arr-stride.exp: New file.
3583
12ab52e9
PA
35842014-02-26 Pedro Alves <palves@redhat.com>
3585
3586 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
3587 that won't ever trigger. Make sure that GDB reports the correct
3588 breakpoint that caused the stop.
3589
849c862e
JK
35902014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3591
3592 PR gdb/16626
3593 * gdb.base/auto-load-script: New file.
3594 * gdb.base/auto-load.c: New file.
3595 * gdb.base/auto-load.exp: New file.
3596
71b7d793
JK
3597 PR gdb/16626
3598 * gdb.base/auto-load.exp: Fix out-of-srctree run.
3599
e2f0d509
JK
36002014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3601
3602 Fix dw2-icycle.exp -fsanitize=address GDB crash.
3603 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
3604
50cc37c8
DE
36052014-02-24 Doug Evans <dje@google.com>
3606
3607 * lib/gdb.exp (run_on_host): Log error output if program fails.
3608
ea4758f2
PA
36092014-02-21 Pedro Alves <palves@redhat.com>
3610
3611 * gdb.threads/step-after-sr-lock.c: Rename to ...
3612 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
3613 * gdb.threads/step-after-sr-lock.exp: Rename to ...
3614 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3615 ... this.
3616
d7b30f67
SDJ
36172014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
3618
3619 PR tdep/16397
3620 * gdb.arch/amd64-stap-special-operands.exp: New file.
3621 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
3622 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
3623 * gdb.arch/amd64-stap-triplet.S: Likewise.
3624 * gdb.arch/amd64-stap-triplet.c: Likewise.
3625
83deb43f
JB
36262014-02-20 Joel Brobecker <brobecker@adacore.com>
3627
3628 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
3629 in .section pseudo-op.
3630
adde2bff
DE
36312014-02-20 lin zuojian <manjian2006@gmail.com>
3632 Joel Brobecker <brobecker@adacore.com>
3633 Doug Evans <xdje42@gmail.com>
3634
3635 PR symtab/16581
3636 * gdb.dwarf2/dw2-icycle.S: New file.
3637 * gdb.dwarf2/dw2-icycle.c: New file.
3638 * gdb.dwarf2/dw2-icycle.exp: New file.
3639
f7bd0f78
SC
36402014-02-19 Siva Chandra Reddy <sivachandra@google.com>
3641
3642 * gdb.python/py-value-cc.cc: Improve test case to enable testing
3643 operations on gdb.Value objects.
3644 * gdb.python/py-value-cc.exp: Add new test to test operations on
3645 gdb.Value objects.
3646
c17ef0d5
DE
36472014-02-18 Doug Evans <dje@google.com>
3648
3649 * Makefile.in (TESTS): New variable.
3650 (expanded_tests, expanded_tests_or_none): New variables
3651 (check-single): Pass $(expanded_tests_or_none) to runtest.
3652 (check-parallel): Only run tests in $(TESTS) if non-empty.
3653 (check/no-matching-tests-found): New rule.
3654 * README: Document TESTS makefile variable.
3655
5dd3176f
DE
36562014-02-18 Doug Evans <dje@google.com>
3657
3658 * Makefile.in (check-parallel): rm -rf outputs temp.
3659
0b10be4f
JK
36602014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3661
3662 Fix "ERROR: no fileid for" in the testsuite.
3663 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
3664
85f224e7
DE
36652014-02-12 Doug Evans <dje@google.com>
3666
3667 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
3668 (MISCELLANEOUS): New variable.
3669 (clean): rm -rf $(MISCELLANEOUS).
3670 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
3671 dwp live in the same directory as symlinks, with each symlink pointed
3672 to a differently named file in a different directory.
3673
149b30ff
DE
36742014-02-11 Doug Evans <dje@google.com>
3675
3676 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
3677 of Tcl file commands.
3678
1dfdac32
MK
36792014-02-10 Mark Kettenis <kettenis@gnu.org>
3680
3681 * gdb.threads/step-after-sr-lock.exp: Avoid executing
3682 "kill -SIGUSR1 -1".
3683
aa4fb036
JB
36842014-02-10 Joel Brobecker <brobecker@adacore.com>
3685
3686 * gdb.ada/tick_length_array_enum_idx: New testcase.
3687
ed3ef339
DE
36882014-02-10 Doug Evans <xdje42@gmail.com>
3689
3690 * configure.ac (AC_OUTPUT): Add gdb.guile.
3691 * configure: Regenerate.
3692 * lib/gdb-guile.exp: New file.
3693 * lib/gdb.exp (get_target_charset): New function.
3694 * gdb.base/help.exp: Update expected output from "apropos apropos".
3695 * gdb.guile/Makefile.in: New file.
3696 * gdb.guile/guile.exp: New file.
3697 * gdb.guile/scm-arch.c: New file.
3698 * gdb.guile/scm-arch.exp: New file.
3699 * gdb.guile/scm-block.c: New file.
3700 * gdb.guile/scm-block.exp: New file.
3701 * gdb.guile/scm-breakpoint.c: New file.
3702 * gdb.guile/scm-breakpoint.exp: New file.
3703 * gdb.guile/scm-disasm.c: New file.
3704 * gdb.guile/scm-disasm.exp: New file.
3705 * gdb.guile/scm-equal.c: New file.
3706 * gdb.guile/scm-equal.exp: New file.
3707 * gdb.guile/scm-error.exp: New file.
3708 * gdb.guile/scm-error.scm: New file.
3709 * gdb.guile/scm-frame-args.c: New file.
3710 * gdb.guile/scm-frame-args.exp: New file.
3711 * gdb.guile/scm-frame-args.scm: New file.
3712 * gdb.guile/scm-frame-inline.c: New file.
3713 * gdb.guile/scm-frame-inline.exp: New file.
3714 * gdb.guile/scm-frame.c: New file.
3715 * gdb.guile/scm-frame.exp: New file.
3716 * gdb.guile/scm-generics.exp: New file.
3717 * gdb.guile/scm-gsmob.exp: New file.
3718 * gdb.guile/scm-iterator.c: New file.
3719 * gdb.guile/scm-iterator.exp: New file.
3720 * gdb.guile/scm-math.c: New file.
3721 * gdb.guile/scm-math.exp: New file.
3722 * gdb.guile/scm-objfile-script-gdb.in: New file.
3723 * gdb.guile/scm-objfile-script.c: New file.
3724 * gdb.guile/scm-objfile-script.exp: New file.
3725 * gdb.guile/scm-objfile.c: New file.
3726 * gdb.guile/scm-objfile.exp: New file.
3727 * gdb.guile/scm-ports.exp: New file.
3728 * gdb.guile/scm-pretty-print.c: New file.
3729 * gdb.guile/scm-pretty-print.exp: New file.
3730 * gdb.guile/scm-pretty-print.scm: New file.
3731 * gdb.guile/scm-section-script.c: New file.
3732 * gdb.guile/scm-section-script.exp: New file.
3733 * gdb.guile/scm-section-script.scm: New file.
3734 * gdb.guile/scm-symbol.c: New file.
3735 * gdb.guile/scm-symbol.exp: New file.
3736 * gdb.guile/scm-symtab-2.c: New file.
3737 * gdb.guile/scm-symtab.c: New file.
3738 * gdb.guile/scm-symtab.exp: New file.
3739 * gdb.guile/scm-type.c: New file.
3740 * gdb.guile/scm-type.exp: New file.
3741 * gdb.guile/scm-value-cc.cc: New file.
3742 * gdb.guile/scm-value-cc.exp: New file.
3743 * gdb.guile/scm-value.c: New file.
3744 * gdb.guile/scm-value.exp: New file.
3745 * gdb.guile/source2.scm: New file.
3746 * gdb.guile/types-module.cc: New file.
3747 * gdb.guile/types-module.exp: New file.
3748
7026a7c1
YQ
37492014-02-10 Yao Qi <yao@codesourcery.com>
3750
3751 PR testsuite/16543
3752 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
3753 * configure: Regenerated.
3754 * Makefile.in: New file.
3755
6c466447
AS
37562014-02-08 Andreas Schwab <schwab@linux-m68k.org>
3757
3758 * gdb.python/py-framefilter.exp: Fix typo.
3759
6e854735
YQ
37602014-02-08 Yao Qi <yao@codesourcery.com>
3761
3762 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
3763 that no =breakpoint-modified is emitted when breakpoints are
3764 modified through MI commands.
3765
d137e6dc
PA
37662014-02-07 Pedro Alves <pedro@codesourcery.com>
3767 Pedro Alves <palves@redhat.com>
3768
3769 * gdb.threads/step-after-sr-lock.c: New file.
3770 * gdb.threads/step-after-sr-lock.exp: New file.
3771
b5ee5a50
PA
37722014-02-07 Pedro Alves <palves@redhat.com>
3773
3774 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
3775
3c77faf3
JK
37762014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3777
3778 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
3779 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
3780
6dddc817
DE
37812014-02-06 Doug Evans <xdje42@gmail.com>
3782
3783 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
3784 output.
3785
3786 * gdb.gdb/python-interrupts.exp: New file.
3787
de7b2893
YQ
37882014-02-05 Yao Qi <yao@codesourcery.com>
3789
3790 * gdb.trace/report.exp (use_collected_data): Test the output
3791 of "info threads" and "info inferiors".
3792
66d032ac
YQ
37932014-02-05 Yao Qi <yao@codesourcery.com>
3794
3795 Revert this patch:
3796
3797 2013-05-24 Yao Qi <yao@codesourcery.com>
3798
3799 * gdb.trace/tfile.exp: Test inferior and thread.
3800
591a12a1
UW
38012014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3802
3803 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
3804 on a function.
3805 * gdb.base/step-bt.c: Call hello via function pointer to make
3806 sure its first instruction is executed on powerpc64le-linux.
3807
0ff3e01f
UW
38082014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3809
3810 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
3811
084ee545
UW
38122014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3813
3814 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
3815 of the test patterns for use on little-endian systems.
3816
6ed14ff3
UW
38172014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3818
3819 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
3820 (decimal_vector): Fix for little-endian.
3821
401e27fd
JM
38222014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
3823
3824 * gdb.arch/sparc-sysstep.exp: New file.
3825 * gdb.arch/sparc-sysstep.c: Likewise.
3826
3827 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
3828
8b924729
EBM
38292014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3830
3831 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
3832
fb151210
JB
38332014-01-23 Tom Tromey <tromey@redhat.com>
3834
3835 * gdb.ada/array_char_idx: New testcase.
3836
0740f8d8
TT
38372014-01-23 Tom Tromey <tromey@redhat.com>
3838
3839 PR python/16487:
3840 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
3841 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
3842 classes.
3843
21909fa1
TT
38442014-01-23 Tom Tromey <tromey@redhat.com>
3845
3846 PR python/16491:
3847 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
3848 string from an inferior frame.
3849 * gdb.python/py-framefilter-mi.exp: Update.
3850
87ce2a04
DE
38512014-01-22 Doug Evans <dje@google.com>
3852
3853 * gdb.server/server-mon.exp: Add tests for "set debug-format".
3854
237b092b
AA
38552014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3856
3857 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
3858
d674a709
AA
38592014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3860
3861 * gdb.trace/entry-values.exp: Remove excess space character from
3862 regex patterns. Handle s390 call instruction.
3863
20fa3390
AA
38642014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3865
3866 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
3867 define "*_start" label. Make "name" static.
3868 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
3869 ${name} by references to ${name}_start.
3870
78466714
AA
38712014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3872
3873 * gdb.base/info-macros.exp: Remove "debug" from the compile
3874 options.
3875
ec9f644a
IB
38762014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3877
3878 * gdb.dlang/demangle.exp: New file.
3879
94b1b47e
IB
38802014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3881
3882 * gdb.dlang/primitive-types.exp: New file.
3883
7f420862
IB
38842014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3885
3886 * configure.ac: Create gdb.dlang/Makefile.
3887 * configure: Regenerate.
3888 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
3889 * gdb.dlang/Makefile.in: New file.
3890 * lib/d-support.exp: New file.
3891 * lib/gdb.exp (skip_d_tests): New proc.
3892
52834460
MM
38932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3894
3895 * gdb.btrace/delta.exp: Check reverse stepi.
3896 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
3897 * gdb.btrace/finish.exp: New.
3898 * gdb.btrace/next.exp: New.
3899 * gdb.btrace/nexti.exp: New.
3900 * gdb.btrace/record_goto.c: Add comments.
3901 * gdb.btrace/step.exp: New.
3902 * gdb.btrace/stepi.exp: New.
3903 * gdb.btrace/multi-thread-step.c: New.
3904 * gdb.btrace/multi-thread-step.exp: New.
3905 * gdb.btrace/rn-dl-bind.c: New.
3906 * gdb.btrace/rn-dl-bind.exp: New.
3907 * gdb.btrace/data.c: New.
3908 * gdb.btrace/data.exp: New.
3909 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3910
6e07b1d2
MM
39112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3912
3913 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
3914 * gdb.btrace/exception.exp: Update.
3915 * gdb.btrace/instruction_history.exp: Update.
3916 * gdb.btrace/record_goto.exp: Update.
3917 * gdb.btrace/tailcall.exp: Update.
3918 * gdb.btrace/unknown_functions.exp: Update.
3919 * gdb.btrace/delta.exp: New.
3920
0b722aec
MM
39212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3922
3923 * gdb.btrace/record_goto.exp: Add backtrace test.
3924 * gdb.btrace/tailcall.exp: Add backtrace test.
3925
066ce621
MM
39262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3927
3928 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
3929 * gdb.btrace/record_goto.c: New.
3930 * gdb.btrace/record_goto.exp: New.
3931 * gdb.btrace/x86-record_goto.S: New.
3932
0688d04e
MM
39332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3934
3935 * gdb.btrace/function_call_history.exp: Update tests.
3936 * gdb.btrace/instruction_history.exp: Update tests.
3937
8710b709
MM
39382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3939
3940 * gdb.btrace/function_call_history.exp: Fix expected field
3941 order for "record function-call-history".
3942 Add new tests for "record function-call-history /c".
3943 * gdb.btrace/exception.cc: New.
3944 * gdb.btrace/exception.exp: New.
3945 * gdb.btrace/tailcall.exp: New.
3946 * gdb.btrace/x86-tailcall.S: New.
3947 * gdb.btrace/x86-tailcall.c: New.
3948 * gdb.btrace/unknown_functions.c: New.
3949 * gdb.btrace/unknown_functions.exp: New.
3950 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3951
5de9129b
MM
39522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3953
3954 * gdb.btrace/instruction_history.exp: Update.
3955 * gdb.btrace/function_call_history.exp: Update.
3956
23a7fe75
MM
39572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3958
3959 * gdb.btrace/function_call_history.exp: Fix expected function
3960 trace.
3961 * gdb.btrace/instruction_history.exp: Initialize traced.
3962 Remove traced_functions.
3963
724c7dd8
MM
39642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3965
3966 * gdb.btrace/function_call_history.exp: Update
3967 * gdb.btrace/instruction_history.exp: Update.
3968
6d78d93b
MM
39692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3970
3971 * gdb.btrace/enable.exp: Update expected text.
3972
93a360cc
OJ
39732014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
3974
3975 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
3976 bytes.
3977
3772b53f
MR
39782014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
3979
3980 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
3981
596662fa
OJ
39822014-01-15 Omair Javaid <omair.javaid@linaro.org>
3983
3984 * lib/gdb.exp (supports_process_record): Return true for
3985 arm*-linux*. (supports_reverse): Likewise.
3986
b5b08fb4
SC
39872014-01-13 Siva Chandra Reddy <sivachandra@google.com>
3988
3989 PR python/15464
3990 PR python/16113
3991 * gdb.python/py-type.c: Enhance test case.
3992 * gdb.python/py-value-cc.cc: Likewise
3993 * gdb.python/py-type.exp: Add new tests.
3994 * gdb.python/py-value-cc.exp: Likewise
3995
52d7fb13
AA
39962014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3997 Pedro Alves <palves@redhat.com>
3998
3999 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
4000 Make "name" extern.
4001 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
4002 references to ${name}_start by references to ${name}.
4003
a2cd8cfe
JB
40042014-01-10 Joel Brobecker <brobecker@adacore.com>
4005
4006 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
4007
4e23fced
JB
40082014-01-10 Joel Brobecker <brobecker@adacore.com>
4009
4010 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
4011
c6a9e42c
PA
40122014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
4013 Pedro Alves <palves@redhat.com>
4014
4015 * gdb.mi/mi-info-os.exp: Connect to the target with
4016 mi_gdb_target_load.
4017
b7ea362b
PA
40182014-01-08 Pedro Alves <palves@redhat.com>
4019
4020 * gdb.threads/reconnect-signal.c: New file.
4021 * gdb.threads/reconnect-signal.exp: New file.
4022
5e3f4fab
EBM
40232014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4024
4025 * gdb.base/source-dir.exp: New file.
4026
79301218
JB
40272014-01-07 Joel Brobecker <brobecker@adacore.com>
4028
4029 * gdb.ada/mi_interface: New testcase.
4030
8e355c5d
JB
40312014-01-07 Joel Brobecker <brobecker@adacore.com>
4032
4033 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
4034 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
4035 gdb.ada/pp-rec-component/pck.ads: New files.
4036
c0d48811
JB
40372014-01-07 Joel Brobecker <brobecker@adacore.com>
4038
4039 * gdb.python/py-pp-integral.c: New file.
4040 * gdb.python/py-pp-integral.py: New file.
4041 * gdb.python/py-pp-integral.exp: New file.
4042
17b609c3 4043For older changes see ChangeLog-1993-2013.
c906108c 4044\f
8d8cb839
EZ
4045;; Local Variables:
4046;; mode: change-log
4047;; left-margin: 8
4048;; fill-column: 74
4049;; version-control: never
4050;; End:
902f2ccb 4051
32d0add0 4052 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
4053 Copying and distribution of this file, with or without modification,
4054 are permitted provided the copyright notice and this notice are preserved.