Factorize target program transformations in the GDB_AC_TRANSFORM macro.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
f6a88844
JM
12015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
2
3 * configure: Regenerated.
4 * configure.ac: Use GDB_AC_TRANSFORM.
5 * aclocal.m4: sinclude ../transform.m4.
6
497c491b
JM
72015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8
9 * lib/dtrace.exp: New file.
10 * gdb.base/dtrace-probe.exp: Likewise.
11 * gdb.base/dtrace-probe.d: Likewise.
12 * gdb.base/dtrace-probe.c: Likewise.
13 * lib/pdtrace.in: Likewise.
14 * configure.ac: Output variables with the transformed names of
15 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16 * configure: Regenerated.
17
03e98035
JM
182015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19
20 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
21 expected message when trying to access $_probe_* convenience
22 variables while not on a probe.
23
63cc30e9
JK
242015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
25
26 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
27
0703599a
PA
282015-02-11 Pedro Alves <pedro@codesourcery.com>
29
30 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
31 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
32
7e60a48e
DE
332015-02-10 Doug Evans <xdje42@gmail.com>
34
35 * lib/gdb.exp (gdb_load): Always return a result.
36
01b088bc
PA
372015-02-10 Pedro Alves <palves@redhat.com>
38
39 * gdb.threads/signal-sigtrap.c: New file.
40 * gdb.threads/signal-sigtrap.exp: New file.
41
b05ec7a5
AT
422015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
43
44 * gdb.trace/no-attach-trace.c: New file.
45 * gdb.trace/no-attach-trace.exp: New file.
46
a2c2acaf
MW
472015-02-09 Mark Wielaard <mjw@redhat.com>
48
49 * gdb.dwarf2/atomic.c: New file.
50 * gdb.dwarf2/atomic-type.exp: Likewise.
51
31fd9caa
MM
522015-02-09 Markus Metzger <markus.t.metzger@intel.com>
53
54 * gdb.btrace/buffer-size.exp: Update "info record" output.
55 * gdb.btrace/delta.exp: Update "info record" output.
56 * gdb.btrace/enable.exp: Update "info record" output.
57 * gdb.btrace/finish.exp: Update "info record" output.
58 * gdb.btrace/instruction_history.exp: Update "info record" output.
59 * gdb.btrace/next.exp: Update "info record" output.
60 * gdb.btrace/nexti.exp: Update "info record" output.
61 * gdb.btrace/step.exp: Update "info record" output.
62 * gdb.btrace/stepi.exp: Update "info record" output.
63 * gdb.btrace/nohist.exp: Update "info record" output.
64
d33501a5
MM
652015-02-09 Markus Metzger <markus.t.metzger@intel.com>
66
67 * gdb.btrace/buffer-size: New.
68
f4abbc16
MM
692015-02-09 Markus Metzger <markus.t.metzger@intel.com>
70
71 * gdb.btrace/delta.exp: Update "info record" output.
72 * gdb.btrace/enable.exp: Update "info record" output.
73 * gdb.btrace/finish.exp: Update "info record" output.
74 * gdb.btrace/instruction_history.exp: Update "info record" output.
75 * gdb.btrace/next.exp: Update "info record" output.
76 * gdb.btrace/nexti.exp: Update "info record" output.
77 * gdb.btrace/step.exp: Update "info record" output.
78 * gdb.btrace/stepi.exp: Update "info record" output.
79 * gdb.btrace/nohist.exp: Update "info record" output.
80
b9d61307
SM
812015-02-06 Simon Marchi <simon.marchi@ericsson.com>
82
83 PR gdb/15678
84 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
85
e584fdbc
PA
862015-02-06 Pedro Alves <palves@redhat.com>
87
88 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
89 macro.
90 (seconds_left, again): New globals.
91 (main): Wait seconds_left in a 1-second sleep loop instead of
92 sleeping 180 seconds. If 'again' is set, reset the seconds
93 counter.
94 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
95 'again' in the inferior before detaching. Print the seconds left.
96 (options): New global.
97 (top level): Build program with -DTIMEOUT=$timeout.
98
77f41761
PA
992015-02-06 Pedro Alves <palves@redhat.com>
100
101 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
102 determine how many seconds to pass to 'alarm'.
103 * gdb.base/gdb-sigterm.exp (top level): Build program with
104 -DTIMEOUT=$timeout.
105 (do_test): Return success/failure indication. Add more verbose
106 logging. Don't fail if 200 single steps are seen. Instead, fail
107 when the test times out.
108 (passes): New global.
109 (top level): Break the testing loop if testing fails on any
110 iteration. Use gdb_assert.
111
b9394193
DB
1122015-02-04 Don Breazeal <donb@codesourcery.com>
113
114 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
115 and initialize them.
116 (ipc_cleanup): New function.
117 (main): Don't declare shmid, semid, and msqid. Add a call to
118 atexit so that we call ipc_cleanup on exit.
119
42d9e528
PA
1202015-02-04 Pedro Alves <palves@redhat.com>
121
122 * boards/native-extended-gdbserver.exp: Remove any target variant
123 specifications from the board name before clearing the isremote
124 flag from board_info.
125
ae6ae975
DE
1262015-01-31 Doug Evans <xdje42@gmail.com>
127
128 * gdb.base/maint.exp <maint print type argc>: Update expected output.
129
cfb069a8
GB
1302015-01-31 Gary Benson <gbenson@redhat.com>
131
132 * gdb.base/completion.exp: Disable completion limiting for
133 existing tests. Add new tests to check completion limiting.
134 * gdb.linespec/ls-errs.exp: Disable completion limiting.
135
5dd31d79
DE
1362015-01-31 Doug Evans <xdje42@gmail.com>
137
138 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
139
9f050062
DE
1402015-01-31 Doug Evans <xdje42@gmail.com>
141
142 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
143 entries. Duplicate file section script entries.
144 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
145 inlined entries. Add test for safe-path rejection.
146 * gdb.python/py-section-script.c: Add duplicate inlined section script
147 entries. Duplicate file section script entries.
148 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
149 inlined entries. Add test for safe-path rejection.
150
df25ebbd
JB
1512015-01-29 Joel Brobecker <brobecker@adacore.com>
152
153 * gdb.ada/disc_arr_bound: New testcase.
154
4a0ca9ec
JB
1552015-01-29 Joel Brobecker <brobecker@adacore.com>
156
157 * gdb.ada/mi_var_array: New testcase.
158
3a8b707a
DE
1592015-01-27 Doug Evans <dje@google.com>
160
161 * gdb.python/py-objfile.exp: Add tests for objfile.username.
162 Add test for objfile.filename, objfile.username after objfile
163 has been unloaded.
164
f8313f6e
JB
1652015-01-26 Joel Brobecker <brobecker@adacore.com>
166
167 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
168 the second test to print the name attribute of value
169 returned by the call to gdb.lookup_type, and adjust
170 the expected output accordingly.
171
37bc665e
MW
1722015-01-25 Mark Wielaard <mjw@redhat.com>
173
174 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
175 * gdb.base/disp-step-fork.c: Include unistd.h.
176 * gdb.base/siginfo-obj.c: Include stdio.h.
177 * gdb.base/siginfo-thread.c: Likewise.
178 * gdb.mi/non-stop.c: Include unistd.h.
179 * gdb.mi/nsthrexec.c: Include stdio.h.
180 * gdb.mi/pthreads.c: Include unistd.h.
181 * gdb.modula2/unbounded1.c (main): Declare returns int.
182 * gdb.reverse/consecutive-reverse.c: Likewise.
183 * gdb.threads/create-fail.c: Include unistd.h.
184 * gdb.threads/killed.c: Likewise.
185 * gdb.threads/linux-dp.c: Likewise.
186 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
187 * gdb.threads/non-ldr-exc-2.c: Likewise.
188 * gdb.threads/non-ldr-exc-3.c: Likewise.
189 * gdb.threads/non-ldr-exc-4.c: Likewise.
190 * gdb.threads/pthreads.c: Include unistd.h.
191 (main): Declare returns int.
192 * gdb.threads/tls-main.c (foo): New declaration.
193 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
194
f7e5394d
SM
1952015-01-23 Simon Marchi <simon.marchi@ericsson.com>
196
197 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
198 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
199
743649fd
MW
2002015-01-15 Mark Wielaard <mjw@redhat.com>
201
202 * gdb.base/noreturn-return.c: New file.
203 * gdb.base/noreturn-return.exp: New file.
204 * gdb.base/noreturn-finish.c: New file.
205 * gdb.base/noreturn-finish.exp: New file.
206
198297aa
PA
2072015-01-23 Pedro Alves <palves@redhat.com>
208
209 * gdb.threads/continue-pending-after-query.c: New file.
210 * gdb.threads/continue-pending-after-query.exp: New file.
211
717cf30c
AG
2122015-01-22 Anders Granlund <anders.granlund@ericsson.com>
213 Simon Marchi <simon.marchi@ericsson.com>
214
215 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
216 * gdb.base/valgrind-db-attach.exp: Same.
217 * gdb.base/valgrind-infcall.exp: Same.
218 * lib/mi-support.exp (default_mi_gdb_start): Same.
219 * lib/prompt.exp (default_prompt_gdb_start): Same.
220 * lib/gdb.exp (default_gdb_spawn): Same.
221 (gdb_interact): New.
222
223
4b62a76e
JK
2242015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
225
226 * gdb.compile/compile.exp (pointer to jit function): New test.
227
b4cdae6f
WW
2282015-01-17 Wei-cheng Wang <cole945@gmail.com>
229
230 * lib/gdb.exp (supports_process_record): Return true for
231 powerpc*-*-linux*.
232 (supports_reverse): Likewise.
233
d221e7ef
DB
2342015-01-15 Don Breazeal <donb@codesourcery.com>
235
236 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
237 instead of checking whether the target board is remote and
238 use spawn_wait_for_attach instead of exec/sleep.
239 * gdb.base/attach-twice.exp: Likewise.
240
bafffb51
JB
2412015-01-15 Joel Brobecker <brobecker@adacore.com>
242
243 * gdb.ada/var_arr_attrs: New testcase.
244
5589af0e
PA
2452015-01-14 Pedro Alves <palves@redhat.com>
246 Joel Brobecker <brobecker@adacore.com>
247
248 PR gdb/17525
249 * gdb.base/bp-cmds-execution-x-script.c: New file.
250 * gdb.base/bp-cmds-execution-x-script.exp: New file.
251 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
252
6c400b59
PA
2532015-01-14 Pedro Alves <palves@redhat.com>
254
255 PR cli/17828
256 * gdb.base/batch-preserve-term-settings.c: New file.
257 * gdb.base/batch-preserve-term-settings.exp: New file.
258
e02c96a7
DE
2592015-01-13 Doug Evans <dje@google.com>
260
261 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
262 binary.
263
576fd14c
JB
2642015-01-13 Joel Brobecker <brobecker@adacore.com>
265
266 * Makefile.in (clean mostlyclean): Do not delete *.py.
267
04dccad0
JB
2682015-01-13 Joel Brobecker <brobecker@adacore.com>
269
270 * gdb.python/py-lookup-type.exp: New file.
271
3d230f71
PA
2722015-01-12 Pedro Alves <palves@redhat.com>
273
274 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
275 restore GDBFLAGS before returning.
276
7e67715d
JK
2772015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
278
279 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
280 is_amd64_regs_target and is_x86_like_target.
281
f2e0d4b4
DE
2822015-01-11 Doug Evans <xdje42@gmail.com>
283
284 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
285 is given without an explicit form.
286 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
287 attributes.
288 * gdb.dwarf/corrupt.exp: Ditto.
289 * gdb.dwarf2/enum-type.exp: Ditto.
290 * gdb.trace/entry-values.exp: Ditto.
291 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
292
439250fb
DE
2932015-01-11 Doug Evans <xdje42@gmail.com>
294
295 PR gdb/15830
296 * gdb.base/maint.exp: Remove references to "maint demangle".
297 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
298 Add tests for explicitly specifying language to demangle.
299 * gdb.dlang/demangle.exp: Ditto.
300
ede9f622
PA
3012015-01-09 Pedro Alves <palves@redhat.com>
302
303 * gdb.threads/non-stop-fair-events.c: New file.
304 * gdb.threads/non-stop-fair-events.exp: New file.
305
a7b796db
PA
3062015-01-09 Pedro Alves <palves@redhat.com>
307
308 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
309 the global scope. Set a breakpoint after all threads are started
310 rather than stepping over two source lines. Expect the prompt.
311 * gdb.base/watch_thread_num.c (threads_started_barrier): New
312 global.
313 (NUM): Now 15.
314 (main): Use threads_started_barrier to wait for all threads to
315 start. Main thread no longer calls thread_function. Exit after
316 180 seconds.
317 (loop): New function.
318 (thread_function): Wait on threads_started_barrier barrier. Call
319 'loop' at each iteration.
320 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
321 threads have started, instead of hardcoding number of "next"
322 steps. Use an access watchpoint instead of a write watchpoint.
323
9665ffdd
PA
3242015-01-09 Pedro Alves <palves@redhat.com>
325
326 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
327 (thread_func): Wait on barrier.
328 (main): Wait for all threads to start before stopping GDB.
329 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
330 global.
331 (thread1_func, thread2_func): Wait on barrier.
332 (main): Wait for all threads to start before stopping GDB.
333 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
334 New global.
335 (thread1_func, thread2_func): Wait on barrier.
336 (main): Wait for all threads to start before stopping GDB.
337
c945a99f
PA
3382015-01-09 Pedro Alves <palves@redhat.com>
339
340 * gdb.threads/attach-many-short-lived-threads.c: New file.
341 * gdb.threads/attach-many-short-lived-threads.exp: New file.
342
c1a747c1
PA
3432014-01-09 Pedro Alves <palves@redhat.com>
344
345 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
346 instead of to thread 2.
347 * gdb.threads/signal-command-multiple-signals-pending.c (main):
348 Add barrier around each pthread_create call instead of around all
349 calls.
350 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
351 Set a break on thread_function and have the child threads hit it
352 one at at a time.
353
60b3033e
PA
3542015-01-09 Pedro Alves <palves@redhat.com>
355
356 * lib/gdb.exp (can_spawn_for_attach): New procedure.
357 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
358 false.
359 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
360 checking whether the target board is remote.
361 * gdb.multi/multi-attach.exp: Likewise.
362 * gdb.python/py-sync-interp.exp: Likewise.
363 * gdb.server/ext-attach.exp: Likewise.
364 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
365 tests that need to attach, instead of checking whether the target
366 board is remote at the top of the file.
367
acc018ac
YQ
3682015-01-08 Yao Qi <yao@codesourcery.com>
369
370 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
371
50a18af8
JK
3722015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
373
374 Fix testcase compilation.
375 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
376
8503d6e1
JB
3772015-01-06 Joel Brobecker <brobecker@adacore.com>
378
379 * gdb.python/py-type.exp: Add a couple test about empty
380 array creation, and negative-length array creation.
381
cc73dbcc
DE
3822015-01-02 Doug Evans <xdje42@gmail.com>
383
384 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
385
0300bbc7
DE
3862015-01-02 Doug Evans <dje@google.com>
387
388 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
389
9d85a0ec
YQ
3902014-12-29 Yao Qi <yao@codesourcery.com>
391
392 * gdb.trace/entry-values.exp: Update comments. Rename variable
393 bar_call_foo to returned_from_foo.
394
87186c6a
MMN
3952014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
396
397 PR gdb/17394
398 * gdb.linespec/break-asm-file.c: New file.
399 * gdb.linespec/break-asm-file.exp: New file.
400 * gdb.linespec/break-asm-file0.s: New file.
401 * gdb.linespec/break-asm-file1.s: New file.
402
1bab7383
YQ
4032014-12-18 Nigel Stephens <nigel@mips.com>
404 Maciej W. Rozycki <macro@codesourcery.com>
405
406 * gdb.base/float.exp: Handle the new output from "info float" on
407 MIPS targets.
408
1bc1068a
JK
4092014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
410
411 Fix MinGW compilation.
412 * gdb.compile/compile-ops.exp: Update untested message if
413 !skip_compile_feature_tests.
414 * gdb.compile/compile-setjmp.exp: Likewise.
415 * gdb.compile/compile-tls.exp: Likewise.
416 * gdb.compile/compile.exp: Likewise.
417 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
418 supported on this host".
419
b6615d10
DE
4202014-12-16 Doug Evans <xdje42@gmail.com>
421
422 * boards/stabs.exp: New file.
423
25dda427
AA
4242014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
425
426 * gdb.base/completion.exp: Adjust to format changes of "maint
427 print user-registers".
428
bf330350
CU
4292014-12-16 Catalin Udma <catalin.udma@freescale.com>
430
431 PR server/17457
432 * gdb.arch/aarch64-fp.c: New file.
433 * gdb.arch/aarch64-fp.exp: New file.
434
395cf596
SDJ
4352014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
436
437 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
438 r210637, r210913, r211666, r215400, r215817).
439
440 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
441 * dg-extract-results.py: New file.
442 * dg-extract-results.sh: Use it if the environment seems
443 suitable.
444
445 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
446
447 * dg-extract-results.py (parse_run): Handle warnings that
448 are printed before a test harness is run.
449
450 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
451
452 * dg-extract-results.py (Named): Remove __cmp__ method.
453 (output_variation): Use a key to sort variation.harnesses.
454
455 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
456
457 * dg-extract-results.py: For Python 3, force sys.stdout to
458 handle surrogate escape sequences.
459 (safe_open): New function.
460 (output_segment, main): Use it.
461
462 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
463
464 * dg-extract-results.py (Prog.result_re): Include options
465 in test name.
466
467 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
468
469 * dg-extract-results.py (output_variation): Always sort if
470 do_sum.
471
e882ef3c
SM
4722014-12-15 Simon Marchi <simon.marchi@ericsson.com>
473
474 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
475 as long as we get pagination notifications.
476
4992aa20
JM
4772014-12-15 Jason Merrill <jason@redhat.com>
478
479 * Makefile.in (check-gdb.%): Restore.
480 * README: Mention it.
481
c1b5a1a6
JB
4822014-12-13 Joel Brobecker <brobecker@adacore.com>
483
484 * gdb.ada/str_uninit: New testcase.
485
5537b577
JK
4862014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
487
488 PR symtab/17642
489 * gdb.base/vla-stub-define.c: New file.
490 * gdb.base/vla-stub.c: New file.
491 * gdb.base/vla-stub.exp: New file.
492
bb2ec1b3
TT
4932014-12-12 Phil Muldoon <pmuldoon@redhat.com>
494 Jan Kratochvil <jan.kratochvil@redhat.com>
495 Tom Tromey <tromey@redhat.com>
496
497 * configure.ac: Add gdb.compile/.
498 * configure: Regenerate.
499 * gdb.compile/Makefile.in: New file.
500 * gdb.compile/compile-ops.exp: New file.
501 * gdb.compile/compile-ops.c: New file.
502 * gdb.compile/compile-tls.c: New file.
503 * gdb.compile/compile-tls.exp: New file.
504 * gdb.compile/compile-constvar.S: New file.
505 * gdb.compile/compile-constvar.c: New file.
506 * gdb.compile/compile-mod.c: New file.
507 * gdb.compile/compile-nodebug.c: New file.
508 * gdb.compile/compile-setjmp-mod.c: New file.
509 * gdb.compile/compile-setjmp.c: New file.
510 * gdb.compile/compile-setjmp.exp: New file.
511 * gdb.compile/compile-shlib.c: New file.
512 * gdb.compile/compile.c: New file.
513 * gdb.compile/compile.exp: New file.
514 * lib/gdb.exp (skip_compile_feature_tests): New proc.
515
4ff709eb
TT
5162014-12-12 Tom Tromey <tromey@redhat.com>
517
518 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
519 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
520
6dddd6a5
DE
5212014-12-12 Doug Evans <dje@google.com>
522
523 * lib/gdb-python.exp (get_python_valueof): New function.
524 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
525
71c24708
AA
5262014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
527
528 * gdb.base/completion.exp: Add test for completion of "info
529 registers ".
530
3e29f34a
MR
5312014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
532
533 * gdb.base/func-ptrs.c: New file.
534 * gdb.base/func-ptrs.exp: New file.
535
fc126975
SM
5362014-12-10 Simon Marchi <simon.marchi@ericsson.com>
537
538 PR breakpoints/17012
539 * gdb.base/dprintf-detach.c: New file.
540 * gdb.base/dprintf-detach.exp: New file.
541
0a46d518
SM
5422014-12-10 Simon Marchi <simon.marchi@ericsson.com>
543
544 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
545 * lib/gdb.exp (target_is_gdbserver): New procedure.
546
a0be3e44
DE
5472014-12-08 Doug Evans <dje@google.com>
548
549 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
550
df1b803a
YQ
5512014-12-05 Yao Qi <yao@codesourcery.com>
552
553 * gdb.guile/scm-error.exp: Remove the third argument to
554 gdb_remote_download.
555 * gdb.guile/scm-frame-args.exp: Likewise.
556 * gdb.guile/scm-section-script.exp: Likewise.
557
ddb9f679
YQ
5582014-12-05 Yao Qi <yao@codesourcery.com>
559
560 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
561
86e4ed39
DE
5622014-12-04 Doug Evans <dje@google.com>
563
564 * gdb.python/py-objfile.exp: Add tests for
565 objfile.add_separate_debug_file.
566
7c50a931
DE
5672014-12-04 Doug Evans <dje@google.com>
568
569 * lib/gdb.exp (get_build_id): New function.
570 (build_id_debug_filename_get): Rewrite to use it.
571 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
572
621661e3
MR
5732014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
574
575 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
576 `method(long)', not just 0x0.
577 * gdb.cp/nsalias.exp: Align code labels to 4.
578 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
579 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
580 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
581 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
582 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
583 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
584
29f0c3b7
DE
5852014-12-02 Doug Evans <dje@google.com>
586
e1e061e7 587 PR symtab/17602
29f0c3b7 588 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 589 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
590 * gdb.cp/anon-ns.exp: Update.
591
162078c8
NB
5922014-12-02 Nick Bull <nicholaspbull@gmail.com>
593
594 * gdb.python/py-events.py (inferior_call_handler): New.
595 (register_changed_handler, memory_changed_handler): New.
596 (test_events.invoke): Register new handlers.
597 * gdb.python/py-events.exp: Add tests for inferior call,
598 memory_changed and register_changed events.
599
fdb09caf
AA
6002014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
601
602 * gdb.base/execl-update-breakpoints.exp: Specify the link address
603 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
604 if the linker doesn't understand this.
605
55cfb2c4
SM
6062014-12-01 Simon Marchi <simon.marchi@ericsson.com>
607
608 * gdb.python/python.exp: Change expected reply to help().
609
9e8cd6df
YQ
6102014-12-01 Yao Qi <yao@codesourcery.com>
611
612 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
613 AC_CONFIG_SUBDIRS(gdb.gdbtk).
614 * configure: Re-generated.
615
6c659fc2
SC
6162014-11-28 Siva Chandra Reddy <sivachandra@google.com>
617
618 * gdb.cp/chained-calls.cc: New file.
619 * gdb.cp/chained-calls.exp: New file.
620 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
621
d7fc3181
SM
6222014-11-28 Simon Marchi <simon.marchi@ericsson.com>
623
624 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
625 * gdb.dwarf2/symtab-producer.exp: Same.
626 * gdb.gdb/python-interrupts.exp: Same.
627 * gdb.gdb/python-selftest.exp: Same.
628 * gdb.python/py-linetable.exp: Same.
629 * gdb.python/py-type.exp: Same.
630 * gdb.python/py-value-cc.exp: Same.
631 * gdb.python/py-value.exp: Same.
632
10e79639
YQ
6332014-11-28 Yao Qi <yao@codesourcery.com>
634
635 * gdb.base/break-probes.exp: Match library name prefixed with
636 sysroot.
637
f28a0564
SM
6382014-11-27 Simon Marchi <simon.marchi@ericsson.com>
639
640 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
641 test expected output. Add parentheses for the call to print.
642 Remove L suffix from integers.
643
3fe1ce1d
DE
6442014-11-26 Doug Evans <dje@google.com>
645
646 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
647
84429e27
YQ
6482014-11-22 Yao Qi <yao@codesourcery.com>
649
650 * gdb.trace/entry-values.c: Remove asms.
651 (foo): Add foo_label.
652 (bar): Add bar_label.
653 * gdb.trace/entry-values.exp: Remove code computing foo's
654 length and bar's length.
655 (Dwarf::assemble): Invoke function_range for bar and use
656 MACRO_AT_func for foo.
657
26741859
YQ
6582014-11-22 Yao Qi <yao@codesourcery.com>
659
660 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
661 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
662 Use .Lgcc43_procstart instead of gcc43.
663
45e44d27
JB
6642014-11-21 Joel Brobecker <brobecker@adacore.com>
665
666 * gdb.ada/n_arr_bound: New testcase.
667
458c8db8
SDJ
6682014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
669
670 PR breakpoints/10737
671 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
672 test_catch_syscall_multi_arch.
673 (test_catch_syscall_multi_arch): New function.
674
43f3e411
DE
6752014-11-20 Doug Evans <xdje42@gmail.com>
676
677 * gdb.base/maint.exp: Update expected output.
678
0d7b2549
AA
6792014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
680
681 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
682 4-byte instruction on S390.
683
8908fca5
JB
6842014-11-19 Joel Brobecker <brobecker@adacore.com>
685
686 * gdb.ada/arr_arr: New testcase.
687
4a46959e
JB
6882014-11-19 Joel Brobecker <brobecker@adacore.com>
689
690 * gdb.ada/pkd_arr_elem: New Testcase.
691
470e2f4e
LM
6922014-11-18 Luis Machado <lgustavo@codesourcery.com>
693
694 * gdb.reverse/break-precsave: Expect completion message for
695 core file reads.
696 * gdb.reverse/consecutive-precsave.exp: Likewise.
697 * gdb.reverse/finish-precsave.exp: Likewise.
698 * gdb.reverse/i386-precsave.exp: Likewise.
699 * gdb.reverse/machinestate-precsave.exp: Likewise.
700 * gdb.reverse/sigall-precsave.exp: Likewise.
701 * gdb.reverse/solib-precsave.exp: Likewise.
702 * gdb.reverse/step-precsave.exp: Likewise.
703 * gdb.reverse/until-precsave.exp: Likewise.
704 * gdb.reverse/watch-precsave.exp: Likewise.
705
a267f3ad
AA
7062014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
707
708 * gdb.base/bp-permanent.c: Include unistd.h.
709 * gdb.python/py-framefilter-mi.c (main): Add return type.
710 * gdb.python/py-framefilter.c (main): Likewise.
711 * gdb.trace/actions-changed.c (main): Likewise.
712
12084a9a
AA
7132014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
714
715 * gdb.mi/until.c: Add eye-catchers.
716 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
717 line numbers.
718
dc7e1a77
AA
7192014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
720
721 * gdb.base/condbreak.exp: Drop references to removed non-prototype
722 function header variants in break1.c.
723 * gdb.base/ena-dis-br.exp: Likewise.
724 * gdb.base/hbreak2.exp: Likewise.
725 * gdb.reverse/until-precsave.exp: Drop references to removed
726 non-prototype function header variants in ur1.c.
727 * gdb.reverse/until-reverse.exp: Likewise.
728
41c77605
PM
7292014-11-17 Petr Machata <pmachata@redhat.com>
730
731 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
732 ${_cu_offset_size} bytes abbrev offset.
733
34248c3a
DE
7342014-11-15 Doug Evans <xdje42@gmail.com>
735
736 PR symtab/17559
737 * gdb.base/line-symtabs.exp: New file.
738 * gdb.base/line-symtabs.c: New file.
739 * gdb.base/line-symtabs.h: New file.
740
646da059
YQ
7412014-11-14 Yao Qi <yao@codesourcery.com>
742
743 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
744 (func): Add label func_label.
745 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
746 Replace low_pc and high_pc with MACRO_AT_range.
747 Replace name, low_pc and high_pc with MACRO_AT_func.
748
9301ebe6
YQ
7492014-11-14 Yao Qi <yao@codesourcery.com>
750
751 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
752 Replace name, low_pc and high_pc with MACRO_AT_func.
753
f166b542
YQ
7542014-11-14 Yao Qi <yao@codesourcery.com>
755
756 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
757 produce debug information.
758 * gdb.dwarf2/implptr-optimized-out.S: Removed.
759
0f6e71e3
YQ
7602014-11-14 Yao Qi <yao@codesourcery.com>
761
762 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
763 object and get function length.
764 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
765 with MACRO_AT_func.
766 (top-level): Replace gdb_compile and clean_restart with
767 prepare_for_testing.
768 * gdb.dwarf2/main.c (main): Add label main_label.
769
876c4df9
YQ
7702014-11-14 Yao Qi <yao@codesourcery.com>
771
772 * lib/dwarf.exp (function_range): New procedure.
773 (Dwarf::_handle_macro_at_func): New procedure.
774 (Dwarf::_handle_macro_at_range): New procedure.
775 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
776
02ad9cf1
YQ
7772014-11-14 Yao Qi <yao@codesourcery.com>
778
779 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
780 (_handle_attribute): New procedure.
781
a59add0c
AA
7822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
783
784 * gdb.ada/cond_lang/foo.c (callme): Add return type.
785 * gdb.base/call-sc.c (zed): Likewise.
786 * gdb.base/checkpoint.c (main): Likewise.
787 * gdb.base/dump.c (main): Likewise.
788 * gdb.base/gcore.c (main): Likewise.
789 * gdb.base/huge.c (main): Likewise.
790 * gdb.base/multi-forks.c (main): Likewise.
791 * gdb.base/pr10179-a.c (main): Likewise.
792 * gdb.base/savedregs.c (main): Likewise.
793 * gdb.base/sigaltstack.c (main): Likewise.
794 * gdb.base/siginfo.c (main): Likewise.
795 * gdb.base/structs.c (zed): Likewise.
796 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
797 * gdb.mi/mi-syn-frame.c (main): Likewise.
798 * gdb.mi/until.c (foo, main): Likewise.
799 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
800 * gdb.base/solib-weak.c (foo): Declare.
801 * gdb.base/attach-twice.c: Include stdio.h.
802 * gdb.base/weaklib1.c: Likewise.
803 * gdb.base/weaklib2.c: Likewise.
804 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
805 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
806 unistd.h.
807 * gdb.base/attach-pie-misread.c: Include stdlib.h.
808 * gdb.mi/mi-exit-code.c: Likewise.
809 * gdb.base/break-interp-lib.c: Include string.h.
810 * gdb.base/coremaker.c: Likewise.
811 * gdb.base/testenv.c: Likewise.
812 * gdb.python/py-finish-breakpoint.c: Likewise.
813 * gdb.base/inferior-died.c: Include sys/wait.h.
814 * gdb.base/fileio.c: Include time.h.
815 * gdb.base/async-shell.c: Include unistd.h.
816 * gdb.base/dprintf-non-stop.c: Likewise.
817 * gdb.base/info-os.c: Likewise.
818 * gdb.mi/mi-console.c: Likewise.
819 * gdb.mi/watch-nonstop.c: Likewise.
820 * gdb.python/py-events.c: Likewise.
821 * gdb.base/async.c (baz): Move up before its invocation.
822 * gdb.base/code_elim2.c (my_global_func): Likewise.
823 * gdb.base/skip-solib-lib.c (multiply): Likewise.
824 * gdb.base/advance.c (func2): Likewise.
825
3b5d5997
AA
8262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
827
828 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
829 variant.
830 * gdb.base/annota3.c: Likewise.
831 * gdb.base/async.c: Likewise.
832 * gdb.base/average.c: Likewise.
833 * gdb.base/call-ar-st.c: Likewise.
834 * gdb.base/call-rt-st.c: Likewise.
835 * gdb.base/call-sc.c: Likewise.
836 * gdb.base/call-strs.c: Likewise.
837 * gdb.base/ending-run.c: Likewise.
838 * gdb.base/execd-prog.c: Likewise.
839 * gdb.base/exprs.c: Likewise.
840 * gdb.base/foll-exec.c: Likewise.
841 * gdb.base/foll-fork.c: Likewise.
842 * gdb.base/foll-vfork.c: Likewise.
843 * gdb.base/funcargs.c: Likewise.
844 * gdb.base/gcore.c: Likewise.
845 * gdb.base/jump.c: Likewise.
846 * gdb.base/langs0.c: Likewise.
847 * gdb.base/langs1.c: Likewise.
848 * gdb.base/langs2.c: Likewise.
849 * gdb.base/mips_pro.c: Likewise.
850 * gdb.base/nodebug.c: Likewise.
851 * gdb.base/opaque0.c: Likewise.
852 * gdb.base/opaque1.c: Likewise.
853 * gdb.base/recurse.c: Likewise.
854 * gdb.base/run.c: Likewise.
855 * gdb.base/scope0.c: Likewise.
856 * gdb.base/scope1.c: Likewise.
857 * gdb.base/setshow.c: Likewise.
858 * gdb.base/setvar.c: Likewise.
859 * gdb.base/shmain.c: Likewise.
860 * gdb.base/shr1.c: Likewise.
861 * gdb.base/shr2.c: Likewise.
862 * gdb.base/sigall.c: Likewise.
863 * gdb.base/signals.c: Likewise.
864 * gdb.base/so-indr-cl.c: Likewise.
865 * gdb.base/solib2.c: Likewise.
866 * gdb.base/structs.c: Likewise.
867 * gdb.base/sum.c: Likewise.
868 * gdb.base/vforked-prog.c: Likewise.
869 * gdb.base/watchpoint.c: Likewise.
870 * gdb.reverse/shr2.c: Likewise.
871 * gdb.reverse/until-reverse.c: Likewise.
872 * gdb.reverse/ur1.c: Likewise.
873 * gdb.reverse/watch-reverse.c: Likewise.
874
066a77c5
AA
8752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
876
877 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
878 variant.
879 * gdb.base/sepdebug.exp: Drop references to removed code.
880
4f204ea5
AA
8812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
882
883 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
884 variant. Preserve original line numbering.
885 * gdb.base/list1.c: Likewise.
886
3b377a3a
AA
8872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
888
889 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
890 variant.
891 * gdb.base/break1.c: Likewise.
892 * gdb.base/break.exp: Drop references to removed code.
893
e444df73
AA
8942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
895
896 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
897 variant.
898
8008f2a7
AA
8992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
900
901 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
902
a5a06887
AA
9032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
904
905 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
906 logic into perform_all_tests() and invoke it with and without
907 function header prototypes.
908 (do_function_calls): Remove conditional XFAIL for PR 5318.
909 (rerun_and_prepare): Remove duplicate code.
910 (perform_all_tests): New. Main logic moved here.
911
44dba9b9
AA
9122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
913
914 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
915 code guarded by #ifdef NO_PROTOTYPES.
916 (t_double_many_args): Likewise.
917 (DEF_FUNC_MANY_ARGS_1): Likewise.
918 (DEF_FUNC_VALUES_1): Likewise.
919 (t_structs_ldc): Renamed from t_structs_fc in conditional code
920 guarded by #ifdef PROTOTYPES.
921
d1fbcd56
AA
9222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
923
924 * gdb.mi/mi-console.c: Add eye-catcher.
925 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
926 instead of literal line number.
927
b0e59b8f
AA
9282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
929
930 * gdb.base/shr2.c: Add eye-catcher.
931 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
932 line number.
933
78f98cca
AA
9342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
935
936 * gdb.base/jump.c: Add eye-catchers.
937 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
938 numbers.
939
58fa2af0
AA
9402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
941
942 * gdb.base/execd-prog.c: Add eye-catchers.
943 * gdb.base/foll-exec.c: Likewise.
944 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
945 line numbers.
946
04e5059b
AA
9472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
948
949 * gdb.base/ending-run.c: Add eye-catchers.
950 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
951 literal line numbers.
952
dbfdb174
AA
9532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
954
955 * gdb.base/call-rt-st.c: Add eye-catchers.
956 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
957 literal line numbers.
958
888a2ade
AA
9592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
960
961 * gdb.base/call-ar-st.c: Add eye-catchers.
962 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
963 literal line numbers.
964
6acc2dde
AA
9652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
966
967 * gdb.base/average.c: Add eye-catchers.
968 * gdb.base/sum.c: Likewise.
969 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
970 regexps dynamically.
971
9ecfcd1d
AA
9722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
973
974 * gdb.base/solib1.c: Add eye-catchers.
975 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
976 literal line numbers.
977
78708b7c
PA
9782014-11-12 Pedro Alves <palves@redhat.com>
979
980 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
981 leader has exited.
982
af48d08f
PA
9832014-11-12 Pedro Alves <palves@redhat.com>
984
985 * gdb.arch/i386-bp_permanent.c: New file.
986 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
987 (srcfile): Set to i386-bp_permanent.c.
988 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
989 that stepi does not execute the 'leave' instruction, instead of
990 testing it does execute.
991 * gdb.base/bp-permanent.c: New file.
992 * gdb.base/bp-permanent.exp: New file.
993
af3768e9
DE
9942014-11-10 Doug Evans <xdje42@gmail.com>
995
996 PR symtab/17564
997 * gdb.base/symtab-search-order.exp: New file.
998 * gdb.base/symtab-search-order.c: New file.
999 * gdb.base/symtab-search-order-1.c: New file.
1000 * gdb.base/symtab-search-order-shlib-1.c: New file.
1001
9de00a4a
PA
10022014-11-07 Pedro Alves <palves@redhat.com>
1003
1004 PR gdb/17511
1005 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
1006 i?86-*-linux*.
1007
e0f52461
SC
10082014-11-03 Siva Chandra Reddy <sivachandra@google.com>
1009
1010 PR c++/17494
1011 * gdb.cp/pr17494.cc: New file.
1012 * gdb.cp/pr17494.exp: New file.
1013
6ce8c980
YQ
10142014-11-02 Yao Qi <yao@codesourcery.com>
1015
1016 * gdb.python/python.exp: Get working directory and match the
1017 output of "set extended-prompt \\w " with it.
1018
02be9a71
DE
10192014-10-30 Doug Evans <dje@google.com>
1020
1021 * gdb.python/py-objfile.exp: Add tests for setting random attributes
1022 in objfiles.
1023 * gdb.python/py-progspace.exp: Add tests for setting random attributes
1024 in progspaces.
1025
3bdff46b
LM
10262014-10-30 Janis Johnson <janisjo@codesourcery.com>
1027
1028 * gdb.base/fullpath-expand.exp: Skip for a remote host.
1029 * gdb.base/realname-expand.exp: Likewise.
1030 * gdb.linespec/macro-relative.exp: Likewise.
1031
ab917dfb
PA
10322014-10-29 Pedro Alves <palves@redhat.com>
1033
1034 PR gdb/17408
1035 * gdb.threads/schedlock.c (some_function): New function.
1036 (call_function): New global.
1037 (MAYBE_CALL_SOME_FUNCTION): New macro.
1038 (thread_function): Call it.
1039 * gdb.threads/schedlock.exp (get_args): Add description parameter,
1040 and use it instead of a global counter. Adjust all callers.
1041 (get_current_thread): Use "find current thread" for test message
1042 here rather than having all callers pass down the same string.
1043 (goto_loop): New procedure, factored out from ...
1044 (my_continue): ... this.
1045 (step_ten_loops): Change parameter from test message to command to
1046 use. Adjust.
1047 (list_count): Delete global.
1048 (check_result): New procedure, factored out from duplicate top
1049 level code.
1050 (continue tests): Wrap in with_test_prefix.
1051 (test_step): New procedure, factored out from duplicate top level
1052 code.
1053 (top level): Test "step" in combination with all scheduler-locking
1054 modes. Test "next" in combination with all scheduler-locking
1055 modes, and in combination with stepping over a function call or
1056 not.
1057 * gdb.threads/next-bp-other-thread.c: New file.
1058 * gdb.threads/next-bp-other-thread.exp: New file.
1059
d3d4baed
PA
10602014-10-29 Pedro Alves <palves@redhat.com>
1061
1062 PR python/17372
1063 * gdb.python/python.exp: Test a multi-line command that spawns
1064 interactive Python.
1065 * gdb.base/multi-line-starts-subshell.exp: New file.
1066
563e8d85
YQ
10672014-10-29 Yao Qi <yao@codesourcery.com>
1068
1069 * gdb.base/fileio.exp: Make directories on host.
1070
0ea4d52e
YQ
10712014-10-29 Yao Qi <yao@codesourcery.com>
1072
1073 * gdb.base/fileio.c (test_write): Close the file.
1074
7f5ef605
PA
10752014-10-28 Pedro Alves <palves@redhat.com>
1076
1077 PR gdb/12623
1078 * gdb.base/sigstep.c (no_handler): New global.
1079 (main): If 'no_handler is true, set the signal handlers to
1080 SIG_IGN.
1081 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
1082 with_sw_watch and no_handler parameters. Handle them.
1083 (top level) <stepping over handler when stopped at a breakpoint
1084 test>: Add a test axis for testing with a software watchpoint, and
1085 another for testing with the signal handler set to SIG_IGN.
1086 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
1087 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
1088
abbdbd03
PA
10892014-10-28 Pedro Alves <palves@redhat.com>
1090
1091 PR gdb/17511
1092 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
1093 * gdb.base/sigstep.exp (other_handler_location): New global.
1094 (advance): Support stepping into the signal handler, and running
1095 commands while in the handler.
1096 (in_handler_map): New global.
1097 (top level): In the advance test, add combinations for getting
1098 into the handler with stepping commands, and for running commands
1099 in the handler. Add comment descripting the advancei tests.
1100
1df4399f
PA
11012014-10-28 Pedro Alves <palves@redhat.com>
1102
1103 * gdb.base/sigstep.exp: Use build_executable instead of
1104 prepare_for_testing.
1105 (top level): Move code that starts GDB, runs to main and creates a
1106 display to ...
1107 (restart): ... this new procedure.
1108 (top level): Move backtrace from signal handler test to ...
1109 (validate_backtrace): ... this new procedure.
1110 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
1111 with_test_prefix. Always restart GDB.
1112 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
1113 with_test_prefix. Always restart GDB. No need to delete
1114 breakpoints after the test.
1115 (test_skip_handler): Remove prefix parameter.
1116 (skip_over_handler, breakpoint_to_handler)
1117 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
1118 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
1119 restart GDB. No need to delete breakpoints after the test.
1120 (top level): Use foreach to call the test procedures with
1121 different commands.
1122
a5b6e449
PA
11232014-10-28 Pedro Alves <palves@redhat.com>
1124
1125 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
1126 instead of GNATS numbers.
1127 * gdb.base/sigbpt.exp: Likewise.
1128 * gdb.base/siginfo.exp: Likewise.
1129 * gdb.base/sigstep.exp: Likewise.
1130
e5f8a7cc
PA
11312014-10-27 Pedro Alves <palves@redhat.com>
1132
1133 * gdb.base/sigstep.c (dummy): New global.
1134 (main): Issue a couple writes to the new global.
1135 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
1136 procedures.
1137 (skip_over_handler): Use test_skip_handler.
1138 (top level): Call skip_over_handler for stepi and nexti too.
1139 (breakpoint_over_handler): Use test_skip_handler.
1140 (top level): Call breakpoint_over_handler for stepi and nexti too.
1141
763905a3
YQ
11422014-10-27 Yao Qi <yao@codesourcery.com>
1143
1144 * gdb.trace/tfile.c (adjust_function_address)
1145 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
1146 function descriptor.
1147
6f259a23
DB
11482014-10-24 Don Breazeal <donb@codesourcery.com>
1149
1150 * gdb.base/foll-fork.exp (test_follow_fork,
1151 catch_fork_child_follow): Check for updated fork messages emitted
1152 from infrun.c.
1153 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
1154 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
1155 vfork_and_exec_child_follow_through_step): Check for updated vfork
1156 messages emitted from infrun.c.
1157
09dd9a69
PA
11582014-10-24 Pedro Alves <palves@redhat.com>
1159
1160 * gdb.base/corefile.exp: Remove references to ultrix.
1161 * gdb.base/interrupt.exp: Likewise.
1162 * gdb.base/whatis.exp: Likewise.
1163 * gdb.gdb/selftest.exp: Likewise.
1164 * gdb.threads/manythreads.exp: Likewise.
1165 * gdb.threads/print-threads.exp: Likewise.
1166 * gdb.threads/pthreads.exp:: Likewise.
1167 * gdb.threads/schedlock.exp: Likewise.
1168
3433cfa5
SC
11692014-10-24 Siva Chandra Reddy <sivachandra@google.com>
1170
1171 * gdb.cp/non-trivial-retval.cc: Add a test case.
1172 * gdb.cp/non-trivial-retval.exp: Add a test.
1173
092f880b
YQ
11742014-10-20 Yao Qi <yao@codesourcery.com>
1175
1176 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
1177 * gdb.python/py-objfile-script-gdb.py: New file.
1178 * gdb.python/py-objfile-script.exp: Update reference to
1179 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
1180 of remote_download. Remove the dest file.
1181
acbdb7f3
YQ
11822014-10-20 Yao Qi <yao@codesourcery.com>
1183
1184 * gdb.base/checkpoint.exp: Don't remove file copied on host.
1185 * gdb.base/step-line.exp: Likewise.
1186 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1187 * gdb.dwarf2/dw2-basic.exp: Likewise.
1188 * gdb.dwarf2/dw2-compressed.exp: Likewise.
1189 * gdb.dwarf2/dw2-filename.exp: Likewise.
1190 * gdb.dwarf2/dw2-intercu.exp: Likewise.
1191 * gdb.dwarf2/dw2-intermix.exp: Likewise.
1192 * gdb.dwarf2/dw2-producer.exp: Likewise.
1193 * gdb.dwarf2/mac-fileno.exp: Likewise.
1194 * gdb.python/py-frame-args.exp: Likewise.
1195 * gdb.python/py-framefilter.exp: Likewise.
1196 * gdb.python/py-mi.exp: Likewise.
1197 * gdb.python/py-objfile-script.exp: Likewise
1198 * gdb.python/py-pp-integral.exp: Likewise.
1199 * gdb.python/py-pp-re-notag.exp: Likewise.
1200 * gdb.python/py-prettyprint.exp: Likewise.
1201 * gdb.python/py-section-script.exp: Likewise.
1202 * gdb.python/py-typeprint.exp: Likewise.
1203 * gdb.python/py-xmethods.exp: Likewise.
1204 * gdb.stabs/weird.exp: Likewise.
1205 * gdb.xml/tdesc-regs.exp: Likewise.
1206
bd286a29
KCY
12072014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
1208
1209 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
1210 (out_cu): Use addr_len for the size of addresses.
1211 (out_line): Likewise. Size DW_LNE_set_address instruction
1212 according to addr_len.
1213 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
1214 (FUNC): Add START_INSNS to definition.
1215
673dc4a0
YQ
12162014-10-18 Yao Qi <yao@codesourcery.com>
1217
1218 * gdb.base/argv0-symlink.exp: Check argv[0] value if
1219 gdb_has_argv0 return true.
1220 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
1221 check [target_info exists noargs], check [gdb_has_argv0]
1222 instead.
1223 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1224 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
1225 procedures.
1226
4ffbba72
DE
12272014-10-17 Doug Evans <dje@google.com>
1228
1229 * gdb.python/py-events.exp: Update expected output for clear_objfiles
1230 event.
1231 * gdb.python/py-events.py: Add clear_objfiles event.
1232
d096d8c1
DE
12332014-10-17 Doug Evans <dje@google.com>
1234
1235 * gdb.python/py-objfile.exp: Test progspace attribute.
1236
a80db015
LM
12372014-10-17 Luis Machado <lgustavo@codesourcery.com>
1238
1239 * gdb.guile/scm-breakpoint.exp: Do not assume any
1240 directory separators when matching source file paths.
1241 * gdb.python/py-breakpoint.exp: Likewise.
1242 * gdb.reverse/break-precsave.exp: Likewise.
1243 * gdb.reverse/break-reverse.exp: Likewise.
1244 * gdb.reverse/consecutive-precsave.exp: Likewise.
1245 * gdb.reverse/finish-precsave.exp: Likewise.
1246 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
1247 * gdb.reverse/finish-reverse.exp: Likewise.
1248 * gdb.reverse/i386-precsave.exp: Likewise.
1249 * gdb.reverse/i387-env-reverse.exp: Likewise.
1250 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1251 * gdb.reverse/machinestate-precsave.exp: Likewise.
1252 * gdb.reverse/machinestate.exp: Likewise.
1253 * gdb.reverse/sigall-precsave.exp: Likewise.
1254 * gdb.reverse/solib-precsave.exp: Likewise.
1255 * gdb.reverse/step-precsave.exp: Likewise.
1256 * gdb.reverse/until-precsave.exp: Likewise.
1257 * gdb.reverse/watch-precsave.exp: Likewise.
1258 * gdb.reverse/watch-reverse.exp: Likewise.
1259
b22089ab
YQ
12602014-10-17 Yao Qi <yao@codesourcery.com>
1261
1262 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
1263 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
1264
6c4486e6
PA
12652014-10-17 Pedro Alves <palves@redhat.com>
1266
1267 PR gdb/17471
1268 * gdb.base/bg-execution-repeat.c: New file.
1269 * gdb.base/bg-execution-repeat.exp: New file.
1270
0ff33695
PA
12712014-10-17 Pedro Alves <palves@redhat.com>
1272
1273 PR gdb/17300
1274 * gdb.base/continue-all-already-running.c: New file.
1275 * gdb.base/continue-all-already-running.exp: New file.
1276
6fdebc3d
PA
12772014-10-17 Pedro Alves <palves@redhat.com>
1278
1279 PR gdb/17472
1280 * gdb.base/annota-input-while-running.c: New file.
1281 * gdb.base/annota-input-while-running.exp: New file.
1282
32a8097b
PA
12832014-10-17 Pedro Alves <palves@redhat.com>
1284
1285 * gdb.base/callfuncs.exp: emove references to osf.
1286 * gdb.base/sigall.exp: Likewise.
1287 * gdb.gdb/selftest.exp: Likewise.
1288 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1289 * gdb.mi/non-stop.c: Likewise.
1290 * gdb.mi/pthreads.c: Likewise.
1291 * gdb.reverse/sigall-precsave.exp: Likewise.
1292 * gdb.reverse/sigall-reverse.exp: Likewise.
1293 * gdb.threads/pthreads.c: Likewise.
1294 * gdb.threads/pthreads.exp: Likewise.
1295
7a3517ff
YQ
12962014-10-17 Yao Qi <yao@codesourcery.com>
1297
1298 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
1299 check 'target_info exists noargs'.
1300 (test_command_prompt_position): Likewise.
1301 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
1302 Remove "set args".
1303 (progvar_simple_while_test): Likewise.
1304 (progvar_complex_if_while_test): Likewise.
1305 (if_while_breakpoint_command_test): Likewise.
1306 (infrun_breakpoint_command_test): Likewise.
1307 (breakpoint_command_test): Likewise.
1308 (watchpoint_command_test): Likewise.
1309 (bp_deleted_in_command_test): Likewise.
1310 (temporary_breakpoint_commands): Likewise.
1311
bb99c472
YQ
13122014-10-16 Yao Qi <yao@codesourcery.com>
1313
1314 * gdb.base/remotetimeout.exp: Remove noargs checking.
1315
7c16b83e
PA
13162014-10-15 Pedro Alves <palves@redhat.com>
1317
1318 PR breakpoints/9649
1319 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
1320 * gdb.base/breakpoint-in-ro-region.exp
1321 (probe_target_hardware_step): New procedure.
1322 (top level): Probe hardware stepping and hardware breakpoint
1323 support. Test stepping through a read-only region, with both
1324 "breakpoint auto-hw" on and off and both "always-inserted" on and
1325 off.
1326
35a49624
IB
13272014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
1328
1329 * gdb.dlang/demangle.exp: Update for demangling changes.
1330
2d1c107c
SC
13312014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1332
1333 * gdb.cp/non-trivial-retval.cc: Add new test cases.
1334 * gdb.cp/non-trivial-retval.exp: Add new tests.
1335
778811d5
SC
13362014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1337
1338 PR c++/13403
1339 PR c++/15154
1340 * gdb.cp/non-trivial-retval.cc: New file.
1341 * gdb.cp/non-trivial-retval.exp: New file.
1342
10c5f0a8
YQ
13432014-10-15 Yao Qi <yao@codesourcery.com>
1344
1345 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
1346 remote host.
1347
65d7b369
YQ
13482014-10-15 Yao Qi <yao@codesourcery.com>
1349
1350 * gdb.python/py-symbol.exp: Match file base name if host is
1351 remote, otherwise match file name with dir name.
1352 * gdb.python/py-symtab.exp: Likewise.
1353 * gdb.python/python.exp: Likewise.
1354
46dc1394
YQ
13552014-10-15 Yao Qi <yao@codesourcery.com>
1356
1357 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
1358 pattern.
1359 * gdb.python/py-symtab.exp: Likewise.
1360 * gdb.python/python.exp: Remove trailing ".*". Fix typo
1361 locationn.
1362
c40cc657
JB
13632014-10-14 Joel Brobecker <brobecker@adacore.com>
1364
1365 * gdb.ada/addr_arith: New testcase.
1366
2abf49e1
MR
13672014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
1368
1369 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
1370 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
1371 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
1372 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
1373
f7088df3
SDJ
13742014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
1375
1376 * gdb.arch/stap-eval-lang-ada.S: Likewise.
1377 * gdb.arch/stap-eval-lang-ada.c: Likewise.
1378 * gdb.arch/stap-eval-lang-ada.exp: New file.
1379
4dc06805
YQ
13802014-10-14 Yao Qi <yao@codesourcery.com>
1381
1382 * gdb.mi/mi-var-child.c (nothing1): New function.
1383 (nothing2): New function.
1384 (do_children_tests): Set function pointers by nothing1 and
1385 nothing2.
1386 * gdb.mi/mi-var-child.exp: Step over new added statements.
1387 Update test to match the new output.
1388 * gdb.mi/var-cmd.c (nothing1): New function.
1389 (nothing2): New function.
1390 (do_children_tests): Set function pointers by nothing1 and
1391 nothing2.
1392 * gdb.mi/mi-var-display.exp: Update test to match output.
1393 Step to the line specified by $line_dct_nothing.
1394 Increase the number of lines to step.
1395
46a93de2
YQ
13962014-10-14 Yao Qi <yao@codesourcery.com>
1397
1398 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
1399 tests.
1400 * gdb.mi/mi2-var-child.exp: Likewise.
1401
14ea52ee
DE
14022014-10-13 Doug Evans <dje@google.com>
1403
1404 * gdb.python/py-objfile.exp: Change name of file name test.
1405
e5c6e92b
DE
14062014-10-13 Doug Evans <dje@google.com>
1407
1408 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
1409 from the start of the CU.
1410
c780cc2f
JK
14112014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1412 Yao Qi <yao@codesourcery.com>
1413
1414 Fix "save breakpoints" for "catch" command.
1415 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
1416 Remove -nonewline. Match also the added "main" line.
1417
99894e11
JK
14182014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1419
1420 Fix "save breakpoints" for "disable $bpnum" command.
1421 * gdb.base/save-bp.c (main): Add label.
1422 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
1423
6e1ac5a3
JK
14242014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1425
1426 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
1427
754dd2b0
YQ
14282014-10-11 Yao Qi <yao@codesourcery.com>
1429
1430 * gdb.server/server-kill.exp: Execute command
1431 "set remote trace-status-packet on" before "tstatus".
1432
f90183d7
YQ
14332014-10-11 Yao Qi <yao@codesourcery.com>
1434
1435 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
1436 (main): Call getppid.
1437 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
1438 and continue to it. Read variable "server_pid".
1439
bf40a607
YQ
14402014-10-11 Yao Qi <yao@codesourcery.com>
1441
1442 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
1443
052ca370
YQ
14442014-10-11 Yao Qi <yao@codesourcery.com>
1445
1446 * gdb.threads/thread-find.exp: Don't execute command
1447 "info threads".
1448 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
1449 * gdb.threads/linux-dp.exp: Don't check the condition
1450 $threads_created equals to zero.
1451
3831839c
PA
14522014-10-10 Pedro Alves <palves@redhat.com>
1453
1454 * gdb.base/bigcore.exp: Remove references to IRIX.
1455 * gdb.base/funcargs.exp: Likewise.
1456 * gdb.base/interrupt.exp: Likewise.
1457 * gdb.base/mips_pro.exp: Likewise.
1458 * gdb.base/nodebug.exp: Likewise.
1459 * gdb.base/setvar.exp: Likewise.
1460 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
1461
8b9a549d
PA
14622014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1463 Pedro Alves <palves@redhat.com>
1464
1465 PR symtab/14466
1466 * gdb.base/vdso-warning.c: New file.
1467 * gdb.base/vdso-warning.exp: New file.
1468
d48ba5e8
DE
14692014-10-02 Doug Evans <dje@google.com>
1470
1471 * gdb.base/structs.c (main): Don't run forever.
1472
2278c276
PA
14732014-10-02 Pedro Alves <palves@redhat.com>
1474
1475 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
1476 (top level) <stop threads 1, stop threads 2>: Use it.
1477
b57bacec
PA
14782014-10-02 Pedro Alves <palves@redhat.com>
1479
1480 * gdb.threads/break-while-running.exp (test): Add new
1481 'update_thread_list' argument. Skip "info threads" if false.
1482 (top level): Add new 'update_thread_list' axis.
1483
13fd3ff3
PA
14842014-10-02 Pedro Alves <palves@redhat.com>
1485
1486 PR breakpoints/17431
1487 * gdb.base/execl-update-breakpoints.c: New file.
1488 * gdb.base/execl-update-breakpoints.exp: New file.
1489
0fec99e8
PA
14902014-10-01 Pedro Alves <palves@redhat.com>
1491
1492 * gdb.base/breakpoint-in-ro-region.c: New file.
1493 * gdb.base/breakpoint-in-ro-region.exp: New file.
1494
2ddf4301
SM
14952014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1496
1497 * gdb.mi/mi-exit-code.exp: New file.
1498 * gdb.mi/mi-exit-code.c: New file.
1499
6a5f3f43
YQ
15002014-09-30 Yao Qi <yao@codesourcery.com>
1501
1502 * lib/prelink-support.exp (build_executable_own_libs): Error if
1503 the target isn't native.
1504
345bcc73
YQ
15052014-09-30 Yao Qi <yao@codesourcery.com>
1506
1507 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
1508 false.
1509
a25a5a45
PA
15102014-09-22 Pedro Alves <palves@redhat.com>
1511
1512 * gdb.threads/break-while-running.exp: New file.
1513 * gdb.threads/break-while-running.c: New file.
1514
00ba3162
YQ
15152014-09-19 Yao Qi <yao@codesourcery.com>
1516
1517 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
1518 Invoke test. Restart GDB with --readnow and invoke test again.
1519
c3b7b696
YQ
15202014-09-19 Yao Qi <yao@codesourcery.com>
1521
1522 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
1523 proc set_breakpoint_on_gcd_function. Invoke
1524 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
1525 invoke set_breakpoint_on_gcd_function again.
1526
2b4fd423
DE
15272014-09-18 Doug Evans <dje@google.com>
1528
1529 * gdb.dwarf2/symtab-producer.exp: New file.
1530
a5947601
SDJ
15312014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1532
1533 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
1534 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
1535 * gdb.base/global-var-nested-by-dso.c: Likewise.
1536 * gdb.base/global-var-nested-by-dso.exp: Likewise.
1537
91c19059
SDJ
15382014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1539 Pedro Alves <palves@redhat.com>
1540
1541 * gdb.base/watch-bitfields.exp: Pass string other than test file
1542 name to prepare_for_testing.
1543 (watch): New procedure.
1544 (expect_watchpoint): Use with_test_prefix.
1545 (top level): Factor out tests to ...
1546 (test_watch_location, test_regular_watch): ... these new
1547 procedures, and use with_test_prefix and gdb_continue_to_end.
1548
bb9d5f81
PP
15492014-09-16 Patrick Palka <patrick@parcs.ath.cx>
1550
1551 PR breakpoints/12526
1552 * gdb.base/watch-bitfields.exp: New file.
1553 * gdb.base/watch-bitfields.c: New file.
1554
635856f5
PA
15552014-09-16 Pedro Alves <palves@redhat.com>
1556
1557 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
1558 software and hardware addresses, not software address against
1559 itself.
1560
7280ceea
PA
15612014-09-16 Pedro Alves <palves@redhat.com>
1562
1563 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
1564 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
1565
428b16bd
PA
15662014-09-16 Pedro Alves <palves@redhat.com>
1567
1568 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
1569 files.
1570 * gdb.base/a2-run.exp: Remove all code guarded by istarget
1571 "*-*-vxworks*" throughout.
1572 * gdb.base/break.exp: Likewise.
1573 * gdb.base/default.exp: Likewise.
1574 * gdb.base/scope.exp: Likewise.
1575 * gdb.base/sepdebug.exp: Likewise.
1576 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
1577 throughout.
1578 * gdb.base/run.c: Likewise.
1579 * gdb.base/sepdebug.c: Likewise.
1580 * gdb.hp/gdb.aCC/run.c: Likewise.
1581 * gdb.reverse/until-reverse.c: Likewise.
1582 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
1583
666d413c
YQ
15842014-09-16 Yao Qi <yao@codesourcery.com>
1585
1586 * boards/local-remote-host-native.exp: New file.
1587
57cbd724
DE
15882014-09-14 Doug Evans <xdje42@gmail.com>
1589
1590 * gdb.threads/queue-signal.c (thread_count): New variable.
1591 (thread_count_mutex, thread_count_condvar): New variables.
1592 (incr_thread_count, wait_all_threads_running): New functions.
1593 (main): Wait for all threads to be in their thread functions.
1594
81219e53
DE
15952014-09-13 Doug Evans <xdje42@gmail.com>
1596
1597 * gdb.threads/queue-signal.c: New file.
1598 * gdb.threads/queue-signal.exp: New file.
1599
3714cea7
DE
16002014-09-13 Doug Evans <xdje42@gmail.com>
1601
1602 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
1603 be consistent with what default_gdb_init uses.
1604 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
1605 the plain text of the prompt. Add some logging printfs.
1606 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
1607
fa43b1d7
PA
16082014-09-12 Pedro Alves <palves@redhat.com>
1609
1610 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
1611 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
1612 * gdb.arch/i386-size-overlap.exp: Likewise.
1613 * gdb.arch/i386-size.exp: Likewise.
1614 * gdb.arch/i386-unwind.exp: Likewise.
1615 * gdb.base/a2-run.exp: Likewise.
1616 * gdb.base/break.exp: Likewise.
1617 * gdb.base/charset.exp: Likewise.
1618 * gdb.base/chng-syms.exp: Likewise.
1619 * gdb.base/commands.exp: Likewise.
1620 * gdb.base/dbx.exp: Likewise.
1621 * gdb.base/find.exp: Likewise.
1622 * gdb.base/funcargs.exp: Likewise.
1623 * gdb.base/jit-simple.exp: Likewise.
1624 * gdb.base/reread.exp: Likewise.
1625 * gdb.base/sepdebug.exp: Likewise.
1626 * gdb.base/step-bt.exp: Likewise.
1627 * gdb.cp/mb-inline.exp: Likewise.
1628 * gdb.cp/mb-templates.exp: Likewise.
1629 * gdb.objc/basicclass.exp: Likewise.
1630 * gdb.threads/killed.exp: Likewise.
1631
9d9bf2df
EBM
16322014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1633
1634 PR tdep/17379
1635 * gdb.arch/powerpc-stackless.S: New file.
1636 * gdb.arch/powerpc-stackless.exp: New file.
1637
1cf2f1b0
JK
16382014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1639
1640 * gdb.base/attach.c: Include unistd.h.
1641 (main): Call alarm. Add label postloop.
1642 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
1643 gdb_breakpoint, gdb_continue_to_breakpoint.
1644 (test_command_line_attach_run): Kill ${testpid} in one exit path.
1645
98880d46
PA
16462014-09-11 Pedro Alves <palves@redhat.com>
1647
1648 PR gdb/17347
1649 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
1650 * gdb.base/attach.exp (test_command_line_attach_run): New
1651 procedure.
1652 (top level): Call it.
1653
4c92ff2c
PA
16542014-09-11 Pedro Alves <palves@redhat.com>
1655
1656 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
1657 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
1658 (do_command_attach_tests): Use spawn_wait_for_attach.
1659 * gdb.base/solib-overlap.exp: Likewise.
1660 * gdb.multi/multi-attach.exp: Likewise.
1661 * gdb.python/py-prompt.exp: Likewise.
1662 * gdb.python/py-sync-interp.exp: Likewise.
1663 * gdb.server/ext-attach.exp: Likewise.
1664
3adc1a7d
GKB
16652014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
1666
1667 * gdb.fortran/array-element.exp: Remove unexpected "continue"
1668 command in testcase. Simplify testcase.
1669
96334934
JB
16702014-09-10 Joel Brobecker <brobecker@adacore.com>
1671
1672 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
1673
eb479039
JB
16742014-09-10 Joel Brobecker <brobecker@adacore.com>
1675
1676 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
1677
deede10c
JB
16782014-09-10 Joel Brobecker <brobecker@adacore.com>
1679
1680 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
1681
7828a5f5
JB
16822014-09-10 Joel Brobecker <brobecker@adacore.com>
1683
1684 * gdb.dwarf2/dynarr-ptr.c: New file.
1685 * gdb.dwarf2/dynarr-ptr.exp: New file.
1686
33aeebcf
MR
16872014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1688
1689 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
1690 of 30 rather than hardcoding 120 for a slow test case. Take the
1691 `gdb,timeout' target setting into account for this calculation.
1692 Don't extend the timeout for the test cases that don't need it.
1693
7b415901
MR
16942014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1695
1696 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
1697 a factor of 2 for a slow test case. Take the `gdb,timeout'
1698 target setting into account for this calculation.
1699 * gdb.reverse/until-precsave.exp: Increase the timeout by
1700 a factor of 15 and 3 respectively rather than adding 120
1701 for a pair of slow test cases. Take the `gdb,timeout'
1702 target setting into account for this calculation.
1703
4a40f85a
MR
17042014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1705
1706 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
1707 timeout, don't pass one down to gdb_expect.
1708 (gdb_expect): Rework timeout selection.
1709
09635af7
MR
17102014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1711
1712 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
1713 exception on timeout.
1714 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
1715 (gdbserver_start_extended): Catch any `gdbserver_start' error
1716 exceptions.
1717 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
1718 * lib/mi-support.exp (mi_gdb_target_load): Catch any
1719 `gdbserver_gdb_load' error exceptions.
1720
2bdd10b7
MR
17212014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1722
1723 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
1724 120 on waiting for the TCP socket to open.
1725
316935f0
DE
17262014-09-09 Doug Evans <xdje42@gmail.com>
1727
1728 * gdb.base/default.exp (show_conv_list): Add _caller_is,
1729 _caller_matches, _any_caller_is, _any_caller_matches.
1730
83740597
DE
17312014-09-09 Doug Evans <xdje42@gmail.com>
1732
1733 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
1734
4c122fc3
YQ
17352014-09-09 Yao Qi <yao@codesourcery.com>
1736
1737 * gdb.mi/mi-var-display.exp: Set print symbol off.
1738
a9f116cb
GKB
17392014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
1740
1741 PR gdb/17035
1742 * gdb.base/commands.exp: Add tests to verify user-defined
1743 commands with empty bodies.
1744 * gdb.python/py-cmd.exp: Test that we don't show user-defined
1745 python commands in `show user command`.
1746 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
1747 scheme commands in `show user command`.
1748
c75bd3a2
JK
17492014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1750
1751 PR python/17355
1752 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
1753 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
1754 * gdb.python/py-framefilter-invalidarg.exp: New file.
1755 * gdb.python/py-framefilter-invalidarg.py: New file.
1756
faa42425
DE
17572014-09-06 Doug Evans <xdje42@gmail.com>
1758
1759 PR 15276
1760 * gdb.python/py-caller-is.c: New file.
1761 * gdb.python/py-caller-is.exp: New file.
1762
474ca4f6
SDJ
17632014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
1764
1765 PR gdb/17235
1766 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
1767 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
1768
eb0b0463
SDJ
17692014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
1770
1771 PR fortran/17237
1772 * gdb.fortran/print-formatted.exp: New file.
1773 * gdb.fortran/print-formatted.f90: Likewise.
1774
5f3b99cf
SS
17752014-09-03 Sasha Smundak <asmundak@google.com>
1776
1777 * gdb.python/py-frame.exp: Test Frame.read_register.
1778
7d793aa9
SDJ
17792014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
1780
1781 PR python/16699
1782 * gdb.python/py-completion.exp: New file.
1783 * gdb.python/py-completion.py: Likewise.
1784
fb0576e9
DE
17852014-08-28 Doug Evans <dje@google.com>
1786
1787 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
1788 eax,etc. are live with values set by gdb and thus the compiler can't
1789 use them.
1790 * gdb.arch/i386-pseudo.c (main): Ditto.
1791
ee92b0dd
DE
17922014-08-27 Doug Evans <dje@google.com>
1793
1794 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
1795
6649db35
DE
17962014-08-25 Doug Evans <dje@google.com>
1797
1798 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
1799 (main): Ditto.
1800
564b7600
DE
18012014-08-25 Doug Evans <dje@google.com>
1802
1803 * gdb.threads/thread-execl.exp: #include <stdio.h>.
1804
3881fb67
YQ
18052014-08-24 Yao Qi <yao@codesourcery.com>
1806
1807 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
1808 symbol off.
1809 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
1810
a05a36a5
DE
18112014-08-22 Doug Evans <dje@google.com>
1812
1813 PR 17276
1814 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
1815 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
1816 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
1817
7c343b48
YQ
18182014-08-22 Yao Qi <yao@codesourcery.com>
1819
1820 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
1821 * gdb.python/py-finish-breakpoint2.exp: Likewise.
1822 * gdb.python/python.exp: Likewise. Use .py file on the host
1823 instead of the build.
1824
22fd09ae
JK
18252014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1826
1827 * gdb.threads/gcore-stale-thread.c: New file.
1828 * gdb.threads/gcore-stale-thread.exp: New file.
1829
a8454a7c
PA
18302014-08-21 Pedro Alves <palves@redhat.com>
1831
1832 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
1833 * gdb.base/gcore-relro-pie.exp: Likewise.
1834 * gdb.base/gcore-relro.exp: Likewise.
1835 * gdb.base/gcore.exp: Likewise.
1836 * gdb.base/print-symbol-loading.exp: Likewise.
1837 * gdb.threads/gcore-thread.exp: Likewise.
1838 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
1839
2a31c623
PA
18402014-08-20 Pedro Alves <palves@redhat.com>
1841 Jan Kratochvil <jan.kratochvil@redhat.com>
1842
1843 * Makefile.in (EXTRA_RULES, CC): New variables, get from
1844 configure.
1845 (EXPECT): Handle READ1 being set.
1846 (all): Depend on EXTRA_RULES.
1847 (check-read1, expect-read1, read1.so, read1): New rules.
1848 * README (Testsuite Parameters): Document the READ1 make variable.
1849 (Race detection): New section.
1850 * configure: Regenerate.
1851 * configure.ac: If build==host==target, and running under a
1852 GNU/glibc system, add read1 to the extra Makefile rules.
1853 (EXTRA_RULES): AC_SUBST it.
1854 * lib/read1.c: New file.
1855
d36430db
JB
18562014-08-20 Joel Brobecker <brobecker@adacore.com>
1857
1858 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
1859 the handling of variables declared as a typedef to an array
1860 which a DW_AT_data_location attribute.
1861
9a0dc9e3
PA
18622014-08-19 Andrew Burgess <aburgess@broadcom.com>
1863 Pedro Alves <palves@redhat.com>
1864
1865 PR symtab/14604
1866 PR symtab/14605
1867 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
1868 gdb_test.
1869
0718a8da
PA
18702014-08-19 Pedro Alves <palves@redhat.com>
1871
1872 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
1873
13b448cd
YQ
18742014-08-19 Yao Qi <yao@codesourcery.com>
1875
1876 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
1877 right line.
1878
1cbf5077
DB
18792014-08-18 David Blaikie <dblaikie@gmail.com>
1880
1881 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
1882
bf0fae19
JB
18832014-08-18 Joel Brobecker <brobecker@adacore.com>
1884
1885 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
1886 attribute in array range.
1887
3c8c5dcc
JB
18882014-08-18 Joel Brobecker <brobecker@adacore.com>
1889
1890 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
1891
e66d4446
SC
18922014-08-15 Siva Chandra Reddy <sivachandra@google.com>
1893
1894 PR c++/17132
1895 * gdb.cp/pr17132.cc: New file.
1896 * gdb.cp/pr17132.exp: New file.
1897
940df408
SC
18982014-08-15 Siva Chandra Reddy <sivachandra@google.com>
1899
1900 * gdb.python/py-xmethods.py (A_getarrayind)
1901 (E_method_char_worker.__call__, E_method_int_worker.__call__):
1902 Use 'print' with function call syntax.
1903 (E_method_matcher.match): Fix tab vs space indentation mixup.
1904
ebcc6c3a
YQ
19052014-08-15 Yao Qi <yao@codesourcery.com>
1906
1907 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
1908 false.
1909
775e0f04
YQ
19102014-08-15 Yao Qi <yao@codesourcery.com>
1911
1912 * gdb.cp/casts.exp: Set print symbol off.
1913 * gdb.cp/class2.exp: Likewise.
1914 * gdb.cp/overload.exp: Likewise.
1915 * gdb.cp/templates.exp: Likewise.
1916
d769e349
DE
19172014-08-11 Doug Evans <dje@google.com>
1918
1919 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1920 (test_load_shlib): Update.
1921
20c6f1e1
YQ
19222014-08-09 Yao Qi <yao@codesourcery.com>
1923
1924 * gdb.base/display.exp: Invoke is_address_zero_readable.
1925 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
1926 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1927 * gdb.base/hbreak-unmapped.exp: Return if
1928 is_address_zero_readable returns true.
1929 * gdb.base/signest.exp: Likewise.
1930 * gdb.base/signull.exp: Likewise.
1931 * gdb.base/sigbpt.exp: Likewise.
1932 * gdb.guile/scm-disasm.exp: Do the test if
1933 is_address_zero_readable returns false.
1934 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
1935 * gdb.python/py-arch.exp: Likewise.
1936 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
1937 * lib/gdb.exp (is_address_zero_readable): New proc.
1938
5792e8e3
YQ
19392014-08-09 Yao Qi <yao@codesourcery.com>
1940
1941 PR testsuite/13443
1942 * gdb.mi/mi-var-display.exp: Make test messages unique.
1943
3cecbbbe
TT
19442014-08-04 Tom Tromey <tromey@redhat.com>
1945
1946 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
1947 target 0".
1948
00b51ff5
TT
19492014-08-04 Tom Tromey <tromey@redhat.com>
1950
1951 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
1952 "target_resume".
1953
6908c509
JB
19542014-08-01 Joel Brobecker <brobecker@adacore.com>
1955
1956 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
1957 inner_vla_struct_object_size.
1958 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
1959 as xfail.
1960
cc6563d2
PA
19612014-07-30 Pedro Alves <palves@redhat.com>
1962
1963 * gdb.threads/signal-command-handle-nopass.exp (test): Add
1964 comment.
1965
7e09a223
YQ
19662014-07-29 Yao Qi <yao@codesourcery.com>
1967
1968 PR gdb/17206
1969 * gdb.base/until-nodebug.exp: New.
1970
7ebdbe92
DE
19712014-07-28 Doug Evans <xdje42@gmail.com>
1972
1973 PR guile/17203
1974 * gdb.guile/scm-parameter.exp: Add tests for trying to create
1975 previously existing parameter, and previously ambiguously spelled
1976 parameter.
1977
fdb1adc6
WN
19782014-07-28 Will Newton <will.newton@linaro.org>
1979
1980 * gdb.base/varargs.exp: Remove KFAILs for ARM.
1981
186fcde0
DE
19822014-07-26 Ludovic Courtès <ludo@gnu.org>
1983 Doug Evans <xdje42@gmail.com>
1984
1985 PR guile/17146
1986 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
1987
70509625
PA
19882014-07-25 Pedro Alves <palves@redhat.com>
1989
1990 * gdb.threads/signal-command-handle-nopass.c: New file.
1991 * gdb.threads/signal-command-handle-nopass.exp: New file.
1992 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
1993 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
1994 * gdb.threads/signal-delivered-right-thread.c: New file.
1995 * gdb.threads/signal-delivered-right-thread.exp: New file.
1996
c3f814a1
PA
19972014-07-25 Pedro Alves <palves@redhat.com>
1998
1999 * gdb.base/double-prompt-target-event-error.exp
2000 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
2001 match.
2002 (cancel_pagination_in_target_event): Rework double prompt
2003 detection.
2004 * gdb.base/paginate-after-ctrl-c-running.exp
2005 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
2006 <return>' match.
2007 * gdb.base/paginate-bg-execution.exp
2008 (test_bg_execution_pagination_return)
2009 (test_bg_execution_pagination_cancel): Remove '-notransfer
2010 <return>' matches.
2011 * gdb.base/paginate-execution-startup.exp
2012 (test_fg_execution_pagination_return)
2013 (test_fg_execution_pagination_cancel): Remove '-notransfer
2014 <return>' matches.
2015 * gdb.base/paginate-inferior-exit.exp
2016 (test_paginate_inferior_exited): Remove '-notransfer <return>'
2017 match.
2018 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
2019 * lib/gdb.exp (pagination_prompt): Run text through
2020 string_to_regexp.
2021 (gdb_test_multiple): Match $pagination_prompt instead of
2022 "<return>".
2023 (string_to_regexp): Move to lib/gdb-utils.exp.
2024
e214cf6c
JK
20252014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2026
2027 * gdb.arch/amd64-entry-value-paramref.S: New file.
2028 * gdb.arch/amd64-entry-value-paramref.cc: New file.
2029 * gdb.arch/amd64-entry-value-paramref.exp: New file.
2030 * gdb.arch/amd64-optimout-repeat.S: New file.
2031 * gdb.arch/amd64-optimout-repeat.c: New file.
2032 * gdb.arch/amd64-optimout-repeat.exp: New file.
2033
17d0c5c8
JK
20342014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2035
2036 PR gdb/17170
2037 * gdb.base/statistics.exp: New file.
2038
b8b8facf
DE
20392014-07-17 Doug Evans <dje@google.com>
2040
74b49205 2041 PR gdb/17170
b8b8facf
DE
2042 * gdb.base/maint.exp: Update testing of per-command stats.
2043
1b5d0ab3
PA
20442014-07-16 Pedro Alves <palves@redhat.com>
2045
2046 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
2047 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
2048 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
2049 (tfile_write_buf): New functions.
2050 (add_memory_block): Rewrite using the above.
2051 (adjust_function_address): New function.
2052 (FUNCTION_ADDRESS): New macro.
2053 (write_basic_trace_file): Remove short_x local, and use
2054 tfile_write_16. Change type of func_addr local to unsigned long
2055 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
2056 here. Cast argument of add_memory_block to char pointer.
2057 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
2058 (main): Remove parameters.
2059 * gdb.trace/tfile.exp: Remove nowarnings.
2060
4d974e88
SM
20612014-07-15 Simon Marchi <simon.marchi@ericsson.com>
2062
2063 * gdb.base/debug-expr.exp: Test string evaluation with
2064 "debug expression" on.
2065
41e99568
PA
20662014-07-15 Pedro Alves <palves@redhat.com>
2067
2068 * gdb.base/reread.exp: Use clean_restart.
2069
487d9753
PL
20702014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
2071
2072 * gdb.arch/avr-flash-qualifer.c: New.
2073 * gdb.arch/avr-flash-qualifer.exp: New.
2074
cc1c52ad
PA
20752014-07-14 Pedro Alves <palves@redhat.com>
2076
2077 * gdb.base/paginate-after-ctrl-c-running.c: New file.
2078 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
2079
1e973570
PA
20802014-07-14 Pedro Alves <palves@redhat.com>
2081
2082 * gdb.base/double-prompt-target-event-error.c: New file.
2083 * gdb.base/double-prompt-target-event-error.exp: New file.
2084
93d6eb10
PA
20852014-07-14 Pedro Alves <palves@redhat.com>
2086
2087 PR gdb/17072
2088 * gdb.base/paginate-inferior-exit.c: New file.
2089 * gdb.base/paginate-inferior-exit.exp: New file.
2090
0017922d
PA
20912014-07-14 Pedro Alves <palves@redhat.com>
2092
2093 PR gdb/17072
2094 * gdb.base/paginate-bg-execution.c: New file.
2095 * gdb.base/paginate-bg-execution.exp: New file.
2096
94696ad3
PA
20972014-07-14 Pedro Alves <palves@redhat.com>
2098
2099 PR gdb/17072
2100 * gdb.base/paginate-execution-startup.c: New file.
2101 * gdb.base/paginate-execution-startup.exp: New file.
2102 * lib/gdb.exp (pagination_prompt): New global.
2103 (default_gdb_spawn): New procedure, factored out from
2104 default_gdb_spawn.
2105 (default_gdb_start): Adjust to call default_gdb_spawn.
2106 (gdb_spawn): New procedure.
2107
bd293940
PA
21082014-07-14 Pedro Alves <palves@redhat.com>
2109
2110 * lib/gdb.exp (gdb_assert): New procedure.
2111 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
2112
c933f875
PA
21132014-07-14 Pedro Alves <palves@redhat.com>
2114
2115 * gdb.base/execution-termios.c: New file.
2116 * gdb.base/execution-termios.exp: New file.
2117
d98b7a16
TT
21182014-07-14 Tom Tromey <tromey@redhat.com>
2119
2120 * gdb.cp/vla-cxx.cc: New file.
2121 * gdb.cp/vla-cxx.exp: New file.
2122
548740d6
TT
21232014-07-14 Tom Tromey <tromey@redhat.com>
2124
2125 * gdb.reverse/rerun-prec.c: New file.
2126 * gdb.reverse/rerun-prec.exp: New file.
2127
a25eb028
MR
21282014-07-12 Maciej W. Rozycki <macro@mips.com>
2129 Maciej W. Rozycki <macro@codesourcery.com>
2130
2131 * lib/gdb-utils.exp: New file.
2132 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
2133 inline `gdb_init_command' processing.
2134 (gdb_start_cmd): Likewise.
2135 * lib/mi-support.exp (mi_run_cmd): Likewise.
2136 * README: Document `gdb_init_command' and `gdb_init_commands'.
2137
218c2655
JK
21382014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2139
2140 Fix false FAIL running under a very long directory name.
2141 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
2142 and "set print elements 10000". Twice.
2143
5401fde3
YQ
21442014-07-11 Yao Qi <yao@codesourcery.com>
2145
2146 * gdb.base/exprs.exp: "set print symbol off".
2147
e76126e8
PA
21482014-07-11 Pedro Alves <palves@redhat.com>
2149
2150 * gdb.threads/kill.c: New file.
2151 * gdb.threads/kill.exp: New file.
2152
2d6f0de6
YQ
21532014-07-10 Yao Qi <yao@codesourcery.com>
2154
2155 * gdb.trace/tfile.c (write_basic_trace_file)
2156 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
2157 address written to trace file.
2158
7180e04a
PA
21592014-07-09 Pedro Alves <palves@redhat.com>
2160
2161 * gdb.base/attach-wait-input.exp: New file.
2162 * gdb.base/attach-wait-input.c: New file.
2163
9a9a7608
AB
21642014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2165
2166 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
2167 setting up test structures.
2168 (main): Call new test function.
2169 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
2170 test function, continue into test function and walk test
2171 structures.
2172
161ac41e
YQ
21732014-07-02 Yao Qi <yao@codesourcery.com>
2174
2175 * gdb.trace/entry-values.c: Define labels 'foo_start' and
2176 'bar_start' at the beginning of functions 'foo' and 'bar'
2177 respectively.
2178 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
2179 instead of 'foo' and 'bar'.
2180
1f267ae3
MM
21812014-07-08 Markus Metzger <markus.t.metzger@intel.com>
2182
2183 * gdb.btrace/segv.exp: New.
2184 * gdb.btrace/segv.c: New.
2185
2b239efb
LM
21862014-07-02 Luis Machado <lgustavo@codesourcery.com>
2187
2188 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
2189 instruction.
2190
cf363f18
MW
21912014-06-30 Mark Wielaard <mjw@redhat.com>
2192
2193 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
2194 vulture, vilify, villar): New volatile array constants.
2195 (vindictive, vegetation): New const volatile array constants.
2196 * gdb.base/volatile.exp: Test volatile and const volatile array
2197 types.
2198
aebf9d24
AA
21992014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2200
2201 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
2202 target lacks support for awatch, rwatch, or hbreak.
2203
b67a2c6f
YQ
22042014-06-27 Yao Qi <yao@codesourcery.com>
2205
2206 * gdb.multi/dummy-frame-restore.exp: New.
2207 * gdb.multi/dummy-frame-restore.c: New.
2208
aef92902
MM
22092014-06-25 Markus Metzger <markus.t.metzger@intel.com>
2210
2211 * gdb.btrace/gcore.exp: New.
2212
8e9db26e
PA
22132014-06-23 Pedro Alves <palves@redhat.com>
2214
2215 * gdb.base/watchpoint-reuse-slot.c: New file.
2216 * gdb.base/watchpoint-reuse-slot.exp: New file.
2217
70afc5b7
SC
22182014-06-23 Siva Chandra Reddy <sivachandra@google.com>
2219
2220 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
2221 progspace's filename in 'info', 'enable' and 'disable' command
2222 tests.
2223
b972bd9c
JK
22242014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2225
2226 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
2227 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2228 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
2229
125f8a3d
GB
22302014-06-20 Gary Benson <gbenson@redhat.com>
2231
2232 * gdb.arch/i386-avx.exp: Fix include file location.
2233 * gdb.arch/i386-sse.exp: Likewise.
2234
3ed9baed
IB
22352014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
2236
2237 * gdb.dlang/expression.exp: New file.
2238
034f788c
PA
22392014-06-19 Pedro Alves <palves@redhat.com>
2240
2241 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
2242 out from ...
2243 (top level): ... here. Iterate running tests under different
2244 scheduler-locking settings.
2245
45371d0c
LM
22462014-06-18 Luis Machado <lgustavo@codesourcery.com>
2247
2248 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
2249 to DW_FORM_addr and use non-zero addresses.
2250
5d376983
SC
22512014-06-18 Siva Chandra Reddy <sivachandra@google.com>
2252
2253 PR gdb/17017
2254 * gdb.python/py-xmethods.cc: Add global function call counters and
2255 increment them in their respective functions. Remove "cout"
2256 statements.
2257 * gdb.python/py-xmethods.exp: Make tests check the global function
2258 call counters instead of depending on inferior IO.
2259
a1aa2221
LM
22602014-06-18 Don Breazeal <donb@codesourcery.com>
2261
2262 * gdb.base/foll-fork.exp (default_fork_parent_follow):
2263 Deleted procedure.
2264 (explicit_fork_parent_follow): Deleted procedure.
2265 (explicit_fork_child_follow): Deleted procedure.
2266 (test_follow_fork): New procedure.
2267 (do_fork_tests): Replace calls to deleted procedures with
2268 calls to test_follow_fork and reset GDB for subsequent
2269 procedure calls.
2270
0fc05997
YQ
22712014-06-17 Yao Qi <yao@codesourcery.com>
2272
2273 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
2274 CP1252.
2275
70795c52
LM
22762014-06-17 Luis Machado <lgustavo@codesourcery.com>
2277
2278 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
2279 Initialize ptr and S explicitly.
2280 (skip_type_update_when_not_use_rtti_test): Likewise.
2281
6be47f0c
KS
22822014-06-16 Keith Seitz <keiths@redhat.com>
2283
2284 PR mi/15863
2285 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
2286 the inferior is started.
2287
d03de421
PA
22882014-06-16 Pedro Alves <palves@redhat.com>
2289
2290 * gdb.base/break-main-file-remove-fail.c: New file.
2291 * gdb.base/break-main-file-remove-fail.exp: New file.
2292 * gdb.base/break-unload-file.exp: Use build_executable instead of
2293 prepare_for_testing.
2294 (test_break): New parameter "initial_load". Handle it.
2295 (top level): Add initial_load cmdline/file axis.
2296
f9579b99
TT
22972014-06-12 Tom Tromey <tromey@redhat.com>
2298
2299 * gdb.base/completion.exp: Don't use directory name in test.
2300
3657956b
GB
23012014-06-09 Gary Benson <gbenson@redhat.com>
2302
2303 * gdb.base/sigall.c [Functions to send signals]: Reorder to
2304 separate the always-available ANSI-standard signals from the
2305 signals that require checking.
2306 (main): Likewise.
2307 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
2308 Likewise.
2309 (main): Likewise.
2310
4186eb54
KS
23112014-06-07 Keith Seitz <keiths@redhat.com>
2312
2313 Revert:
2314 PR c++/16253
2315 * gdb.cp/var-tag.cc: New file.
2316 * gdb.cp/var-tag.exp: New file.
2317 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2318 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2319 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2320 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2321
25326a28 23222014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
2323
2324 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
2325
829155c9
PA
23262014-06-06 Pedro Alves <palves@redhat.com>
2327
2328 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
2329 in target debug output instead of looking at RSP packets,
2330 disabling the test on any target that uses hardware stepping.
2331 Update comments.
2332
61c8d22e
PA
23332014-06-06 Pedro Alves <palves@redhat.com>
2334
2335 * gdb.base/break-unload-file.exp: Fix typo.
2336
d9a47287
YQ
23372014-06-06 Yao Qi <yao@codesourcery.com>
2338
2339 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
2340 from "jit_function" to "^jit_function".
2341
e5e01dbf
YQ
23422014-06-06 Yao Qi <yao@codesourcery.com>
2343
2344 * gdb.base/async.c (foo): Add one statement.
2345 * gdb.base/async.exp: Get the next instruction address and
2346 match the output of "nexti" by instruction address. Match
2347 the hex address in the output of "finish".
2348
73ba372c
GB
23492014-06-06 Gary Benson <gbenson@redhat.com>
2350
2351 * gdb.base/call-signals.c: Remove preprocessor conditionals
2352 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
2353 SIGSEGV and SIGTERM.
2354 * gdb.base/sigall.c: Likewise.
2355 * gdb.base/unwindonsignal.c: Likewise.
2356 * gdb.reverse/sigall-reverse.c: Likewise.
2357
831517df
YQ
23582014-06-06 Yao Qi <yao@codesourcery.com>
2359
2360 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
2361 readable, skip the test.
2362
b8b91e98
YQ
23632014-06-06 Yao Qi <yao@codesourcery.com>
2364
2365 * gdb.threads/staticthreads.c (thread_function): Move the line
2366 setting breakpoint on forward.
2367 * gdb.threads/staticthreads.exp: Update comments.
2368
fb934770
LC
23692014-06-05 Ludovic Courtès <ludo@gnu.org>
2370
2371 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
2372 "history-append! type error".
2373
6ef284bd
SM
23742014-06-05 Simon Marchi <simon.marchi@ericsson.com>
2375
2376 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
2377 erroneous dprintf expected input.
2378
a872e241
DE
23792014-06-04 Doug Evans <xdje42@gmail.com>
2380
2381 * gdb.guile/scm-generics.exp: Delete.
2382
16f691fb
DE
23832014-06-04 Doug Evans <xdje42@gmail.com>
2384
2385 * gdb.guile/scm-breakpoint.exp: Update.
2386 Add tests for breakpoint registration.
2387
012370f6
TT
23882014-06-04 Tom Tromey <tromey@redhat.com>
2389
2390 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
2391 VLA-in-union.
2392 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
2393 inner_vla_struct, vla_union types. Initialize objects of those
2394 types and compute their sizes.
2395
9f5a4cef
HZ
23962014-06-04 Nathan Sidwell <nathan@codesourcery.com>
2397 Hui Zhu <hui@codesourcery.com>
2398
2399 * gdb.base/fileio.exp: Add test for shell not available as well as
2400 available.
2401 * gdb.base/fileio.c (test_system): Check for shell twice.
2402
90a45c4d
YQ
24032014-06-04 Yao Qi <yao@codesourcery.com>
2404
2405 * gdb.base/auto-connect-native-target.exp: Remove redundant
2406 space from the regexp pattern.
2407
70017e41
YQ
24082014-06-04 Yao Qi <yao@codesourcery.com>
2409
2410 * gdb.base/default.exp: Replace "child" with "native" in
2411 regexp pattern.
2412
883964a7
SC
24132014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2414
2415 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
2416 * gdb.python/py-xmethods.exp: New tests to test xmethods.
2417 * gdb.python/py-xmethods.py: Python script supporting the
2418 new testcase and tests.
2419
ef370185
JB
24202014-06-03 Joel Brobecker <brobecker@adacore.com>
2421 Pedro Alves <palves@redhat.com>
2422
2423 PR breakpoints/17000
2424 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
2425 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
2426
1e2ccb61
BM
24272014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
2428
2429 * gdb.base/subst.exp: Add tests to verify partial path matching
2430 output.
2431
c6ec5ab2
PA
24322014-06-03 Pedro Alves <palves@redhat.com>
2433
2434 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
2435 target that doesn't use software single-stepping.
2436
835c559f
PA
24372014-06-03 Pedro Alves <palves@redhat.com>
2438
2439 PR breakpoints/17000
2440 * gdb.base/sss-bp-on-user-bp-2.c: New file.
2441 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
2442
06eb1586
DE
24432014-06-02 Doug Evans <xdje42@gmail.com>
2444
2445 * gdb.guile/scm-parameter.exp: New file.
2446
e698b8c4
DE
24472014-06-02 Doug Evans <xdje42@gmail.com>
2448
2449 * gdb.guile/scm-cmd.c: New file.
2450 * gdb.guile/scm-cmd.exp: New file.
2451
ded03782
DE
24522014-06-02 Doug Evans <xdje42@gmail.com>
2453
2454 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
2455 pretty-printer lookup.
2456 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
2457 (make-pp_s-printer): Call it.
2458 (make-pretty-printer-from-dict): New function.
2459 (lookup-pretty-printer-maker-from-dict): New function.
2460 (*pretty-printer*): Simplify.
2461 (make-objfile-pp_s-printer): New function.
2462 (install-objfile-pretty-printers!): New function.
2463 (make-progspace-pp_s-printer): New function.
2464 (install-progspace-pretty-printers!): New function.
2465 * gdb.guile/scm-progspace.c: New file.
2466 * gdb.guile/scm-progspace.exp: New file.
2467
41fac0cf
PA
24682014-06-02 Pedro Alves <palves@redhat.com>
2469
2470 * gdb.base/dprintf-bp-same-addr.c: New file.
2471 * gdb.base/dprintf-bp-same-addr.exp: New file.
2472
96ae5695
EBM
24732014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2474
2475 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
2476 * gdb.arch/powerpc-power.s: Likewise.
2477
da02b3a8
JB
24782014-06-02 Joel Brobecker <brobecker@adacore.com>
2479
2480 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
2481
c72b2e7b
YQ
24822014-06-01 Yao Qi <yao@codesourcery.com>
2483
2484 * gdb.base/watchpoint.exp (test_watch_location): Check null
2485 pointer can be dereferenced. If not, do the test, otherwise
2486 skip it.
2487
53e8a631
AB
24882014-05-30 Andrew Burgess <aburgess@broadcom.com>
2489
2490 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
2491 results.
2492 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
2493
938f0e2f
AB
24942014-05-30 Andrew Burgess <aburgess@broadcom.com>
2495
2496 * gdb.arch/amd64-invalid-stack-middle.S: New file.
2497 * gdb.arch/amd64-invalid-stack-middle.c: New file.
2498 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
2499 * gdb.arch/amd64-invalid-stack-top.c: New file.
2500 * gdb.arch/amd64-invalid-stack-top.exp: New file.
2501
9ba6657a
PA
25022014-05-30 Pedro Alves <palves@redhat.com>
2503
2504 PR breakpoints/17000
2505 * gdb.base/sss-bp-on-user-bp.c: New file.
2506 * gdb.base/sss-bp-on-user-bp.exp: New file.
2507
522c09bf
DB
25082014-05-30 David Blaikie <dblaikie@gmail.com>
2509
2510 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
2511 gnu_inline semantics via attribute.
2512 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
2513 source explicitly specifies the required semantics.
2514
bf4ef81e
MR
25152014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
2516
2517 * gdb.reverse/sigall-reverse.exp: Fix a typo.
2518
329ea579
PA
25192014-05-29 Pedro Alves <palves@redhat.com>
2520 Tom Tromey <tromey@redhat.com>
2521
2522 * gdb.base/async-shell.exp: Don't enable target-async.
2523 * gdb.base/async.exp
2524 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
2525 parameter. Adjust.
2526 (top level): Don't test with "target-async".
2527 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
2528 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
2529 * gdb.base/inferior-died.exp: Don't enable target-async.
2530 * gdb.base/interrupt-noterm.exp: Likewise.
2531 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
2532 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2533 * gdb.mi/mi-nonstop.exp: Likewise.
2534 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2535 * gdb.mi/mi-nsintrall.exp: Likewise.
2536 * gdb.mi/mi-nsmoribund.exp: Likewise.
2537 * gdb.mi/mi-nsthrexec.exp: Likewise.
2538 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2539 * gdb.multi/watchpoint-multi.exp: Adjust comment.
2540 * gdb.python/py-evsignal.exp: Don't enable target-async.
2541 * gdb.python/py-evthreads.exp: Likewise.
2542 * gdb.python/py-prompt.exp: Likewise.
2543 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
2544 * gdb.server/solib-list.exp: Don't enable target-async.
2545 * gdb.threads/thread-specific-bp.exp: Likewise.
2546 * lib/mi-support.exp: Adjust to use mi-async.
2547
fd664c91
PA
25482014-05-29 Pedro Alves <palves@redhat.com>
2549
2550 PR gdb/13860
2551 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
2552 reason, even in sync mode.
2553
251bde03
PA
25542014-05-29 Pedro Alves <palves@redhat.com>
2555 Hui Zhu <hui@codesourcery.com>
2556
2557 PR PR15693
2558 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
2559 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
2560 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
2561 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
2562
7f3c0343
JB
25632014-05-28 Joel Brobecker <brobecker@adacore.com>
2564
2565 * config/monitor.exp (gdb_target_monitor): Replace use of
2566 "set remotebaud" by "set serial baud".
2567
b2715b27
AW
25682014-05-26 Andy Wingo <wingo@igalia.com>
2569
2570 * gdb.guile/scm-breakpoint.exp:
2571 * gdb.guile/scm-gsmob.exp: Update to use plain old object
2572 properties instead of gdb-object-properties.
2573
498a4489
YQ
25742014-05-26 Yao Qi <yao@codesourcery.com>
2575
2576 * gdb.server/no-thread-db.exp: Specify source file name
2577 explicitly when setting a breakpoint.
2578
589fdceb
MM
25792014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2580
2581 * gdb.btrace/vdso.c: New.
2582 * gdb.btrace/vdso.exp: New.
2583
e9089e05
MM
25842014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2585
2586 * gdb.base/gcore.exp (capture_command_output): Move ...
2587 * lib/gdb.exp (capture_command_output): ... here.
2588
67b5c0c1
MM
25892014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2590
2591 * gdb.btrace/data.exp: Test memory access during btrace replay.
2592
a2199296
SM
25932014-05-22 Simon Marchi <simon.marchi@ericsson.com>
2594
2595 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
2596
17b2616c
PA
25972014-05-21 Pedro Alves <palves@redhat.com>
2598
2599 PR gdb/13860
2600 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
2601 (top level): Test that output related to execution commands is
2602 sent to the console with CLI commands, but not with MI commands.
2603 Test that breakpoint events are always mirrored to the console.
2604 Also expect the new source line to be output after a "next" in
2605 async mode too. Make it a pass/fail test.
2606 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
2607 output.
2608 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
2609
5166082f
PA
26102014-05-21 Pedro Alves <palves@redhat.com>
2611
2612 * gdb.base/list.exp (build_pattern, test_list): New procedures.
2613 Use them to test variations of "list" after reaching a breakpoint.
2614 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
2615 Test "list" with listsize 10 after reaching a breakpoint.
2616 * gdb.python/python.exp (decode_line current location line
2617 number): Adjust expected line number.
2618
2f25d70f
SM
26192014-05-21 Simon Marchi <simon.marchi@ericsson.com>
2620
2621 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
2622 behavior for $args, pass it directly to "run".
2623
ff604a67
MR
26242014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
2625
2626 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
2627 30000 to 65536.
2628
6a3cb8e8
PA
26292014-05-21 Pedro Alves <palves@redhat.com>
2630
2631 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
2632 auto-connect-native-target off".
2633 * gdb.base/auto-connect-native-target.c: New file.
2634 * gdb.base/auto-connect-native-target.exp: New file.
2635
4ebfc96e
PA
26362014-05-21 Pedro Alves <palves@redhat.com>
2637
2638 * gdb.base/default.exp: Test "target native" instead of "target
2639 child".
2640
36d46afb
MW
26412014-05-21 Mark Wielaard <mjw@redhat.com>
2642
2643 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2644
5876f503
JK
26452014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2646
2647 Fix TLS access for -static -pthread.
2648 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
2649 <HAVE_TLS> (thread_function, main): Initialize it.
2650 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
2651 Add clean_restart.
2652 <$have_tls != "">: Check TLSVAR.
2653
0256a6ac
PA
26542014-05-21 Pedro Alves <palves@redhat.com>
2655
2656 * gdb.base/dcache-line-read-error.c: New.
2657 * gdb.base/dcache-line-read-error.exp: New.
2658
936d2992
PA
26592014-05-20 Pedro Alves <palves@redhat.com>
2660
2661 * gdb.base/compare-sections.c: New file.
2662 * gdb.base/compare-sections.exp: New file.
2663
802e8e6d
PA
26642014-05-20 Pedro Alves <palves@redhat.com>
2665
2666 * gdb.base/break-idempotent.c: New file.
2667 * gdb.base/break-idempotent.exp: New file.
2668
e59fa00f
MM
26692014-05-20 Markus Metzger <markus.t.metzger@intel.com>
2670
2671 * gdb.btrace/nohist.exp: New.
2672
8b696e31
YQ
26732014-05-20 Yao Qi <yao@codesourcery.com>
2674
2675 * lib/gdb.exp (gdb_init): Set timeout if test file is under
2676 gdb.reverse directory and gdb_reverse_timeout exists in board
2677 setting.
2678 * README: Document gdb_reverse_timeout.
2679
73c9764f
YQ
26802014-05-20 Yao Qi <yao@codesourcery.com>
2681
2682 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
2683 'test_file_name'. Treat args as a string instead of a list.
2684 (gdb_init): Rename argument 'args' by 'test_file_name'.
2685
f1f4348a
JK
26862014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2687
2688 * gdb.arch/powerpc-power.exp: New file.
2689 * gdb.arch/powerpc-power.s: New file.
2690
0dbe70ce
DE
26912014-05-16 Doug Evans <dje@google.com>
2692
2693 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
2694 * gdb.base/completion.exp: Check that all expected files exist
2695 before doing file completion.
0dbe70ce 2696
8d551b02
DE
26972014-05-16 Doug Evans <dje@google.com>
2698
2699 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
2700 Update.
2701 (do_syscall_tests_without_xml): Update.
2702
73eb7709
PA
27032014-05-16 Pedro Alves <palves@redhat.com>
2704
2705 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
2706 instead of "unknown output after running".
2707
3fae92fc
YQ
27082014-05-16 Yao Qi <yao@codesourcery.com>
2709
2710 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
2711 file1.txt from host at the end.
2712 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2713
c2b2ccc5
DE
27142014-05-15 Doug Evans <dje@google.com>
2715
2716 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
2717 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
2718 loading file. Add test for TU lookup.
2719
8c217a4b
SM
27202014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2721
2722 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
2723 calling "-exec-arguments" or "set args" before running the
2724 inferior.
2725
3deb39c6
SM
27262014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2727
2728 * lib/mi-support.exp (mi_expect_stop): Expect message for
2729 inferiors that exit with non-zero exit code.
2730
71a79f8c
YQ
27312014-05-14 Yao Qi <yao@codesourcery.com>
2732
2733 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
2734 match absolute path on remote host.
2735 (test_file_list_exec_source_files): Remove "/" from the
2736 pattern.
2737
f23fcd46
YQ
27382014-05-14 Yao Qi <yao@codesourcery.com>
2739
2740 * boards/local-remote-host-notty.exp (${board}_file): New
2741 proc.
2742
9404b58f
KM
27432014-05-07 Kyle McMartin <kyle@redhat.com>
2744
2745 Pushed by Joel Brobecker <brobecker@adacore.com>.
2746 * gdb.arch/aarch64-atomic-inst.c: New file.
2747 * gdb.arch/aarch64-atomic-inst.exp: New file.
2748
5e45f04c
YQ
27492014-05-07 Yao Qi <yao@codesourcery.com>
2750
2751 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
2752 in current context" too.
2753
c888a17d
KS
27542014-05-05 Keith Seitz <keiths@redhat.com>
2755
2756 * gdb.linespec/ls-dollar.exp: Add test for linespec
2757 file:convenience_variable.
2758
290a839c
YQ
27592014-05-05 Yao Qi <yao@codesourcery.com>
2760
2761 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
2762 traceframes into tfile and ctf trace files. Read data from
2763 trace file and test collected data.
2764 (gdb_collect_locals_test): Likewise.
2765 (gdb_unavailable_registers_test): Likewise.
2766 (gdb_unavailable_floats): Likewise.
2767 (gdb_collect_globals_test): Likewise.
2768 (top-level): Append "ctf" to trace_file_targets if GDB
2769 supports.
2770
b5262cd0
YQ
27712014-05-05 Yao Qi <yao@codesourcery.com>
2772
2773 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
2774 code to ...
2775 (gdb_collect_args_test_1): ... it. New proc.
2776 (gdb_collect_locals_test): Move some code to ...
2777 (gdb_collect_locals_test_1): ... it. New proc.
2778 (gdb_unavailable_registers_test): Move some code to ...
2779 (gdb_unavailable_registers_test_1): ... it. New proc.
2780 (gdb_unavailable_floats): Move some code to ...
2781 (gdb_unavailable_floats_1): ... it. New proc.
2782
30a1e6cc
SDJ
27832014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2784
2785 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
2786 probes to test for bitness recognition.
2787 * gdb.arch/amd64-stap-optional-prefix.exp
2788 (test_probe_value_without_reg): New procedure.
2789 Add code to test for different kinds of bitness.
2790
f33da99a
SDJ
27912014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2792
2793 PR breakpoints/16889
2794 * gdb.arch/amd64-stap-optional-prefix.S: New file.
2795 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2796
5b80f00d
PA
27972014-05-01 Pedro Alves <palves@redhat.com>
2798
2799 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
2800 gdb_file_cmd if no file is specified.
2801 * boards/native-extended-gdbserver.exp (gdb_load): Use the
2802 last_loaded_file to set the remote exec-file.
2803
f8c2a73c
PA
28042014-05-01 Pedro Alves <palves@redhat.com>
2805
2806 * boards/local-remote-host.exp: New file.
2807
be6e8ac7
PA
28082014-05-01 Pedro Alves <palves@redhat.com>
2809
2810 * boards/local-remote-host.exp: Rename to ...
2811 * boards/local-remote-host-notty.exp: ... this.
2812
cac0dc8f
JB
28132014-04-28 Joel Brobecker <brobecker@adacore.com>
2814
2815 * gdb.ada/dyn_arrayidx: New testcase.
2816
9730e6cc
YQ
28172014-04-26 Yao Qi <yao@codesourcery.com>
2818
2819 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
2820 and compute the length of function main. Save it in
2821 $main_length.
2822 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
2823 (top-level): Use gdb_compile to compile objects into
2824 executable and restart GDB. Remove invocation to
2825 prepare_for_testing.
2826
7ae1a6a6
PA
28272014-04-25 Simon Marchi <simon.marchi@ericsson.com>
2828 Pedro Alves <palves@redhat.com>
2829
2830 PR server/16255
2831 * gdb.multi/multi-attach.c: New file.
2832 * gdb.multi/multi-attach.exp: New file.
2833
4082afcc
PA
28342014-04-25 Pedro Alves <palves@redhat.com>
2835
2836 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
2837 user.
2838 (top level): Test that "set remote conditional-breakpoints-packet
2839 off" works as intended.
2840 * gdb.base/dprintf.exp: Test that "set remote
2841 breakpoint-commands-packet off" works as intended.
2842 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
2843 New function.
2844 (top level): Call it.
2845 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
2846 remote fast-tracepoints-packet off" works as intended.
2847 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
2848 * lib/gdb.exp (gdb_is_target_remote): ... here.
2849
2abc3f8d
DB
28502014-04-24 David Blaikie <dblaikie@gmail.com>
2851
2852 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
2853 ensure clang would not discard them.
2854 * gdb.base/gdbvars.c: Ditto.
2855 * gdb.base/memattr.c: Ditto.
2856 * gdb.base/whatis.c: Ditto.
2857 * gdb.python/py-prettyprint.c: Ditto.
2858 * gdb.trace/actions.c: Ditto.
2859 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
2860 ensure clang would not discard it.
2861
bfd39632
DB
28622014-04-24 David Blaikie <dblaikie@gmail.com>
2863
2864 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
2865 clang to emit the full definition of type required by the test
2866 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
2867
22842ff6
DB
28682014-04-24 David Blaikie <dblaikie@gmail.com>
2869
2870 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
2871 coax Clang into emitting the definition of the type.
2872 * gdb.cp/pr10728-x.h (y): Ditto.
2873 * gdb.cp/pr10728-y.cc (y): Ditto.
2874
c2e827ad
DB
28752014-04-24 David Blaikie <dblaikie@gmail.com>
2876
2877 * gdb.base/label.exp: XFAIL label related tests under Clang.
2878 * gdb.cp/cplabel.exp: Ditto.
2879 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
2880 under Clang those using labels.
2881
4c2d33e7
YQ
28822014-04-25 Yao Qi <yao@codesourcery.com>
2883
2884 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
2885 double_label.
2886 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
2887 partial_label and double_label.
2888
56083b99
DB
28892014-04-24 David Blaikie <dblaikie@gmail.com>
2890
2891 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
2892
25d4e99d
DB
28932014-04-24 David Blaikie <dblaikie@gmail.com>
2894
2895 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
2896 of the function to work across GCC and Clang.
2897 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
2898 pointer types (const void ** const V void **).
2899
01f9f808
MS
29002014-04-24 Michael Sturm <michael.sturm@mintel.com>
2901 Walfred Tedeschi <walfred.tedeschi@intel.com>
2902
2903 * Makefile.in (EXECUTABLES): Added i386-avx512.
2904 * gdb.arch/i386-avx512.c: New file.
2905 * gdb.arch/i386-avx512.exp: Likewise.
2906
4b48d439
KS
29072014-04-23 Keith Seitz <keiths@redhat.com>
2908
2909 * lib/mi-support.exp (mi_list_breakpoints): Delete.
2910 (mi_make_breakpoint_table): New procedure.
2911 (mi_create_breakpoint): Use mi_make_breakpoint
2912 and return the result.
2913 (mi_make_breakpoint): New procedure.
2914 (mi_build_kv_pairs): New procedure.
2915
2916 * gdb.mi/mi-break.exp: Remove unused globals,
2917 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
2918 All callers updated.
2919 * gdb.mi/mi-dprintf.exp: Use variable to track command
2920 number.
2921 Update all callers of mi_create_breakpoint and use
2922 mi_make_breakpoint_table.
2923 Remove any unused global variables.
2924 * gdb.mi/mi-nonstop.exp: Likewise.
2925 * gdb.mi/mi-nsintrall.exp: Likewise.
2926 * gdb.mi/mi-nsmoribund.exp: Likewise.
2927 * gdb.mi/mi-nsthrexec.exp: Likewise.
2928 * gdb.mi/mi-reverse.exp: Likewise.
2929 * gdb.mi/mi-simplerun.exp: Likewise.
2930 * gdb.mi/mi-stepn.exp: Likewise.
2931 * gdb.mi/mi-syn-frame.exp: Likewise.
2932 * gdb.mi/mi-until.exp: Likewise.
2933 * gdb.mi/mi-var-cp.exp: Likewise.
2934 * gdb.mi/mi-var-display.exp: Likewise.
2935 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
2936 * gdb.mi/mi2-var-child.exp: Likewise.
2937 * gdb.mi/mi-vla-c99.exp: Likewise.
2938 * lib/mi-support.exp: Likewise.
2939
2940 From Ian Lance Taylor <iant@cygnus.com>:
2941 * lib/gdb.exp (parse_args): New procedure.
2942
08351840
PA
29432014-04-23 Pedro Alves <palves@redhat.com>
2944
2945 * gdb.base/break-unload-file.c: New file.
2946 * gdb.base/break-unload-file.exp: New file.
2947 * gdb.base/sym-file-lib.c (baz): New function.
2948 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
2949 field.
2950 (load): Store the segment's mapped size.
2951 (unload): New function.
2952 (unload_shlib): New function.
2953 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
2954 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
2955 set a breakpoint at baz, and call it.
2956 * gdb.base/sym-file.exp: New tests for stale breakpoint
2957 instructions.
2958
076855f9
PA
29592014-04-23 Pedro Alves <palves@redhat.com>
2960
2961 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
2962 * gdb.base/hbreak-in-shr-unsupported.c: New file.
2963 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
2964 * gdb.base/hbreak-unmapped.c: New file.
2965 * gdb.base/hbreak-unmapped.exp: New file.
2966 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
2967 * lib/gdb.exp (gdb_is_target_remote): ... here.
2968
483805cf
PA
29692014-04-22 Pedro Alves <palves@redhat.com>
2970
2971 * gdb.base/consecutive-step-over.c: New file.
2972 * gdb.base/consecutive-step-over.exp: New file.
2973
06d97543
PA
29742014-04-22 Pedro Alves <palves@redhat.com>
2975
2976 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
2977 instead of send_gdb/gdb_expect.
2978
b4429ea2
YQ
29792014-04-22 Yao Qi <yao@codesourcery.com>
2980
2981 * lib/trace-support.exp (generate_tracefile): New procedure.
2982 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
2983 return 0.
2984 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
2985 if generate_tracefile returns 1.
2986
51d48146
PA
29872014-04-18 Tom Tromey <palves@redhat.com>
2988 Pedro alves <tromey@redhat.com>
2989
2990 PR backtrace/15558
2991 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
2992 with a backtrace limit.
2993 * gdb.python/py-frame-inline.exp: Test running to an inline
2994 function with a backtrace limit, and printing the newest frame.
2995 * gdb.python/py-frame-inline.c (main): Call f.
2996
bd1dce5f
MS
29972014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2998
2999 * gdb.java/jnpe.exp: Drop srcdir from untested path.
3000
40d1a503
MS
30012014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3002
3003 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
3004 Drop prefix from unsupported source file path.
3005
389b98f7
YQ
30062014-04-17 Yao Qi <yao@codesourcery.com>
3007
3008 * lib/gdb.exp (with_target_charset): New proc.
3009 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
3010 with_target_charset.
3011 (test_print_strings): Likewise.
3012 (test_repeat_bytes): Likewise.
3013 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
3014 for some tests.
3015
22869d73
KS
30162014-04-16 Keith Seitz <keiths@redhat.com>
3017
3018 PR gdb/15827
3019 * gdb.dwarf2/corrupt.c: New file.
3020 * gdb.dwarf2/corrupt.exp: New file.
3021
c4f87ca6
KS
30222014-04-16 Keith Seitz <keiths@redhat.com>
3023
3024 PR c++/16597
3025 * gdb.cp/namelessclass.cc: New file.
3026 * gdb.cp/namelessclass.exp: New file.
3027 * gdb.cp/namelessclass.S: New file.
3028
ab19de87
DE
30292014-04-16 Doug Evans <dje@google.com>
3030
3031 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
3032 Add comment.
3033 (gdbserver_default_get_comm_port): New function.
3034 (gdbserver_start): Check if board file provided
3035 "gdbserver,get_comm_port" and use it if so.
3036 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
3037 (gdb,socketport): Set to "stdio".
3038 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
3039 (stdio_gdbserver_template): Delete.
3040 (${board}_get_remote_address): Update.
3041 (${board}_build_remote_cmd): Delete.
3042 (${board}_get_comm_port): New function.
3043 (${board}_spawn): Update.
3044 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
3045 Delete.
3046 (${board}_get_remote_address): Update.
3047 (${board}_get_comm_port): New function.
3048
fc98a809
AB
30492014-04-16 Andrew Burgess <aburgess@broadcom.com>
3050
3051 * gdb.base/memattr.exp: Improve regexps to handle memory regions
3052 appearing in any order.
3053
87fd9e6e
DE
30542014-04-15 Doug Evans <dje@google.com>
3055
3056 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
3057 uninitialized value of "description".
3058
099fc3ea
KS
30592014-04-15 Keith Seitz <keiths@redhat.com>
3060
3061 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
3062 Remove unused globals.
3063 (test_running_the_program): Likewise.
3064 (test_controlled_execution): Likewise.
3065 (test_controlling_breakpoints): Likewise.
3066 (test_program_termination): Likewise.
3067
5da151d4
KS
30682014-04-15 Keith Seitz <keiths@redhat.com>
3069
3070 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
3071 unused globals.
3072 (test_rbreak_creation_and_listing): Likewise.
3073 (test_ignore_count): Likewise.
3074 (test_error): Likewise.
3075
35e5d2f0
PA
30762014-04-15 Pedro Alves <palves@redhat.com>
3077
3078 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
3079 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
3080 sym-file-loader.c.
3081 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3082 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3083 to sym-file-loader.c.
3084 (struct library): Forward declare.
3085 (load_shlib, lookup_function): Change prototypes.
3086 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3087 (translate_offset): Remove declarations.
3088 (get_text_addr): New declaration.
3089 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
3090 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
3091 sym-file-loader.h.
3092 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3093 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3094 here from sym-file-loader.h.
3095 (struct library): New structure.
3096 (load_shlib, lookup_function): Change prototypes and adjust to
3097 work with a struct library.
3098 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3099 (translate_offset): Make static.
3100 (get_text_addr): New function.
3101 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
3102
eb4c1710
PA
31032014-04-15 Pedro Alves <palves@redhat.com>
3104
3105 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
3106
2d1baf52
PA
31072014-04-15 Pedro Alves <palves@redhat.com>
3108
3109 * gdb.base/sym-file-loader.c: Include <limits.h>.
3110 (SELF_LINK): New define.
3111 (get_origin): New function.
3112 (load_shlib): Use it.
3113 * gdb.base/sym-file.exp: Don't early return if the target is
3114 remote. Use runto_main, and issue fail is that fails. Use
3115 gdb_load_shlibs.
3116 (shlib_name): Delete.
3117 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
3118
7dd6df01
PA
31192014-04-15 Pedro Alves <palves@redhat.com>
3120
3121 * gdb.base/sym-file.exp: Remove regex characters from test
3122 message. Don't refer to breakpoint numbers in test messages.
3123
b50c8614
KS
31242014-04-14 Keith Seitz <keiths@redhat.com>
3125
3126 PR c++/16253
3127 * gdb.cp/var-tag.cc: New file.
3128 * gdb.cp/var-tag.exp: New file.
3129 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3130 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3131 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3132 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3133
3d567982
TT
31342014-04-14 Tom Tromey <tromey@redhat.com>
3135
3136 * gdb.cp/classes.exp (test_enums): Handle underlying type.
3137 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
3138 type.
3139 * gdb.cp/enum-class.exp: New file.
3140 * gdb.cp/enum-class.cc: New file.
3141
0626fc76
TT
31422014-04-14 Tom Tromey <tromey@redhat.com>
3143
3144 * gdb.dwarf2/enum-type.exp: New file.
3145
dca325b3
SA
31462014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3147
3148 * gdb.mi/mi-vla-c99.exp: New file.
3149 * gdb.mi/vla.c: New file.
3150
5854b38a
SA
31512014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3152
3153 * gdb.base/vla-datatypes.c: New file.
3154 * gdb.base/vla-datatypes.exp: New file.
3155
463bb957
SA
31562014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3157
3158 * gdb.base/vla-ptr.c: New file.
3159 * gdb.base/vla-ptr.exp: New file.
3160
3dd170be
SA
31612014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3162
3163 * gdb.dwarf2/count.exp: New file.
3164
5ecaaa66
SA
31652014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3166
3167 * gdb.base/vla-sideeffect.c: New file.
3168 * gdb.base/vla-sideeffect.exp: New file.
3169
41f1ada5
DB
31702014-04-14 David Blaikie <dblaikie@gmail.com>
3171
3172 * gdb.mi/non-stop.c: Add return value for non-void function return
3173 statement.
3174 * gdb.threads/staticthreads.c: Ditto.
3175
0be03e84
DE
31762014-04-12 Siva Chandra Reddy <sivachandra@google.com>
3177 Doug Evans <xdje42@gmail.com>
3178
3179 * gdb.guile/scm-value.c: Improve test case.
3180 * gdb.guile/scm-value.exp: Add new test.
3181
f180a1fb
DB
31822014-04-11 David Blaikie <dblaikie@gmail.com>
3183
3184 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
3185 override Clang's default.
3186
6b662e19
JB
31872014-04-11 Joel Brobecker <brobecker@adacore.com>
3188
3189 Revert the following changes (regressions):
3190
3191 * gdb.base/vla-sideeffect.c: New file.
3192 * gdb.base/vla-sideeffect.exp: New file.
3193
3194 * gdb.dwarf2/count.exp: New file.
3195
3196 * gdb.base/vla-multi.c: New file.
3197 * gdb.base/vla-multi.exp: New file.
3198
3199 * gdb.base/vla-ptr.c: New file.
3200 * gdb.base/vla-ptr.exp: New file.
3201
3202 * gdb.base/vla-datatypes.c: New file.
3203 * gdb.base/vla-datatypes.exp: New file.
3204
3205 * gdb.mi/mi-vla-c99.exp: New file.
3206 * gdb.mi/vla.c: New file.
3207
245a5f0b
KS
32082014-04-11 Keith Seitz <keiths@redhat.com>
3209
3210 PR c++/16675
3211 * gdb.cp/cpsizeof.exp: New file.
3212 * gdb.cp/cpsizeof.cc: New file.
3213
58a84dcf
SA
32142014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3215
191a8a90
JB
3216 * gdb.mi/mi-vla-c99.exp: New file.
3217 * gdb.mi/vla.c: New file.
58a84dcf 3218
c8655f75
SA
32192014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3220
3221 * gdb.base/vla-datatypes.c: New file.
3222 * gdb.base/vla-datatypes.exp: New file.
3223
024e13b4
SA
32242014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3225
3226 * gdb.base/vla-ptr.c: New file.
3227 * gdb.base/vla-ptr.exp: New file.
3228
1a237e0e
SA
32292014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3230
3231 * gdb.base/vla-multi.c: New file.
3232 * gdb.base/vla-multi.exp: New file.
3233
504f3432
SA
32342014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3235
3236 * gdb.dwarf2/count.exp: New file.
3237
3bce8237
SA
32382014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3239
191a8a90
JB
3240 * gdb.base/vla-sideeffect.c: New file.
3241 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 3242
322f9c21
YQ
32432014-04-11 Yao Qi <yao@codesourcery.com>
3244
3245 * gdb.base/completion.exp: Check file exists before running tests
3246 on file completion.
3247
d708bcd1
PA
32482014-04-10 Pedro Alves <palves@redhat.com>
3249
3250 * gdb.base/cond-eval-mode.c: New file.
3251 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
3252 prepare_for_testing to build the new file. Check result of
3253 runto_main.
3254 (test_break, test_watch): New procedures.
3255 (top level): Use them.
3256
ae1d2761
PM
32572014-04-08 Pierre Muller <muller@sourceware.org>
3258
3259 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
3260 Ctrl-V use for mingw hosts.
3261
7af389b8
SC
32622014-04-07 Siva Chandra Reddy <sivachandra@google.com>
3263
3264 * gdb.python/py-value.c: Improve test case.
3265 * gdb.python/py-value.exp: Add new test.
3266
5e703181
DE
32672014-04-07 David Blaikie <dblaikie@gmail.com>
3268
3269 * lib/compiler.c: Identify the clang compiler.
3270 * lib/compiler.cc: Ditto.
3271
9810b410
YQ
32722014-04-03 Yao Qi <yao@codesourcery.com>
3273
3274 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
3275
98d1b8dc
AB
32762014-04-01 Anton Blanchard <anton@samba.org>
3277
3278 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
3279 messages unique.
3280
3114cea1
AB
32812014-04-01 Anton Blanchard <anton@samba.org>
3282
3283 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
3284 prepare_for_testing.
3285
62f7182c
AB
32862014-04-01 Anton Blanchard <anton@samba.org>
3287
3288 * gdb.arch/ppc64-atomic-inst.c: Remove.
3289 * gdb.arch/ppc64-atomic-inst.S: New file.
3290 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
3291
770e7fc7
DE
32922014-03-31 Doug Evans <dje@google.com>
3293
3294 * gdb.base/print-symbol-loading-lib.c: New file.
3295 * gdb.base/print-symbol-loading-main.c: New file.
3296 * gdb.base/print-symbol-loading.exp: New file.
3297
46e2bafa
YQ
32982014-03-31 Yao Qi <yao@codesourcery.com>
3299
3300 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
3301
8776cfe9
JB
33022014-03-28 Joel Brobecker <brobecker@adacore.com>
3303
3304 * gdb.ada/mi_dyn_arr: New testcase.
3305
5d1ef361
DE
33062014-03-27 Doug Evans <dje@google.com>
3307
3308 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
3309
b5bee914
YQ
33102014-03-27 Yao Qi <yao@codesourcery.com>
3311
3312 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
3313 if target is nios2-*-*.
3314
0d4d0e77
YQ
33152014-03-26 Yao Qi <yao@codesourcery.com>
3316
3317 * lib/gdb.exp (readline_is_used): New proc.
3318 * gdb.base/completion.exp: Move tests on command complete up.
3319 Skip the rest of tests if readline is not used.
3320 * gdb.ada/complete.exp: Skp the test if readline is not
3321 used.
3322 * gdb.base/filesym.exp: Likewise.
3323 * gdb.base/macscp.exp: Likewise.
3324 * gdb.base/readline-ask.exp: Likewise.
3325 * gdb.base/readline.exp: Likewise.
3326 * gdb.python/py-cmd.exp: Likewise.
3327 * gdb.trace/tfile.exp: Likewise.
3328
29361eee
YQ
33292014-03-26 Yao Qi <yao@codesourcery.com>
3330
3331 * gdb.base/macscp.exp: Fix code format issues.
3332
bc9a5525
UW
33332014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
3334
3335 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
3336 * gdb.asm/powerpc64le.inc: New file.
3337
d3839ede
PA
33382014-03-25 Pedro Alves <palves@redhat.com>
3339 Doug Evans <dje@google.com>
3340
3341 * gdb.base/source-execution.c: New file.
3342 * gdb.base/source-execution.exp: New file.
3343 * gdb.base/source-execution.gdb: New file.
3344
01672a57
DE
33452014-03-24 Doug Evans <dje@google.com>
3346
3347 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
3348 using fission.
3349
88bbeca9
HZ
33502014-03-24 Hui Zhu <hui@codesourcery.com>
3351 Pedro Alves <palves@redhat.com>
3352
3353 PR breakpoints/16101
3354 * gdb.base/dprintf.exp: Use unsupported rather than changing the
3355 test pass/fail messages. Detect missing support for dprintf when
3356 breakpoints are actually inserted.
3357 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
3358 breakpoints are actually inserted.
3359 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
3360 fails.
3361
d2348791
JK
33622014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3363
3364 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
3365
feef67ab
DE
33662014-03-22 Doug Evans <xdje42@gmail.com>
3367
3368 * gdb.python/python.exp (python not supported): Verify multi-line
3369 python command issues an error.
25d743f9 3370 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 3371 guile command issues an error.
feef67ab 3372
ecebef6a
MR
33732014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
3374
3375 * gdb.threads/thread-specific.exp: Handle the lack of usable
3376 $this_breakpoint and $this_thread.
3377
ccdd1909
HZ
33782014-03-21 Hui Zhu <hui@codesourcery.com>
3379
3380 * gdb.base/attach.exp (do_command_attach_tests): New.
3381
beb460e8
PA
33822014-03-20 Tom Tromey <tromey@redhat.com>
3383 Pedro Alves <palves@redhat.com>
3384
3385 PR cli/15718
3386 * gdb.base/condbreak-call-false.c: New file.
3387 * gdb.base/condbreak-call-false.exp: New file.
3388
40acf43a
PA
33892014-03-20 Pedro Alves <palves@redhat.com>
3390
3391 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
3392 Delete.
3393 (block_signals, unblock_signals): Delete.
3394 (child_function_2, main): Remove references to deleted variable
3395 and functions.
3396
9f5e1e02
PA
33972014-03-20 Pedro Alves <palves@redhat.com>
3398
3399 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
3400 Use pthread_kill to signal thread 2.
3401 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3402 Adjust to make the test send itself a signal rather than using the
3403 host's "kill" command.
3404
99619bea
PA
34052014-03-20 Pedro Alves <palves@redhat.com>
3406
3407 * gdb.threads/multiple-step-overs.c: New file.
3408 * gdb.threads/multiple-step-overs.exp: New file.
3409 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3410 Adjust expected infrun debug output.
3411
2adfaa28
PA
34122014-03-20 Pedro Alves <palves@redhat.com>
3413
3414 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
3415 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
3416
31e77af2
PA
34172014-03-20 Pedro Alves <palves@redhat.com>
3418
3419 PR breakpoints/7143
3420 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
3421 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
3422 of gdb_test_multiple.
3423 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
3424 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
3425
b9f437de
PA
34262014-03-20 Pedro Alves <palves@redhat.com>
3427
3428 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
3429 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
3430
05adc73e
PA
34312014-03-19 Pedro Alves <palves@redhat.com>
3432
3433 * gdb.base/async.exp: Remove early return.
3434
6048b950
PA
34352014-03-19 Pedro Alves <palves@redhat.com>
3436
3437 * gdb.base/async.exp (step& tests): Pass explicit test messages.
3438
8bcfb00a
PA
34392014-03-19 Pedro Alves <palves@redhat.com>
3440
3441 * gdb.base/async.exp (test_background): Expect \r\n after
3442 "completed." in the fail pattern.
3443
884e37dc
PA
34442014-03-19 Pedro Alves <palves@redhat.com>
3445
3446 * gdb.base/async.exp (test_background): New procedure.
3447 Use it for all background execution command tests.
3448
148e57e2
PA
34492014-03-19 Pedro Alves <palves@redhat.com>
3450
3451 * gdb.base/async.exp: Use prepare_for_testing.
3452
f48088c7
PA
34532014-03-19 Pedro Alves <palves@redhat.com>
3454
3455 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
3456 the same line.
3457
e2f6c966
PA
34582014-03-19 Pedro Alves <palves@redhat.com>
3459
3460 * gdb.base/async.c (main): Add "jump here" and "until here" line
3461 marker comments.
3462 * gdb.base/async.exp (jump_here): New global.
3463 (jump& test): Use it.
3464 (until_here): New global.
3465 (until& test): Use it.
3466
c30568d4
PA
34672014-03-19 Pedro Alves <palves@redhat.com>
3468
3469 * gdb.base/async.exp: Don't frob gdb_protocol.
3470
0172b6a7
DE
34712014-03-18 Doug Evans <xdje42@gmail.com>
3472
3473 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
3474 Fix spelling of exec-done-display.
3475
06c868a8
JK
34762014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3477
3478 PR gdb/15358
3479 * gdb.base/gdb-sigterm.c: New file.
3480 * gdb.base/gdb-sigterm.exp: New file.
3481
0c7e1a46
PA
34822014-03-18 Pedro Alves <palves@redhat.com>
3483
3484 PR gdb/13860
3485 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
3486 * lib/mi-support.exp (mi_expect_stop): Add special handling for
3487 solib-event.
3488
f7c77d93
JB
34892014-03-17 Joel Brobecker <brobecker@adacore.com>
3490
3491 * gdb.ada/pckd_arr_ren: New testcase.
3492
5a1e8c7a
DE
34932014-03-13 Doug Evans <xdje42@gmail.com>
3494
3495 PR guile/16612
3496 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
3497 collect after discarding symbols.
3498
350e1a76
DE
34992014-03-13 Ludovic Courtès <ludo@gnu.org>
3500 Doug Evans <xdje42@gmail.com>
3501
3502 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
3503 to history survives a gc.
3504
a69900ae
PA
35052014-03-13 Pedro Alves <palves@redhat.com>
3506
3507 * gdb.base/default.exp: Don't test "target procfs".
3508
5db9f0bd
PA
35092014-03-13 Pedro Alves <palves@redhat.com>
3510
3511 * gdb.base/default.exp: Update "target child" and "target procfs"
3512 tests to not expect "Unix".
3513
b3ccfe11
TT
35142014-03-12 Tom Tromey <tromey@redhat.com>
3515
3516 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
3517 New procs. Add target-async tests.
3518 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
3519 Add target-async tests.
3520
646f4417
AA
35212014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3522
3523 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
3524 'func_start' and 'func_end' for the beginning and end of the
3525 function code, respectively.
3526 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
3527 'func_end' instead of 'func' and 'main'.
3528
288c211f
AA
35292014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3530
3531 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
3532 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
3533 generate the debug info assembler source.
3534
e0c0f156
AA
35352014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3536
3537 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
3538 * gdb.dwarf2/arr-subrange.exp: Likewise.
3539 * gdb.dwarf2/dwz.exp: Likewise.
3540 * gdb.dwarf2/method-ptr.exp: Likewise.
3541 * gdb.dwarf2/missing-sig-type.exp: Likewise.
3542 * gdb.dwarf2/subrange.exp: Likewise.
3543 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
3544 * gdb.dwarf2/implptrpiece.exp: Likewise.
3545 * gdb.dwarf2/nostaticblock.exp: Likewise.
3546
0e5c4555
AA
35472014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3548
3549 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
3550 directory to absolute path name arguments.
3551
5ec18f2b
JG
35522014-03-10 Joel Brobecker <brobecker@adacore.com>
3553
3554 * gdb.ada/tagged_access: New testcase.
3555
847fc4f2
MM
35562014-03-07 Markus Metzger <markus.t.metzger@intel.com>
3557
3558 * gdb.btrace/data.exp: Update expected output.
3559
cc3da688
YQ
35602014-03-06 Yao Qi <yao@codesourcery.com>
3561
3562 * gdb.trace/pr16508.exp: New file.
3563
0f26cec1
PA
35642014-03-05 Pedro Alves <palves@redhat.com>
3565
3566 PR gdb/16575
3567 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
3568 procedure.
3569 (top level): Adjust to use it. Add tests that exercise breakpoint
3570 interaction with the code-cache.
3571
7a5a839f
LC
35722014-02-26 Ludovic Courtès <ludo@gnu.org>
3573
3574 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
3575 test for 'history-append!'.
3576
31aa7e4e
JB
35772014-02-26 Joel Brobecker <brobecker@adacore.com>
3578
3579 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
3580 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
3581 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
3582 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
3583 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
3584 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
3585
1b588015
JB
35862014-02-26 Joel Brobecker <brobecker@adacore.com>
3587
3588 * testsuite/gdb.python/py-pp-re-notag.c: New file.
3589 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
3590 * testsuite/gdb.python/py-pp-re-notag.p: New file.
3591
55426c9d
JB
35922014-02-26 Joel Brobecker <brobecker@adacore.com>
3593
3594 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
3595
dc53a7ad
JB
35962014-02-26 Joel Brobecker <brobecker@adacore.com>
3597
3598 * gdb.dwarf2/arr-stride.c: New file.
3599 * gdb.dwarf2/arr-stride.exp: New file.
3600
12ab52e9
PA
36012014-02-26 Pedro Alves <palves@redhat.com>
3602
3603 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
3604 that won't ever trigger. Make sure that GDB reports the correct
3605 breakpoint that caused the stop.
3606
849c862e
JK
36072014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3608
3609 PR gdb/16626
3610 * gdb.base/auto-load-script: New file.
3611 * gdb.base/auto-load.c: New file.
3612 * gdb.base/auto-load.exp: New file.
3613
71b7d793
JK
3614 PR gdb/16626
3615 * gdb.base/auto-load.exp: Fix out-of-srctree run.
3616
e2f0d509
JK
36172014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3618
3619 Fix dw2-icycle.exp -fsanitize=address GDB crash.
3620 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
3621
50cc37c8
DE
36222014-02-24 Doug Evans <dje@google.com>
3623
3624 * lib/gdb.exp (run_on_host): Log error output if program fails.
3625
ea4758f2
PA
36262014-02-21 Pedro Alves <palves@redhat.com>
3627
3628 * gdb.threads/step-after-sr-lock.c: Rename to ...
3629 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
3630 * gdb.threads/step-after-sr-lock.exp: Rename to ...
3631 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3632 ... this.
3633
d7b30f67
SDJ
36342014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
3635
3636 PR tdep/16397
3637 * gdb.arch/amd64-stap-special-operands.exp: New file.
3638 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
3639 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
3640 * gdb.arch/amd64-stap-triplet.S: Likewise.
3641 * gdb.arch/amd64-stap-triplet.c: Likewise.
3642
83deb43f
JB
36432014-02-20 Joel Brobecker <brobecker@adacore.com>
3644
3645 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
3646 in .section pseudo-op.
3647
adde2bff
DE
36482014-02-20 lin zuojian <manjian2006@gmail.com>
3649 Joel Brobecker <brobecker@adacore.com>
3650 Doug Evans <xdje42@gmail.com>
3651
3652 PR symtab/16581
3653 * gdb.dwarf2/dw2-icycle.S: New file.
3654 * gdb.dwarf2/dw2-icycle.c: New file.
3655 * gdb.dwarf2/dw2-icycle.exp: New file.
3656
f7bd0f78
SC
36572014-02-19 Siva Chandra Reddy <sivachandra@google.com>
3658
3659 * gdb.python/py-value-cc.cc: Improve test case to enable testing
3660 operations on gdb.Value objects.
3661 * gdb.python/py-value-cc.exp: Add new test to test operations on
3662 gdb.Value objects.
3663
c17ef0d5
DE
36642014-02-18 Doug Evans <dje@google.com>
3665
3666 * Makefile.in (TESTS): New variable.
3667 (expanded_tests, expanded_tests_or_none): New variables
3668 (check-single): Pass $(expanded_tests_or_none) to runtest.
3669 (check-parallel): Only run tests in $(TESTS) if non-empty.
3670 (check/no-matching-tests-found): New rule.
3671 * README: Document TESTS makefile variable.
3672
5dd3176f
DE
36732014-02-18 Doug Evans <dje@google.com>
3674
3675 * Makefile.in (check-parallel): rm -rf outputs temp.
3676
0b10be4f
JK
36772014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3678
3679 Fix "ERROR: no fileid for" in the testsuite.
3680 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
3681
85f224e7
DE
36822014-02-12 Doug Evans <dje@google.com>
3683
3684 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
3685 (MISCELLANEOUS): New variable.
3686 (clean): rm -rf $(MISCELLANEOUS).
3687 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
3688 dwp live in the same directory as symlinks, with each symlink pointed
3689 to a differently named file in a different directory.
3690
149b30ff
DE
36912014-02-11 Doug Evans <dje@google.com>
3692
3693 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
3694 of Tcl file commands.
3695
1dfdac32
MK
36962014-02-10 Mark Kettenis <kettenis@gnu.org>
3697
3698 * gdb.threads/step-after-sr-lock.exp: Avoid executing
3699 "kill -SIGUSR1 -1".
3700
aa4fb036
JB
37012014-02-10 Joel Brobecker <brobecker@adacore.com>
3702
3703 * gdb.ada/tick_length_array_enum_idx: New testcase.
3704
ed3ef339
DE
37052014-02-10 Doug Evans <xdje42@gmail.com>
3706
3707 * configure.ac (AC_OUTPUT): Add gdb.guile.
3708 * configure: Regenerate.
3709 * lib/gdb-guile.exp: New file.
3710 * lib/gdb.exp (get_target_charset): New function.
3711 * gdb.base/help.exp: Update expected output from "apropos apropos".
3712 * gdb.guile/Makefile.in: New file.
3713 * gdb.guile/guile.exp: New file.
3714 * gdb.guile/scm-arch.c: New file.
3715 * gdb.guile/scm-arch.exp: New file.
3716 * gdb.guile/scm-block.c: New file.
3717 * gdb.guile/scm-block.exp: New file.
3718 * gdb.guile/scm-breakpoint.c: New file.
3719 * gdb.guile/scm-breakpoint.exp: New file.
3720 * gdb.guile/scm-disasm.c: New file.
3721 * gdb.guile/scm-disasm.exp: New file.
3722 * gdb.guile/scm-equal.c: New file.
3723 * gdb.guile/scm-equal.exp: New file.
3724 * gdb.guile/scm-error.exp: New file.
3725 * gdb.guile/scm-error.scm: New file.
3726 * gdb.guile/scm-frame-args.c: New file.
3727 * gdb.guile/scm-frame-args.exp: New file.
3728 * gdb.guile/scm-frame-args.scm: New file.
3729 * gdb.guile/scm-frame-inline.c: New file.
3730 * gdb.guile/scm-frame-inline.exp: New file.
3731 * gdb.guile/scm-frame.c: New file.
3732 * gdb.guile/scm-frame.exp: New file.
3733 * gdb.guile/scm-generics.exp: New file.
3734 * gdb.guile/scm-gsmob.exp: New file.
3735 * gdb.guile/scm-iterator.c: New file.
3736 * gdb.guile/scm-iterator.exp: New file.
3737 * gdb.guile/scm-math.c: New file.
3738 * gdb.guile/scm-math.exp: New file.
3739 * gdb.guile/scm-objfile-script-gdb.in: New file.
3740 * gdb.guile/scm-objfile-script.c: New file.
3741 * gdb.guile/scm-objfile-script.exp: New file.
3742 * gdb.guile/scm-objfile.c: New file.
3743 * gdb.guile/scm-objfile.exp: New file.
3744 * gdb.guile/scm-ports.exp: New file.
3745 * gdb.guile/scm-pretty-print.c: New file.
3746 * gdb.guile/scm-pretty-print.exp: New file.
3747 * gdb.guile/scm-pretty-print.scm: New file.
3748 * gdb.guile/scm-section-script.c: New file.
3749 * gdb.guile/scm-section-script.exp: New file.
3750 * gdb.guile/scm-section-script.scm: New file.
3751 * gdb.guile/scm-symbol.c: New file.
3752 * gdb.guile/scm-symbol.exp: New file.
3753 * gdb.guile/scm-symtab-2.c: New file.
3754 * gdb.guile/scm-symtab.c: New file.
3755 * gdb.guile/scm-symtab.exp: New file.
3756 * gdb.guile/scm-type.c: New file.
3757 * gdb.guile/scm-type.exp: New file.
3758 * gdb.guile/scm-value-cc.cc: New file.
3759 * gdb.guile/scm-value-cc.exp: New file.
3760 * gdb.guile/scm-value.c: New file.
3761 * gdb.guile/scm-value.exp: New file.
3762 * gdb.guile/source2.scm: New file.
3763 * gdb.guile/types-module.cc: New file.
3764 * gdb.guile/types-module.exp: New file.
3765
7026a7c1
YQ
37662014-02-10 Yao Qi <yao@codesourcery.com>
3767
3768 PR testsuite/16543
3769 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
3770 * configure: Regenerated.
3771 * Makefile.in: New file.
3772
6c466447
AS
37732014-02-08 Andreas Schwab <schwab@linux-m68k.org>
3774
3775 * gdb.python/py-framefilter.exp: Fix typo.
3776
6e854735
YQ
37772014-02-08 Yao Qi <yao@codesourcery.com>
3778
3779 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
3780 that no =breakpoint-modified is emitted when breakpoints are
3781 modified through MI commands.
3782
d137e6dc
PA
37832014-02-07 Pedro Alves <pedro@codesourcery.com>
3784 Pedro Alves <palves@redhat.com>
3785
3786 * gdb.threads/step-after-sr-lock.c: New file.
3787 * gdb.threads/step-after-sr-lock.exp: New file.
3788
b5ee5a50
PA
37892014-02-07 Pedro Alves <palves@redhat.com>
3790
3791 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
3792
3c77faf3
JK
37932014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3794
3795 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
3796 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
3797
6dddc817
DE
37982014-02-06 Doug Evans <xdje42@gmail.com>
3799
3800 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
3801 output.
3802
3803 * gdb.gdb/python-interrupts.exp: New file.
3804
de7b2893
YQ
38052014-02-05 Yao Qi <yao@codesourcery.com>
3806
3807 * gdb.trace/report.exp (use_collected_data): Test the output
3808 of "info threads" and "info inferiors".
3809
66d032ac
YQ
38102014-02-05 Yao Qi <yao@codesourcery.com>
3811
3812 Revert this patch:
3813
3814 2013-05-24 Yao Qi <yao@codesourcery.com>
3815
3816 * gdb.trace/tfile.exp: Test inferior and thread.
3817
591a12a1
UW
38182014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3819
3820 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
3821 on a function.
3822 * gdb.base/step-bt.c: Call hello via function pointer to make
3823 sure its first instruction is executed on powerpc64le-linux.
3824
0ff3e01f
UW
38252014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3826
3827 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
3828
084ee545
UW
38292014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3830
3831 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
3832 of the test patterns for use on little-endian systems.
3833
6ed14ff3
UW
38342014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3835
3836 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
3837 (decimal_vector): Fix for little-endian.
3838
401e27fd
JM
38392014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
3840
3841 * gdb.arch/sparc-sysstep.exp: New file.
3842 * gdb.arch/sparc-sysstep.c: Likewise.
3843
3844 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
3845
8b924729
EBM
38462014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3847
3848 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
3849
fb151210
JB
38502014-01-23 Tom Tromey <tromey@redhat.com>
3851
3852 * gdb.ada/array_char_idx: New testcase.
3853
0740f8d8
TT
38542014-01-23 Tom Tromey <tromey@redhat.com>
3855
3856 PR python/16487:
3857 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
3858 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
3859 classes.
3860
21909fa1
TT
38612014-01-23 Tom Tromey <tromey@redhat.com>
3862
3863 PR python/16491:
3864 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
3865 string from an inferior frame.
3866 * gdb.python/py-framefilter-mi.exp: Update.
3867
87ce2a04
DE
38682014-01-22 Doug Evans <dje@google.com>
3869
3870 * gdb.server/server-mon.exp: Add tests for "set debug-format".
3871
237b092b
AA
38722014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3873
3874 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
3875
d674a709
AA
38762014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3877
3878 * gdb.trace/entry-values.exp: Remove excess space character from
3879 regex patterns. Handle s390 call instruction.
3880
20fa3390
AA
38812014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3882
3883 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
3884 define "*_start" label. Make "name" static.
3885 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
3886 ${name} by references to ${name}_start.
3887
78466714
AA
38882014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3889
3890 * gdb.base/info-macros.exp: Remove "debug" from the compile
3891 options.
3892
ec9f644a
IB
38932014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3894
3895 * gdb.dlang/demangle.exp: New file.
3896
94b1b47e
IB
38972014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3898
3899 * gdb.dlang/primitive-types.exp: New file.
3900
7f420862
IB
39012014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3902
3903 * configure.ac: Create gdb.dlang/Makefile.
3904 * configure: Regenerate.
3905 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
3906 * gdb.dlang/Makefile.in: New file.
3907 * lib/d-support.exp: New file.
3908 * lib/gdb.exp (skip_d_tests): New proc.
3909
52834460
MM
39102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3911
3912 * gdb.btrace/delta.exp: Check reverse stepi.
3913 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
3914 * gdb.btrace/finish.exp: New.
3915 * gdb.btrace/next.exp: New.
3916 * gdb.btrace/nexti.exp: New.
3917 * gdb.btrace/record_goto.c: Add comments.
3918 * gdb.btrace/step.exp: New.
3919 * gdb.btrace/stepi.exp: New.
3920 * gdb.btrace/multi-thread-step.c: New.
3921 * gdb.btrace/multi-thread-step.exp: New.
3922 * gdb.btrace/rn-dl-bind.c: New.
3923 * gdb.btrace/rn-dl-bind.exp: New.
3924 * gdb.btrace/data.c: New.
3925 * gdb.btrace/data.exp: New.
3926 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3927
6e07b1d2
MM
39282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3929
3930 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
3931 * gdb.btrace/exception.exp: Update.
3932 * gdb.btrace/instruction_history.exp: Update.
3933 * gdb.btrace/record_goto.exp: Update.
3934 * gdb.btrace/tailcall.exp: Update.
3935 * gdb.btrace/unknown_functions.exp: Update.
3936 * gdb.btrace/delta.exp: New.
3937
0b722aec
MM
39382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3939
3940 * gdb.btrace/record_goto.exp: Add backtrace test.
3941 * gdb.btrace/tailcall.exp: Add backtrace test.
3942
066ce621
MM
39432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3944
3945 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
3946 * gdb.btrace/record_goto.c: New.
3947 * gdb.btrace/record_goto.exp: New.
3948 * gdb.btrace/x86-record_goto.S: New.
3949
0688d04e
MM
39502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3951
3952 * gdb.btrace/function_call_history.exp: Update tests.
3953 * gdb.btrace/instruction_history.exp: Update tests.
3954
8710b709
MM
39552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3956
3957 * gdb.btrace/function_call_history.exp: Fix expected field
3958 order for "record function-call-history".
3959 Add new tests for "record function-call-history /c".
3960 * gdb.btrace/exception.cc: New.
3961 * gdb.btrace/exception.exp: New.
3962 * gdb.btrace/tailcall.exp: New.
3963 * gdb.btrace/x86-tailcall.S: New.
3964 * gdb.btrace/x86-tailcall.c: New.
3965 * gdb.btrace/unknown_functions.c: New.
3966 * gdb.btrace/unknown_functions.exp: New.
3967 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3968
5de9129b
MM
39692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3970
3971 * gdb.btrace/instruction_history.exp: Update.
3972 * gdb.btrace/function_call_history.exp: Update.
3973
23a7fe75
MM
39742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3975
3976 * gdb.btrace/function_call_history.exp: Fix expected function
3977 trace.
3978 * gdb.btrace/instruction_history.exp: Initialize traced.
3979 Remove traced_functions.
3980
724c7dd8
MM
39812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3982
3983 * gdb.btrace/function_call_history.exp: Update
3984 * gdb.btrace/instruction_history.exp: Update.
3985
6d78d93b
MM
39862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3987
3988 * gdb.btrace/enable.exp: Update expected text.
3989
93a360cc
OJ
39902014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
3991
3992 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
3993 bytes.
3994
3772b53f
MR
39952014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
3996
3997 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
3998
596662fa
OJ
39992014-01-15 Omair Javaid <omair.javaid@linaro.org>
4000
4001 * lib/gdb.exp (supports_process_record): Return true for
4002 arm*-linux*. (supports_reverse): Likewise.
4003
b5b08fb4
SC
40042014-01-13 Siva Chandra Reddy <sivachandra@google.com>
4005
4006 PR python/15464
4007 PR python/16113
4008 * gdb.python/py-type.c: Enhance test case.
4009 * gdb.python/py-value-cc.cc: Likewise
4010 * gdb.python/py-type.exp: Add new tests.
4011 * gdb.python/py-value-cc.exp: Likewise
4012
52d7fb13
AA
40132014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
4014 Pedro Alves <palves@redhat.com>
4015
4016 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
4017 Make "name" extern.
4018 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
4019 references to ${name}_start by references to ${name}.
4020
a2cd8cfe
JB
40212014-01-10 Joel Brobecker <brobecker@adacore.com>
4022
4023 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
4024
4e23fced
JB
40252014-01-10 Joel Brobecker <brobecker@adacore.com>
4026
4027 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
4028
c6a9e42c
PA
40292014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
4030 Pedro Alves <palves@redhat.com>
4031
4032 * gdb.mi/mi-info-os.exp: Connect to the target with
4033 mi_gdb_target_load.
4034
b7ea362b
PA
40352014-01-08 Pedro Alves <palves@redhat.com>
4036
4037 * gdb.threads/reconnect-signal.c: New file.
4038 * gdb.threads/reconnect-signal.exp: New file.
4039
5e3f4fab
EBM
40402014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4041
4042 * gdb.base/source-dir.exp: New file.
4043
79301218
JB
40442014-01-07 Joel Brobecker <brobecker@adacore.com>
4045
4046 * gdb.ada/mi_interface: New testcase.
4047
8e355c5d
JB
40482014-01-07 Joel Brobecker <brobecker@adacore.com>
4049
4050 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
4051 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
4052 gdb.ada/pp-rec-component/pck.ads: New files.
4053
c0d48811
JB
40542014-01-07 Joel Brobecker <brobecker@adacore.com>
4055
4056 * gdb.python/py-pp-integral.c: New file.
4057 * gdb.python/py-pp-integral.py: New file.
4058 * gdb.python/py-pp-integral.exp: New file.
4059
17b609c3 4060For older changes see ChangeLog-1993-2013.
c906108c 4061\f
8d8cb839
EZ
4062;; Local Variables:
4063;; mode: change-log
4064;; left-margin: 8
4065;; fill-column: 74
4066;; version-control: never
4067;; End:
902f2ccb 4068
32d0add0 4069 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
4070 Copying and distribution of this file, with or without modification,
4071 are permitted provided the copyright notice and this notice are preserved.
This page took 2.854889 seconds and 4 git commands to generate.